body {
  --cream: #ffffff;
  --cream-deep: #f7f7f5;
  --paper: #fff;
  --ink: #1b2541;
  --navy: #1b2541;
  --sub: #505660;
  --muted: #727780;
  --line: #e1e3e6;
  --rust: #c4663a;
  --rust-dark: #a94a24;
  --shadow: none;
  --display-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}

.topbar {
  background: rgba(255, 255, 255, 0.97);
}

.topbar .menu-link:hover,
.topbar .menu-link:focus-visible,
.topbar .mobile-plain-links a:hover,
.topbar .mobile-plain-links a:focus-visible {
  background: var(--cream-deep);
}

.footer-head,
.footer-links a:hover {
  color: var(--rust);
}

.layoff-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: 56px 0 64px;
  background: #fff;
}

.layoff-hero::after {
  display: none;
}

.layoff-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 840px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.layoff-hero h1 {
  max-width: 800px;
  margin-bottom: 18px;
  font-size: clamp(42px, 4.3vw, 60px);
}

.layoff-lede {
  max-width: 720px;
  margin: 0;
  color: var(--sub);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.7;
}

.booking-detail {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.hero-trust {
  display: grid;
  max-width: 720px;
  margin-top: 20px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.hero-trust-photo {
  width: 72px;
  height: 72px;
  border: 1px solid var(--line);
  border-radius: 12px;
  object-fit: cover;
  background: var(--cream-deep);
}

.hero-trust-name {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 700;
}

.hero-trust p {
  margin: 0;
  color: var(--sub);
  font-size: 16px;
  line-height: 1.6;
}

.hero-trust .hero-credentials {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.hero-actions {
  display: flex;
  margin-top: 38px;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.hero-details {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.embedded-calendar-card {
  width: 100%;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(28, 39, 70, 0.1);
}

.bottom-calendar-intro {
  display: block;
  margin: 0 0 18px;
}

.bottom-calendar-intro h2 {
  margin-bottom: 0;
}

.bottom-calendar-intro > p {
  margin: 10px 0 0;
  color: var(--sub);
  font-size: 16px;
  line-height: 1.75;
}

.embedded-calendar-head {
  display: flex;
  min-height: 49px;
  border-bottom: 1px solid var(--line);
  padding: 0 22px;
  align-items: center;
  gap: 9px;
  background: #f7f7f5;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.embedded-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3d8b58;
  box-shadow: 0 0 0 4px rgba(61, 139, 88, 0.12);
}

.embedded-calendar {
  width: 100%;
  min-height: 560px;
  overflow: auto;
  background: #fff;
}

.calendar-fallback-row {
  display: flex;
  min-height: 54px;
  border-top: 1px solid var(--line);
  padding: 0 22px;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
}

.calendar-fallback {
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.calendar-fallback:hover {
  color: var(--rust-dark);
}

.calendar-noscript {
  margin: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  background: #f7f7f5;
  color: var(--sub);
  font-size: 14px;
  line-height: 1.65;
}

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

.primary-action {
  display: inline-flex;
  min-height: 54px;
  border-radius: 999px;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  background: var(--rust);
  box-shadow: 0 12px 28px rgba(148, 67, 29, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.primary-action:hover {
  background: var(--rust-dark);
}

.text-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--rust-dark);
  font-size: 14px;
  font-weight: 800;
  text-underline-offset: 5px;
}

.hero-note {
  border-radius: 24px;
  padding: 42px;
  background: var(--navy);
  box-shadow: var(--shadow);
  color: #fff;
}

.hero-note-label,
.example-label {
  margin-bottom: 26px;
  color: #9db8ef;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-note h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
}

.hero-note > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.75;
}

.hero-note-meta {
  display: flex;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  padding-top: 24px;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-note-meta span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
}

.clock-section,
.topics-section,
.faq-section {
  padding: 100px 0;
  background: var(--paper);
}

.section-intro {
  margin-bottom: 42px;
}

.section-intro-wide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 64px;
}

.section-intro h2,
.questions-grid h2,
.call-intro h2,
.booking-cta h2,
.faq-grid h2 {
  margin-bottom: 0;
}

.section-intro > p,
.section-intro-wide > p {
  margin: 0 0 6px;
  color: var(--sub);
  font-size: 16px;
  line-height: 1.75;
}

.clock-grid {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--cream);
  box-shadow: 0 18px 46px rgba(45, 35, 25, 0.08);
}

.clock-card {
  min-height: 390px;
  padding: 34px;
}

.clock-card + .clock-card {
  border-left: 1px solid var(--line);
}

.clock-card-first {
  background: #edf3fa;
}

.clock-card-wait {
  background: #f4f6fb;
}

.clock-kicker,
.topic-label,
.call-time {
  color: var(--rust-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.clock-card h3 {
  margin: 34px 0 22px;
  font-size: 25px;
  line-height: 1.35;
}

.clock-card ul,
.topic-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--sub);
}

.clock-card li,
.topic-card li {
  margin-bottom: 11px;
  padding-left: 4px;
  line-height: 1.55;
}

.clock-note {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.concern-section {
  padding: 86px 0;
  background: var(--cream-deep);
}

.concern-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.concern-links a {
  display: grid;
  min-height: 164px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  gap: 22px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--display-sans);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.concern-links a:hover {
  box-shadow: 0 16px 36px rgba(45, 35, 25, 0.1);
  transform: translateY(-3px);
}

.concern-number {
  grid-column: 1 / -1;
  color: var(--rust-dark);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.14em;
}

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

.topic-card {
  scroll-margin-top: 120px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  background: var(--cream);
}

.topic-card h3 {
  margin: 18px 0 10px;
  font-size: 24px;
}

.topic-card > p {
  margin: 0;
  color: var(--sub);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.topic-afterline {
  margin: 26px 0 0;
  color: var(--sub);
  font-size: 16px;
  line-height: 1.65;
}

.questions-section {
  padding: 100px 0;
  background: var(--cream-deep);
}

.questions-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1fr);
  align-items: start;
  gap: 80px;
}

.questions-grid > div > p {
  max-width: 500px;
  color: var(--sub);
  line-height: 1.75;
}

.question-list {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 0;
  background: var(--paper);
  list-style: none;
}

.question-list li {
  display: grid;
  min-height: 72px;
  padding: 18px 24px;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

.question-list li + li {
  border-top: 1px solid var(--line);
}

.question-list span {
  color: var(--rust-dark);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.call-section {
  padding: 104px 0;
  background: var(--navy);
  color: #fff;
}

.call-intro {
  max-width: 760px;
  margin-bottom: 50px;
}

.call-intro .eyebrow {
  color: #9db8ef;
}

.call-intro h2 {
  color: #fff;
}

.call-intro p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.call-steps {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.call-steps li {
  min-height: 250px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 28px 28px 10px 0;
}

.call-steps li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 28px;
}

.call-time {
  color: #9db8ef;
}

.call-steps h3 {
  margin: 40px 0 14px;
  color: #fff;
  font-size: 23px;
}

.call-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.example-card {
  display: grid;
  margin-top: 54px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 34px;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  background: rgba(255, 255, 255, 0.06);
}

.example-label {
  margin: 4px 0 0;
}

.example-card p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--display-sans);
  font-size: 20px;
  line-height: 1.65;
}

.booking-cta {
  padding: 96px 0;
  background: var(--cream-deep);
}

.booking-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: 80px;
}

.booking-cta-grid > div:first-child > p {
  max-width: 680px;
  color: var(--sub);
  font-size: 18px;
  line-height: 1.75;
}

.booking-cta-action {
  border-radius: 20px;
  padding: 34px;
  background: var(--paper);
  box-shadow: 0 18px 46px rgba(45, 35, 25, 0.09);
}

.booking-cta-action p {
  margin: 0 0 22px;
  color: var(--sub);
  font-size: 15px;
  line-height: 1.65;
}

.booking-cta-action .primary-action {
  width: 100%;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(440px, 1fr);
  gap: 90px;
}

.faq-list details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}

.faq-list p {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--sub);
  line-height: 1.7;
}

