:root{--bg:#f5f3ef;--paper:#fff;--ink:#161a1a;--muted:#6a706f;--line:#d9d7d1;--charcoal:#202525;--gold:#b0915f;--gold2:#cfb581;--green:#567360;--blue:#516c83;--shadow:0 18px 48px rgba(20,24,24,.08);--radius:20px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.topbar{position:sticky;top:0;z-index:30;background:rgba(245,243,239,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(32,37,37,.08)}.topbar-inner{height:82px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:18px;min-width:290px}.brand-logo{width:142px;height:auto;display:block}.brand-copy{display:flex;flex-direction:column;border-left:1px solid var(--line);padding-left:18px;line-height:1.2}.brand-copy strong{font-size:11px;letter-spacing:.16em}.brand-copy span{font-size:10px;letter-spacing:.1em;color:var(--muted);margin-top:6px}.nav{display:flex;gap:20px;margin-inline-start:auto;font-size:13px;color:#454b4a;white-space:nowrap}.nav a:hover{color:#000}.badge,.pill{border:1px solid rgba(32,37,37,.16);border-radius:999px;padding:8px 12px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;background:#fff;white-space:nowrap}.lang-switch{display:flex;align-items:center;gap:7px;border:1px solid rgba(32,37,37,.15);background:#fff;border-radius:999px;padding:4px 6px;white-space:nowrap}.lang-switch span{width:1px;height:18px;background:var(--line)}.lang-btn{border:0;background:transparent;border-radius:999px;padding:6px 8px;font:inherit;font-size:11px;font-weight:700;color:#737876;cursor:pointer}.lang-btn.active{background:var(--charcoal);color:#fff}.hero{padding:78px 0 62px;background:radial-gradient(circle at 85% 18%,rgba(176,145,95,.16),transparent 28%),linear-gradient(180deg,#f8f7f3 0%,#f1efe9 100%)}.hero-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:64px;align-items:start}.eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:700}.hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(48px,6vw,82px);line-height:.98;max-width:820px;margin:18px 0 22px;letter-spacing:-.035em}.lede{font-size:20px;max-width:830px;color:#4d5352}.request{display:flex;align-items:baseline;gap:18px;margin:34px 0 30px}.request strong{font-size:40px;direction:ltr;unicode-bidi:isolate}.request span{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:10px;font-size:14px;font-weight:650;border:1px solid var(--charcoal);transition:.18s transform,.18s background,.18s color}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--charcoal);color:#fff}.btn.secondary{background:transparent}.legal,.small-note{font-size:12px;color:#777d7b;margin-top:22px}.hero-panel{background:var(--charcoal);color:#fff;border-radius:var(--radius);padding:28px 30px;box-shadow:var(--shadow)}.hero-panel h3{font-family:Georgia,serif;font-size:26px;font-weight:400;margin:0 0 14px}.metric{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-top:1px solid rgba(255,255,255,.12)}.metric span{color:#bfc4c2;font-size:12px}.metric strong{text-align:end;font-size:14px;max-width:230px}.metric strong,.snap-row strong,.fund-row strong{direction:ltr;unicode-bidi:isolate}.hero-panel .small-note{color:#aeb4b2}.section{padding:74px 0;border-top:1px solid rgba(32,37,37,.09)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:42px;margin-bottom:34px}.section-head h2{font-family:Georgia,serif;font-size:clamp(32px,4vw,52px);font-weight:400;line-height:1.05;margin:10px 0 0;max-width:760px}.section-head>p{max-width:430px;color:var(--muted);font-size:14px}.document-language-note{margin:-12px 0 28px;padding:12px 15px;border-left:3px solid var(--gold);background:rgba(176,145,95,.08);font-size:12px;color:#646a68}.document-language-note strong{color:#333837}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card,.demo,.snapshot,.funds,.person{background:var(--paper);border:1px solid rgba(32,37,37,.09);border-radius:16px;padding:24px;box-shadow:0 10px 30px rgba(20,24,24,.04)}.tag{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700}.card h3,.demo h3,.snapshot h3,.funds h3,.person h3,.video-side h3{font-family:Georgia,serif;font-weight:400;font-size:25px;line-height:1.08;margin:12px 0}.doc-meta{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.card p,.demo p,.person p{font-size:14px;color:#606664}.card-actions{margin-top:22px}.text-link{font-weight:700;font-size:13px}.text-link:hover{text-decoration:underline}.video-wrap{display:grid;grid-template-columns:1.7fr .7fr;gap:18px}.video-stage{aspect-ratio:16/9;background:linear-gradient(135deg,#1a1f1f,#303837);border-radius:18px;color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:var(--shadow)}.video-stage video{display:block;width:100%;height:100%;object-fit:contain}.video-placeholder{text-align:center;max-width:520px;padding:40px}.video-placeholder .play{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);margin:0 auto 18px;padding-left:4px}.video-placeholder h3{font-family:Georgia,serif;font-size:30px;font-weight:400;margin:0 0 10px}.video-placeholder p{color:#c2c8c6}.video-side{background:#e9e5dc;border-radius:18px;padding:26px}.video-side ol{padding-inline-start:20px;color:#555c5a}.video-side li{margin:10px 0}.pill.green{color:#315a42;border-color:#89a493;background:#edf4ef}.pill.dark{background:#e6e8e7}.demo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.demo-footer{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:28px}.demo-footer img{width:92px;height:92px;border-radius:8px;border:1px solid var(--line)}.financial{display:grid;grid-template-columns:.75fr 1.25fr;gap:18px}.snap-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-top:1px solid var(--line)}.snap-row span{color:var(--muted);font-size:13px}.fund-row{display:grid;grid-template-columns:minmax(220px,1fr) 1.5fr 44px;align-items:center;gap:18px;margin:16px 0;font-size:13px}.bar{height:8px;background:#eee9e0;border-radius:20px;overflow:hidden;direction:ltr}.bar i{display:block;height:100%;background:linear-gradient(90deg,var(--gold),var(--gold2));border-radius:20px}.restricted{display:grid;grid-template-columns:1.4fr .6fr;gap:28px;background:var(--paper);padding:30px;border:1px solid var(--line);border-radius:18px}.restricted p{color:#59605e}.restricted ul{columns:2;padding-inline-start:20px}.restricted li{margin:7px 0}.security{background:#262c2b;color:#fff;border-radius:14px;padding:22px;font-size:13px}.security strong{display:block;color:var(--gold2);margin-bottom:10px;text-transform:uppercase;letter-spacing:.1em}.team{display:grid;grid-template-columns:1fr 1fr;gap:18px}.footer{background:#171b1b;color:#fff;padding:42px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.footer img{width:150px;filter:invert(1) brightness(2)}.footer p{color:#abb1af;font-size:12px}.qr-block{display:flex;align-items:center;gap:16px;max-width:330px;font-size:12px;color:#c7cdca}.qr-block img{width:86px;filter:none;background:#fff;border-radius:8px;padding:4px}.preview-note{position:fixed;right:18px;bottom:18px;z-index:50;background:#fff7df;border:1px solid #d8bd74;color:#6e5923;padding:10px 14px;border-radius:10px;font-size:11px;font-weight:700;box-shadow:var(--shadow)}
html[dir="rtl"] body{font-family:"Segoe UI",Tahoma,Arial,sans-serif}html[dir="rtl"] .brand-copy{border-left:0;border-right:1px solid var(--line);padding-left:0;padding-right:18px;text-align:right}html[dir="rtl"] .brand-copy strong,html[dir="rtl"] .brand-copy span,html[dir="rtl"] .eyebrow,html[dir="rtl"] .tag,html[dir="rtl"] .doc-meta,html[dir="rtl"] .badge,html[dir="rtl"] .pill,html[dir="rtl"] .request span{letter-spacing:0;text-transform:none}html[dir="rtl"] .hero h1,html[dir="rtl"] .section-head h2,html[dir="rtl"] .hero-panel h3,html[dir="rtl"] .card h3,html[dir="rtl"] .demo h3,html[dir="rtl"] .snapshot h3,html[dir="rtl"] .funds h3,html[dir="rtl"] .person h3,html[dir="rtl"] .video-side h3,html[dir="rtl"] .video-placeholder h3{font-family:"Segoe UI",Tahoma,Arial,sans-serif;letter-spacing:0;font-weight:600}html[dir="rtl"] .document-language-note{border-left:0;border-right:3px solid var(--gold)}html[dir="rtl"] .preview-note{right:auto;left:18px}
.foundation{padding:48px 0;background:#202525;color:#fff;border-top:1px solid rgba(255,255,255,.08)}.foundation-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:58px;align-items:start}.foundation h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,3.4vw,46px);font-weight:400;line-height:1.06;margin:12px 0 0}.foundation-copy>p{font-size:17px;line-height:1.65;margin:0;color:#e0e4e2}.foundation-points{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.foundation-points div{padding:17px 18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);border-radius:12px}.foundation-points strong{display:block;color:var(--gold2);font-size:11px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}.foundation-points span{display:block;color:#c8cecb;font-size:13px}.foundation small{display:block;color:#929a97;font-size:11px;margin-top:15px}html[dir="rtl"] .foundation h2{font-family:"Segoe UI",Tahoma,Arial,sans-serif;font-weight:600}html[dir="rtl"] .foundation-points strong{letter-spacing:0;text-transform:none}
.revenue-section{background:linear-gradient(180deg,#f5f3ef 0%,#ece8df 100%)}.revenue-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.revenue-card{position:relative;overflow:hidden;background:var(--paper);border:1px solid rgba(32,37,37,.1);border-radius:18px;padding:30px;box-shadow:0 12px 35px rgba(20,24,24,.05)}.revenue-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--gold),var(--gold2))}.revenue-card h3{font-family:Georgia,serif;font-weight:400;font-size:30px;line-height:1.08;margin:13px 0}.revenue-card p{font-size:14px;color:#59605e}.revenue-meta{margin-top:22px;padding-top:16px;border-top:1px solid var(--line);font-size:12px;font-weight:700;color:#3f4644}.revenue-bridge{margin-top:18px;background:var(--charcoal);color:#fff;border-radius:14px;padding:22px 26px;font-family:Georgia,serif;font-size:20px;line-height:1.45}.setup-note{display:grid;grid-template-columns:280px 1fr;gap:24px;margin-top:14px;padding:18px 22px;border:1px solid rgba(176,145,95,.35);background:rgba(255,255,255,.55);border-radius:12px;font-size:13px;color:#5b615f}.setup-note strong{color:#323736}html[dir="rtl"] .revenue-card:before{left:auto;right:0}html[dir="rtl"] .revenue-card h3,html[dir="rtl"] .revenue-bridge{font-family:"Segoe UI",Tahoma,Arial,sans-serif;font-weight:600}
.reactivation-section{background:#f8f7f3}.reactivation-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.reactivation-timeline article{position:relative;background:#fff;border:1px solid var(--line);border-radius:15px;padding:24px 20px 22px;min-height:220px;box-shadow:0 10px 26px rgba(20,24,24,.035)}.reactivation-timeline article:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:15px 0 0 15px;background:var(--gold)}.reactivation-timeline article.current:before{background:#557561}.reactivation-timeline span{display:block;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.reactivation-timeline .current span{color:#557561}.reactivation-timeline h3{font-family:Georgia,serif;font-weight:400;font-size:23px;line-height:1.1;margin:15px 0}.reactivation-timeline p{font-size:13px;color:#626866}.reactivation-bridge{display:grid;grid-template-columns:210px 1fr;gap:22px;margin-top:18px;padding:22px 25px;background:var(--charcoal);color:#fff;border-radius:14px}.reactivation-bridge strong{color:var(--gold2)}.reactivation-bridge span{color:#d6dbd9;font-size:14px}html[dir="rtl"] .reactivation-timeline article:before{left:auto;right:0;border-radius:0 15px 15px 0}html[dir="rtl"] .reactivation-timeline h3{font-family:"Segoe UI",Tahoma,Arial,sans-serif;font-weight:600}
@media(max-width:1080px){.nav{display:none}.badge{margin-inline-start:auto}.brand{min-width:0}}
@media(max-width:980px){.hero-grid,.foundation-grid,.video-wrap,.financial,.restricted{grid-template-columns:1fr}.grid,.reactivation-timeline{grid-template-columns:1fr 1fr}.demo-grid{grid-template-columns:1fr}.hero{padding-top:54px}.section-head{align-items:start;flex-direction:column}.hero-panel{max-width:none}.restricted ul{columns:1}.setup-note,.reactivation-bridge{grid-template-columns:1fr}}
@media(max-width:640px){.shell{width:min(100% - 24px,1180px)}.topbar-inner{height:72px;gap:10px}.brand-logo{width:108px}.brand-copy{display:none}.badge{display:none}.lang-switch{margin-inline-start:auto}.hero h1{font-size:46px}.lede{font-size:17px}.request{display:block}.request strong{font-size:34px}.request span{display:block;margin-top:5px}.foundation-points,.revenue-grid,.reactivation-timeline{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.team{grid-template-columns:1fr}.fund-row{grid-template-columns:1fr 1fr 38px}.footer-inner{align-items:flex-start;flex-direction:column}.preview-note{left:12px;right:12px;text-align:center}html[dir="rtl"] .preview-note{left:12px;right:12px}}

/* Lender document preview pages */
.doc-topbar .topbar-inner{height:78px}.doc-back{margin-inline-start:auto;font-size:13px;font-weight:700;color:#4f5654}.doc-back:hover{text-decoration:underline}.doc-hero{padding:54px 0 38px;background:radial-gradient(circle at 88% 16%,rgba(176,145,95,.14),transparent 25%),linear-gradient(180deg,#f8f7f3 0%,#f1efe9 100%);border-bottom:1px solid rgba(32,37,37,.09)}.doc-hero-grid{display:grid;grid-template-columns:1fr auto;gap:38px;align-items:end}.doc-hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(38px,5vw,62px);line-height:1.02;margin:14px 0 16px;letter-spacing:-.025em;max-width:850px}.doc-summary{max-width:820px;color:#565d5b;font-size:17px}.doc-badges{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0 0}.doc-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.doc-view{padding:42px 0 72px}.doc-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;align-items:start}.doc-sidebar{position:sticky;top:104px;background:#fff;border:1px solid rgba(32,37,37,.09);border-radius:16px;padding:22px;box-shadow:0 10px 30px rgba(20,24,24,.04)}.doc-sidebar h3{font-family:Georgia,serif;font-weight:400;font-size:22px;margin:0 0 14px}.doc-detail{padding:11px 0;border-top:1px solid var(--line)}.doc-detail span{display:block;color:var(--muted);font-size:10px;letter-spacing:.09em;text-transform:uppercase;margin-bottom:3px}.doc-detail strong{font-size:13px}.doc-sidebar .small-note{margin-top:16px}.doc-preview{min-width:0}.doc-preview-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:18px}.doc-preview-head h2{font-family:Georgia,serif;font-weight:400;font-size:30px;margin:0}.doc-preview-head p{margin:0;color:var(--muted);font-size:12px}.pdf-page{margin:0 0 22px;background:#e9e6df;border:1px solid rgba(32,37,37,.1);border-radius:14px;padding:10px;box-shadow:0 14px 34px rgba(20,24,24,.06)}.pdf-page img{display:block;width:100%;height:auto;background:#fff;border-radius:7px}.pdf-page figcaption{font-size:10px;color:#707674;text-align:center;padding:8px 2px 0}.doc-bottom-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:34px}.doc-language-note{font-size:12px;color:#626866;border-inline-start:3px solid var(--gold);padding:10px 12px;background:rgba(176,145,95,.07);margin-top:20px}.doc-preview-fallback{display:none}.doc-footer{background:#171b1b;color:#fff;padding:30px 0}.doc-footer .shell{display:flex;align-items:center;justify-content:space-between;gap:20px}.doc-footer img{width:130px;filter:invert(1) brightness(2)}.doc-footer p{font-size:11px;color:#b5bbb8;text-align:end}
html[dir="rtl"] .doc-hero h1,html[dir="rtl"] .doc-sidebar h3,html[dir="rtl"] .doc-preview-head h2{font-family:"Segoe UI",Tahoma,Arial,sans-serif;letter-spacing:0;font-weight:600}html[dir="rtl"] .doc-detail span{letter-spacing:0;text-transform:none}
@media(max-width:900px){.doc-hero-grid{grid-template-columns:1fr}.doc-actions{justify-content:flex-start}.doc-layout{grid-template-columns:1fr}.doc-sidebar{position:static}.doc-preview-head{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.doc-topbar .brand-copy{display:none}.doc-back{display:none}.doc-topbar .badge{display:none}.doc-hero{padding-top:38px}.doc-hero h1{font-size:39px}.doc-summary{font-size:15px}.doc-actions{width:100%}.doc-actions .btn{flex:1}.pdf-page{padding:5px;border-radius:10px;margin-bottom:14px}.doc-footer .shell{align-items:flex-start;flex-direction:column}.doc-footer p{text-align:start}}
