:root {
  --ink: #17201d;
  --muted: #5d6762;
  --line: #d8ded9;
  --paper: #f8f6f0;
  --white: #ffffff;
  --teal: #1f6f67;
  --teal-deep: #15524d;
  --burgundy: #8f2d38;
  --gold: #c4923d;
  --shadow: 0 18px 45px rgba(23, 32, 29, 0.14);
  --max: 1180px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 100;
  width: auto;
  height: auto;
  clip: auto;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--white);
  border: 2px solid var(--gold);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 14px 5vw;
  border-bottom: 1px solid rgba(216, 222, 217, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(23, 32, 29, 0.14);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}

.site-nav a:hover {
  color: var(--burgundy);
}

.site-nav a[aria-current="page"] {
  color: var(--ink);
}

.nav-call {
  gap: 8px;
  padding: 0 14px;
  border-radius: 6px;
}

.nav-call {
  color: var(--white) !important;
  background: var(--teal);
}

.nav-call:hover {
  background: var(--teal-deep);
}

.nav-call svg,
.btn svg,
.strip-item svg,
.service-card svg,
.check-list svg,
.contact-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.nav-toggle {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
}

.nav-toggle svg {
  width: 22px;
  height: 22px;
}

.site-header.nav-open .site-nav {
  position: absolute;
  top: 73px;
  right: 5vw;
  left: 5vw;
  display: grid;
  gap: 8px;
  padding: 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.site-header.nav-open .site-nav a {
  padding: 4px 6px;
}

.today-contact-strip {
  padding: 10px 5vw;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.today-contact-inner {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max);
  margin: 0 auto;
}

.today-contact-strip p {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.today-contact-strip strong {
  color: var(--ink);
}

.today-contact-actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.today-contact-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(216, 222, 217, 0.95);
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 860;
}

.today-contact-actions a:first-child {
  color: var(--white);
  background: var(--teal);
  border-color: var(--teal);
}

.today-contact-actions a:hover {
  border-color: var(--teal);
}

.today-contact-actions a:first-child:hover {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
}

.today-contact-actions svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  min-height: 72svh;
  display: flex;
  align-items: center;
  padding: 76px 5vw 84px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 19, 17, 0.9), rgba(12, 19, 17, 0.58) 52%, rgba(12, 19, 17, 0.24)),
    url("assets/notary-signing-hero.jpg") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--burgundy), var(--gold), var(--teal));
}

.hero-content {
  position: relative;
  max-width: 760px;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 34px;
  align-items: center;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.hero-booking-card {
  display: grid;
  gap: 18px;
  max-width: 390px;
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-profile {
  display: flex;
  gap: 14px;
  align-items: center;
}

.hero-profile img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero-profile strong,
.hero-profile span {
  display: block;
}

.hero-profile strong {
  line-height: 1.15;
  font-size: 1.12rem;
}

.hero-profile span {
  color: var(--muted);
  font-weight: 700;
}

.booking-facts {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.booking-facts div {
  display: grid;
  gap: 3px;
  padding: 13px 0;
}

.booking-facts div + div {
  border-top: 1px solid var(--line);
}

.booking-facts dt {
  color: var(--burgundy);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.booking-facts dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--burgundy);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.02;
  font-weight: 850;
}

h2 {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.12;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.1;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: var(--burgundy);
}

.btn-primary:hover {
  background: #742530;
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.09);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

.btn-dark {
  color: var(--white);
  background: var(--ink);
}

.btn-light {
  color: var(--ink);
  background: var(--white);
}

.btn-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 40px;
  color: var(--teal-deep);
  font-weight: 850;
  border-bottom: 2px solid rgba(31, 111, 103, 0.25);
}

.text-link:hover {
  color: var(--burgundy);
  border-color: rgba(143, 45, 56, 0.32);
}

.hero-facts {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 36px 0 0;
}

.hero-facts div {
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.hero-facts dt {
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0;
  color: var(--white);
  font-weight: 750;
}

.trust-strip {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 16px 5vw;
  background: var(--paper);
  color: var(--ink);
  font-weight: 750;
}

.strip-item svg {
  color: var(--teal);
}

.confidence-section {
  display: grid;
  gap: 34px;
  align-items: start;
}

.confidence-copy {
  max-width: 680px;
}

.confidence-copy p {
  color: var(--muted);
  font-size: 1.04rem;
}

.process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 32, 29, 0.05);
}

