:root {
  --paper: #f6f7fb;
  --panel: #ffffff;
  --ink: #111827;
  --muted: #606b7a;
  --blue: #4338ca;
  --indigo: #312e81;
  --cyan: #06b6d4;
  --emerald: #10b981;
  --amber: #f59e0b;
  --coral: #f43f5e;
  --line: rgba(17, 24, 39, .12);
  --display: "Cambon Light", Cambon, "Iowan Old Style", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 28px 80px rgba(21, 34, 55, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background:
    linear-gradient(120deg, rgba(6,182,212,.18), transparent 31%),
    linear-gradient(245deg, rgba(244,63,94,.14), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.5), transparent 46%),
    var(--paper);
}
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; letter-spacing: 0; }
p { margin: 0; }

.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  position: sticky;
  top: 16px;
  z-index: 10;
  width: min(1120px, calc(100% - 32px));
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 54px rgba(21,34,55,.1);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 880; }
.brand-mark { width: 42px; height: 42px; display: block; flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; display: block; }
.brand-text { display: grid; line-height: 1.05; }
.brand-text span { color: var(--muted); font-size: 11px; font-weight: 760; }
.nav-links { display: flex; gap: 4px; color: #3b4149; font-size: 13px; font-weight: 800; }
.nav-links a { padding: 10px 12px; border-radius: 12px; }
.nav-links a:hover { background: rgba(67,56,202,.08); color: var(--blue); }
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: white;
  background: linear-gradient(145deg, var(--blue), var(--indigo));
  box-shadow: 0 16px 34px rgba(67,56,202,.25);
  cursor: pointer;
  font-weight: 860;
  font-size: 14px;
  text-align: center;
}
.btn.secondary { color: var(--ink); background: white; border-color: var(--line); box-shadow: none; }
.btn[disabled] { opacity: .45; cursor: not-allowed; }

.hero { padding: 94px 0 84px; min-height: calc(100vh - 74px); display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: minmax(0,.94fr) minmax(460px,1.06fr); gap: 58px; align-items: center; }
.eyebrow, .tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 840;
}
.eyebrow { color: var(--blue); background: rgba(255,255,255,.78); border: 1px solid rgba(67,56,202,.15); }
.eyebrow i, .section-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 7px rgba(244,63,94,.14); }
.tag { background: rgba(255,255,255,.14); color: inherit; }
h1 { margin-top: 24px; font-family: var(--display); font-size: clamp(52px, 6.4vw, 96px); font-weight: 300; line-height: .88; }
.lead { max-width: 660px; margin: 22px 0 0; color: #4e5964; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.actions.centered { justify-content: center; }
.trust-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 34px; }
.trust-strip span {
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.68);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.trust-strip b { color: var(--ink); font-size: 20px; }

