:root {
  --bg: #f8f5f0;
  --surface: #f0ece4;
  --surface-2: #e8e2d8;
  --ink: #1c1408;
  --muted: #6b6052;
  --navy: #1e3569;
  --gold: #c8911f;
  --green: #16834f;
  --line: rgba(28, 20, 10, .11);
  --white: #fff;
  --display: 'Cormorant Garamond', Georgia, serif;
  --body: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --brand: 'Montserrat', 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
  --max: 1160px;
  --gutter: clamp(20px, 5vw, 72px);
  --section: clamp(68px, 9vw, 112px);
  --nav-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a, input { touch-action: manipulation; }
a { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: rgba(200, 145, 31, .2); color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 0 0 8px 8px;
  background: var(--navy);
  color: var(--white);
}
.skip-link:focus { top: 0; }
.shell, .wrap { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 200;
  border-bottom: 1px solid transparent;
  background: rgba(248, 245, 240, .88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.site-nav.is-scrolled,
body.menu-open .site-nav {
  border-bottom-color: var(--line);
  background: rgba(248, 245, 240, .96);
  box-shadow: 0 10px 28px rgba(28, 20, 8, .06);
}
.nav-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  height: var(--nav-h);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex;
  align-items: center;
  gap: 32px;
}
.brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 9px;
  color: #111;
  font-family: var(--brand);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.brand img { width: 22px; height: 27px; object-fit: contain; }
.footer-brand .brand img { width: 31px; height: 38px; }
.nav-panel {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 28px;
  min-width: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-links .nav-optional { display: none; }
.nav-label-full { display: none; }
.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: var(--nav-h);
  color: var(--ink);
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .01em;
  text-decoration: none;
  white-space: nowrap;
  opacity: .68;
  transition: opacity .15s, color .15s;
}
.nav-links a:hover { opacity: 1; }
.nav-links a[aria-current='page'] {
  color: var(--navy);
  opacity: 1;
}
.nav-links a[aria-current='page']::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 1.5px;
  background: var(--navy);
}
.nav-cta, .button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 11px 22px;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s, opacity .2s, border-color .2s, background .2s;
}
.nav-cta {
  flex-shrink: 0;
  margin-left: auto;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: .8125rem;
  white-space: nowrap;
}
.nav-cta, .button-primary { background: var(--navy); color: var(--white); }
.button-primary:hover { opacity: .9; transform: translateY(-2px); }
.nav-cta:hover { opacity: .92; }
.button-secondary { border-color: var(--line); background: transparent; color: var(--ink); }
.button-secondary:hover { border-color: rgba(30, 53, 105, .35); background: rgba(30, 53, 105, .04); }
.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.menu-toggle span { display: block; width: 18px; height: 1.5px; margin: 5px auto; border-radius: 2px; background: var(--ink); transition: .2s; }
.menu-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.nav-overlay {
  position: fixed;
  inset: var(--nav-h) 0 0;
  z-index: 1;
  background: rgba(28, 20, 8, .28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s, visibility .2s;
}
body.menu-open .nav-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.profession-hero { padding: clamp(130px, 16vw, 180px) 0 clamp(74px, 9vw, 110px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(44px, 7vw, 90px); align-items: center; }
.breadcrumb { margin-bottom: 24px; color: var(--muted); font-size: .75rem; }
.breadcrumb ol { display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li + li::before { content: '›'; margin-right: 8px; opacity: .5; }
.breadcrumb a { text-decoration: none; }
.eyebrow {
  margin: 0 0 15px;
  color: var(--navy);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); }
h1 {
  max-width: 760px;
  margin-bottom: 25px;
  font-size: clamp(3rem, 6.5vw, 5.7rem);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: .95;
}
h1 em { color: var(--navy); font-weight: 500; }
.hero-lead { max-width: 660px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.15rem); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.scope-list { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 28px; }
.scope-list span { padding: 5px 11px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); font-size: .72rem; }

.workflow-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: 0 22px 65px rgba(28, 20, 8, .09); }
.workflow-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.workflow-head { padding: 25px 28px 20px; border-bottom: 1px solid var(--line); }
.workflow-head span { display: block; margin-bottom: 5px; color: var(--gold); font-size: .68rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.workflow-head strong { font-family: var(--display); font-size: 1.45rem; line-height: 1.15; }
.workflow-steps { margin: 0; padding: 4px 28px; list-style: none; }
.workflow-steps li { display: grid; grid-template-columns: 32px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.workflow-steps li:last-child { border-bottom: 0; }
.workflow-steps > li > span { color: var(--gold); font-family: var(--display); font-size: 1.15rem; font-weight: 700; }
.workflow-steps strong { display: block; margin-bottom: 3px; font-size: .88rem; }
.workflow-steps p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.workflow-alert { margin: 0 20px 20px; padding: 12px 14px; border: 1px solid rgba(30, 53, 105, .13); border-radius: 9px; background: rgba(30, 53, 105, .06); color: var(--navy); font-size: .74rem; }

.availability-bar { border-block: 1px solid var(--line); background: var(--surface); }
.availability-inner { min-height: 48px; padding-block: 10px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: .78rem; text-align: center; }
.availability-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(22, 131, 79, .15); }
.availability-inner strong { color: var(--navy); font-weight: 600; }

.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal { padding: 28px 24px; border-right: 1px solid var(--line); }
.signal:last-child { border-right: 0; }
.signal strong { display: block; margin-bottom: 5px; font-size: .88rem; }
.signal span { display: block; color: var(--muted); font-size: .75rem; line-height: 1.55; }

.section { padding-block: var(--section); }
.section-surface { border-block: 1px solid var(--line); background: var(--surface); }
.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 58px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin-bottom: 15px; font-size: clamp(2.35rem, 5vw, 4.2rem); font-weight: 700; letter-spacing: -.035em; line-height: 1; }
.section-head p:last-child { margin-bottom: 0; color: var(--muted); }

