html { scroll-behavior: smooth; }

    /* Section Wave Dividers */
    .section-divider {
        position: relative;
        height: 60px;
        overflow: hidden;
        margin-top: -1px;
    }
    .section-divider svg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .section-divider.wave-to-gray svg { fill: #f9fafb; }
    .section-divider.wave-to-white svg { fill: #ffffff; }
    .section-divider.wave-to-dark svg { fill: #1a2f3a; }
    .section-divider.wave-from-dark { background: #1a2f3a; }
    .section-divider.wave-from-gray { background: #f9fafb; }
    .section-divider.wave-from-white { background: #ffffff; }

    .hero-hifi { padding-top: 30px; padding-bottom: 0px; text-align: center; background: radial-gradient(circle at 50% 100%, #e8f4fd 0%, #ffffff 100%); overflow: hidden; }
    .hero-laptop-container { margin-top: 12px; position: relative; width: min(1220px, 94vw); margin-left: 50%; overflow: hidden; transform: translateX(-50%); }
    .hero-laptop { width: 100%; height: auto; display: block; margin-top: clamp(-190px, -15vw, -70px); transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .hero-hifi:hover .hero-laptop { transform: translateY(-8px); }

    .social-proof-badge { display: inline-flex; align-items: center; background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); padding: 8px 20px 8px 10px; border-radius: 50px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); margin-bottom: 25px; }
    .social-proof-badge .avatars { display: flex; margin-right: 12px; }
    .social-proof-badge .avatars img { width: 32px; height: 32px; border-radius: 50%; border: 2px solid white; margin-left: -8px; object-fit: cover; }
    .social-proof-badge .avatars img:first-child { margin-left: 0; }

    .stats-row { background: #f9fafb; padding: 50px 0; border-bottom: 1px solid rgba(0,0,0,0.05); }
    .stat-item { text-align: center; }
    .stat-value { font-size: 2.5rem; font-weight: 800; color: var(--primary-color); display: block; }
    .stat-label { font-weight: 600; color: var(--secondary-color); font-size: 0.9rem; text-uppercase: uppercase; letter-spacing: 1px; }

    .feature-hifi { padding: 80px 0; }
    .feature-img-hifi { border-radius: 24px; box-shadow: 0 30px 60px rgba(79, 152, 207, 0.15); border: 6px solid white; transition: transform 0.3s; }
    .feature-hifi:hover .feature-img-hifi { transform: scale(1.02); }

    .faq-premium .accordion-item { border: none; margin-bottom: 15px; border-radius: 16px !important; box-shadow: 0 4px 20px rgba(0,0,0,0.04); background: white; border: 1px solid transparent; transition: all 0.3s; }
    .faq-premium .accordion-item:hover { border-color: rgba(79, 152, 207, 0.3); transform: translateX(5px); }
    .faq-premium .accordion-button { border-radius: 16px !important; font-weight: 700; color: var(--dark-color); padding: 22px; }
    .faq-premium .accordion-button:not(.collapsed) { background: var(--bg-light); color: var(--primary-color); }

    .premium-badge { display: inline-block; padding: 8px 16px; background: var(--bg-light); color: var(--primary-color); border-radius: 50px; font-weight: 700; font-size: 0.75rem; letter-spacing: 1px; margin-bottom: 15px; }

    /* SoulScribe Section */
    .soulscribe-section { background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 55%, #ffffff 100%); padding: 92px 0; color: var(--dark-color); position: relative; overflow: hidden; }
    .soulscribe-section::before { content: ''; position: absolute; top: -30%; right: -12%; width: 560px; height: 560px; background: radial-gradient(circle, rgba(79, 152, 207, 0.14) 0%, transparent 68%); border-radius: 50%; }
    .soulscribe-section::after { content: ''; position: absolute; bottom: -32%; left: -8%; width: 460px; height: 460px; background: radial-gradient(circle, rgba(251, 167, 50, 0.12) 0%, transparent 68%); border-radius: 50%; }
    .soulscribe-section .container { position: relative; z-index: 2; }
    .soulscribe-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(251, 167, 50, 0.12); border: 1px solid rgba(251, 167, 50, 0.34); color: #d98100; border-radius: 50px; font-weight: 800; font-size: 0.75rem; letter-spacing: 1px; margin-bottom: 20px; }
    .soulscribe-title { font-size: clamp(2.25rem, 3.2vw, 3.4rem); font-weight: 900; line-height: 1.12; color: #1a2f3a; }
    .soulscribe-title .highlight { color: var(--primary-color); }
    .soulscribe-section .lead { color: #5f6f7d !important; }
    .soulscribe-feature { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; color: #455766; }
    .soulscribe-feature i { color: var(--primary-color); font-size: 1.3rem; }
    .soulscribe-actions .btn-warning { background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%); border: 0; color: #fff; box-shadow: 0 14px 30px rgba(79, 152, 207, 0.26); }
    .soulscribe-actions .btn-warning:hover { background: linear-gradient(135deg, var(--primary-hover) 0%, #2f75ad 100%); color: #fff; transform: translateY(-2px); }
    .soulscribe-actions .btn-outline-light { border-color: var(--primary-color); color: var(--primary-color); background: rgba(255,255,255,0.72); }
    .soulscribe-actions .btn-outline-light:hover { background: var(--primary-color); color: #fff; }

    /* LUNA AI Showcase Section - Premium IA */
    .luna-ai-section {
        background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 52%, #ffffff 100%);
        padding: 96px 0;
        color: var(--dark-color);
        position: relative;
        overflow: hidden;
    }
    .luna-ai-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(79, 152, 207, 0.16) 0%, transparent 70%);
        border-radius: 50%;
        animation: float-slow 20s ease-in-out infinite;
    }
    .luna-ai-section::after {
        content: '';
        position: absolute;
        bottom: -30%;
        left: 5%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(251, 167, 50, 0.13) 0%, transparent 70%);
        border-radius: 50%;
        animation: float-slow-reverse 25s ease-in-out infinite;
    }
    @keyframes float-slow { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(30px); } }
    @keyframes float-slow-reverse { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-30px); } }
    .luna-ai-section .container { position: relative; z-index: 2; }

    .luna-ai-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 20px;
        background: rgba(79, 152, 207, 0.1);
        border: 1px solid rgba(79, 152, 207, 0.26);
        color: var(--primary-color);
        border-radius: 50px;
        font-weight: 700;
        font-size: 0.75rem;
        letter-spacing: 1.5px;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    .luna-ai-title {
        font-size: clamp(2.35rem, 3.4vw, 3.7rem);
        font-weight: 900;
        line-height: 1.1;
        margin-bottom: 18px;
        color: #1a2f3a;
        background: none;
        -webkit-text-fill-color: currentColor;
    }
    .luna-ai-title .highlight {
        color: var(--primary-color);
        -webkit-text-fill-color: var(--primary-color);
    }

    .luna-ai-subtitle {
        font-size: 1.08rem;
        color: #5f6f7d;
        margin-bottom: 32px;
        max-width: 620px;
        line-height: 1.6;
    }

    .luna-ai-features-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(240px, 1fr));
        gap: 14px;
        margin-bottom: 34px;
    }

    .luna-ai-feature {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr);
        align-items: flex-start;
        gap: 14px;
        min-height: 126px;
        background: rgba(255,255,255,0.88);
        padding: 18px;
        border-radius: 16px;
        border: 1px solid rgba(79, 152, 207, 0.2);
        box-shadow: 0 16px 38px rgba(79, 152, 207, 0.1);
        transition: all 0.3s ease;
    }
    .luna-ai-feature:hover {
        background: #ffffff;
        border-color: rgba(79, 152, 207, 0.45);
        transform: translateY(-5px);
    }

    .luna-ai-feature-icon {
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color);
        background: rgba(79, 152, 207, 0.12);
        border: 1px solid rgba(79, 152, 207, 0.24);
        border-radius: 14px;
        box-shadow: 0 10px 24px rgba(79, 152, 207, 0.12);
    }
    .luna-ai-feature-icon i {
        font-size: 1.65rem;
    }

    .luna-ai-feature-title {
        grid-column: 2;
        font-size: 1.02rem;
        font-weight: 800;
        margin-bottom: 7px;
        color: #1a2f3a;
        line-height: 1.25;
    }

    .luna-ai-feature-desc {
        grid-column: 2;
        font-size: 0.88rem;
        color: #667787;
        line-height: 1.48;
    }

    .luna-ai-cta {
        display: inline-flex;
        gap: 15px;
        align-items: center;
    }

    .luna-ai-cta .btn {
        font-weight: 700;
        padding: 14px 40px;
        border-radius: 50px;
        font-size: 1rem;
        transition: all 0.3s ease;
    }

    .btn-luna-primary {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
        color: white;
        border: none;
        box-shadow: 0 14px 30px rgba(79, 152, 207, 0.28);
    }
    .btn-luna-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 42px rgba(79, 152, 207, 0.36);
        background: linear-gradient(135deg, var(--primary-hover) 0%, #2f75ad 100%);
        color: white;
    }

    /* Widget Mockup - Premium Design */
    .widget-mockup {
        background: linear-gradient(145deg, #ffffff 0%, #fefefe 100%);
        border-radius: 22px;
        padding: 28px;
        box-shadow: 0 28px 70px rgba(79, 152, 207, 0.18), 0 0 0 1px rgba(79,152,207,0.08);
        max-width: 400px;
        border: 1px solid rgba(79,152,207,0.18);
        position: relative;
        overflow: hidden;
    }

    /* Brand Header */
    .widget-brand-header {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 2px solid rgba(79,152,207,0.1);
    }
    .brand-logo-circle {
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, #4F98CF 0%, #3b7dae 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(79,152,207,0.3);
    }
    .brand-logo-circle i {
        color: white;
        font-size: 1.5rem;
    }
    .brand-name {
        font-size: 0.95rem;
        font-weight: 800;
        color: #1a2f3a;
        line-height: 1;
    }
    .brand-product {
        font-size: 0.75rem;
        color: #4F98CF;
        font-weight: 600;
    }
    .recording-badge {
        background: rgba(251, 167, 50, 0.14);
        color: #c77400;
        padding: 6px 14px;
        border-radius: 20px;
        font-size: 0.7rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 6px;
        border: 1px solid rgba(251, 167, 50, 0.32);
        animation: pulse-badge 2s infinite;
        box-shadow: none;
    }
    @keyframes pulse-badge { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } }

    /* Patient Info */
    .widget-patient-info {
        background: linear-gradient(135deg, rgba(79,152,207,0.08) 0%, rgba(79,152,207,0.12) 100%);
        padding: 12px 16px;
        border-radius: 12px;
        font-size: 0.85rem;
        color: #1a2f3a;
        font-weight: 600;
        margin-bottom: 25px;
        border-left: 3px solid #4F98CF;
    }

    /* Pulsing Record Button */
    .widget-record-pulse {
        position: relative;
        width: 120px;
        height: 120px;
        margin: 0 auto 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pulse-ring {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 3px solid #4F98CF;
        border-radius: 50%;
        animation: pulse-ring 2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    }
    .pulse-ring-2 {
        animation-delay: 1s;
    }
    @keyframes pulse-ring {
        0% { transform: scale(0.8); opacity: 1; }
        100% { transform: scale(1.3); opacity: 0; }
    }
    .widget-mic-button {
        width: 90px;
        height: 90px;
        background: linear-gradient(135deg, #4F98CF 0%, #3570a0 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 15px 35px rgba(79,152,207,0.34), inset 0 -3px 10px rgba(0,0,0,0.12);
        position: relative;
        z-index: 1;
    }
    .widget-mic-button i {
        font-size: 2.5rem;
        color: white;
    }

    /* Status & Timer */
    .widget-status-modern {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .status-indicator {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .status-dot {
        width: 10px;
        height: 10px;
        background: #22c55e;
        border-radius: 50%;
        animation: pulse-dot 1.5s infinite;
        box-shadow: 0 0 12px rgba(34,197,94,0.6);
    }
    @keyframes pulse-dot {
        0%, 100% { opacity: 1; transform: scale(1); }
        50% { opacity: 0.6; transform: scale(1.2); }
    }
    .status-text {
        color: #1a2f3a;
        font-weight: 600;
        font-size: 0.9rem;
    }
    .widget-timer-modern {
        font-size: 1.8rem;
        font-weight: 800;
        color: #1a2f3a;
        font-variant-numeric: tabular-nums;
    }

    /* Waveform */
    .widget-waveform-modern {
        background: linear-gradient(135deg, rgba(79,152,207,0.05) 0%, rgba(79,152,207,0.1) 100%);
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 20px;
    }
    .waveform-bars {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-bottom: 8px;
    }
    .waveform-bars span {
        width: 5px;
        background: linear-gradient(to top, #4F98CF, #6db3e0);
        border-radius: 3px;
        animation: wave 1.2s infinite ease-in-out;
    }
    @keyframes wave {
        0%, 100% { height: 15%; }
        50% { height: 100%; }
    }
    .waveform-text {
        text-align: center;
        font-size: 0.8rem;
        color: #4F98CF;
        font-weight: 600;
    }

    /* AI Processing */
    .ai-processing {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: linear-gradient(135deg, rgba(251,167,50,0.08) 0%, rgba(251,167,50,0.12) 100%);
        padding: 12px 20px;
        border-radius: 50px;
        margin-bottom: 25px;
        border: 1px solid rgba(251,167,50,0.2);
    }
    .ai-processing i {
        color: #fba732;
        font-size: 1.1rem;
    }
    .ai-processing span {
        color: #1a2f3a;
        font-weight: 600;
        font-size: 0.85rem;
    }
    .ai-dots {
        display: flex;
        gap: 4px;
    }
    .ai-dots span {
        width: 6px;
        height: 6px;
        background: #fba732;
        border-radius: 50%;
        animation: dot-pulse 1.4s infinite;
    }
    .ai-dots span:nth-child(2) { animation-delay: 0.2s; }
    .ai-dots span:nth-child(3) { animation-delay: 0.4s; }
    @keyframes dot-pulse {
        0%, 60%, 100% { opacity: 0.3; transform: scale(0.8); }
        30% { opacity: 1; transform: scale(1.2); }
    }

    /* Action Buttons */
    .widget-buttons-modern {
        display: flex;
        gap: 12px;
    }
    .btn-widget {
        flex: 1;
        padding: 14px 20px;
        border: none;
        border-radius: 12px;
        font-weight: 700;
        font-size: 0.9rem;
        cursor: pointer;
        transition: all 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-widget-cancel {
        background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
        color: #64748b;
        border: 1px solid rgba(0,0,0,0.05);
    }
    .btn-widget-cancel:hover {
        background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .btn-widget-finish {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
        color: white;
        box-shadow: 0 10px 22px rgba(79,152,207,0.24);
    }
    .btn-widget-finish:hover {
        background: linear-gradient(135deg, var(--primary-hover) 0%, #2f75ad 100%);
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(79,152,207,0.3);
    }

    /* New Sections - Phase 4 */
    .section-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 20px;
        background: rgba(79,152,207,0.1);
        border: 1px solid rgba(79,152,207,0.3);
        color: #4F98CF;
        border-radius: 50px;
        font-weight: 700;
        font-size: 0.85rem;
        margin-bottom: 20px;
    }
    .section-modern {
        padding: 100px 0;
        background: white;
    }
    .section-modern.alt-bg {
        background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
    }
    .section-title-modern {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 15px;
        color: #1a2f3a;
    }
    .section-subtitle {
        font-size: 1.1rem;
        color: #6b7c8a;
        margin-bottom: 50px;
    }

    /* Feature Cards */
    .feature-card-modern {
        background: white;
        border-radius: 16px;
        padding: 30px;
        height: 100%;
        border: 2px solid rgba(79,152,207,0.1);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }
    .feature-card-modern::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #4F98CF, #3b7dae);
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }
    .feature-card-modern:hover::before {
        transform: scaleX(1);
    }
    .feature-card-modern:hover {
        transform: translateY(-5px);
        border-color: rgba(79,152,207,0.3);
        box-shadow: 0 20px 40px rgba(79,152,207,0.15);
    }
    .feature-icon {
        font-size: 3rem;
        margin-bottom: 20px;
        display: block;
        color: #4F98CF;
    }
    .feature-icon i {
        font-size: inherit;
    }
    .feature-card-modern h4 {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #1a2f3a;
    }
    .feature-card-modern p {
        color: #6b7c8a;
        font-size: 0.95rem;
        margin: 0;
    }

    /* Numbered Cards (Differentials) */
    .differential-card {
        background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
        border-radius: 16px;
        padding: 30px;
        height: 100%;
        border-left: 4px solid #4F98CF;
        transition: all 0.3s ease;
    }
    .differential-card:hover {
        transform: translateX(5px);
        box-shadow: 0 10px 30px rgba(79,152,207,0.15);
    }
    .differential-number {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #4F98CF, #3b7dae);
        color: white;
        border-radius: 12px;
        font-weight: 800;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    /* Results/Metrics Cards */
    .results-card {
        background: linear-gradient(135deg, #4F98CF 0%, #3b7dae 100%);
        border-radius: 20px;
        padding: 40px 30px;
        text-align: center;
        color: white;
        height: 100%;
        box-shadow: 0 15px 40px rgba(79,152,207,0.3);
        transition: all 0.3s ease;
    }
    .results-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(79,152,207,0.4);
    }
    .results-number {
        font-size: 3.5rem;
        font-weight: 900;
        margin-bottom: 10px;
        display: block;
        line-height: 1;
    }
    .results-label {
        font-size: 1.1rem;
        font-weight: 600;
        opacity: 0.95;
    }

    /* Security/Support List */
    .security-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding: 20px;
        background: white;
        border-radius: 12px;
        margin-bottom: 15px;
        border: 1px solid rgba(79,152,207,0.1);
        transition: all 0.3s ease;
    }
    .security-item:hover {
        background: linear-gradient(135deg, rgba(79,152,207,0.05) 0%, rgba(79,152,207,0.08) 100%);
        border-color: rgba(79,152,207,0.2);
        transform: translateX(5px);
    }
    .security-icon {
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #4F98CF 0%, #3b7dae 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.5rem;
    }
    .security-item h5 {
        margin: 0 0 5px 0;
        font-weight: 700;
        color: #1a2f3a;
        font-size: 1.1rem;
    }
    .security-item p {
        margin: 0;
        color: #6b7c8a;
        font-size: 0.95rem;
    }

    /* Testimonial Cards */
    .testimonial-card {
        background: white;
        border-radius: 16px;
        padding: 30px;
        height: 100%;
        border: 1px solid rgba(0,0,0,0.05);
        box-shadow: 0 10px 30px rgba(0,0,0,0.03);
        transition: all 0.3s ease;
        position: relative;
    }
    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    }
    .testimonial-stars {
        color: #fba732;
        margin-bottom: 15px;
        font-size: 0.9rem;
    }
    .testimonial-text {
        color: #4a5568;
        font-style: italic;
        margin-bottom: 20px;
        font-size: 1rem;
        line-height: 1.6;
    }
    .testimonial-author {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-top: auto;
    }
    .testimonial-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid #e2e8f0;
    }
    .author-info h6 {
        margin: 0;
        font-weight: 700;
        color: #1a2f3a;
        font-size: 0.95rem;
    }
    .author-info span {
        font-size: 0.8rem;
        color: #718096;
        font-weight: 500;
    }
    .quote-icon {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 2rem;
        color: rgba(79,152,207,0.1);
    }

    /* Novos estilos para Planos Unificados - Premium */
    .card-premium {
        position: relative;
        overflow: visible;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        border: 1px solid rgba(79, 152, 207, 0.1);
        background: #fff;
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    }
    .plans-home-section {
        padding-bottom: clamp(92px, 10vw, 150px);
        overflow-x: clip;
    }
    .plans-grid-home {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
        gap: clamp(1rem, 1.8vw, 1.5rem);
        align-items: start;
    }
    .plans-grid-home > * {
        min-width: 0;
    }
    .plans-grid-home .custom-plan-grid-item {
        grid-column: 1 / -1;
    }
    .plan-card-home {
        padding: clamp(1.6rem, 2.4vw, 2.35rem);
        min-width: 0;
        height: auto;
        border: 1px solid rgba(79, 152, 207, 0.24);
        background: linear-gradient(180deg, #ffffff 0%, rgba(240, 247, 255, 0.42) 100%);
        box-shadow: 0 16px 36px rgba(79, 152, 207, 0.1);
        isolation: isolate;
    }
    .plan-card-home::before {
        content: none;
    }
    .card-premium:hover {
        transform: translateY(-8px);
        box-shadow: 0 26px 56px rgba(79, 152, 207, 0.16);
        border-color: rgba(79, 152, 207, 0.38);
    }
    .card-premium.best-seller-highlight {
        border: 2px solid #4F98CF !important;
        background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 64%, rgba(79, 152, 207, 0.12) 100%);
        box-shadow: 0 34px 82px rgba(79, 152, 207, 0.24);
        z-index: 2;
    }
    .card-premium.best-seller-highlight::before {
        content: none;
    }
    .card-premium.best-seller-highlight:hover {
        box-shadow: 0 42px 92px rgba(79, 152, 207, 0.3);
    }
    .discount-badge {
        position: absolute;
        top: -15px;
        right: 20px;
        background: linear-gradient(135deg, #fba732 0%, #e68a00 100%);
        color: white;
        padding: 6px 16px;
        border-radius: 12px;
        font-weight: 800;
        font-size: 0.8rem;
        box-shadow: 0 8px 15px rgba(251, 167, 50, 0.3);
        z-index: 10;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .popular-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-width: 190px;
        background: linear-gradient(135deg, #4F98CF 0%, #2f75ad 100%);
        color: white;
        padding: 10px 22px;
        border-radius: 14px;
        font-weight: 800;
        font-size: 0.95rem;
        box-shadow: 0 16px 34px rgba(79, 152, 207, 0.34);
        z-index: 10;
    }
    .support-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: linear-gradient(180deg, rgba(251, 167, 50, 0.16) 0%, rgba(251, 167, 50, 0.08) 100%);
        color: #e68a00;
        padding: 9px 18px;
        border-radius: 50px;
        font-size: 0.75rem;
        font-weight: 800;
        margin-bottom: 25px;
        border: 1px solid rgba(251, 167, 50, 0.3);
        box-shadow: 0 10px 24px rgba(251, 167, 50, 0.13);
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .plan-badge-slot {
        min-height: 44px;
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        min-width: 0;
    }
    .plan-badge-slot .support-badge,
    .plan-badge-slot .popular-badge {
        position: static;
        transform: none;
        margin: 0;
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }
    .plan-title-slot {
        min-height: 62px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        min-width: 0;
    }
    .plan-title-slot p {
        margin-bottom: 0;
    }
    .price-wrapper {
        position: relative;
        background: rgba(79, 152, 207, 0.045);
        padding: clamp(18px, 2.2vw, 24px);
        border: 1px solid rgba(79, 152, 207, 0.16);
        border-radius: 20px;
        margin: 18px 0 22px;
        min-height: 184px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
        box-shadow: none;
    }
    .price-wrapper.is-empty {
        min-height: 0;
        margin: 0 0 20px;
        padding: 0;
        background: transparent;
    }
    .plan-price-line {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 0;
        white-space: nowrap;
    }
    .plan-price-currency {
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--primary-color, #4F98CF);
        margin-right: 2px;
    }
    .plan-price-value {
        font-size: clamp(2.1rem, 2.35vw, 2.65rem);
        font-weight: 900;
        color: #1a2f3a;
        line-height: 1;
    }
    .plan-price-period {
        font-size: 0.9rem;
        font-weight: 400;
        color: #6b7c8a;
        margin-left: 2px;
    }
    .custom-price-label {
        color: #1a2f3a;
        font-size: clamp(1.2rem, 1.7vw, 1.55rem);
        font-weight: 800;
        line-height: 1.2;
    }
    .price-old {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        text-decoration: line-through;
        color: #94a3b8;
        font-size: 0.95rem;
        display: block;
        font-weight: 500;
    }
    .ideal-para-box {
        background: #f1f5f9;
        padding: 8px 15px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 10px;
        box-sizing: border-box;
        max-width: 100%;
    }
    .btn-more-modules {
        background: rgba(79, 152, 207, 0.05);
        border: 1px dashed rgba(79, 152, 207, 0.38);
        color: #4F98CF;
        padding: 12px 20px;
        border-radius: 15px;
        font-size: 0.85rem;
        font-weight: 800;
        transition: all 0.3s;
        width: 100%;
    }
    .btn-more-modules:hover {
        background: rgba(79, 152, 207, 0.1);
        border-style: solid;
        transform: scale(1.02);
    }
    .feature-list {
        padding: 0 !important;
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    .feature-list li {
        gap: 8px;
        padding: 0;
        border-radius: 0;
        transition: transform 0.2s;
    }
    .feature-list li i {
        width: auto;
        height: auto;
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border-radius: 0;
    }
    .feature-list li:hover {
        transform: translateX(5px);
    }
    .custom-plan-card {
        border-color: rgba(79, 152, 207, 0.3);
        background: linear-gradient(180deg, #ffffff 0%, rgba(240, 247, 255, 0.38) 100%);
    }
    .plans-grid-home .custom-plan-card {
        display: grid;
        grid-template-columns: minmax(260px, 0.95fr) minmax(360px, 1.45fr) minmax(240px, 0.78fr);
        align-items: start;
        gap: clamp(18px, 2vw, 28px);
        padding: clamp(1.5rem, 2vw, 2rem);
        text-align: left !important;
    }
    .plans-grid-home .custom-plan-card .plan-badge-slot {
        grid-column: 1;
        grid-row: 1;
        min-height: 0;
        justify-content: flex-start;
    }
    .plans-grid-home .custom-plan-card .plan-title-slot {
        grid-column: 1;
        grid-row: 2;
        align-items: flex-start;
        min-height: 0;
        margin-bottom: 0 !important;
    }
    .plans-grid-home .custom-plan-card .ideal-para-box {
        justify-content: flex-start;
        text-align: left;
        margin-top: 18px;
        margin-bottom: 22px;
        padding: 12px 18px;
        line-height: 1.45;
    }
    .custom-plan-card .price-wrapper {
        grid-column: 3;
        grid-row: 1 / 3;
        min-height: 0;
        margin: 0;
        padding: 22px 20px;
        border: 0;
        border-radius: 22px;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
        box-shadow: 0 18px 38px rgba(79, 152, 207, 0.22);
        text-align: center;
    }
    .custom-plan-card .custom-price-label {
        color: #ffffff;
        font-size: clamp(1.25rem, 1.55vw, 1.55rem);
        line-height: 1.1;
        white-space: nowrap;
    }
    .plans-grid-home .custom-plan-card .price-wrapper::after {
        content: 'Para redes, integrações e operação avançada';
        display: block;
        margin-top: 8px;
        color: rgba(255, 255, 255, 0.86);
        font-size: 0.82rem;
        font-weight: 600;
        line-height: 1.35;
    }
    .plans-grid-home .custom-plan-card .plan-features-slot {
        grid-column: 2;
        grid-row: 1 / 4;
    }
    .plans-grid-home .custom-plan-card .custom-plan-content {
        margin-bottom: 0 !important;
        columns: 2;
        column-gap: 26px;
    }
    .plans-grid-home .custom-plan-card .custom-plan-content p {
        margin-top: 0;
        line-height: 1.65;
    }
    .plans-grid-home .custom-plan-card .custom-plan-content li {
        break-inside: avoid;
        margin-bottom: 0.65rem;
    }
    .plans-grid-home .custom-plan-card .plan-modules-slot {
        display: none;
    }
    .plans-grid-home .custom-plan-card .plan-cta-slot {
        grid-column: 3;
        grid-row: 3;
        align-self: start;
        padding-top: 14px !important;
        margin-top: 0 !important;
        width: 100%;
    }
    .plans-grid-home .custom-plan-card .plan-cta-slot .btn {
        width: 100%;
        min-height: 58px;
        border: 0;
        box-shadow: 0 16px 34px rgba(79, 152, 207, 0.2);
    }
    @media (max-width: 991.98px) {
        .plans-grid-home .custom-plan-grid-item {
            grid-column: auto;
        }
        .plans-grid-home .custom-plan-card {
            display: flex;
            text-align: center !important;
        }
        .plans-grid-home .custom-plan-card .plan-badge-slot,
        .plans-grid-home .custom-plan-card .plan-title-slot {
            align-items: center;
            justify-content: center;
        }
        .plans-grid-home .custom-plan-card .ideal-para-box {
            justify-content: center;
            text-align: center;
        }
        .plans-grid-home .custom-plan-card .custom-plan-content {
            columns: 1;
        }
        .plans-grid-home .custom-plan-card .plan-modules-slot {
            display: flex;
        }
    }
    .plans-home-section .plan-cta-slot .btn {
        border-width: 2px;
        box-shadow: 0 14px 28px rgba(79, 152, 207, 0.18);
    }
    .plans-home-section .plan-cta-slot .btn-soul-primary {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    }
    .plans-home-section .plan-cta-slot .btn-outline-primary {
        background: #ffffff;
    }
    .plans-home-section .plan-cta-slot .btn-outline-primary:hover {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    }
    .custom-plan-content {
        color: #495057;
        font-size: 0.95rem;
        line-height: 1.55;
    }
    .custom-plan-content :is(p, ul, ol, blockquote) {
        margin-bottom: 0.9rem;
    }
    .custom-plan-content ul,
    .custom-plan-content ol {
        list-style: none;
        padding-left: 0;
    }
    .custom-plan-content li {
        position: relative;
        padding-left: 32px;
        margin-bottom: 0.5rem;
    }
    .custom-plan-content li::before {
        content: "\f272";
        font-family: bootstrap-icons !important;
        position: absolute;
        left: 0;
        top: 0.05rem;
        color: var(--primary-color);
        font-size: 1.1rem;
        font-weight: 700;
    }
    .custom-plan-content :is(h4, h5) {
        color: var(--primary-color);
        font-size: 1rem;
        margin: 1rem 0 0.5rem;
    }
    .plan-features-slot {
        flex: 1 1 auto;
    }
    .plan-modules-slot {
        min-height: 54px;
        display: flex;
        align-items: flex-end;
    }
    @media (min-width: 1400px) {
        .plans-grid-home {
            grid-template-columns: repeat(3, minmax(300px, 1fr));
        }
    }
    @media (min-width: 1200px) and (max-width: 1399.98px) {
        .plans-grid-home {
            grid-template-columns: repeat(3, minmax(300px, 1fr));
        }
    }
    .bg-light-soft { background-color: #f8fafc; }

    /* ===== PAIN POINTS SECTION ===== */
    .pain-points-section {
        padding: 80px 0 60px;
        background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
    }
    .pain-points-title {
        font-size: 2.2rem;
        font-weight: 800;
        color: #1a2f3a;
        margin-bottom: 10px;
    }
    .pain-points-subtitle {
        color: #6b7c8a;
        font-size: 1.05rem;
        margin-bottom: 50px;
    }
    .pain-card {
        background: white;
        border-radius: 20px;
        padding: 35px 30px;
        height: 100%;
        border: 2px solid rgba(220, 53, 69, 0.08);
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        overflow: hidden;
    }
    .pain-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #4F98CF, #3b7dae);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }
    .pain-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.08);
        border-color: rgba(79, 152, 207, 0.2);
    }
    .pain-card:hover::after {
        transform: scaleX(1);
    }
    .pain-icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
        background: linear-gradient(135deg, rgba(220, 53, 69, 0.08) 0%, rgba(220, 53, 69, 0.15) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        color: #dc3545;
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }
    .pain-card:hover .pain-icon {
        background: linear-gradient(135deg, rgba(79, 152, 207, 0.1) 0%, rgba(79, 152, 207, 0.2) 100%);
        color: #4F98CF;
        transform: scale(1.1);
    }
    .pain-card h4 {
        font-size: 1.25rem;
        font-weight: 800;
        color: #1a2f3a;
        margin-bottom: 10px;
    }
    .pain-card p {
        color: #6b7c8a;
        font-size: 0.95rem;
        margin-bottom: 15px;
        line-height: 1.6;
    }
    .pain-solution {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(79, 152, 207, 0.08);
        color: #4F98CF;
        padding: 6px 14px;
        border-radius: 50px;
        font-size: 0.8rem;
        font-weight: 700;
        transition: all 0.3s;
    }
    .pain-card:hover .pain-solution {
        background: rgba(79, 152, 207, 0.15);
    }

    /* ===== HERO FLOATING BADGE ===== */
    .hero-float-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(10px);
        padding: 10px 22px;
        border-radius: 50px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.08);
        font-size: 0.85rem;
        font-weight: 700;
        color: #1a2f3a;
        margin-bottom: 20px;
        border: 1px solid rgba(79, 152, 207, 0.15);
        animation: hero-badge-bounce 3s ease-in-out infinite;
    }
    .hero-float-badge i {
        color: #fba732;
        font-size: 1.1rem;
    }
    @keyframes hero-badge-bounce {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
    }

    /* ===== SCROLL REVEAL ANIMATION ===== */
    .reveal-on-scroll {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .reveal-on-scroll.revealed {
        opacity: 1;
        transform: translateY(0);
    }
    .reveal-on-scroll.reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-on-scroll.reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-on-scroll.reveal-delay-3 { transition-delay: 0.3s; }
    .reveal-on-scroll.reveal-delay-4 { transition-delay: 0.4s; }

    /* ===== HOME RESPONSIVE REDESIGN ===== */
    .hero-title {
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(2.6rem, 4.7vw, 4.8rem);
        line-height: 1.06;
        letter-spacing: 0;
    }

    .hero-subtitle {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }

    .luna-ai-visual {
        position: relative;
        width: 100%;
        max-width: 450px;
        height: 450px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .luna-ai-visual > div {
        max-width: 100%;
        max-height: 100%;
        background: linear-gradient(135deg, rgba(79, 152, 207, 0.12), rgba(255,255,255,0.72)) !important;
        border-color: rgba(79, 152, 207, 0.32) !important;
    }

    .luna-floating-badge {
        color: #1a2f3a !important;
        background: rgba(255,255,255,0.92) !important;
        border-color: rgba(79, 152, 207, 0.24) !important;
        box-shadow: 0 12px 28px rgba(79, 152, 207, 0.14);
    }

    @media (max-width: 1199.98px) {
        .hero-laptop-container {
            width: min(1120px, 96vw);
        }

        .luna-ai-title {
            font-size: clamp(2.35rem, 4vw, 3rem);
        }

        .widget-mockup {
            max-width: 380px;
        }
    }

    @media (max-width: 991.98px) {
        .hero-hifi {
            padding-top: 26px;
        }

        .hero-title {
            max-width: 760px;
            font-size: clamp(2.4rem, 7vw, 3.7rem);
        }

        .hero-laptop-container {
            width: min(920px, 96vw);
            margin-top: 8px;
        }

        .hero-laptop {
            margin-top: clamp(-120px, -12vw, -58px);
        }

        .feature-hifi {
            padding: 64px 0;
        }

        .feature-actions {
            flex-wrap: wrap;
        }

        .section-modern,
        .luna-ai-section,
        .soulscribe-section {
            padding: 76px 0;
        }

        .luna-ai-section .row,
        .soulscribe-section .row {
            text-align: center;
        }

        .luna-ai-subtitle {
            margin-left: auto;
            margin-right: auto;
        }

        .luna-ai-cta,
        .soulscribe-actions {
            justify-content: center;
        }

        .luna-ai-features-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

        .luna-ai-visual {
            max-width: 390px;
            height: 390px;
            margin: 0 auto;
        }

        .widget-mockup {
            width: min(100%, 400px);
        }
    }

    @media (max-width: 767.98px) {
        .hero-hifi {
            padding-top: 24px;
        }

        .hero-float-badge,
        .premium-badge,
        .section-badge,
        .soulscribe-badge,
        .luna-ai-badge {
            width: fit-content;
            max-width: calc(100vw - 32px);
            justify-content: center;
            text-align: center;
            white-space: normal;
            overflow-wrap: break-word;
            line-height: 1.35;
        }

        .hero-title {
            font-size: clamp(2.05rem, 10vw, 3rem);
            line-height: 1.08;
            width: min(100%, calc(100vw - 32px));
            max-width: calc(100vw - 32px);
            white-space: normal;
            overflow-wrap: break-word;
        }

        .hero-subtitle {
            width: min(100%, calc(100vw - 32px));
            max-width: calc(100vw - 32px);
            margin-bottom: 1.35rem !important;
        }

        .hero-actions,
        .feature-actions,
        .soulscribe-actions {
            width: min(100%, calc(100vw - 32px));
            max-width: calc(100vw - 32px);
            margin-left: auto;
            margin-right: auto;
            flex-direction: column;
            align-items: stretch !important;
        }

        .hero-actions .btn,
        .feature-actions .btn,
        .soulscribe-actions .btn {
            width: 100%;
            max-width: 100%;
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }

        .hero-laptop-container {
            width: calc(100vw - 16px);
            margin-top: 14px;
        }

        .hero-laptop {
            margin-top: clamp(-90px, -14vw, -46px);
        }

        .stats-row {
            padding: 34px 0;
        }

        .stat-value,
        .results-number {
            font-size: clamp(2rem, 11vw, 2.9rem);
        }

        .stat-label,
        .results-label {
            font-size: 0.78rem;
            letter-spacing: 0.04em;
        }

        .feature-hifi,
        .pain-points-section,
        .section-modern,
        .luna-ai-section,
        .soulscribe-section {
            padding: 54px 0;
        }

        .feature-img-hifi {
            border-width: 4px;
            border-radius: 16px;
        }

        .pain-points-title {
            font-size: clamp(1.8rem, 8vw, 2.2rem);
        }

        .pain-card,
        .feature-card-modern,
        .differential-card,
        .results-card,
        .testimonial-card {
            padding: 24px;
            border-radius: 14px;
        }

        .feature-header-soul {
            padding: 18px;
            gap: 12px;
        }

        .feature-title-soul {
            font-size: 1rem;
        }

        .feature-body-soul {
            padding: 0 18px 18px;
        }

        .security-item {
            padding: 18px;
            gap: 12px;
        }

        .security-icon {
            width: 42px;
            height: 42px;
            font-size: 1.2rem;
        }

        .luna-ai-title,
        .soulscribe-title {
            font-size: clamp(2rem, 9vw, 2.55rem);
            line-height: 1.12;
        }

        .luna-ai-subtitle {
            font-size: 1rem;
            margin-bottom: 28px;
        }

        .luna-ai-features-grid {
            grid-template-columns: 1fr;
            gap: 12px;
            margin-bottom: 30px;
            text-align: left;
        }

        .luna-ai-feature {
            grid-template-columns: 42px minmax(0, 1fr);
            min-height: 0;
            padding: 16px;
            gap: 12px;
        }

        .luna-ai-feature-icon {
            width: 42px;
            height: 42px;
            border-radius: 12px;
        }

        .luna-ai-feature-icon i {
            font-size: 1.45rem;
        }

        .luna-ai-cta,
        .luna-ai-cta .btn {
            width: 100%;
        }

        .luna-ai-visual {
            max-width: 320px;
            height: 320px;
        }

        .luna-ai-visual > div {
            width: 270px !important;
            height: 270px !important;
        }

        .luna-floating-badge {
            position: static !important;
            display: inline-flex;
            margin: 4px;
            animation: none !important;
            font-size: 0.68rem !important;
            padding: 7px 10px !important;
        }

        .widget-mockup {
            padding: 22px;
            border-radius: 18px;
        }

        .widget-brand-header .d-flex {
            gap: 10px;
        }

        .recording-badge {
            padding: 6px 10px;
            font-size: 0.62rem;
        }

        .widget-status-modern,
        .widget-buttons-modern {
            flex-direction: column;
            align-items: stretch;
        }

        .widget-timer-modern {
            text-align: center;
        }

        .soulscribe-section .col-6 {
            width: 100%;
        }

        .soulscribe-feature {
            align-items: flex-start;
            text-align: left;
        }

        .testimonial-author {
            align-items: flex-start;
        }

        .faq-premium .accordion-button {
            padding: 18px;
            font-size: 0.98rem;
        }
    }

    @media (max-width: 575.98px) {
        .hero-hifi .container {
            padding-left: 15px;
            padding-right: 15px;
        }

        .hero-float-badge {
            padding: 9px 14px;
            font-size: 0.78rem;
        }

        .premium-badge,
        .section-badge,
        .soulscribe-badge,
        .luna-ai-badge {
            font-size: 0.68rem;
            letter-spacing: 0.08em;
            padding: 8px 12px;
        }

        .hero-title {
            font-size: clamp(1.9rem, 10.5vw, 2.45rem);
        }

        .hero-laptop-container {
            width: calc(100vw - 8px);
        }

        .hero-laptop {
            margin-top: clamp(-70px, -12vw, -38px);
        }

        .feature-hifi,
        .pain-points-section,
        .section-modern,
        .luna-ai-section,
        .soulscribe-section {
            padding: 46px 0;
        }

        .card-premium {
            padding: 1.35rem !important;
            overflow: hidden;
        }

        .plans-grid-home {
            grid-template-columns: minmax(0, 1fr);
            gap: 1.25rem;
        }

        .plan-title-slot,
        .price-wrapper,
        .plan-badge-slot,
        .plan-modules-slot {
            min-height: 0;
        }

        .plan-title-slot {
            height: auto;
        }

        .price-old {
            position: static;
            margin-bottom: 6px;
        }

        .ideal-para-box {
            width: 100%;
            justify-content: center;
            white-space: normal;
            min-width: 0;
        }

        .ideal-para-box span {
            min-width: 0;
            overflow-wrap: anywhere;
        }

        .card-premium .plan-price-value {
            font-size: clamp(2rem, 12vw, 2.5rem);
        }

        .security-item {
            flex-direction: column;
        }

        .luna-ai-visual {
            height: auto;
            min-height: 260px;
        }

        .luna-ai-visual svg {
            width: 116px;
            height: 116px;
        }

        .widget-mockup {
            padding: 18px;
        }

        .widget-record-pulse {
            width: 96px;
            height: 96px;
        }

        .widget-mic-button {
            width: 72px;
            height: 72px;
        }

        .widget-mic-button i {
            font-size: 2rem;
        }
    }

    @media (hover: none) {
        .hero-hifi:hover .hero-laptop,
        .feature-hifi:hover .feature-img-hifi,
        .pain-card:hover,
        .feature-card-modern:hover,
        .differential-card:hover,
        .results-card:hover,
        .testimonial-card:hover,
        .luna-ai-feature:hover {
            transform: none !important;
        }
    }

/* Home visual preset overrides */
body.theme-premium .hero-hifi {
    background:
        radial-gradient(circle at 50% 100%, rgba(79, 152, 207, 0.18) 0%, transparent 46%),
        linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

body.theme-premium .stats-row,
body.theme-premium .section-modern.alt-bg,
body.theme-premium .bg-light-soft {
    background: linear-gradient(180deg, #f8fafc 0%, #eef7ff 100%);
}

body.theme-premium .section-modern,
body.theme-premium .luna-ai-section,
body.theme-premium .soulscribe-section {
    background:
        radial-gradient(circle at 88% 8%, rgba(79, 152, 207, 0.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f4faff 54%, #ffffff 100%);
}

body.theme-premium .feature-card-modern,
body.theme-premium .pain-card,
body.theme-premium .differential-card,
body.theme-premium .results-card,
body.theme-premium .testimonial-card,
body.theme-premium .security-item,
body.theme-premium .faq-premium .accordion-item,
body.theme-premium .luna-ai-feature,
body.theme-premium .widget-mockup {
    background: rgba(255, 255, 255, 0.94) !important;
    border-color: rgba(79, 152, 207, 0.18) !important;
    box-shadow: 0 20px 54px rgba(31, 41, 55, 0.08) !important;
}

body.theme-premium .section-title-modern::after,
body.theme-premium .feature-title-soul::after {
    box-shadow: 0 0 24px rgba(79, 152, 207, 0.28);
}

body.theme-premium .soulscribe-badge,
body.theme-premium .luna-ai-badge,
body.theme-premium .premium-badge {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(79, 152, 207, 0.22);
    box-shadow: 0 12px 28px rgba(79, 152, 207, 0.1);
}

body.theme-colorful .hero-hifi {
    background:
        radial-gradient(circle at 24% 18%, rgba(251, 167, 50, 0.16) 0%, transparent 28%),
        radial-gradient(circle at 74% 100%, rgba(79, 152, 207, 0.28) 0%, transparent 44%),
        linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
}

body.theme-colorful .stats-row {
    background: linear-gradient(90deg, rgba(79, 152, 207, 0.1), rgba(251, 167, 50, 0.1));
}

body.theme-colorful .section-modern,
body.theme-colorful .luna-ai-section,
body.theme-colorful .soulscribe-section {
    background:
        radial-gradient(circle at 10% 12%, rgba(251, 167, 50, 0.14), transparent 28%),
        radial-gradient(circle at 90% 16%, rgba(79, 152, 207, 0.18), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #eef8ff 52%, #ffffff 100%);
}

body.theme-colorful .section-modern.alt-bg,
body.theme-colorful .bg-light-soft {
    background: linear-gradient(180deg, #fff9f0 0%, #eef8ff 100%);
}

body.theme-colorful .soulscribe-title .highlight,
body.theme-colorful .luna-ai-title .highlight,
body.theme-colorful .section-title-modern span,
body.theme-colorful .stat-value,
body.theme-colorful .results-number {
    color: var(--primary-color) !important;
}

body.theme-colorful .soulscribe-badge,
body.theme-colorful .luna-ai-badge,
body.theme-colorful .premium-badge {
    background: rgba(251, 167, 50, 0.14) !important;
    border-color: rgba(251, 167, 50, 0.38) !important;
    color: #d98100 !important;
}

body.theme-colorful .feature-card-modern,
body.theme-colorful .pain-card,
body.theme-colorful .differential-card,
body.theme-colorful .results-card,
body.theme-colorful .testimonial-card,
body.theme-colorful .security-item,
body.theme-colorful .faq-premium .accordion-item,
body.theme-colorful .luna-ai-feature,
body.theme-colorful .widget-mockup {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.88)) !important;
    border-color: rgba(79, 152, 207, 0.22) !important;
    box-shadow: 0 18px 44px rgba(79, 152, 207, 0.11) !important;
}

body.theme-colorful .feature-card-modern::before,
body.theme-colorful .pain-card::before,
body.theme-colorful .differential-card::before,
body.theme-colorful .testimonial-card::before {
    background: linear-gradient(90deg, var(--primary-color), var(--tertiary-color)) !important;
}

body.theme-colorful .soulscribe-actions .btn-warning,
body.theme-colorful .btn-luna-primary,
body.theme-colorful .btn-widget-finish {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover)) !important;
}

body.theme-colorful .recording-badge,
body.theme-colorful .ai-processing {
    background: rgba(251, 167, 50, 0.16) !important;
    border-color: rgba(251, 167, 50, 0.38) !important;
}
