
:root {
  --ink: #041127;
  --navy: #071a38;
  --navy-soft: #0d2851;
  --panel: #0a1e3f;
  --panel-soft: #102b55;
  --white: #ffffff;
  --ivory: #f6f9ff;
  --muted: #a8b8d1;
  --line: rgba(132, 183, 255, 0.18);
  --blue: #0b63e6;
  --cyan: #38c8ff;
  --accent: #1477ee;
  --accent-dark: #0759c6;
  --gold: #d8aa52;
  --gold-light: #f1d18a;
  --shadow: 0 30px 80px rgba(1, 9, 25, 0.34);
  --button-font: "Avenir Next", "Segoe UI Variable", "Segoe UI", Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

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

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

.topbar {
  align-items: center;
  backdrop-filter: blur(20px);
  background: rgba(3, 15, 34, 0.88);
  border-bottom: 1px solid rgba(113, 182, 255, 0.16);
  display: flex;
  height: 84px;
  justify-content: space-between;
  padding: 0 clamp(24px, 6vw, 92px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

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

.brand-logo-frame {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 66px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 84px;
}

.brand-logo-frame::after {
  display: none;
}

.brand-logo-image {
  display: block;
  filter: drop-shadow(0 8px 12px rgba(0, 7, 22, 0.3));
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.48);
  width: 100%;
}

.brand-context {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.brand-context strong {
  color: var(--white);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1;
}

.brand-context small {
  color: var(--gold-light);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.main-nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  margin-right: 34px;
}

.main-nav a {
  color: #b5c4da;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
  position: relative;
  transition: color 180ms ease;
}

.main-nav a::after {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  bottom: -9px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.main-nav a:hover {
  color: var(--white);
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  align-items: center;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border: 1px solid rgba(255, 229, 165, 0.6);
  color: #0a1933;
  display: inline-flex;
  font-family: var(--button-font);
  font-size: 12px;
  font-weight: 760;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.012em;
  line-height: 1.2;
  min-height: 44px;
  padding: 0 14px 0 18px;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.header-cta:hover {
  box-shadow: 0 12px 30px rgba(216, 170, 82, 0.24);
  transform: translateY(-2px);
}

.button-label {
  display: block;
  font-kerning: normal;
  white-space: nowrap;
}

.button-icon {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  opacity: 0.72;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  width: 24px;
}

.header-cta:hover .button-icon,
.primary-button:hover .button-icon,
.submit-button:hover .button-icon {
  opacity: 1;
  transform: translate(1px, -1px);
}

.hero {
  min-height: 820px;
  overflow: hidden;
  position: relative;
}

.hero-background {
  background-image: url("../images/hero-medical-bw.png");
  background-position: 69% center;
  background-size: cover;
  filter: grayscale(0.72) saturate(0.62) contrast(1.06) hue-rotate(174deg);
  inset: 0;
  opacity: 0.66;
  position: absolute;
  transform: scale(1.025);
}

.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(3, 15, 34, 0.99) 0%,
      rgba(3, 17, 39, 0.97) 38%,
      rgba(4, 22, 49, 0.72) 65%,
      rgba(5, 24, 50, 0.28) 100%
    ),
    linear-gradient(
      0deg,
      rgba(3, 14, 32, 0.8),
      rgba(4, 22, 49, 0.05) 60%
    );
  inset: 0;
  position: absolute;
}

.hero::after {
  background: linear-gradient(90deg, var(--gold), transparent 65%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0.72;
  position: absolute;
  width: 42%;
}

.hero-orbit {
  border: 1px solid rgba(70, 183, 255, 0.13);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.hero-orbit-one {
  height: 620px;
  right: -260px;
  top: -130px;
  width: 620px;
}

.hero-orbit-two {
  bottom: -330px;
  height: 660px;
  left: 44%;
  width: 660px;
}

.hero-content {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 108px);
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.68fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 820px;
  padding: 142px clamp(24px, 6vw, 92px) 92px;
  position: relative;
  z-index: 2;
}

.hero-copy-column {
  max-width: 790px;
}

.eyebrow {
  align-items: center;
  border: 1px solid rgba(112, 183, 255, 0.2);
  color: #aebed5;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.2em;
  margin: 0 0 30px;
  padding: 10px 13px;
  width: fit-content;
}

.eyebrow > span {
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(216, 170, 82, 0.65);
  height: 5px;
  width: 5px;
}

.hero h1 {
  font-size: clamp(50px, 5.1vw, 78px);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin: 0 0 28px;
  max-width: 800px;
}

.hero h1 span {
  background: linear-gradient(100deg, #ffffff 0%, #8cdfff 47%, #4da5ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
}

.hero-copy {
  color: #afbed4;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.72;
  margin: 0 0 32px;
  max-width: 680px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.primary-button {
  align-items: center;
  background: linear-gradient(135deg, #157eea 0%, #0759c7 100%);
  border: 1px solid rgba(109, 207, 255, 0.42);
  box-shadow: 0 15px 36px rgba(3, 92, 204, 0.27);
  display: inline-flex;
  font-family: var(--button-font);
  font-size: 14px;
  font-weight: 740;
  gap: 22px;
  justify-content: center;
  letter-spacing: 0.012em;
  line-height: 1.2;
  min-height: 56px;
  padding: 0 17px 0 23px;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
  width: fit-content;
}

.primary-button:hover {
  box-shadow: 0 19px 40px rgba(3, 110, 231, 0.34);
  transform: translateY(-2px);
}

.secondary-button {
  align-items: center;
  border: 1px solid rgba(154, 189, 233, 0.26);
  color: #c4d1e4;
  display: inline-flex;
  font-family: var(--button-font);
  font-size: 14px;
  font-weight: 650;
  justify-content: center;
  letter-spacing: 0.012em;
  line-height: 1.2;
  min-height: 56px;
  padding: 0 22px;
  transition:
    background-color 180ms ease,
    border-color 180ms ease;
}

.secondary-button:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(216, 170, 82, 0.5);
}

.primary-button:focus-visible,
.secondary-button:focus-visible,
.header-cta:focus-visible,
.brand:focus-visible,
.main-nav a:focus-visible {
  outline: 3px solid rgba(56, 200, 255, 0.34);
  outline-offset: 4px;
}

.hero-proof {
  border-top: 1px solid rgba(133, 181, 234, 0.15);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  max-width: 640px;
  padding-top: 20px;
}

.hero-proof > div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.hero-proof strong {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.hero-proof span {
  color: #8599b5;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.growth-card {
  backdrop-filter: blur(20px);
  background:
    linear-gradient(145deg, rgba(22, 54, 101, 0.76), rgba(4, 20, 45, 0.88)),
    rgba(4, 18, 40, 0.74);
  border: 1px solid rgba(112, 188, 255, 0.25);
  box-shadow: var(--shadow);
  min-height: 475px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.growth-card::before {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  content: "";
  height: 1px;
  left: 13%;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 74%;
}

.growth-card::after {
  background: radial-gradient(circle, rgba(54, 182, 255, 0.16), transparent 66%);
  content: "";
  height: 280px;
  position: absolute;
  right: -90px;
  top: -70px;
  width: 280px;
}

.growth-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.card-kicker {
  color: #9eb3ce;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.card-status {
  align-items: center;
  color: #95a8c2;
  display: flex;
  font-size: 8px;
  font-weight: 800;
  gap: 7px;
  letter-spacing: 0.16em;
}

.card-status i {
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(216, 170, 82, 0.65);
  height: 5px;
  width: 5px;
}

.growth-card-visual {
  align-items: center;
  display: flex;
  height: 325px;
  justify-content: center;
  position: relative;
}

.growth-ring {
  border: 1px solid rgba(100, 187, 255, 0.22);
  border-radius: 50%;
  position: absolute;
}

.growth-ring-outer {
  animation: ringSpin 18s linear infinite;
  border-left-color: var(--gold);
  border-right-color: rgba(56, 200, 255, 0.56);
  height: 246px;
  width: 246px;
}

.growth-ring-inner {
  animation: ringSpinReverse 12s linear infinite;
  border-bottom-color: rgba(216, 170, 82, 0.7);
  height: 170px;
  width: 170px;
}

.growth-core {
  align-items: center;
  background: radial-gradient(circle at 35% 25%, #195da8, #081c3f 64%);
  border: 1px solid rgba(109, 200, 255, 0.35);
  border-radius: 50%;
  box-shadow:
    0 0 45px rgba(20, 119, 238, 0.2),
    inset 0 0 32px rgba(71, 188, 255, 0.08);
  display: flex;
  flex-direction: column;
  height: 112px;
  justify-content: center;
  position: relative;
  width: 112px;
  z-index: 2;
}

.growth-core strong {
  background: linear-gradient(145deg, #86e3ff, #2785ed 58%, #3853bf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -0.15em;
  padding-right: 4px;
}

.growth-core span {
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.orbit-dot {
  background: var(--cyan);
  border: 3px solid #0b2850;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(56, 200, 255, 0.72);
  height: 12px;
  position: absolute;
  width: 12px;
}

.orbit-dot-one {
  right: 19%;
  top: 27%;
}

.orbit-dot-two {
  background: var(--gold);
  bottom: 21%;
  left: 21%;
}

.orbit-dot-three {
  left: 13%;
  top: 39%;
}

.growth-card-bottom {
  border-top: 1px solid rgba(129, 177, 225, 0.15);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 17px;
}

.growth-card-bottom > div {
  border-right: 1px solid rgba(129, 177, 225, 0.13);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 10px;
}

.growth-card-bottom > div:first-child {
  padding-left: 0;
}

.growth-card-bottom > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.growth-card-bottom span {
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 0.18em;
}

.growth-card-bottom strong {
  color: #d4dfed;
  font-size: 10px;
  font-weight: 700;
}

.scroll-cue {
  align-items: center;
  bottom: 25px;
  color: #7389a7;
  display: flex;
  font-size: 8px;
  font-weight: 800;
  gap: 10px;
  left: clamp(24px, 6vw, 92px);
  letter-spacing: 0.2em;
  position: absolute;
  z-index: 4;
}

.scroll-cue span {
  align-items: center;
  border: 1px solid rgba(122, 174, 233, 0.24);
  border-radius: 50%;
  color: var(--gold);
  display: inline-flex;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.specialty-strip {
  background: #071832;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.marquee {
  animation: marquee 38s linear infinite;
  display: flex;
  width: max-content;
}

.specialty-item {
  border-right: 1px solid rgba(128, 178, 230, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 104px;
  min-width: 245px;
  padding: 0 32px;
}

.specialty-item span {
  color: var(--gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin-bottom: 6px;
}

.specialty-item strong {
  color: #a7b7ce;
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.method-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(30, 130, 238, 0.09), transparent 29%),
    var(--ivory);
  color: #0b1e3d;
  padding: 102px clamp(24px, 6vw, 92px) 112px;
}

.method-heading {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: 1.15fr 0.85fr;
  margin: 0 auto 52px;
  max-width: 1250px;
}

.section-kicker {
  color: var(--gold) !important;
  font-size: 9px !important;
  font-weight: 850;
  letter-spacing: 0.23em;
  margin: 0 0 13px !important;
}

.method-heading h2,
.faq-heading h2 {
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -0.048em;
  line-height: 1.08;
  margin: 0;
}

.method-heading h2 span {
  color: #1675df;
  display: block;
}

.method-heading > p {
  color: #687893;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 5px;
  max-width: 470px;
}

.method-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1250px;
}

.method-card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid #dce6f2;
  box-shadow: 0 18px 45px rgba(14, 47, 87, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 31px;
  transition:
    box-shadow 200ms ease,
    transform 200ms ease;
}

.method-card:hover {
  box-shadow: 0 24px 54px rgba(14, 47, 87, 0.1);
  transform: translateY(-5px);
}

.method-card-featured {
  background:
    radial-gradient(circle at 90% 10%, rgba(55, 195, 255, 0.19), transparent 35%),
    linear-gradient(145deg, #102d59, #061934);
  border-color: rgba(61, 166, 249, 0.34);
  color: var(--white);
}

.method-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.method-number {
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.method-icon {
  align-items: center;
  border: 1px solid #d6e0ed;
  border-radius: 50%;
  color: var(--blue);
  display: inline-flex;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.method-card-featured .method-icon {
  border-color: rgba(135, 199, 255, 0.26);
  color: var(--gold-light);
}

.method-card h3 {
  font-size: 23px;
  letter-spacing: -0.035em;
  margin: 52px 0 15px;
}

.method-card p {
  color: #718099;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.method-card-featured p {
  color: #a9bad1;
}

.method-label {
  color: #9aa8ba;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.22em;
  margin-top: auto;
  padding-top: 24px;
}

.method-card-featured .method-label {
  color: var(--gold);
}

.conversion-section {
  background:
    radial-gradient(circle at 84% 10%, rgba(24, 116, 229, 0.17), transparent 26%),
    radial-gradient(circle at 10% 60%, rgba(55, 194, 255, 0.08), transparent 27%),
    var(--ink);
  padding: 90px clamp(20px, 6vw, 92px) 105px;
}

.faq-heading {
  margin: 0 auto 30px;
  max-width: 1140px;
}

.faq-heading h2 {
  color: var(--white);
  font-size: clamp(32px, 3.2vw, 46px);
}

.faq-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto 54px;
  max-width: 1140px;
}

.faq-item {
  align-self: start;
  backdrop-filter: blur(12px);
  background: rgba(14, 41, 81, 0.52);
  border: 1px solid rgba(122, 183, 244, 0.19);
  color: #eaf2ff;
}

.faq-item.is-open {
  border-color: rgba(216, 170, 82, 0.45);
}

.faq-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 750;
  justify-content: space-between;
  min-height: 66px;
  padding: 0 19px;
  text-align: left;
  width: 100%;
}

.faq-trigger:focus-visible {
  outline: 3px solid rgba(56, 200, 255, 0.3);
  outline-offset: 2px;
}

.faq-icon {
  align-items: center;
  border: 1px solid rgba(145, 190, 235, 0.26);
  color: var(--gold-light);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 27px;
  justify-content: center;
  margin-left: 20px;
  width: 27px;
}

.faq-answer {
  border-top: 1px solid rgba(122, 183, 244, 0.13);
  color: #aabbd1;
  font-size: 14px;
  line-height: 1.75;
  padding: 17px 20px 21px;
}

.faq-answer p {
  margin: 0;
}

.booking-shell {
  border: 1px solid rgba(137, 192, 246, 0.24);
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 1140px;
}

.booking-heading {
  background:
    radial-gradient(circle at 80% 0%, rgba(47, 170, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #112d58, #081c3c);
  border-bottom: 1px solid rgba(216, 170, 82, 0.52);
  padding: 38px 24px 36px;
  text-align: center;
}

.booking-heading h2 {
  font-size: clamp(29px, 3vw, 40px);
  letter-spacing: -0.04em;
  margin: 0 0 10px;
}

.booking-heading p {
  color: #a9b9cf;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.booking-form {
  background: #f8faff;
  color: #0b1c38;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 650px;
}

.form-column,
.calendar-column {
  padding: clamp(30px, 3.5vw, 48px);
}

.form-column {
  border-right: 1px solid #dce4ef;
}

.field {
  margin-bottom: 22px;
}

.field label {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 780;
  justify-content: space-between;
  margin-bottom: 9px;
}

.field label span {
  color: #9ba7b7;
  font-size: 11px;
  font-weight: 500;
}

.field input,
.field select {
  background: var(--white);
  border: 1px solid #d2ddeb;
  border-radius: 5px;
  color: #10213d;
  height: 49px;
  outline: 0;
  padding: 0 14px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
  width: 100%;
}

.field input:focus,
.field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(20, 119, 238, 0.1);
}

.field input::placeholder {
  color: #a6b0bd;
}

.phone-field {
  display: grid;
  grid-template-columns: auto 1fr;
}

.phone-field > span {
  align-items: center;
  background: #f1f5fb;
  border: 1px solid #d2ddeb;
  border-radius: 5px 0 0 5px;
  border-right: 0;
  color: #4f6077;
  display: flex;
  font-size: 12px;
  padding: 0 12px;
}

.phone-field input {
  border-radius: 0 5px 5px 0;
}

.calendar-column fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.calendar-column legend {
  color: #7e8ba0;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.21em;
  margin-bottom: 13px;
}

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

.date-grid button,
.time-grid button {
  background: #fff;
  border: 1px solid #d9e2ee;
  border-radius: 5px;
  color: #53627a;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.date-grid button {
  display: flex;
  flex-direction: column;
  min-height: 94px;
  overflow: hidden;
  padding: 12px 8px 10px;
  position: relative;
}

.date-grid button span,
.date-grid button .date-month {
  font-size: 10px;
  text-transform: uppercase;
}

.date-grid button strong {
  font-size: 21px;
  margin: 7px 0 4px;
}

.date-grid button:not(:disabled):hover,
.time-grid button:not(:disabled):hover {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateY(-1px);
}

.date-grid button.selected,
.time-grid button.selected {
  background: linear-gradient(140deg, #147bf0, #0758c5);
  border-color: var(--blue);
  box-shadow: 0 9px 22px rgba(12, 98, 216, 0.2);
  color: var(--white);
}

.date-grid button.is-full,
.time-grid button.is-booked {
  background: #f5f6f8;
  border-color: #e2e4e8;
  box-shadow: none;
  color: #a5abb4;
  cursor: not-allowed;
  transform: none;
}

.date-grid button.is-full::after {
  background: rgba(197, 80, 87, 0.34);
  content: "";
  height: 1px;
  left: -14%;
  pointer-events: none;
  position: absolute;
  top: 49%;
  transform: rotate(-30deg);
  width: 128%;
}

.date-grid button.is-full .date-month {
  display: none;
}

.date-status {
  color: #bd666b;
  font-size: 9px;
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0.04em;
  margin-top: 1px;
}

.date-grid button:focus-visible,
.time-grid button:focus-visible,
.submit-button:focus-visible {
  outline: 3px solid rgba(20, 119, 238, 0.22);
  outline-offset: 3px;
}

.time-fieldset {
  margin-top: 31px !important;
}

.legend-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.legend-row legend {
  margin: 0;
}

.legend-row small {
  color: #98a4b4;
  font-size: 10px;
}

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

.time-grid button {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: var(--button-font);
  gap: 3px;
  justify-content: center;
  min-height: 48px;
  padding: 8px 6px;
}

.slot-time {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1;
}

.slot-status {
  color: #bd666b;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.06em;
  line-height: 1;
}

.time-grid button.is-booked .slot-time {
  text-decoration: line-through;
  text-decoration-color: #bd666b;
  text-decoration-thickness: 1.5px;
}

.booking-summary {
  background: #edf4fc;
  border-left: 3px solid var(--gold);
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  padding: 14px 15px;
}

.booking-summary span {
  color: #8190a6;
  font-size: 9px;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.booking-summary strong {
  color: #17335b;
  font-size: 15px;
}

.submit-button {
  align-items: center;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border: 0;
  box-shadow: 0 12px 25px rgba(182, 133, 45, 0.18);
  color: #0a1d3d;
  cursor: pointer;
  display: flex;
  font-family: var(--button-font);
  font-size: 14px;
  font-weight: 760;
  justify-content: space-between;
  letter-spacing: 0.012em;
  line-height: 1.2;
  margin-top: 16px;
  min-height: 56px;
  padding: 0 17px 0 21px;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
  width: 100%;
}

.submit-button:hover {
  box-shadow: 0 16px 29px rgba(182, 133, 45, 0.25);
  transform: translateY(-1px);
}

.submit-button:disabled {
  background: #d7dce3;
  box-shadow: none;
  color: #818b98;
  cursor: not-allowed;
  opacity: 0.82;
  transform: none;
}

.demo-success {
  background: #e9f7ee;
  border: 1px solid #b9dfc6;
  color: #216b3c;
  font-size: 12px;
  line-height: 1.55;
  margin: 13px 0 0;
  padding: 11px 13px;
}

.demo-note {
  color: #9aa6b6;
  font-size: 10px;
  line-height: 1.5;
  margin: 12px 0 0;
  text-align: center;
}

.footer {
  align-items: center;
  background: #020d1f;
  border-top: 1px solid var(--line);
  color: #778aa7;
  display: flex;
  font-size: 10px;
  gap: 52px;
  justify-content: space-between;
  line-height: 1.6;
  padding: 30px clamp(20px, 6vw, 92px);
}

.footer-brand {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.brand-logo-frame-footer {
  height: 62px;
  width: 78px;
}

.footer .brand-context strong {
  color: #dce8f8;
}

.footer .brand-context small {
  color: var(--gold);
}

.footer-legal {
  display: flex;
  gap: 35px;
  justify-content: flex-end;
}

.footer p {
  margin: 0;
  max-width: 530px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes ringSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ringSpinReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

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

  .marquee,
  .growth-ring {
    animation: none;
  }
}

@media (max-width: 1050px) {
  .hero-content {
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) 340px;
  }

  .hero h1 {
    font-size: clamp(48px, 6.2vw, 64px);
  }

  .growth-card {
    min-height: 445px;
    padding: 18px;
  }

  .growth-card-visual {
    height: 300px;
  }
}

@media (max-width: 860px) {
  .main-nav {
    display: none;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .growth-card {
    display: none;
  }

  .method-heading {
    align-items: start;
    gap: 25px;
    grid-template-columns: 1fr;
  }

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

  .method-card {
    min-height: 280px;
  }

  .footer-legal {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 720px) {
  .topbar {
    height: 82px;
    padding: 0 15px;
  }

  .brand {
    gap: 9px;
  }

  .brand-logo-frame {
    height: 62px;
    width: 76px;
  }

  .brand-context strong {
    font-size: 8.5px;
    letter-spacing: 0.12em;
  }

  .brand-context small {
    display: none;
  }

  .footer .brand-context small {
    display: block;
  }

  .header-cta {
    font-size: 10.5px;
    gap: 7px;
    min-height: 40px;
    padding: 0 9px 0 12px;
  }

  .header-cta .button-icon {
    font-size: 9px;
    height: 20px;
    width: 20px;
  }

  .hero,
  .hero-content {
    min-height: 780px;
  }

  .hero-background {
    background-position: 68% center;
    opacity: 0.38;
  }

  .hero-shade {
    background:
      linear-gradient(
        90deg,
        rgba(3, 15, 34, 0.99) 0%,
        rgba(3, 17, 39, 0.9) 72%,
        rgba(4, 20, 44, 0.7) 100%
      ),
      linear-gradient(0deg, rgba(3, 14, 32, 0.9), rgba(5, 24, 50, 0.14));
  }

  .hero-content {
    align-items: end;
    padding: 136px 20px 80px;
  }

  .eyebrow {
    font-size: 8px;
    line-height: 1.5;
    margin-bottom: 24px;
    padding: 9px 10px;
  }

  .hero h1 {
    font-size: clamp(41px, 12vw, 54px);
    letter-spacing: -0.052em;
    line-height: 1.02;
    max-width: 600px;
  }

  .hero h1 span {
    display: block;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.62;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .primary-button,
  .secondary-button {
    font-size: 14.5px;
    min-height: 54px;
    width: 100%;
  }

  .hero-proof {
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding-top: 17px;
  }

  .scroll-cue,
  .hero-orbit {
    display: none;
  }

  .specialty-item {
    min-height: 95px;
    min-width: 210px;
  }

  .method-section {
    padding: 72px 18px 78px;
  }

  .method-heading {
    margin-bottom: 33px;
  }

  .method-heading h2 {
    font-size: 39px;
  }

  .method-heading > p {
    font-size: 14px;
  }

  .method-card {
    min-height: 295px;
    padding: 27px 24px;
  }

  .method-card h3 {
    margin-top: 42px;
  }

  .conversion-section {
    padding: 66px 15px 70px;
  }

  .faq-heading {
    margin-bottom: 24px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    margin-bottom: 38px;
  }

  .booking-heading {
    padding: 26px 18px;
  }

  .booking-heading h2 {
    font-size: 29px;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .form-column,
  .calendar-column {
    padding: 28px 18px;
  }

  .form-column {
    border-bottom: 1px solid #e2e3e5;
    border-right: 0;
  }

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

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

  .legend-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 34px;
    padding-top: 34px;
  }

  .footer-legal {
    gap: 10px;
  }
}

.screen-reader-text,
.mz-honeypot {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link:focus {
  background: var(--gold-light);
  clip: auto !important;
  clip-path: none;
  color: var(--ink);
  display: block;
  font-size: 14px;
  font-weight: 800;
  height: auto;
  left: 12px;
  padding: 12px 16px;
  top: 12px;
  width: auto;
  z-index: 100000;
}

.booking-error {
  background: #fff0f0;
  border-color: #e4b2b2;
  color: #8b2f38;
}

body.admin-bar .topbar {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .topbar {
    top: 46px;
  }
}