.operations-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.operation-card { position: relative; min-height: 290px; padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); }
.operation-number { display: block; margin-bottom: 48px; color: var(--gold); font-family: var(--display); font-size: 1.7rem; font-weight: 700; }
.operation-label { color: var(--navy); font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.operation-card h3 { margin: 10px 0 9px; font-family: var(--display); font-size: 1.4rem; line-height: 1.1; }
.operation-card p { margin-bottom: 0; color: var(--muted); font-size: .8rem; }

.ownership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ownership-card { padding: clamp(25px, 4vw, 40px); border: 1px solid var(--line); border-radius: 16px; background: var(--bg); }
.ownership-card.team { background: var(--navy); color: var(--white); }
.ownership-kicker { color: var(--gold); font-size: .69rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.ownership-card h3 { margin: 12px 0 25px; font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.1; }
.ownership-card ul { margin: 0; padding: 0; list-style: none; }
.ownership-card li { position: relative; padding: 12px 0 12px 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.ownership-card li::before { content: '✓'; position: absolute; left: 1px; color: var(--gold); font-weight: 700; }
.ownership-card.team li { border-color: rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .74); }

.config-layout { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(40px, 7vw, 90px); align-items: start; }
.config-intro { position: sticky; top: 105px; }
.config-intro h2 { margin-bottom: 15px; font-size: clamp(2.3rem, 4vw, 3.7rem); font-weight: 700; line-height: 1; }
.config-intro p:last-child { color: var(--muted); }
.config-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.config-item { min-height: 205px; padding: 25px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.config-item:nth-child(even) { border-right: 0; }
.config-item > span { color: var(--gold); font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.config-item strong { display: block; margin: 35px 0 7px; font-family: var(--display); font-size: 1.25rem; line-height: 1.15; }
.config-item p { margin: 0; color: var(--muted); font-size: .78rem; }

.onboarding-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.onboarding-step { padding: 27px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); }
.onboarding-step > span { color: var(--gold); font-family: var(--display); font-size: 1.65rem; font-weight: 700; }
.onboarding-step h3 { margin: 40px 0 8px; font-family: var(--display); font-size: 1.35rem; }
.onboarding-step p { margin-bottom: 0; color: var(--muted); font-size: .8rem; }

.pricing-section { padding-block: clamp(52px, 7vw, 82px); background: var(--surface-2); }
.pricing-strip { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: clamp(25px, 4vw, 55px); align-items: center; padding: clamp(28px, 5vw, 48px); border: 1px solid rgba(30, 53, 105, .16); border-radius: 18px; background: var(--bg); }
.pricing-copy h2 { margin: 7px 0 8px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; }
.pricing-copy p { margin: 0; color: var(--muted); font-size: .82rem; }
.price { color: var(--navy); font-family: var(--display); font-size: clamp(3rem, 5vw, 4.4rem); font-weight: 700; line-height: .9; white-space: nowrap; }
.price span { color: var(--muted); font-family: var(--body); font-size: .75rem; font-weight: 400; }

.faq-list { max-width: 860px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.faq-question span:first-child { font-weight: 500; }
.faq-plus { color: var(--navy); font-size: 1.4rem; transition: transform .2s; }
.faq-question[aria-expanded='true'] .faq-plus { transform: rotate(45deg); }
.faq-answer { padding: 0 40px 22px 0; color: var(--muted); font-size: .86rem; }
.faq-answer p { margin: 0; }

.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.related-card { min-height: 210px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); text-decoration: none; transition: transform .2s, border-color .2s; }
.related-card:hover { transform: translateY(-3px); border-color: rgba(30, 53, 105, .3); }
.related-card > span { color: var(--navy); font-size: .69rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.related-card h3 { margin: 52px 0 7px; font-family: var(--display); font-size: 1.55rem; line-height: 1.05; }
.related-card p { margin: 0; color: var(--muted); font-size: .8rem; }

.final-cta { padding-block: var(--section); text-align: center; }
.final-cta h2 { max-width: 760px; margin: 0 auto 16px; font-size: clamp(2.6rem, 5.5vw, 4.8rem); line-height: .98; }
.final-cta p { max-width: 610px; margin: 0 auto 28px; color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); padding: 42px var(--gutter); }
.footer-grid { width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 35px; align-items: start; }
.footer-brand p { max-width: 330px; margin: 14px 0 0; color: var(--muted); font-size: .8rem; }
.footer-column strong { display: block; margin-bottom: 11px; color: var(--ink); font-size: .75rem; }
.footer-column a { display: block; width: fit-content; margin: 7px 0; color: var(--muted); font-size: .78rem; text-decoration: none; }
.footer-column a:hover, .footer-column a[aria-current='page'] { color: var(--navy); }
.footer-bottom { width: min(100%, var(--max)); margin: 30px auto 0; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .72rem; }
.mobile-cta { display: none; }

.reveal.is-hidden { opacity: 0; transform: translateY(18px); }
.reveal { transition: opacity .55s ease, transform .55s ease; transition-delay: var(--reveal-delay, 0ms); }

/* Homepage hero */
.home-hero {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--nav-h) + clamp(40px, 8vw, 80px)) var(--gutter) clamp(60px, 8vw, 80px);
}
.home-hero .hero-badge {
  margin: 0 0 24px;
  color: var(--gold);
  font-family: var(--display);
  font-size: clamp(.95rem, 2.2vw, 1.1rem);
  font-style: italic;
  font-weight: 400;
}
.home-hero h1 {
  max-width: 860px;
  margin: 0 auto 28px;
  font-size: clamp(3.4rem, 11vw, 9rem);
  letter-spacing: -.03em;
  line-height: 1;
}
.home-hero h1 em { font-style: italic; font-weight: 700; }
.home-hero .hero-sub {
  max-width: 520px;
  margin: 0 auto 44px;
  color: color-mix(in srgb, var(--ink) 55%, transparent);
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  line-height: 1.75;
}
.home-hero .hero-actions { justify-content: center; }
.home-hero .button-primary {
  padding: 14px 40px;
  font-size: 1rem;
  box-shadow: 0 4px 20px rgba(30, 53, 105, .18);
}

/* Homepage proof */
.proof-bar { padding: clamp(24px, 4vw, 36px) var(--gutter); background: var(--surface); border-block: 1px solid var(--line); }
.proof-inner { max-width: var(--max); margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 20px 24px; border-right: 1px solid var(--line); text-align: center; }
.proof-item:last-child { border-right: 0; }
.proof-num { color: var(--gold); font-family: var(--display); font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 700; line-height: 1; }
.proof-label { margin-top: 6px; color: var(--muted); font-size: clamp(.72rem, 1.4vw, .78rem); font-weight: 300; line-height: 1.4; }
.proof-source { margin-top: 4px; color: rgba(107, 96, 82, .75); font-size: .65rem; }

/* Homepage how-it-works + editorial heads */
.sec-label { margin-bottom: 14px; color: var(--navy); font-size: .72rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; text-align: center; }
.sec-title { margin-bottom: 14px; font-size: clamp(1.9rem, 4vw, 3.2rem); font-weight: 600; line-height: 1.1; text-align: center; }
.sec-sub { max-width: 480px; margin: 0 auto; color: var(--muted); font-size: clamp(.9rem, 2vw, 1rem); font-weight: 300; line-height: 1.75; text-align: center; }
.sec-head { margin-bottom: clamp(40px, 5vw, 64px); }
.sec-head--left .sec-label, .sec-head--left .sec-title, .sec-head--left .sec-sub { text-align: left; }
.sec-head--left .sec-title { margin-bottom: 18px; font-size: clamp(2.6rem, 6vw, 5.2rem); font-weight: 700; }
.sec-head--left .sec-sub { max-width: 560px; margin-left: 0; }

.flow-section { padding-block: var(--section); }
.flow-container { display: flex; align-items: center; justify-content: center; max-width: 1000px; margin: 0 auto; gap: 16px; }
.flow-step { display: flex; flex-direction: column; align-items: center; flex: 1; padding: 0 16px; text-align: center; }
.flow-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  flex-shrink: 0;
}
.fi-teal { border: 1px solid rgba(30, 53, 105, .2); background: rgba(30, 53, 105, .08); color: var(--navy); }
.fi-gold { border: 1px solid rgba(200, 145, 31, .2); background: rgba(200, 145, 31, .1); color: var(--gold); }
.fi-blue { border: 1px solid rgba(74, 106, 180, .2); background: rgba(74, 106, 180, .1); color: #3a5fa8; }
.fi-green { border: 1px solid rgba(22, 131, 79, .2); background: rgba(22, 131, 79, .1); color: var(--green); }
.icon-svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.feat-emoji { display: block; margin-bottom: 14px; color: var(--navy); }
.feat-emoji .icon-svg { width: 22px; height: 22px; }
.who-icon { display: block; margin-bottom: 12px; color: var(--navy); }
.who-icon .icon-svg { width: 26px; height: 26px; }
.reminder-dot .icon-svg { width: 16px; height: 16px; }
.flow-step h3 { margin-bottom: 6px; font-size: clamp(.82rem, 1.5vw, .92rem); font-weight: 500; }
.flow-step p { max-width: 120px; margin: 0; color: var(--muted); font-size: clamp(.75rem, 1.3vw, .8rem); font-weight: 300; line-height: 1.5; }
.flow-arrow { display: flex; align-items: center; flex: 0 0 auto; padding: 0 4px 48px; color: var(--navy); }

.alt-section { padding: var(--section) var(--gutter); }
.alt-section.bg { background: var(--surface); border-block: 1px solid var(--line); }
.two-col { max-width: var(--max); margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.col-eyebrow { display: block; margin-bottom: 14px; color: var(--gold); font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.col-title { margin-bottom: 18px; font-size: clamp(2rem, 3.8vw, 3.4rem); font-weight: 700; line-height: 1.08; }
.col-body { margin-bottom: 28px; color: var(--muted); font-size: clamp(.88rem, 1.6vw, .95rem); font-weight: 300; line-height: 1.8; }
.check-list { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font-size: clamp(.82rem, 1.5vw, .9rem); font-weight: 300; line-height: 1.5; }
.check-list li::before {
  content: '✓';
  width: 20px;
  height: 20px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(30, 53, 105, .08);
  color: var(--navy);
  font-size: .65rem;
  flex-shrink: 0;
}

.phone-mock { position: relative; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.phone-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: min(320px, 100%);
  padding: 12px 16px;
  border: 1px solid rgba(200, 145, 31, .3);
  border-radius: 10px;
  background: #fff8ed;
}
.pa-icon {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  font-size: .7rem;
  font-weight: 700;
  flex-shrink: 0;
}
.pa-title { margin-bottom: 2px; color: #92600a; font-size: .78rem; font-weight: 600; }
.pa-sub { color: #a87020; font-size: .72rem; font-weight: 300; line-height: 1.4; }
.phone-frame {
  width: min(320px, 100%);
  position: relative;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, .1);
  border-radius: 32px;
  background: #111720;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .55);
}
.phone-frame::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 10;
  width: 96px;
  height: 26px;
  border-radius: 0 0 18px 18px;
  background: #0a0e14;
  transform: translateX(-50%);
}
.wa-header { padding: 36px 16px 12px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255, 255, 255, .06); background: #1a2432; }
.wa-avatar {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e3569, #2a4a8a);
  color: var(--white);
  font-size: .95rem;
  font-weight: 700;
  flex-shrink: 0;
}
.wa-name { color: #f0f4f8; font-size: .83rem; font-weight: 500; }
.wa-status { color: #4ade80; font-size: .68rem; }
.wa-body { min-height: 340px; padding: 14px 12px; display: flex; flex-direction: column; gap: 10px; background: #0d1520; }
.msg { max-width: 82%; padding: 8px 12px; border-radius: 12px; font-size: .76rem; line-height: 1.5; }
.msg-bot { align-self: flex-start; border-radius: 4px 12px 12px 12px; background: #1a2432; color: #f0f4f8; }
.msg-user { align-self: flex-end; border-radius: 12px 4px 12px 12px; background: #0f4c35; color: #f0f4f8; }
.msg-time { margin-top: 3px; color: rgba(255, 255, 255, .38); font-size: .6rem; text-align: right; }
.typing-indicator { width: fit-content; padding: 8px 12px; display: flex; align-items: center; gap: 4px; border-radius: 4px 12px 12px 12px; background: #1a2432; }
.typing-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 255, 255, .4); animation: typingBounce 1.2s infinite; }
.typing-dot:nth-child(2) { animation-delay: .2s; }
.typing-dot:nth-child(3) { animation-delay: .4s; }
@keyframes typingBounce {
  0%, 60%, 100% { transform: translateY(0); opacity: .4; }
  30% { transform: translateY(-4px); opacity: 1; }
}

.reminder-timeline { position: relative; display: flex; flex-direction: column; }
.reminder-timeline::before {
  content: '';
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 20px;
  width: 1px;
  background: linear-gradient(to bottom, var(--navy), rgba(30, 53, 105, .06));
}
.reminder-item { display: flex; align-items: flex-start; gap: 20px; padding-bottom: 26px; }
.reminder-item:last-child { padding-bottom: 0; }
.reminder-dot {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 53, 105, .3);
  border-radius: 50%;
  background: color-mix(in srgb, var(--navy) 8%, var(--bg));
  flex-shrink: 0;
}
.reminder-content { padding-top: 8px; }
.reminder-time { margin-bottom: 4px; color: var(--navy); font-size: .68rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.reminder-msg { margin-bottom: 3px; font-size: .86rem; font-weight: 400; }
.reminder-sub { color: var(--muted); font-size: .76rem; font-weight: 300; }

.features-section { padding: var(--section) var(--gutter); background: var(--surface); border-top: 1px solid var(--line); }
.features-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feat-card { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); transition: border-color .3s, transform .3s; }
.feat-card:hover { border-color: rgba(30, 53, 105, .25); transform: translateY(-3px); }
.feat-card h3 { margin-bottom: 8px; font-size: .95rem; font-weight: 500; }
.feat-card p { margin: 0; color: var(--muted); font-size: .82rem; font-weight: 300; line-height: 1.7; }

.who-section { padding: var(--section) var(--gutter); }
.who-grid { max-width: var(--max); margin: clamp(32px, 4vw, 52px) auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.who-card {
  padding: 24px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition: border-color .3s, transform .3s;
}
.who-card:hover { border-color: rgba(30, 53, 105, .25); transform: translateY(-3px); }
.who-card h3 { margin-bottom: 6px; font-size: .9rem; font-weight: 500; }
.who-card p { margin: 0; color: var(--muted); font-size: .78rem; font-weight: 300; line-height: 1.6; }
.who-link { display: inline-block; margin-top: 8px; color: var(--navy); font-size: .68rem; font-weight: 600; letter-spacing: .04em; }

.home-pricing { background: var(--surface); border-block: 1px solid var(--line); }
.home-pricing .sec-head { max-width: 720px; margin-inline: auto; }
.plan-kicker { margin-bottom: 24px; color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; text-align: center; }
.service-plans { max-width: 900px; margin: 0 auto 24px; display: grid; grid-template-columns: minmax(280px, 420px); justify-content: center; }
.plan-card { position: relative; padding: 26px 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); text-align: center; }
.plan-featured { border-color: rgba(200, 145, 31, .35); background: linear-gradient(160deg, rgba(200, 145, 31, .05), var(--bg)); }
.plan-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  padding: 3px 12px;
  border-radius: 100px;
  background: var(--gold);
  color: var(--white);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%);
}
.plan-name { margin-bottom: 10px; color: var(--muted); font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.plan-price { margin-bottom: 4px; font-family: var(--display); font-size: 2.4rem; font-weight: 600; line-height: 1; }
.plan-price sup { font-size: 1rem; vertical-align: top; }
.plan-price span { color: var(--muted); font-family: var(--body); font-size: .95rem; font-weight: 300; }
.plan-note { color: var(--muted); font-size: .75rem; line-height: 1.4; }
.plan-card .button { width: 100%; margin-top: 18px; }
.included-bar { max-width: 900px; margin: 0 auto; padding: 24px 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-2); }
.inc-heading { margin-bottom: 14px; color: var(--muted); font-size: .72rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.inc-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.inc-tag { padding: 6px 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg); font-size: .8rem; font-weight: 300; }

.form-section { padding: clamp(80px, 12vw, 140px) var(--gutter); position: relative; overflow: hidden; }
.form-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(30, 53, 105, .05) 0%, transparent 70%);
  pointer-events: none;
}
.form-inner { max-width: 560px; margin-inline: auto; position: relative; text-align: center; }
.form-inner h2 { margin-bottom: 14px; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 600; line-height: 1.1; }
.form-inner > p { margin-bottom: 36px; color: var(--muted); font-size: clamp(.88rem, 1.8vw, .95rem); font-weight: 300; line-height: 1.75; }
.access-form { padding: clamp(24px, 5vw, 40px); border: 1px solid var(--line); border-radius: 18px; background: var(--surface); text-align: left; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-field label { color: var(--muted); font-size: .75rem; font-weight: 500; letter-spacing: .04em; }
.form-field input {
  min-height: 48px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-family: var(--body);
  font-size: .95rem;
  appearance: none;
}
.form-field input:focus { border-color: rgba(30, 53, 105, .4); }
.form-field input::placeholder { color: var(--muted); }
.form-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 20px;
  padding: 15px;
  border: 0;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(30, 53, 105, .15);
  transition: transform .2s, opacity .2s;
}
.form-submit:not(:disabled):hover { opacity: .9; transform: translateY(-2px); }
.form-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }
.form-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 14px; }
.form-trust span { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: .72rem; }
.form-trust span::before { content: '✓'; color: var(--navy); font-weight: 600; }
.form-success {
  display: none;
  padding: clamp(40px, 6vw, 60px) clamp(24px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  text-align: center;
}
.success-mark {
  width: 52px;
  height: 52px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 53, 105, .3);
  border-radius: 50%;
  background: rgba(30, 53, 105, .08);
  color: var(--navy);
  font-size: 1.3rem;
  font-weight: 600;
}
.form-success h3 { margin-bottom: 10px; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 600; line-height: 1.1; }
.form-success > p { max-width: 360px; margin: 0 auto 32px; color: var(--muted); font-size: .9rem; font-weight: 300; line-height: 1.7; }
.success-steps { max-width: 320px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; text-align: left; }
.ss-step { display: flex; align-items: flex-start; gap: 14px; color: var(--muted); font-size: .84rem; font-weight: 300; line-height: 1.5; }
.ss-step-num {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 53, 105, .25);
  border-radius: 50%;
  background: rgba(30, 53, 105, .08);
  color: var(--navy);
  font-size: .65rem;
  font-weight: 600;
  flex-shrink: 0;
}

