:root {
  --careon-navy: #002b5c;
  --careon-navy-dark: #001f43;
  --careon-blue: #0b4c8c;
  --careon-red: #d6001c;
  --careon-red-dark: #b90018;
  --careon-warm: #f6f1eb;
  --careon-cream: #fbf9f6;
  --careon-white: #ffffff;
  --careon-ink: #10233e;
  --careon-muted: #546276;
  --careon-line: #dfe5ec;
  --shadow-soft: 0 20px 60px rgb(0 43 92 / 10%);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  scroll-behavior: smooth;
  background: #e9edf2;
}

body {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: hidden;
  color: var(--careon-ink);
  background: var(--careon-white);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3 {
  color: var(--careon-navy);
  font-weight: 700;
  letter-spacing: -0.03em;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.05;
}

h2 {
  margin-bottom: 22px;
  font-size: 40px;
  line-height: 1.12;
}

h3 {
  font-size: 23px;
  line-height: 1.25;
}

p {
  margin-bottom: 18px;
}

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

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 240px 1fr auto auto;
  align-items: center;
  width: 100%;
  min-height: 112px;
  padding: 22px 68px;
  border-bottom: 1px solid rgb(0 43 92 / 8%);
  background: var(--careon-white);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  justify-self: start;
  line-height: 1;
}

.logo-frame {
  position: relative;
  display: block;
  overflow: hidden;
  background: white;
}

.accepted-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: none;
  height: auto;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.logo-frame-header {
  width: 245px;
  height: 76px;
}

.logo-frame-header .accepted-logo {
  width: 340px;
}

.brand-name {
  display: inline-flex;
  align-items: center;
  color: var(--careon-navy);
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.brand-power {
  position: relative;
  color: var(--careon-red);
  font-weight: 600;
}

.brand-power::before {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 4px;
  height: 17px;
  border: 3px solid white;
  border-width: 0 3px;
  background: var(--careon-red);
  content: "";
  transform: translateX(-50%);
}

.brand-subtitle {
  margin-top: 5px;
  padding-left: 6px;
  color: var(--careon-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 0 22px;
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--careon-line);
  border-radius: 10px;
  background: white;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--careon-navy);
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.site-header nav a {
  color: var(--careon-navy);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.button-primary {
  color: var(--careon-white);
  border-color: var(--careon-red);
  background: var(--careon-red);
  box-shadow: 0 12px 28px rgb(214 0 28 / 18%);
}

.button-secondary {
  color: var(--careon-navy);
  border-color: var(--careon-navy);
  background: transparent;
}

.header-cta {
  min-height: 50px;
  padding-inline: 24px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 720px;
  overflow: hidden;
  background: linear-gradient(100deg, #fff 0%, #fff 50%, #f8f4ee 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 74px 52px 76px 68px;
}

.hero-copy > p:not(.eyebrow):not(.hero-lead) {
  max-width: 680px;
  color: #354861;
  font-size: 19px;
  line-height: 1.58;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--careon-red);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 24px;
  color: var(--careon-navy);
  font-size: 25px;
  font-weight: 650;
  line-height: 1.32;
}

.button-row {
  display: flex;
  gap: 18px;
  margin-top: 34px;
}

.hero-image,
.section-image,
.expertise-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image {
  position: relative;
  background-image: url("./assets/hero-hd.png");
  background-position: 44% center;
}

.hero-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, white 0%, rgb(255 255 255 / 30%) 17%, transparent 42%);
  content: "";
}

.core-benefits {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 56px 50px 62px;
  border-top: 1px solid var(--careon-line);
  border-bottom: 1px solid var(--careon-line);
  background: var(--careon-white);
}

.benefit-card {
  position: relative;
  min-height: 260px;
  padding: 4px 26px 22px;
  border-right: 1px solid var(--careon-line);
  text-align: center;
}

.benefit-card:last-child {
  border-right: 0;
}

.benefit-card::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 17px);
  width: 34px;
  height: 3px;
  background: var(--careon-red);
  content: "";
}