.visual {
  position: relative;
  min-height: 660px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,255,255,.62)),
    radial-gradient(circle at 18% 22%, rgba(6,182,212,.28), transparent 28%),
    radial-gradient(circle at 78% 70%, rgba(245,158,11,.22), transparent 34%);
  border: 1px solid rgba(255,255,255,.76);
  box-shadow: var(--shadow);
}
.visual::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 28px;
  background-image:
    linear-gradient(rgba(67,56,202,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67,56,202,.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(145deg, black, transparent 72%);
}
.journey-card, .practice-card, .note-card {
  position: absolute;
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(21,34,55,.14);
}
.journey-card { left: 34px; top: 34px; width: min(78%, 440px); padding: 22px; border-radius: 24px; background: rgba(255,255,255,.88); }
.journey-card h2 { margin-top: 12px; font-family: var(--display); font-size: 44px; font-weight: 300; line-height: .95; }
.journey-steps { display: grid; gap: 10px; margin-top: 18px; }
.journey-steps div { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; padding: 12px; border-radius: 16px; background: #f4f7f8; }
.journey-steps i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; background: var(--blue); color: white; font-style: normal; font-weight: 900; }
.journey-steps b { display: block; font-size: 14px; }
.journey-steps small { color: var(--muted); font-weight: 720; }
.journey-steps em { color: #047857; font-style: normal; font-weight: 900; }
.practice-card { right: 34px; bottom: 44px; width: 330px; padding: 22px; border-radius: 30px; color: white; background: linear-gradient(145deg, #111827, #312e81); box-shadow: 0 26px 68px rgba(23,25,32,.28); }
.practice-card h2 { margin-top: 12px; font-family: var(--display); font-size: 42px; font-weight: 300; line-height: .96; }
.metric-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 18px; }
.metric { padding: 12px; border-radius: 16px; background: rgba(255,255,255,.1); }
.metric b { display: block; color: var(--cyan); font-size: 24px; }
.metric span { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 740; }
.note-card { left: 78px; bottom: 54px; width: 260px; padding: 16px; border-radius: 22px; background: #fff; }
.note-card b { display: block; margin-bottom: 8px; }
.note-card p { color: var(--muted); font-size: 13px; line-height: 1.45; font-weight: 720; }

section { padding: 94px 0; }
.section-head { display: grid; grid-template-columns: 1fr minmax(280px,.58fr); gap: 32px; align-items: end; margin-bottom: 30px; }
.section-head h2, .teaser-copy h2 { font-family: var(--display); font-size: clamp(42px,5vw,76px); font-weight: 300; line-height: .92; }
.section-head p, .teaser-copy p { color: var(--muted); font-size: 17px; line-height: 1.6; }
.teaser-copy h2 { margin-top: 18px; }
.teaser-copy p { margin-top: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service { min-height: 320px; display: grid; align-content: space-between; padding: 24px; border-radius: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.72); box-shadow: 0 18px 46px rgba(21,34,55,.08); }
.service:nth-child(2) { background: linear-gradient(145deg, #111827, #312e81); color: white; }
.service h3 { margin-top: 28px; font-family: var(--display); font-size: 38px; font-weight: 300; line-height: .98; }
.service p { margin-top: 12px; color: inherit; opacity: .72; line-height: 1.55; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: rgba(67,56,202,.12); color: var(--blue); font-weight: 900; }
.service:nth-child(2) .service-icon { background: rgba(255,255,255,.14); color: var(--cyan); }
.flow-band { background: linear-gradient(135deg, #111827, #312e81 60%, #155e75); color: white; }
.flow-band .section-head p { color: rgba(255,255,255,.68); }
.flow-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.flow-card { min-height: 230px; padding: 20px; border-radius: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); }
.flow-card span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 14px; background: var(--amber); color: #1d1b16; font-weight: 920; }
.flow-card h3 { margin-top: 34px; font-family: var(--display); font-size: 32px; font-weight: 300; line-height: 1; }
.flow-card p { margin-top: 12px; color: rgba(255,255,255,.68); line-height: 1.5; }
.intake-teaser { padding-bottom: 108px; }
.teaser-shell { display: grid; grid-template-columns: .78fr 1fr; gap: 26px; align-items: center; padding: 28px; border-radius: 30px; background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(238,242,255,.92)); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); }
.teaser-copy { padding: 18px; }
.step-preview { display: grid; gap: 10px; padding: 20px; border-radius: 24px; background: linear-gradient(145deg, #111827, #312e81); color: white; }
.step-preview div { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; padding: 12px; border-radius: 16px; background: rgba(255,255,255,.08); }
.step-preview i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: rgba(6,182,212,.18); color: var(--cyan); font-style: normal; font-weight: 900; }
.step-preview b { display: block; }
.step-preview small { color: rgba(255,255,255,.62); font-weight: 720; }
.step-preview span { color: var(--cyan); font-weight: 900; }
footer { padding: 36px 0 50px; color: var(--muted); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 24px; border-top: 1px solid var(--line); }

.intake-page {
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(67,56,202,.16), transparent 34%),
    linear-gradient(250deg, rgba(6,182,212,.18), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.54), transparent 46%),
    var(--paper);
}
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 46px; }
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 24px; }
.back-link { color: var(--muted); font-size: 14px; font-weight: 820; }
.hero-line { display: grid; grid-template-columns: 1fr minmax(280px,.5fr); gap: 28px; align-items: end; margin-bottom: 24px; }
.hero-line h1 { margin: 0; font-size: clamp(48px, 6vw, 86px); }
.hero-line p { color: var(--muted); line-height: 1.6; font-size: 16px; }
.progress-card { padding: 16px; border-radius: 26px; background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.82); box-shadow: 0 22px 70px rgba(21,34,55,.12); margin-bottom: 18px; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.step { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; min-height: 78px; padding: 12px; border: 1px solid transparent; border-radius: 18px; background: #eef2ff; color: #64748b; text-align: left; transition: .25s ease; }
.step-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; background: white; color: currentColor; font-weight: 900; }
.step strong { display: block; color: inherit; font-size: 13px; line-height: 1.1; }
.step small { display: block; margin-top: 3px; color: inherit; opacity: .72; font-size: 11px; font-weight: 740; }
.step.active { color: white; background: linear-gradient(145deg, var(--blue), var(--indigo)); box-shadow: 0 16px 34px rgba(67,56,202,.28); }
.step.active .step-icon { background: rgba(255,255,255,.18); color: #67e8f9; }
.step.done { color: #064e3b; background: #dff8ee; border-color: rgba(16,185,129,.42); }
.step.done .step-icon { background: var(--emerald); color: white; }
.layout { display: grid; grid-template-columns: 320px 1fr; gap: 18px; align-items: start; }
.side { position: sticky; top: 18px; padding: 22px; border-radius: 26px; color: white; background: linear-gradient(145deg, rgba(6,182,212,.18), transparent 42%), linear-gradient(145deg, #111827, var(--indigo)); box-shadow: 0 26px 70px rgba(49,46,129,.22); }
.side h2 { margin: 16px 0 10px; font-family: var(--display); font-weight: 300; font-size: 46px; line-height: .95; }
.side p { color: rgba(255,255,255,.68); line-height: 1.55; }
.mini-stat { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 22px; }
.mini-stat div { padding: 14px; border-radius: 16px; background: rgba(255,255,255,.1); }
.mini-stat b { display: block; color: #67e8f9; font-size: 25px; }
.mini-stat span { color: rgba(255,255,255,.68); font-size: 12px; font-weight: 740; }
.form-card { min-height: 620px; padding: 28px; border-radius: 28px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.84); box-shadow: 0 26px 80px rgba(21,34,55,.13); }
.form-alert { margin-bottom: 16px; padding: 14px; border-radius: 16px; border: 1px solid rgba(244,63,94,.35); background: rgba(244,63,94,.1); color: #9f1239; font-weight: 800; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 880; }
.form-step { display: none; }
.form-step.active { display: block; animation: rise .25s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.form-step h2 { margin: 12px 0 8px; font-family: var(--display); font-weight: 300; font-size: clamp(38px, 4.6vw, 62px); line-height: .92; }
.form-step > p { max-width: 680px; margin-bottom: 24px; color: var(--muted); line-height: 1.6; }
.grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field.full { grid-column: 1 / -1; }
label { color: #3f4955; font-size: 13px; font-weight: 860; }
input:not([type="radio"]):not([type="checkbox"]), select, textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfcfb;
  color: var(--ink);
  padding: 0 14px;
  outline: none;
}
textarea { min-height: 126px; padding: 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: rgba(67,56,202,.58); box-shadow: 0 0 0 4px rgba(67,56,202,.12); }
.choice-grid, .check-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.choice, .check { min-height: 66px; display: flex; align-items: center; gap: 12px; padding: 13px; border-radius: 17px; background: #fbfcff; border: 1px solid var(--line); color: #46505b; font-size: 13px; font-weight: 820; cursor: pointer; }
.choice input, .check input { position: absolute; opacity: 0; pointer-events: none; }
.choice.active { color: white; background: linear-gradient(145deg, var(--blue), var(--indigo)); border-color: transparent; box-shadow: 0 16px 34px rgba(67,56,202,.2); }
.choice span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; background: rgba(67,56,202,.1); color: var(--blue); flex: 0 0 auto; }
.choice.active span { background: rgba(255,255,255,.18); color: #67e8f9; }
.choice small { display: block; margin-top: 4px; opacity: .82; font-weight: 760; line-height: 1.35; }
.choice.active small { color: rgba(255,255,255,.9); opacity: 1; }
.check.active { color: white; background: linear-gradient(145deg, #0891b2, var(--blue)); border-color: transparent; box-shadow: 0 14px 28px rgba(8,145,178,.18); }
.check-box { width: 20px; height: 20px; border-radius: 7px; border: 1px solid rgba(17,24,39,.22); background: white; flex: 0 0 auto; }
.check.active .check-box { position: relative; background: white; border-color: white; }
.check.active .check-box::after { content: ""; position: absolute; left: 5px; top: 2px; width: 7px; height: 11px; border: solid var(--blue); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.error { min-height: 18px; color: #be123c; font-size: 12px; font-weight: 780; }
.error ul { margin: 0; padding: 0; list-style: none; }
.invalid input:not([type="radio"]):not([type="checkbox"]), .invalid select, .invalid textarea { border-color: rgba(244,63,94,.8); box-shadow: 0 0 0 4px rgba(244,63,94,.12); }
.other-industry { display: none; }
.other-industry.visible { display: grid; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.review { padding: 18px; border-radius: 18px; background: #f4f7f8; border: 1px solid var(--line); }
.review-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.review span { color: var(--muted); font-size: 12px; font-weight: 880; text-transform: uppercase; letter-spacing: .07em; }
.review button { min-height: 34px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--blue); cursor: pointer; font-size: 12px; font-weight: 860; }
.review button:hover { border-color: rgba(67,56,202,.42); background: #eef2ff; }
.review b { display: block; margin-top: 10px; font-size: 18px; }
.review p { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.45; font-weight: 720; white-space: pre-line; }
.form-actions { justify-content: space-between; align-items: center; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.secure { color: var(--muted); font-size: 13px; font-weight: 760; text-align: center; }

.thank-you { min-height: 650px; display: grid; place-items: center; text-align: center; padding: 40px 24px; }
.success-mark { width: 86px; height: 86px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 28px; color: white; background: linear-gradient(145deg, var(--emerald), var(--cyan)); box-shadow: 0 22px 48px rgba(16,185,129,.28); font-weight: 900; font-size: 30px; }
.thank-you h1 { max-width: 720px; margin: 0 auto 14px; font-size: clamp(44px, 5vw, 74px); }
.thank-you p { max-width: 600px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.6; }
.thank-you-grid { width: min(680px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px auto 0; }
.thank-you-grid div { padding: 14px; border-radius: 16px; background: #f4f7ff; border: 1px solid var(--line); text-align: left; }
.thank-you-grid b { display: block; color: var(--blue); font-size: 18px; }
.thank-you-grid span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; font-weight: 760; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-grid, .section-head, .service-grid, .flow-grid, .teaser-shell, .hero-line, .layout, .steps, .review-grid, .thank-you-grid { grid-template-columns: 1fr; }
  .visual { min-height: 760px; }
  .side { position: static; }
}

@media (max-width: 620px) {
  .wrap, .shell { width: min(100% - 28px, 1180px); }
  .hero { padding-top: 60px; }
  .trust-strip, .grid, .choice-grid, .check-grid { grid-template-columns: 1fr; }
  .visual { min-height: auto; padding: 16px; }
  .journey-card, .practice-card, .note-card { position: relative; inset: auto; width: 100%; margin-bottom: 14px; }
  .actions, .form-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  section { padding: 68px 0; }
  .footer-row, .topbar { flex-direction: column; align-items: flex-start; }
  .form-card { padding: 18px; }
  .step-preview div { grid-template-columns: 42px 1fr; }
  .step-preview span { grid-column: 2; }
}