.process-list li > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 8px;
  font-weight: 850;
}

.process-list h3 {
  margin-bottom: 5px;
}

.process-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.section {
  width: min(var(--max), 90vw);
  margin: 0 auto;
  padding: 70px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 32px;
}

.page-hero {
  display: grid;
  gap: 28px;
  align-items: center;
  width: min(var(--max), 90vw);
  margin: 0 auto;
  padding: 62px 0 54px;
}

.page-hero > div {
  max-width: 790px;
}

.page-hero h1 {
  color: var(--ink);
  font-size: clamp(2.45rem, 7vw, 4rem);
}

.page-hero p {
  max-width: 690px;
  color: var(--muted);
  font-size: 1.08rem;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.page-hero-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 247, 0.92)),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(23, 32, 29, 0.1);
}

.page-hero-card > svg {
  width: 32px;
  height: 32px;
  color: var(--teal);
}

.page-hero-card h2 {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.page-hero-card p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.compact-card {
  background:
    linear-gradient(135deg, rgba(143, 45, 56, 0.08), rgba(31, 111, 103, 0.08)),
    var(--white);
}

.section-heading p,
.intro-copy p,
.pricing-copy p,
.prep-panel p,
.final-cta p,
.service-card p,
.faq-list p,
.site-footer p {
  color: var(--muted);
}

.audience-grid {
  display: grid;
  gap: 16px;
}

.audience-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(23, 32, 29, 0.06);
}

.audience-card > svg {
  width: 30px;
  height: 30px;
  color: var(--teal);
}

.audience-card h3 {
  margin-bottom: 0;
  font-size: 1.18rem;
}

.audience-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.audience-card a {
  align-self: end;
  width: fit-content;
  color: var(--teal-deep);
  font-weight: 850;
  border-bottom: 2px solid rgba(31, 111, 103, 0.25);
}

.audience-card.featured {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(143, 45, 56, 0.96), rgba(31, 111, 103, 0.96)),
    var(--ink);
  border-color: transparent;
}

.audience-card.featured > svg,
.audience-card.featured p,
.audience-card.featured a {
  color: var(--white);
}

.contact-method-grid {
  display: grid;
  gap: 16px;
}

.contact-method-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 280px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 32, 29, 0.06);
}

.contact-method-card > svg {
  width: 30px;
  height: 30px;
  color: var(--teal);
}

.contact-method-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 38px;
  padding: 0;
  color: var(--teal-deep);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 850;
}

.text-button:hover {
  color: var(--burgundy);
}

.text-button svg {
  width: 18px;
  height: 18px;
}

.intro-section {
  display: grid;
  gap: 28px;
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 14px;
  font-size: 1.05rem;
}

.intro-copy p {
  margin-bottom: 0;
}

.meet-section {
  display: grid;
  gap: 30px;
  align-items: center;
  padding-top: 34px;
}

.meet-photo-wrap {
  max-width: 360px;
}

.meet-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.meet-copy {
  max-width: 720px;
}

.lead {
  color: var(--muted);
  font-size: 1.06rem;
}

.trust-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink);
  font-weight: 760;
}

.trust-list svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--teal);
}

.toolkit-section {
  width: 100%;
  max-width: none;
  padding-right: 5vw;
  padding-left: 5vw;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.toolkit-section .section-heading,
.toolkit-grid {
  width: min(var(--max), 100%);
  margin-right: auto;
  margin-left: auto;
}

.toolkit-grid {
  display: grid;
  gap: 16px;
}

.tool-card {
  display: grid;
  gap: 20px;
  align-content: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 32, 29, 0.07);
}

.tool-card-header {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.tool-card-header > svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  color: var(--teal);
}

.tool-card h3 {
  margin-bottom: 6px;
}

.tool-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.tool-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tool-form label:first-child,
.notes-field,
.sms-preview {
  grid-column: 1 / -1;
}

.tool-form label,
.notes-field,
.appointment-form label {
  display: grid;
  gap: 7px;
}