.benefit-icon {
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: var(--careon-navy);
  border: 3px solid var(--careon-navy);
  border-radius: 22px 22px 30px 30px;
  background: white;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.icon-consultation {
  border-radius: 50%;
  font-size: 18px;
  box-shadow: inset 0 0 0 12px white, inset 0 0 0 15px var(--careon-navy);
}

.icon-support {
  border-radius: 50%;
  color: var(--careon-red);
}

.icon-legal {
  border-radius: 50% 50% 18px 18px;
}

.icon-training {
  transform: rotate(45deg);
}

.icon-training::first-letter {
  transform: rotate(-45deg);
}

.icon-procedures {
  border-radius: 50%;
}

.icon-frame-free {
  border-style: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.icon-medical-bandage {
  border: 0;
  background: transparent;
}

.icon-medical-bandage svg {
  overflow: visible;
}

.benefit-icon svg {
  width: 72px;
  height: 72px;
  overflow: visible;
  fill: none;
  stroke: var(--careon-navy);
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-icon svg .icon-accent {
  stroke: var(--careon-red);
}

.benefit-icon svg .icon-accent-fill {
  fill: var(--careon-red);
  stroke: none;
}

.benefit-card h2 {
  min-height: 52px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.benefit-card p {
  margin: 0;
  color: var(--careon-muted);
  font-size: 14px;
  line-height: 1.55;
}

.split-section {
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: stretch;
  min-height: 570px;
}

.why {
  padding: 66px 68px;
  gap: 64px;
  background:
    radial-gradient(circle at 92% 18%, rgb(214 0 28 / 5%) 0 2px, transparent 3px) 0 0 /
      22px 22px,
    var(--careon-warm);
}

.documentation-image {
  min-height: 438px;
  border-radius: 2px;
  background-image: url("./assets/documentation-hd.png");
  box-shadow: var(--shadow-soft);
}

.section-copy {
  align-self: center;
}

.section-copy > p:not(.eyebrow):not(.section-lead) {
  color: #344861;
  font-size: 18px;
  line-height: 1.7;
}

.section-copy h2::after,
.section-heading h2::after {
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 18px;
  background: var(--careon-red);
  content: "";
}

.expertise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 70px 58px 78px;
  background: #fff;
}

.expertise-card {
  overflow: hidden;
  border: 1px solid var(--careon-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 55px rgb(0 43 92 / 8%);
}

.expertise-image {
  height: 330px;
}

.doctor-image {
  background-image: url("./assets/doctor-hd.png");
}

.lawyer-image {
  background-image: url("./assets/lawyer-hd.png");
}

.expertise-copy {
  position: relative;
  min-height: 590px;
  padding: 48px 62px 54px;
}

.expertise-copy h2 {
  max-width: 490px;
  font-size: 35px;
}

.expertise-copy p:not(.eyebrow) {
  color: #40516a;
  font-size: 17px;
  line-height: 1.67;
}

.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  color: var(--careon-red);
  font-size: 16px;
  font-weight: 750;
}

.text-link span {
  font-size: 24px;
}

.knowledge {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  min-height: 520px;
  color: white;
  background:
    linear-gradient(115deg, rgb(0 31 67 / 98%), rgb(0 68 125 / 93%)),
    var(--careon-navy);
}

.knowledge .section-copy {
  max-width: 760px;
  padding: 76px 90px 76px 66px;
}

.knowledge h2,
.knowledge .section-copy > p:not(.eyebrow) {
  color: white;
}

.knowledge .section-copy > p:not(.eyebrow):not(.section-lead) {
  color: rgb(255 255 255 / 82%);
}

.knowledge .eyebrow {
  color: #ff8290;
}

.knowledge-image {
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid rgb(255 255 255 / 18%);
}

.knowledge-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.section-lead {
  font-size: 23px;
  font-weight: 650;
}

.membership-benefits {
  padding: 86px 68px 92px;
  background: var(--careon-cream);
}

.section-heading {
  max-width: 800px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-heading h2::after {
  margin-inline: auto;
}

.section-heading > p:not(.eyebrow) {
  color: var(--careon-muted);
  font-size: 19px;
}

.membership-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1304px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.membership-benefit {
  position: relative;
  min-height: 120px;
  padding: 26px 26px 26px 72px;
  color: #30445d;
  border: 1px solid var(--careon-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgb(0 43 92 / 5%);
  font-size: 16px;
  line-height: 1.5;
}

.membership-benefit::before {
  position: absolute;
  top: 28px;
  left: 26px;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  background: var(--careon-red);
  content: "✓";
  font-size: 16px;
  font-weight: 800;
}

.pricing {
  display: grid;
  grid-template-columns: 1fr 410px 1fr;
  gap: 64px;
  align-items: center;
  min-height: 700px;
  padding: 82px 68px;
  color: white;
  background:
    radial-gradient(circle at 86% 55%, rgb(23 110 184 / 60%), transparent 24%),
    linear-gradient(125deg, var(--careon-navy-dark), var(--careon-navy));
}

.pricing h2,
.pricing h3 {
  color: white;
}

.pricing-intro p:not(.eyebrow) {
  max-width: 420px;
  color: rgb(255 255 255 / 78%);
  font-size: 18px;
}

.eyebrow-light {
  color: #ff8290;
}

.price-card {
  display: flex;
  min-height: 530px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 46px 40px;
  color: var(--careon-navy);
  border-radius: 24px;
  background: white;
  box-shadow: 0 26px 70px rgb(0 10 35 / 35%);
  text-align: center;
}

.mini-brand {
  margin-bottom: 22px;
  color: var(--careon-navy);
  font-size: 36px;
  letter-spacing: -0.07em;
}

.mini-brand span {
  color: var(--careon-red);
}

.logo-frame-price {
  width: 210px;
  height: 76px;
  margin-bottom: 20px;
}

.logo-frame-price .accepted-logo {
  width: 292px;
}

.price-card p {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.price-card strong {
  color: var(--careon-navy);
  font-size: 76px;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.price-card > span:not(.mini-brand) {
  margin-bottom: 28px;
  color: var(--careon-navy);
  font-weight: 700;
}

.price-card .button {
  width: 100%;
  margin-top: 12px;
}

.pricing-summary h3 {
  margin-bottom: 24px;
  font-size: 22px;
}

.pricing-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-summary li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 38px;
  color: rgb(255 255 255 / 86%);
  font-size: 17px;
}

.pricing-summary li::before {
  position: absolute;
  left: 0;
  color: white;
  content: "✓";
  font-size: 20px;
  font-weight: 800;
}

.closing-cta {
  display: flex;
  min-height: 530px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 86px 160px;
  background:
    radial-gradient(circle at 18% 30%, rgb(214 0 28 / 8%), transparent 28%),
    var(--careon-warm);
  text-align: center;
}

.closing-cta h2 {
  max-width: 1050px;
  font-size: 52px;
}

.closing-cta > p:not(.eyebrow) {
  max-width: 870px;
  margin-bottom: 34px;
  color: #42536a;
  font-size: 20px;
  line-height: 1.65;
}

.case-report {
  grid-template-columns: 42% 58%;
  min-height: 560px;
  background: white;
}

.case-report .section-copy {
  padding: 74px 68px;
}

.form-image {
  min-height: 560px;
  background-image: url("./assets/form-hd.png");
}

footer {
  position: relative;
  display: grid;
  grid-template-columns: 1.55fr 0.8fr 0.8fr 0.9fr;
  gap: 70px;
  min-height: 450px;
  padding: 76px 78px 110px;
  color: rgb(255 255 255 / 78%);
  background:
    radial-gradient(circle at 92% 22%, rgb(11 76 140 / 55%), transparent 24%),
    var(--careon-navy-dark);
}

.brand-name-light {
  color: white;
}

.logo-frame-footer {
  width: 250px;
  height: 86px;
  border-radius: 7px;
  background: transparent;
}

.logo-frame-footer .accepted-logo,
.logo-frame-footer .footer-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: none;
  width: 348px;
  height: auto;
  transform: translate(-50%, -50%);
}

.footer-logo-link {
  display: inline-block;
}

.footer-logo-link:focus-visible {
  outline: 3px solid white;
  outline-offset: 6px;
}

footer h2 {
  margin-bottom: 20px;
  color: white;
  font-size: 17px;
  letter-spacing: 0;
}

footer p {
  font-size: 15px;
  line-height: 1.65;
}

footer a {
  display: block;
  margin-bottom: 9px;
  font-size: 15px;
}

.footer-brand p {
  max-width: 440px;
  margin-top: 20px;
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.socials span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 60%);
  border-radius: 50%;
  color: white;
  font-size: 14px;
}

.footer-button {
  display: inline-flex;
  width: 190px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border: 1px solid rgb(255 255 255 / 65%);
  border-radius: 8px;
  color: white;
}

.copyright {
  position: absolute;
  right: 78px;
  bottom: 32px;
  left: 78px;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgb(255 255 255 / 14%);
  text-align: center;
}

@media (max-width: 1199px) {
  .site-header {
    grid-template-columns: auto 1fr auto auto;
    gap: 16px;
    min-height: 96px;
    padding: 16px 32px;
  }

  .site-header nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px 32px 26px;
    border-top: 1px solid var(--careon-line);
    background: white;
    box-shadow: 0 24px 40px rgb(0 43 92 / 12%);
  }

  .site-header nav.is-open {
    display: flex;
  }

  .site-header nav a {
    padding: 12px 4px;
    border-bottom: 1px solid var(--careon-line);
    font-size: 16px;
  }

  .nav-toggle {
    display: inline-flex;
    grid-column: 3;
  }

  .header-cta {
    grid-column: 4;
  }

  .hero {
    grid-template-columns: 52% 48%;
  }

  .hero-copy {
    padding: 64px 38px 66px 42px;
  }

  h1 {
    font-size: 52px;
  }

  .core-benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 0;
    padding-inline: 32px;
  }

  .benefit-card:nth-child(3) {
    border-right: 0;
  }

  .why {
    gap: 34px;
    padding: 54px 38px;
  }

  .expertise-grid {
    gap: 24px;
    padding-inline: 34px;
  }

  .expertise-copy {
    padding: 58px 38px 44px;
  }

  .knowledge .section-copy {
    padding: 64px 46px;
  }

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

  .pricing {
    grid-template-columns: 1fr 380px;
    gap: 42px;
    padding-inline: 42px;
  }

  .pricing-summary {
    grid-column: 1 / -1;
  }

  footer {
    grid-template-columns: 1.4fr 1fr;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-height: 500px;
  }

  .split-section,
  .case-report {
    grid-template-columns: 1fr;
  }

  .why .documentation-image {
    min-height: 390px;
  }

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

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

  .knowledge-image {
    height: 420px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
  }

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

  .price-card {
    width: min(100%, 440px);
    justify-self: center;
  }

  .pricing-summary {
    grid-column: auto;
  }

  .case-report .section-copy {
    order: 1;
  }

  .case-report .form-image {
    order: 2;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  h2 {
    font-size: 33px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 84px;
    padding: 12px 18px;
  }

  .logo-frame-header {
    width: 190px;
    height: 60px;
  }

  .logo-frame-header .accepted-logo {
    width: 264px;
  }

  .nav-toggle {
    grid-column: 2;
  }

  .header-cta {
    display: none;
  }

  .site-header nav {
    padding: 12px 20px 22px;
  }

  .hero-copy {
    padding: 48px 22px 52px;
  }

  .hero-copy > p:not(.eyebrow):not(.hero-lead) {
    font-size: 17px;
  }

  .hero-lead {
    font-size: 22px;
  }

  .hero-image {
    min-height: 410px;
  }

  .button-row {
    flex-direction: column;
  }

  .button-row .button,
  .closing-cta .button,
  .case-report .button {
    width: 100%;
  }

  .core-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 34px 22px 42px;
  }

  .benefit-card,
  .benefit-card:nth-child(3) {
    min-height: 0;
    padding: 30px 14px 36px;
    border-right: 0;
    border-bottom: 1px solid var(--careon-line);
  }

  .benefit-card:last-child {
    border-bottom: 0;
  }

  .why {
    gap: 34px;
    padding: 38px 20px 46px;
  }

  .why .documentation-image {
    min-height: 300px;
  }

  .section-copy > p:not(.eyebrow):not(.section-lead) {
    font-size: 17px;
  }

  .expertise-grid {
    padding: 36px 18px 46px;
  }

  .expertise-image {
    height: 240px;
  }

  .expertise-copy {
    min-height: 0;
    padding: 58px 26px 38px;
  }

  .expertise-copy h2 {
    font-size: 31px;
  }

  .knowledge-image {
    height: 300px;
  }

  .knowledge .section-copy {
    padding: 48px 24px 54px;
  }

  .membership-benefits {
    padding: 56px 20px 64px;
  }

  .membership-benefit-grid {
    grid-template-columns: 1fr;
  }

  .membership-benefit {
    min-height: 0;
  }

  .pricing {
    gap: 34px;
    min-height: 0;
    padding: 56px 20px 64px;
  }

  .price-card {
    min-height: 480px;
    padding: 40px 24px;
  }

  .price-card strong {
    font-size: 64px;
  }

  .closing-cta {
    min-height: 0;
    padding: 62px 22px;
  }

  .closing-cta h2 {
    font-size: 38px;
  }

  .closing-cta > p:not(.eyebrow) {
    font-size: 18px;
  }

  .case-report .section-copy {
    padding: 52px 22px;
  }

  .form-image {
    min-height: 340px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 38px;
    min-height: 0;
    padding: 54px 24px 38px;
  }

  .copyright {
    position: static;
    grid-column: 1;
    margin-top: 8px;
  }
}

.join-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 68px;
  align-items: center;
  min-height: 650px;
  padding: 82px 92px;
  background:
    radial-gradient(circle at 90% 10%, rgb(214 0 28 / 7%), transparent 25%),
    var(--careon-warm);
}

.join-hero-copy > p:not(.eyebrow):not(.hero-lead) {
  max-width: 700px;
  color: #40526a;
  font-size: 19px;
}

.join-price-summary {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 46px;
  border-radius: 22px;
  background: white;
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.join-price-summary .logo-frame-price {
  margin-bottom: 18px;
}

.join-price-summary > p {
  margin-bottom: 4px;
  color: var(--careon-navy);
  font-weight: 700;
}

.join-price-summary > strong {
  color: var(--careon-navy);
  font-size: 64px;
  line-height: 1;
}

.join-price-summary > span:not(.logo-frame) {
  color: var(--careon-navy);
  font-weight: 700;
}

.join-price-summary ul {
  width: 100%;
  margin: 28px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid var(--careon-line);
  list-style: none;
  text-align: left;
}

.join-price-summary li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  color: #42536a;
}

.join-price-summary li::before {
  position: absolute;
  left: 0;
  color: var(--careon-red);
  content: "✓";
  font-weight: 800;
}

.join-benefits-section {
  padding: 86px 68px 96px;
  background: white;
}

.join-benefits-section .section-heading {
  max-width: 820px;
}

.join-benefit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.join-benefit-list li {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border: 1px solid var(--careon-line);
  border-radius: 16px;
  background: var(--careon-cream);
}

.join-benefit-list strong {
  margin-bottom: 8px;
  color: var(--careon-navy);
  font-size: 19px;
}

.join-benefit-list span {
  color: var(--careon-muted);
}

.join-form-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 64px;
  align-items: start;
  padding: 92px 68px 104px;
  background:
    radial-gradient(circle at 4% 16%, rgb(11 76 140 / 10%), transparent 26%),
    var(--careon-warm);
}

