:root {
            --ink: #0a0a14;
            --ink-soft: #15151f;
            --indigo: #4f46e5;
            --indigo-light: #6366f1;
            --indigo-dark: #3730a3;
            --violet: #7c3aed;
            --cyan: #06b6d4;
            --mint: #2dd4bf;
            --accent: #c4f042;
            --accent-dark: #a3d12e;
            --surface: #ffffff;
            --surface-2: #f6f6fb;
            --surface-3: #eeeef6;
            --line: #e4e4ef;
            --text: #1a1a26;
            --text-soft: #5a5a6e;
            --text-faint: #9a9aae;
            --white: #ffffff;
            --grad-brand: linear-gradient(135deg, #4f46e5 0%, #7c3aed 55%, #06b6d4 120%);
            --grad-brand-soft: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
            --grad-accent: linear-gradient(135deg, #c4f042 0%, #2dd4bf 100%);
            --grad-ink: linear-gradient(165deg, #15151f 0%, #0a0a14 100%);
            --grad-mesh: radial-gradient(at 20% 20%, rgba(79,70,229,0.18) 0px, transparent 50%), radial-gradient(at 80% 10%, rgba(124,58,237,0.14) 0px, transparent 50%), radial-gradient(at 70% 80%, rgba(6,182,212,0.12) 0px, transparent 50%);
            --shadow-sm: 0 2px 10px rgba(20,16,60,0.06);
            --shadow-md: 0 8px 30px rgba(20,16,60,0.10);
            --shadow-lg: 0 20px 60px rgba(20,16,60,0.14);
            --shadow-xl: 0 30px 80px rgba(40,30,120,0.22);
            --shadow-glow: 0 10px 40px rgba(79,70,229,0.35);
            --r-sm: 12px;
            --r-md: 18px;
            --r-lg: 28px;
            --r-xl: 36px;
            --r-pill: 100px;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { font-family: 'Plus Jakarta Sans', -apple-system, sans-serif; font-size: 17px; line-height: 1.7; color: var(--text); background: var(--surface); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
        h1, h2, h3, h4, h5, h6 { font-family: 'Sora', -apple-system, sans-serif; font-weight: 700; line-height: 1.12; color: var(--ink); letter-spacing: -0.02em; }
        img { max-width: 100%; height: auto; display: block; }
        a { color: var(--indigo); text-decoration: none; transition: all 0.3s ease; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        ::selection { background: var(--accent); color: var(--ink); }

        /* Buttons */
        .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 32px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 700; border-radius: var(--r-pill); border: 2px solid transparent; cursor: pointer; transition: all 0.35s cubic-bezier(0.34,1.56,0.64,1); white-space: nowrap; }
        .btn-primary { background: var(--grad-brand); color: var(--white); box-shadow: var(--shadow-glow); }
        .btn-primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 16px 50px rgba(79,70,229,0.45); }
        .btn-accent { background: var(--accent); color: var(--ink); }
        .btn-accent:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 12px 36px rgba(196,240,66,0.5); }
        .btn-ghost { background: rgba(255,255,255,0.04); color: var(--ink); border-color: var(--line); }
        .btn-ghost:hover { border-color: var(--indigo); color: var(--indigo); background: var(--surface-2); }
        .btn-lg { padding: 19px 44px; font-size: 17px; }

        /* Header */
        .header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 18px 0; transition: all 0.4s ease; }
        .header.scrolled { background: rgba(255,255,255,0.85); backdrop-filter: blur(24px) saturate(180%); box-shadow: var(--shadow-sm); padding: 12px 0; border-bottom: 1px solid var(--line); }
        .header-inner { display: flex; align-items: center; justify-content: space-between; }
        .logo { display: flex; align-items: center; gap: 11px; }
        .logo-mark { width: 46px; height: 46px; border-radius: 14px; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-glow); position: relative; overflow: hidden; }
        .logo-mark svg { position: relative; z-index: 2; }
        .logo-text { font-family: 'Sora', sans-serif; font-size: 25px; font-weight: 800; color: var(--ink); letter-spacing: -0.04em; }
        .logo-text span { color: var(--indigo); }
        .nav { display: flex; align-items: center; gap: 4px; }
        .nav-link { padding: 9px 16px; color: var(--text-soft); font-weight: 600; font-size: 15px; border-radius: var(--r-sm); }
        .nav-link:hover { color: var(--indigo); background: var(--surface-2); }
        .header-cta { margin-left: 14px; padding: 11px 24px; font-size: 14px; }
        .mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: var(--ink); }

        /* Hero */
        .hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 150px 0 90px; background: var(--surface); overflow: hidden; }
        .hero::before { content: ''; position: absolute; inset: 0; background: var(--grad-mesh); pointer-events: none; }
        .hero::after { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%234f46e5' fill-opacity='0.025'%3E%3Ccircle cx='20' cy='20' r='1.5'/%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
        .hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
        .hero-content { animation: fadeUp 0.9s cubic-bezier(0.16,1,0.3,1) both; }
        @keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
        .hero-badge { display: inline-flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--line); padding: 9px 18px; border-radius: var(--r-pill); font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 26px; box-shadow: var(--shadow-sm); }
        .hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(45,212,191,0.2); animation: pulse 2s infinite; }
        @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
        .hero-title { font-size: 62px; line-height: 1.04; margin-bottom: 24px; font-weight: 800; }
        .hero-title em { font-style: normal; position: relative; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
        .hero-desc { font-size: 20px; color: var(--text-soft); margin-bottom: 34px; max-width: 520px; line-height: 1.65; }
        .hero-features { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-bottom: 38px; }
        .hero-feature { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 600; color: var(--text); }
        .hero-feature-icon { width: 26px; height: 26px; background: var(--grad-accent); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 13px; font-weight: 800; flex-shrink: 0; }
        .hero-buttons { display: flex; gap: 14px; margin-bottom: 44px; flex-wrap: wrap; }
        .hero-stats { display: flex; gap: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
        .hero-stat-value { font-family: 'Sora', sans-serif; font-size: 38px; font-weight: 800; color: var(--ink); line-height: 1; letter-spacing: -0.03em; }
        .hero-stat-value span { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
        .hero-stat-label { font-size: 13px; color: var(--text-soft); margin-top: 6px; font-weight: 500; }

        /* Hero Form */
        .hero-form-container { animation: fadeUp 0.9s cubic-bezier(0.16,1,0.3,1) 0.2s both; position: relative; }
        .hero-form-card { background: var(--white); border-radius: var(--r-xl); padding: 36px; box-shadow: var(--shadow-xl); position: relative; border: 1px solid var(--line); z-index: 2; }
        .hero-form-glow { position: absolute; inset: -30px; background: var(--grad-brand); filter: blur(60px); opacity: 0.25; border-radius: 50%; z-index: 1; animation: float 6s ease-in-out infinite; }
        @keyframes float { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-20px) scale(1.05); } }
        .form-header { text-align: center; margin-bottom: 22px; }
        .form-title { font-size: 26px; margin-bottom: 8px; }
        .form-subtitle { font-size: 14px; color: var(--text-soft); }
        .form-subtitle strong { color: var(--mint); }
        .form-badges { display: flex; justify-content: center; gap: 18px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
        .form-badge { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-soft); font-weight: 600; }

        /* Trust */
        .trust-section { padding: 54px 0; background: var(--white); border-bottom: 1px solid var(--line); }
        .trust-label { text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: 2.5px; color: var(--text-faint); font-weight: 700; margin-bottom: 30px; }
        .trust-logos { display: flex; justify-content: center; align-items: center; gap: 56px; flex-wrap: wrap; }
        .trust-logo-text { font-family: 'Sora', sans-serif; font-size: 21px; font-weight: 700; color: var(--text-faint); letter-spacing: -0.02em; opacity: 0.55; transition: opacity 0.3s; }
        .trust-logo-text:hover { opacity: 1; }

        /* Sections */
        .section { padding: 110px 0; }
        .section-2 { background: var(--surface-2); }
        .section-ink { background: var(--grad-ink); color: var(--white); position: relative; overflow: hidden; }
        .section-header { text-align: center; max-width: 680px; margin: 0 auto 60px; }
        .section-label { display: inline-flex; align-items: center; gap: 8px; background: rgba(79,70,229,0.1); color: var(--indigo); padding: 8px 18px; border-radius: var(--r-pill); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 20px; }
        .section-ink .section-label { background: rgba(255,255,255,0.1); color: var(--accent); }
        .section-title { font-size: 46px; margin-bottom: 18px; }
        .section-ink .section-title { color: var(--white); }
        .section-subtitle { font-size: 19px; color: var(--text-soft); line-height: 1.6; }
        .section-ink .section-subtitle { color: rgba(255,255,255,0.7); }

        /* Features */
        .features-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
        .feature-card { background: var(--white); border-radius: var(--r-lg); padding: 34px 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: all 0.4s cubic-bezier(0.16,1,0.3,1); position: relative; overflow: hidden; }
        .feature-card::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--grad-brand); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
        .feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
        .feature-card:hover::after { transform: scaleX(1); }
        .feature-icon { width: 60px; height: 60px; background: var(--surface-2); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: all 0.4s ease; color: var(--indigo); }
        .feature-card:hover .feature-icon { background: var(--grad-brand); color: var(--white); transform: rotate(-6deg) scale(1.08); }
        .feature-title { font-size: 20px; margin-bottom: 11px; }
        .feature-desc { font-size: 15px; color: var(--text-soft); line-height: 1.65; }

        /* How it works (steps) */
        .process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; position: relative; }
        .process-step { text-align: center; position: relative; }
        .process-num { width: 84px; height: 84px; margin: 0 auto 22px; border-radius: 24px; background: var(--white); border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; position: relative; transition: all 0.4s ease; box-shadow: var(--shadow-md); }
        .section-ink .process-num { background: rgba(255,255,255,0.06); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.12); }
        .process-num span { font-family: 'Sora', sans-serif; font-size: 32px; font-weight: 800; background: var(--grad-accent); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
        .process-step:hover .process-num { transform: translateY(-6px) scale(1.05); border-color: var(--accent); }
        .process-title { font-size: 19px; margin-bottom: 10px; color: var(--white); }
        .process-desc { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.6; }
        .process-connector { position: absolute; top: 42px; left: 60%; width: 80%; height: 2px; background: repeating-linear-gradient(90deg, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.2) 6px, transparent 6px, transparent 12px); z-index: 0; }

        /* Loan purposes */
        .loans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
        .loan-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px; transition: all 0.4s cubic-bezier(0.16,1,0.3,1); position: relative; overflow: hidden; }
        .loan-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
        .loan-card-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--grad-brand-soft); display: flex; align-items: center; justify-content: center; color: var(--white); margin-bottom: 20px; }
        .loan-card-title { font-size: 21px; margin-bottom: 10px; }
        .loan-card-desc { font-size: 15px; color: var(--text-soft); line-height: 1.6; margin-bottom: 18px; }
        .loan-card-amount { display: inline-block; background: var(--surface-2); color: var(--indigo); padding: 7px 15px; border-radius: var(--r-pill); font-size: 13px; font-weight: 700; }

        /* About */
        .about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: center; }
        .about-visual { position: relative; }
        .about-card-stack { position: relative; height: 440px; }
        .stack-card { position: absolute; background: var(--white); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); border: 1px solid var(--line); padding: 26px; }
        .stack-card-1 { top: 0; left: 0; width: 78%; z-index: 2; }
        .stack-card-2 { bottom: 0; right: 0; width: 70%; z-index: 3; background: var(--grad-ink); color: var(--white); border: none; }
        .stack-mini-row { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
        .stack-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--grad-brand); flex-shrink: 0; }
        .stack-line { height: 9px; border-radius: 6px; background: var(--surface-3); }
        .stack-offer { display: flex; justify-content: space-between; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
        .stack-offer:last-child { border-bottom: none; }
        .stack-rate { font-family: 'Sora', sans-serif; font-weight: 700; color: var(--accent); font-size: 18px; }
        .about-badge-float { position: absolute; top: -24px; right: -10px; background: var(--accent); color: var(--ink); padding: 16px 22px; border-radius: var(--r-md); box-shadow: var(--shadow-lg); text-align: center; z-index: 4; transform: rotate(4deg); }
        .about-badge-float-v { font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 800; line-height: 1; }
        .about-badge-float-l { font-size: 12px; font-weight: 700; margin-top: 3px; }
        .about-content h2 { font-size: 42px; margin-bottom: 22px; }
        .about-content > p { font-size: 17px; color: var(--text-soft); margin-bottom: 22px; line-height: 1.75; }
        .about-list { list-style: none; margin-bottom: 30px; }
        .about-list li { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; font-size: 15px; line-height: 1.6; }
        .about-list-icon { width: 26px; height: 26px; background: var(--grad-accent); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 13px; font-weight: 800; flex-shrink: 0; margin-top: 2px; }
        .about-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 36px; padding-top: 36px; border-top: 1px solid var(--line); }
        .about-stat-value { font-family: 'Sora', sans-serif; font-size: 32px; font-weight: 800; color: var(--indigo); }
        .about-stat-label { font-size: 13px; color: var(--text-soft); }

        /* Rates */
        .rates-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: start; }
        .rates-content h2 { font-size: 40px; margin-bottom: 18px; }
        .rates-content > p { font-size: 17px; color: var(--text-soft); margin-bottom: 30px; line-height: 1.7; }
        .rates-highlights { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
        .rate-hl { background: var(--white); border-radius: var(--r-md); padding: 22px; border: 1px solid var(--line); border-left: 3px solid var(--indigo); }
        .rate-hl-v { font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 800; color: var(--ink); }
        .rate-hl-l { font-size: 13px; color: var(--text-soft); }
        .rates-table-card { background: var(--white); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
        .rates-table { width: 100%; border-collapse: collapse; }
        .rates-table th { background: var(--grad-ink); color: var(--white); padding: 18px 20px; text-align: left; font-weight: 600; font-size: 13px; }
        .rates-table td { padding: 17px 20px; border-bottom: 1px solid var(--line); font-size: 15px; }
        .rates-table tr:last-child td { border-bottom: none; }
        .rates-table tr:hover td { background: var(--surface-2); }
        .rate-value { color: var(--indigo); font-weight: 700; }
        .badge { display: inline-block; padding: 3px 11px; border-radius: var(--r-pill); font-size: 11px; font-weight: 700; }
        .b-green { background: #dcfce7; color: #166534; }
        .b-blue { background: #dbeafe; color: #1e40af; }
        .b-amber { background: #fef3c7; color: #92400e; }
        .b-rose { background: #ffe4e6; color: #9f1239; }

        /* Testimonials */
        .testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
        .t-card { background: var(--white); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: all 0.4s ease; }
        .t-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
        .t-rating { display: flex; gap: 3px; margin-bottom: 18px; color: var(--accent-dark); }
        .t-text { font-size: 16px; color: var(--text); line-height: 1.7; margin-bottom: 24px; }
        .t-author { display: flex; align-items: center; gap: 13px; }
        .t-avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 700; font-family: 'Sora', sans-serif; font-size: 18px; flex-shrink: 0; }
        .t-name { font-weight: 700; font-size: 15px; color: var(--ink); }
        .t-meta { font-size: 13px; color: var(--text-soft); }

        /* Calculator */
        .calc-section { background: var(--grad-ink); position: relative; overflow: hidden; }
        .calc-section::before { content: ''; position: absolute; inset: 0; background: var(--grad-mesh); opacity: 0.6; }
        .calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
        .calc-content h2 { font-size: 42px; color: var(--white); margin-bottom: 18px; }
        .calc-content p { font-size: 17px; color: rgba(255,255,255,0.7); margin-bottom: 28px; line-height: 1.7; }
        .calc-feats { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-bottom: 32px; }
        .calc-feat { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.9); font-size: 14px; font-weight: 500; }
        .calc-feat-icon { width: 22px; height: 22px; background: var(--accent); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 11px; font-weight: 800; }
        .calc-card { background: var(--white); border-radius: var(--r-xl); padding: 38px; box-shadow: var(--shadow-xl); }
        .calc-card-title { font-size: 22px; margin-bottom: 26px; text-align: center; }
        .calc-control { margin-bottom: 24px; }
        .calc-control-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
        .calc-control-label { font-size: 14px; font-weight: 600; color: var(--text-soft); }
        .calc-control-value { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; color: var(--indigo); }
        .calc-slider { -webkit-appearance: none; width: 100%; height: 8px; border-radius: 10px; background: var(--surface-3); outline: none; }
        .calc-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%; background: var(--grad-brand); cursor: pointer; box-shadow: var(--shadow-glow); border: 3px solid #fff; }
        .calc-slider::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: var(--indigo); cursor: pointer; border: 3px solid #fff; }
        .calc-result { text-align: center; padding: 28px; background: var(--surface-2); border-radius: var(--r-lg); margin: 26px 0; }
        .calc-result-label { font-size: 13px; color: var(--text-soft); margin-bottom: 6px; }
        .calc-result-value { font-family: 'Sora', sans-serif; font-size: 50px; font-weight: 800; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
        .calc-result-period { font-size: 14px; color: var(--text-soft); margin-top: 6px; }
        .calc-details { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; text-align: center; }
        .calc-detail-v { font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 700; color: var(--ink); }
        .calc-detail-l { font-size: 12px; color: var(--text-soft); }

        /* Blog */
        .blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
        .blog-card { background: var(--white); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: all 0.4s ease; }
        .blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
        .blog-img { height: 180px; background: var(--grad-brand); position: relative; overflow: hidden; }
        .blog-img-2 { background: linear-gradient(135deg, #7c3aed, #06b6d4); }
        .blog-img-3 { background: linear-gradient(135deg, #06b6d4, #2dd4bf); }
        .blog-img-emoji { position: absolute; bottom: 16px; right: 18px; font-size: 44px; opacity: 0.9; }
        .blog-body { padding: 26px; }
        .blog-cat { display: inline-block; background: var(--surface-2); color: var(--indigo); padding: 4px 12px; border-radius: var(--r-pill); font-size: 11px; font-weight: 700; margin-bottom: 13px; }
        .blog-title { font-size: 19px; color: var(--ink); margin-bottom: 11px; line-height: 1.3; }
        .blog-excerpt { font-size: 14px; color: var(--text-soft); line-height: 1.6; margin-bottom: 18px; }
        .blog-meta { display: flex; justify-content: space-between; font-size: 12px; color: var(--text-faint); font-weight: 500; }

        /* FAQ */
        .faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; }
        .faq-content h2 { font-size: 40px; margin-bottom: 18px; }
        .faq-content > p { font-size: 17px; color: var(--text-soft); margin-bottom: 28px; line-height: 1.7; }
        .faq-contact { background: var(--grad-ink); color: var(--white); border-radius: var(--r-lg); padding: 30px; }
        .faq-contact h4 { font-size: 19px; margin-bottom: 12px; color: var(--white); }
        .faq-contact p { font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 20px; }
        .faq-list { display: flex; flex-direction: column; gap: 14px; }
        .faq-item { background: var(--white); border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); transition: all 0.3s ease; }
        .faq-item.active { border-color: var(--indigo); box-shadow: var(--shadow-md); }
        .faq-q { width: 100%; padding: 22px 26px; background: none; border: none; text-align: left; font-size: 16px; font-weight: 700; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: 'Sora', sans-serif; }
        .faq-icon { width: 30px; height: 30px; background: var(--surface-2); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--indigo); transition: all 0.35s ease; flex-shrink: 0; }
        .faq-item.active .faq-icon { background: var(--grad-brand); color: var(--white); transform: rotate(135deg); }
        .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
        .faq-item.active .faq-a { max-height: 320px; }
        .faq-a-inner { padding: 0 26px 24px; font-size: 15px; color: var(--text-soft); line-height: 1.7; }

        /* CTA */
        .cta-section { padding: 120px 0; background: var(--grad-brand); text-align: center; position: relative; overflow: hidden; }
        .cta-section::before { content: ''; position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(196,240,66,0.25) 0%, transparent 60%); }
        .cta-content { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
        .cta-title { font-size: 50px; color: var(--white); margin-bottom: 18px; }
        .cta-subtitle { font-size: 20px; color: rgba(255,255,255,0.85); margin-bottom: 36px; line-height: 1.6; }
        .cta-buttons { display: flex; justify-content: center; gap: 16px; margin-bottom: 42px; flex-wrap: wrap; }
        .cta-features { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; }
        .cta-feature { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,0.9); font-size: 14px; font-weight: 600; }

        /* Footer */
        .footer { background: var(--ink); color: var(--text-faint); padding: 76px 0 36px; }
        .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 54px; }
        .footer-brand { max-width: 340px; }
        .footer-logo { display: flex; align-items: center; gap: 11px; margin-bottom: 20px; }
        .footer-logo-text { font-family: 'Sora', sans-serif; font-size: 23px; font-weight: 800; color: var(--white); }
        .footer-desc { font-size: 15px; line-height: 1.7; margin-bottom: 22px; }
        .footer-social { display: flex; gap: 10px; }
        .footer-social a { width: 42px; height: 42px; background: rgba(255,255,255,0.07); border-radius: 11px; display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 700; transition: all 0.3s ease; }
        .footer-social a:hover { background: var(--grad-brand); transform: translateY(-3px); }
        .footer-title { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 20px; }
        .footer-links { list-style: none; }
        .footer-links li { margin-bottom: 12px; }
        .footer-links a { color: var(--text-faint); font-size: 15px; transition: all 0.3s ease; }
        .footer-links a:hover { color: var(--accent); padding-left: 6px; }
        .footer-bottom { padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.08); }
        .footer-disclaimer { font-size: 12px; line-height: 1.8; color: #6a6a7e; margin-bottom: 22px; }
        .footer-copyright { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 13px; }
        .footer-badges { display: flex; gap: 10px; flex-wrap: wrap; }
        .footer-badge { background: rgba(255,255,255,0.07); padding: 7px 14px; border-radius: var(--r-pill); font-size: 11px; display: flex; align-items: center; gap: 6px; font-weight: 600; }

        /* Responsive */
        @media (max-width: 1100px) {
            .hero-title { font-size: 50px; }
            .hero-grid { gap: 44px; }
            .features-grid { grid-template-columns: repeat(2,1fr); }
            .process-grid { grid-template-columns: repeat(2,1fr); gap: 40px; }
            .process-connector { display: none; }
            .loans-grid { grid-template-columns: repeat(2,1fr); }
            .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
        }
        @media (max-width: 900px) {
            .hero-grid, .about-grid, .rates-grid, .calc-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
            .testimonials-grid, .blog-grid { grid-template-columns: 1fr; }
            .nav { display: none; }
            .mobile-toggle { display: block; }
        }
        @media (max-width: 600px) {
            .hero { padding: 120px 0 70px; min-height: auto; }
            .hero-title { font-size: 38px; }
            .hero-features { grid-template-columns: 1fr; }
            .hero-stats { flex-wrap: wrap; gap: 22px; }
            .section { padding: 70px 0; }
            .section-title { font-size: 34px; }
            .features-grid, .loans-grid { grid-template-columns: 1fr; }
            .cta-title { font-size: 36px; }
            .about-stats { grid-template-columns: 1fr 1fr; }
            .footer-grid { grid-template-columns: 1fr 1fr; }
            .footer-copyright { flex-direction: column; text-align: center; }
        }
/* ===== Inner page shared styles ===== */
.page-hero { padding: 150px 0 70px; background: var(--surface); position: relative; overflow: hidden; text-align: center; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: var(--grad-mesh); pointer-events: none; }
.page-hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.page-hero h1 { font-size: 52px; margin-bottom: 18px; }
.page-hero h1 em { font-style: normal; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.page-hero p { font-size: 20px; color: var(--text-soft); line-height: 1.6; }
.breadcrumb { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; color: var(--text-faint); margin-bottom: 22px; font-weight: 600; }
.breadcrumb a { color: var(--text-faint); }
.breadcrumb a:hover { color: var(--indigo); }

.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 32px; margin: 48px 0 18px; }
.prose h3 { font-size: 23px; margin: 36px 0 14px; }
.prose p { font-size: 17px; color: var(--text); line-height: 1.8; margin-bottom: 20px; }
.prose ul, .prose ol { margin: 0 0 24px 0; padding-left: 4px; list-style: none; }
.prose ul li, .prose ol li { position: relative; padding-left: 34px; margin-bottom: 14px; font-size: 17px; line-height: 1.7; color: var(--text); }
.prose ul li::before { content: ''; position: absolute; left: 0; top: 9px; width: 18px; height: 18px; background: var(--grad-accent); border-radius: 5px; }
.prose ol { counter-reset: item; }
.prose ol li { counter-increment: item; }
.prose ol li::before { content: counter(item); position: absolute; left: 0; top: 2px; width: 24px; height: 24px; background: var(--grad-brand); color: #fff; border-radius: 7px; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; font-family: 'Sora',sans-serif; }
.prose strong { color: var(--ink); font-weight: 700; }
.callout { background: var(--surface-2); border-left: 3px solid var(--indigo); border-radius: var(--r-md); padding: 24px 28px; margin: 30px 0; }
.callout-accent { background: linear-gradient(135deg, rgba(196,240,66,0.12), rgba(45,212,191,0.08)); border-left-color: var(--mint); }
.callout p { margin: 0; font-size: 16px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-reverse .split-text { order: 2; }
@media (max-width: 900px){ .split, .split-reverse { grid-template-columns: 1fr; gap: 36px; } .split-reverse .split-text { order: 0; } }

.info-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--shadow-sm); }
.persona-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 700px){ .persona-grid { grid-template-columns: 1fr; } }

.cta-band { background: var(--grad-brand); border-radius: var(--r-xl); padding: 56px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content:''; position:absolute; top:-40%; left:50%; transform:translateX(-50%); width:500px; height:500px; background:radial-gradient(circle, rgba(196,240,66,0.25) 0%, transparent 60%); }
.cta-band-inner { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: 36px; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,0.88); font-size: 18px; margin-bottom: 28px; }

.review-big-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
@media (max-width: 700px){ .review-big-grid { grid-template-columns: 1fr; } }
.rating-summary { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px; margin-bottom: 44px; box-shadow: var(--shadow-sm); }
.rating-big { font-family: 'Sora',sans-serif; font-size: 64px; font-weight: 800; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
@media (max-width: 900px){ .contact-grid { grid-template-columns: 1fr; } }
.contact-method { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px; }
.contact-method-icon { width: 48px; height: 48px; border-radius: 13px; background: var(--grad-brand-soft); color:#fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; color: var(--text); }
.field input, .field textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--r-sm); font-family: inherit; font-size: 15px; background: var(--white); transition: all 0.3s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(79,70,229,0.12); }

.legal-meta { font-size: 14px; color: var(--text-faint); margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.toc { background: var(--surface-2); border-radius: var(--r-md); padding: 24px 28px; margin-bottom: 40px; }
.toc h4 { font-size: 15px; margin-bottom: 14px; }
.toc ul { list-style: none; }
.toc li { margin-bottom: 8px; }
.toc a { font-size: 15px; }

/* ===== Article / E-E-A-T components ===== */
.article-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin: 0 auto 36px; max-width: 820px; padding: 18px 24px; background: var(--surface-2); border-radius: var(--r-md); font-size: 14px; }
.article-meta-author { display: flex; align-items: center; gap: 11px; }
.article-meta-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-family: 'Sora',sans-serif; font-size: 16px; flex-shrink: 0; }
.article-meta-name { font-weight: 700; color: var(--ink); }
.article-meta-role { color: var(--text-soft); font-size: 13px; }
.article-meta-divider { width: 1px; height: 32px; background: var(--line); }
.article-meta-item { color: var(--text-soft); }
.article-meta-item strong { color: var(--ink); font-weight: 600; }
.reviewed-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(45,212,191,0.12); color: #0d9488; padding: 5px 12px; border-radius: var(--r-pill); font-size: 12px; font-weight: 700; }

.toc-box { max-width: 820px; margin: 0 auto 40px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 24px 28px; box-shadow: var(--shadow-sm); }
.toc-box h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-faint); margin-bottom: 14px; }
.toc-box ol { list-style: none; counter-reset: toc; padding: 0; margin: 0; }
.toc-box li { counter-increment: toc; margin-bottom: 9px; padding-left: 30px; position: relative; }
.toc-box li::before { content: counter(toc); position: absolute; left: 0; top: 1px; width: 20px; height: 20px; background: var(--surface-2); color: var(--indigo); border-radius: 6px; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; font-family: 'Sora',sans-serif; }
.toc-box a { font-size: 15px; color: var(--text); font-weight: 500; }
.toc-box a:hover { color: var(--indigo); }

