﻿:root {
  --navy: #092f67;
  --navy-dark: #07173b;
  --gold: #c6a617;
  --gold-soft: #d0bb4a;
  --ink: #282b31;
  --slate: #5b5d55;
  --mist: #a7aaa7;
  --paper: #f4f5f4;
  --white: #ffffff;
  --line: rgba(9, 47, 103, 0.15);
  --shadow: rgba(9, 47, 103, 0.14);
  --container: 1120px;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--white) 0%, var(--paper) 64%, var(--navy-dark) 64%, var(--navy-dark) 100%);
  font-family: "Segoe UI", Calibri, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

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

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

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 30;
  transform: translateY(-150%);
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--navy);
  border-radius: 999px;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(9, 47, 103, 0.08);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 1.25rem;
}

.brand img,
.browser-top img,
.site-footer img {
  width: 236px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: var(--navy-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.nav-links a:not(.nav-cta) {
  opacity: 0.78;
  transition: opacity 180ms ease, color 180ms ease;
}

.nav-links a:hover {
  color: var(--navy);
  opacity: 1;
}

.nav-cta {
  padding: 0.72rem 1.05rem;
  color: var(--white);
  border-radius: 999px;
  background: var(--navy);
  box-shadow: 0 14px 34px var(--shadow);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-cta:hover {
  color: var(--navy-dark);
  background: var(--gold-soft);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 6rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 24rem -15vw auto auto;
  width: 62vw;
  height: 62vw;
  max-width: 740px;
  max-height: 740px;
  border-radius: 50%;
  background: rgba(198, 166, 23, 0.12);
}

.hero-shell {
  position: relative;
}

.hero-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 2rem;
  margin-bottom: 2.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
}

.page-kicker,
.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--navy-dark);
  font-size: 0.85rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-heading h1 {
  max-width: 830px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.7rem, 7vw, 6.2rem);
  line-height: 0.98;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.055em;
  text-transform: none;
}

.hero-heading::after {
  content: "01";
  color: var(--navy-dark);
  font-size: 0.85rem;
  font-weight: 900;
}

.hero-stage {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
}

.browser-frame {
  overflow: hidden;
  border: 8px solid var(--navy-dark);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 30px 90px rgba(7, 23, 59, 0.22);
}

.browser-top {
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 1.4rem;
  min-height: 58px;
  padding: 0 1.35rem;
  border-bottom: 1px solid var(--line);
}

.browser-top img {
  width: 158px;
}

.browser-nav {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
}

.browser-top a {
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 900;
}

.browser-hero {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  min-height: 420px;
  background:
    radial-gradient(circle at 80% 32%, rgba(198, 166, 23, 0.12), transparent 16rem),
    var(--white);
}

.browser-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.browser-copy h2,
.section-title h2,
.doctor-copy h2,
.final-card h2 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.8vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.browser-copy h2 {
  max-width: 11ch;
  letter-spacing: -0.045em;
  text-transform: none;
}

.browser-copy p,
.section-title p,
.copy-card p,
.doctor-copy p,
.final-card p,
.faq-item p {
  color: var(--slate);
  font-size: clamp(1rem, 2vw, 1.12rem);
}

.girl-wrap {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 2rem 2rem 0;
  background: linear-gradient(180deg, rgba(198, 166, 23, 0.16), rgba(244, 245, 244, 0));
}

.girl-wrap::before {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 6%;
  width: 75%;
  aspect-ratio: 1;
  border: 2px solid rgba(9, 47, 103, 0.16);
  border-radius: 50%;
}

.girl-wrap img {
  position: relative;
  width: min(92%, 390px);
  max-height: 410px;
  object-fit: contain;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 18px 36px var(--shadow);
}

.button-secondary {
  color: var(--ink);
  background: var(--gold-soft);
}

