:root {
  --ink: #101114;
  --muted: #5d6168;
  --red: #d70812;
  --red-dark: #ad050d;
  --paper: #ffffff;
  --soft: #f4f4f2;
  --line: #dededb;
  --warm: #eee9e2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.summer-bar {
  background: var(--red);
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #ececea;
  background: rgba(255, 255, 255, 0.97);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: block;
  width: min(470px, 49vw);
}

.brand img {
  width: 100%;
  height: auto;
  display: block;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0 26px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

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

.button:focus-visible,
.text-link:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(215, 8, 18, 0.35);
  outline-offset: 4px;
}

.button-small {
  min-height: 44px;
  padding-inline: 18px;
}

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

.button-dark:hover {
  background: #2b2d31;
}

.button-red {
  background: var(--red);
  color: white;
  box-shadow: 0 12px 28px rgba(173, 5, 13, 0.18);
}

.button-red:hover {
  background: var(--red-dark);
  box-shadow: 0 14px 32px rgba(173, 5, 13, 0.25);
}

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

.button-full {
  width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #f7f6f3 0%, #fff 62%, #f3efea 100%);
  padding: 74px 0 68px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -150px;
  top: -190px;
  border: 84px solid rgba(215, 8, 18, 0.045);
  border-radius: 50%;
}

.hero-accent {
  position: absolute;
  left: 0;
  top: 72px;
  width: 5px;
  height: 235px;
  background: var(--red);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(370px, 0.84fr);
  gap: 74px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 690px;
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 0.98;
}

.price-line {
  display: block;
  margin-top: 16px;
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(26px, 3vw, 39px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.hero-lede {
  max-width: 650px;
  margin: 26px 0 0;
  color: #4b4f55;
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 32px;
}

.text-link {
  color: #33363a;
  font-size: 15px;
  font-weight: 800;
  text-underline-offset: 5px;
}

.text-link span {
  color: var(--red);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 48px;
  padding-top: 25px;
  border-top: 1px solid #d8d6d2;
}

.trust-row > div {
  padding-right: 18px;
}

.trust-row > div + div {
  padding-left: 18px;
  border-left: 1px solid #d8d6d2;
}

.trust-row strong,
.trust-row span {
  display: block;
}

.trust-row strong {
  margin-bottom: 5px;
  font-size: 17px;
}

.trust-row span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.offer-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dedbd6;
  border-radius: 20px;
  background: white;
  box-shadow: 0 28px 70px rgba(24, 21, 17, 0.14);
}

.offer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 5px solid rgba(255, 255, 255, 0.45);
  border-radius: inherit;
}

.offer-photo {
  position: relative;
  height: 174px;
  overflow: hidden;
  background: #e7e5e0;
}

.offer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.78) contrast(1.03);
}

.offer-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 17, 20, 0.38), transparent 55%);
}