.join-form-intro {
  position: sticky;
  top: 30px;
}

.join-form-intro p:not(.eyebrow) {
  color: #46566c;
  font-size: 18px;
}

.form-note {
  font-size: 15px !important;
}

.join-form-card {
  padding: 42px;
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow-soft);
}

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

.form-grid label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  color: var(--careon-navy);
  font-size: 15px;
  font-weight: 700;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid textarea,
.form-grid select {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid #cbd4df;
  border-radius: 9px;
  color: var(--careon-ink);
  background: white;
  font: inherit;
}

.form-grid textarea {
  min-height: 130px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid textarea:focus,
.form-grid select:focus {
  border-color: var(--careon-blue);
  outline: 3px solid rgb(11 76 140 / 12%);
}

.form-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 28px 0 18px;
  color: #4d5d72;
  font-size: 14px;
}

.form-consent input {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--careon-red);
}

.form-status {
  min-height: 24px;
  margin-bottom: 14px;
  color: var(--careon-navy);
  font-weight: 700;
}

.help-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 68px;
  align-items: center;
  min-height: 620px;
  padding: 82px 92px;
  background:
    radial-gradient(circle at 86% 12%, rgb(214 0 28 / 8%), transparent 25%),
    linear-gradient(120deg, white 0%, var(--careon-cream) 100%);
}

