html, body { margin: 0; padding: 0; }
        .custom *, .custom *::before, .custom *::after { margin: 0; padding: 0; box-sizing: border-box; }
        .custom {
            --blue: #265e90; --green: #00a379; --blue-light: #3a7ab8; --green-light: #00c48f;
            --blue-dark: #1a4568; --green-dark: #008a64; --navy: #0f1a2b; --bg: #ffffff;
            --bg-alt: #f7f9fc; --bg-dark: #0f1a2b; --text: #1a1a2e; --text-light: #5a6377;
            --text-muted: #8b95a8; --border: #e2e8f0; --radius: 12px; --radius-lg: 20px;
            --shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 12px rgba(0,0,0,0.04);
            --shadow-lg: 0 4px 24px rgba(0,0,0,0.08);
            --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            --red: #e53e3e; --orange: #dd6b20; --yellow: #d69e2e;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            color: var(--text); background: var(--bg); line-height: 1.6;
            -webkit-font-smoothing: antialiased; scroll-behavior: smooth;
        }
        .custom h1, .custom h2, .custom h3, .custom h4, .custom h5 { font-family: 'Inter', sans-serif; line-height: 1.2; }
        .custom a { text-decoration: none; color: inherit; }
        .custom .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

        /* HEADER */
        .custom .header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
        .custom .header-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 72px; }
        .custom .logo { display: flex; align-items: center; }
        .custom .logo-img { height: 40px; width: auto; }
        .custom .nav { display: flex; align-items: center; gap: 32px; }
        .custom .nav a { font-size: 15px; font-weight: 500; color: var(--text-light); transition: var(--transition); }
        .custom .nav a:hover { color: var(--blue); }
        .custom .nav a.active { color: var(--blue); font-weight: 600; }
        .custom .header-actions { display: flex; align-items: center; gap: 12px; }
        .custom .btn-login { padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--blue); background: transparent; border: 1.5px solid var(--border); cursor: pointer; transition: var(--transition); font-family: 'Inter', sans-serif; }
        .custom .btn-login:hover { border-color: var(--blue); background: rgba(38,94,144,0.04); }
        .custom .btn-schedule { padding: 10px 24px; border-radius: 8px; font-size: 14px; font-weight: 600; color: #fff; border: none; cursor: pointer; background: linear-gradient(135deg, var(--green), var(--blue)); transition: var(--transition); box-shadow: 0 2px 12px rgba(0,163,121,0.3); font-family: 'Inter', sans-serif; }
        .custom .btn-schedule:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(0,163,121,0.4); }
        .custom .mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
        .custom .mobile-toggle span { display: block; width: 24px; height: 2px; background: var(--text); margin: 5px 0; border-radius: 2px; }

        /* HERO */
        .custom .page-hero { padding: 150px 0 80px; background: linear-gradient(180deg, #f0f7ff 0%, #fff 100%); text-align: center; position: relative; overflow: hidden; }
        .custom .page-hero::before { content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(0,163,121,0.06) 0%, transparent 70%); }
        .custom .section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--green); margin-bottom: 16px; }
        .custom .page-hero h1 { font-size: clamp(36px, 5vw, 52px); font-weight: 800; color: var(--text); margin-bottom: 20px; letter-spacing: -1px; position: relative; }
        .custom .page-hero p { font-size: 18px; color: var(--text-light); max-width: 650px; margin: 0 auto; line-height: 1.7; position: relative; }
        .custom .page-hero .hero-sub { font-size: 15px; color: var(--text-muted); margin-top: 16px; max-width: 550px; }

        /* PROGRESS NAV */
        .custom .audit-progress { padding: 0 0 60px; background: var(--bg); }
        .custom .progress-bar { display: flex; align-items: center; justify-content: center; gap: 0; max-width: 700px; margin: 0 auto; }
        .custom .progress-step { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--text-muted); transition: var(--transition); cursor: pointer; padding: 12px 20px; border-radius: 10px; }
        .custom .progress-step:hover { color: var(--blue); }
        .custom .progress-step.active { color: var(--blue); background: rgba(38,94,144,0.06); }
        .custom .progress-step.completed { color: var(--green); }
        .custom .progress-num { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; background: var(--bg-alt); border: 2px solid var(--border); color: var(--text-muted); transition: var(--transition); flex-shrink: 0; }
        .custom .progress-step.active .progress-num { background: var(--blue); border-color: var(--blue); color: #fff; }
        .custom .progress-step.completed .progress-num { background: var(--green); border-color: var(--green); color: #fff; }
        .custom .progress-line { width: 60px; height: 2px; background: var(--border); flex-shrink: 0; }
        .custom .progress-line.completed { background: var(--green); }

        /* SECTION TITLES */
        .custom .section-title { font-size: clamp(32px, 4vw, 44px); font-weight: 800; color: var(--text); margin-bottom: 20px; letter-spacing: -0.5px; }
        .custom .section-sub { font-size: 16px; color: var(--text-light); line-height: 1.7; }

        /* ===================== PART 1: SCORECARD ===================== */
        .custom .audit-section { padding: 80px 0; }
        .custom .audit-section:nth-child(odd) { background: var(--bg-alt); }
        .custom .audit-section:nth-child(even) { background: var(--bg); }
        .custom .audit-section .container { max-width: 860px; }
        .custom .part-label { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; color: var(--green); margin-bottom: 12px; padding: 6px 14px; background: rgba(0,163,121,0.06); border-radius: 6px; }
        .custom .audit-section h2 { font-size: clamp(28px, 3.5vw, 38px); font-weight: 800; color: var(--text); margin-bottom: 12px; letter-spacing: -0.5px; }
        .custom .audit-section .section-intro { font-size: 16px; color: var(--text-light); line-height: 1.7; margin-bottom: 40px; max-width: 650px; }

        /* Score Categories */
        .custom .score-category { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 32px; margin-bottom: 16px; transition: var(--transition); }
        .custom .score-category:hover { border-color: rgba(0,163,121,0.2); box-shadow: var(--shadow); }
        .custom .score-category-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
        .custom .score-category-info { flex: 1; }
        .custom .score-category h3 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
        .custom .score-category .cat-desc { font-size: 14px; color: var(--text-light); line-height: 1.6; }
        .custom .score-options { display: flex; gap: 10px; flex-shrink: 0; }
        .custom .score-btn { width: 48px; height: 48px; border-radius: 10px; border: 2px solid var(--border); background: var(--bg-alt); font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 700; color: var(--text-muted); cursor: pointer; transition: var(--transition); display: flex; align-items: center; justify-content: center; }
        .custom .score-btn:hover { border-color: var(--blue-light); color: var(--blue); background: rgba(38,94,144,0.04); }
        .custom .score-btn.selected { border-color: var(--green); background: var(--green); color: #fff; box-shadow: 0 2px 12px rgba(0,163,121,0.3); }
        .custom .score-hint { display: flex; justify-content: space-between; font-size: 12px; color: var(--text-muted); padding: 0 4px; margin-top: 4px; }
        .custom .score-hints-row { display: flex; gap: 10px; flex-shrink: 0; }
        .custom .score-hint-item { width: 48px; text-align: center; font-size: 11px; color: var(--text-muted); line-height: 1.3; }

        /* Score Result */
        .custom .score-result { margin-top: 40px; padding: 40px; border-radius: var(--radius-lg); text-align: center; display: none; }
        .custom .score-result.visible { display: block; }
        .custom .score-result.stage-manual { background: linear-gradient(135deg, rgba(229,62,62,0.06), rgba(221,107,32,0.06)); border: 2px solid rgba(229,62,62,0.15); }
        .custom .score-result.stage-partial { background: linear-gradient(135deg, rgba(214,158,46,0.06), rgba(221,107,32,0.06)); border: 2px solid rgba(214,158,46,0.15); }
        .custom .score-result.stage-optimized { background: linear-gradient(135deg, rgba(0,163,121,0.06), rgba(38,94,144,0.06)); border: 2px solid rgba(0,163,121,0.15); }
        .custom .score-number { font-size: 64px; font-weight: 800; line-height: 1; margin-bottom: 8px; }
        .custom .stage-manual .score-number { color: var(--red); }
        .custom .stage-partial .score-number { color: var(--orange); }
        .custom .stage-optimized .score-number { color: var(--green); }
        .custom .score-out-of { font-size: 18px; color: var(--text-muted); margin-bottom: 16px; }
        .custom .score-stage { font-size: 24px; font-weight: 800; margin-bottom: 8px; }
        .custom .score-stage-desc { font-size: 15px; color: var(--text-light); line-height: 1.7; max-width: 500px; margin: 0 auto; }
        .custom .score-next { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; padding: 14px 28px; border-radius: 10px; font-size: 15px; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--green), var(--blue)); border: none; cursor: pointer; transition: var(--transition); font-family: 'Inter', sans-serif; box-shadow: 0 2px 12px rgba(0,163,121,0.3); }
        .custom .score-next:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(0,163,121,0.4); }
        .custom .score-next svg { width: 18px; height: 18px; }

        /* ===================== PART 2: TOOL STACK ===================== */
        .custom .tool-stack-intro { font-size: 16px; color: var(--text-light); line-height: 1.7; margin-bottom: 32px; max-width: 650px; }
        .custom .tool-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
        .custom .tool-table thead th { background: var(--navy); color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 14px 20px; text-align: left; }
        .custom .tool-table thead th:last-child { text-align: right; }
        .custom .tool-table tbody tr { border-bottom: 1px solid var(--border); transition: var(--transition); }
        .custom .tool-table tbody tr:last-child { border-bottom: none; }
        .custom .tool-table tbody tr:hover { background: rgba(0,163,121,0.02); }
        .custom .tool-table td { padding: 14px 20px; font-size: 15px; vertical-align: middle; }
        .custom .tool-table td:first-child { font-weight: 600; }
        .custom .tool-table .tool-cost-input { width: 110px; padding: 10px 12px; border-radius: 8px; border: 1.5px solid var(--border); font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; color: var(--text); background: var(--bg); text-align: right; transition: var(--transition); }
        .custom .tool-table .tool-cost-input:focus { border-color: var(--blue); outline: none; box-shadow: 0 0 0 3px rgba(38,94,144,0.1); }
        .custom .tool-table .typical-cost { font-size: 13px; color: var(--text-muted); }
        .custom .tool-total-row { background: var(--bg-alt); }
        .custom .tool-total-row td { font-weight: 800; font-size: 17px; border-top: 2px solid var(--border); }
        .custom .tool-total-amount { color: var(--red); font-size: 22px; font-weight: 800; }

        /* Comparison Box */
        .custom .comparison-box { margin-top: 32px; padding: 32px; border-radius: var(--radius); background: linear-gradient(135deg, rgba(0,163,121,0.04), rgba(38,94,144,0.04)); border: 1px solid rgba(0,163,121,0.15); }
        .custom .comparison-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; text-align: center; }
        .custom .comp-item h4 { font-size: 14px; font-weight: 600; color: var(--text-muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
        .custom .comp-amount { font-size: 36px; font-weight: 800; }
        .custom .comp-item:first-child .comp-amount { color: var(--red); }
        .custom .comp-item:last-child .comp-amount { color: var(--green); }
        .custom .comp-vs { font-size: 16px; font-weight: 700; color: var(--text-muted); }
        .custom .savings-callout { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; color: var(--green); padding: 16px; background: rgba(0,163,121,0.06); border-radius: 10px; }
        .custom .savings-callout span { font-size: 28px; display: block; margin-top: 4px; }

        /* ===================== PART 3: AUTOMATIONS ===================== */
        .custom .auto-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 32px; margin-bottom: 16px; transition: var(--transition); position: relative; overflow: hidden; }
        .custom .auto-card:hover { border-color: rgba(0,163,121,0.2); box-shadow: var(--shadow-lg); transform: translateY(-2px); }
        .custom .auto-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; }
        .custom .auto-card.priority-high::before { background: var(--red); }
        .custom .auto-card.priority-med::before { background: var(--orange); }
        .custom .auto-card.priority-low::before { background: var(--green); }
        .custom .auto-number { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 12px; }
        .custom .auto-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
        .custom .auto-card .auto-desc { font-size: 15px; color: var(--text-light); line-height: 1.7; margin-bottom: 12px; }
        .custom .auto-replaces { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--blue); background: rgba(38,94,144,0.06); padding: 6px 12px; border-radius: 6px; }
        .custom .auto-replaces svg { width: 14px; height: 14px; }
        .custom .auto-priority-tag { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 4px 10px; border-radius: 4px; margin-left: 8px; }
        .custom .tag-high { background: rgba(229,62,62,0.08); color: var(--red); }
        .custom .tag-med { background: rgba(221,107,32,0.08); color: var(--orange); }
        .custom .tag-low { background: rgba(0,163,121,0.08); color: var(--green); }
        .custom .auto-stage-note { padding: 20px 24px; border-radius: var(--radius); background: rgba(38,94,144,0.04); border: 1px solid rgba(38,94,144,0.1); margin-bottom: 32px; font-size: 15px; color: var(--text-light); line-height: 1.7; }
        .custom .auto-stage-note strong { color: var(--text); }

        /* CTA */
        .custom .cta-section { padding: 100px 0; }
        .custom .cta-box { max-width: 800px; margin: 0 auto; text-align: center; padding: 64px 48px; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--blue), var(--green)); color: #fff; position: relative; overflow: hidden; }
        .custom .cta-box::before { content: ''; position: absolute; top: -50%; right: -20%; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,0.06); }
        .custom .cta-box h2 { font-size: clamp(28px, 3.5vw, 40px); font-weight: 800; margin-bottom: 16px; position: relative; }
        .custom .cta-box p { font-size: 17px; opacity: 0.85; max-width: 520px; margin: 0 auto 32px; position: relative; line-height: 1.7; }
        .custom .btn-white { padding: 16px 36px; border-radius: 10px; font-size: 16px; font-weight: 700; color: var(--blue); background: #fff; border: none; cursor: pointer; transition: var(--transition); font-family: 'Inter', sans-serif; position: relative; }
        .custom .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.2); }

        /* SCROLL ANIMATIONS */
        .custom .animate-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
        .custom .animate-on-scroll.visible { opacity: 1; transform: translateY(0); }
        .custom .animate-delay-1 { transition-delay: 0.1s; }
        .custom .animate-delay-2 { transition-delay: 0.2s; }
        .custom .animate-delay-3 { transition-delay: 0.3s; }

        /* FOOTER */
        .custom .footer { padding: 64px 0 32px; background: var(--bg-dark); color: rgba(255,255,255,0.7); }
        .custom .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
        .custom .footer-brand p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.5); }
        .custom .footer-brand .logo-img { filter: brightness(0) invert(1); }
        .custom .footer h4 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-bottom: 16px; }
        .custom .footer ul { list-style: none; }
        .custom .footer ul li { margin-bottom: 10px; }
        .custom .footer ul a { font-size: 14px; color: rgba(255,255,255,0.5); transition: var(--transition); }
        .custom .footer ul a:hover { color: var(--green-light); }
        .custom .footer-bottom { padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: rgba(255,255,255,0.35); }

        /* MOBILE NAV */
        .custom .mobile-nav {
            position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 998;
            background: #fff; display: flex; flex-direction: column;
            padding: 88px 24px 32px; transform: translateX(100%);
            transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            overflow-y: auto; -webkit-overflow-scrolling: touch;
        }
        .custom .mobile-nav.open { transform: translateX(0); }
        .custom .mobile-nav a { display: block; padding: 16px 0; font-size: 18px; font-weight: 600; color: var(--text); border-bottom: 1px solid var(--border); transition: var(--transition); }
        .custom .mobile-nav a:last-of-type { border-bottom: none; }
        .custom .mobile-nav a:hover, .custom .mobile-nav a:active { color: var(--green); }
        .custom .mobile-nav-actions { display: flex; flex-direction: column; gap: 12px; margin-top: auto; padding-top: 24px; }
        .custom .mobile-nav-actions .btn-login { display: block; width: 100%; padding: 14px; text-align: center; border-radius: 10px; font-size: 15px; font-weight: 600; color: var(--blue); background: transparent; border: 1.5px solid var(--border); cursor: pointer; font-family: 'Inter', sans-serif; }
        .custom .mobile-nav-actions .btn-schedule { display: block; width: 100%; padding: 14px; text-align: center; border-radius: 10px; font-size: 15px; font-weight: 600; color: #fff; border: none; cursor: pointer; background: linear-gradient(135deg, var(--green), var(--blue)); font-family: 'Inter', sans-serif; box-shadow: 0 2px 12px rgba(0,163,121,0.3); }
        .custom .mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
        .custom .mobile-toggle.active span:nth-child(2) { opacity: 0; }
        .custom .mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

        @media (max-width: 1024px) {
            .custom .footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
        }

        @media (max-width: 768px) {
            .custom .nav { display: none; }
            .custom .header-actions { display: none; }
            .custom .mobile-toggle { display: block; }
            .custom .progress-bar { flex-wrap: wrap; gap: 8px; }
            .custom .progress-line { display: none; }
            .custom .progress-step { padding: 10px 14px; font-size: 13px; }
            .custom .score-category-header { flex-direction: column; }
            .custom .score-options { width: 100%; justify-content: flex-start; }
            .custom .score-hints-row { width: 100%; justify-content: flex-start; }
            .custom .score-category { padding: 22px 20px; }
            .custom .tool-table { font-size: 14px; }
            .custom .tool-table td { padding: 12px 14px; }
            .custom .tool-table .tool-cost-input { width: 90px; font-size: 14px; }
            .custom .comparison-grid { grid-template-columns: 1fr; gap: 16px; }
            .custom .comp-vs { display: none; }
            .custom .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
            .custom .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
            .custom .cta-box { padding: 48px 24px; }
            .custom .section-title { font-size: 28px; }
            .custom .page-hero { padding: 120px 0 60px; }
            .custom .page-hero h1 { font-size: 32px; }
            .custom .page-hero p { font-size: 16px; }
            .custom .page-hero::before { width: 350px; height: 350px; }
            .custom .auto-card { padding: 22px 20px; }
        }

        @media (max-width: 480px) {
            .custom .footer-grid { grid-template-columns: 1fr; gap: 24px; }
            .custom .page-hero h1 { font-size: 28px; }
            .custom .page-hero p { font-size: 15px; }
            .custom .page-hero::before { display: none; }
            .custom .cta-box { padding: 36px 20px; }
            .custom .cta-box h2 { font-size: 24px; }
            .custom .section-title { font-size: 24px; }
            .custom .footer h4 { font-size: 13px; }
            .custom .footer ul a { font-size: 13px; }
            .custom .score-btn { width: 42px; height: 42px; font-size: 14px; }
            .custom .score-hint-item { width: 42px; }
            .custom .score-number { font-size: 48px; }
            .custom .comp-amount { font-size: 28px; }
            .custom .tool-total-amount { font-size: 18px; }
            .custom .tool-table td:nth-child(2) { display: none; }
            .custom .tool-table thead th:nth-child(2) { display: none; }

        /* ========== LANGUAGE TOGGLE ========== */

        /* Mobile nav toggle */

        }
    
        /* ========== LANGUAGE SWITCHER ========== */
        .custom .lang-switcher {
            position: relative;
            display: flex;
            align-items: center;
        }
        .custom .lang-switcher-btn {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 7px 14px;
            border-radius: 8px;
            border: 1.5px solid var(--border);
            background: transparent;
            cursor: pointer;
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: var(--text-light);
            transition: var(--transition);
        }
        .custom .lang-switcher-btn:hover {
            border-color: var(--blue);
            color: var(--blue);
            background: rgba(38,94,144,0.04);
        }
        .custom .lang-switcher-btn svg {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
        }
        .custom .lang-switcher-btn .arrow {
            width: 10px;
            height: 10px;
            transition: transform 0.2s ease;
        }
        .custom .lang-switcher.open .lang-switcher-btn .arrow {
            transform: rotate(180deg);
        }
        .custom .lang-switcher.open .lang-switcher-btn {
            border-color: var(--blue);
            color: var(--blue);
        }
        .custom .lang-dropdown {
            position: absolute;
            top: calc(100% + 6px);
            right: 0;
            min-width: 140px;
            background: #fff;
            border-radius: 10px;
            border: 1px solid var(--border);
            box-shadow: 0 8px 24px rgba(0,0,0,0.1);
            opacity: 0;
            visibility: hidden;
            transform: translateY(-8px);
            transition: all 0.2s ease;
            z-index: 1001;
            overflow: hidden;
        }
        .custom .lang-switcher.open .lang-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        .custom .lang-dropdown a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 16px;
            font-size: 14px;
            font-weight: 500;
            color: var(--text-light);
            text-decoration: none;
            transition: var(--transition);
        }
        .custom .lang-dropdown a:hover {
            background: rgba(38,94,144,0.06);
            color: var(--blue);
        }
        .custom .lang-dropdown a.active-lang {
            color: var(--blue);
            font-weight: 600;
            background: rgba(38,94,144,0.04);
        }
        .custom .lang-dropdown a .check {
            margin-left: auto;
            opacity: 0;
        }
        .custom .lang-dropdown a.active-lang .check {
            opacity: 1;
        }
        .custom .mobile-nav .lang-switcher {
            padding: 16px 0;
            border-bottom: 1px solid var(--border);
        }
        .custom .mobile-nav .lang-switcher-btn {
            width: 100%;
            justify-content: center;
        }