
:root {
  --navy: #071b3d;
  --navy-2: #0d2b57;
  --green: #42c947;
  --green-dark: #2faa35;
  --mint: #effbf0;
  --ink: #12233f;
  --muted: #60708a;
  --line: #dfe6ee;
  --surface: #ffffff;
  --bg: #f7f9fc;
  --shadow: 0 24px 70px rgba(7, 27, 61, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.88); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223,230,238,.8);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 178px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #42526a; font-weight: 650; font-size: 14px; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border-radius: 12px; padding: 12px 18px; font-weight: 750; border: 1px solid transparent;
  transition: .2s ease; cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--green); color: #05230d; box-shadow: 0 10px 28px rgba(66,201,71,.22); }
.btn-primary:hover { background: #54d758; }
.btn-secondary { border-color: var(--line); background: #fff; color: var(--navy); }
.btn-ghost { color: var(--navy); padding-inline: 12px; }
.hero {
  overflow: hidden; position: relative;
  background:
    radial-gradient(circle at 88% 14%, rgba(66,201,71,.17), transparent 26%),
    radial-gradient(circle at 8% 24%, rgba(30,104,255,.08), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  padding: 92px 0 96px;
}
.hero::after { content:""; position:absolute; inset:auto -120px -230px auto; width:560px; height:560px; border:1px solid rgba(66,201,71,.18); border-radius:50%; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 66px; }
.eyebrow { display:inline-flex; align-items:center; gap:9px; padding:7px 12px; border:1px solid #d8eed9; background:var(--mint); color:#1a6e21; border-radius:999px; font-weight:750; font-size:13px; }
.eyebrow-dot { width:8px; height:8px; border-radius:50%; background:var(--green); box-shadow:0 0 0 5px rgba(66,201,71,.14); }
h1 { margin: 22px 0 20px; color: var(--navy); font-size: clamp(48px, 6vw, 76px); letter-spacing: -.055em; line-height: .99; max-width: 760px; }
.hero-copy > p { margin: 0; max-width: 650px; color: var(--muted); font-size: 20px; line-height: 1.62; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.hero-note { display:flex; gap:18px; flex-wrap:wrap; margin-top:24px; color:#52637b; font-size:14px; }
.hero-note span { display:inline-flex; align-items:center; gap:7px; }
.check { width:18px; height:18px; border-radius:50%; display:inline-grid; place-items:center; background:#e9f9ea; color:#258b2b; font-size:12px; font-weight:900; }
.product-stage { position:relative; min-height:500px; }
.dashboard {
  position:absolute; inset:30px 0 20px 25px; background:#fff; border:1px solid #e3e9f0; border-radius:28px; box-shadow:var(--shadow); overflow:hidden;
}
.dash-top { height:58px; border-bottom:1px solid #edf0f4; display:flex; align-items:center; justify-content:space-between; padding:0 22px; }
.dots { display:flex; gap:6px; }.dots i { width:8px; height:8px; background:#dbe2ea; border-radius:50%; }
.mini-brand { display:flex; align-items:center; gap:8px; font-weight:800; color:var(--navy); font-size:14px; }
.mini-brand img { width:26px; }
.dash-body { display:grid; grid-template-columns: 130px 1fr; height:calc(100% - 58px); }
.sidebar { border-right:1px solid #edf0f4; padding:18px 12px; background:#fbfcfe; }
.side-item { height:32px; margin-bottom:9px; border-radius:8px; background:#eef2f7; }
.side-item.active { background:#e8f8e9; border-left:3px solid var(--green); }
.content { padding:22px; background:#fff; }
.stats { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.stat { padding:15px; border:1px solid #e8edf3; border-radius:14px; }
.stat b { display:block; font-size:22px; color:var(--navy); line-height:1.2; }
.stat small { color:#718096; }
.chart { margin-top:14px; height:160px; border-radius:15px; border:1px solid #e8edf3; background:linear-gradient(180deg,#fbfffb,#fff); position:relative; overflow:hidden; }
.chart svg { position:absolute; inset:18px; width:calc(100% - 36px); height:calc(100% - 36px); }
.wallet-card { position:absolute; width:235px; min-height:318px; right:-18px; bottom:-12px; color:white; border-radius:27px; background:linear-gradient(145deg,#0a244e,#071b3d 65%); box-shadow:0 28px 65px rgba(7,27,61,.3); padding:23px; transform:rotate(3deg); }
.wallet-card .wc-logo { display:flex; align-items:center; gap:9px; font-weight:800; }
.wallet-card .wc-logo img { width:34px; filter:brightness(0) invert(1); }
.wallet-card h3 { font-size:25px; line-height:1.15; margin:38px 0 8px; }
.wallet-card p { color:#b9c7dc; font-size:13px; margin:0; }
.stamps { display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-top:23px; }
.stamp { aspect-ratio:1; border:1px solid rgba(255,255,255,.24); border-radius:50%; display:grid; place-items:center; font-size:13px; color:#8ca0bd; }
.stamp.filled { background:var(--green); border-color:var(--green); color:#06280d; font-weight:900; }
.section { padding: 96px 0; }
.section-alt { background: var(--bg); }
.section-head { max-width: 760px; margin: 0 auto 52px; text-align:center; }
.kicker { color:var(--green-dark); text-transform:uppercase; letter-spacing:.13em; font-size:12px; font-weight:850; }
h2 { margin:10px 0 14px; color:var(--navy); font-size:clamp(34px,4.5vw,52px); line-height:1.08; letter-spacing:-.04em; }
.section-head p { color:var(--muted); font-size:18px; margin:0; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature { border:1px solid var(--line); border-radius:20px; padding:26px; background:#fff; transition:.2s ease; }
.feature:hover { transform:translateY(-3px); box-shadow:0 18px 45px rgba(7,27,61,.08); }
.feature-icon { width:44px; height:44px; display:grid; place-items:center; background:var(--mint); color:#258b2b; border-radius:13px; font-weight:900; font-size:20px; }
.feature h3 { margin:18px 0 8px; color:var(--navy); font-size:20px; }
.feature p { color:var(--muted); margin:0; font-size:15px; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; counter-reset:steps; }
.step { position:relative; padding:30px; border-radius:22px; background:var(--navy); color:#fff; overflow:hidden; min-height:260px; }
.step::before { counter-increment:steps; content:"0" counter(steps); color:rgba(255,255,255,.12); font-size:94px; font-weight:900; position:absolute; right:17px; top:-13px; }
.step b { display:inline-grid; place-items:center; width:40px; height:40px; border-radius:12px; background:var(--green); color:#08290d; }
.step h3 { font-size:24px; margin:38px 0 10px; }
.step p { color:#b7c5da; margin:0; }
.pricing-wrap { max-width:920px; margin:0 auto; }
.billing-toggle { display:flex; justify-content:center; margin:-18px 0 30px; }
.toggle { display:inline-flex; padding:5px; border-radius:14px; background:#e9eef5; }
.toggle button { border:0; background:transparent; padding:9px 15px; border-radius:10px; color:#5f6f86; cursor:pointer; font-weight:750; }
.toggle button.active { background:#fff; color:var(--navy); box-shadow:0 4px 13px rgba(7,27,61,.1); }
.price-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.price-card { border:1px solid var(--line); border-radius:26px; background:#fff; padding:34px; }
.price-card.featured { border:2px solid var(--green); box-shadow:0 26px 70px rgba(66,201,71,.14); position:relative; }
.popular { position:absolute; right:20px; top:20px; background:var(--mint); color:#217b27; border:1px solid #cbeecf; border-radius:999px; font-size:12px; font-weight:850; padding:6px 10px; }
.price-card h3 { color:var(--navy); font-size:26px; margin:0 0 6px; }
.price-sub { color:var(--muted); min-height:48px; }
.price { margin:22px 0; color:var(--navy); display:flex; align-items:baseline; gap:7px; }
.price strong { font-size:48px; letter-spacing:-.05em; line-height:1; }
.price span { color:var(--muted); }
.price-list { list-style:none; padding:0; margin:24px 0 28px; display:grid; gap:13px; }
.price-list li { display:flex; gap:10px; color:#40516a; }
.price-list li::before { content:"✓"; width:21px; height:21px; border-radius:50%; background:#e9f9ea; color:#248b2a; font-weight:900; display:grid; place-items:center; flex:0 0 auto; font-size:12px; }
.price-card .btn { width:100%; }
.trial-note { text-align:center; margin-top:25px; color:var(--muted); }
.faq { max-width:850px; margin:0 auto; }
details { border-bottom:1px solid var(--line); padding:18px 0; }
summary { cursor:pointer; list-style:none; color:var(--navy); font-weight:800; font-size:18px; display:flex; justify-content:space-between; gap:20px; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; color:var(--green-dark); font-size:25px; line-height:1; }
details[open] summary::after { content:"–"; }
details p { color:var(--muted); margin:12px 40px 0 0; }
.cta { margin:0 auto; max-width:1100px; border-radius:30px; padding:58px; color:#fff; background:linear-gradient(130deg,var(--navy),#0e356a); position:relative; overflow:hidden; display:flex; align-items:center; justify-content:space-between; gap:36px; }
.cta::after { content:""; position:absolute; width:280px; height:280px; background:rgba(66,201,71,.12); border-radius:50%; right:-80px; top:-100px; }
.cta h2 { color:#fff; margin-top:0; max-width:620px; }
.cta p { color:#b9c8dc; margin:0; max-width:620px; }
.cta .btn { flex:0 0 auto; z-index:1; }
.site-footer { background:#06162f; color:#b7c3d5; padding:58px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1.5fr .8fr .8fr; gap:55px; }
.footer-brand img { width:170px; margin-bottom:18px; }
.footer-brand p { max-width:420px; font-size:14px; }
.footer-col h4 { color:#fff; margin:0 0 14px; }
.footer-col a { display:block; margin:8px 0; font-size:14px; }
.footer-col a:hover { color:#fff; }
.footer-bottom { margin-top:42px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; gap:20px; font-size:13px; }
.cookie-banner { position:fixed; z-index:100; left:18px; right:18px; bottom:18px; max-width:920px; margin:0 auto; padding:18px; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:0 24px 70px rgba(7,27,61,.2); display:none; align-items:center; justify-content:space-between; gap:24px; }
.cookie-banner.show { display:flex; }
.cookie-banner p { margin:0; font-size:14px; color:#52637a; }
.cookie-banner p strong { display:block; color:var(--navy); font-size:15px; margin-bottom:2px; }
.cookie-actions { display:flex; gap:8px; flex:0 0 auto; }
.cookie-actions .btn { padding:9px 13px; font-size:13px; }
.mobile-toggle { display:none; border:0; background:transparent; font-size:25px; color:var(--navy); }
/* Legal pages */
.legal-hero { padding:62px 0 36px; background:linear-gradient(180deg,#f6fbf7,#fff); border-bottom:1px solid var(--line); }
.legal-hero h1 { font-size:clamp(40px,5vw,60px); margin:0 0 12px; }
.legal-meta { color:var(--muted); }
.legal-layout { display:grid; grid-template-columns:240px minmax(0,780px); gap:60px; padding:58px 0 90px; align-items:start; }
.legal-nav { position:sticky; top:102px; border:1px solid var(--line); border-radius:18px; padding:18px; background:#fff; }
.legal-nav strong { color:var(--navy); }
.legal-nav a { display:block; color:var(--muted); font-size:14px; margin:9px 0; }
.legal-nav a:hover { color:var(--green-dark); }
.legal-content { min-width:0; }
.legal-content h1 { display:none; }
.legal-content h2 { font-size:28px; margin:38px 0 12px; letter-spacing:-.02em; }
.legal-content p, .legal-content li { color:#42526a; }
.legal-content a { color:#238b2a; text-decoration:underline; }
.legal-content ul, .legal-content ol { padding-left:22px; }
.legal-content > p:first-of-type { display:none; }
@media (max-width: 900px) {
  .nav-links { display:none; position:absolute; top:76px; left:0; right:0; padding:20px; background:#fff; border-bottom:1px solid var(--line); flex-direction:column; align-items:flex-start; }
  .nav-links.open { display:flex; }
  .mobile-toggle { display:block; }
  .nav-actions .btn-ghost { display:none; }
  .hero { padding-top:62px; }
  .hero-grid { grid-template-columns:1fr; gap:30px; }
  .product-stage { min-height:460px; max-width:650px; width:100%; margin:0 auto; }
  .feature-grid { grid-template-columns:1fr 1fr; }
  .steps { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .legal-layout { grid-template-columns:1fr; gap:28px; }
  .legal-nav { position:static; }
}
@media (max-width: 640px) {
  .container { width:min(100% - 28px,1160px); }
  .nav { height:68px; }
  .nav-links { top:68px; }
  .brand img { width:150px; }
  .nav-actions .btn-primary { padding:10px 12px; font-size:13px; }
  .hero { padding:50px 0 72px; }
  h1 { font-size:49px; }
  .hero-copy > p { font-size:18px; }
  .product-stage { min-height:385px; }
  .dashboard { inset:15px 0 25px 0; }
  .dash-body { grid-template-columns:80px 1fr; }
  .sidebar { padding:13px 8px; }
  .content { padding:14px; }
  .stats { grid-template-columns:1fr 1fr; }
  .stat:last-child { display:none; }
  .wallet-card { width:190px; min-height:265px; padding:17px; right:-5px; }
  .wallet-card h3 { font-size:20px; margin-top:25px; }
  .section { padding:72px 0; }
  .feature-grid, .price-grid { grid-template-columns:1fr; }
  .cta { padding:38px 26px; flex-direction:column; align-items:flex-start; }
  .footer-grid { grid-template-columns:1fr; gap:26px; }
  .footer-bottom { flex-direction:column; }
  .cookie-banner { flex-direction:column; align-items:stretch; }
  .cookie-actions { width:100%; }
  .cookie-actions .btn { flex:1; }
  .legal-layout { padding-top:36px; }
}
