@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500..800&family=Hanken+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --ground: #f3f5f2;
  --paper: #ffffff;
  --ink: #0f1a14;
  --ink-2: #44514a;
  --ink-3: #5c6861;
  --line: #dce3dd;
  --line-strong: #c3ccc5;
  --brand: #0a5c44;
  --brand-deep: #073f2f;
  --brand-tint: #e3efe8;
  --on-brand: #eef7f2;
  --on-brand-2: #b3d3c3;
  --on-brand-line: #1f7358;
  --amber: #ffc53d;
  --amber-deep: #e0a410;
  --wa: #107c41;
  --danger: #b42318;
  --ok: #12805c;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 1px 2px rgba(15, 26, 20, .06), 0 8px 28px -10px rgba(15, 26, 20, .18);
  --shadow-lg: 0 2px 4px rgba(7, 40, 30, .08), 0 30px 60px -20px rgba(7, 40, 30, .45);
  --display: "Bricolage Grotesque", "Hanken Grotesk", system-ui, sans-serif;
  --body: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1180px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0; background: var(--ground); color: var(--ink);
  font: 400 17px/1.6 var(--body); font-feature-settings: "ss01";
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
::selection { background: var(--amber); color: var(--ink); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 6px; }
html { scrollbar-color: var(--line-strong) var(--ground); }
img { max-width: 100%; display: block; }
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1px; }
h1, h2, h3 { font-family: var(--display); font-weight: 750; line-height: 1.04; letter-spacing: -.028em; margin: 0; text-wrap: balance; }
h2 { font-size: clamp(2rem, 1.2rem + 2.6vw, 3.25rem); }
h3 { font-size: 1.25rem; letter-spacing: -.015em; line-height: 1.2; }
p { margin: 0; text-wrap: pretty; }
.num, table { font-variant-numeric: tabular-nums; }
.wrap { width: min(var(--wrap), 100% - 40px); margin-inline: auto; }
[hidden] { display: none !important; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- buttons ---------- */
.btn {
  --b: var(--brand); --t: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 48px; padding: 0 22px; border-radius: 999px; border: 0;
  background: var(--b); color: var(--t); font: 650 16px/1 var(--body); text-decoration: none;
  cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s;
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 6px 16px -8px rgba(0, 0, 0, .35);
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 12px 24px -10px rgba(0, 0, 0, .4); }
.btn:active { transform: translateY(0); }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-amber { --b: var(--amber); --t: var(--ink); }
.btn-amber:hover { --b: #ffcf5c; }
.btn-ghost { background: transparent; color: inherit; box-shadow: inset 0 0 0 1.5px currentColor; }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px currentColor; background: rgba(255,255,255,.08); }
.btn-wa { --b: var(--wa); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-lg { min-height: 56px; padding: 0 28px; font-size: 17px; }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--brand-deep) 94%, transparent); backdrop-filter: saturate(1.4) blur(10px); color: var(--on-brand); }
.nav .wrap { display: flex; align-items: center; gap: 28px; height: 68px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font: 750 20px/1 var(--display); letter-spacing: -.02em; text-decoration: none; color: inherit; }
.logo svg { width: 30px; height: 30px; }
.logo span { font-weight: 500; color: var(--on-brand-2); }
.nav-links { display: flex; gap: 26px; margin-left: auto; font-size: 15px; font-weight: 550; }
.nav-links a { text-decoration: none; color: var(--on-brand-2); transition: color .2s; white-space: nowrap; }
.nav-links a:hover { color: #fff; }
.nav .btn { min-height: 40px; padding: 0 18px; font-size: 15px; }
@media (max-width: 860px) {
  .nav .wrap { gap: 16px; }
  .nav-links a:not(.keep) { display: none; }
  .nav-links .keep { color: #fff; }
  .nav .btn-wa { display: none; }
}
@media (max-width: 420px) { .logo span { display: none; } .nav .wrap { gap: 12px; } .nav-links { font-size: 14px; } .nav .btn { padding: 0 13px; font-size: 14px; } }

/* ---------- hero ---------- */
.hero { background: var(--brand-deep); color: var(--on-brand); overflow: hidden; position: relative; }
.hero::before { /* one soft light source, top-right: the only atmosphere on the page */
  content: ""; position: absolute; inset: -30% -20% auto auto; width: 900px; height: 900px;
  background: radial-gradient(closest-side, rgba(38, 150, 110, .45), transparent 70%); pointer-events: none;
}
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 72px 0 96px; }
.hero h1 { font-size: clamp(2.6rem, 1.3rem + 4.4vw, 5.1rem); letter-spacing: -.035em; line-height: .98; color: #fff; }
.hero h1 em { font-style: normal; color: var(--amber); }
.hero .lede { margin-top: 24px; font-size: clamp(1.05rem, .95rem + .4vw, 1.25rem); color: var(--on-brand-2); max-width: 34ch; }
.hero .lede strong { color: #fff; font-weight: 600; }
.hero .ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero .ctas .btn-ghost { color: var(--on-brand); }
.proofline { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 34px 0 0; padding: 0; list-style: none; font-size: 15px; color: var(--on-brand-2); }
.proofline li { display: inline-flex; align-items: center; gap: 8px; }
.proofline svg { width: 17px; height: 17px; color: var(--amber); flex: none; }
@media (max-width: 960px) { .hero .wrap { grid-template-columns: 1fr; padding: 48px 0 64px; gap: 44px; } }

/* hero product panel */
.panel { background: var(--paper); color: var(--ink); border-radius: 18px; box-shadow: var(--shadow-lg); overflow: hidden; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.panel-head b { font: 700 17px/1.2 var(--display); letter-spacing: -.01em; }
.panel-head small { display: block; color: var(--ink-3); font-size: 13px; font-weight: 500; }
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 999px; font-size: 12.5px; font-weight: 650; background: var(--brand-tint); color: var(--brand); white-space: nowrap; }
.pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.checks { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.checks div { padding: 12px 22px; font-size: 13px; color: var(--ink-3); }
.checks div + div { border-left: 1px solid var(--line); }
.checks b { display: block; color: var(--ok); font-size: 14px; }
.boxes { list-style: none; margin: 0; padding: 6px 0; }
.boxes li { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; padding: 9px 22px; font-size: 14.5px; }
.avatar { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 700; color: var(--brand); background: var(--brand-tint); }
.boxes .addr { color: var(--ink); font-weight: 550; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.boxes .sent { color: var(--ink-3); font-size: 13px; }
.boxes .sent b { color: var(--ink); font-weight: 650; }
.panel-foot { display: flex; justify-content: space-between; align-items: center; padding: 14px 22px; background: #f6f8f6; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink-2); }
.panel-foot b { font: 700 22px/1 var(--display); color: var(--ink); }
.panel-note { margin-top: 12px; font-size: 13px; color: var(--on-brand-2); text-align: right; }
.meter { height: 6px; border-radius: 99px; background: var(--brand-tint); overflow: hidden; width: 120px; }
.meter i { display: block; height: 100%; width: 100%; background: var(--brand); border-radius: inherit; transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }

/* ---------- sections ---------- */
section { padding: clamp(72px, 9vw, 120px) 0; }
.sec-head { max-width: 760px; margin-bottom: 48px; }
.sec-head p { margin-top: 18px; font-size: 1.15rem; color: var(--ink-2); max-width: 60ch; }

/* the math */
.math { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 0; background: var(--paper); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.math > div { padding: 40px 44px; }
.math .vs { display: grid; place-items: center; padding: 0; width: 1px; background: var(--line); position: relative; }
.math .vs span { position: absolute; background: var(--ground); border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; font-size: 13px; font-weight: 700; color: var(--ink-3); }
.math h3 { font-size: 1rem; font-family: var(--body); font-weight: 650; color: var(--ink-2); letter-spacing: 0; }
.math .big { font: 750 clamp(2.4rem, 1.6rem + 2.6vw, 3.6rem)/1 var(--display); letter-spacing: -.035em; margin: 14px 0 6px; }
.math .big { white-space: nowrap; }
@media (max-width: 480px) { .math .big { font-size: 1.95rem; } }
.math .old .big { color: var(--ink-3); text-decoration: line-through; text-decoration-thickness: 3px; text-decoration-color: rgba(180, 35, 24, .55); }
.math .new { background: var(--brand-tint); }
.math .new .big { color: var(--brand); }
.math ul { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; color: var(--ink-2); font-size: 15.5px; }
.math li { display: flex; gap: 10px; }
.math li svg { width: 18px; height: 18px; flex: none; margin-top: 3px; }
.math .old li svg { color: var(--ink-3); }
.math .new li svg { color: var(--brand); }
.fine { font-size: 13.5px; color: var(--ink-3); margin-top: 16px; }
@media (max-width: 860px) {
  .math { grid-template-columns: 1fr; }
  .math .vs { width: auto; height: 1px; }
  .math > div { padding: 30px 26px; }
}

/* steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: s; border-top: 2px solid var(--ink); }
.steps li { padding: 26px 26px 0 0; position: relative; counter-increment: s; }
.steps li::before { content: counter(s); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: #fff; font: 700 15px/1 var(--display); margin: -44px 0 22px; }
.steps h3 { margin-bottom: 10px; }
.steps p { color: var(--ink-2); font-size: 15.5px; }
.steps .when { display: inline-block; margin-top: 14px; font-size: 13px; font-weight: 650; color: var(--brand); }
@media (max-width: 860px) {
  .steps { grid-template-columns: 1fr; border-top: 0; border-left: 2px solid var(--ink); gap: 30px; padding-left: 30px; }
  .steps li { padding: 0; }
  .steps li::before { position: absolute; left: -48px; top: -4px; margin: 0; }
}

/* why */
.why { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.why .sec-head { position: sticky; top: 110px; margin: 0; }
.facts { margin: 0; }
.facts div { display: grid; grid-template-columns: 44px 1fr; gap: 6px 18px; padding: 26px 0; border-top: 1px solid var(--line-strong); }
.facts div:last-child { border-bottom: 1px solid var(--line-strong); }
.facts svg { grid-row: span 2; width: 26px; height: 26px; color: var(--brand); margin-top: 2px; }
.facts dt { font: 700 1.2rem/1.25 var(--display); letter-spacing: -.012em; }
.facts dd { margin: 0; color: var(--ink-2); font-size: 16px; }
@media (max-width: 860px) { .why { grid-template-columns: 1fr; gap: 20px; } .why .sec-head { position: static; } }

/* inbox rate */
.inbox { background: var(--paper); }
.inbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.inbox .sec-head { margin: 0; }
.hundred { margin: 0; padding: 30px; border-radius: 22px; background: var(--ground); }
.hundred figcaption { font-weight: 650; color: var(--ink-2); margin-bottom: 18px; }
.dots { display: grid; grid-template-columns: repeat(10, 1fr); gap: 7px; max-width: 400px; }
.dots i { aspect-ratio: 1; border-radius: 6px; background: var(--brand); }
.dots i.sp { background: #e5b4ae; box-shadow: inset 0 0 0 2px var(--danger); }
.legend { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 20px; font-size: 15.5px; color: var(--ink-2); }
.legend span { display: inline-flex; align-items: center; gap: 9px; }
.legend i { width: 14px; height: 14px; border-radius: 4px; background: var(--brand); }
.legend i.sp { background: #e5b4ae; box-shadow: inset 0 0 0 2px var(--danger); }
.legend b { color: var(--ink); font-size: 1.1rem; font-family: var(--display); }
.reasons { list-style: none; margin: 64px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.reasons li { border-top: 2px solid var(--brand); padding-top: 20px; }
.reasons h3 { margin-bottom: 10px; }
.reasons p { color: var(--ink-2); font-size: 15.5px; }
@media (max-width: 960px) { .inbox-grid { grid-template-columns: 1fr; gap: 32px; } .reasons { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .reasons { grid-template-columns: 1fr; gap: 26px; margin-top: 44px; } .hundred { padding: 20px; } .dots { gap: 6px; } }

/* results */
.results { background: var(--ink); color: #e9efeb; }
.results .sec-head p { color: #a8b5ae; }
.results h2 { color: #fff; }
.feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; margin-bottom: 56px; }
.money { font: 800 clamp(3.2rem, 1.8rem + 5vw, 6rem)/.92 var(--display); letter-spacing: -.04em; color: var(--amber); }
.money-label { margin-top: 12px; font-size: 1.15rem; color: #fff; font-weight: 600; }
.feature dl { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 6px 36px; margin: 28px 0 0; }
.feature dt { font-size: 13px; color: #8f9d96; font-weight: 600; order: 2; }
.feature dl div { display: flex; flex-direction: column; }
.feature dd { margin: 0; font: 700 1.6rem/1.1 var(--display); color: #fff; letter-spacing: -.02em; }
.shot { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; border-radius: 14px; overflow: hidden; box-shadow: 0 24px 60px -24px rgba(0,0,0,.8); transition: transform .35s var(--ease); }
.shot:hover { transform: translateY(-3px); }
.shot img { width: 100%; height: auto; }
.wall { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; }
.tile { grid-column: span 4; display: flex; flex-direction: column; gap: 14px; margin: 0; min-width: 0; }
.tile.wide { grid-column: span 6; }
.tile figcaption { font-size: 15px; color: #a8b5ae; }
.tile figcaption b { display: block; color: #fff; font: 700 1.3rem/1.15 var(--display); letter-spacing: -.015em; margin-bottom: 2px; }
.tile figcaption b em { font-style: normal; color: var(--amber); }
.tile figure { margin: 0; }
.results .fine { color: #7d8b84; margin-top: 36px; }
@media (max-width: 960px) { .feature { grid-template-columns: 1fr; } .tile, .tile.wide { grid-column: span 12; } }
@media (min-width: 961px) and (max-width: 1100px) { .tile { grid-column: span 6; } }
.shot-wrap { border-radius: 14px; }
.swipe { display: none; }
@media (max-width: 760px) {
  /* screenshots stay readable: show them at a legible width and let people swipe across */
  .shot-wrap { overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #3a4a42 transparent; box-shadow: 0 24px 60px -24px rgba(0,0,0,.8); }
  .shot { width: auto; display: inline-block; border-radius: 0; box-shadow: none; }
  .shot:hover { transform: none; }
  .shot img { width: 760px; max-width: none; }
  .tile.strip .shot img { width: auto; }
  .tile figcaption { order: -1; }
  .tile { gap: 12px; }
  .wall { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .tile, .tile.wide { grid-column: auto; }
  .swipe { display: flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 13px; font-weight: 600; color: #8f9d96; }
  .feature dl { grid-template-columns: repeat(3, 1fr); gap: 6px 18px; }
  .feature dd { font-size: 1.35rem; }
}
.fab { display: none; }
@media (max-width: 860px) {
  .fab { display: grid; place-items: center; position: fixed; right: 16px; bottom: 18px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff; box-shadow: 0 10px 26px -8px rgba(10, 60, 35, .6); }
  .fab svg { width: 28px; height: 28px; }
}
dialog.zoom { border: 0; padding: 0; background: transparent; max-width: min(1400px, 94vw); }
dialog.zoom::backdrop { background: rgba(5, 12, 9, .82); backdrop-filter: blur(4px); }
dialog.zoom img { border-radius: 12px; max-height: 86vh; width: auto; margin: auto; }
dialog.zoom form { text-align: right; margin-bottom: 10px; }
@media (max-width: 760px) {
  dialog.zoom { max-width: 100vw; max-height: 100dvh; width: 100vw; margin: 0; overflow: auto; }
  dialog.zoom form { position: sticky; left: 0; top: 0; padding: 10px; }
  dialog.zoom img { width: 1200px; max-width: none; max-height: none; border-radius: 0; }
}
dialog.zoom button { background: #fff; border: 0; border-radius: 999px; padding: 8px 16px; font: 650 14px var(--body); cursor: pointer; }

/* pricing */
.pricing { background: var(--brand-deep); color: var(--on-brand); }
.pricing h2 { color: #fff; }
.pricing .sec-head p { color: var(--on-brand-2); }
.pricing-top { display: flex; justify-content: space-between; align-items: end; gap: 30px; flex-wrap: wrap; margin-bottom: 40px; }
.pricing-top .sec-head { margin: 0; }
.seg { display: inline-grid; grid-auto-flow: column; background: rgba(0, 0, 0, .25); border-radius: 999px; padding: 5px; gap: 4px; }
.seg label { position: relative; }
.seg input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.seg span { display: block; padding: 11px 20px; border-radius: 999px; font-weight: 650; font-size: 15px; color: var(--on-brand-2); transition: background .25s var(--ease), color .2s; white-space: nowrap; }
.seg input:checked + span { background: #fff; color: var(--brand-deep); }
.seg input:focus-visible + span { outline: 3px solid var(--amber); outline-offset: 2px; }
.seg.light { background: #e8ede9; }
.seg.light span { color: var(--ink-2); }
.seg.light input:checked + span { background: var(--brand); color: #fff; }
.plans { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 22px; overflow: hidden; background: var(--on-brand-line); gap: 1px; }
.plan { background: var(--brand); padding: 32px 28px 30px; display: flex; flex-direction: column; }
.plan.top { background: #0c6a4f; }
.plan .vol { font: 800 clamp(2.4rem, 1.8rem + 1.6vw, 3.2rem)/1 var(--display); letter-spacing: -.04em; color: #fff; }
.plan .vol small { display: block; margin-top: 6px; font: 600 15px var(--body); letter-spacing: 0; color: var(--on-brand-2); }
.plan .daily { margin-top: 10px; font-weight: 650; color: var(--amber); font-size: 15.5px; }
.plan .sub { margin-top: 4px; font-size: 14.5px; color: var(--on-brand-2); }
.plan .price { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--on-brand-line); }
.plan .price b { font: 750 2rem/1 var(--display); color: var(--amber); letter-spacing: -.025em; }
.plan .price span { color: var(--on-brand-2); font-size: 15px; }
.plan .onetime { margin-top: 10px; font-size: 14.5px; color: #fff; min-height: 2.9em; }
.plan .onetime.off { visibility: hidden; }
.plan .per { margin-top: 14px; font-size: 13px; color: var(--on-brand-2); }
.plan .btn { margin-top: auto; width: 100%; }
.plan .per { margin-bottom: 26px; }
.plan.top .tag { align-self: flex-start; margin-bottom: 14px; font-size: 12.5px; font-weight: 700; color: var(--brand-deep); background: var(--amber); border-radius: 999px; padding: 4px 10px; }
.plan .tag-space { height: 36px; }
.custom { margin-top: 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 28px; border-radius: 18px; background: rgba(0,0,0,.22); }
.custom p { color: var(--on-brand-2); }
.custom p b { color: #fff; font: 700 1.2rem/1.3 var(--display); display: block; }
.custom div { display: flex; gap: 10px; flex-wrap: wrap; }
.custom .btn-ghost { color: var(--on-brand); }
.included { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 36px; padding: 0; list-style: none; }
.included li { display: flex; gap: 12px; color: var(--on-brand-2); font-size: 15.5px; }
.included li b { color: #fff; font-weight: 650; }
.included svg { width: 20px; height: 20px; color: var(--amber); flex: none; margin-top: 3px; }
@media (max-width: 1060px) { .plans { grid-template-columns: repeat(2, 1fr); } .plan .tag-space { display: none; } }
@media (max-width: 860px) { .included { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  .plans { grid-template-columns: 1fr; }
  .seg { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .seg span { padding: 10px 8px; font-size: 14px; text-align: center; white-space: normal; line-height: 1.25; }
  .block { padding: 20px 18px; }
}

/* faq */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; }
.faq details { border-top: 1px solid var(--line-strong); }
.faq details:last-child { border-bottom: 1px solid var(--line-strong); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; font: 700 1.15rem/1.3 var(--display); letter-spacing: -.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 12px; height: 12px; margin-top: 6px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(45deg); transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(225deg); margin-top: 11px; }
.faq details p { padding: 0 40px 24px 0; color: var(--ink-2); }
@media (max-width: 860px) { .faq { grid-template-columns: 1fr; gap: 28px; } }

/* close */
.close { padding: 0 0 clamp(72px, 9vw, 120px); }
.close-card { border-radius: 26px; background: var(--amber); padding: clamp(40px, 6vw, 72px); display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; }
.close-card h2 { font-size: clamp(2.2rem, 1.3rem + 3vw, 3.8rem); }
.close-card p { margin-top: 16px; font-size: 1.15rem; color: #3b2f0b; max-width: 44ch; }
.close-card .ctas { display: flex; flex-direction: column; gap: 12px; }
.close-card .btn-ghost { color: var(--ink); }
@media (max-width: 860px) { .close-card { grid-template-columns: 1fr; } }

/* ---------- services, contact, policies ---------- */
.svc-page, .contact-page { padding-top: clamp(48px, 6vw, 80px); }
.svc-page h1, .contact-page h1, .doc h1 { font-size: clamp(2.2rem, 1.4rem + 2.6vw, 3.4rem); }
.svc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.svc { background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 24px; display: flex; flex-direction: column; }
.svc h2 { font-size: 1.35rem; letter-spacing: -.015em; }
.svc-sub { color: var(--ink-2); font-size: 15px; margin-top: 4px; }
.svc-price { margin: 20px 0 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.svc-price b { font: 750 1.7rem/1 var(--display); color: var(--brand); letter-spacing: -.02em; }
.svc-price span { display: block; margin-top: 6px; font-size: 14px; color: var(--ink-3); }
.svc ul { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 8px; font-size: 15px; color: var(--ink-2); }
.svc li { display: flex; gap: 9px; }
.svc li svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--brand); }
.svc .btn { margin-top: auto; width: 100%; }
.svc .btn-ghost { color: var(--brand); }
@media (max-width: 1060px) { .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .svc-grid { grid-template-columns: minmax(0, 1fr); } }

.contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.contact-card { background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 24px; }
.contact-card > svg { width: 26px; height: 26px; color: var(--brand); }
.contact-card h2 { font-size: 1.15rem; margin: 14px 0 8px; }
.contact-card p { color: var(--ink-2); }
.contact-card .btn { margin-top: 14px; }
.contact-card .fine { margin-top: 6px; }
@media (max-width: 1060px) { .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .contact-grid { grid-template-columns: minmax(0, 1fr); } }

.doc-wrap { padding: clamp(48px, 6vw, 80px) 0 clamp(64px, 8vw, 110px); }
.doc { max-width: 72ch; margin-inline: auto; background: var(--paper); border-radius: 18px; box-shadow: var(--shadow); padding: clamp(28px, 5vw, 56px); }
.doc-meta { margin-top: 10px; font-size: 14px; color: var(--ink-3); }
.doc-intro { margin-top: 20px; font-size: 1.1rem; color: var(--ink-2); }
.toc { margin: 28px 0 8px; padding: 18px 22px; border-radius: 12px; background: var(--ground); }
.toc ol { margin: 0; padding-left: 20px; display: grid; gap: 4px; font-size: 15px; }
.toc a { color: var(--brand); }
.doc section { margin-top: 34px; padding: 0; scroll-margin-top: 90px; }
.doc h2 { font-size: 1.3rem; letter-spacing: -.015em; margin-bottom: 10px; }
.doc p, .doc li { color: var(--ink-2); }
.doc ul { padding-left: 20px; display: grid; gap: 6px; margin: 0; }
.doc b { color: var(--ink); }
.doc a { color: var(--brand); }

.site-foot { background: var(--ink); color: #9aa7a0; font-size: 14.5px; padding: 56px 0 36px; }
.site-foot .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1.4fr; gap: 32px; }
.site-foot .logo { color: #fff; }
.site-foot .foot-brand p { margin-top: 14px; max-width: 32ch; }
.site-foot nav { display: grid; gap: 8px; align-content: start; }
.site-foot b { color: #fff; font-weight: 650; margin-bottom: 4px; display: block; }
.site-foot a { color: #cfd8d3; text-decoration: none; }
.site-foot a:hover { color: #fff; text-decoration: underline; }
.site-foot .foot-contact p + p { margin-top: 10px; }
.site-foot .foot-legal { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid #25332c; font-size: 13px; color: #7d8b84; }
@media (max-width: 960px) { .site-foot .wrap { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-foot .wrap { grid-template-columns: 1fr; } }
@media (max-width: 960px) { body:has(.mobile-bar:not([hidden])) .site-foot { padding-bottom: 110px; } }

footer { background: var(--ink); color: #9aa7a0; font-size: 14px; padding: 40px 0; }
footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; }
footer .logo { color: #fff; }
footer a { color: #cfd8d3; }

/* ================= order page ================= */
.order-nav { background: var(--brand-deep); color: var(--on-brand); }
.order-nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.order-nav .help { display: inline-flex; align-items: center; gap: 8px; color: var(--on-brand-2); font-size: 15px; font-weight: 550; text-decoration: none; white-space: nowrap; }
.order-nav .help svg { width: 18px; height: 18px; color: var(--amber); }
.order-nav .help:hover { color: #fff; }
@media (max-width: 420px) { .order-nav .help { font-size: 14px; } }

.order { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; align-items: start; padding: 40px 0 120px; }
.flow h1 { font-size: clamp(1.9rem, 1.3rem + 1.8vw, 2.6rem); letter-spacing: -.03em; }
.flow .intro { margin-top: 10px; color: var(--ink-2); font-size: 1.05rem; max-width: 60ch; }
fieldset.block { border: 0; min-width: 0; }
.block legend { padding: 0; float: left; width: 100%; }
.block legend + * { clear: both; }
.pay-inline { width: 100%; margin-top: 24px; }
@media (min-width: 961px) { .pay-inline { display: none; } }
.block { margin-top: 28px; background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px; }
.block + .block { margin-top: 16px; }
.block h2 { font-size: 1.2rem; letter-spacing: -.015em; }
.block .hint { margin-top: 6px; color: var(--ink-2); font-size: 15px; }

.choices { display: grid; gap: 10px; margin-top: 18px; }
.choice { position: relative; display: grid; grid-template-columns: 22px 1fr auto; gap: 14px; align-items: center; padding: 18px 20px; border-radius: 12px; border: 1.5px solid var(--line); cursor: pointer; transition: border-color .2s, background .2s, box-shadow .25s var(--ease); }
.choice:hover { border-color: var(--line-strong); }
.choice input { appearance: none; margin: 0; width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line-strong); display: grid; place-items: center; transition: border-color .2s; }
.choice input::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--brand); transform: scale(0); transition: transform .25s var(--ease); }
.choice input:checked { border-color: var(--brand); }
.choice input:checked::after { transform: scale(1); }
.choice:has(input:checked) { border-color: var(--brand); background: #f3f9f6; box-shadow: 0 0 0 3px var(--brand-tint); }
.choice input:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.choice b { font: 700 1.2rem/1.2 var(--display); letter-spacing: -.015em; }
.choice small { display: block; color: var(--ink-3); font-size: 14px; margin-top: 2px; }
.choice .p { text-align: right; font: 700 1.15rem/1.2 var(--display); }
.choice .p small { font-family: var(--body); font-weight: 500; }
@media (max-width: 560px) { .choice { grid-template-columns: 22px 1fr; padding: 16px; } .choice .p { grid-column: 2; text-align: left; display: flex; gap: 6px; align-items: baseline; } }

.field { display: grid; gap: 6px; }
.field label, .lbl { font-size: 14px; font-weight: 650; color: var(--ink-2); }
.input, .field input, .field textarea {
  width: 100%; min-height: 48px; padding: 0 14px; border-radius: 10px; border: 1.5px solid var(--line-strong);
  background: #fff; color: var(--ink); font: 500 16px var(--body); transition: border-color .2s, box-shadow .2s;
}
.field textarea { padding: 12px 14px; min-height: 200px; line-height: 1.5; resize: vertical; font-size: 15px; }
.input:focus, .field input:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-tint); }
.input::placeholder, .field input::placeholder, .field textarea::placeholder { color: #8a958f; }
.bad { border-color: var(--danger) !important; }
.err { color: var(--danger); font-size: 14px; font-weight: 550; margin-top: 12px; }
.err:empty { display: none; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.grid2 .full { grid-column: 1 / -1; }
.whois-h { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 1.1rem; }
@media (max-width: 560px) { .grid2 { grid-template-columns: 1fr; } }

.dom-rows { display: grid; gap: 10px; margin-top: 18px; }
.dom-row { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; }
.n { font-weight: 700; color: var(--ink-3); font-size: 14px; }
.suffix { display: flex; align-items: stretch; }
.suffix .input { border-radius: 10px 0 0 10px; }
.suffix span { display: grid; place-items: center; padding: 0 14px; border: 1.5px solid var(--line-strong); border-left: 0; border-radius: 0 10px 10px 0; background: #f1f4f2; font-weight: 650; color: var(--ink-2); }
.note { margin-top: 18px; padding: 16px 18px; border-radius: 12px; background: #f1f6f3; color: var(--ink-2); font-size: 15px; display: flex; gap: 12px; }
.note svg { width: 20px; height: 20px; color: var(--brand); flex: none; margin-top: 2px; }
.note b { color: var(--ink); }



.summary { position: sticky; top: 24px; background: var(--paper); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.summary h2 { font-size: 1.1rem; padding: 20px 22px 0; }
.summary dl { margin: 12px 0 0; padding: 0 22px; }
.summary dl div { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid #eef2ef; font-size: 15px; }
.summary dt { color: var(--ink-2); }
.summary dd { margin: 0; font-weight: 650; text-align: right; }
.summary .today { background: var(--brand-deep); color: var(--on-brand); padding: 20px 22px; margin-top: 14px; }
.summary .today div { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.summary .today b { font: 750 2rem/1 var(--display); color: var(--amber); letter-spacing: -.025em; }
.summary .today p { margin-top: 8px; font-size: 14.5px; color: var(--on-brand-2); }
.summary .guar { padding: 14px 22px 18px; font-size: 13.5px; color: var(--ink-3); display: grid; gap: 6px; }
.summary .guar span { display: flex; gap: 8px; }
.summary .guar svg { width: 16px; height: 16px; color: var(--brand); flex: none; margin-top: 3px; }
.mobile-bar { display: none; }
@media (max-width: 960px) {
  .order { grid-template-columns: minmax(0, 1fr); }
  .summary { display: none; }
  .mobile-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; background: var(--brand-deep); color: var(--on-brand); padding: 12px 20px; justify-content: space-between; align-items: center; gap: 12px; box-shadow: 0 -10px 30px -10px rgba(0,0,0,.35); }
  .mobile-bar b { display: block; font: 750 1.35rem/1.1 var(--display); color: var(--amber); }
  .mobile-bar small { font-size: 13px; color: var(--on-brand-2); }
}

.done-card { margin-top: 28px; background: var(--paper); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.done-top { background: var(--brand-deep); color: var(--on-brand); padding: 30px; }
.done-top h1 { color: #fff; }
.done-top p { margin-top: 10px; color: var(--on-brand-2); }
.track { list-style: none; margin: 0; padding: 26px 30px 10px; }
.track li { display: grid; grid-template-columns: 30px 1fr; gap: 16px; padding-bottom: 22px; position: relative; }
.track li:not(:last-child)::after { content: ""; position: absolute; left: 14px; top: 32px; bottom: 2px; width: 2px; background: var(--line); }
.track li.ok:not(:last-child)::after { background: var(--brand); }
.track .dot { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; border: 2px solid var(--line-strong); background: #fff; }
.track .ok .dot { background: var(--brand); border-color: var(--brand); color: #fff; }
.track .now .dot { border-color: var(--brand); }
.track .now .dot::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--brand); }
.track .dot svg { width: 16px; height: 16px; }
.track b { display: block; font-weight: 700; }
.track small { color: var(--ink-3); font-size: 14.5px; }
.track .state { margin-left: 8px; font-size: 12.5px; font-weight: 700; color: var(--brand); }

/* ---------- motion ---------- */
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } html { scroll-behavior: auto; } }
