@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 400 800; font-display: swap; src: url("/fonts/hanken-grotesk.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  color-scheme: light;
  --ink: #15222e;
  --muted: #52606b;
  --paper: #ffffff;
  --mist: #eef3f1;
  --rule: #d3dcd8;
  --green: #1c6b58;
  --green-dark: #14503f;
  --amber: #f0b429;
  --amber-soft: #fdf1d3;
  --measure: 68ch;
  --wide: 1140px;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); font-size: 1.0625rem; }
img, svg { display: block; max-width: 100%; }
a { color: var(--green); text-underline-offset: 0.18em; }
a:hover { color: var(--green-dark); }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; border-radius: 2px; }

.wrap { max-width: var(--wide); margin: 0 auto; padding: 0 clamp(20px, 3vw, 32px); }

/* header */
.site-header { border-bottom: 1px solid var(--rule); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; }
.brand { display: flex; align-items: center; min-height: 44px; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em; }
.brand svg { width: 28px; height: 28px; }
.site-nav { display: flex; gap: 22px; font-size: 0.95rem; }
.site-nav a { color: var(--ink); text-decoration: none; min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; justify-content: center; }
.site-nav a:hover { text-decoration: underline; }

/* type */
h1, h2, h3 { line-height: 1.12; letter-spacing: -0.025em; margin: 0; }
h1 { font-size: clamp(2.3rem, 5.4vw, 4.1rem); font-weight: 800; max-width: 18ch; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; max-width: 24ch; }
h3 { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em; }
p { margin: 0; max-width: var(--measure); }
.lede { font-size: clamp(1.1rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 58ch; }
.small { font-size: 0.9rem; color: var(--muted); }

/* buttons */
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 6px; font: inherit; font-weight: 700; text-decoration: none; border: 2px solid var(--green); }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-dark); border-color: var(--green-dark); color: #fff; }
.btn-secondary { background: transparent; color: var(--green); }
.btn-secondary:hover { background: var(--mist); }
.btn:active { transform: translateY(1px); }

/* sections */
section { padding: clamp(56px, 8vw, 96px) 0; }
section + section { border-top: 1px solid var(--rule); }
.section-head { display: grid; gap: 14px; margin-bottom: 36px; }

.hero { padding: clamp(40px, 5vw, 64px) 0 56px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.hero-copy { display: grid; gap: 24px; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }

.preview { margin: 0; background: var(--paper); border: 1px solid var(--rule); border-radius: 10px; box-shadow: 0 1px 0 var(--rule), 0 18px 40px -24px rgba(21, 34, 46, 0.35); overflow: hidden; }
.preview-head { padding: 16px 20px; background: var(--mist); border-bottom: 1px solid var(--rule); }
.preview-title { font-weight: 700; }
.preview-sub { font-size: 0.88rem; color: var(--muted); }
.preview-rows { list-style: none; margin: 0; padding: 0; }
.preview-rows li { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; padding: 14px 20px; }
.preview-rows li + li { border-top: 1px solid var(--rule); }
.preview-rows div { display: grid; gap: 1px; min-width: 0; }
.preview-rows strong { font-size: 0.98rem; }
.preview-rows div span { font-size: 0.85rem; color: var(--muted); }
.preview figcaption { padding: 12px 20px; font-size: 0.82rem; color: var(--muted); border-top: 1px solid var(--rule); }

.trust { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.trust ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 28px; padding-top: 16px; padding-bottom: 16px; margin: 0 auto; font-size: 0.9rem; color: var(--muted); }
.trust li { display: flex; align-items: center; }

/* the register excerpt: the page's one loud element */
.register { background: var(--mist); padding: 40px 0 48px; }
.register-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 8px 24px; margin-bottom: 18px; }
.register-top h2 { font-size: 1.35rem; max-width: none; }
.counts { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-wrap: wrap; gap: 8px 28px; font-size: 0.98rem; }
.counts strong { font-size: 1.5rem; font-variant-numeric: tabular-nums; letter-spacing: -0.02em; margin-right: 6px; }
.table-box { background: var(--paper); border: 1px solid var(--rule); border-radius: 8px; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 0.93rem; font-variant-numeric: tabular-nums; }
caption { text-align: left; }
th, td { text-align: left; padding: 12px 14px; vertical-align: top; }
thead th { font-weight: 700; color: var(--muted); font-size: 0.85rem; border-bottom: 2px solid var(--ink); white-space: nowrap; }
tbody tr + tr td { border-top: 1px solid var(--rule); }
td.name { font-weight: 700; }
td[data-label="Phone"], td[data-label="Type"] { white-space: nowrap; }
td.name { min-width: 12em; }
td[data-label="Registered"] { white-space: nowrap; }
td[data-label="Website"] { white-space: nowrap; }
td .addr { display: block; font-weight: 400; color: var(--muted); font-size: 0.85rem; }
.name-link { color: var(--ink); text-decoration: underline; text-decoration-color: var(--rule); text-decoration-thickness: 2px; }
.name-link:hover { color: var(--green); text-decoration-color: currentColor; }
@media (max-width: 760px) { .table-box td a { display: inline-flex; align-items: center; min-height: 44px; } }
@media (max-width: 760px) { .register-foot a { display: inline-flex; align-items: center; min-height: 44px; } }
td.none { color: var(--muted); }
.flag { display: inline-block; padding: 2px 9px; border-radius: 999px; background: var(--amber-soft); border: 1px solid var(--amber); font-size: 0.8rem; font-weight: 700; white-space: nowrap; }
.flag-no { background: transparent; border-color: var(--rule); color: var(--muted); font-weight: 400; }
.register-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; margin-top: 16px; font-size: 0.9rem; color: var(--muted); }