.wave-band {
  position: relative;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 2rem;
  align-items: center;
  min-height: 245px;
  padding: 3.2rem clamp(2rem, 6vw, 5rem);
  color: var(--white);
  background:
    radial-gradient(80% 90% at 0% 0%, rgba(255, 255, 255, 0.18), transparent 45%),
    linear-gradient(135deg, var(--navy), var(--navy-dark));
}

.wave-band::before,
.wave-band::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  height: 70px;
  background: var(--white);
  border-radius: 50%;
}

.wave-band::before {
  top: -42px;
}

.wave-band::after {
  bottom: -48px;
}

.experience-pill {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 140px;
  aspect-ratio: 1;
  margin-inline: auto;
  color: var(--navy-dark);
  border-radius: 50%;
  background: var(--gold-soft);
  text-align: center;
  box-shadow: 0 18px 42px rgba(7, 23, 59, 0.22);
}

.experience-pill strong {
  display: block;
  margin-bottom: -0.3rem;
  font-size: 2.8rem;
  line-height: 1;
}

.experience-pill span {
  max-width: 82px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
}

.wave-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

.wave-copy h3 {
  margin: 0 0 0.75rem;
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  letter-spacing: -0.03em;
}

.wave-copy p {
  margin: 0;
  color: var(--paper);
}

.phone-card {
  position: absolute;
  left: -80px;
  top: 240px;
  z-index: 2;
  width: 240px;
  padding: 2.15rem 1rem 1rem;
  border: 8px solid var(--navy-dark);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 28px 70px rgba(7, 23, 59, 0.25);
}

.phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  width: 84px;
  height: 18px;
  border-radius: 0 0 14px 14px;
  background: var(--navy-dark);
  transform: translateX(-50%);
}

.phone-card img {
  width: 96px;
  margin-bottom: 1rem;
}

.phone-card h3 {
  margin: 0 0 0.6rem;
  color: var(--navy-dark);
  font-size: 1.25rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.phone-card p {
  color: var(--slate);
  font-size: 0.83rem;
}

.phone-card .button {
  width: 100%;
}

.section {
  padding: 5.6rem 0;
  scroll-margin-top: 9rem;
}

.split-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.reverse {
  grid-template-columns: 0.82fr 1.18fr;
}

.section-title.center {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.section-title {
  max-width: 860px;
}

.doctor-name-highlight {
  color: var(--navy);
  font-weight: 950;
}

.copy-card,
.location-card,
.final-card,
.faq-item,
.service-card {
  border: 1px solid rgba(9, 47, 103, 0.11);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 58px rgba(9, 47, 103, 0.08);
}

.copy-card,
.final-card,
.location-card {
  padding: clamp(1.4rem, 4vw, 2.6rem);
  border-radius: var(--radius-xl);
}

.copy-card {
  position: relative;
  overflow: hidden;
}

.copy-card::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  width: 15rem;
  aspect-ratio: 1;
  border: 2rem solid rgba(198, 166, 23, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.trust-grid,
.care-strip {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

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

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

.trust-grid article,
.care-strip span {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 132px;
  padding: 1.15rem 1.1rem;
  color: var(--navy-dark);
  border: 1px solid rgba(9, 47, 103, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 245, 244, 0.72)),
    var(--white);
  box-shadow: 0 18px 42px rgba(9, 47, 103, 0.07);
  font-size: 0.95rem;
  font-weight: 950;
  isolation: isolate;
  overflow: hidden;
}

.trust-grid article::before,
.care-strip span::before {
  content: "";
  position: absolute;
  right: -2.8rem;
  bottom: -2.8rem;
  z-index: -1;
  width: 7.2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(208, 187, 74, 0.16);
}

.trust-grid article span,
.care-strip small {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-bottom: 0.9rem;
  color: var(--navy-dark);
  border-radius: 50%;
  background: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 950;
}

.trust-grid article strong,
.care-strip span {
  display: flex;
  line-height: 1.25;
}

.services-section {
  background: var(--white);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.3rem;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 205px;
  padding: 1.3rem;
  overflow: hidden;
  border-radius: var(--radius-lg);
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(198, 166, 23, 0.55);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 1.35rem;
  border: 1px solid rgba(198, 166, 23, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 72% 18%, rgba(208, 187, 74, 0.38), transparent 1.2rem),
    linear-gradient(145deg, rgba(244, 245, 244, 0.96), var(--white));
  box-shadow: 0 14px 30px rgba(9, 47, 103, 0.08);
}

.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--navy);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card:hover .service-icon {
  background: var(--navy);
  border-color: var(--navy);
}

.service-card:hover .service-icon svg {
  stroke: var(--gold-soft);
}

.service-card h3 {
  margin: 0 0 1.1rem;
  color: var(--navy-dark);
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.service-card a,
.location-card a {
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 950;
}

.doctor-section {
  background: linear-gradient(180deg, var(--white), var(--paper));
}

.doctor-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}

.doctor-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  color: var(--navy-dark);
}

.orbit {
  position: absolute;
  border-radius: 50%;
}

.orbit-one {
  width: min(90%, 330px);
  aspect-ratio: 1;
  border: 34px solid rgba(198, 166, 23, 0.24);
}

.orbit-two {
  width: min(64%, 230px);
  aspect-ratio: 1;
  border: 2px solid rgba(9, 47, 103, 0.18);
}

.doctor-stat {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  transform: translateY(0.15rem);
}

.doctor-stat strong {
  font-size: clamp(5rem, 14vw, 7rem);
  line-height: 0.82;
}

.doctor-stat span {
  max-width: 150px;
  margin-top: 0.45rem;
  color: var(--slate);
  font-weight: 950;
  line-height: 1.12;
  text-transform: uppercase;
}

.care-section {
  background: var(--paper);
}

.seo-section {
  background: var(--white);
}

.location-card {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 18%, rgba(208, 187, 74, 0.24), transparent 9rem),
    linear-gradient(135deg, rgba(9, 47, 103, 0.98), rgba(7, 23, 59, 0.96)),
    var(--navy);
}