.boundary-section {
  padding: 48px 0 64px;
  background: var(--paper);
}

.boundary-section .boundary-note {
  border-radius: 0 12px 12px 0;
}

.primary-booking-section {
  border-top: 1px solid var(--line);
  padding: 96px 0;
  background: #fff;
  scroll-margin-top: 96px;
}

.primary-booking-grid {
  max-width: 920px;
}

.primary-booking-copy {
  max-width: 680px;
  margin-bottom: 34px;
}

.primary-booking-copy h2 {
  margin: 12px 0 14px;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.primary-booking-copy p {
  margin: 0;
  color: var(--sub);
  font-size: 16px;
  line-height: 1.7;
}

.legal {
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .layoff-hero-grid {
    max-width: 760px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .questions-grid,
  .booking-cta-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .bottom-calendar-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-note {
    max-width: 620px;
  }

  .clock-grid,
  .concern-links {
    grid-template-columns: 1fr;
  }

  .clock-card {
    min-height: 0;
  }

  .clock-card + .clock-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .call-steps li:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .layoff-hero {
    padding: 48px 0 56px;
  }

  .layoff-hero::after {
    right: -220px;
    bottom: -280px;
  }

  .layoff-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .layoff-hero-grid {
    gap: 40px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action {
    width: 100%;
  }

  .text-action {
    justify-content: center;
  }

  .hero-note {
    border-radius: 18px;
    padding: 30px 24px;
  }

  .embedded-calendar-card {
    border-radius: 16px;
  }

  .embedded-calendar-head,
  .calendar-fallback-row {
    padding-right: 16px;
    padding-left: 16px;
  }

  .embedded-calendar {
    min-height: 760px;
  }

  .clock-section,
  .topics-section,
  .questions-section,
  .call-section,
  .booking-cta,
  .faq-section {
    padding: 72px 0;
  }

  .section-intro-wide {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .clock-grid,
  .question-list {
    border-radius: 16px;
  }

  .clock-card,
  .topic-card {
    padding: 28px 24px;
  }

  .concern-section {
    padding: 68px 0;
  }

  .concern-links a {
    min-height: 144px;
  }

  .topic-grid {
    grid-template-columns: 1fr;
  }

  .topic-card {
    border-radius: 16px;
  }

  .question-list li {
    min-height: 68px;
    padding: 16px 18px;
  }

  .call-steps {
    grid-template-columns: 1fr;
  }

  .call-steps li {
    min-height: 0;
    border-left: 0 !important;
    padding: 26px 0;
  }

  .call-steps li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .call-steps h3 {
    margin-top: 22px;
  }

  .example-card {
    padding: 28px 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .example-card p {
    font-size: 18px;
  }

  .booking-cta-action {
    padding: 28px 24px;
  }

  .boundary-section {
    padding-bottom: 64px;
  }

  .primary-booking-section {
    padding: 72px 0;
  }

  .hero-trust {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
  }

  .hero-trust-photo {
    width: 60px;
    height: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .concern-links a {
    transition: none;
  }
}

/* Reference theme: clean white space, navy type, and rust accents. */
.eyebrow {
  display: block;
  color: var(--rust-dark);
  letter-spacing: 0.19em;
}

.eyebrow::before {
  display: none;
}

.layoff-hero {
  padding: 56px 0 64px;
}

.layoff-hero-grid {
  max-width: 840px;
}

.layoff-hero h1 {
  max-width: 520px;
  color: var(--navy);
  font-size: clamp(42px, 4.3vw, 60px);
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -0.055em;
}

.layoff-lede {
  max-width: 760px;
  font-size: clamp(18px, 1.65vw, 22px);
  line-height: 1.65;
}

.primary-action {
  box-shadow: none;
  font-weight: 700;
}

.topics-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream-deep);
}

.section-intro h2,
.call-intro h2,
.booking-cta h2 {
  color: var(--navy);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.topic-grid {
  gap: 20px;
}

.topic-card {
  border: 1px solid var(--line);
  border-top: 3px solid var(--rust);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.topic-card h3 {
  color: var(--navy);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.clock-kicker,
.topic-label,
.call-time {
  color: var(--rust);
}

.call-section {
  border-bottom: 1px solid var(--line);
  padding: 100px 0;
  background: var(--cream-deep);
  color: var(--navy);
}

.call-intro .eyebrow,
.call-time {
  color: var(--rust);
}

.call-intro h2,
.call-steps h3 {
  color: var(--navy);
}

.call-intro p,
.call-steps p {
  color: var(--sub);
}

.call-steps {
  gap: 42px;
}

.call-steps li,
.call-steps li + li {
  min-height: 0;
  border-top: 2px solid var(--rust);
  border-left: 0;
  padding: 28px 0 6px;
}

.booking-cta {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.booking-cta-action {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream-deep);
  box-shadow: none;
}

.boundary-section {
  background: #fff;
}

.boundary-section .boundary-note {
  border-left-color: var(--rust);
  border-radius: 0;
  background: var(--cream-deep);
}

@media (max-width: 920px) {
  .topbar .mobile-panel .navcta {
    border: 1px solid var(--rust);
    border-radius: 999px;
    padding: 12px 18px;
    background: var(--rust);
    color: #fff;
  }
}

@media (max-width: 720px) {
  .layoff-hero {
    padding: 48px 0 56px;
  }

  .layoff-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .topic-card {
    border-radius: 12px;
  }

  .call-steps {
    gap: 0;
  }

  .call-steps li + li {
    border-top: 2px solid var(--rust);
  }
}


/* Hero left column: practical booking line, then the no pitch promise. */
.hero-prep {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--sub);
  font-size: 16px;
  line-height: 1.7;
}

.hero-trust-more {
  display: inline-block;
  margin-left: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--rust-dark);
  text-decoration: none;
  white-space: nowrap;
}

.hero-trust-more:hover,
.hero-trust-more:focus-visible {
  color: var(--navy);
}

.hero-promise {
  max-width: 720px;
  margin: 18px 0 0;
  border-left: 2px solid var(--rust);
  padding-left: 14px;
  color: var(--sub);
  font-size: 15px;
  line-height: 1.65;
}

/* Guided layoff flow: one small decision at a time. */
.guided-hero {
  padding: 72px 0 80px;
}

.guided-hero-grid {
  display: grid;
  max-width: 1200px;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.72fr);
  align-items: start;
  gap: clamp(48px, 6vw, 88px);
}

.guided-hero-grid.is-guiding {
  max-width: 760px;
  grid-template-columns: minmax(0, 1fr);
}

.guided-hero-grid.is-calendar {
  max-width: 1200px;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(40px, 5vw, 68px);
}

.guided-hero-grid.is-guiding .guided-trust {
  display: none;
}

.guided-calendar-panel[hidden] {
  display: none !important;
}

.guided-calendar-panel {
  min-width: 0;
}

.guided-calendar-panel .eyebrow {
  margin-bottom: 12px;
}

.guided-calendar-panel h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--display-sans);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.guided-calendar-intro {
  margin: 12px 0 22px;
  color: var(--sub);
  font-size: 14px;
  line-height: 1.6;
}

.guided-flow {
  min-height: 560px;
}

.guided-step[hidden],
.guided-progress[hidden] {
  display: none !important;
}

.guided-intro {
  padding-top: 20px;
}

.guided-intro h1 {
  max-width: 690px;
  margin: 18px 0 22px;
  color: var(--navy);
  font-size: clamp(48px, 5.1vw, 70px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.guided-intro .layoff-lede {
  max-width: 610px;
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.55;
}

.guided-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.guided-actions .primary-action,
.guided-controls .primary-action {
  min-width: 132px;
  border: 0;
  cursor: pointer;
}

.guided-skip {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--sub);
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.guided-skip:hover,
.guided-skip:focus-visible {
  color: var(--rust-dark);
}

.guided-intro .booking-detail {
  margin-top: 24px;
  color: var(--muted);
  font-size: 13px;
}

.guided-noscript {
  margin: 14px 0 0;
  color: var(--sub);
  font-size: 13px;
}

.guided-noscript a {
  color: var(--rust-dark);
  text-underline-offset: 4px;
}

.guided-progress {
  max-width: 680px;
  margin-bottom: 42px;
}

.guided-progress-copy {
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.guided-progress-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.guided-progress-track span {
  height: 4px;
  border-radius: 999px;
  background: #dfe3e8;
  transform: scaleX(0.96);
  transform-origin: left center;
  transition: background 180ms ease, transform 180ms ease;
}

.guided-progress-track span.is-current,
.guided-progress-track span.is-complete {
  background: var(--rust);
  transform: scaleX(1);
}

.guided-step {
  margin: 0;
  border: 0;
  padding: 0;
}

.guided-step:not([hidden]) {
  animation: guided-step-in 180ms ease-out both;
}

@keyframes guided-step-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.guided-step legend,
.guided-first-question h1,
.guided-result h2 {
  max-width: 680px;
  margin: 0;
  color: var(--navy);
  font-family: var(--display-sans);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.guided-step legend:focus,
.guided-first-question h1:focus,
.guided-result h2:focus {
  outline: none;
}

.guided-step legend:focus-visible,
.guided-first-question h1:focus-visible,
.guided-result h2:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(196, 102, 58, 0.35);
  outline-offset: 6px;
}

.guided-step .guided-legend-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.guided-first-question .eyebrow {
  margin-bottom: 18px;
}

.guided-first-question .guided-controls {
  justify-content: flex-end;
}

.guided-hint {
  margin: 14px 0 26px;
  color: var(--sub);
  font-size: 16px;
  line-height: 1.6;
}

.guided-options {
  display: grid;
  max-width: 680px;
  grid-template-columns: 1fr;
  gap: 11px;
}

.guided-options-two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guided-option {
  position: relative;
  display: flex;
  min-height: 62px;
  cursor: pointer;
  align-items: center;
}

.guided-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.guided-option span {
  display: flex;
  width: 100%;
  min-height: 62px;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 15px 52px 15px 18px;
  align-items: center;
  background: #f6f8fa;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  transition: border-color 150ms ease, background 150ms ease;
}

.guided-option span::after {
  position: absolute;
  right: 20px;
  width: 18px;
  height: 18px;
  border: 2px solid #aeb4bd;
  border-radius: 50%;
  content: "";
  box-sizing: border-box;
}

.guided-option:hover span {
  border-color: #b9bec6;
  background: #fff;
}

.guided-option input:focus-visible + span {
  outline: 3px solid rgba(196, 102, 58, 0.35);
  outline-offset: 2px;
}

.guided-option input:checked + span {
  border-color: var(--rust);
  background: #f7f9fc;
  box-shadow: inset 0 0 0 1px var(--rust), 0 8px 22px rgba(27, 37, 65, 0.07);
}

.guided-option input:checked + span::after {
  border: 5px solid var(--rust);
  background: #fff;
}

.guided-controls {
  display: flex;
  max-width: 680px;
  margin-top: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.guided-controls + .guided-skip {
  margin-top: 18px;
}

.guided-back,
.guided-restart {
  min-height: 44px;
  border: 0;
  padding: 8px 0;
  cursor: pointer;
  background: transparent;
  color: var(--sub);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.guided-back:hover,
.guided-back:focus-visible,
.guided-restart:hover,
.guided-restart:focus-visible {
  color: var(--rust-dark);
}

.guided-controls .primary-action:disabled {
  cursor: not-allowed;
  background: #c8ccd2;
  color: #fff;
}

.guided-result .eyebrow {
  margin-bottom: 18px;
}

.guided-result > p {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--sub);
  font-size: 18px;
  line-height: 1.7;
}

.guided-result-tags {
  display: flex;
  max-width: 650px;
  margin-top: 22px;
  flex-wrap: wrap;
  gap: 9px;
}

.guided-result-tags span {
  border: 1px solid #d7dde5;
  border-radius: 999px;
  padding: 8px 12px;
  background: #f4f7fa;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.guided-result .guided-actions .primary-action {
  min-width: 190px;
}

.guided-result .guided-result-prep {
  border-left: 2px solid var(--rust);
  padding-left: 16px;
  color: var(--navy);
  font-size: 15px;
}

.guided-trust {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.participant-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 72px 0;
  background: #f4f7fa;
}

.participant-band-inner {
  max-width: 1200px;
}

.participant-band-header {
  display: grid;
  margin-bottom: 38px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 48px;
}

.participant-band-header .eyebrow {
  margin-bottom: 16px;
}

.participant-band-header h2 {
  max-width: 700px;
  margin: 0;
  color: var(--navy);
  font-family: var(--display-sans);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.participant-band-header > p {
  margin: 0 0 4px;
  color: var(--sub);
  font-size: 17px;
  line-height: 1.65;
}

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

.participant-card {
  display: grid;
  margin: 0;
  border: 1px solid var(--line);
  border-top: 3px solid var(--rust);
  border-radius: 18px;
  padding: 30px;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  background: #fff;
}

.participant-card img {
  width: 104px;
  height: 104px;
  border: 1px solid var(--line);
  border-radius: 50%;
  object-fit: cover;
}

.participant-card figcaption {
  min-width: 0;
}

.participant-card strong,
.participant-card .participant-topic {
  display: block;
}

.participant-card strong {
  margin-top: 7px;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.2;
}

.participant-card .participant-topic {
  color: var(--rust-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.participant-card p {
  margin: 12px 0 0;
  color: var(--sub);
  font-size: 15px;
  line-height: 1.6;
}

.participant-disclosure {
  max-width: 960px;
  margin: 28px 0 0;
  border-left: 2px solid var(--rust);
  padding-left: 14px;
  color: var(--sub);
  font-size: 12px;
  line-height: 1.6;
}

.guided-trust-call {
  padding: 28px 30px;
  background: #f4f7fa;
}

.guided-trust-kicker {
  margin-bottom: 18px;
  color: var(--rust-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.guided-trust-call ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guided-trust-call li {
  position: relative;
  margin-top: 12px;
  padding-left: 26px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.guided-value-list li {
  font-size: 14px;
}

.guided-call-facts {
  display: grid;
  margin-top: 24px;
  border-top: 1px solid #d9dee5;
  padding-top: 18px;
  gap: 8px;
}

.guided-call-facts span {
  color: var(--sub);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.guided-trust-call li::before {
  position: absolute;
  top: 0.52em;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rust);
  content: "";
}

.guided-trust .hero-trust {
  max-width: none;
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 28px 30px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
}

.guided-trust .hero-trust-photo {
  width: 58px;
  height: 58px;
}

.guided-trust .hero-trust-name {
  font-size: 16px;
}

.guided-trust .hero-trust p {
  font-size: 14px;
  line-height: 1.6;
}

.guided-trust .hero-credentials {
  font-size: 12px;
}

.guided-trust .hero-promise {
  max-width: none;
  margin: 0 30px 30px;
  font-size: 13px;
}

.guided-after-flow[hidden] {
  display: none !important;
}

.optional-topics {
  border-top: 0;
  padding: 0;
  background: #fff;
}

.additional-call-details {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.additional-call-details summary {
  display: flex;
  min-height: 92px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

.additional-call-details summary::-webkit-details-marker {
  display: none;
}

.additional-call-details summary:focus-visible {
  outline: 3px solid rgba(196, 102, 58, 0.35);
  outline-offset: 4px;
}

.additional-call-icon {
  color: var(--rust-dark);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transition: transform 150ms ease;
}

.additional-call-details[open] .additional-call-icon {
  transform: rotate(45deg);
}

.additional-call-body {
  padding: 12px 0 64px;
}

.additional-call-intro {
  max-width: 680px;
  margin: 0 0 28px;
  color: var(--sub);
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .guided-hero-grid {
    max-width: 760px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .guided-hero-grid.is-calendar {
    max-width: 760px;
    grid-template-columns: 1fr;
  }

  .guided-flow {
    min-height: 520px;
  }

  .guided-trust {
    display: block;
  }

  .guided-trust-call {
    border: 0;
  }

  .participant-band-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .participant-band-header > p {
    max-width: 680px;
  }

  .participant-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .guided-trust .hero-trust {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .guided-trust .hero-promise {
    margin: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
    padding: 20px 28px;
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .guided-hero {
    padding: 44px 0 56px;
  }

  .guided-flow {
    min-height: 0;
  }

  .guided-intro {
    padding-top: 0;
  }

  .guided-intro h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .guided-actions,
  .guided-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .guided-actions .primary-action,
  .guided-controls .primary-action {
    width: 100%;
  }

  .guided-actions .guided-skip,
  .guided-controls + .guided-skip {
    justify-content: center;
  }

  .guided-progress {
    margin-bottom: 32px;
  }

  .guided-step legend,
  .guided-result h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .guided-options-two-column {
    grid-template-columns: 1fr;
  }

  .guided-trust {
    display: block;
  }

  .guided-trust-call {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding: 24px;
  }

  .participant-band {
    padding: 52px 0;
  }

  .participant-band-header {
    margin-bottom: 28px;
  }

  .participant-grid {
    grid-template-columns: 1fr;
  }

  .participant-card {
    padding: 22px;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
  }

  .participant-card img {
    width: 76px;
    height: 76px;
  }

  .guided-trust .hero-trust {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding: 24px;
  }

  .guided-trust .hero-promise {
    margin: 0;
    padding: 20px 24px;
  }

  .additional-call-details summary {
    min-height: 78px;
    font-size: 16px;
  }

  .additional-call-body {
    padding-bottom: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guided-step:not([hidden]) {
    animation: none;
  }

  .guided-progress-track span,
  .guided-option span {
    transition: none;
  }

  .additional-call-icon {
    transition: none;
  }
}
