:root {
  --navy: #101f43;
  --navy-soft: #1b315e;
  --green: #0d8068;
  --green-dark: #075f50;
  --mint: #e9f8f3;
  --gold: #f0ad4e;
  --purple: #6755df;
  --ink: #17213b;
  --muted: #65718c;
  --line: #dfe6ec;
  --paper: #f6f9f8;
  --white: #fff;
  --shadow: 0 24px 70px rgba(16, 31, 67, .12);
  --shadow-soft: 0 12px 36px rgba(16, 31, 67, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 4%, rgba(13, 128, 104, .1), transparent 27rem),
    radial-gradient(circle at 93% 13%, rgba(240, 173, 78, .12), transparent 24rem),
    var(--paper);
  font-family: "Avenir Next", Avenir, "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a { color: inherit; }
img { max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(223, 230, 236, .85);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 44px; height: 44px; padding: 3px; border-radius: 13px; background: #0d1724; }
.brand strong, .brand span { display: block; }
.brand strong { color: var(--navy); font-size: 1rem; letter-spacing: -.025em; }
.brand span { color: var(--muted); font-size: .72rem; }
.nav-links { display: flex; align-items: center; gap: 22px; color: #47536d; font-size: .82rem; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--green); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 11px 28px rgba(13, 128, 104, .2);
  font-size: .83rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(13, 128, 104, .28); }
.button.secondary { color: var(--navy); border-color: #d5dfdf; background: #fff; box-shadow: none; }
.button.small { min-height: 40px; padding: 0 16px; }

.hero { padding: 88px 0 62px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 64px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.12; letter-spacing: -.04em; }
h1 { margin-bottom: 22px; font-size: clamp(2.8rem, 6vw, 5.3rem); }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.15rem); }
h3 { margin-bottom: 10px; font-size: 1.18rem; }
.hero-copy { max-width: 680px; color: #53617d; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ownership-line { position: relative; margin-top: 26px; padding-left: 20px; color: #4b5872; font-size: .82rem; font-weight: 700; }
.ownership-line::before { content: ""; position: absolute; top: .58em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(240, 173, 78, .16); }
.ownership-line a { color: var(--green-dark); }

.hero-art {
  position: relative;
  min-height: 470px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 36px;
  background:
    radial-gradient(circle at 70% 22%, rgba(240, 173, 78, .26), transparent 15rem),
    radial-gradient(circle at 30% 75%, rgba(31, 203, 162, .25), transparent 14rem),
    linear-gradient(145deg, var(--navy), #152a56 57%, #0b5f56);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-art::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 22px 22px; }
.orbit { position: absolute; inset: 66px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; animation: orbit 18s linear infinite; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 22px rgba(240, 173, 78, .8); }
.orbit::before { top: 16%; right: 8%; }
.orbit::after { bottom: 8%; left: 18%; background: #29d6ad; }
.product-mark { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; color: #fff; }
.product-mark img { width: 126px; margin: 0 auto 22px; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: rgba(4,16,30,.72); box-shadow: 0 20px 45px rgba(0,0,0,.3); }
.product-mark strong { font-size: 1.65rem; letter-spacing: -.035em; }
.product-mark span { margin-top: 3px; color: #b9c7d8; font-size: .82rem; }
.floating-chip { position: absolute; padding: 10px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: #eaf6f2; background: rgba(255,255,255,.09); backdrop-filter: blur(12px); font-size: .72rem; font-weight: 800; }
.chip-one { top: 54px; left: 36px; }
.chip-two { right: 30px; bottom: 52px; }

.trust-strip { margin-bottom: 90px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-soft); overflow: hidden; }
.trust-item { padding: 25px 28px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item span, .trust-item strong { display: block; }
.trust-item span { margin-bottom: 4px; color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.trust-item strong { color: var(--navy); font-size: .95rem; }

.section { padding: 90px 0; }
.section.white { background: #fff; }
.section-head { max-width: 760px; margin-bottom: 44px; }
.section-head p:last-child { color: var(--muted); font-size: 1.02rem; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.copy p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { min-height: 190px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #fff, #f8fbfa); box-shadow: 0 9px 28px rgba(16,31,67,.05); }
.feature-card b { display: grid; place-items: center; width: 35px; height: 35px; margin-bottom: 24px; border-radius: 10px; color: var(--green-dark); background: var(--mint); font-size: .76rem; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }

.ads-panel { padding: 42px; border-radius: 28px; color: #e6eef3; background: linear-gradient(135deg, #101f43, #173665 62%, #0a695b); box-shadow: var(--shadow); }
.ads-panel h2, .ads-panel h3 { color: #fff; }
.ads-panel .eyebrow { color: #6ee2c2; }
.ads-panel > p { max-width: 760px; color: #bdc9d8; }
.ads-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }
.ads-item { padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.06); }
.ads-item span { display: block; margin-bottom: 8px; color: #72e4c6; font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ads-item p { margin: 0; color: #d7e0ea; font-size: .85rem; }
.authorization { display: flex; gap: 14px; margin-top: 28px; padding: 18px 20px; border: 1px solid rgba(110,226,194,.24); border-radius: 14px; color: #effbf8; background: rgba(8,92,78,.36); font-size: .87rem; font-weight: 750; }
.authorization::before { content: "✓"; display: grid; place-items: center; width: 27px; height: 27px; flex: 0 0 27px; border-radius: 50%; color: #073d34; background: #6ee2c2; }

.workflow { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.workflow article { position: relative; padding: 30px 24px; border-top: 1px solid var(--line); }
.workflow article::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 32px; color: var(--green); font-size: 1.3rem; font-weight: 900; }
.workflow article:not(:last-child)::after { content: "→"; position: absolute; top: 29px; right: -8px; color: #a9b9b4; font-size: 1.1rem; }
.workflow p { margin: 0; color: var(--muted); font-size: .84rem; }

.screens { display: grid; gap: 28px; }
.screen-card { display: grid; grid-template-columns: 1.45fr .55fr; align-items: center; gap: 36px; padding: 18px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow-soft); }
.screen-card:nth-child(even) { grid-template-columns: .55fr 1.45fr; }
.screen-card:nth-child(even) .screen-copy { order: -1; }
.screen-card img { width: 100%; border-radius: 16px; border: 1px solid #e4e9ee; box-shadow: 0 14px 35px rgba(16,31,67,.12); }
.screen-copy { padding: 22px; }
.screen-copy p { color: var(--muted); font-size: .88rem; }
.screen-copy ul { padding-left: 18px; color: #42506b; font-size: .82rem; }

.guardrails { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guardrail { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.guardrail strong { display: block; margin-bottom: 9px; color: var(--navy); }
.guardrail p { margin: 0; color: var(--muted); font-size: .84rem; }

.cta { padding: 76px 0; }
.cta-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; padding: 48px; border-radius: 28px; background: linear-gradient(135deg, #e9f8f3, #fff8e9); border: 1px solid #dbeae5; }
.cta-box h2 { max-width: 700px; margin-bottom: 8px; }
.cta-box p { margin: 0; color: var(--muted); }

.site-footer { padding: 45px 0; color: #b7c3d4; background: #0d1932; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 48px; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: -.02em; }
.site-footer p, .site-footer a { color: #aebbd0; font-size: .8rem; }
.site-footer a { display: block; margin: 7px 0; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }

.legal-main { padding: 70px 0 100px; }
.legal-hero { max-width: 820px; margin-bottom: 45px; }
.legal-hero h1 { font-size: clamp(2.5rem, 5vw, 4.2rem); }
.legal-date { color: var(--green); font-size: .78rem; font-weight: 800; }
.legal-card { max-width: 900px; padding: 42px 48px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.legal-card section + section { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal-card h2 { margin-bottom: 10px; font-size: 1.45rem; letter-spacing: -.025em; }
.legal-card p, .legal-card li { color: #53617a; font-size: .92rem; }

@keyframes orbit { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .orbit { animation: none; } .button { transition: none; } }
@media (max-width: 900px) {
  .nav-links a:not(.button) { display: none; }
  .hero-grid, .split, .screen-card, .screen-card:nth-child(even), .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero-art { min-height: 390px; }
  .trust-grid, .guardrails { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .workflow { grid-template-columns: repeat(2, 1fr); }
  .screen-card:nth-child(even) .screen-copy { order: 0; }
  .cta-box { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 26px, 1160px); }
  .nav { min-height: 68px; }
  .brand > span > span { display: none; }
  .hero { padding-top: 48px; }
  h1 { font-size: 2.65rem; }
  .hero-art { min-height: 330px; border-radius: 24px; }
  .orbit { inset: 48px; }
  .floating-chip { display: none; }
  .feature-grid, .ads-grid, .workflow { grid-template-columns: 1fr; }
  .workflow article:not(:last-child)::after { display: none; }
  .ads-panel, .cta-box, .legal-card { padding: 28px 22px; }
  .section { padding: 68px 0; }
  .screen-copy { padding: 8px; }
  .footer-bottom { flex-direction: column; }
}