.tool-form label > span,
.notes-field > span,
.sms-preview > span,
.appointment-form label > span,
.appointment-preview > span {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.tool-form input,
.tool-form select,
.notes-field textarea,
.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fbfcfa;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
  font-size: 1rem;
}

.tool-form input:focus,
.tool-form select:focus,
.notes-field textarea:focus,
.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(31, 111, 103, 0.14);
}

.notes-field textarea,
.appointment-form textarea {
  resize: vertical;
}

.estimate-result,
.ready-result,
.sms-preview,
.appointment-preview {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 8px;
  background: #f1f5f3;
  border: 1px solid #dce6e1;
}

.estimate-result span,
.ready-result span,
.estimate-result small {
  color: var(--muted);
}

.estimate-result strong {
  color: var(--burgundy);
  font-size: 2.1rem;
  line-height: 1;
}

.ready-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  border: 0;
}

.ready-list label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 28px;
  color: var(--ink);
  font-weight: 700;
}

.ready-list input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--teal);
}

.ready-result strong {
  color: var(--teal-deep);
  font-size: 1.2rem;
}

.sms-card {
  background:
    linear-gradient(180deg, rgba(196, 146, 61, 0.08), rgba(31, 111, 103, 0.08)),
    var(--white);
}

.sms-preview p {
  margin: 0;
  color: var(--ink);
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.appointment-preview p {
  margin: 0;
  color: var(--ink);
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.sms-action {
  width: 100%;
}

.services-section {
  width: 100%;
  max-width: none;
  padding-right: 5vw;
  padding-left: 5vw;
  background: linear-gradient(180deg, #f4f8f7, var(--white));
}

.services-section .section-heading,
.service-grid {
  width: min(var(--max), 100%);
  margin-right: auto;
  margin-left: auto;
}

.service-grid {
  display: grid;
  gap: 16px;
}

.pathway-grid {
  display: grid;
  gap: 16px;
  width: min(var(--max), 100%);
  margin-right: auto;
  margin-left: auto;
}

.pathway-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 260px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 32, 29, 0.06);
}

.pathway-card > svg {
  width: 30px;
  height: 30px;
  color: var(--teal);
}

.pathway-card h3 {
  margin-bottom: 0;
  font-size: 1.22rem;
}

.pathway-card p {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 700;
}

.pathway-card small {
  display: block;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.45;
}

.pathway-card-featured {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(143, 45, 56, 0.94), rgba(31, 111, 103, 0.94)),
    var(--ink);
  border-color: transparent;
}

.pathway-card-featured > svg,
.pathway-card-featured p,
.pathway-card-featured small {
  color: var(--white);
}

.service-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(23, 32, 29, 0.06);
}

.compact-section {
  padding-top: 62px;
  padding-bottom: 62px;
}

.professional-section {
  width: 100%;
  max-width: none;
  padding-right: 5vw;
  padding-left: 5vw;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.professional-section .section-heading,
.professional-layout {
  width: min(var(--max), 100%);
  margin-right: auto;
  margin-left: auto;
}

.professional-layout {
  display: grid;
  gap: 18px;
  align-items: start;
}

.appointment-card,
.appointment-preview-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(23, 32, 29, 0.07);
}

.appointment-form {
  display: grid;
  gap: 12px;
}

.full-field {
  grid-column: 1 / -1;
}

.appointment-preview-card {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 18px;
}

.appointment-actions {
  display: grid;
  gap: 10px;
}

.appointment-actions .btn {
  width: 100%;
}

.copy-status {
  min-height: 20px;
  color: var(--teal-deep);
  font-size: 0.9rem;
  font-weight: 800;
}

.readiness-panel,
.note-band {
  display: grid;
  gap: 28px;
  align-items: start;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(196, 146, 61, 0.13), rgba(31, 111, 103, 0.11)),
    var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.readiness-panel p,
.note-band p {
  margin-bottom: 0;
  color: var(--muted);
}

.large-list span {
  min-height: 50px;
  padding-right: 18px;
  padding-left: 18px;
  font-size: 1.02rem;
}

.service-card svg {
  width: 28px;
  height: 28px;
  margin-bottom: 20px;
  color: var(--burgundy);
}

.service-card p {
  margin-bottom: 0;
}