.crumb-visible { max-width: 820px; margin: 0 auto 8px; }

.author-box { max-width: 820px; margin: 48px auto 0; background: var(--surface-2); border-radius: var(--r-lg); padding: 28px 32px; display: flex; gap: 20px; align-items: flex-start; }
.author-box-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-family: 'Sora',sans-serif; font-size: 24px; flex-shrink: 0; }
.author-box-name { font-family: 'Sora',sans-serif; font-weight: 700; font-size: 18px; color: var(--ink); margin-bottom: 4px; }
.author-box-role { color: var(--indigo); font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.author-box-bio { font-size: 15px; color: var(--text-soft); line-height: 1.6; margin: 0; }
@media (max-width: 600px){ .author-box { flex-direction: column; gap: 14px; } .article-meta { gap: 12px; } .article-meta-divider { display: none; } }

/* ===== Image components ===== */
.hero-photo { position: absolute; top: 50%; right: -20px; transform: translateY(-50%); width: 340px; height: 420px; border-radius: var(--r-xl); object-fit: cover; box-shadow: var(--shadow-xl); z-index: 0; opacity: 0.16; }
@media (max-width: 900px){ .hero-photo { display: none; } }
.section-photo { width: 100%; border-radius: var(--r-lg); object-fit: cover; box-shadow: var(--shadow-lg); display: block; }
.page-hero-photo { width: 100%; max-width: 760px; height: 320px; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); margin: 36px auto 0; display: block; }
@media (max-width:600px){ .page-hero-photo { height: 200px; } }
.about-photo-wrap { position: relative; }
.about-photo-main { width: 100%; border-radius: var(--r-xl); object-fit: cover; box-shadow: var(--shadow-xl); display: block; aspect-ratio: 1/1; }
.about-photo-badge { position: absolute; bottom: -22px; right: -16px; background: var(--accent); color: var(--ink); padding: 16px 22px; border-radius: var(--r-md); box-shadow: var(--shadow-lg); text-align: center; transform: rotate(3deg); }
.about-photo-badge-v { font-family:'Sora',sans-serif; font-size: 26px; font-weight: 800; line-height: 1; }
.about-photo-badge-l { font-size: 11px; font-weight: 700; margin-top: 3px; }
.t-avatar-img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.blog-img-photo { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.blog-img { position: relative; }
.split-photo { width: 100%; border-radius: var(--r-lg); object-fit: cover; box-shadow: var(--shadow-md); aspect-ratio: 4/3; }

/* ===== Prose polish (content pages) ===== */
.prose h2 { position: relative; padding-left: 20px; margin-top: 52px; }
.prose h2::before { content: ''; position: absolute; left: 0; top: 4px; bottom: 4px; width: 5px; border-radius: 4px; background: var(--grad-brand); }
.prose h3 { color: var(--ink); }
.prose > p:first-of-type { font-size: 19px; color: var(--text); line-height: 1.75; }
.prose a { font-weight: 600; border-bottom: 1px solid rgba(79,70,229,0.25); transition: all .25s; }
.prose a:hover { border-color: var(--indigo); background: rgba(79,70,229,0.05); }
.prose ul li::before { top: 11px; }
/* nicer numbered steps */
.prose ol li { padding-left: 44px; margin-bottom: 18px; }
.prose ol li::before { width: 28px; height: 28px; font-size: 14px; box-shadow: var(--shadow-sm); }

/* section intro spacing */
.section .prose { padding-top: 8px; }

/* page-hero refinement */
.page-hero { padding-bottom: 50px; }
.page-hero h1 { font-size: 50px; }
@media (max-width:600px){ .page-hero h1 { font-size: 34px; } }

/* callout polish */
.callout { box-shadow: var(--shadow-sm); }
.callout p { font-size: 16px; line-height: 1.7; }

/* alternating section bg for rhythm on long pages */
.prose-wrap-alt { background: var(--surface-2); }

/* stat strip used to break up text */
.stat-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 820px; margin: 44px auto; }
.stat-strip-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 20px; text-align: center; box-shadow: var(--shadow-sm); transition: all .3s; }
.stat-strip-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat-strip-v { font-family:'Sora',sans-serif; font-size: 34px; font-weight: 800; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.stat-strip-l { font-size: 14px; color: var(--text-soft); margin-top: 8px; }
@media (max-width:600px){ .stat-strip { grid-template-columns: 1fr; gap: 14px; } }

/* pull quote */
.pull-quote { max-width: 820px; margin: 40px auto; padding: 32px 36px; background: var(--grad-ink); color: #fff; border-radius: var(--r-lg); font-family:'Sora',sans-serif; font-size: 22px; font-weight: 600; line-height: 1.5; position: relative; }
.pull-quote::before { content: '"'; font-size: 80px; position: absolute; top: 0; left: 20px; color: var(--accent); opacity: .4; font-family: Georgia, serif; }
.pull-quote span { display: block; margin-top: 12px; font-size: 15px; font-weight: 500; color: var(--accent); font-family:'Plus Jakarta Sans',sans-serif; }

/* ===== Related links block ===== */
.related-block { max-width: 980px; margin: 0 auto; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-card { display: block; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px 24px; transition: all .3s; }
.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--indigo); }
.related-card-cat { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--indigo); }
.related-card-title { font-family:'Sora',sans-serif; font-size: 16px; font-weight: 700; color: var(--ink); margin-top: 8px; line-height: 1.35; }
.related-card-title::after { content: ' →'; color: var(--indigo); }
@media (max-width:760px){ .related-grid { grid-template-columns: 1fr; } }