.legal-wrap { max-width: 760px; margin-inline: auto; padding: clamp(108px, 14vw, 160px) var(--gutter) clamp(64px, 10vw, 120px); }
.legal-wrap .page-label { margin-bottom: 16px; color: var(--navy); font-size: .72rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.legal-wrap h1 {
  max-width: none;
  margin-bottom: 12px;
  font-size: clamp(2.4rem, 6vw, 4rem);
  letter-spacing: 0;
  line-height: 1.05;
}
.legal-wrap .page-meta { margin-bottom: 48px; padding-bottom: 32px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .82rem; font-weight: 300; }
.legal-wrap h2 { margin: 44px 0 16px; font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 600; line-height: 1.15; }
.legal-wrap h3 { margin: 24px 0 10px; font-size: 1rem; font-weight: 500; }
.legal-wrap p { margin-bottom: 16px; color: var(--muted); font-size: clamp(.88rem, 1.8vw, .96rem); font-weight: 300; line-height: 1.85; }
.legal-wrap p:last-child { margin-bottom: 0; }
.legal-wrap ul { margin-bottom: 16px; padding: 0; display: flex; flex-direction: column; gap: 10px; list-style: none; }
.legal-wrap li { position: relative; padding-left: 20px; color: var(--muted); font-size: clamp(.88rem, 1.8vw, .96rem); font-weight: 300; line-height: 1.7; }
.legal-wrap li::before { content: '·'; position: absolute; left: 6px; color: var(--navy); font-weight: 600; }
.legal-wrap a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.legal-wrap a:hover { opacity: .75; }
.highlight-box { margin: 24px 0; padding: 20px 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.highlight-box p { margin-bottom: 0; font-size: .88rem; }

@media (max-width: 1024px) {
  .features-grid { grid-template-columns: 1fr 1fr; }
  .sec-head--left .sec-title { font-size: clamp(2.2rem, 5vw, 4rem); }
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .workflow-card { max-width: 650px; }
  .signal-grid, .operations-grid { grid-template-columns: 1fr 1fr; }
  .signal:nth-child(2) { border-right: 0; }
  .signal:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .config-layout { grid-template-columns: 1fr; }
  .config-intro { position: static; max-width: 650px; }
  .pricing-strip { grid-template-columns: 1fr auto; }
  .pricing-strip .button { grid-column: 1 / -1; }
  .proof-inner { grid-template-columns: 1fr 1fr; }
  .proof-item { border-right: 0; padding: 20px 12px; }
  .proof-item:nth-child(odd) { border-right: 1px solid var(--line); }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 880px) {
  .nav-inner { gap: 16px; }
  .menu-toggle { display: block; }
  .nav-panel {
    position: fixed;
    inset: var(--nav-h) 0 auto;
    z-index: 2;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100dvh - var(--nav-h));
    overflow-y: auto;
    padding: 8px var(--gutter) 24px;
    border-bottom: 1px solid var(--line);
    background: var(--bg);
  }
  .nav-panel.open { display: flex; }
  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-links li { border-bottom: 1px solid var(--line); }
  .nav-links li:has(+ .nav-break) { border-bottom: 0; }
  .nav-break {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid var(--line);
  }
  .nav-links a {
    display: flex;
    height: auto;
    padding: 14px 0;
    font-size: .95rem;
    opacity: 1;
    color: var(--ink);
  }
  .nav-links a[aria-current='page'] { font-weight: 600; }
  .nav-links a[aria-current='page']::after { display: none; }
  .nav-links .nav-optional { display: block; }
  .nav-label-short { display: none; }
  .nav-label-full { display: inline; }
  .nav-cta {
    width: 100%;
    margin: 16px 0 0;
    min-height: 44px;
    padding: 12px 18px;
    font-size: .88rem;
  }
}

@media (max-width: 760px) {
  .profession-hero { padding-top: 115px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .workflow-head { padding-inline: 22px; }
  .workflow-steps { padding-inline: 22px; }
  .signal-grid, .operations-grid, .ownership-grid, .config-grid, .onboarding-grid, .related-grid { grid-template-columns: 1fr; }
  .signal { border-right: 0; border-bottom: 1px solid var(--line); }
  .signal:nth-child(3) { border-bottom: 1px solid var(--line); }
  .signal:last-child { border-bottom: 0; }
  .operation-card { min-height: auto; }
  .operation-number { margin-bottom: 30px; }
  .config-item, .config-item:nth-child(even) { min-height: auto; border-right: 0; }
  .config-item strong { margin-top: 28px; }
  .pricing-strip { grid-template-columns: 1fr; text-align: center; }
  .price { margin-block: 5px; }
  .pricing-strip .button { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 150; inset: auto 12px 12px; display: block; }
  .mobile-cta .button { width: 100%; box-shadow: 0 8px 28px rgba(30, 53, 105, .24); }
  .mobile-cta.is-hidden { display: none; }
  body:has(.mobile-cta) .site-footer { padding-bottom: 92px; }
  .home-hero h1 { font-size: clamp(2.4rem, 12vw, 3.4rem); letter-spacing: -.02em; }
  .home-hero .hero-sub { margin-bottom: 36px; font-size: .95rem; }
  .home-hero .button { width: 100%; max-width: 320px; }
  .sec-head--left .sec-title { font-size: clamp(1.9rem, 8vw, 2.6rem); }
  .flow-container { flex-direction: column; gap: 0; }
  .flow-arrow { margin: 4px 0; padding: 0; transform: rotate(90deg); }
  .flow-step { flex-direction: row; width: 100%; max-width: 300px; padding: 8px 0; gap: 16px; text-align: left; }
  .flow-step .flow-icon { width: 56px; height: 56px; margin-bottom: 0; border-radius: 14px; }
  .flow-step p { max-width: none; }
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .phone-mock { order: -1; }
  .features-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .who-grid { grid-template-columns: 1fr; gap: 12px; }
  .who-card { padding: 20px 14px; }
  .service-plans { grid-template-columns: 1fr; }
  .form-section { padding-bottom: 100px; }
}

@media (max-width: 430px) {
  .brand { font-size: .98rem; }
  .brand img { width: 20px; height: 24px; }
  .footer-brand .brand img { width: 31px; height: 38px; }
  h1 { font-size: 3rem; }
  .home-hero h1 { font-size: clamp(2.4rem, 12vw, 3.4rem); }
  .scope-list span { font-size: .67rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .phone-frame { border-radius: 24px; }
  .proof-num { font-size: 2.2rem; }
  .inc-tag { padding: 5px 10px; font-size: .75rem; }
}

@supports (padding: env(safe-area-inset-bottom)) {
  @media (max-width: 760px) {
    .mobile-cta { bottom: calc(12px + env(safe-area-inset-bottom)); }
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