.offer-photo span {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 15px;
  border-radius: 999px;
  background: white;
  color: var(--ink);
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-body {
  padding: 28px 30px 27px;
}

.offer-price {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}

.offer-price .dollar {
  margin-top: 7px;
  color: var(--red);
  font-size: 26px;
  font-weight: 900;
}

.offer-price strong {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.offer-price .visit {
  align-self: flex-end;
  max-width: 105px;
  margin: 0 0 5px 15px;
  color: #3d4045;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.offer-body ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.offer-body li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}

.check {
  display: inline-flex;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(215, 8, 18, 0.1);
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.microcopy {
  margin: 15px 0 0;
  color: #777b81;
  font-size: 10.5px;
  line-height: 1.5;
  text-align: center;
}

.proof-strip {
  border-top: 1px solid #27282b;
  background: var(--ink);
  color: white;
}

.proof-grid {
  min-height: 82px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.proof-grid p {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.proof-grid .check {
  background: rgba(255, 255, 255, 0.1);
}

.section {
  padding: 105px 0;
}

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

.section h2,
.final-cta h2 {
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.08;
}

.section-heading > p:last-child,
.doctor-grid > div > p:last-of-type,
.location-grid > div > p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 58px;
}

.steps article {
  min-height: 245px;
  border-top: 4px solid var(--ink);
  background: var(--soft);
  padding: 28px 28px 32px;
}

.step-number {
  display: block;
  margin-bottom: 41px;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
}

.steps h3,
.hours-card h3 {
  margin: 0;
  font-size: 19px;
}

.steps p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.doctor-section {
  background: var(--warm);
}

.doctor-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
  align-items: center;
}

.experience-mark {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfc6ba;
  border-radius: 50%;
  background: #f7f4ef;
  box-shadow: inset 0 0 0 18px #ece6de;
  text-align: center;
}

.experience-mark strong {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(70px, 10vw, 118px);
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.experience-mark span {
  max-width: 140px;
  margin-top: 13px;
  color: #4f4a43;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 33px;
}

.service-pills span {
  border: 1px solid #c7beb2;
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 800;
}

.location-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 100px;
  align-items: start;
}

address {
  display: grid;
  gap: 8px;
  margin-top: 35px;
  padding-left: 20px;
  border-left: 4px solid var(--red);
  font-style: normal;
}

address strong {
  font-size: 15px;
}

address span,
address a {
  color: var(--muted);
  font-size: 14px;
}

address a {
  width: fit-content;
  color: var(--red);
  font-weight: 800;
}

.hours-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--soft);
  padding: 30px;
}

.hours-card dl {
  margin: 20px 0 0;
}

.hours-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 11px 0;
  border-bottom: 1px solid #deded9;
  font-size: 13px;
}

.hours-card dl div:last-child {
  border-bottom: 0;
}

.hours-card dt {
  color: var(--muted);
}

.hours-card dd {
  margin: 0;
  font-weight: 800;
}

.final-cta {
  position: relative;
  overflow: hidden;
  background: var(--red);
  color: white;
  padding: 70px 0;
}

.final-cta::after {
  content: "$49";
  position: absolute;
  right: 3vw;
  top: -60px;
  color: rgba(255, 255, 255, 0.07);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 250px;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.72);
}

.final-cta p:last-child {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.8);
}

footer {
  background: var(--ink);
  color: white;
  padding: 34px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
  align-items: start;
}

footer p {
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}

.terms {
  color: #aeb0b5;
}

.mobile-call {
  display: none;
}

@media (max-width: 920px) {
  .header-contact > span {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

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

  .offer-card {
    max-width: 620px;
  }

  .offer-photo {
    height: 220px;
  }

  .doctor-grid,
  .location-grid {
    gap: 55px;
  }

  .experience-mark {
    box-shadow: inset 0 0 0 12px #ece6de;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 32px, 560px);
  }

  .summer-bar {
    padding: 8px 12px;
    font-size: 10px;
    line-height: 1.4;
  }

  .header-inner {
    min-height: 70px;
  }

  .brand {
    width: min(290px, 64vw);
  }

  .header-contact .button {
    display: none;
  }

  .hero {
    padding: 52px 0 45px;
  }

  .hero-accent {
    display: none;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 61px);
  }

  .price-line {
    font-size: 28px;
  }

  .hero-lede {
    font-size: 17px;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    text-align: center;
  }

  .trust-row {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .trust-row > div,
  .trust-row > div + div {
    padding: 0;
    border: 0;
  }

  .offer-card {
    border-radius: 14px;
  }

  .offer-photo {
    height: 175px;
  }

  .offer-body {
    padding: 25px 22px 24px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 24px;
  }

  .section {
    padding: 75px 0;
  }

  .section h2,
  .final-cta h2 {
    font-size: 39px;
  }

  .steps,
  .doctor-grid,
  .location-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .steps {
    gap: 15px;
  }

  .steps article {
    min-height: auto;
  }

  .step-number {
    margin-bottom: 25px;
  }

  .doctor-grid {
    gap: 45px;
  }

  .experience-mark {
    width: min(310px, 82vw);
    justify-self: center;
  }

  .location-grid {
    gap: 45px;
  }

  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 30px;
  }

  .footer-inner {
    gap: 20px;
    padding-bottom: 57px;
  }

  .mobile-call {
    position: fixed;
    z-index: 50;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    background: var(--red);
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
  }
}

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

  .button {
    transition: none;
  }
}