.help-hero-copy > p:not(.eyebrow):not(.hero-lead) {
  max-width: 700px;
  color: #40526a;
  font-size: 19px;
}

.help-support-card {
  padding: 42px;
  border-radius: 22px;
  color: white;
  background:
    radial-gradient(circle at 100% 0%, rgb(11 76 140 / 65%), transparent 34%),
    var(--careon-navy-dark);
  box-shadow: var(--shadow-soft);
}

.help-support-card h2 {
  color: white;
  font-size: 34px;
}

.help-support-card ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.help-support-card li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgb(255 255 255 / 17%);
}

.help-support-card li > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 48%);
  border-radius: 50%;
  color: white;
  font-size: 20px;
}

.help-support-card strong,
.help-support-card small {
  display: block;
}

.help-support-card strong {
  color: white;
  font-size: 17px;
}

.help-support-card small {
  margin-top: 4px;
  color: rgb(255 255 255 / 72%);
  font-size: 14px;
  line-height: 1.45;
}

.help-form-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 64px;
  align-items: start;
  padding: 92px 68px 104px;
  background: var(--careon-warm);
}

.help-form-intro {
  position: sticky;
  top: 30px;
}

.help-form-intro > p:not(.eyebrow) {
  color: #46566c;
  font-size: 18px;
}

