:root {
  --ink: #0e0e0d;
  --body: #56564f;
  --muted: #83837b;
  --paper: #ffffff;
  --surface: #f4f4f1;
  --surface-2: #ebebe6;
  --line: #e2e2dc;
  --line-strong: #d2d2ca;
  --radius-lg: 26px;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-card: 0 1px 2px rgba(14, 14, 13, 0.04), 0 12px 32px rgba(14, 14, 13, 0.05);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  /* keep anchored sections clear of the sticky nav */
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

h1, h2, h3 { margin: 0; font-weight: 500; letter-spacing: -0.035em; line-height: 1.02; }
p { margin: 0; }

.shell {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- nav ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.brand-mark {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 500;
}

.nav-links {
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: var(--body);
}

.nav-links a:hover { color: var(--ink); }

.menu-button {
  display: none;
  border: 1px solid var(--line-strong);
  background: none;
  border-radius: 10px;
  width: 38px;
  height: 34px;
  font-size: 15px;
  cursor: pointer;
}

/* ---------- buttons ---------- */

.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #26261f; }

.button-ghost {
  background: #fff;
  color: var(--ink);
  border-color: var(--line-strong);
}
.button-ghost:hover { border-color: var(--ink); }

.button-small { padding: 9px 16px; font-size: 13px; }
.button-lg { padding: 14px 26px; font-size: 15px; }
.button .arrow { font-size: 14px; opacity: 0.75; }

.text-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--body);
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 2px;
}
.text-link:hover { color: var(--ink); border-color: var(--ink); }

/* ---------- shared section furniture ---------- */

.section { padding: 84px 0; }
.section-tight { padding: 64px 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 999px;
  font-size: 12.5px;
  color: var(--body);
  letter-spacing: -0.005em;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ink);
}

.section-label {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.section-head { max-width: 620px; }
.section-head h2 { font-size: clamp(28px, 3.2vw, 38px); }
.section-head p {
  margin-top: 16px;
  font-size: 16.5px;
  color: var(--body);
}

.section-head-split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  flex-wrap: wrap;
}
.section-head-split h2 { font-size: clamp(28px, 3.2vw, 38px); }
.section-head-split p { max-width: 340px; margin: 0; font-size: 16px; color: var(--body); }

/* ---------- hero ---------- */

.hero {
  padding: 72px 0 0;
  text-align: center;
}

.hero h1 {
  margin: 22px auto 0;
  max-width: 720px;
  font-size: clamp(36px, 4.6vw, 54px);
  line-height: 1.06;
}

