.elementor-539 .elementor-element.elementor-element-ac0866e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-539 .elementor-element.elementor-element-ac0866e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-539 .elementor-element.elementor-element-35ac2fc{--display:flex;--margin-top:2px;--margin-bottom:2px;--margin-left:2px;--margin-right:2px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-539 .elementor-element.elementor-element-35ac2fc.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-539 .elementor-element.elementor-element-35ac2fc{--width:100.087%;}}@media(max-width:767px){.elementor-539 .elementor-element.elementor-element-ac0866e{--width:603px;}}/* Start custom CSS for html, class: .elementor-element-79bb32d */:root {
    --drip-orange: #FF6a00;
    --dark-bg: #060507;
}

.scroll-hero-container {
    background-color: var(--dark-bg);
    height: 200vh;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

.sticky-viewport {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0px;
}

.expand-media-box {
    position: absolute;
    width: 380px;
    height: 260px;
    border-radius: 24px;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.9);
    
}

.main-media { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.media-overlay { 
    position: absolute; 
    inset: 0; 
    background: rgba(0,0,0,0.3); 
}

.hero-text-content {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 8%;
    z-index: 6;
    pointer-events: none;
}

.title-part { 
    font-size: clamp(24px, 4vw, 46px); 
    color: #fff; 
    font-weight: 800; 
    line-height: 1.1; 
}

.accent { 
    color: var(--drip-orange); 
}

.hero-image-preview {
    position: relative;
    max-width: 600px;
    margin: 0 auto 55px;
    background: #ffffff;
    padding: 16px;
    border-radius: 20px;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.1);
}

.hero-image-preview img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.converts-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #ffffff;
    border: 3px solid #FF6B00;
    padding: 18px 28px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 
        0 8px 24px rgba(255, 107, 0, 0.25),
        0 2px 8px rgba(0, 0, 0, 0.1);
    opacity: 1 !important;
    backdrop-filter: none !important;
}