.privacy-note {
  margin-top: 28px;
  padding: 22px;
  border-left: 3px solid var(--careon-red);
  border-radius: 0 10px 10px 0;
  color: #46566c;
  background: white;
}

@media (max-width: 1199px) {
  .join-hero {
    gap: 42px;
    padding: 68px 42px;
  }

  .join-benefits-section,
  .join-form-section,
  .help-form-section {
    padding-inline: 42px;
  }

  .help-hero {
    gap: 42px;
    padding: 68px 42px;
  }
}

@media (max-width: 900px) {
  .join-hero,
  .join-form-section,
  .help-hero,
  .help-form-section {
    grid-template-columns: 1fr;
  }

  .join-price-summary {
    width: min(100%, 520px);
    justify-self: center;
  }

  .join-benefit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .join-form-intro {
    position: static;
  }

  .help-support-card {
    width: min(100%, 600px);
    justify-self: center;
  }

  .help-form-intro {
    position: static;
  }
}

@media (max-width: 767px) {
  .join-hero {
    gap: 34px;
    min-height: 0;
    padding: 52px 20px 60px;
  }

  .join-hero-copy .button {
    width: 100%;
  }

  .join-price-summary {
    min-height: 0;
    padding: 38px 22px;
  }

  .join-price-summary > strong {
    font-size: 56px;
  }

  .join-benefits-section {
    padding: 58px 20px 66px;
  }

  .join-benefit-list {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }

  .join-benefit-list li {
    min-height: 0;
  }

  .join-form-section {
    gap: 28px;
    padding: 58px 20px 68px;
  }

  .join-form-card {
    padding: 28px 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .form-field-wide {
    grid-column: auto;
  }

  .join-form-card .button {
    width: 100%;
  }

  .help-hero {
    gap: 34px;
    min-height: 0;
    padding: 52px 20px 60px;
  }

  .help-hero-copy .button {
    width: 100%;
  }

  .help-support-card {
    padding: 32px 24px;
  }

  .help-support-card h2 {
    font-size: 30px;
  }

  .help-form-section {
    gap: 28px;
    padding: 58px 20px 68px;
  }
}

.booking-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 68px;
  align-items: center;
  min-height: 510px;
  padding: 76px 92px;
  background:
    radial-gradient(circle at 92% 10%, rgb(214 0 28 / 9%), transparent 28%),
    var(--careon-warm);
}