/* ===== Homepage extra sections ===== */
/* Trust stats bar */
.trust-bar { background: var(--grad-ink); padding: 40px 0; }
.trust-bar-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; max-width: 1000px; margin: 0 auto; }
.trust-bar-item { text-align: center; }
.trust-bar-v { font-family:'Sora',sans-serif; font-size: 38px; font-weight: 800; color: #fff; line-height: 1; }
.trust-bar-v span { background: linear-gradient(135deg,#c4f042,#2dd4bf); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.trust-bar-l { font-size: 14px; color: rgba(255,255,255,0.7); margin-top: 8px; }
@media (max-width:760px){ .trust-bar-grid { grid-template-columns: repeat(2,1fr); gap: 24px; } .trust-bar-v { font-size: 30px; } }

/* Comparison table */
.compare-table { max-width: 920px; margin: 0 auto; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); background: var(--white); }
.compare-table table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 18px 20px; text-align: left; font-size: 15px; border-bottom: 1px solid var(--line); }
.compare-table thead th { background: var(--grad-ink); color: #fff; font-family:'Sora',sans-serif; font-weight: 700; font-size: 15px; }
.compare-table thead th:first-child { font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 600; }
.compare-table .col-lenme { background: rgba(79,70,229,0.06); }
.compare-table thead .col-lenme { background: var(--indigo); position: relative; }
.compare-table td:first-child { font-weight: 600; color: var(--ink); }
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-yes { color: #0d9488; font-weight: 700; }
.compare-no { color: #dc2626; font-weight: 700; }
.compare-mid { color: #d97706; font-weight: 600; }
@media (max-width:760px){ .compare-table { font-size: 13px; overflow-x: auto; } .compare-table th,.compare-table td { padding: 12px 10px; font-size: 13px; } }

/* Eligibility / who can use */
.elig-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; max-width: 920px; margin: 0 auto; }
.elig-card { display: flex; gap: 16px; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 24px; box-shadow: var(--shadow-sm); transition: all .3s; }
.elig-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.elig-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 22px; }
.elig-card h3 { font-size: 17px; margin-bottom: 5px; color: var(--ink); }
.elig-card p { font-size: 14px; color: var(--text-soft); margin: 0; line-height: 1.6; }
@media (max-width:600px){ .elig-grid { grid-template-columns: 1fr; } }

/* How much / amount tiers */
.amount-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; max-width: 960px; margin: 0 auto; }
.amount-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 22px; text-align: center; box-shadow: var(--shadow-sm); transition: all .3s; }
.amount-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--indigo); }
.amount-range { font-family:'Sora',sans-serif; font-size: 24px; font-weight: 800; background: var(--grad-brand); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.amount-label { font-size: 13px; color: var(--text-faint); margin: 10px 0 14px; text-transform: uppercase; letter-spacing: .5px; font-weight: 600; }
.amount-desc { font-size: 14px; color: var(--text-soft); line-height: 1.6; }
@media (max-width:760px){ .amount-grid { grid-template-columns: repeat(2,1fr); } }

/* Safety section */
.safety-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; max-width: 960px; margin: 0 auto; }
.safety-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; box-shadow: var(--shadow-sm); }
.safety-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(45,212,191,0.12); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.safety-card h3 { font-size: 18px; margin-bottom: 8px; color: var(--ink); }
.safety-card p { font-size: 14px; color: var(--text-soft); margin: 0; line-height: 1.65; }
@media (max-width:760px){ .safety-grid { grid-template-columns: 1fr; } }