.hero-text {
  margin: 20px auto 0;
  max-width: 560px;
  font-size: 17px;
  color: var(--body);
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---------- hero visual ----------
   Abstract field: soft converging forms over a faint dot matrix.
   Pure CSS, so the hero costs no extra network request. */

.hero-visual {
  position: relative;
  margin: 56px auto 0;
  max-width: 1000px;
  height: clamp(230px, 29vw, 370px);
  border-radius: 32px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(170deg, #f8f8f5 0%, #f1efea 45%, #e9e7e0 100%);
  /* soften the outer edges so it reads as a field rather than a card */
  -webkit-mask-image: radial-gradient(115% 130% at 50% 32%, #000 52%, transparent 100%);
  mask-image: radial-gradient(115% 130% at 50% 32%, #000 52%, transparent 100%);
}

.hero-visual > span { position: absolute; display: block; }

.hv-grid {
  inset: 0;
  background-image: radial-gradient(circle, rgba(14, 14, 13, 0.17) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(68% 78% at 50% 55%, #000 12%, transparent 74%);
  mask-image: radial-gradient(68% 78% at 50% 55%, #000 12%, transparent 74%);
}

.hv-form {
  border-radius: 50%;
  filter: blur(44px);
  mix-blend-mode: multiply;
}

.hv-form-1 {
  width: 46%;
  aspect-ratio: 1.3;
  left: 5%;
  top: -16%;
  background: radial-gradient(circle, rgba(163, 180, 166, 0.85), rgba(163, 180, 166, 0) 68%);
  animation: hv-drift-1 26s ease-in-out infinite alternate;
}

.hv-form-2 {
  width: 52%;
  aspect-ratio: 1.15;
  right: 1%;
  top: 4%;
  background: radial-gradient(circle, rgba(224, 203, 175, 0.9), rgba(224, 203, 175, 0) 68%);
  animation: hv-drift-2 32s ease-in-out infinite alternate;
}

.hv-form-3 {
  width: 42%;
  aspect-ratio: 1.5;
  left: 27%;
  bottom: -24%;
  background: radial-gradient(circle, rgba(126, 139, 145, 0.62), rgba(126, 139, 145, 0) 70%);
  animation: hv-drift-3 22s ease-in-out infinite alternate;
}

/* concentric rings: many separate sources converging on one point */
.hv-arcs {
  left: 50%;
  top: 54%;
  width: min(780px, 98%);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: repeating-radial-gradient(circle at 50% 50%,
    rgba(14, 14, 13, 0.1) 0 1px,
    transparent 1px 52px);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent 11%, #000 32%, transparent 66%);
  mask-image: radial-gradient(circle at 50% 50%, transparent 11%, #000 32%, transparent 66%);
}

@keyframes hv-drift-1 { to { transform: translate3d(7%, 9%, 0) scale(1.09); } }
@keyframes hv-drift-2 { to { transform: translate3d(-8%, 6%, 0) scale(1.06); } }
@keyframes hv-drift-3 { to { transform: translate3d(5%, -8%, 0) scale(1.12); } }

@media (prefers-reduced-motion: reduce) {
  .hv-form { animation: none; }
}

/* ---------- panels ---------- */

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 14px;
  box-shadow: var(--shadow-card);
}

.panel-window {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.panel-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}

.panel-bar-title { color: var(--ink); font-weight: 500; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 12px;
  color: var(--body);
  background: var(--surface);
}
.badge:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ink);
}

.panel-body { padding: 26px 24px 24px; }

/* ---------- why cards ---------- */

.card-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 12px 12px 26px;
  display: flex;
  flex-direction: column;
}

.card-art {
  min-height: 150px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.card-body { padding: 20px 10px 0; }
.card h3 { font-size: 17.5px; }
.card p { margin-top: 9px; font-size: 14px; color: var(--body); }

.mini-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: var(--body);
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.mini-row.on { background: var(--ink); border-color: var(--ink); color: #fff; }
.mini-row em { font-style: normal; color: var(--muted); }
.mini-row.on em { color: rgba(255, 255, 255, 0.66); }

.mini-bar { height: 7px; border-radius: 999px; background: var(--surface-2); }
.mini-bar > i { display: block; height: 100%; border-radius: 999px; background: var(--ink); }

.mini-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.mini-pills span {
  font-size: 11.5px;
  color: var(--body);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 10px;
}

.mini-check {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  color: var(--body);
}
.check-list { display: flex; flex-direction: column; gap: 14px; }
.check-list .mini-check { font-size: 14px; }

.mini-check b {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  display: grid;
  place-items: center;
  flex: none;
}

/* ---------- feature rows ---------- */

.feature {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: start;
  padding: 72px 0;
  border-top: 1px solid var(--line);
}

.feature-reverse .feature-visual { order: -1; }

.feature-copy h2 { font-size: clamp(26px, 2.9vw, 34px); }
.feature-copy p { margin-top: 16px; font-size: 16px; color: var(--body); max-width: 470px; }
.feature-copy .feature-note { margin-top: 12px; font-size: 14.5px; color: var(--muted); }
.feature-copy .button, .feature-copy .text-link { margin-top: 26px; }

.list-plain { margin: 24px 0 0; padding: 0; list-style: none; }
.list-plain li {
  padding: 16px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  font-size: 15px;
  color: var(--body);
}
.list-plain li:last-child { border-bottom: 1px solid var(--line); }
.list-plain b { font-size: 12.5px; color: var(--muted); font-weight: 500; padding-top: 2px; }
.list-plain strong { display: block; color: var(--ink); font-weight: 500; margin-bottom: 3px; }

.visual-rows { display: flex; flex-direction: column; gap: 10px; }

.visual-row {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.visual-row strong { font-size: 15px; font-weight: 500; }
.visual-row small { font-size: 12.5px; color: var(--muted); display: block; margin-top: 3px; }
.visual-row .tag {
  font-size: 11.5px;
  color: var(--body);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
}
.visual-row.dark { background: var(--ink); border-color: var(--ink); color: #fff; }
.visual-row.dark small { color: rgba(255, 255, 255, 0.6); }
.visual-row.dark .tag { border-color: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.8); }

.timeline { display: flex; flex-direction: column; gap: 0; }
.timeline-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.timeline-item:last-child { border-bottom: 0; }
.timeline-item i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 12px;
  color: var(--body);
  background: #fff;
}
.timeline-item.on i { background: var(--ink); border-color: var(--ink); color: #fff; }
.timeline-item strong { font-size: 15px; font-weight: 500; }
.timeline-item p { font-size: 13.5px; color: var(--body); margin-top: 3px; }

/* ---------- faq ---------- */

.faq-section { border-top: 1px solid var(--line); }

/* line the heading up with the centred accordion below it */
.faq-head { max-width: 860px; margin: 0 auto; }

.faq-list {
  margin: 40px auto 0;
  max-width: 860px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 8px 10px;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin: 8px 0;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* anonymous flex items (the bare question text) will not shrink below
     min-content, so keep the gap small enough that the longest question fits */
  gap: 12px;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i {
  font-style: normal;
  font-size: 20px;
  color: var(--muted);
  transition: transform 0.2s ease;
  flex: none;
  line-height: 1;
}
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list p {
  margin-top: 10px;
  padding-right: 34px;
  font-size: 14.5px;
  color: var(--body);
}

/* ---------- contact ---------- */

.contact-section { border-top: 1px solid var(--line); padding: 84px 0 96px; }

.contact-head { text-align: center; }
.contact-head h2 { margin-top: 20px; font-size: clamp(28px, 3.4vw, 40px); }
.contact-head p { margin: 16px auto 0; max-width: 520px; font-size: 16.5px; color: var(--body); }

.form-card {
  margin: 40px auto 0;
  max-width: 660px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px;
  box-shadow: var(--shadow-card);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}

label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 13px;
  color: var(--body);
}

input, textarea {
  font: inherit;
  font-size: 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  padding: 12px 13px;
  outline: 0;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
input::placeholder, textarea::placeholder { color: #a6a69e; }
input:focus, textarea:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(14, 14, 13, 0.08);
}
textarea { resize: vertical; }

.field-wide { margin-top: 16px; }

.consent {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 24px;
  font-size: 13.5px;
}
.consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--ink);
  flex: none;
  padding: 0;
}

.provider-form .button { width: 100%; justify-content: center; }

.form-status { min-height: 20px; margin-top: 14px; font-size: 14px; color: var(--muted); text-align: center; }
.form-status.success { color: var(--ink); }

.contact-alt { margin-top: 28px; text-align: center; font-size: 14px; color: var(--body); }
.contact-alt a { border-bottom: 1px solid var(--line-strong); }
.contact-alt a:hover { border-color: var(--ink); }

/* ---------- footer ---------- */

.footer {
  border-top: 1px solid var(--line);
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: var(--muted);
}

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .card-grid { grid-template-columns: 1fr 1fr; }
  .feature { grid-template-columns: 1fr; gap: 40px; padding: 64px 0; }
  .feature-reverse .feature-visual { order: 0; }
}

@media (max-width: 680px) {
  .shell { padding: 0 18px; }
  .nav-links { display: none; }
  .nav-links.is-open {
    display: flex;
    position: absolute;
    left: 18px;
    right: 18px;
    top: 62px;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
  }
  .nav-inner > .button { display: none; }
  .menu-button { display: block; }

  .section, .contact-section { padding: 64px 0; }
  .hero { padding-top: 56px; }
  .hero h1 { font-size: 40px; }
  .hero-text { font-size: 16.5px; }
  .panel { padding: 10px; border-radius: 20px; }
  .hero-visual { margin-top: 40px; border-radius: 24px; }
  .hv-form { filter: blur(32px); }

  .card-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .card-art { min-height: 132px; }

  .faq-list { padding: 6px 8px; }
  .faq-list details { padding: 16px 18px; }
  .faq-list summary { font-size: 15.5px; }

  .form-card { padding: 22px; }
  .form-grid { grid-template-columns: 1fr; }
}