.booking-hero-copy > p:not(.eyebrow):not(.hero-lead) {
  max-width: 690px;
  color: #40526a;
  font-size: 19px;
}

.booking-steps-card {
  min-width: 0;
  padding: 40px;
  border-radius: 22px;
  color: rgb(255 255 255 / 82%);
  background:
    radial-gradient(circle at 100% 0%, rgb(11 76 140 / 66%), transparent 34%),
    var(--careon-navy-dark);
  box-shadow: var(--shadow-soft);
}

.booking-steps-card .eyebrow {
  color: rgb(255 255 255 / 72%);
}

.booking-steps-card ol {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: booking-step;
}

.booking-steps-card li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
}

.booking-steps-card li::before {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 50%;
  color: white;
  content: counter(booking-step);
  counter-increment: booking-step;
}

.booking-workspace {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 52px;
  align-items: start;
  padding: 84px 68px 102px;
  background: white;
}

.booking-calendar-card,
.booking-form-card {
  min-width: 0;
  padding: 38px;
  border-radius: 20px;
  background: var(--careon-cream);
  box-shadow: var(--shadow-soft);
}

.booking-form-card {
  background: white;
}

.calendar-toolbar {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 12px;
  align-items: center;
  margin-bottom: 26px;
}

.calendar-toolbar h3 {
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.calendar-toolbar button {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--careon-line);
  border-radius: 9px;
  color: var(--careon-navy);
  background: white;
  font-size: 24px;
}