.location-card::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  pointer-events: none;
}

.location-pin {
  position: relative;
  display: grid;
  place-items: center;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 20px 46px rgba(7, 23, 59, 0.22);
}

.location-pin::before {
  content: "";
  width: 1.35rem;
  height: 1.35rem;
  border: 0.48rem solid var(--navy-dark);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.location-card h3,
.location-card p,
.location-card a,
.location-meta,
.location-pin {
  position: relative;
}

.location-card h3 {
  margin: auto 0 0.7rem;
  color: var(--white);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.location-card p {
  max-width: 26rem;
  margin-bottom: 1.2rem;
  color: var(--paper);
}

.location-meta {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.location-meta span {
  width: fit-content;
  padding: 0.45rem 0.7rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 850;
}

.location-card a {
  width: fit-content;
  padding: 0.75rem 1rem;
  color: var(--navy-dark);
  border-radius: 999px;
  background: var(--gold-soft);
  box-shadow: 0 14px 32px rgba(7, 23, 59, 0.2);
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 1rem;
  max-width: 920px;
  margin: 2rem auto 0;
}

.faq-item {
  padding: 1.2rem 1.35rem;
  border-radius: var(--radius-lg);
}

.faq-item summary {
  color: var(--navy-dark);
  cursor: pointer;
  font-size: 1.03rem;
  font-weight: 950;
}

.faq-item p {
  margin: 0.7rem 0 0;
}

.final-section {
  background: linear-gradient(180deg, var(--paper), var(--white));
}

.final-card {
  position: relative;
  max-width: 920px;
  margin-inline: auto;
  overflow: hidden;
  text-align: center;
}

.final-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -70px;
  width: 220px;
  aspect-ratio: 1;
  border: 34px solid rgba(198, 166, 23, 0.16);
  border-radius: 50%;
}

.final-card > * {
  position: relative;
}

.center-actions {
  justify-content: center;
}

.site-footer {
  padding: 3.5rem 0;
  color: var(--white);
  background: var(--navy-dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
}

.site-footer img {
  width: 240px;
  margin-bottom: 1rem;
  filter: brightness(1.15);
}

.site-footer p,
.site-footer address {
  margin: 0;
  color: var(--paper);
  font-style: normal;
  font-weight: 800;
}

.site-footer a {
  color: var(--gold-soft);
}

.footer-credit {
  margin-top: 2rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.footer-credit p {
  margin: 0;
  color: var(--paper);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .phone-card {
    left: -18px;
    top: 300px;
  }

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

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

@media (max-width: 860px) {
  body {
    background: linear-gradient(180deg, var(--white) 0%, var(--paper) 78%, var(--navy-dark) 78%, var(--navy-dark) 100%);
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .browser-top {
    grid-template-columns: 1fr auto;
  }

  .browser-nav {
    display: none;
  }

  .browser-hero,
  .wave-band,
  .split-grid,
  .reverse,
  .doctor-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .browser-copy {
    order: 2;
  }

  .girl-wrap {
    min-height: 360px;
  }

  .phone-card {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 310px);
    margin: -28px auto 0;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(calc(100% - 2rem), var(--container));
  }

  .section {
    padding-inline: 0;
  }

  .section-title,
  .section-title.center {
    max-width: 100%;
    padding-inline: 0.35rem;
    text-align: left;
  }

  .section-title h2,
  .doctor-copy h2,
  .final-card h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .section-title p {
    font-size: 1rem;
  }

  .brand img {
    width: 158px;
  }

  .nav {
    min-height: 64px;
    gap: 0.75rem;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0.58rem 0.78rem;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(9, 47, 103, 0.12);
  }

  .hero {
    padding-top: 2.4rem;
  }

  .hero-heading {
    display: block;
  }

  .hero-heading h1 {
    font-size: clamp(2.25rem, 11vw, 3.7rem);
  }

  .browser-frame {
    border-width: 6px;
    border-radius: 16px;
  }

  .browser-top {
    gap: 0.8rem;
    padding: 0 0.85rem;
  }

  .browser-top img {
    width: 126px;
  }

  .browser-top a {
    font-size: 0.64rem;
  }

  .browser-copy {
    padding: 1.5rem;
  }

  .girl-wrap {
    min-height: 290px;
    padding: 1rem 1rem 0;
  }

  .wave-band {
    padding: 3rem 1.3rem;
  }

  .service-grid,
  .trust-grid,
  .care-strip {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .brand img {
    width: 138px;
  }

  .nav-cta {
    padding: 0.52rem 0.68rem;
    font-size: 0.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Fresh page-level hero inspired by the provided reference image. */
body {
  background:
    linear-gradient(180deg, var(--white) 0%, var(--white) 36%, var(--paper) 72%, var(--navy-dark) 72%, var(--navy-dark) 100%);
}

.hero {
  isolation: isolate;
  min-height: calc(100vh - 78px);
  padding: clamp(3rem, 6vw, 5.25rem) 0 clamp(4rem, 8vw, 6rem);
  background:
    radial-gradient(circle at 8% 12%, rgba(198, 166, 23, 0.12), transparent 22rem),
    linear-gradient(180deg, var(--white) 0%, var(--white) 72%, var(--paper) 72%, var(--paper) 100%);
}

.hero::before {
  display: none;
}

.hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.hero-orb-one {
  top: 8rem;
  right: -8rem;
  width: min(48vw, 34rem);
  aspect-ratio: 1;
  background: rgba(198, 166, 23, 0.16);
}

.hero-orb-two {
  left: -9rem;
  bottom: 9rem;
  width: min(42vw, 28rem);
  aspect-ratio: 1;
  border: 2.5rem solid rgba(9, 47, 103, 0.07);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5.5rem);
  min-height: clamp(560px, 76vh, 720px);
}

.hero-copy {
  max-width: 650px;
}

.hero-copy .page-kicker {
  color: var(--navy);
}

.hero-copy h1 {
  margin: 0 0 1.35rem;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.9rem, 6.1vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.hero-lead {
  max-width: 600px;
  margin: 0;
  color: var(--slate);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.hero-visual {
  position: relative;
  align-self: end;
  display: grid;
  place-items: end center;
  min-height: clamp(520px, 74vh, 680px);
}

.hero-visual::before {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 7%;
  z-index: -1;
  width: min(95%, 520px);
  height: 72%;
  border-radius: 42% 42% 0 0;
  background: linear-gradient(180deg, rgba(208, 187, 74, 0.22), rgba(244, 245, 244, 0));
}

.hero-visual-ring {
  position: absolute;
  right: 6%;
  bottom: 10%;
  z-index: -1;
  width: min(88%, 470px);
  aspect-ratio: 1;
  border: 2px solid rgba(9, 47, 103, 0.16);
  border-radius: 50%;
}

.hero-visual img {
  width: min(94%, 520px);
  max-height: 650px;
  object-fit: contain;
  filter: drop-shadow(0 28px 40px rgba(7, 23, 59, 0.14));
}

.experience-badge {
  position: absolute;
  left: 0;
  bottom: 18%;
  display: grid;
  place-items: center;
  width: 124px;
  aspect-ratio: 1;
  padding: 1rem;
  color: var(--navy-dark);
  border: 8px solid var(--white);
  border-radius: 50%;
  background: var(--gold-soft);
  text-align: center;
  box-shadow: 0 22px 48px rgba(7, 23, 59, 0.18);
}

.experience-badge strong {
  display: block;
  margin-bottom: -0.45rem;
  font-size: 2.55rem;
  line-height: 1;
}

.experience-badge span {
  display: block;
  max-width: 86px;
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.hero-wave {
  position: relative;
  z-index: 1;
  min-height: 170px;
  margin-top: -130px;
  background:
    radial-gradient(70% 140% at 8% 0%, rgba(255, 255, 255, 0.2), transparent 48%),
    linear-gradient(135deg, var(--navy), var(--navy-dark));
  clip-path: ellipse(78% 62% at 50% 100%);
}

.hero-info-card {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 0.9fr 1.25fr auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: 3.5rem;
  padding: clamp(0.95rem, 2vw, 1.25rem);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-xl);
  background: rgba(7, 23, 59, 0.94);
  box-shadow: 0 30px 80px rgba(7, 23, 59, 0.24);
}

.hero-info-card .eyebrow {
  color: var(--gold-soft);
}

.hero-info-card h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.hero-info-card p:not(.eyebrow) {
  margin: 0;
  color: var(--paper);
}

.button-light {
  color: var(--navy-dark);
  background: var(--white);
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

  .hero-visual {
    min-height: 440px;
  }

  .hero-visual img {
    max-height: 430px;
  }

  .experience-badge {
    left: 8%;
    bottom: 12%;
  }

  .hero-wave {
    margin-top: -72px;
  }

  .hero-info-card {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (min-width: 901px) and (max-height: 760px) {
  .hero {
    padding-top: 2rem;
  }

  .hero-layout {
    min-height: 600px;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 5.4vw, 5rem);
    margin-bottom: 1rem;
  }

  .hero-lead {
    font-size: 1.02rem;
  }

  .hero-actions {
    margin-top: 1rem;
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-visual img {
    max-height: 560px;
  }
}

@media (max-width: 620px) {
  .hero-copy h1 {
    font-size: clamp(2.65rem, 14vw, 4.2rem);
  }

  .hero-visual {
    min-height: 350px;
  }

  .hero-visual img {
    max-height: 350px;
  }

  .experience-badge {
    width: 116px;
    border-width: 6px;
  }

  .experience-badge strong {
    font-size: 2.35rem;
  }

  .experience-badge span {
    font-size: 0.64rem;
  }

  .hero-wave {
    min-height: 130px;
    margin-top: -50px;
  }
}