.prep-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.prep-panel {
  display: grid;
  gap: 34px;
  align-items: center;
  padding: 34px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(196, 146, 61, 0.18), rgba(31, 111, 103, 0.16)),
    var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 32px;
  color: var(--ink);
  font-weight: 700;
}

.check-list svg {
  margin-top: 3px;
  color: var(--teal);
}

.pricing-section {
  display: grid;
  gap: 28px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 72px 5vw;
  background: var(--ink);
}

.pricing-copy {
  max-width: 680px;
  color: var(--white);
}

.pricing-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.pricing-card {
  max-width: 440px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.price {
  display: block;
  margin-bottom: 4px;
  color: var(--burgundy);
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 850;
}

.price-label {
  display: block;
  margin-bottom: 18px;
  color: var(--ink);
  font-weight: 850;
}

.pricing-card p {
  color: var(--muted);
}

.payment-methods {
  display: grid;
  gap: 8px;
  margin: 18px 0 20px;
}

.payment-methods span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  color: var(--ink);
  font-weight: 800;
}

.payment-methods svg {
  width: 18px;
  height: 18px;
  color: var(--teal);
}

.area-section {
  display: grid;
  gap: 16px;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-list a,
.area-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--ink);
  background: #eef4f3;
  border: 1px solid #d5e3e0;
  border-radius: 6px;
  font-weight: 760;
}

.area-list a:hover {
  color: var(--burgundy);
  border-color: rgba(143, 45, 56, 0.35);
}

.town-grid .service-card {
  scroll-margin-top: 104px;
}

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

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.faq-list summary {
  min-height: 60px;
  padding: 18px 22px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 820;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
}

.final-cta {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: 58px 5vw;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(143, 45, 56, 0.94), rgba(31, 111, 103, 0.94)),
    var(--burgundy);
}

.final-cta h2 {
  margin-bottom: 10px;
}

.final-cta p {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
}

.site-footer {
  display: grid;
  gap: 18px;
  padding: 34px 5vw 86px;
  color: var(--white);
  background: #101613;
}

.site-footer p,
.site-footer span {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.site-footer a {
  display: block;
  color: var(--white);
  font-weight: 850;
}

.contact-list {
  display: grid;
  gap: 7px;
}

.contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.back-to-top {
  position: fixed;
  z-index: 28;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(23, 32, 29, 0.22);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    background 160ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--teal-deep);
}

.back-to-top svg {
  width: 21px;
  height: 21px;
}

.fine-print {
  max-width: 920px;
  font-size: 0.86rem;
}

.presentation-page {
  background: var(--paper);
}

.presentation-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 14px 5vw;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.presentation-header-action {
  min-width: 132px;
}

.presentation-hero,
.presentation-section {
  width: min(var(--max), 90vw);
  margin: 0 auto;
}

.presentation-hero {
  display: grid;
  gap: 34px;
  align-items: center;
  min-height: calc(100svh - 74px);
  padding: 58px 0;
}

.presentation-copy {
  max-width: 760px;
}

.presentation-copy h1 {
  color: var(--ink);
}

