.elementor-10 .elementor-element.elementor-element-56b4fae{--display:flex;}.elementor-10 .elementor-element.elementor-element-7e7d6d7{width:100%;max-width:100%;}.elementor-10 .elementor-element.elementor-element-7e7d6d7.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-7e7d6d7 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #080d1a;
    color: #fafafa;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #080d1a;
}
::-webkit-scrollbar-thumb {
    background: rgba(234, 88, 12, 0.3);
    border-radius: 3px;
}

/* Floating Orbs Background */
.orb-container {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.orb-1 {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.25) 0%, rgba(234, 88, 12, 0.08) 40%, transparent 70%);
    top: -200px;
    left: -100px;
    animation: float-orb-1 20s ease-in-out infinite;
}

.orb-2 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(217, 119, 6, 0.22) 0%, rgba(217, 119, 6, 0.06) 40%, transparent 70%);
    top: 400px;
    right: -150px;
    animation: float-orb-2 18s ease-in-out infinite;
}

.orb-3 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.18) 0%, rgba(245, 158, 11, 0.05) 40%, transparent 70%);
    bottom: -100px;
    left: 40%;
    animation: float-orb-3 22s ease-in-out infinite;
}

@keyframes float-orb-1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, -30px) scale(1.1); }
}

@keyframes float-orb-2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-40px, 40px) scale(0.95); }
}

@keyframes float-orb-3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -50px) scale(1.15); }
}

/* Partículas Flotantes */
.particle {
    position: fixed;
    border-radius: 50%;
    background: rgba(234, 88, 12, 0.4);
    pointer-events: none;
    z-index: 0;
}

.particle-small {
    width: 4px;
    height: 4px;
    animation: float-particle 14s ease-in-out infinite;
}

.particle-medium {
    width: 6px;
    height: 6px;
    animation: float-particle 16s ease-in-out infinite;
}

.particle-large {
    width: 8px;
    height: 8px;
    animation: float-particle 12s ease-in-out infinite;
}

@keyframes float-particle {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    10% { opacity: 0.6; }
    90% { opacity: 0.6; }
    100% {
        transform: translateY(-100px) translateX(20px);
        opacity: 0;
    }
}

/* Cursor Dot */
.cursor-dot {
    position: fixed;
    width: 12px;
    height: 12px;
    background: rgba(234, 88, 12, 0.6);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px rgba(234, 88, 12, 0.4);
}

/* Nav */
nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-text {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* Hero */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 24px 80px;
    position: relative;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 100px;
    border: 1px solid rgba(234, 88, 12, 0.3);
    background: rgba(234, 88, 12, 0.08);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #EA580C;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px, 7vw, 80px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    max-width: 900px;
    margin: 0 0 24px;
}

.gradient-text {
    background: linear-gradient(135deg, #EA580C, #F59E0B, #D97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: clamp(16px, 2vw, 20px);
    color: rgba(255, 255, 255, 0.5);
    max-width: 600px;
    line-height: 1.6;
    margin: 0 0 48px;
}

/* Buttons */
.button-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-primary {
    padding: 14px 32px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #EA580C, #C2410C);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 0 30px rgba(234, 88, 12, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(234, 88, 12, 0.4);
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.btn-primary.ripple::before {
    animation: ripple-animation 0.6s ease-out;
}

@keyframes ripple-animation {
    to {
        width: 400px;
        height: 400px;
        opacity: 0;
    }
}

/* Stats */
.stats {
    display: flex;
    gap: 48px;
    margin-top: 80px;
    flex-wrap: wrap;
    justify-content: center;
}

.stat-item {
    text-align: center;
}

.stat-value {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

/* Section */
section {
    padding: 80px 24px;
    position: relative;
    z-index: 1;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #EA580C;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

/* Trust Badges */
.trust-badges {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    transition: all 0.2s ease;
    cursor: default;
    opacity: 0;
    transform: translateY(20px);
}

.trust-badge.visible {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.trust-badge:hover {
    border-color: rgba(234, 88, 12, 0.4);
    background: rgba(234, 88, 12, 0.08);
    box-shadow: 0 4px 15px rgba(234, 88, 12, 0.2);
}

.trust-badge:hover .trust-icon {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.trust-icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.service-card {
    padding: 28px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(40px);
    transform-style: preserve-3d;
}

.service-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.service-card:hover {
    border-color: rgba(234, 88, 12, 0.3);
    background: rgba(234, 88, 12, 0.06);
    box-shadow: 0 20px 60px rgba(234, 88, 12, 0.2);
}

.service-icon {
    font-size: 32px;
    margin-bottom: 16px;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.service-card:hover .service-icon {
    transform: scale(1.3) rotate(8deg);
}

.service-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.service-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
}

/* Process Timeline */
.process-container {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding-left: 60px;
}

.process-container::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #EA580C, rgba(234, 88, 12, 0.2));
}

.process-item {
    position: relative;
    padding: 0 0 48px 0;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.process-item:last-child {
    padding-bottom: 0;
}

.process-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.process-item::before {
    content: '';
    position: absolute;
    left: -48px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #080d1a;
    border: 3px solid #EA580C;
    box-shadow: 0 0 0 4px rgba(234, 88, 12, 0.2);
    z-index: 2;
    transition: all 0.3s ease;
}

.process-item:hover::before {
    transform: scale(1.3);
    box-shadow: 0 0 0 6px rgba(234, 88, 12, 0.3);
}

.process-number {
    font-size: 12px;
    font-weight: 700;
    color: #EA580C;
    font-family: monospace;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}

.process-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.process-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

/* CTA Section */
.cta-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 56px 48px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.08), rgba(217, 119, 6, 0.06));
    border: 1px solid rgba(234, 88, 12, 0.15);
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.cta-box.visible {
    opacity: 1;
    transform: translateY(0);
}

.cta-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(234, 88, 12, 0.3);
    background: rgba(234, 88, 12, 0.1);
    color: #EA580C;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.cta-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
    line-height: 1.15;
}

.cta-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 32px;
    line-height: 1.6;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.btn-cta {
    padding: 18px 48px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #EA580C, #C2410C);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(234, 88, 12, 0.4);
    margin-bottom: 32px;
}

.btn-cta:hover {
    background: linear-gradient(135deg, #C2410C, #9A3412);
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(234, 88, 12, 0.5);
}

.cta-features {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.cta-feature {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 6px;
}

.cta-note {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

/* Footer */
footer {
    padding: 32px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
    h1 {
        font-size: 40px;
    }
    
    .stats {
        gap: 32px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-box {
        padding: 40px 24px;
    }
}/* End custom CSS */