@media (max-width: 760px) {
  .site-nav a:not(.nav-keep) { display: none; }
  .table-box { background: transparent; border: 0; overflow: visible; }
  .table-box table, .table-box thead, .table-box tbody, .table-box tr, .table-box td { display: block; }
  .table-box thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .table-box tbody tr { background: var(--paper); border: 1px solid var(--rule); border-radius: 8px; padding: 14px 16px; margin-bottom: 12px; }
  .table-box tbody tr + tr td { border-top: 0; }
  .table-box td { padding: 3px 0; display: grid; grid-template-columns: minmax(0, 7.8em) minmax(0, 1fr); gap: 10px; }
  .table-box td::before { content: attr(data-label); color: var(--muted); font-size: 0.85rem; }
  .table-box td.name { display: block; font-size: 1.05rem; padding-bottom: 8px; }
  .table-box td.name::before { content: none; }
  caption { display: block; padding: 0 0 12px !important; }
  td > * { justify-self: start; min-width: 0; }
  td, td.name { min-width: 0 !important; }
  td[data-label="Type"] { white-space: normal; }
  td[data-label="Website"] { white-space: normal; }
  td a { overflow-wrap: anywhere; }
}

/* who it's for */
.segments { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 40px; margin: 0; }
.segments dt { font-weight: 700; font-size: 1.1rem; margin-bottom: 6px; }
.segments dd { margin: 0; color: var(--muted); }
@media (max-width: 980px) { .segments { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .segments { grid-template-columns: 1fr; } }

/* fields */
.fields { width: 100%; font-size: 0.98rem; }
.fields th[scope="row"] { font-weight: 700; white-space: nowrap; }
.fields td, .fields th { border-top: 1px solid var(--rule); padding: 14px 16px 14px 0; }
.fields thead th { border-top: 0; }
.fields .cov { white-space: nowrap; color: var(--muted); font-variant-numeric: tabular-nums; }
@media (max-width: 760px) {
  .fields thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .fields tr { display: block; border-top: 1px solid var(--rule); padding: 12px 0; }
  .fields th, .fields td { display: block; border: 0; padding: 2px 0; }
  .fields td::before { content: none; }
  .fields .cov::before { content: "Coverage: "; font-weight: 700; color: var(--ink); }
}

/* steps: a real sequence, so numbered */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 48px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px 40px; }
.steps li { counter-increment: step; display: grid; gap: 6px; }
.steps li::before { content: counter(step); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--green); color: var(--green); font-weight: 800; margin-bottom: 6px; }
.steps p { color: var(--muted); }

/* pricing */
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 20px; }
.plan { border: 1px solid var(--rule); border-radius: 10px; padding: 28px; display: grid; gap: 18px; align-content: start; }
.plan-main { border: 2px solid var(--green); }
.price { font-size: 2.6rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.price span { font-size: 1rem; font-weight: 400; color: var(--muted); letter-spacing: 0; }
.plan ul { margin: 0; padding-left: 1.1em; display: grid; gap: 6px; }
.plan .btn { width: 100%; }
.price-note { margin-top: 20px; }

/* faq */
.faq { max-width: 780px; }
.faq details { border-top: 1px solid var(--rule); }
.faq details:last-child { border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; min-height: 56px; padding: 18px 32px 18px 0; font-weight: 700; font-size: 1.05rem; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 14px; font-size: 1.4rem; font-weight: 400; color: var(--green); }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 0 18px; color: var(--muted); }

/* contact band */
.contact { background: var(--mist); color: var(--ink); }
.contact h2 { color: var(--ink); }
.contact p { color: var(--muted); }
.contact .wrap { display: grid; gap: 20px; }


/* footer */
.site-footer { padding: 36px 0 48px; font-size: 0.88rem; color: var(--muted); }
.site-footer .wrap { display: grid; gap: 12px; }
.site-footer p { max-width: 90ch; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-links a { min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; }

/* legal pages */
.doc { padding: 56px 0 80px; }
.doc .wrap { max-width: 780px; }
.doc h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 8px; }
.doc h2 { font-size: 1.3rem; margin: 36px 0 10px; }
.doc p, .doc li { color: var(--ink); }
.doc p + p { margin-top: 12px; }
.doc ul { padding-left: 1.2em; display: grid; gap: 6px; margin: 10px 0 0; }
.doc .updated { color: var(--muted); margin-bottom: 28px; }
.doc a { padding: 14px 0; }
.not-found { min-height: 65vh; padding: clamp(64px, 10vw, 128px) 0; }
.not-found .wrap { display: grid; gap: 24px; justify-items: start; }
.not-found h1 { max-width: none; }

.placeholder { background: var(--amber-soft); outline: 1px dashed var(--amber); padding: 0 3px; }

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
html { scroll-behavior: smooth; }
@media (max-width: 560px) {
  .hero-copy { gap: 20px; }
  .actions { display: grid; }
  .actions .btn { width: 100%; }
  .preview-rows li { display: grid; gap: 8px; }
  .preview-rows .flag { justify-self: start; }
  .plan { padding: 22px; }
  .counts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; }
  .counts li { display: grid; }
  .counts strong { font-size: 1.7rem; }
}
@media (min-width: 761px) and (max-width: 1020px) { .table-box { overflow-x: auto; } .table-box table { min-width: 900px; } }