.presentation-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.presentation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.presentation-profile {
  display: grid;
  gap: 18px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.presentation-profile img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.presentation-profile dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.presentation-profile div {
  display: grid;
  gap: 2px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.presentation-profile dt {
  color: var(--burgundy);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.presentation-profile dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.presentation-section {
  padding: 68px 0;
  border-top: 1px solid var(--line);
}

.presentation-points {
  display: grid;
  gap: 16px;
}

.presentation-points article {
  min-height: 176px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 32, 29, 0.06);
}

.presentation-points svg {
  width: 26px;
  height: 26px;
  margin-bottom: 16px;
  color: var(--teal);
}

.presentation-points p,
.review-questions p {
  color: var(--muted);
}

.review-questions {
  display: grid;
  gap: 28px;
  align-items: start;
}

.presentation-frame-heading {
  display: grid;
  gap: 18px;
  align-items: end;
  margin-bottom: 24px;
}

.browser-frame {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  background: #eef1ef;
  border-bottom: 1px solid var(--line);
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b84a56;
}

.browser-bar span:nth-child(2) {
  background: var(--gold);
}

.browser-bar span:nth-child(3) {
  background: var(--teal);
}

.browser-bar p {
  margin: 0 0 0 8px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.browser-frame iframe,
.homepage-preview-image {
  display: block;
  width: 100%;
}

.browser-frame iframe {
  border: 0;
}

.homepage-preview-image {
  height: auto;
}

@media (min-width: 640px) {
  h1 {
    font-size: 4rem;
  }

  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-method-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .appointment-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pathway-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .presentation-points {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .site-nav {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .hero {
    min-height: 78vh;
  }

  .hero-shell {
    grid-template-columns: minmax(0, 1fr) 390px;
  }

  .page-hero {
    grid-template-columns: minmax(0, 1fr) 340px;
    padding-top: 74px;
    padding-bottom: 70px;
  }

  .trust-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .intro-section {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .meet-section {
    grid-template-columns: 360px minmax(0, 1fr);
  }

  .confidence-section {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .prep-panel {
    grid-template-columns: 0.9fr 1.1fr;
    padding: 44px;
  }

  .professional-layout {
    grid-template-columns: minmax(0, 1fr) 400px;
  }

  .contact-method-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .readiness-panel,
  .note-band {
    grid-template-columns: 0.9fr 1.1fr;
    padding: 44px;
  }

  .pricing-section {
    grid-template-columns: minmax(0, 1fr) 440px;
    padding-right: max(5vw, calc((100vw - var(--max)) / 2));
    padding-left: max(5vw, calc((100vw - var(--max)) / 2));
  }

  .final-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-right: max(5vw, calc((100vw - var(--max)) / 2));
    padding-left: max(5vw, calc((100vw - var(--max)) / 2));
  }

  .presentation-hero {
    grid-template-columns: minmax(0, 1fr) 340px;
  }

  .presentation-frame-heading,
  .review-questions {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    padding-right: max(5vw, calc((100vw - var(--max)) / 2));
    padding-bottom: 38px;
    padding-left: max(5vw, calc((100vw - var(--max)) / 2));
  }

  .fine-print {
    grid-column: 1 / -1;
  }

}

@media (min-width: 1040px) {
  h1 {
    font-size: 4.55rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .audience-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .toolkit-grid {
    grid-template-columns: 1.12fr 0.94fr 0.94fr;
  }

  .pathway-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .today-contact-strip {
    padding: 10px 12px;
  }

  .today-contact-inner {
    display: grid;
    gap: 10px;
  }

  .today-contact-strip p {
    display: grid;
    gap: 2px;
    font-size: 0.86rem;
  }

  .today-contact-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .today-contact-actions a {
    justify-content: center;
    min-height: 40px;
    padding: 0 8px;
    font-size: 0.84rem;
  }

  .brand small {
    max-width: 150px;
  }

  .hero {
    padding: 44px 22px 46px;
    background-position: 58% center;
  }

  .page-hero {
    width: auto;
    padding: 42px 22px 44px;
  }

  .page-hero h1 {
    font-size: 2.2rem;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .btn {
    width: 100%;
  }

  .hero-copy {
    margin-bottom: 24px;
  }

  .hero-facts {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-facts div {
    min-height: 74px;
    padding: 14px 16px;
  }

  .hero-booking-card {
    max-width: none;
    padding: 18px;
  }

  .hero-profile img {
    width: 62px;
    height: 62px;
  }

  .strip-item,
  .section,
  .toolkit-section,
  .services-section,
  .professional-section,
  .pricing-section,
  .final-cta,
  .site-footer {
    padding-right: 22px;
    padding-left: 22px;
  }

  .readiness-panel,
  .note-band,
  .appointment-card,
  .appointment-preview-card {
    padding: 22px;
  }

  .appointment-preview-card {
    position: static;
  }

  .prep-panel {
    padding: 24px;
  }

  .presentation-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .presentation-header-action {
    width: auto;
    min-width: 48px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .presentation-hero,
  .presentation-section {
    width: auto;
    padding-right: 22px;
    padding-left: 22px;
  }

  .presentation-hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .presentation-actions .btn,
  .presentation-frame-heading .btn {
    width: 100%;
  }

  .browser-frame iframe {
    height: 620px;
  }
}

@media (max-width: 520px) and (max-height: 760px) {
  .hero {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  h1 {
    font-size: 2.18rem;
  }

  .hero-copy {
    margin-bottom: 18px;
    font-size: 1rem;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-facts {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