/* ===== Lenme Services section ===== */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; max-width: 1040px; margin: 0 auto; }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; box-shadow: var(--shadow-sm); transition: all .3s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad-brand); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 54px; height: 54px; border-radius: 14px; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.service-card h3 { font-size: 18px; margin-bottom: 9px; color: var(--ink); }
.service-card p { font-size: 14px; color: var(--text-soft); margin: 0 0 14px; line-height: 1.65; }
.service-link { font-size: 14px; font-weight: 700; color: var(--indigo); }
.service-link::after { content: ' →'; }
@media (max-width:760px){ .services-grid { grid-template-columns: 1fr; } }

/* ===== Mobile menu (fix: hamburger now opens nav) ===== */
@media (max-width: 880px){
    .header-inner { position: relative; }
    /* show nav as dropdown when menu-open */
    .header.menu-open .nav {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: var(--r-md);
        box-shadow: var(--shadow-xl);
        padding: 10px;
        z-index: 200;
    }
    .header.menu-open .nav .nav-link {
        padding: 14px 16px;
        border-radius: 10px;
        font-size: 16px;
        width: 100%;
    }
    .header.menu-open .nav .nav-link:hover { background: var(--surface-2); }
    /* hamburger active state */
    .mobile-toggle.active { color: var(--indigo); }
}
