:root{
  --blue:#0d3b8f;
  --blue-dark:#061d4b;
  --blue-mid:#1257c5;
  --gold:#c99a3f;
  --gold-light:#e3bf72;
  --ink:#162033;
  --muted:#647083;
  --cream:#fbfaf7;
  --line:#e5e8ef;
  --teal:#0b7e77;
  --white:#fff;
  --shadow:0 24px 70px rgba(11,36,84,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(13,59,143,.08)}
.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--blue-dark);font-size:1.05rem}.brand img{width:48px;height:48px;object-fit:cover;border-radius:12px}
.site-nav{display:flex;align-items:center;gap:28px;font-size:.95rem;font-weight:650}.site-nav a{color:#384359}.site-nav a:hover{color:var(--blue)}.nav-cta{padding:11px 17px;border-radius:999px;background:var(--blue);color:white!important;box-shadow:0 8px 25px rgba(13,59,143,.2)}
.nav-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px 12px;font-weight:700}
.hero{position:relative;overflow:hidden;padding:100px 0 90px;background:linear-gradient(135deg,#fff 0%,#faf8f2 54%,#f4f7ff 100%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}.hero-copy{position:relative;z-index:2}.eyebrow,.section-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.15em;font-weight:800;font-size:.77rem;color:var(--gold);margin-bottom:18px}.section-kicker.light{color:#f2cf82}
.hero h1{font-size:clamp(3.5rem,7vw,6.7rem);line-height:.94;letter-spacing:-.055em;margin:0 0 28px;color:var(--blue-dark)}.hero h1 span{background:linear-gradient(120deg,var(--gold),#9f7125);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-lead{font-size:1.28rem;max-width:650px;color:#4e5b70;margin:0 0 30px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:14px;font-weight:800;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-mid));color:white;box-shadow:0 12px 28px rgba(18,87,197,.22)}.btn-secondary{border:1px solid #cdd5e2;background:#fff;color:var(--blue-dark)}.hero-note{margin-top:26px;color:#7a8494;font-size:.93rem}.hero-card{background:#fff;padding:24px;border-radius:34px;box-shadow:var(--shadow);border:1px solid rgba(201,154,63,.15);transform:rotate(1deg)}.hero-card img{border-radius:22px}
.hero-glow{position:absolute;border-radius:50%;filter:blur(10px);opacity:.5}.hero-glow-a{width:360px;height:360px;background:rgba(201,154,63,.16);right:-130px;top:80px}.hero-glow-b{width:280px;height:280px;background:rgba(18,87,197,.10);left:-100px;bottom:-50px}
.section{padding:94px 0}.intro-strip{padding:70px 0;background:var(--blue-dark);color:white}.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.intro-grid h2{margin:0;font-size:2.3rem;line-height:1.15}.intro-grid p{margin:34px 0 0;color:#cfd8ea;font-size:1.12rem}.section-heading{max-width:760px;margin-bottom:44px}.section-heading h2,.about-card h2,.showcase-copy h2,.vision-section h2,.contact-card h2{font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.07;letter-spacing:-.035em;margin:0 0 16px;color:var(--blue-dark)}.section-heading p{font-size:1.08rem;color:var(--muted);margin:0}
.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:white;box-shadow:0 18px 50px rgba(20,43,90,.08);margin-bottom:36px}.product-live{display:grid;grid-template-columns:.95fr 1.25fr}.product-copy{padding:48px}.product-copy h3{font-size:2.35rem;line-height:1.1;margin:12px 0 8px;color:var(--blue-dark)}.product-tagline{font-size:1.15rem;font-weight:750;color:var(--teal);margin:0 0 18px}.product-copy>p:not(.product-tagline){color:var(--muted)}.status-pill{display:inline-flex;padding:7px 11px;border-radius:999px;font-size:.74rem;text-transform:uppercase;letter-spacing:.09em;font-weight:900}.status-pill.live{background:#e8f8ef;color:#087d43}.status-pill.building{background:#fff4da;color:#8f6309}.landscape-media{display:flex;align-items:center;background:#f4fbfa}.landscape-media img{width:100%;height:100%;object-fit:cover}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0}.feature-grid div{padding:14px 0;border-bottom:1px solid var(--line)}.feature-grid strong,.feature-grid span{display:block}.feature-grid strong{font-size:.94rem}.feature-grid span{font-size:.82rem;color:#7b8493;margin-top:2px}.product-actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-top:26px}.text-link{font-weight:800;color:var(--blue)}
.business-card{display:grid;grid-template-columns:.72fr 1.28fr;background:linear-gradient(135deg,#f8f6ef,#fff)}.business-poster-card{grid-template-columns:1fr}.business-poster-card .product-media{aspect-ratio:1692/927}.business-visual{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:radial-gradient(circle at 30% 30%,rgba(201,154,63,.22),transparent 35%),linear-gradient(145deg,var(--blue-dark),#0f4aa2);padding:40px}.directory-icon{width:160px;height:160px;border-radius:38px;border:2px solid rgba(255,255,255,.3);display:grid;place-items:center;font-size:3.8rem;font-weight:900;color:white;box-shadow:inset 0 0 0 12px rgba(255,255,255,.05)}.business-bars{display:flex;gap:10px}.business-bars span{width:32px;height:8px;border-radius:99px;background:var(--gold-light)}
.vision-section{background:linear-gradient(135deg,var(--blue-dark),#0c3d8f);color:white}.vision-grid{display:grid;grid-template-columns:1fr .85fr;gap:80px;align-items:center}.vision-section h2{color:white}.vision-section p{color:#d2dcf0;font-size:1.08rem}.ecosystem{display:flex;flex-direction:column;align-items:center;gap:8px}.eco-node{width:min(100%,390px);padding:15px 22px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(255,255,255,.07);text-align:center;font-weight:800}.eco-node.accent{background:linear-gradient(135deg,#d1a64d,#b58128);color:#15100a;border:none}.ecosystem>span{color:#dcb761;font-weight:900}
.showcase-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.showcase-media img{border-radius:26px;box-shadow:var(--shadow)}.check-list{list-style:none;padding:0;margin:28px 0 0}.check-list li{position:relative;padding:10px 0 10px 34px;border-bottom:1px solid var(--line)}.check-list li:before{content:"✓";position:absolute;left:0;top:10px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#eaf5ef;color:#0b8148;font-size:.8rem;font-weight:900}
.roadmap-section{background:#fbfcff}.roadmap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.roadmap-step{background:white;border:1px solid var(--line);border-radius:22px;padding:28px;min-height:270px;box-shadow:0 12px 35px rgba(20,43,90,.05)}.step-no{font-size:2.4rem;font-weight:900;color:#dce3ef;display:block}.step-status{display:inline-block;margin:12px 0 20px;padding:5px 8px;border-radius:7px;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.step-status.done{background:#e8f8ef;color:#087d43}.step-status.progress{background:#fff4da;color:#8f6309}.step-status.planned{background:#edf3ff;color:#265bad}.step-status.future{background:#f2edf9;color:#6b49a0}.roadmap-step h3{font-size:1.6rem;margin:0 0 5px;color:var(--blue-dark)}.roadmap-step p{font-weight:800;margin:0 0 14px}.roadmap-step small{color:var(--muted)}
.about-section{padding-top:105px}.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:34px}.about-card,.details-card{border-radius:var(--radius);padding:44px}.about-card{background:#f8f9fc}.about-card p{color:var(--muted);font-size:1.05rem}.details-card{background:var(--blue-dark);color:white}.details-card div{display:flex;justify-content:space-between;gap:24px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}.details-card div:last-child{border-bottom:0}.details-card span{color:#aebbd2}.details-card strong{text-align:right}
.contact-section{padding-top:20px}.contact-card{background:linear-gradient(135deg,#0a2b6d,#0d4aa7);color:white;border-radius:32px;padding:48px;display:flex;justify-content:space-between;gap:40px;align-items:center}.contact-card h2{color:white;max-width:700px}.contact-card p{color:#d5def0}.contact-actions{display:flex;flex-direction:column;gap:12px;min-width:245px}.btn-gold{background:linear-gradient(135deg,#dfb85d,#bf8d32);color:#15100a}.btn-ghost{border:1px solid rgba(255,255,255,.28);color:white}
.site-footer{padding:36px 0;background:#071734;color:#aeb8ca}.footer-grid{display:grid;grid-template-columns:auto 1fr;gap:26px;align-items:center}.footer-brand{display:flex;align-items:center;gap:12px;color:white}.footer-brand img{width:52px;height:52px;object-fit:cover;border-radius:12px}.footer-brand div{display:flex;flex-direction:column}.footer-brand span{font-size:.78rem;color:#c8d0dc}.footer-links{display:flex;justify-content:flex-end;gap:22px;font-size:.9rem}.footer-links a:hover{color:white}.footer-meta{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.09);padding-top:18px;font-size:.82rem}
.subpage{min-height:70vh;padding:90px 0}.subpage .content{max-width:850px}.subpage h1{font-size:3.4rem;color:var(--blue-dark);margin:0 0 20px}.subpage h2{margin-top:34px;color:var(--blue-dark)}.subpage p,.subpage li{color:#5f6a7c}.notice{padding:18px 20px;border-radius:14px;background:#fff8e8;border:1px solid #eed9a9;color:#6e541d}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@media (max-width:980px){.site-nav{display:none;position:absolute;top:76px;left:20px;right:20px;flex-direction:column;align-items:stretch;gap:4px;padding:16px;background:white;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.site-nav.open{display:flex}.site-nav a{padding:10px 12px}.nav-toggle{display:block}.hero{padding-top:70px}.hero-grid,.intro-grid,.product-live,.business-card,.vision-grid,.showcase-grid,.about-grid{grid-template-columns:1fr}.hero-card{max-width:620px}.product-media{order:-1}.business-visual{min-height:320px}.roadmap-grid{grid-template-columns:1fr 1fr}.contact-card{flex-direction:column;align-items:flex-start}.contact-actions{width:100%;flex-direction:row;flex-wrap:wrap}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.footer-meta{grid-column:auto}}
@media (max-width:650px){.container{width:min(1180px,calc(100% - 28px))}.hero{padding:56px 0 62px}.hero h1{font-size:3.5rem}.section{padding:68px 0}.intro-strip{padding:54px 0}.product-copy{padding:28px 22px}.product-copy h3{font-size:1.9rem}.feature-grid{grid-template-columns:1fr}.roadmap-grid{grid-template-columns:1fr}.roadmap-step{min-height:auto}.about-card,.details-card,.contact-card{padding:28px 22px}.details-card div{flex-direction:column;gap:3px}.details-card strong{text-align:left}.contact-actions{flex-direction:column}.btn{width:100%}.footer-links{flex-wrap:wrap}.hero-actions{flex-direction:column}.hero-card{padding:12px;border-radius:22px}.showcase-media{order:2}}