.calendar-toolbar button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
}

.calendar-weekdays {
  margin-bottom: 8px;
  color: var(--careon-muted);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.calendar-day {
  display: inline-flex;
  min-width: 0;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--careon-line);
  border-radius: 9px;
  color: var(--careon-navy);
  background: white;
  font: inherit;
  font-weight: 700;
}

.calendar-day:not(:disabled) {
  cursor: pointer;
}

.calendar-day:not(:disabled):not([aria-pressed="true"]):hover {
  border-color: var(--careon-navy);
  background: #f0f5fa;
}

.calendar-day:disabled {
  color: #aab4c1;
  background: #edf0f4;
}

.calendar-day[aria-pressed="true"],
.time-slot[aria-pressed="true"] {
  border-color: var(--careon-red);
  color: white;
  background: var(--careon-navy);
  box-shadow: inset 0 0 0 2px var(--careon-red);
}

.calendar-day:focus-visible,
.time-slot:focus-visible,
.calendar-toolbar button:focus-visible {
  outline: 3px solid rgb(214 0 28 / 34%);
  outline-offset: 2px;
}

.calendar-day-blank {
  border-color: transparent;
  background: transparent;
}

.time-slot-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--careon-line);
}

.time-slot-section h3 {
  margin-bottom: 18px;
}

.time-slot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.time-slot {
  min-width: 0;
  min-height: 46px;
  padding: 8px;
  border: 1px solid var(--careon-line);
  border-radius: 9px;
  color: var(--careon-navy);
  background: white;
  font: inherit;
  font-weight: 800;
}

.booking-summary {
  min-height: 52px;
  margin-bottom: 28px;
  padding: 14px 16px;
  border-left: 4px solid var(--careon-red);
  border-radius: 0 9px 9px 0;
  color: var(--careon-navy);
  background: var(--careon-warm);
  font-weight: 700;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid #cbd4df;
  border-radius: 10px;
}

.contact-methods legend {
  padding: 0 6px;
  color: var(--careon-navy);
  font-size: 15px;
  font-weight: 700;
}

.contact-methods label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  color: #40526a;
  font-weight: 650;
}

.contact-methods input {
  width: 18px;
  height: 18px;
  margin: 0 0 2px;
  accent-color: var(--careon-red);
}

.contact-methods small {
  color: var(--careon-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.booking-form-card > .button {
  width: 100%;
}

@media (max-width: 1199px) {
  .booking-hero {
    gap: 42px;
    padding: 68px 42px;
  }

  .booking-workspace {
    padding-inline: 42px;
  }
}

@media (max-width: 900px) {
  .booking-workspace {
    grid-template-columns: 1fr;
  }

  .booking-calendar-card,
  .booking-form-card {
    width: min(100%, 680px);
    justify-self: center;
  }

  .time-slot-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .booking-hero,
  .booking-workspace {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 54px 20px 62px;
  }

  .booking-hero {
    min-height: 0;
  }

  .booking-steps-card,
  .booking-calendar-card,
  .booking-form-card {
    width: 100%;
    min-width: 0;
    padding: 28px 20px;
  }

  .booking-workspace {
    padding-top: 58px;
    background: white;
  }

  .calendar-toolbar {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 6px;
  }

  .calendar-toolbar button {
    width: 42px;
    height: 42px;
  }

  .calendar-toolbar h3 {
    font-size: 19px;
  }

  .calendar-weekdays,
  .calendar-grid {
    gap: 4px;
    margin-inline: -20px;
  }

  .calendar-weekdays {
    font-size: 10px;
  }

  .calendar-day {
    border-radius: 6px;
    font-size: 14px;
  }

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

  .booking-form-card > .button {
    width: calc(100% + 40px);
    margin-inline: -20px;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }
}
