        :root {
            --bg-main: #070a13;
            --bg-card: rgba(13, 20, 35, 0.6);
            --border-color: rgba(255, 255, 255, 0.08);
            --primary: #10b981; /* Emerald green */
            --primary-glow: rgba(16, 185, 129, 0.2);
            --accent: #f59e0b; /* Amber */
            --text-main: #f3f4f6;
            --text-muted: #9ca3af;
            --text-title: #ffffff;
            --glass-blur: 16px;
            --bg-header: rgba(7, 10, 19, 0.8);
            --bg-select: rgba(8, 14, 24, 0.8);
            --bg-details-card: rgba(255, 255, 255, 0.02);
            --border-details-card: rgba(255, 255, 255, 0.04);
            --bg-badge-card: rgba(255, 255, 255, 0.02);
            --border-badge-card: rgba(255, 255, 255, 0.04);
            --bg-faq: rgba(255, 255, 255, 0.02);
            --border-faq: rgba(255, 255, 255, 0.04);
            --bg-results: rgba(16, 185, 129, 0.04);
            --border-results: rgba(16, 185, 129, 0.2);
            --bg-checkpoints: rgba(255, 255, 255, 0.01);
            --border-checkpoints: rgba(255, 255, 255, 0.03);
            --shadow-card: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        body.light-mode {
            --bg-main: #f9fafb;
            --bg-card: rgba(255, 255, 255, 0.9);
            --border-color: rgba(0, 0, 0, 0.08);
            --primary: #059669;
            --primary-glow: rgba(5, 150, 105, 0.15);
            --accent: #d97706;
            --text-main: #374151;
            --text-muted: #6b7280;
            --text-title: #111827;
            --glass-blur: 12px;
            --bg-header: rgba(249, 250, 251, 0.85);
            --bg-select: #ffffff;
            --bg-details-card: rgba(0, 0, 0, 0.02);
            --border-details-card: rgba(0, 0, 0, 0.06);
            --bg-badge-card: #ffffff;
            --border-badge-card: rgba(0, 0, 0, 0.05);
            --bg-faq: #ffffff;
            --border-faq: rgba(0, 0, 0, 0.05);
            --bg-results: rgba(5, 150, 105, 0.04);
            --border-results: rgba(5, 150, 105, 0.15);
            --bg-checkpoints: rgba(0, 0, 0, 0.01);
            --border-checkpoints: rgba(0, 0, 0, 0.04);
            --shadow-card: 0 10px 25px rgba(0, 0, 0, 0.05);
        }

        body.light-mode {
            background-image: 
                radial-gradient(circle at 10% 20%, rgba(5, 150, 105, 0.04) 0%, transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(217, 119, 6, 0.03) 0%, transparent 40%) !important;
        }

        body.light-mode h1,
        body.light-mode h2,
        body.light-mode h3,
        body.light-mode h4,
        body.light-mode .section-header h2,
        body.light-mode .checklist-header h2,
        body.light-mode .logo,
        body.light-mode .badge-card h3,
        body.light-mode .detail-value,
        body.light-mode .result-value,
        body.light-mode .features-list li strong,
        body.light-mode .faq-question,
        body.light-mode .fear-question,
        body.light-mode .promo-badge,
        body.light-mode .results-section .result-value,
        body.light-mode .faq-toggle,
        body.light-mode .fear-toggle,
        body.light-mode strong,
        body.light-mode b,
        body.light-mode .checklist-group-title,
        body.light-mode .checklist-text strong,
        body.light-mode .letter-salutation,
        body.light-mode .letter-signature-title {
            color: var(--text-title) !important;
        }

        body.light-mode .hero h1 span,
        body.light-mode .standard-section h2,
        body.light-mode .standard-section h3,
        body.light-mode .standard-section h4 {
            color: var(--text-title) !important;
        }

        body.light-mode .hero p,
        body.light-mode .section-header p,
        body.light-mode .checklist-header p,
        body.light-mode .faq-answer,
        body.light-mode .fear-answer,
        body.light-mode .result-title,
        body.light-mode .detail-label,
        body.light-mode .letter-signature-subtitle,
        body.light-mode .letter-body {
            color: var(--text-main) !important;
        }

        body.light-mode .checklist-check {
            color: #ffffff !important;
        }

        body.light-mode .checklist-group {
            background: #ffffff !important;
            border-color: rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
        }

        body.light-mode .checklist-header h2 span {
            background: linear-gradient(135deg, #059669, #047857) !important;
            -webkit-background-clip: text !important;
            background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
            color: #059669 !important;
        }

        body.light-mode .standard-section {
            border-top: 1px solid rgba(0, 0, 0, 0.04) !important;
        }

        body.light-mode .badges-section {
            border-top: 1px solid rgba(0, 0, 0, 0.04) !important;
            border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
            background: rgba(0, 0, 0, 0.01) !important;
        }

        body.light-mode .value-section {
            border-top: 1px solid rgba(0, 0, 0, 0.04) !important;
            background: rgba(0, 0, 0, 0.01) !important;
        }

        body.light-mode header {
            border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
            background: var(--bg-header) !important;
        }

        body.light-mode select {
            background: var(--bg-select) !important;
            color: var(--text-main) !important;
        }

        body.light-mode input[type="range"] {
            background: rgba(0, 0, 0, 0.08) !important;
        }

        body.light-mode .btn-secondary {
            background: rgba(0, 0, 0, 0.02) !important;
            border: 1px solid rgba(0, 0, 0, 0.08) !important;
            color: var(--text-main) !important;
        }

        body.light-mode .btn-secondary:hover {
            background: rgba(0, 0, 0, 0.05) !important;
            border-color: rgba(0, 0, 0, 0.15) !important;
        }

        body.light-mode .earth-btn {
            background: rgba(0, 0, 0, 0.02) !important;
            border: 1px solid rgba(0, 0, 0, 0.08) !important;
            color: var(--text-muted) !important;
        }

        body.light-mode .earth-btn:hover {
            background: var(--primary) !important;
            color: #fff !important;
            border-color: var(--primary) !important;
        }

        body.light-mode .details-card {
            background: var(--bg-details-card) !important;
            border-color: var(--border-details-card) !important;
        }
        body.light-mode .details-card strong,
        body.light-mode .details-card span {
            color: var(--text-title) !important;
        }
        body.light-mode .details-separator {
            color: rgba(0, 0, 0, 0.15) !important;
        }

        body.light-mode .badge-card {
            background: var(--bg-badge-card) !important;
            border-color: var(--border-badge-card) !important;
        }

        body.light-mode .faq-item,
        body.light-mode .fear-item {
            background: var(--bg-faq) !important;
            border-color: var(--border-faq) !important;
        }

        body.light-mode .client-thought {
            color: var(--text-main) !important;
            background: rgba(245, 158, 11, 0.08) !important;
        }

        body.light-mode .results-section {
            background: var(--bg-results) !important;
            border-color: var(--border-results) !important;
        }

        /* Form Light Mode Overrides */
        body.light-mode .form-control {
            background: #ffffff !important;
            border: 1px solid rgba(0, 0, 0, 0.15) !important;
            color: var(--text-title) !important;
        }
        body.light-mode .form-control:focus {
            background: #ffffff !important;
            border-color: var(--primary) !important;
            box-shadow: 0 0 0 3px var(--primary-glow) !important;
        }
        body.light-mode .captcha-container {
            background: rgba(0, 0, 0, 0.02) !important;
            border-color: rgba(0, 0, 0, 0.06) !important;
        }
        body.light-mode .captcha-input {
            background: #ffffff !important;
            border: 1px solid rgba(0, 0, 0, 0.15) !important;
            color: var(--text-title) !important;
        }

        /* Letter Light Mode Overrides */
        body.light-mode .letter-card {
            background: var(--bg-card) !important;
            border-color: rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
        }
        body.light-mode .letter-salutation {
            border-bottom-color: rgba(0, 0, 0, 0.08) !important;
        }
        body.light-mode .letter-signature-container {
            border-top-color: rgba(0, 0, 0, 0.08) !important;
        }
        body.light-mode .letter-conclusion-box {
            background: rgba(5, 150, 105, 0.04) !important;
            border-color: rgba(5, 150, 105, 0.15) !important;
            color: var(--text-main) !important;
        }

        /* Testimonials Light Mode Overrides */

        /* Invest Cards Light Mode Overrides */
        body.light-mode .invest-card {
            background: #ffffff !important;
            border-color: rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03) !important;
        }
        body.light-mode .invest-card:hover {
            border-color: var(--primary) !important;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
        }
        body.light-mode .invest-title {
            color: var(--text-title) !important;
        }
        body.light-mode .invest-body {
            color: var(--text-main) !important;
        }
        body.light-mode .invest-footer {
            background: rgba(217, 119, 6, 0.04) !important;
            color: #b45309 !important;
        }

        /* Checklist Info Box Light Mode Overrides */
        body.light-mode .checklist-info-box {
            background: rgba(5, 150, 105, 0.04) !important;
            border-left: 3px solid var(--primary) !important;
        }
        body.light-mode .checklist-info-box h4 {
            color: #b45309 !important;
        }
        body.light-mode .checklist-info-box p {
            color: #b45309 !important;
        }
        body.light-mode .checklist-info-box hr {
            background: rgba(0, 0, 0, 0.06) !important;
        }

        /* Calculator Elements Light Mode Overrides */
        body.light-mode .financial-card-redesign {
            background: #ffffff !important;
            border-color: rgba(0, 0, 0, 0.08) !important;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
        }
        body.light-mode .financial-card-redesign .fin-label {
            color: var(--text-muted) !important;
        }
        body.light-mode .financial-card-redesign .fin-value-large.white-text {
            color: var(--text-title) !important;
        }
        body.light-mode .financial-card-redesign .fin-suffix {
            color: var(--text-muted) !important;
            opacity: 1 !important;
        }
        body.light-mode .financial-card-redesign .fin-value-mp {
            color: var(--text-main) !important;
        }
        body.light-mode .financial-card-redesign strong {
            color: var(--text-title) !important;
        }
        body.light-mode .financial-card-redesign span {
            color: var(--text-title) !important;
        }
        body.light-mode .financial-card-redesign .orange-text {
            color: var(--primary) !important;
        }
        body.light-mode .select-label {
            color: #047857 !important;
        }
        body.light-mode .slider-value-display {
            background: rgba(5, 150, 105, 0.08) !important;
            border-color: rgba(5, 150, 105, 0.2) !important;
            color: var(--primary) !important;
        }
        body.light-mode .slider-value-display.cash-down {
            background: rgba(217, 119, 6, 0.08) !important;
            border-color: rgba(217, 119, 6, 0.2) !important;
            color: var(--accent) !important;
        }
        body.light-mode .promo-badge {
            background: rgba(0, 0, 0, 0.05) !important;
            border-color: rgba(0, 0, 0, 0.12) !important;
            color: #1f2937 !important;
            box-shadow: none !important;
        }
        body.light-mode .interest-btn {
            background: var(--primary) !important;
            color: #ffffff !important;
            border: none !important;
            box-shadow: 0 4px 15px var(--primary-glow) !important;
        }
        body.light-mode .interest-btn:hover {
            background: #047857 !important;
            color: #ffffff !important;
        }
        body.light-mode .budget-slider-title {
            color: var(--text-title) !important;
        }
        body.light-mode .budget-slider-label {
            color: var(--text-muted) !important;
        }

        /* Off-Grid Section Light Mode Overrides */
        body.light-mode .offgrid-card {
            background: #ffffff !important;
            border-color: rgba(0, 0, 0, 0.08) !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
        }
        body.light-mode .offgrid-card h3 {
            color: var(--text-title) !important;
            border-bottom-color: rgba(0, 0, 0, 0.06) !important;
        }
        body.light-mode .offgrid-item {
            background: rgba(0, 0, 0, 0.01) !important;
            border-color: rgba(0, 0, 0, 0.03) !important;
        }
        body.light-mode .offgrid-item:hover {
            border-color: rgba(5, 150, 105, 0.25) !important;
            background: rgba(5, 150, 105, 0.02) !important;
        }
        body.light-mode .offgrid-name {
            color: var(--text-title) !important;
        }
        body.light-mode .offgrid-price {
            color: var(--text-main) !important;
            font-weight: 800;
        }
        body.light-mode .offgrid-desc {
            color: var(--text-muted) !important;
        }
        body.light-mode .offgrid-footer {
            color: var(--text-muted) !important;
            border-top-color: rgba(0, 0, 0, 0.06) !important;
        }
        body.light-mode .offgrid-image {
            border-color: rgba(0, 0, 0, 0.08) !important;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
        }
        body.light-mode .fin-label-avans {
            color: var(--text-muted) !important;
            opacity: 1 !important;
        }
        body.light-mode .fin-value-avans {
            color: var(--text-title) !important;
        }

        /* 1/ Documente Utile SDC (Figure 1) - Light Mode Overrides */
        body.light-mode .docs-column {
            background: #ffffff !important;
            border-color: rgba(0, 0, 0, 0.08) !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
        }
        body.light-mode .docs-column h3 {
            color: var(--text-title) !important;
            border-bottom-color: rgba(0, 0, 0, 0.06) !important;
        }
        body.light-mode .docs-column p {
            color: var(--text-main) !important;
        }
        body.light-mode .doc-btn {
            background: rgba(0, 0, 0, 0.01) !important;
            border-color: rgba(0, 0, 0, 0.06) !important;
            color: var(--text-main) !important;
        }
        body.light-mode .doc-btn:hover {
            background: rgba(5, 150, 105, 0.04) !important;
            border-color: rgba(5, 150, 105, 0.25) !important;
            color: var(--primary) !important;
        }
        body.light-mode .doc-btn div div {
            color: var(--text-title) !important;
        }
        body.light-mode .doc-btn div div:last-child {
            color: var(--text-muted) !important;
        }

        /* 2/ Quotation (Poza 2) - Light Mode Overrides: Black/dark color instead of red/orange */
        body.light-mode .invest-footer {
            background: rgba(0, 0, 0, 0.02) !important;
            color: var(--text-title) !important;
            border-left-color: var(--primary) !important;
        }

        /* 3/ Evoluția prețurilor (Grafic Section) - Light Mode Overrides */
        body.light-mode .graph-section {
            background: rgba(0, 0, 0, 0.01) !important;
        }
        body.light-mode .graph-container {
            background: #ffffff !important;
            border-color: rgba(0, 0, 0, 0.08) !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
        }
        body.light-mode .graph-title {
            color: var(--text-title) !important;
        }
        body.light-mode .graph-sub {
            color: var(--text-muted) !important;
        }
        body.light-mode .legend-footnote {
            color: var(--text-muted) !important;
            border-top-color: rgba(0, 0, 0, 0.08) !important;
        }
        body.light-mode .graph-cta-text {
            color: var(--text-title) !important;
        }

        /* 4/ Public Roads Document Links: White links with white text on white bg bug fix */
        body.light-mode .roads-section a {
            background: rgba(0, 0, 0, 0.01) !important;
            border-color: rgba(0, 0, 0, 0.08) !important;
            color: var(--text-title) !important;
        }
        body.light-mode .roads-section a:hover {
            background: rgba(5, 150, 105, 0.04) !important;
            border-color: rgba(5, 150, 105, 0.25) !important;
            color: var(--primary) !important;
        }
        body.light-mode .roads-section p {
            color: var(--text-muted) !important;
        }

        /* Toggle Button CSS */
        .theme-toggle-btn {
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            color: var(--text-main);
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            outline: none;
        }

        .theme-toggle-btn:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: var(--primary);
            color: var(--primary);
            transform: scale(1.05);
        }

        body.light-mode .theme-toggle-btn {
            background: rgba(0, 0, 0, 0.04);
            border: 1px solid rgba(0, 0, 0, 0.08);
            color: var(--text-main);
        }

        body.light-mode .theme-toggle-btn:hover {
            background: rgba(0, 0, 0, 0.08);
            border-color: var(--primary);
            color: var(--primary);
        }

        /* 1/ Soften Harsh Gray Backgrounds & Section Demarcation in Light Mode */
        body.light-mode .graph-section,
        body.light-mode .roads-section,
        body.light-mode .budget-finder-section-moved,
        body.light-mode .ai-warning-section {
            background: #fcfdfe !important;
            border-top: 1px solid rgba(0, 0, 0, 0.04) !important;
        }
        body.light-mode .contact-section,
        body.light-mode .letter-section {
            background: #ffffff !important;
        }

        /* Undecided Banner (.cta-bottom-banner) - Light Mode Overrides */
        body.light-mode .cta-bottom-banner {
            background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(255, 255, 255, 0.95) 100%) !important;
            border-color: rgba(16, 185, 129, 0.25) !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
        }
        body.light-mode .cta-bottom-banner h2 {
            color: var(--text-title) !important;
        }
        body.light-mode .cta-bottom-banner p {
            color: var(--text-main) !important;
        }

        /* 2/ Budget Finder Container & Input Form Visibility in Light Mode */
        body.light-mode .budget-finder-container {
            background: #ffffff !important;
            border-color: rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
        }
        body.light-mode .budget-finder-container h3 {
            color: var(--text-title) !important;
        }
        body.light-mode .budget-finder-container p {
            color: var(--text-muted) !important;
        }
        body.light-mode .comparatie-masina {
            background: rgba(16, 185, 129, 0.03) !important;
            border-color: rgba(16, 185, 129, 0.1) !important;
            border-left: 4px solid var(--primary) !important;
            color: var(--text-main) !important;
        }
        body.light-mode #budget-input {
            background: #ffffff !important;
            border: 1.5px solid rgba(0, 0, 0, 0.15) !important;
            color: var(--text-title) !important;
        }
        body.light-mode #budget-input:focus {
            border-color: var(--primary) !important;
            box-shadow: 0 0 0 3px var(--primary-glow) !important;
        }
        body.light-mode #budget-input::placeholder {
            color: #9ca3af !important;
        }

        /* Budget Result Cards Light Mode Overrides */
        body.light-mode .budget-result-card {
            background: #ffffff !important;
            border-color: rgba(0, 0, 0, 0.08) !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
        }
        body.light-mode .budget-result-card .card-title-cf {
            color: var(--text-title) !important;
        }
        body.light-mode .budget-result-card .card-separator {
            border-top-color: rgba(0, 0, 0, 0.06) !important;
        }

        /* 3/ AI Warning Box Light Mode styling (Replacing dark strident gray) */
        body.light-mode .ai-warning-box {
            background: #ffffff !important;
            border-color: rgba(16, 185, 129, 0.1) !important;
            border-left: 4px solid var(--primary) !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
        }
        body.light-mode .ai-warning-box p {
            color: var(--text-main) !important;
        }
        body.light-mode .ai-warning-box p:first-child {
            color: var(--text-title) !important;
        }
        body.light-mode .ai-screenshots-header h3 {
            color: var(--text-title) !important;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: 'Plus Jakarta Sans', sans-serif;
            -webkit-font-smoothing: antialiased;
            scroll-behavior: smooth;
        }

        body {
            background-color: var(--bg-main);
            color: var(--text-main);
            min-height: 100vh;
            background-image: 
                radial-gradient(circle at 10% 20%, rgba(16, 185, 129, 0.06) 0%, transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(245, 158, 11, 0.04) 0%, transparent 40%);
            background-attachment: fixed;
            overflow-x: hidden;
            line-height: 1.6;
        }

        /* ==========================================================================
           STANDARD LAYOUT & TYPOGRAPHY SYSTEM (UNIFIED SECTIONS)
           ========================================================================== */
        /* Standard Section Paddings & Border */
        .standard-section {
            padding: 60px 0 !important;
            border-top: 1px solid rgba(255, 255, 255, 0.03) !important;
            position: relative;
        }
        
        @media (max-width: 768px) {
            .standard-section {
                padding: 40px 0 !important;
            }
            .theme-toggle-btn {
                display: none !important;
            }
        }

        /* Unified typography for H2 section titles */
        h2, 
        .section-header h2, 
        .checklist-header h2 {
            font-family: 'Outfit', sans-serif !important;
            font-size: clamp(24px, 3.5vw, 32px) !important;
            font-weight: 800 !important;
            line-height: 1.25 !important;
            color: #ffffff !important;
            margin-top: 0 !important;
            margin-bottom: 16px !important;
            letter-spacing: -0.5px !important;
            text-align: center !important;
        }

        /* Unified typography for section subtitles */
        .section-header p, 
        p.section-subtitle, 
        .checklist-header p {
            font-size: clamp(14px, 1.8vw, 16.5px) !important;
            color: var(--text-muted) !important;
            line-height: 1.6 !important;
            max-width: 700px !important;
            margin: 0 auto !important;
            text-align: center !important;
            font-weight: 400 !important;
        }
        
        /* Specific override for left-aligned subheadings in the invest section grid */
        .info-text h2 {
            text-align: left !important;
            margin-bottom: 20px !important;
        }

        /* Container helper */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Header Navbar */
        header {
            padding: 24px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(7, 10, 19, 0.8);
        }

        .nav-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-family: 'Outfit', sans-serif;
            font-size: 20px;
            font-weight: 800;
            display: inline-block;
            vertical-align: middle;
            text-decoration: none;
            color: #ffffff;
        }

        .logo span {
            color: var(--primary);
            display: inline-block;
            vertical-align: middle;
            margin-left: 2px;
        }


        .nav-cta {
            background: var(--primary);
            color: #fff;
            padding: 10px 20px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 14px;
            transition: all 0.3s;
            box-shadow: 0 4px 15px var(--primary-glow);
        }

        .nav-cta:hover {
            transform: translateY(-1px);
            background: #059669;
        }

        /* Hero Section */
        .hero {
            padding: 80px 0 20px;
            text-align: center;
            position: relative;
        }

        .hero h1 {
            font-family: 'Outfit', sans-serif;
            font-size: clamp(36px, 5vw, 60px);
            font-weight: 800;
            line-height: 1.15;
            margin-bottom: 24px;
            letter-spacing: -0.5px;
        }

        .hero h1 span {
            color: #ffffff;
            display: inline-block;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }

        .hero p {
            font-size: clamp(16px, 2vw, 20px);
            color: var(--text-muted);
            max-width: 800px;
            margin: 0 auto 40px;
        }

        .hero-actions {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-primary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--primary);
            color: #fff;
            padding: 16px 32px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            transition: all 0.3s;
            box-shadow: 0 4px 15px var(--primary-glow);
            text-align: center;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            background: #34d399;
        }

        .btn-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: var(--text-main);
            padding: 16px 32px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            transition: all 0.3s;
            text-align: center;
        }

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

        /* Trust Badges Grid */
        .badges-section {
            padding: 60px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.03);
            border-bottom: 1px solid rgba(255, 255, 255, 0.03);
            background: rgba(255, 255, 255, 0.01);
        }
        @media (max-width: 768px) {
            .badges-section {
                padding: 40px 0;
            }
        }

        .badges-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 24px;
        }

        .badge-card {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.04);
            border-radius: 16px;
            padding: 24px;
            text-align: center;
            transition: all 0.3s;
        }

        .badge-card:hover {
            border-color: rgba(16, 185, 129, 0.2);
            background: rgba(16, 185, 129, 0.02);
        }

        .badge-icon {
            font-size: 32px;
            margin-bottom: 16px;
            display: inline-block;
        }

        .badge-card h3 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 8px;
            color: #fff;
        }

        .badge-card p {
            font-size: 13px;
            color: var(--text-muted);
            line-height: 1.4;
        }

        /* Interactive Map Section */
        .map-section {
            padding: 80px 0;
            text-align: center;
        }

        .section-header {
            margin-bottom: 48px;
        }

        .section-header h2 {
            font-family: 'Outfit', sans-serif;
            font-size: 32px;
            font-weight: 800;
            color: #fff;
            margin-bottom: 12px;
        }

        .section-header p {
            color: var(--text-muted);
            max-width: 600px;
            margin: 0 auto;
        }

        .map-preview-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: 24px;
            overflow: hidden;
            padding: 32px;
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .map-visual {
            background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(245, 158, 11, 0.05) 100%);
            border-radius: 16px;
            height: 250px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border: 1px dashed rgba(16, 185, 129, 0.2);
            margin-bottom: 24px;
            padding: 20px;
        }

        .map-visual svg {
            width: 80px;
            height: 80px;
            fill: var(--primary);
            margin-bottom: 16px;
            opacity: 0.8;
            animation: pulse 3s infinite alternate;
        }

        @keyframes pulse {
            0% { transform: scale(0.95); opacity: 0.6; }
            100% { transform: scale(1.05); opacity: 0.9; }
        }

        /* Calculator Section */
        .calculator-section {
            background: radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.05) 0%, transparent 60%);
        }

        /* COPY OF CALCULATOR STYLES */
        .calculator-container {
            width: 100%;
            background: var(--bg-card);
            backdrop-filter: blur(var(--glass-blur));
            -webkit-backdrop-filter: blur(var(--glass-blur));
            border: 1px solid var(--border-color);
            border-radius: 24px;
            padding: 32px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
            overflow: hidden;
            position: relative;
            text-align: left;
        }

        @keyframes calcZoomGlow {
            0% {
                transform: scale(0.9);
                opacity: 0;
                box-shadow: 0 0 0px var(--primary);
            }
            50% {
                transform: scale(1.02);
                opacity: 1;
                box-shadow: 0 0 40px var(--primary);
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        .calculator-container.animate-glow-in {
            animation: calcZoomGlow 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
        }

        .calculator-container.scroll-hidden {
            opacity: 0;
            transform: scale(0.9);
        }

        .calculator-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
        }

        .left-column {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .budget-slider-inline-wrapper {
            padding: 20px;
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }

        .budget-slider-title {
            font-size: 15px;
            font-weight: 700;
            color: var(--text-title);
            margin-bottom: 12px;
        }

        .budget-slider-label {
            font-size: 13px;
            color: var(--text-muted);
            font-weight: 700;
            white-space: nowrap;
        }

        .fin-label-avans {
            font-weight: 700;
            color: #ffffff;
            opacity: 0.8;
            letter-spacing: 0.5px;
            font-size: 12.5px;
        }

        .fin-value-avans {
            color: #ffffff;
            font-weight: 800;
            font-size: 16.5px;
            font-family: 'Outfit', sans-serif;
            white-space: nowrap;
        }

        .calculator-badges-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
            margin-top: 8px;
            margin-bottom: 20px;
        }

        .promo-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.15);
            color: #ffffff;
            padding: 6px 16px;
            border-radius: 100px;
            font-size: 13.5px;
            font-weight: 700;
            letter-spacing: 0.3px;
            line-height: 1.4;
            box-shadow: none;
            max-width: fit-content;
        }

        .community-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(16, 185, 129, 0.06);
            border: 1px solid rgba(16, 185, 129, 0.2);
            color: #a7f3d0;
            padding: 8px 16px;
            border-radius: 100px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.3px;
            line-height: 1.4;
            box-shadow: 0 4px 12px rgba(16, 185, 129, 0.03);
            max-width: fit-content;
        }

        .select-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .select-label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--primary);
            font-weight: 700;
        }

        .custom-select-wrapper {
            position: relative;
        }

        select {
            width: 100%;
            padding: 16px 20px;
            background: rgba(8, 14, 24, 0.8);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            color: var(--text-main);
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            appearance: none;
            outline: none;
            transition: all 0.3s ease;
        }

        select:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px var(--primary-glow);
        }

        .custom-select-wrapper::after {
            content: '▼';
            font-size: 12px;
            color: var(--primary);
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
        }

        .details-card {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.04);
            border-radius: 16px;
            padding: 24px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            position: relative;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            color: #ffffff;
        }

        .details-card::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            background: var(--primary);
        }

        .detail-item {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .detail-label {
            font-size: 11px;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .detail-value {
            font-size: 18px;
            font-weight: 700;
            color: #fff;
        }

        .detail-value.highlight {
            color: var(--accent);
        }

        .earth-btn {
            grid-column: span 2;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.12);
            color: #9ca3af;
            padding: 12px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 13px;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s;
            margin-top: 16px;
        }

        .earth-btn:hover {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
            box-shadow: 0 4px 15px var(--primary-glow);
        }

        .right-column {
            display: flex;
            flex-direction: column;
            gap: 28px;
            justify-content: space-between;
        }

        .slider-group {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .slider-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .slider-title {
            font-size: 14px;
            font-weight: 600;
            color: var(--text-main);
        }

        .slider-value-display {
            font-family: 'Outfit', sans-serif;
            font-size: 17px;
            font-weight: 700;
            color: var(--primary);
            background: var(--primary-glow);
            padding: 4px 12px;
            border-radius: 8px;
            border: 1px solid rgba(16, 185, 129, 0.2);
            transition: all 0.3s;
        }

        .slider-value-display.cash-down {
            color: var(--accent);
            background: rgba(245, 158, 11, 0.15);
            border-color: rgba(245, 158, 11, 0.3);
        }

        .slider-value-display.highlight-accent {
            color: var(--accent);
            background: rgba(245, 158, 11, 0.15);
            border-color: rgba(245, 158, 11, 0.3);
            font-size: 20px;
            padding: 5px 14px;
        }

        input[type="range"] {
            -webkit-appearance: none;
            width: 100%;
            height: 6px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 3px;
            outline: none;
            transition: all 0.3s;
        }

        input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: var(--primary);
            cursor: pointer;
            box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
            transition: transform 0.1s, background-color 0.3s;
        }

        input[type="range"]::-webkit-slider-thumb:hover {
            transform: scale(1.2);
            background: #34d399;
        }

        input[type="range"]::-moz-range-thumb {
            width: 20px;
            height: 20px;
            border: none;
            border-radius: 50%;
            background: var(--primary);
            cursor: pointer;
            box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
            transition: transform 0.1s, background-color 0.3s;
        }

        input[type="range"]::-moz-range-thumb:hover {
            transform: scale(1.2);
            background: #34d399;
        }

        .results-section {
            background: rgba(16, 185, 129, 0.04);
            border: 1px dashed rgba(16, 185, 129, 0.2);
            border-radius: 16px;
            padding: 20px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-top: 10px;
        }

        .results-section.cash-mode {
            grid-template-columns: repeat(2, 1fr);
        }

        .result-box {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .result-box.span-2 {
            grid-column: span 2;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding-top: 12px;
            margin-top: 4px;
        }

        .result-box.span-3 {
            grid-column: span 3;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding-top: 12px;
            margin-top: 4px;
        }

        .result-title {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-muted);
        }

        .result-value {
            font-family: 'Outfit', sans-serif;
            font-size: 24px;
            font-weight: 800;
            color: #fff;
        }

        .result-value.accent {
            color: var(--accent);
        }

        .result-value.small {
            font-size: 14px;
            font-weight: 600;
            color: #e5e7eb;
        }

        .interest-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: rgba(16, 185, 129, 0.1);
            border: 1px solid rgba(16, 185, 129, 0.4);
            border-radius: 12px;
            color: var(--primary);
            padding: 16px 24px;
            font-size: 15px;
            font-weight: 700;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 12px;
            box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
        }

        .interest-btn:hover {
            background: var(--primary);
            color: #fff;
            box-shadow: 0 4px 15px var(--primary-glow);
            transform: translateY(-1px);
        }

        /* End of Calculator Styles */

        /* Project Info / Value Prop Section */
        .value-section {
            padding: 80px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.03);
            background: rgba(255, 255, 255, 0.01);
        }

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

        .info-text h2 {
            font-family: 'Outfit', sans-serif;
            font-size: 32px;
            font-weight: 800;
            color: #fff;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .info-text p {
            color: var(--text-muted);
            margin-bottom: 24px;
        }

        .features-list {
            list-style: none;
        }

        .features-list li {
            margin-bottom: 16px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .features-list li strong {
            color: #fff;
        }

        .check-icon {
            color: var(--primary);
            font-weight: bold;
        }

        .cabins-preview {
            background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);
            border: 1px solid rgba(245, 158, 11, 0.15);
            border-radius: 20px;
            padding: 32px;
            text-align: center;
        }

        .cabins-preview h3 {
            font-family: 'Outfit', sans-serif;
            color: var(--accent);
            font-size: 20px;
            margin-bottom: 12px;
        }

        /* FAQ Accordion Section */










        /* Fears & Answers Accordion Section */
        .fears-section {
            /* padding handled by standard-section */
        }

        .fear-list {
            max-width: 800px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .fear-item {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.04);
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s;
        }

        .fear-question {
            padding: 20px 24px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            user-select: none;
            font-weight: 700;
            color: #fff;
            transition: background 0.3s;
        }

        .fear-question:hover {
            background: rgba(255, 255, 255, 0.04);
        }

        .fear-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            color: var(--text-muted);
            font-size: 14.5px;
            line-height: 1.6;
        }

        .fear-answer-content {
            padding: 0 24px 20px;
        }

        .fear-toggle {
            transition: transform 0.3s;
            color: var(--primary);
            font-size: 18px;
        }

        .fear-item.active {
            border-color: rgba(16, 185, 129, 0.2);
            background: rgba(16, 185, 129, 0.01);
        }

        .fear-item.active .fear-toggle {
            transform: rotate(45deg);
        }

        .client-thought {
            background: rgba(245, 158, 11, 0.04);
            border-left: 4px solid var(--accent);
            padding: 16px 20px;
            border-radius: 0 8px 8px 0;
            margin-bottom: 20px;
            font-size: 14px;
            color: #f3f4f6;
            margin-top: 10px;
        }

        .client-thought strong {
            color: var(--accent);
            display: block;
            margin-bottom: 4px;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .truth-response {
            font-size: 14.5px;
            line-height: 1.6;
        }

        .truth-title {
            color: var(--primary);
            display: block;
            margin-bottom: 8px;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .truth-response p {
            margin-bottom: 12px;
        }

        .truth-response p:last-child {
            margin-bottom: 0;
        }

        .truth-response ul {
            margin-bottom: 12px;
            padding-left: 20px;
            list-style-type: disc;
        }

        .truth-response li {
            margin-bottom: 6px;
            color: var(--text-muted);
        }

        .truth-response strong {
            color: #fff;
        }

        /* CTA Apel Section */
        .cta-bottom-banner {
            background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(13, 20, 35, 0.6) 100%);
            border: 1px solid rgba(16, 185, 129, 0.2);
            border-radius: 24px;
            padding: 48px;
            text-align: center;
            margin: 60px 0;
        }

        .cta-bottom-banner h2 {
            font-family: 'Outfit', sans-serif;
            font-size: 32px;
            color: #fff;
            margin-bottom: 16px;
        }

        .cta-bottom-banner p {
            color: var(--text-muted);
            max-width: 600px;
            margin: 0 auto 32px;
        }

        /* Footer */
        footer {
            padding: 60px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.03);
            background: #04060b;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
            margin-bottom: 32px;
        }

        .footer-legal p {
            font-size: 13px;
            color: var(--text-muted);
            line-height: 1.5;
            margin-bottom: 12px;
        }

        .footer-copyright {
            font-size: 12px;
            color: var(--text-muted);
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.03);
            padding-top: 24px;
        }

        /* Responsive Design Modifications */
        @media (max-width: 768px) {
            .nav-wrapper {
                flex-wrap: wrap;
                justify-content: center;
                gap: 16px;
                padding-bottom: 8px;
            }
            .logo {
                font-size: 18px;
            }
            header .logo {
                display: none !important;
            }
            .nav-cta {
                width: 100%;
                max-width: 320px;
                text-align: center;
                display: inline-flex;
                justify-content: center;
                align-items: center;
            }

            .calculator-container {
                grid-template-columns: 1fr !important;
                gap: 16px !important;
                padding: 16px !important;
            }
            .info-grid, .footer-grid, .association-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .calculator-map-wrapper {
                grid-column: 1 / -1 !important;
            }
            #map {
                height: 320px !important;
            }
            /* Leaflet Popup overrides on mobile to avoid overflow/clipping */
            .leaflet-popup {
                max-width: 260px !important;
            }
            .leaflet-popup-content-wrapper {
                padding: 0 !important;
            }
            .leaflet-popup-content {
                margin: 0 !important;
                max-width: 260px !important;
            }
            /* Details card stack layout on mobile */
            .details-card {
                flex-direction: column !important;
                align-items: flex-start !important;
                gap: 8px !important;
                padding: 12px 16px !important;
                flex-wrap: wrap !important;
            }
            .details-separator {
                display: none !important;
            }
            .details-card span {
                white-space: normal !important;
                display: block !important;
            }


            .results-section, .results-section.cash-mode {
                grid-template-columns: 1fr;
            }

            .cta-bottom-banner {
                padding: 32px 20px;
            }

            .hero {
                padding: 40px 0;
            }
        }

        /* Gallery and Documents Section styling */
        .project-tabs-container {
            display: flex;
            justify-content: center;
            gap: 16px;
            margin-bottom: 40px;
        }

        .tab-btn {
            background: rgba(16, 185, 129, 0.1);
            border: 1px solid rgba(16, 185, 129, 0.4);
            color: var(--primary);
            padding: 14px 36px;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(16, 185, 129, 0.05);
        }

        .tab-btn:hover {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
            box-shadow: 0 4px 15px var(--primary-glow);
            transform: translateY(-1px);
        }

        .tab-btn.active {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
            box-shadow: 0 4px 15px var(--primary-glow);
        }

        .tab-content {
            display: none;
            animation: fadeIn 0.4s ease;
        }

        .tab-content.active {
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 32px;
        }

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

        .media-column {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .video-wrapper {
            background: #000;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid var(--border-color);
            position: relative;
            aspect-ratio: 16/9;
            box-shadow: 0 10px 25px rgba(0,0,0,0.3);
        }

        .video-wrapper video {
            width: 100%;
            height: 100%;
            display: block;
        }

        .video-playlist {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 12px;
            margin-bottom: 24px;
        }

        .playlist-item, .playlist-item-sdc, .playlist-item-ld {
            border-radius: 8px;
            overflow: hidden;
            border: 2px solid transparent;
            cursor: pointer;
            position: relative;
            aspect-ratio: 16/9;
            background: #000;
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
        }

        .playlist-item img, .playlist-item-sdc img, .playlist-item-ld img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.7;
            transition: all 0.3s ease;
        }

        .playlist-item:hover img, .playlist-item-sdc:hover img, .playlist-item-ld:hover img {
            transform: scale(1.05);
            opacity: 0.9;
        }

        .playlist-item.active, .playlist-item-sdc.active, .playlist-item-ld.active {
            border-color: var(--primary);
            box-shadow: 0 0 10px var(--primary-glow);
        }

        .playlist-item.active img, .playlist-item-sdc.active img, .playlist-item-ld.active img {
            opacity: 1;
        }

        .playlist-item .play-badge, .playlist-item-sdc .play-badge, .playlist-item-ld .play-badge {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.65);
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            transition: all 0.3s ease;
            pointer-events: none;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .playlist-item:hover .play-badge, .playlist-item-sdc:hover .play-badge, .playlist-item-ld:hover .play-badge {
            background: var(--primary);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .photo-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
        }

        .photo-item {
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid var(--border-color);
            aspect-ratio: 4/3;
            background: rgba(255,255,255,0.02);
            position: relative;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        .photo-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
            cursor: pointer;
        }

        .photo-item img:hover {
            transform: scale(1.08);
        }

        .docs-column {
            background: rgba(13, 20, 35, 0.4);
            backdrop-filter: blur(var(--glass-blur));
            -webkit-backdrop-filter: blur(var(--glass-blur));
            border: 1px solid var(--border-color);
            border-radius: 20px;
            padding: 32px;
            display: flex;
            flex-direction: column;
            gap: 18px;
            height: fit-content;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }

        .docs-column h3 {
            font-family: 'Outfit', sans-serif;
            color: #fff;
            font-size: 20px;
            margin-bottom: 6px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            padding-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .doc-btn {
            display: flex;
            align-items: center;
            gap: 12px;
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 12px;
            padding: 16px;
            color: var(--text-main);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
            font-size: 14px;
        }

        .doc-btn:hover {
            background: rgba(16, 185, 129, 0.05);
            border-color: rgba(16, 185, 129, 0.3);
            color: var(--primary);
            transform: translateX(4px);
        }

        .doc-icon {
            font-size: 24px;
        }

        @media (max-width: 992px) {
            .tab-content.active {
                grid-template-columns: 1fr;
            }
            .video-playlist {
                grid-template-columns: repeat(3, 1fr) !important;
                gap: 8px;
            }
            .photo-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* Archetypes Grid */
        .archetypes-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .archetype-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: 20px;
            padding: 32px;
            text-align: center;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 16px;
        }

        .archetype-card:hover {
            transform: translateY(-5px);
            border-color: rgba(16, 185, 129, 0.3);
            box-shadow: 0 10px 30px rgba(16, 185, 129, 0.05);
        }

        .archetype-icon {
            font-size: 40px;
            background: rgba(255, 255, 255, 0.02);
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

        .archetype-card h3 {
            font-family: 'Outfit', sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #fff;
        }

        .archetype-card p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .archetypes-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }
        }

        /* Scroll Down Arrow */
        .scroll-down-arrow {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 24px;
        }

        .scroll-down-arrow svg {
            width: 48px;
            height: 48px;
            cursor: pointer;
            filter: drop-shadow(0 0 8px var(--primary-glow));
            transition: transform 0.3s;
        }

        .scroll-down-arrow svg:hover {
            transform: scale(1.15);
        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-10px);
            }
            60% {
                transform: translateY(-5px);
            }
        }

        /* Sticky Mobile CTA */
        .mobile-sticky-cta {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 12px 16px;
            background: rgba(7, 10, 19, 0.85);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            z-index: 999;
            box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.5);
        }

        .sticky-wa-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            background: var(--primary);
            color: #fff;
            padding: 14px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 15px;
            box-shadow: 0 4px 15px var(--primary-glow);
            transition: all 0.3s;
        }

        /* Testimonials Gallery Styles */
        .filter-btn {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            color: var(--text-muted);
            padding: 10px 24px;
            border-radius: 100px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .filter-btn:hover {
            background: rgba(255, 255, 255, 0.08);
            color: #fff;
            border-color: rgba(255, 255, 255, 0.15);
        }
        .filter-btn.active {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
            box-shadow: 0 4px 12px var(--primary-glow);
        }

        @media (max-width: 768px) {
            .mobile-sticky-cta {
                display: block;
            }
            body {
                padding-bottom: 76px;
            }
            .filter-btn {
                padding: 8px 16px;
                font-size: 13px;
            }
        }

        /* Checklist styles */
        .checklist-section-wrapper {
            /* padding handled by standard-section */
        }
        .checklist-card {
            background: var(--bg-card);
            backdrop-filter: blur(var(--glass-blur));
            -webkit-backdrop-filter: blur(var(--glass-blur));
            border-radius: 32px;
            overflow: hidden;
            border: 1px solid var(--border-color);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
            max-width: 900px;
            margin: 0 auto;
        }

        .checklist-header {
            padding: 36px 24px 28px;
            text-align: center;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .checklist-header h2 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .checklist-header h2 span {
            background: -webkit-linear-gradient(135deg, #ffffff, #86efac);
            background: linear-gradient(135deg, #ffffff, #86efac);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            display: inline-block;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }

        .checklist-header p {
            font-size: 15px;
            color: var(--text-muted);
        }

        .checklist-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: rgba(16, 185, 129, 0.1);
            border: 1px solid rgba(16, 185, 129, 0.2);
            border-radius: 40px;
            padding: 6px 14px;
            font-size: 12px;
            font-weight: 500;
            color: #6ee7b7;
            margin-top: 12px;
        }

        .checklist-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            padding: 24px;
        }

        @media (max-width: 768px) {
            .checklist-grid {
                grid-template-columns: 1fr;
            }
        }

        .checklist-group {
            background: rgba(255, 255, 255, 0.015);
            border: 1px solid rgba(255, 255, 255, 0.03);
            border-radius: 24px;
            padding: 24px;
            height: fit-content;
        }

        .checklist-group.full-width {
            grid-column: span 2;
        }

        @media (max-width: 768px) {
            .checklist-group.full-width {
                grid-column: span 1;
            }
        }

        .checklist-group-title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #fff;
        }

        .checklist-group-title .emoji {
            font-size: 22px;
        }

        .checklist-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        }

        .checklist-item:last-child {
            border-bottom: none;
        }

        .checklist-check {
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            background: var(--primary);
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 800;
            color: #070a13;
            margin-top: 2px;
        }

        .checklist-text {
            flex: 1;
        }

        .checklist-text strong {
            font-weight: 700;
            color: #f3f4f6;
            display: block;
            font-size: 15px;
            margin-bottom: 4px;
        }

        .checklist-text .desc {
            font-size: 13px;
            color: var(--text-muted);
            line-height: 1.45;
        }

        .checklist-x-icon {
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            background: rgba(245, 158, 11, 0.12);
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 800;
            color: #fbbf24;
            margin-top: 2px;
        }

        .checklist-info-box {
            background: rgba(16, 185, 129, 0.05);
            border-left: 3px solid var(--primary);
            padding: 16px;
            margin-top: 20px;
            border-radius: 16px;
        }

        .checklist-info-box p {
            font-size: 13.5px;
            color: #10b981;
            margin-bottom: 6px;
            font-weight: 600;
        }

        .checklist-info-box .small {
            font-size: 12.5px;
            color: var(--text-muted);
            line-height: 1.4;
        }
        
        .checklist-info-box hr {
            border: none;
            height: 1px;
            background: rgba(255, 255, 255, 0.05);
            margin: 12px 0;
        }

        /* Investment text zones styling */
        .invest-section {
            background: rgba(255, 255, 255, 0.005);
        }
        .invest-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        @media (max-width: 768px) {
            .invest-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }
        .invest-card {
            background: var(--bg-card);
            backdrop-filter: blur(var(--glass-blur));
            -webkit-backdrop-filter: blur(var(--glass-blur));
            border: 1px solid var(--border-color);
            border-radius: 24px;
            padding: 28px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }
        .invest-card:hover {
            transform: translateY(-4px);
            border-color: rgba(16, 185, 129, 0.25);
            box-shadow: 0 15px 35px rgba(16, 185, 129, 0.1);
        }
        .invest-title {
            font-size: 19px;
            font-weight: 800;
            line-height: 1.4;
            color: #fff;
            margin-bottom: 16px;
            border-bottom: 2px solid var(--primary);
            padding-bottom: 12px;
        }
        .invest-body {
            font-size: 14.5px;
            line-height: 1.65;
            color: var(--text-muted);
            margin-bottom: 20px;
            flex-grow: 1;
        }
        .invest-body p {
            margin-bottom: 12px;
        }
        .invest-body p:last-child {
            margin-bottom: 0;
        }
        .invest-footer {
            font-size: 13.5px;
            line-height: 1.5;
            font-style: italic;
            color: var(--accent);
            background: rgba(245, 158, 11, 0.05);
            border-left: 3px solid var(--accent);
            padding: 10px 14px;
            border-radius: 0 12px 12px 0;
            font-weight: 600;
        }
        @media (max-width: 550px) {
            .hero-actions {
                flex-direction: column;
                align-items: center;
            }
            .hero-actions a {
                width: 100%;
                max-width: 280px;
                text-align: center;
            }
        }
        #budget-results::-webkit-scrollbar {
            width: 6px;
        }
        #budget-results::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.02);
            border-radius: 3px;
        }
        #budget-results::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 3px;
        }
        #budget-results::-webkit-scrollbar-thumb:hover {
            background: var(--primary);
        }

        /* Budget Result Cards Base Theme Styles (Default Dark Mode) */
        .budget-result-card {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.06);
        }
        .budget-result-card .card-title-cf {
            color: #ffffff;
        }
        .budget-result-card .card-separator {
            border-top: 1px solid rgba(255, 255, 255, 0.04);
        }
        /* Hide HTML5 Up/Down Spinners */
        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        input[type="number"] {
            -moz-appearance: textfield;
        }
        @media (max-width: 768px) {
            .budget-finder-container {
                padding: 20px !important;
                margin-top: 32px !important;
                border-radius: 16px !important;
            }
            .budget-finder-container h3 {
                font-size: 18px !important;
            }
            .budget-finder-container p {
                display: none !important;
            }
            .budget-input-wrapper {
                flex-direction: column;
                gap: 10px !important;
                display: flex !important;
            }
            .budget-input-wrapper > div:first-child {
                width: 100% !important;
                order: 2;
            }
            #budget-helper-text {
                display: block !important;
                order: 1;
                margin-top: 0 !important;
                margin-bottom: 4px !important;
            }
            #find-budget-btn {
                width: 100% !important;
                order: 3;
                justify-content: center;
            }
            /* Mobile project selector tabs style improvements */
            .project-tabs-container {
                justify-content: flex-start !important;
                overflow-x: auto !important;
                padding: 4px !important;
                padding-bottom: 12px !important;
                white-space: nowrap !important;
                -webkit-overflow-scrolling: touch;
                gap: 8px !important;
                scrollbar-width: none; /* Firefox */
            }
            .project-tabs-container::-webkit-scrollbar {
                display: none; /* Chrome, Safari, Opera */
            }
            .tab-btn {
                padding: 10px 18px !important;
                font-size: 14px !important;
                flex-shrink: 0 !important;
            }
        }
        /* Graph Section Styles */
        .graph-container {
            width: 75%;
            margin: 0 auto;
            background: rgba(13, 33, 45, 0.45);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.3);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }
        @media (max-width: 1024px) {
            .graph-container {
                width: 100%;
            }
        }
        .graph-title {
            font-size: clamp(20px, 3vw, 24px);
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 8px;
            font-family: 'Outfit', sans-serif;
            letter-spacing: -0.3px;
            text-align: center;
        }
        .graph-sub {
            color: #94a3b8;
            font-size: 15px;
            margin-bottom: 24px;
            text-align: center;
            line-height: 1.5;
        }
        .legend-footnote {
            font-size: 12px;
            color: #64748b;
            text-align: center;
            margin-top: 20px;
            padding-top: 16px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            line-height: 1.6;
        }
        @media (max-width: 600px) {
            .graph-container {
                padding: 20px;
            }
        }
        
        /* Off-grid Section Styles */
        .offgrid-section {
            background: rgba(255, 255, 255, 0.005);
        }
        .offgrid-card {
            background: var(--bg-card);
            backdrop-filter: blur(var(--glass-blur));
            -webkit-backdrop-filter: blur(var(--glass-blur));
            border: 1px solid var(--border-color);
            border-radius: 28px;
            padding: 30px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
            max-width: 800px;
            margin: 0 auto;
        }
        .offgrid-card h3 {
            font-size: 18px;
            font-weight: 800;
            color: #fff;
            margin-bottom: 20px;
            text-align: center;
            font-family: 'Outfit', sans-serif;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            padding-bottom: 12px;
        }
        .offgrid-image {
            width: 100%;
            max-width: 420px;
            height: auto;
            border-radius: 14px;
            margin: 0 auto 24px auto;
            display: block;
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        }
        .offgrid-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
            margin-bottom: 24px;
        }
        .offgrid-item {
            background: rgba(255, 255, 255, 0.015);
            border: 1px solid rgba(255, 255, 255, 0.03);
            border-radius: 16px;
            padding: 20px;
            text-align: center;
            transition: all 0.3s ease;
        }
        .offgrid-item:hover {
            transform: translateY(-2px);
            border-color: rgba(16, 185, 129, 0.2);
            background: rgba(16, 185, 129, 0.01);
        }
        .offgrid-icon {
            font-size: 28px;
            margin-bottom: 10px;
        }
        .offgrid-name {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 6px;
        }
        .offgrid-price {
            font-size: 18px;
            font-weight: 800;
            color: #e5e7eb;
            margin-bottom: 10px;
        }
        .offgrid-desc {
            font-size: 12.5px;
            color: var(--text-muted);
            line-height: 1.45;
        }
        .offgrid-footer {
            font-size: 13px;
            color: var(--text-muted);
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding-top: 16px;
            line-height: 1.5;
        }
        @media (max-width: 768px) {
            .offgrid-card {
                padding: 24px;
            }
            .offgrid-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }
            .offgrid-item {
                padding: 20px;
            }
        }
        
        /* Financial Card Custom Redesign */
        .financial-card-redesign {
            background: rgba(13, 20, 35, 0.7);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 16px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            width: 100%;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            margin: 4px 0 12px 0;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            box-sizing: border-box;
        }
        .fin-block {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .fin-block.avans-block {
            flex-direction: row;
            align-items: center;
            gap: 6px;
            white-space: nowrap;
        }
        .fin-block.center-block {
            align-items: center;
            text-align: center;
            flex-grow: 1;
        }
        .fin-label {
            font-size: 12px;
            color: #ffffff;
            opacity: 0.8;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 1px;
            margin-bottom: 4px;
        }
        .fin-value-wrapper {
            display: flex;
            align-items: baseline;
            gap: 6px;
        }
        .fin-value-large {
            font-family: 'Outfit', sans-serif;
            font-weight: 800;
            line-height: 1.0;
            white-space: nowrap;
        }
        .rate-curr {
            font-size: 18px;
            font-weight: 700;
            margin-left: 2px;
            display: inline-block;
            vertical-align: baseline;
        }
        .fin-value-large.orange-text {
            color: var(--primary); /* green */
            font-size: 34px;
        }
        .fin-value-large.white-text {
            color: #ffffff;
            font-size: 30px;
        }
        .fin-suffix {
            font-size: 12px;
            color: #ffffff;
            opacity: 0.7;
            font-weight: 500;
            white-space: nowrap;
        }
        .fin-separator {
            color: rgba(255, 255, 255, 0.15);
            font-weight: 300;
            margin: 0 8px;
            font-size: 20px;
            line-height: 1.0;
        }
        .fin-value-mp {
            font-size: 15px;
            color: #ffffff;
            font-weight: 700;
            font-family: 'Outfit', sans-serif;
            white-space: nowrap;
        }
        .fin-value-mp-label {
            font-size: 12px;
            color: var(--text-muted);
            font-weight: 500;
        }
        
        @media (max-width: 768px) {
            .financial-card-redesign {
                flex-direction: column;
                gap: 16px;
                padding: 16px;
                align-items: center;
            }
            .fin-block.avans-block {
                border-bottom: 1px solid rgba(255, 255, 255, 0.06);
                padding-bottom: 12px;
                width: 100%;
                justify-content: center;
            }
            .fin-block.center-block {
                width: 100%;
            }
            .fin-value-large.orange-text {
                font-size: 28px;
            }
            .fin-value-large.white-text {
                font-size: 24px;
            }
        }

        /* Dark Leaflet Popups Override */
        .leaflet-popup-content-wrapper {
            background: #0d1423 !important;
            color: #f3f4f6 !important;
            border: 1px solid rgba(255, 255, 255, 0.1) !important;
            border-radius: 12px !important;
            padding: 0 !important;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5), 0 8px 10px -6px rgba(0, 0, 0, 0.5) !important;
        }
        .leaflet-popup-tip {
            background: #0d1423 !important;
            border: 1px solid rgba(255, 255, 255, 0.1) !important;
            box-shadow: none !important;
        }
        .leaflet-popup-content {
            margin: 0 !important;
        }
        .leaflet-popup-close-button {
            color: #9ca3af !important;
            font-size: 16px !important;
            padding: 8px 8px 0 0 !important;
            top: 4px !important;
            right: 4px !important;
        }
        .leaflet-popup-close-button:hover {
            color: #ffffff !important;
            background: transparent !important;
        }

        /* Contact Section & Form Styling */
        .contact-section {
            background: linear-gradient(180deg, rgba(7, 10, 19, 0) 0%, rgba(13, 20, 35, 0.4) 100%);
        }
        .contact-container {
            max-width: 600px;
            margin: 0 auto;
            background: var(--bg-card);
            backdrop-filter: blur(var(--glass-blur));
            -webkit-backdrop-filter: blur(var(--glass-blur));
            border: 1px solid var(--border-color);
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }
        .contact-container:hover {
            border-color: rgba(16, 185, 129, 0.2);
            box-shadow: 0 15px 40px rgba(16, 185, 129, 0.05);
        }
        .contact-title {
            font-family: 'Outfit', sans-serif;
            font-size: clamp(24px, 3vw, 32px);
            font-weight: 800;
            color: #fff;
            margin-bottom: 12px;
            text-align: center;
        }
        .contact-subtitle {
            color: var(--text-muted);
            font-size: 15px;
            margin-bottom: 32px;
            text-align: center;
            line-height: 1.6;
        }
        .contact-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }
        @media (max-width: 600px) {
            .contact-container {
                padding: 24px;
                border-radius: 16px;
            }
            .form-row {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }
        .form-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .form-group label {
            font-size: 13px;
            font-weight: 700;
            color: var(--text-main);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .form-control {
            background: rgba(8, 14, 24, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 12px;
            padding: 14px 16px;
            color: #fff;
            font-size: 15px;
            font-family: 'Plus Jakarta Sans', sans-serif;
            transition: all 0.3s ease;
            outline: none;
            width: 100%;
        }
        .form-control:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
            background: rgba(8, 14, 24, 0.8);
        }
        textarea.form-control {
            resize: vertical;
            min-height: 120px;
        }
        .captcha-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.04);
            padding: 12px 16px;
            border-radius: 12px;
            gap: 12px;
        }
        .captcha-label {
            font-size: 14px;
            color: var(--text-muted);
            font-weight: 600;
        }
        .captcha-input {
            width: 80px;
            text-align: center;
            padding: 8px 12px;
            border-radius: 8px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(8, 14, 24, 0.6);
            color: #fff;
            font-weight: 700;
            outline: none;
            transition: all 0.3s ease;
        }
        .captcha-input:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1);
        }

        /* Letter Section Styles */
        .letter-section {
            background: linear-gradient(180deg, rgba(7, 10, 19, 0) 0%, rgba(13, 20, 35, 0.2) 100%);
        }
        .letter-card {
            max-width: 800px;
            margin: 0 auto;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 24px;
            padding: clamp(24px, 5vw, 48px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.3);
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }
        .letter-card:hover {
            border-color: rgba(245, 158, 11, 0.2);
            box-shadow: 0 25px 60px rgba(245, 158, 11, 0.03), 0 20px 50px rgba(0,0,0,0.3);
        }
        .letter-glow-tr {
            position: absolute;
            top: -50px;
            right: -50px;
            width: 150px;
            height: 150px;
            background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 70%);
            pointer-events: none;
        }
        .letter-glow-bl {
            position: absolute;
            bottom: -50px;
            left: -50px;
            width: 150px;
            height: 150px;
            background: radial-gradient(circle, rgba(245, 158, 11, 0.06) 0%, transparent 70%);
            pointer-events: none;
        }
        .letter-body {
            font-size: clamp(15px, 2vw, 17px);
            line-height: 1.8;
            color: var(--text-main);
            font-weight: 400;
            font-family: 'Plus Jakarta Sans', sans-serif;
        }
        .letter-body p {
            margin-bottom: 20px;
        }
        .letter-body p:last-of-type {
            margin-bottom: 0;
        }
        .letter-body .letter-salutation {
            margin-bottom: 24px;
            font-weight: 700;
            color: #ffffff;
            font-size: clamp(16px, 2.2vw, 19px);
            font-family: 'Outfit', sans-serif;
            border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
            padding-bottom: 12px;
        }
        .letter-body .letter-step-title {
            margin-bottom: 8px;
            font-weight: 700;
            color: var(--primary);
            font-family: 'Outfit', sans-serif;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 15px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }
        .letter-body .letter-step-content {
            margin-bottom: 24px;
            padding-left: 12px;
            border-left: 2px solid var(--primary-glow);
        }
        .letter-body .letter-conclusion-box {
            background: rgba(16, 185, 129, 0.04);
            border: 1px dashed rgba(16, 185, 129, 0.2);
            border-left: 4px solid var(--primary);
            padding: 20px;
            border-radius: 12px;
            margin: 28px 0;
            font-style: italic;
        }
        .letter-body .letter-signature-container {
            text-align: right;
            margin-top: 36px;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            padding-top: 20px;
        }
        .letter-body .letter-signature-title {
            display: block;
            font-family: 'Outfit', sans-serif;
            font-size: clamp(16px, 2.2vw, 19px);
            font-weight: 700;
            color: var(--accent);
        }
        .letter-body .letter-signature-subtitle {
            display: block;
            font-size: 14px;
            color: var(--text-muted);
            font-style: italic;
            margin-top: 4px;
        }

        /* AI Warning Section Styles */
        .ai-img-link:hover {
            transform: translateY(-2px);
            border-color: #ef4444 !important;
            box-shadow: 0 10px 25px rgba(239, 68, 68, 0.15) !important;
        }
        .ai-img-link:hover .ai-img-overlay {
            opacity: 1 !important;
        }


        /* Custom Lightbox Styles */
        .lightbox-modal {
            display: none;
            position: fixed;
            z-index: 99999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            backdrop-filter: blur(5px);
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .lightbox-modal.active {
            display: flex;
            opacity: 1;
        }
        .lightbox-content {
            max-width: 90%;
            max-height: 90vh;
            border-radius: 12px;
            box-shadow: 0 0 40px rgba(0,0,0,0.5);
            object-fit: contain;
            user-select: none;
        }
        .lightbox-close {
            position: absolute;
            top: 20px;
            right: 30px;
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
            z-index: 100000;
            transition: color 0.2s;
        }
        .lightbox-close:hover {
            color: var(--primary);
        }
        .lightbox-prev, .lightbox-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.1);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 100000;
            transition: all 0.2s;
            backdrop-filter: blur(4px);
        }
        .lightbox-prev:hover, .lightbox-next:hover {
            background: var(--primary);
        }
        .lightbox-prev {
            left: 20px;
        }
        .lightbox-next {
            right: 20px;
        }
        #lightbox-caption {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            font-size: 14px;
            background: rgba(0,0,0,0.5);
            padding: 8px 16px;
            border-radius: 20px;
            backdrop-filter: blur(4px);
        }
        .photo-item {
            cursor: zoom-in;
            transition: transform 0.3s;
        }
        .photo-item:hover {
            transform: scale(1.02);
            box-shadow: 0 10px 20px rgba(0,0,0,0.3);
        }

        /* ==========================================================================
           NEW PREMIUM DESIGN SYSTEM — MOBILE-FIRST IMPROVEMENTS
           ========================================================================== */

        /* ---------- Scroll-Reveal Animation ---------- */
        .reveal-on-scroll {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                        transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .reveal-on-scroll.revealed {
            opacity: 1;
            transform: translateY(0);
        }

        /* ---------- Nav: always show logo ---------- */
        header .logo {
            display: inline-block !important;
        }
        /* Compact nav CTA on mobile */
        @media (max-width: 768px) {
            .nav-cta {
                font-size: 13px;
                padding: 9px 14px;
                border-radius: 8px;
            }
            .theme-toggle-btn {
                display: flex !important; /* override the hide from old rule */
                width: 36px;
                height: 36px;
            }
            .nav-wrapper {
                flex-wrap: nowrap;
                justify-content: space-between;
                padding-bottom: 0;
            }
        }

        /* ---------- Hero Redesign ---------- */
        .hero {
            padding: 80px 0 40px;
            text-align: center;
            position: relative;
        }
        @media (max-width: 768px) {
            .hero {
                padding: 52px 0 28px;
            }
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: rgba(16, 185, 129, 0.08);
            border: 1px solid rgba(16, 185, 129, 0.25);
            color: #6ee7b7;
            padding: 6px 16px;
            border-radius: 100px;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.3px;
            margin-bottom: 24px;
        }

        .hero-h1 {
            font-family: 'Outfit', sans-serif;
            font-size: clamp(32px, 5.5vw, 60px);
            font-weight: 800;
            line-height: 1.15;
            color: #ffffff;
            letter-spacing: -0.5px;
            margin-bottom: 20px;
        }

        .hero-price-accent {
            background: linear-gradient(90deg, #10b981, #34d399);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline;
        }

        .hero-subtitle {
            font-size: clamp(15px, 2vw, 18px) !important;
            font-weight: 400 !important;
            color: var(--text-muted) !important;
            max-width: 680px !important;
            margin: 0 auto 40px auto !important;
            line-height: 1.65 !important;
            text-align: center !important;
        }

        /* Hero Stats Row */
        .hero-stats {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0;
            background: rgba(255, 255, 255, 0.025);
            border: 1px solid rgba(255, 255, 255, 0.07);
            border-radius: 20px;
            padding: 20px 32px;
            margin: 0 auto 36px auto;
            max-width: 720px;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }
        @media (max-width: 600px) {
            .hero-stats {
                padding: 16px 16px;
                gap: 4px;
                border-radius: 16px;
                max-width: 100%;
            }
        }

        .hero-stat {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            padding: 8px 24px;
            flex: 1;
            min-width: 80px;
        }
        @media (max-width: 600px) {
            .hero-stat {
                padding: 8px 12px;
            }
        }

        .hero-stat-val {
            font-family: 'Outfit', sans-serif;
            font-size: clamp(20px, 4vw, 28px);
            font-weight: 800;
            color: #ffffff;
            line-height: 1;
        }

        .hero-stat-label {
            font-size: 11px;
            font-weight: 600;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-align: center;
        }

        .hero-stat-div {
            width: 1px;
            height: 36px;
            background: rgba(255, 255, 255, 0.08);
            flex-shrink: 0;
        }
        @media (max-width: 480px) {
            .hero-stat-div {
                display: none;
            }
            .hero-stat {
                flex: 0 0 48%;
                padding: 8px 8px;
            }
        }

        /* Hero Action Buttons */
        .hero-btn-primary {
            font-size: 16px !important;
            padding: 15px 32px !important;
            border-radius: 14px !important;
        }
        .hero-btn-secondary {
            font-size: 16px !important;
            padding: 15px 32px !important;
            border-radius: 14px !important;
            margin-top: 0 !important;
        }
        @media (max-width: 550px) {
            .hero-btn-primary,
            .hero-btn-secondary {
                width: 100%;
                max-width: 320px;
            }
        }

        /* ---------- Section Header Improvements ---------- */
        .section-header {
            margin-bottom: 48px;
            text-align: center;
        }

        /* ---------- Photos Grid Mobile-First ---------- */
        .photos-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px;
            margin-bottom: 48px;
        }
        @media (max-width: 900px) {
            .photos-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        @media (max-width: 600px) {
            .photos-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 8px;
            }
        }

        /* ---------- Sticky Mobile CTA --- (improved) ---------- */
        .mobile-sticky-cta {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 12px 16px 16px;
            background: rgba(7, 10, 19, 0.9);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border-top: 1px solid rgba(255, 255, 255, 0.07);
            z-index: 999;
            box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.4);
            transform: translateY(100%);
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .mobile-sticky-cta.visible {
            transform: translateY(0);
        }
        @media (max-width: 768px) {
            .mobile-sticky-cta {
                display: block;
            }
            body {
                padding-bottom: 80px;
            }
        }

        /* ---------- Footer Redesign ---------- */
        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 56px 24px 32px;
        }
        .footer-top {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 48px;
            margin-bottom: 40px;
        }
        @media (max-width: 860px) {
            .footer-top {
                grid-template-columns: 1fr 1fr;
                gap: 32px;
            }
            .footer-brand {
                grid-column: 1 / -1;
            }
        }
        @media (max-width: 500px) {
            .footer-top {
                grid-template-columns: 1fr;
                gap: 28px;
            }
            .footer-inner {
                padding: 40px 20px 24px;
            }
        }
        .footer-brand {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .footer-tagline {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.6;
            margin: 0;
        }
        .footer-contact-link {
            font-size: 14px;
            font-weight: 600;
            color: var(--primary);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: color 0.2s;
        }
        .footer-contact-link:hover {
            color: #34d399;
        }
        .footer-links-col {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .footer-col-title {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-muted);
            margin-bottom: 4px;
        }
        .footer-link {
            font-size: 14px;
            color: var(--text-main);
            text-decoration: none;
            transition: color 0.2s;
        }
        .footer-link:hover {
            color: var(--primary);
        }
        .footer-text {
            font-size: 14px;
            color: var(--text-muted);
        }
        .footer-disclaimer {
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding-top: 28px;
        }
        .footer-disclaimer p {
            font-size: 12px;
            color: var(--text-muted);
            line-height: 1.7;
            text-align: justify;
        }
        .footer-copyright {
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.04);
            padding: 20px 24px;
            font-size: 13px;
            color: var(--text-muted);
        }

        /* ---------- Light mode footer overrides ---------- */
        body.light-mode .footer-disclaimer p,
        body.light-mode .footer-tagline,
        body.light-mode .footer-text {
            color: var(--text-muted) !important;
        }
        body.light-mode .footer-link {
            color: var(--text-main) !important;
        }
        body.light-mode .footer-link:hover {
            color: var(--primary) !important;
        }
        body.light-mode footer {
            background: #f4f5f7 !important;
            border-top: 1px solid rgba(0,0,0,0.06) !important;
        }
        body.light-mode .footer-copyright {
            border-top-color: rgba(0,0,0,0.06) !important;
        }
        body.light-mode .footer-disclaimer {
            border-top-color: rgba(0,0,0,0.06) !important;
        }

        /* ---------- Contact container sizing fix ---------- */
        .contact-container {
            max-width: 640px;
            margin: 0 auto;
        }

        /* ---------- Standard section spacing boost ---------- */
        .standard-section {
            padding: 80px 0 !important;
        }
        @media (max-width: 768px) {
            .standard-section {
                padding: 56px 0 !important;
            }
        }