.converts-text {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #FF6B00;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.converts-number {
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: #FF6B00;
    line-height: 1;
    margin: 6px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.converts-subtext {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #999999;
    margin-top: 2px;
}

.after-expansion-content {
    position: absolute;
    z-index: 50;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(600px); 
    transition: opacity 0.6s ease;
    will-change: transform, opacity;
}

.after-expansion-content.visible {
    opacity: 1 !important;
}

.after-expansion-content.visible .content-inner,
.after-expansion-content.visible .final-title,
.after-expansion-content.visible .final-description,
.after-expansion-content.visible .hero-btn-primary, /* Alterado aqui */
.after-expansion-content.visible .btn-secondary,
.after-expansion-content.visible .benefit-item {
    opacity: 1 !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.glass-background {
    position: absolute;
    inset: 0;
    max-width: 850px;
    margin: 0 auto;
    border-radius: 32px;
    background: rgba(20, 10, 30, 0.4);
    backdrop-filter: blur(25px) saturate(150%);
    -webkit-backdrop-filter: blur(25px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.6),
        inset 0 0 60px rgba(255, 255, 255, 0.03);
    z-index: 1;
}

.content-inner {
    position: relative;
    z-index: 100;
    max-width: 850px;
    width: 100%;
    padding: 50px 40px;
    text-align: center;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.final-title,
.final-description,
.hero-btn-primary, /* Alterado aqui */
.btn-secondary,
.benefit-item,
.benefit-item span {
    opacity: 1 !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    -webkit-font-smoothing: antialiased;
    transform: translateZ(0);
}

.final-title {
    font-size: clamp(30px, 5vw, 54px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    color: #ffffff;
    opacity: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.3),
        0 4px 12px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    will-change: auto;
}

.orange {
    color: #FF6B00;
    opacity: 1 !important;
    text-shadow: 
        0 2px 4px rgba(255, 107, 0, 0.4),
        0 4px 12px rgba(255, 107, 0, 0.6);
}

.final-description {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 35px;
    color: #ffffff;
    opacity: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 
        0 1px 3px rgba(0, 0, 0, 0.3),
        0 2px 8px rgba(0, 0, 0, 0.4);
}

.cta-row {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

/* NOVO NOME DA CLASSE PARA O BOTÃO PRINCIPAL */
.hero-btn-primary {
    background: linear-gradient(135deg, #FF6B00 0%, #FF8C00 100%);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    opacity: 1 !important;
    box-shadow: 
        0 4px 20px rgba(255, 107, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    transform: translateZ(0);
}

.hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(255, 107, 0, 0.6);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    opacity: 1 !important;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    transform: translateZ(0);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.benefits-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.benefit-item {
    justify-content: center !important;
    padding: 12px 1px !important;
    font-size: 16px !important;
    /* 2 itens por linha - 48% cada um */
    flex: 0 0 48% !important;
    max-width: 48% !important;
    min-width: 0 !important;
    color: #fff;
    background: rgba(255, 255, 255, 0.06) !important;
    border: none !important;
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.benefit-item svg {
    width: 20px;
    height: 20px;
    color: #00D68F;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 214, 143, 0.4));
}

.final-title *,
.final-description *,
.hero-btn-primary *, /* Alterado aqui */
.btn-secondary *,
.benefit-item * {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
}

/* ============================================
   RESPONSIVO MOBILE
   ============================================ */

@media (max-width: 768px) {
    /* Hero inicial menor */
    .expand-media-box {
        width: 280px;
        height: 200px;
    }
    
    /* 🔥 AJUSTE 1: Textos acima e abaixo da imagem */
    .sticky-viewport {
        flex-direction: column;
        justify-content: space-evenly;
        padding: 40px 20px;
    }
    
    .hero-text-content {
        position: static;
        flex-direction: column;
        gap: 0;
        padding: 0 5%;
        width: 100%;
        height: auto;
        align-items: center;
    }
    
    /* Texto 1: ACIMA da imagem */
    .text-left {
        position: static;
        width: 100%;
        order: 1;
        margin-bottom: 30px;
        text-align: center;
    }
    
    /* Imagem: NO MEIO */
    .expand-media-box {
        position: static;
        order: 2;
        width: 280px !important;
        height: 200px !important;
        margin: 0 auto;
        flex-shrink: 0;
    }
    
    /* Texto 2: ABAIXO da imagem */
    .text-right {
        position: static;
        width: 100%;
        order: 3;
        margin-top: 30px;
        text-align: center;
    }
    
    .title-part {
        font-size: clamp(20px, 5.5vw, 28px);
        margin: 0;
    }
    
    /* Glass card menor e mais padding nas laterais */
    .after-expansion-content {
        padding: 0 15px;
    }
    
    .content-inner {
        padding: 30px 20px;
        max-width: 100%;
    }
    
    .glass-background {
        border-radius: 20px;
    }
    
    .final-title {
        font-size: clamp(24px, 7vw, 36px);
        margin-bottom: 15px;
    }
    
    .final-title br {
        display: none;
    }
    
    .final-description {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
    
    .final-description br {
        display: none;
    }
    
    .hero-image-preview {
        padding: 12px;
        margin-bottom: 40px;
        max-width: 100%;
    }
    
    /* Badge 3.2x ajustado */
    .converts-badge {
        bottom: 10px;
        right: 10px;
        padding: 12px 20px;
        border-width: 2px;
    }
    
    .converts-text {
        font-size: 9px;
        margin-bottom: 1px;
    }
    
    .converts-number {
        font-size: 26px;
        margin: 4px 0;
    }
    
    .converts-subtext {
        font-size: 11px;
    }
    
    /* Botões empilhados */
    .cta-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-bottom: 25px;
    }
    
    /* 🔥 AJUSTE: Botões com tamanho igual no mobile */
    .hero-btn-primary, /* Classe atualizada */
    .btn-secondary {
        width: 100% !important;
        display: flex !important; /* Garante alinhamento */
        align-items: center !important;
        justify-content: center !important;
        padding: 14px 24px !important;
        font-size: 15px !important;
        min-height: 54px !important; /* Força altura mínima igual */
        box-sizing: border-box !important;
    }
    
    .benefits-row {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        justify-content: space-between !important;
        align-items: stretch !important;
    }

    .benefit-item {
        justify-content: center !important;
        padding: 12px 1px !important;
        font-size: 13px !important;
        /* 2 itens por linha - 48% cada um */
        flex: 0 0 48% !important;
        max-width: 48% !important;
        min-width: 0 !important;

        background: rgba(255, 255, 255, 0.04) !important;
        border: none !important;
        box-shadow: 
            0 2px 8px rgba(0, 0, 0, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.6);
    }

}

/* Terceiro item ocupa linha inteira */
.benefit-item:nth-child(3) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}


/* Mobile MUITO pequeno */
@media (max-width: 375px) {
    .expand-media-box {
        width: 240px !important;
        height: 160px !important;
    }
    
    .title-part {
        font-size: 18px;
    }
    
    .final-title {
        font-size: 22px;
    }
    
    .final-description {
        font-size: 14px;
    }
    
    .content-inner {
        padding: 25px 15px;
    }
    
    .converts-badge {
        padding: 10px 16px;
    }
    
    .converts-number {
        font-size: 22px;
    }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-text-content {
        padding: 0 6%;
    }
    
    .title-part {
        font-size: clamp(28px, 4.5vw, 40px);
    }
    
    .content-inner {
        padding: 40px 30px;
    }
    
    .hero-image-preview {
        max-width: 500px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d93d2b *//* ============================================
   DRIPBOX LANDING PAGE - CSS OTIMIZADO
   ============================================ */

/* ============================================
   RESET & BASE
   ============================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }

body { 
    font-family: 'Inter', sans-serif; 
    color: #1f2937; 
    background: #fff; 
}

.container { 
    max-width: 1280px; 
    margin: 0 auto; 
    padding: 0 24px; 
}

.font-display { 
    font-family: 'Space Grotesk', sans-serif; 
}

:root {
    --card-bg: #121212;
    --border-color: #262626;
    --text-main: #ffffff;
    --text-muted: #a1a1a1;
    --orange-accent: #FF6B00;
}

/* ============================================
   NAVBAR
   ============================================ */
.navbar { 
    position: fixed;
    top: 0;
    left: 0; 
    right: 0;
    z-index: 99999;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 10px 0;
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease;
    will-change: transform, opacity;
    opacity: 0;
    pointer-events: none;
}

.navbar.show {
    top: 0;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

body.admin-bar .navbar {
    top: 32px;
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.nav-logo img {
    max-width: 140px;
}

.nav-hamburger {
    display: none;
}

/* --- TUBELIGHT MENU --- */
.nav-menu.tubelight-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #0f0f11;
    padding: 6px;
    border-radius: 9999px;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
}

#tubelight-lamp {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    width: 0;
    background: rgba(255,255,255,.18);
    border-radius: 9999px;
    pointer-events: none;
    z-index: 1;
    transition: left .35s cubic-bezier(.23,1,.32,1), width .35s cubic-bezier(.23,1,.32,1);
}

#tubelight-lamp::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 4px;
    background: #FF6B00;
    border-radius: 4px;
    box-shadow: 0 0 12px #FF6B00, 0 0 24px #FF6B00;
}

#tubelight-lamp::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 40px;
    background: #FF6B00;
    opacity: .45;
    filter: blur(18px);
}

.tubelight-item {
    position: relative;
    z-index: 2;
    padding: 10px 26px;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 9999px;
    transition: color .25s ease;
}

.tubelight-item:hover,
.tubelight-item.active {
    color: #ffffff;
}

/* --- CTA BUTTON --- */
.btn-primary {
    width: 100%;
    padding: 14px 28px;
    background: linear-gradient(135deg, #FF6B00, #FF8533);
    color: white;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 15px 40px rgba(255, 107, 0, 0.3);
    transition: transform 0.2s;
    display: block;
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 30px rgba(255, 107, 0, 0.6);
}

/* ============================================
   MARQUEE 3D (Cards no topo)
   ============================================ */
.testimonial-3d-wrapper {
    background-color: #060507;
    height: 500px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perspective-box {
    perspective: 1400px;
    width: 100%;
}

.marquee-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    transform: translateX(-50px) translateY(0px) translateZ(-100px) rotateX(20deg) rotateY(-10deg) rotateZ(20deg);
}

.marquee-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.marquee-move {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: scrollVertical var(--duration) linear infinite;
}

.reverse .marquee-move {
    animation-direction: reverse;
}

@keyframes scrollVertical {
    from { transform: translateY(0); }
    to { transform: translateY(calc(-50% - 10px)); }
}

.edge-gradient {
    position: absolute;
    pointer-events: none;
    z-index: 10;
}

.top { top: 0; left: 0; width: 100%; height: 25%; background: linear-gradient(to bottom, #060507, transparent); }
.bottom { bottom: 0; left: 0; width: 100%; height: 25%; background: linear-gradient(to top, #060507, transparent); }
.left { top: 0; left: 0; height: 100%; width: 20%; background: linear-gradient(to right, #060507, transparent); }
.right { top: 0; right: 0; height: 100%; width: 20%; background: linear-gradient(to left, #060507, transparent); }

.marquee-column:hover .marquee-move {
    animation-play-state: paused;
}

/* --- FEATURE CARDS --- */
.t-card-premium {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 20px;
    width: 280px;
    min-height: 140px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.t-card-premium:hover {
    border-color: rgba(255, 106, 0, 0.5);
    transform: translateY(-2px);
}

.feature-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.feature-icon-wrapper {
    width: 40px;
    height: 40px;
    background: rgba(255, 106, 0, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-wrapper svg {
    width: 22px;
    height: 22px;
    color: #ff6a00;
    stroke-width: 2;
}

.feature-highlight {
    font-size: 0.7rem;
    font-weight: 700;
    color: white;
    background: rgba(74 222 128 / 0.2);
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
}

.feature-body {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* ============================================
   CALCULATOR
   ============================================ */
.calculator-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 100px 0;
    background: radial-gradient(circle at top right, #fff7ed, #fff);
}

.calculator-card-full-width {
    width: 100%;
    padding: 0 5%;
    display: flex;
    justify-content: center;
}

.section-header { 
    text-align: center; 
    margin-bottom: 80px; 
}

.section-header h2 { 
    font-size: 56px; 
    font-weight: 900; 
    letter-spacing: -1.5px; 
    color: #111827; 
}

.gradient-text { 
    background: linear-gradient(135deg, #FF6B00, #FF8533); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}

.calculator-card { 
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; 
    background: #fff; 
    border-radius: 40px; 
    padding: 60px; 
    box-shadow: 0 40px 100px rgba(0,0,0,0.05); 
    border: 1px solid rgba(255, 107, 0, 0.05); 
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.calc-top-row {
    text-align: center;
    width: 100%;
}

.calc-top-row label {
    font-size: 20px; 
    font-weight: 700; 
    color: #374151; 
    margin-bottom: 20px; 
    display: block;
}

.sites-select {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 32px;
    background: #f9fafb;
    border: 3px solid #f3f4f6;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 800;
    color: #FF6B00;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF6B00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 24px;
}

.calc-results-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.result-box {
    border-radius: 24px;
    padding: 32px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.secondary-box {
    background: #1f2937;
    border: 1px solid rgba(255,255,255,0.1);
}

.result-value-medium {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin: 10px 0;
}

.primary-box {
    background: #0f172a;
    border: 1px solid rgba(255, 107, 0, 0.4);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.result-value-large {
    font-size: 56px;
    font-weight: 900;
    color: #FF6B00;
    margin: 10px 0;
}

.highlight-label {
    color: #FF6B00;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

.result-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.result-note {
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.4;
}

.calc-cta {
    width: 100%;
    padding: 24px;
    background: linear-gradient(135deg, #FF6B00, #FF8533);
    color: white;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 15px 40px rgba(255, 107, 0, 0.3);
    transition: transform 0.2s;
    display: block;
}

.calc-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 30px rgba(255, 107, 0, 0.6);
}

/* ============================================
   TURN POINT
   ============================================ */
.point-of-no-return-dynamic {
    padding: 100px 0;
    background: #000000;
    color: white;
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

/* --- GLOWS DE FUNDO --- */
.turn-point-glow-1 {
    position: absolute;
    top: 90%; 
    left: 50%;
    transform: translate(-50%, -50%) translate3d(0,0,0);
    width: 600px; 
    height: 400px;
    background: rgba(255, 107, 0, 0.08);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.turn-point-glow-2 {
    position: absolute;
    top: 0; 
    right: 0;
    width: 800px; 
    height: 600px;
    background: rgba(255, 107, 0, 0.05);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    transform: translate3d(0,0,0);
}

.turn-point-glow-3 {
    position: absolute;
    bottom: 30%; 
    left: 0%;
    width: 900px; 
    height: 600px;
    background: rgba(255, 107, 0, 0.05);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    transform: translate3d(0,0,0);
}

.point-of-no-return-dynamic::before {
    content: '';
    position: absolute; 
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 107, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 107, 0, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.5;
    pointer-events: none;
}

.ponr-header-dynamic {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.ponr-header-dynamic h2 {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    line-height: 1.2;
    color: white;
}

.gradient-text-orange {
    background: linear-gradient(135deg, #FF6B00, #FF8533);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- LAYOUT GRID --- */
.comparison-dynamic-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.cards-column-dynamic {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* --- CARDS DARK GLASS --- */
.card-dynamic {
    background: rgba(20, 20, 25, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 32px;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transform: translateZ(0);
    will-change: transform, box-shadow, background;
}

.card-glow-dynamic {
    position: absolute;
    inset: -3px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.4), rgba(255, 133, 51, 0.4));
    opacity: 0;
    filter: blur(20px);
    transition: all 0.4s ease;
    z-index: -1;
    will-change: opacity;
}

.card-dynamic:hover,
.card-dynamic.active {
    border-color: rgba(255, 107, 0, 0.5);
    background: rgba(255, 107, 0, 0.05);
    transform: scale(1.05) translateZ(0);
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.card-dynamic:hover .card-glow-dynamic,
.card-dynamic.active .card-glow-dynamic {
    opacity: 0.6;
}

.card-number-dynamic {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    font-weight: 900;
    color: #fff;
    opacity: 0.03;
    font-family: 'Space Grotesk', sans-serif;
    z-index: 0;
    pointer-events: none;
}

.bad-text-dynamic {
    font-size: 19px;
    font-weight: 700;
    color: #ef4444;
    margin-bottom: 12px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.vs-text-dynamic {
    font-size: 11px;
    color: #71717a;
    text-transform: uppercase;
    margin: 14px 0;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.good-pill-dynamic {
    display: inline-block;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 50px;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
}

.good-text-dynamic {
    font-size: 14px;
    font-weight: 800;
    color: #4ade80;
    text-shadow: 0 0 10px rgba(74, 222, 128, 0.3);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.good-text-dynamic .price {
    font-size: 22px; 
    font-weight: 700;
}

/* --- BOLA CENTRAL --- */
.image-dynamic-container {
    position: relative;
    width: 450px; 
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dynamic-glow-pulse {
    position: absolute;
    inset: -50px;
    border-radius: 50%;
    animation: dynamicGlowAnimation 4s ease-in-out infinite;
    z-index: 0;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.4) 0%, rgba(255, 107, 0, 0.1) 40%, transparent 70%);
    transition: background 0.8s ease;
    will-change: transform, opacity;
    contain: paint;
}

@keyframes dynamicGlowAnimation {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.1); }
}

.rotating-ball-dynamic {
    position: relative;
    width: 100%; 
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #000;
    border: 2px solid rgba(255, 107, 0, 0.8);
    box-shadow: 0 0 40px rgba(255, 107, 0, 0.4), inset 0 0 60px rgba(255, 107, 0, 0.2);
    z-index: 1;
    transition: all 0.5s ease;
    will-change: border-color, box-shadow;
    transform: translateZ(0);
}

.ball-image-dynamic {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: opacity;
}

.ball-image-dynamic.active {
    opacity: 1;
    z-index: 2;
}

.ball-image-dynamic img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}

.ball-label-dynamic {
    position: absolute;
    bottom: 40px; 
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    color: #FF6B00;
    border: 1px solid rgba(255, 107, 0, 0.6);
    box-shadow: 0 0 20px rgba(255, 107, 0, 0.3);
    transition: all 0.5s ease;
}

/* --- DOTS ORBITAIS --- */
.orbital-indicators-dynamic {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.orbital-dot-dynamic {
    position: absolute;
    width: 16px; 
    height: 16px;
    background: rgba(60, 60, 60, 0.5);
    border: 2px solid rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease;
    pointer-events: auto;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-250px);
}

.orbital-dot-dynamic.active {
    background: #FF6B00;
    border-color: #FF6B00;
    box-shadow: 0 0 20px #FF6B00;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-250px) scale(1.4);
}

.orbital-dot-dynamic:hover {
    border-color: #FF6B00;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-250px) scale(1.2);
}

/* --- CTA --- */
.ponr-cta-dynamic {
    text-align: center;
    position: relative;
    z-index: 1;
}

.ponr-cta-dynamic p {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 36px;
    color: white;
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
}

.btn-dynamic-cta {
    display: inline-block;
    padding: 22px 52px;
    font-size: 22px;
    background: linear-gradient(135deg, #FF6B00, #FF8533);
    color: white;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 700;
    border: 3px solid rgba(255, 107, 0, 0.5);
    box-shadow: 0 0 40px rgba(255, 107, 0, 0.5), inset 0 0 30px rgba(255, 107, 0, 0.2);
    transition: all 0.3s ease;
}

.btn-dynamic-cta:hover {
    transform: translateY(-3px);
    border-color: #FF6B00;
    box-shadow: 0 0 60px rgba(255, 107, 0, 0.8), 0 0 120px rgba(255, 107, 0, 0.5);
}

/* ============================================
   COMPARISON SECTION
   ============================================ */
.comparison-section { 
    padding: 80px 0 !important;
    background: white !important; 
}

.comparison-section .comparison-header h2 {
    color: #000 !important;
}

.visual-comparison { 
    display: grid; 
    grid-template-columns: 1fr auto 1fr; 
    gap: 24px; 
    margin: 60px auto; 
    max-width: 1200px; 
    align-items: center;
}

.comparison-side { 
    position: relative; 
    border-radius: 16px; 
    overflow: hidden; 
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-side.amateur { 
    filter: grayscale(20%); 
    opacity: 0.9;
}

.side-label { 
    position: absolute; 
    top: 16px; 
    left: 16px; 
    padding: 8px 16px; 
    background: rgba(0,0,0,0.8); 
    color: white; 
    border-radius: 8px; 
    font-weight: 700; 
    z-index: 10;
}

.comparison-side img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    display: block;
}

.side-stats { 
    position: absolute; 
    bottom: 16px; 
    left: 16px; 
    right: 16px; 
    display: flex; 
    gap: 12px; 
    justify-content: center;
}

.side-stats span { 
    padding: 6px 12px; 
    border-radius: 6px; 
    font-size: 13px; 
    font-weight: 700;
}

.side-stats.bad span { 
    background: rgba(239, 68, 68, 0.9); 
    color: white;
}

.side-stats.good span { 
    background: rgba(16, 185, 129, 0.9); 
    color: white;
}

.comparison-divider { 
    display: flex; 
    align-items: center; 
    justify-content: center;
    height: 100%;
}

.vs-badge { 
    width: 60px; 
    height: 60px; 
    border-radius: 50%; 
    background: linear-gradient(135deg, #FF6B00, #FF8533); 
    color: white; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-weight: 900; 
    font-size: 20px; 
    box-shadow: 0 8px 24px rgba(255,107,0,0.4);
}

.comparison-grid { 
    display: grid; 
    grid-template-columns: 1fr auto 1fr; 
    gap: 24px; 
    max-width: 1200px; 
    margin: auto;
}

.comparison-card { 
    position: relative; 
    padding: 32px 21px; 
    border-radius: 16px; 
    border: 2px solid #e5e7eb;
    min-height: 100px;
    display: flex;
    flex-direction: column;
}

.comparison-badge { 
    position: absolute; 
    top: -16px; 
    left: 16px; 
    padding: 8px 16px; 
    border-radius: 8px; 
    font-size: 14px; 
    font-weight: 700; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.15); 
    z-index: 10; 
}

.comparison-badge.bad { 
    background: #ef4444; 
    color: white; 
}

.comparison-badge.good { 
    background: #10b981; 
    color: white; 
}

.comparison-card.before { 
    background: linear-gradient(135deg, #fef2f2, #fee2e2); 
    border-color: #fca5a5; 
}

.comparison-card.after { 
    background: linear-gradient(135deg, #f0fdf4, #dcfce7); 
    border-color: #86efac; 
}

.comparison-header { 
    font-family: 'Space Grotesk', sans-serif; 
    font-size: 18px; 
    font-weight: 700; 
    color: #1f2937; 
    margin-top: 20px; 
    line-height: 1.3; 
}

.ugly-link { 
    background: white; 
    padding: 16px; 
    border-radius: 8px; 
    border: 1px solid #d1d5db; 
    margin: 16px 0; 
}

.ugly-link p { 
    font-size: 14px; 
    color: #4b5563; 
    margin-bottom: 12px; 
}

.ugly-link a { 
    color: #2563eb; 
    text-decoration: underline; 
    font-size: 14px; 
}

.ugly-button { 
    background: white; 
    padding: 16px; 
    border-radius: 8px; 
    border: 1px solid #d1d5db; 
    margin: 16px 0; 
}

.ugly-button p { 
    font-size: 14px; 
    color: #4b5563; 
    margin-bottom: 12px; 
}

.ugly-button button { 
    padding: 10px 20px; 
    background: #e5e7eb; 
    color: #4b5563; 
    border: 1px solid #d1d5db; 
    border-radius: 4px; 
    font-size: 14px; 
    font-weight: 500; 
    cursor: pointer; 
}

.comparison-note { 
    text-align: center; 
    font-size: 12px; 
    color: #9ca3af; 
    padding-top: 10px;
}

.comparison-card img { 
    width: 100%; 
    height: auto; 
    border-radius: 8px;
    margin-top: 50px;
}

/* ============================================
   CREATOR AUTHORITY
   ============================================ */
.creator-authority {
    padding: 20px 0;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
}

.creator-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    overflow: hidden;
    width: 100vw;
}

.creator-badge {
    display: inline-block;
    padding: 8px 16px;
    background: #fff7ed;
    color: #ea580c;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 24px;
}

.creator-headline {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
    margin-bottom: 32px;
    letter-spacing: -1.5px;
}

.creator-headline .highlight {
    color: #FF6B00;
}

.creator-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 24px;
}

.creator-inline-section {
    display: grid;
    grid-template-columns: 350px 1fr; 
    gap: 40px;
    align-items: start;
    margin: 40px 0;
}

.photo-column {
    width: 100%;
}

.photo-frame {
    background-color: #FF6B00;
    padding: 15px;
    border-radius: 20px;
    line-height: 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.creator-photo {
    width: 100%;
    height: auto;
    border-radius: 20px !important;
    display: block;
}

.inline-text p:last-child {
    margin-bottom: 0;
}

.creator-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #f3f4f6;
}

.stat-number {
    font-size: 40px;
    font-weight: 800;
    color: #FF6B00;
    line-height: 1;
}

.stat-label {
    font-size: 16px;
    font-weight: 500;
    color: #6b7280;
    margin-top: 12px;
}

/* ============================================
   COMPARISON TABLE
   ============================================ */
.comparison-table-section {
    padding: 80px 0;
    background: white;
}

.table-container {
    max-width: 1000px;
    margin: 60px auto 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
}

.comparison-table thead {
    background: linear-gradient(135deg, #1f2937, #111827);
    color: white;
}

.comparison-table th {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.comparison-table .col-feature {
    text-align: center;
    color: #fafafa;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comparison-table .col-winner {
    background: linear-gradient(135deg, #FF6B00, #FF8533);
    position: relative;
}

.winner-badge {
    display: inline-block;
    padding: 4px 8px;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
    font-size: 11px;
    margin-left: 8px;
    letter-spacing: 1px;
    color: white;
}

.comparison-table td {
    padding: 16px 20px;
    text-align: center;
    font-size: 15px;
    color: #4b5563;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.2s ease;
}

.comparison-table tbody tr:hover {
    background: #fafafa;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.feature-name {
    text-align: left;
    font-weight: 600;
    color: #1f2937;
}

.competitor-cell {
    color: #6b7280;
}

.winner-cell {
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    font-weight: 600;
    color: #1f2937;
}

.price-bad {
    color: #ef4444;
    font-weight: 700;
}

.text-red {
    color: #ef4444;
    font-weight: 600;
}

.price-good {
    color: #10b981;
    font-weight: 700;
    font-size: 16px;
}

.check-green {
    color: #10b981;
    font-weight: 700;
}

.check-orange {
    color: #F97316;
    font-size: 20px;
    font-weight: 700;
}

.check {
    color: #10b981;
    font-size: 18px;
}

/* ============================================
   TESTIMONIALS / BENEFITS SLIDER
   ============================================ */
.testimonials-section { 
    padding: 50px 0; 
    background: linear-gradient(135deg, #fafafa, #fff); 
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.testimonial-widget-wrapper {
    background-color: #f3f3f3;
    padding: 80px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.testimonial-container {
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center;
}

.image-stack {
    position: relative;
    height: 450px;
    width: 100%;
    perspective: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-img {
    position: absolute;
    width: 60%;
    height: 60%;
    object-fit: cover;
    border-radius: 40px !important;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4); 
    border: 4px solid rgba(255,255,255,0.1);
}

.tm-name {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 8px 0;
    color: #444;
    font-family: 'Space Grotesk', sans-serif;
}

.tm-designation {
    font-size: 16px;
    color: #FF6B00;
    margin: 0 0 24px 0;
    font-weight: 600;
}

.tm-quote {
    font-size: 18px;
    line-height: 1.7;
    color: #666;
    min-height: 140px;
}

.result-badge {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #10b981, #34d399);
    color: white;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.arrow-buttons {
    display: flex;
    gap: 15px;
    margin-top: 40px;
    width: 52px;
    height: 52px;
    stroke-width: 5.5px;
}

.arrow-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: #FF6B00;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

.arrow-btn:hover {
    background-color: #FF8533;
    transform: scale(1.1);
}

.fade-in {
    animation: fadeInDB 0.5s ease forwards;
}

@keyframes fadeInDB {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================
   FEATURES SECTION
   ============================================ */
.features-section {
    padding: 80px 0 120px;
    background: #000000;
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.features-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 107, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 107, 0, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.5;
}

.section-header-x h2 {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 17px;
}

.section-header .gradient-text {
    background: linear-gradient(135deg, #FF6B00, #FF8533);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-header-x p {
    font-size: 18px;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
}

/* --- DIAGRAM --- */
.features-diagram-wrapper {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.drip-diagram-section {
    background: #000000;
    padding: 0;
    display: flex;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: visible;
}

.diagram-container {
    width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nodes-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    text-align: center;
    justify-items: center;
}

.node-item {
    background: #09090b;
    border: 1px solid #27272a;
    color: #71717a;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 120px;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.node-icon {
    opacity: 0.6;
    font-size: 10px;
}

.svg-layer {
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 1;
    pointer-events: none;
    display: block;
}

.svg-layer svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.beam {
    stroke: #FF6B00;
    stroke-width: 2px;
    stroke-dasharray: 100 600;
    stroke-dashoffset: 600;
    animation: beam-flow 4.8s infinite linear;
    opacity: 0.8;
    stroke-linecap: round;
    filter: drop-shadow(0 0 4px #FF6B00);
}

.b1 { animation-delay: 0s; }
.b2 { animation-delay: 1.2s; }
.b3 { animation-delay: 2.4s; }
.b4 { animation-delay: 3.6s; }

@keyframes beam-flow {
    0% { stroke-dashoffset: 500; opacity: 0; }
    20% { opacity: 1; }
    90% { opacity: 1; }
    100% { stroke-dashoffset: -100; opacity: 0; }
}

.base-lines path {
    stroke: #27272a;
    opacity: 0.9;
}

.middle-pill-container {
    z-index: 20;
    margin-bottom: -15px;
}

.middle-pill {
    background: #000;
    border: 1px solid #FF6B00;
    color: #fff;
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 0 15px rgba(255, 107, 0, 0.2);
}

.sparkle { 
    color: #FF6B00; 
}

.main-box {
    width: 100%;
    height: 200px;
    border: 1px solid #27272A;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at bottom center, #1a0b00 0%, #000 70%);
}

.radar-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ring {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid rgba(255, 107, 0, 0.3) !important; 
    box-shadow: 0 0 10px rgba(255, 107, 0, 0.05);
}

.r1 { width: 140px; height: 140px; background: rgba(255, 107, 0, 0.1) !important; border-color: #FF6B00 !important; z-index: 6; }
.r2 { width: 200px; height: 200px; z-index: 5; opacity: 0.8; }
.r3 { width: 260px; height: 260px; z-index: 4; opacity: 0.6; }
.r4 { width: 320px; height: 320px; z-index: 3; opacity: 0.5; }
.r5 { width: 380px; height: 380px; z-index: 2; opacity: 0.4; }
.r6 { width: 440px; height: 440px; z-index: 1; opacity: 0.3; }

.box-badge {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: #09090b;
    border: 1px solid #27272a;
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 12px;
    color: #a1a1aa;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
}

.left-badge { left: 40px; }
.right-badge { right: 40px; }

.core-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 700;
    color: #FF6B00;
    text-transform: uppercase;
    padding-bottom: 8px;
    z-index: 20;
    letter-spacing: 1px;
}

/* --- BENEFIT CARDS --- */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.benefit-card {
    background: rgba(10, 10, 10, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.6s ease-out backwards;
}

.benefit-card:nth-child(1) { animation-delay: 0.1s; }
.benefit-card:nth-child(2) { animation-delay: 0.2s; }
.benefit-card:nth-child(3) { animation-delay: 0.3s; }
.benefit-card:nth-child(4) { animation-delay: 0.4s; }
.benefit-card:nth-child(5) { animation-delay: 0.5s; }
.benefit-card:nth-child(6) { animation-delay: 0.6s; }

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 0, 0.3), transparent);
}

.benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 107, 0, 0.4);
    background: rgba(20, 15, 10, 0.9);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 107, 0, 0.1);
}

.benefit-icon-wrapper {
    width: 64px; 
    height: 44px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.1), rgba(255, 107, 0, 0.05));
    border: 1px solid rgba(255, 107, 0, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.benefit-icon-svg {
    width: 32px; 
    height: 32px;
    color: #FF6B00;
    stroke-width: 2;
    transition: all 0.3s ease;
}

.benefit-title {
    font-size: 22px !important;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 12px;
    line-height: 1.3;
}

.benefit-description {
    font-size: 15px;
    color: #a1a1aa;
    line-height: 1.6;
    margin: 0;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================
   SCHEMA SECTION
   ============================================ */
.schema-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fafafa, #fff);
}

.schema-section .container {
    max-width: 1400px; 
    margin: 0 auto;
    padding: 0 20px;
}

.schema-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 60px;
    margin: 60px auto 0;
    align-items: start;
}

.schema-code {
    background: #1f2937;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    min-width: 0; 
}

.code-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #111827;
    border-bottom: 1px solid #374151;
}

.code-dots { 
    display: flex; 
    gap: 8px; 
}

.dot { 
    width: 12px; 
    height: 12px; 
    border-radius: 50%; 
}

.dot.red { background: #ef4444; }
.dot.yellow { background: #fbbf24; }
.dot.green { background: #10b981; }

.code-title {
    font-size: 14px;
    color: #9ca3af;
    font-family: monospace;
}

.code-badge {
    padding: 4px 8px;
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid rgba(16, 185, 129, 0.2);
    text-transform: uppercase;
}

.code-content {
    padding: 24px;
    font-family: 'Fira Code', 'Courier New', monospace;
    font-size: 15px;
    line-height: 1.7;
    color: #e5e7eb;
    font-weight: 500;
    overflow-x: auto;
}

.code-line { 
    display: block; 
    margin: 2px 0; 
}

.code-indent { 
    padding-left: 20px; 
}

.code-bracket { color: #c084fc; }
.code-key { color: #60a5fa; }
.code-string { color: #34d399; }
.code-number { color: #fbbf24; }

.schema-benefits {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    min-width: 0;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    width: 100%; 
    max-width: none !important; 
    box-sizing: border-box;
    flex-grow: 1;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

.benefit-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: #d1d5db;
}

.benefit-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #f3f4f6;
}

.benefit-item > div:not(.benefit-icon) {
    flex: 1;
    min-width: 0;
}

.benefit-text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   PRICING
   ============================================ */
.pricing-section { 
    padding: 60px 0 20px; 
    background: linear-gradient(135deg, #0a0a0f 0%, #1a1a2e 100%);
    color: white; 
    position: relative; 
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, hsla(187, 100%, 50%, 0.2), transparent);
    border-radius: 50%;
    filter: blur(90px);
}

.pricing-card { 
    max-width: 1200px; 
    margin: 60px auto 0; 
    background: rgba(255,255,255,0.05); 
    backdrop-filter: blur(20px); 
    border: 1px solid rgba(255,255,255,0.1); 
    border-radius: 24px; 
    padding: 48px;
}

.pricing-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 48px; 
    align-items: center; 
}

.pricing-features ul { 
    list-style: none; 
    padding: 0;
    margin: 0;
}

.pricing-features li { 
    display: flex; 
    align-items: flex-start; 
    gap: 14px; 
    margin-bottom: 18px; 
    font-size: 17px; 
    color: #d1d5db;
    line-height: 1.5;
    font-weight: 500;
}

.pricing-features svg { 
    width: 20px; 
    height: 20px; 
    color: #FF6B00;
    flex-shrink: 0; 
    margin-top: 3px;
}

.pricing-box { 
    text-align: center; 
}

.scarcity-badge { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    padding: 8px 16px; 
    background: rgba(16,185,129,0.2); 
    border: 1px solid rgba(16,185,129,0.5); 
    border-radius: 50px; 
    color: #34d399; 
    font-size: 14px; 
    font-weight: 700; 
    text-transform: uppercase; 
    margin-bottom: 24px; 
}

.old-price { 
    color: #9ca3af; 
    text-decoration: line-through; 
    font-size: 20px; 
}

.current-price { 
    font-size: 64px; 
    font-weight: 800; 
    line-height: 1; 
    margin-top: 15px; 
    margin-bottom: 80px;
}

.price-note { 
    color: #fbbf24; 
    font-weight: 600; 
    font-size: 16px;
}

.guarantee { 
    font-size: 14px; 
    color: #9ca3af; 
    margin-top: 16px; 
}

.triple-guarantee { 
    background: rgba(16, 185, 129, 0.1); 
    padding: 24px; 
    border-radius: 12px; 
    margin-top: 24px; 
    border: 1px solid rgba(16, 185, 129, 0.3); 
}

.guarantee-title { 
    font-size: 16px; 
    font-weight: 700; 
    color: #059669; 
    margin-bottom: 25px; 
}

.guarantee-list { 
    display: flex; 
    flex-direction: column; 
    gap: 8px; 
}

.guarantee-item { 
    font-size: 14px; 
    color: #047857; 
}

.urgency-box { 
    margin-top: 16px; 
    padding: 16px; 
    background: rgba(251, 191, 36, 0.1); 
    border-radius: 8px; 
    border: 1px solid rgba(251, 191, 36, 0.3); 
    text-align: center; 
}

.urgency-box p { 
    margin: 4px 0; 
    color: #92400e; 
    font-size: 14px; 
}

.urgency-box strong { 
    color: #b45309; 
}

.price-badge {
    width: 40%;
    max-width: none;
    height: auto;
    display: block;
    margin: 0 auto;
}

.glass-effect {
    background: rgba(20, 30, 45, 0.6); 
    backdrop-filter: blur(20px); 
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.27);
}

.btn-pricing {
    width: 100%;
    padding: 14px 28px;
    background: linear-gradient(135deg, #FF6B00, #FF8533);
    color: white;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 15px 40px rgba(255, 107, 0, 0.3);
    transition: transform 0.2s;
    display: block;
}

.btn-pricing:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 30px rgba(255, 107, 0, 0.6);
}

/* ============================================
   FAQ
   ============================================ */
.faq-section { 
    padding: 80px 0; 
    background: linear-gradient(135deg, #fff, #fafafa); 
}

.faq-container { 
    max-width: 800px; 
    margin: 60px auto 0; 
}

.faq-item { 
    background: white; 
    border-radius: 16px; 
    border: 1px solid #e5e7eb; 
    margin-bottom: 12px; 
    overflow: hidden; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.04); 
    transition: box-shadow 0.3s; 
}

.faq-item:hover { 
    box-shadow: 0 8px 24px rgba(0,0,0,0.08); 
}

.faq-question { 
    width: 100%; 
    padding: 20px 24px; 
    background: transparent; 
    border: none; 
    text-align: left; 
    font-size: 18px; 
    font-weight: 600; 
    color: #1f2937; 
    cursor: pointer; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    transition: all 0.3s ease; 
}

.faq-question:hover,
.faq-question:hover * {
    background: #1f2937; 
    color: #fafafa;
}

.faq-question span { 
    color: #1f2937; 
}

.faq-item.active .faq-question { 
    background: #1f2937; 
}

.faq-item.active .faq-question span { 
    color: white; 
}

.faq-item.active .faq-icon { 
    color: white; 
}

.faq-icon { 
    width: 20px; 
    height: 20px; 
    transition: transform 0.3s; 
    color: #6b7280; 
}

.faq-icon.rotate { 
    transform: rotate(180deg); 
}

.faq-answer { 
    max-height: 0; 
    overflow: hidden; 
    transition: max-height 0.3s ease; 
}

.faq-answer.open { 
    max-height: 300px; 
}

.faq-answer-content { 
    padding: 0 24px 20px; 
    color: #4b5563; 
    line-height: 1.7; 
    border-top: 1px solid #f3f4f6; 
}

/* ============================================
   FREE TOOLS
   ============================================ */
.tools-section { 
    padding: 100px 0; 
    background: #0a0a0f;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 107, 0, 0.2);
}

.tools-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.5;
}

.tools-section::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,107,0,0.08), transparent);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.tools-section .section-header {
    position: relative;
    z-index: 1;
}

.tools-section .section-header h2 {
    color: #ffffff;
}

.tools-section .section-header p {
    color: #9ca3af;
}

.tools-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 32px; 
    max-width: 1200px; 
    margin: 60px auto 0;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.tool-card { 
    background: rgba(20, 30, 45, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px; 
    padding: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
}

.tool-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 107, 0, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(255, 107, 0, 0.15);
}

.tool-image {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.tool-image img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    display: block;
}

.tool-card h3 { 
    font-size: 20px; 
    font-weight: 700; 
    margin: 24px 24px 12px;
    color: #ffffff;
}

.tool-card p { 
    font-size: 15px; 
    color: #9ca3af; 
    line-height: 1.6;
    margin: 0 24px 24px;
    flex-grow: 0;
}

.tool-content {
    margin-top: -60px;
    padding: 0;
}

.tool-btn {
    display: block;
    width: calc(100% - 48px);
    margin: 0 24px 40px;
    padding: 14px 24px;
    background: linear-gradient(to right, #0891b2, #0e7490, #164e63, #1e3a5f);
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6), 0 5px 15px rgba(14, 116, 144, 0.3);
}

.tool-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7), 0 8px 20px rgba(14, 116, 144, 0.5);
}

/* ============================================
   STICKY CTA BAR
   ============================================ */
.sticky-cta { 
    position: fixed; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    z-index: 9999; 
    background: linear-gradient(135deg, #FF6B00, #FF8533);
    padding: 16px 0; 
    box-shadow: 0 -4px 24px rgba(0,0,0,0.2); 
    transform: translateY(100%); 
    visibility: hidden; 
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.4s; 
}

.sticky-cta.show { 
    transform: translateY(0); 
    visibility: visible; 
}

.sticky-content { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    gap: 24px; 
}

.sticky-text { 
    color: white; 
    font-size: 16px; 
    font-weight: 600;
}

.sticky-cta .btn-primary-down { 
    background: white; 
    color: #FF6B00; 
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 15px 40px rgba(255, 107, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.sticky-cta .btn-primary-down:hover { 
    background: #f3f4f6;      
    transform: translateY(-4px);
    box-shadow: 0 6px 30px rgba(245, 245, 245, 0.6);
}

/* ============================================
   FOOTER
   ============================================ */
.dripbox-footer-wrapper {
    --df-bg: #111827;
    --df-text: #9ca3af;
    --df-title: #ffffff;
    --df-hover: #FF6B00;
    --df-border: rgba(255, 255, 255, 0.1);
    --df-font: 'Inter', system-ui, sans-serif;
    --df-font-display: 'Space Grotesk', system-ui, sans-serif;
    box-sizing: border-box;
    width: 100vw; 
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: var(--df-bg);
    color: var(--df-text);
    font-family: var(--df-font);
    font-size: 15px;
    line-height: 1.6;
    padding: 80px 0 40px;
    z-index: 10;
    overflow: hidden;
}

.dripbox-footer-wrapper * {
    box-sizing: border-box;
}

.df-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.df-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

.df-brand-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 400px;
}

.df-logo-link {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
}

.df-logo-img {
    width: 60%;
    max-width: none;
    height: auto;
    display: block;
    margin: 0;
}

.df-tagline {
    font-size: 16px;
    color: var(--df-text);
    margin: 0;
}

.df-menus-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
}

.df-menu-column h3 {
    font-family: var(--df-font-display);
    font-size: 16px;
    font-weight: 700;
    color: #b45309;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.df-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.df-menu-list li {
    margin-bottom: 12px;
}

.df-menu-list a {
    text-decoration: none;
    color: var(--df-text);
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.df-menu-list a:hover {
    color: var(--df-hover);
    transform: translateX(4px);
}

.footer-bottom {
    margin-top: 80px;
    padding-top: 32px;
    border-top: 1px solid var(--df-border);
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #b45309;
}

/* ============================================
   RESPONSIVE - DESKTOP (min-width: 768px)
   ============================================ */
@media (min-width: 768px) {
    .testimonial-grid {
        grid-template-columns: 1fr 1fr;
        gap: 100px;
    }
    
    .df-grid {
        grid-template-columns: 1.5fr 2.5fr;
        align-items: start;
    }

    .df-menus-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        justify-items: end; 
    }
    
    .df-menu-column {
        width: 100%;
        text-align: left;
    }

    .df-bottom-bar {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

/* ============================================
   RESPONSIVE - TABLET (max-width: 1200px)
   ============================================ */
@media (max-width: 1200px) {
    .comparison-dynamic-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .cards-column-dynamic {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }
    
    .left-cards-dynamic { order: 1; }
    .image-dynamic-container { order: 2; margin: 0 auto; }
    .right-cards-dynamic { order: 3; }
    .card-dynamic { flex: 1; max-width: 350px; }
}

/* ============================================
   RESPONSIVE - MOBILE (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
    body { overflow-x: hidden; }

    .testimonial-3d-wrapper,
    .calculator-section,
    .point-of-no-return-dynamic,
    .features-section,
    .testimonials-section,
    .footer {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        right: 0;
    }

    /* --- NAVBAR --- */
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 99999;
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease;
        will-change: transform, opacity;
    }
      
    .navbar.show {
        transform: translateY(0);
        opacity: 1;
    }

    .nav-content {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        padding: 0 14px;
    }

    .nav-logo img {
        width: 45% !important;
        max-width: 240px !important;
        height: auto;
    }

    .btn-primary {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 57%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 10px 20px;
        white-space: nowrap;
        font-size: 14px;
        line-height: 1;
        width: auto;
    }

    .navbar:has(.nav-menu.open) .btn-primary,
    .navbar:has(.nav-menu.open) .nav-hamburger {
        display: none !important;
    }

    .navbar:has(.nav-menu.open) .nav-logo {
        display: flex !important;
        justify-content: center !important;
        padding-left: 20px;
    }

    .navbar:has(.nav-menu.open) .nav-logo img {
        height: 45px !important;
        width: auto !important;
    }

    #tubelight-lamp { display: none !important; }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        display: none !important;
        flex-direction: column;
        padding: 16px 0;
        border-bottom: 1px solid #eee;
    }

    .nav-menu.open { display: flex !important; }

    .nav-hamburger {
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        background: transparent !important;
        border: none;
        padding: 0;
        cursor: pointer;
        margin-left: 12px;
        -webkit-tap-highlight-color: transparent !important;
        user-select: none;
        -webkit-user-select: none;
        outline: none !important;
    }

    .nav-hamburger:hover,
    .nav-hamburger:focus,
    .nav-hamburger:active {
        background: transparent !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .nav-hamburger span {
        display: block;
        width: 24px;
        height: 2px;
        background: #111;
        border-radius: 2px;
        pointer-events: none; 
    }

    .nav-menu .tubelight-item {
        padding: 14px 20px;
        font-size: 16px;
        color: #111 !important;
        border-radius: 0;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

    .nav-menu .tubelight-item.active {
        background: rgba(255, 106, 0, 0.6);
        color: #111 !important;
        font-weight: 700;
        border-radius: 30px;
    }

    .nav-menu.tubelight-wrapper {
        box-shadow: none !important;
        background: #fff !important;
    }

    /* --- CALCULATOR --- */
    .calculator-card { padding: 30px; }
    .calc-results-row { grid-template-columns: 1fr; }
    .result-value-large { font-size: 48px; }
    .sites-select { font-size: 18px; }
    .calc-cta { font-size: 12px; }

    /* --- COMPARISON --- */
    .visual-comparison {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 20px;
    }

    .visual-comparison .comparison-side {
        order: 1;
        width: 100%;
        height: 300px;
    }

    .visual-comparison .comparison-divider {
        order: 2;
        display: flex;
        justify-content: center;
        margin: 8px 0;
    }

    .visual-comparison .comparison-side:last-child { order: 3; }
    .btn-dynamic-cta { font-size: 19px; }

    .comparison-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 40px;
        padding: 0 20px;
    }

    .comparison-grid .comparison-card {
        order: 1;
        width: 100%;
        min-height: auto;
    }

    .comparison-grid .comparison-divider {
        order: 2;
        display: flex;
        justify-content: center;
        margin: 8px 0;
    }

    .comparison-grid .comparison-card:last-child { order: 3; }

    /* --- TURN POINT --- */
    .cards-column-dynamic { flex-direction: column; }
    .image-dynamic-container { width: 350px; height: 350px; }
    
    .orbital-dot-dynamic, 
    .orbital-dot-dynamic.active, 
    .orbital-dot-dynamic:hover {
        transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-200px) scale(1);
    }
    .orbital-dot-dynamic.active { 
        transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-200px) scale(1.3); 
    }

    /* --- CREATOR --- */
    .creator-headline { font-size: 42px; }
    .creator-inline-section { grid-template-columns: 1fr; gap: 32px; }
    .photo-frame { max-width: 400px; margin: 0 auto; }
    .creator-stats { grid-template-columns: 1fr; text-align: center; }
    .stat-number { font-size: 28px; font-weight: 900; color: #FF6B00; line-height: 1; }
    .stat-label { font-size: 15px; font-weight: 500; color: #6b7280; margin-top: 12px; }

    /* --- TABLE --- */
    .comparison-table { width: 100%; min-width: 100%; font-size: 12px; }
    .comparison-table th, .comparison-table td { padding: 10px 8px; font-size: 12px; }
    .comparison-table .col-feature, .comparison-table .feature-name { min-width: 120px; }

    /* --- TESTIMONIALS --- */
    .image-stack { height: 300px; }
    .tm-name { font-size: 24px; }
    .tm-quote { font-size: 16px; min-height: 100px; }
    .testimonial-card { text-align: center; }
    .testimonial-content #textContainer { display: flex; flex-direction: column; align-items: center; margin-bottom: -40px; }
    .arrow-buttons { display: none; }
    .arrow-btn { display: none; }

    /* --- FEATURES --- */
    .features-section { padding: 80px 0; }
    .benefits-grid { grid-template-columns: 1fr; gap: 24px; padding: 0 1px; }
    .benefit-card { padding: 32px 24px; }
    .benefit-icon-wrapper { width: 56px; height: 56px; }
    .benefit-icon-svg { width: 28px; height: 28px; }
    .features-diagram-wrapper { margin-bottom: 60px; }
    .diagram-container { width: 600px; margin-bottom: -70px; transform: scale(0.8); transform-origin: top center; }

    /* --- SCHEMA --- */
    .schema-grid { grid-template-columns: 1fr; padding: 0 2px; }
    .schema-benefits { width: 100%; gap: 16px; }
    .schema-benefits .benefit-item { width: 100% !important; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }

    /* --- PRICING --- */
    .pricing-grid { grid-template-columns: 1fr !important; gap: 30px !important; }
    .current-price { font-size: 54px !important; margin-top: 10px !important; margin-bottom: 10px !important; line-height: 1 !important; }
    .price-note { margin-top: 5px !important; margin-bottom: 25px !important; font-size: 15px !important; display: block !important; }
    .pricing-box a, .pricing-box button { margin: 0 auto !important; display: block !important; width: 100% !important; padding: 18px !important; font-size: 18px !important; }
    .triple-guarantee { margin-top: 30px !important; padding: 20px !important; background: rgba(16, 185, 129, 0.05) !important; }
    .price-badge { width: 60% !important; margin: 0 auto 0 !important; }
    .pricing-card { padding: 32px 24px; margin: 40px 0px; }

    /* --- FAQ --- */
    .faq-container { margin: 0px 10px -20px; }
    .faq-question { font-size: 16px; padding: 16px 20px; }

    /* --- TOOLS --- */
    .tools-section { width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 60px 0; }
    .tools-grid { display: grid; grid-template-columns: 1fr; gap: 40px; padding: 0 12px; width: 100%; box-sizing: border-box; margin-top: 40px; }
    .tool-image { height: 410px; }
    .tool-content { margin-top: -40px; }
    .tool-card h3 { margin-top: 15px; font-size: 1.25rem; }
    .tool-card p { font-size: 0.95rem; }

    /* --- STICKY CTA --- */
    .sticky-content { flex-direction: column; gap: 12px; text-align: center; padding: 0 15px; }
    .sticky-text { font-size: 14px; line-height: 1.2; }
    .sticky-cta .btn-primary-down { width: 100%; max-width: 280px; }
    .btn-primary-down { border-radius: 30px; padding: 10px 30px; font-size: 16px; }

    /* --- FOOTER --- */
    .df-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto; gap: 40px; align-items: start; }
    .df-grid > :first-child { margin-top: -30px; }
    .df-menus-wrapper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; justify-items: start; }
    .df-menu-column { width: 100%; text-align: left; }
    .footer-bottom { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; text-align: left; margin-top: 2px !important; padding-top: 20px !important; border-top: 1px solid rgba(255,255,255,0.08); }
    .footer-bottom .copyright, .footer-bottom p:last-child { color: #10b981 !important; font-weight: 500; }

    /* --- HEADERS --- */
    .section-header h2, .section-header-x h2 { font-size: clamp(28px, 8vw, 42px); }
    .section-header p, .section-header-x p { font-size: 16px; }
}

/* ============================================
   RESPONSIVE - SMALL (max-width: 650px)
   ============================================ */
@media (max-width: 650px) {
    .diagram-container { transform: scale(0.6); transform-origin: top center; }
}

/* ============================================
   RESPONSIVE - VERY SMALL (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
    .image-dynamic-container { width: 320px; height: 320px; }
    .orbital-dot-dynamic, .orbital-dot-dynamic.active { transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-160px); }
    .orbital-dot-dynamic.active { transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-160px) scale(1.3); }
}

/* ============================================
   RESPONSIVE - EXTRA SMALL (max-width: 375px)
   ============================================ */
@media (max-width: 375px) {
    .nav-logo img { width: 50%; max-width: 120px; }
    .current-price { font-size: 42px; }
}/* End custom CSS */