.accident-care-page {
  min-height: 100vh;
  padding-bottom: 70px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 253, 249, .92), rgba(244, 241, 236, .98)),
    var(--paper);
}

.accident-care-page h1,
.accident-care-page h2 {
  color: #151a16;
}

.accident-care-page h1 {
  max-width: 15ch;
  font-size: clamp(2.25rem, 3.15vw, 3.05rem);
}

.accident-care-page h2 {
  font-size: clamp(1.55rem, 3vw, 2.45rem);
}

.care-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: flex-end;
  gap: clamp(.9rem, 1.7vw, 1.45rem);
  min-height: 96px;
  padding: .5rem clamp(1.55rem, 2.65vw, 2.75rem) .7rem;
  background: rgba(255, 253, 249, .98);
  border-bottom: 1px solid rgba(32, 39, 41, .12);
  box-shadow: 0 8px 22px rgba(46, 45, 38, .06);
  backdrop-filter: blur(12px);
}

.care-brand {
  display: inline-flex;
  align-items: center;
  width: clamp(112px, 8vw, 132px);
  height: 86px;
  color: #122219;
  text-decoration: none;
  flex: 0 0 auto;
}

.care-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.brand-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(32, 39, 41, .16);
}

.clinic-brand img {
  width: clamp(162px, 13.8vw, 218px);
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.05rem, 2vw, 2rem);
  margin-left: auto;
  padding-bottom: .38rem;
  font-size: .8rem;
  font-weight: 850;
}

.desktop-nav a {
  text-decoration: none;
}

.header-phone {
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--moss-dark);
  border-radius: 999px;
}

.header-phone img {
  width: 19px;
  height: 19px;
  filter: brightness(0) invert(1);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: transparent;
  border: 0;
}

.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.care-cta,
.care-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .78rem 1.08rem;
  border-radius: 6px;
  font-size: .76rem;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.care-cta {
  color: #fff;
  background: #064226;
  border: 1px solid #064226;
  box-shadow: 0 10px 24px rgba(6, 66, 38, .16);
}

.care-cta:hover {
  background: #0d5331;
}

.care-button-secondary {
  color: var(--ink);
  background: rgba(255, 253, 249, .92);
  border: 1px solid rgba(32, 39, 41, .24);
}

.care-cta--header {
  min-height: 44px;
  padding-inline: 1.2rem;
  white-space: nowrap;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding-bottom: .84rem;
  color: rgba(21, 26, 22, .48);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.language-switcher span {
  color: var(--ink);
  font-weight: 950;
}

.language-switcher a {
  color: rgba(21, 26, 22, .5);
  text-decoration: none;
  transition: color .18s ease;
}

.language-switcher a:hover,
.language-switcher a:focus-visible {
  color: #d6a21f;
}

.hero-section,
.quick-trust,
.doctor-section,
.delayed-section,
.therapies-section,
.info-cards,
.faq-section,
.location-reviews,
.final-cta {
  width: min(100%, 1600px);
  margin-inline: auto;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(430px, 42%) minmax(0, 58%);
  width: 100%;
  max-width: none;
  min-height: clamp(370px, 30vw, 500px);
  height: auto;
  border-bottom: 1px solid rgba(32, 39, 41, .14);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(2.1rem, 3.8vw, 3.8rem) clamp(1.2rem, 3vw, 2.25rem) clamp(2rem, 3.4vw, 3.25rem) clamp(4rem, 9.8vw, 12.5rem);
}

.care-eyebrow {
  margin: 0 0 .62rem;
  color: #064226;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 1.22;
  max-width: 100%;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-copy > .care-eyebrow {
  white-space: nowrap;
}

.hero-lede {
  max-width: 47ch;
  margin: .65rem 0 .48rem;
  color: #15251b;
  font-size: clamp(.88rem, 1.18vw, .98rem);
  font-weight: 760;
}

.hero-copy p:not(.care-eyebrow):not(.hero-lede) {
  max-width: 51ch;
  margin: 0 0 .92rem;
  font-size: .86rem;
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: .7rem;
  align-items: center;
  margin-top: .18rem;
}

.hero-primary-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(370px, 30vw, 500px);
  object-fit: cover;
  object-position: 50% 44%;
}

.hero-image-panel {
  position: relative;
  z-index: 0;
  min-height: clamp(370px, 30vw, 500px);
  overflow: hidden;
}

.hero-image-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: min(42%, 360px);
  background: linear-gradient(90deg, rgba(255, 253, 249, .98), rgba(255, 253, 249, .74) 44%, rgba(255, 253, 249, 0));
  pointer-events: none;
}

.quick-trust {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 1.05rem clamp(2.1rem, 4.45vw, 4.8rem) 1.2rem;
  border-bottom: 1px solid rgba(32, 39, 41, .14);
}

.quick-trust article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: .45rem;
  min-height: 82px;
  padding: .45rem .44rem 0;
  text-align: center;
}

.quick-trust article + article {
  border-left: 1px solid rgba(32, 39, 41, .14);
}

.quick-trust img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.quick-trust strong {
  font-size: .56rem;
  line-height: 1.22;
  text-transform: uppercase;
}

.whiplash-page .quick-trust {
  width: min(calc(100% - (clamp(4rem, 9.8vw, 12.5rem) * 2)), 1420px);
  padding-inline: 0;
}

.hero-video {
  position: relative;
  display: block;
  min-height: 0;
  height: 100%;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}

.hero-video > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 48% 50%;
}

.hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .2) 56%, rgba(0, 0, 0, .08));
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 1.12rem;
  padding: 2rem;
  text-align: center;
}

.video-overlay strong {
  max-width: 14ch;
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  line-height: 1.05;
}

.video-overlay > span:not(.play-button) {
  max-width: 28ch;
  font-size: .98rem;
  font-weight: 850;
}

.play-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border: 5px solid #fff;
  border-radius: 999px;
}

.play-button::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: .35rem;
  border-block: 19px solid transparent;
  border-left: 28px solid #fff;
}

.doctor-section {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(230px, 290px) minmax(300px, 430px);
  justify-content: center;
  gap: clamp(.75rem, 1.2vw, 1.2rem);
  align-items: center;
  padding: clamp(.85rem, 1.6vw, 1.45rem) clamp(2.1rem, 4.45vw, 4.8rem);
  border-bottom: 1px solid rgba(32, 39, 41, .14);
}

.doctor-copy h2 {
  max-width: 12ch;
}

.doctor-copy p:not(.care-eyebrow) {
  max-width: 36ch;
  margin: .45rem 0 .75rem;
  font-size: .82rem;
  line-height: 1.36;
}

.doctor-video-placeholder {
  display: grid;
  justify-items: center;
}

.video-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 270px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  color: #fff;
  background: #111;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(46, 45, 38, .18);
}

.video-frame video,
.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  transform: none;
}

.video-frame .stream-video {
  display: block;
  position: static;
  width: 100%;
  height: 100%;
  background: #111;
  object-fit: contain !important;
  object-position: center center;
}

.video-frame .play-button {
  width: 72px;
  height: 72px;
  border-width: 4px;
}

.video-frame .play-button::before {
  border-block-width: 14px;
  border-left-width: 22px;
}

.video-label,
.video-time {
  position: absolute;
  left: 1rem;
  right: 1rem;
  font-size: .72rem;
  font-weight: 850;
}

.video-label {
  top: 1rem;
}

.video-time {
  bottom: 1rem;
}

.delayed-section {
  display: grid;
  grid-template-columns: minmax(560px, 820px) minmax(280px, 330px);
  justify-content: center;
  gap: clamp(.7rem, 1vw, 1rem);
  align-items: center;
  width: 100%;
  max-width: 1260px;
  padding: clamp(.65rem, 1.15vw, 1rem) clamp(1.4rem, 3vw, 2.4rem);
  border-bottom: 1px solid rgba(32, 39, 41, .14);
}

.section-kicker-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.section-kicker-row .care-eyebrow {
  margin-bottom: .22rem;
}

.spanish-inline-note {
  max-width: none;
  margin: .15rem 0 0;
  color: rgba(21, 26, 22, .62);
  font-size: .76rem;
  font-weight: 650;
  line-height: 1.32;
  text-align: center;
}

.spanish-inline-note a {
  color: var(--moss-dark);
  font-weight: 850;
  text-decoration: none;
}

.spanish-inline-note a:hover,
.spanish-inline-note a:focus-visible {
  text-decoration: underline;
}

.symptom-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

.symptom-copy {
  padding-top: 0;
}

.evaluation-prompt {
  margin-top: 0;
}

.symptom-copy h2 {
  max-width: 18ch;
}

.symptom-copy p {
  max-width: 44ch;
  margin: .48rem 0 0;
}

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .12rem;
  margin: .65rem 0 .7rem;
  padding: .42rem 0;
  border-block: 1px solid rgba(32, 39, 41, .12);
}

.symptom-grid article {
  display: grid;
  justify-items: center;
  gap: .32rem;
  padding: .25rem;
  text-align: center;
}

.symptom-grid img {
  width: 38px;
  height: 38px;
}

.symptom-grid span {
  font-size: .68rem;
  font-weight: 850;
  line-height: 1.2;
}

.source-note {
  position: relative;
  padding-left: 1.8rem;
  color: var(--muted);
  font-size: .74rem;
}

.source-note::before {
  content: "i";
  position: absolute;
  left: 0;
  top: .08rem;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-weight: 900;
}

.evaluation-prompt,
.why-card,
.expect-card,
.attorney-card,
.visit-card-care,
.reviews-card {
  background: rgba(255, 253, 249, .86);
  border: 1px solid rgba(32, 39, 41, .14);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(46, 45, 38, .07);
}

.evaluation-prompt {
  display: grid;
  gap: .62rem;
  padding: 1.15rem;
}

.evaluation-prompt img {
  width: 44px;
  height: 44px;
}

.evaluation-prompt strong,
.evaluation-prompt span {
  font-size: 1.08rem;
  line-height: 1.3;
}

.therapies-section {
  padding: 0 clamp(2.1rem, 4.45vw, 4.8rem) clamp(1.5rem, 4vw, 2.75rem);
}

.section-heading {
  padding: 1.1rem 0 .9rem;
  text-align: center;
}

.section-heading h2 {
  font-family: var(--sans);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 950;
  text-transform: uppercase;
}

.section-heading p {
  margin: .25rem auto 0;
  max-width: 74ch;
  font-size: .92rem;
}

.therapy-table {
  overflow: hidden;
  background: rgba(255, 253, 249, .7);
  border: 1px solid rgba(32, 39, 41, .15);
  border-radius: 8px;
}

.therapy-row {
  display: grid;
  grid-template-columns: 138px minmax(160px, 230px) minmax(0, .9fr) minmax(280px, 1fr);
  gap: 1.25rem;
  align-items: start;
  padding: 1rem;
}

.therapy-row + .therapy-row {
  border-top: 1px solid rgba(32, 39, 41, .13);
}

.therapy-icon {
  width: 104px;
  height: 104px;
  padding: 1.2rem;
  margin: 0 auto;
  background: rgba(168, 181, 154, .18);
  border-radius: 999px;
  object-fit: contain;
}

.therapy-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  object-fit: cover;
}

.therapy-row h3,
.info-cards h2,
.faq-section h2,
.location-reviews h2 {
  margin: 0;
  color: #063e25;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.therapy-row p {
  margin: .35rem 0 0;
  font-size: .88rem;
  line-height: 1.4;
}

.therapy-row ul,
.check-list-care {
  display: grid;
  gap: .42rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.therapy-row li,
.check-list-care li {
  position: relative;
  padding-left: 1.72rem;
  font-size: .84rem;
  line-height: 1.3;
}

.therapy-row li::before,
.check-list-care li::before {
  content: "";
  position: absolute;
  left: .1rem;
  top: -.02rem;
  width: 21px;
  height: 21px;
  background: url("assets/icons/checkmark-custom.svg") center / contain no-repeat;
}

.info-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
  gap: 1rem;
  padding: 0 clamp(2.1rem, 4.45vw, 4.8rem) 1.2rem;
}

.why-card,
.expect-card,
.attorney-card {
  padding: 1.2rem;
}

.why-card {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.why-card h2,
.why-card ul {
  grid-column: auto;
}

.attorney-card .check-list-care {
  margin-bottom: 1rem;
}

.attorney-card .care-button-secondary {
  color: #063e25;
  background: #f4f1e8;
  border-color: rgba(6, 66, 38, .28);
  box-shadow: 0 6px 14px rgba(46, 45, 38, .08);
}

.expect-card {
  display: grid;
  gap: 1rem;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps-list li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: .45rem;
  text-align: center;
  counter-increment: step;
}

.steps-list li::before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: #064226;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 900;
}

.steps-list img {
  width: 46px;
  height: 46px;
}

.steps-list span {
  font-size: .72rem;
  font-weight: 850;
  line-height: 1.25;
}

.expect-card p {
  margin: 0;
  text-align: center;
  font-size: .82rem;
}

.attorney-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, .58fr);
  gap: 1rem;
  overflow: hidden;
}

.attorney-card p {
  margin: .7rem 0 .85rem;
  font-size: .88rem;
}

.attorney-card img {
  align-self: end;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.faq-section {
  padding: 0 clamp(2.1rem, 4.45vw, 4.8rem) 1.2rem;
  text-align: center;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: .9rem;
  border: 1px solid rgba(32, 39, 41, .14);
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
}

.faq-grid details {
  background: rgba(255, 253, 249, .76);
  border-right: 1px solid rgba(32, 39, 41, .12);
  border-bottom: 1px solid rgba(32, 39, 41, .12);
}

.faq-grid summary {
  min-height: 52px;
  padding: 1rem 2.5rem 1rem 1rem;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 900;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "+";
  float: right;
  margin-right: -1.3rem;
  color: #064226;
  font-size: 1.2rem;
}

.faq-grid details[open] summary::after {
  content: "-";
}

.faq-grid p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
  font-size: .84rem;
}

.location-reviews {
  display: grid;
  grid-template-columns: minmax(230px, .7fr) minmax(360px, 1.1fr) minmax(260px, .76fr);
  gap: 1rem;
  padding: 0 clamp(2.1rem, 4.45vw, 4.8rem) 1.1rem;
}

.spanish-footer-note {
  width: min(100% - 4.2rem, 1600px);
  margin: 0 auto 1rem;
  padding: .9rem 1rem;
  color: rgba(21, 26, 22, .7);
  font-size: .84rem;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid rgba(32, 39, 41, .12);
  border-bottom: 1px solid rgba(32, 39, 41, .12);
}

.spanish-footer-note a {
  color: var(--moss-dark);
  font-weight: 900;
  text-decoration: none;
}

.spanish-footer-note a:hover,
.spanish-footer-note a:focus-visible {
  text-decoration: underline;
}

.visit-card-care,
.reviews-card {
  padding: 1.2rem;
}

.visit-card-care p,
.reviews-card p,
.reviews-card blockquote {
  margin: .75rem 0 0;
  font-size: .88rem;
}

.parking-note {
  padding-top: .85rem;
  color: #33423a;
  border-top: 1px solid rgba(32, 39, 41, .12);
  line-height: 1.45;
}

.visit-card-care .care-button-secondary {
  margin-top: .95rem;
}

.map-panel {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  background: #edf0e8;
  border: 1px solid rgba(32, 39, 41, .14);
  border-radius: 8px;
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

.map-fallback {
  position: absolute;
  right: .8rem;
  bottom: .8rem;
  z-index: 1;
  padding: .55rem .75rem;
  color: #064226;
  background: rgba(255, 253, 249, .92);
  border: 1px solid rgba(32, 39, 41, .18);
  border-radius: 6px;
  font-size: .76rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.stars {
  display: flex;
  gap: .18rem;
  min-height: 20px;
  background: repeat-x left center / 20px 20px url("assets/icons/yellowstar-custom.svg");
  width: 100px;
  overflow: hidden;
}

.stars span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.reviews-card blockquote {
  margin-left: 0;
  font-weight: 650;
}

.reviews-card cite {
  display: block;
  margin-top: .18rem;
  font-size: .82rem;
  font-style: normal;
}

.reviews-card a {
  display: inline-flex;
  margin-top: .8rem;
  color: #064226;
  font-size: .8rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.final-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(340px, 23vw, 400px);
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.final-cta > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 14%;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .54));
}

.final-cta > div {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  padding: 2rem 1rem;
}

.final-cta h2 {
  color: #fff;
}

.final-cta p {
  max-width: 72ch;
  margin: .65rem auto .6rem;
  font-weight: 750;
}

.sticky-booking-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  min-height: 58px;
  padding: .55rem 1rem;
  color: #fff;
  background: #064226;
  box-shadow: 0 -10px 24px rgba(6, 66, 38, .2);
}

.sticky-booking-bar span,
.sticky-booking-bar a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.sticky-booking-bar img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.sticky-booking-bar a {
  min-height: 36px;
  padding: .55rem .9rem;
  color: #064226;
  background: #fffdf9;
  border-radius: 6px;
  text-decoration: none;
}

.local-strip {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.7rem);
  min-height: 36px;
  padding: .52rem 1rem;
  background: rgba(232, 226, 214, .74);
  border-bottom: 1px solid rgba(32, 39, 41, .12);
  font-size: .76rem;
  font-weight: 850;
}

.local-strip span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  white-space: nowrap;
}

.local-strip img {
  width: 18px;
  height: 18px;
}

.whiplash-page h1 {
  max-width: 13ch;
  font-size: clamp(2.45rem, 3.45vw, 3.35rem);
}

.whiplash-page .hero-section {
  min-height: clamp(380px, 30vw, 470px);
}

.whiplash-page .hero-copy {
  padding-top: clamp(1.8rem, 3vw, 2.8rem);
  padding-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

.whiplash-kicker {
  margin: .28rem 0 .52rem;
  color: #064226;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.72rem);
  font-weight: 900;
  line-height: 1.1;
}

.whiplash-page .hero-lede {
  margin-top: 0;
  color: #202729;
  font-weight: 650;
}

.hero-video-card {
  position: absolute;
  right: clamp(1rem, 4vw, 4.5rem);
  bottom: clamp(1rem, 2.2vw, 1.55rem);
  z-index: 2;
  display: grid;
  grid-template-columns: 58px minmax(150px, 230px);
  gap: .9rem;
  align-items: center;
  max-width: min(92%, 385px);
  padding: 1rem 1.15rem;
  color: #151a16;
  background: rgba(255, 253, 249, .96);
  border: 1px solid rgba(32, 39, 41, .13);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(32, 39, 41, .18);
  text-decoration: none;
}

.hero-video-card .play-button {
  width: 58px;
  height: 58px;
  border: 2px solid #064226;
}

.hero-video-card .play-button::before {
  border-block-width: 10px;
  border-left: 16px solid #064226;
}

.hero-video-card strong {
  font-size: .98rem;
  line-height: 1.22;
}

.local-recovery-band,
.whiplash-symptoms,
.steps-video-section,
.whiplash-concept,
.approach-section,
.proof-grid {
  width: min(calc(100% - (clamp(4rem, 9.8vw, 12.5rem) * 2)), 1420px);
  margin-inline: auto;
}

.local-recovery-band {
  display: grid;
  grid-template-columns: minmax(260px, 520px) minmax(0, 1fr);
  gap: clamp(1.4rem, 3vw, 2.5rem);
  align-items: center;
  padding: 1rem 0 1.4rem;
}

.local-recovery-band img {
  width: 100%;
  aspect-ratio: 3.15 / 1;
  object-fit: cover;
  object-position: 50% 57%;
  border-radius: 7px;
}

.local-recovery-band h2 {
  color: #151a16;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
}

.local-recovery-band p {
  max-width: 74ch;
  margin: .45rem 0 0;
  font-size: .92rem;
  line-height: 1.45;
}

.whiplash-symptoms {
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(400px, 1fr) minmax(250px, 330px);
  gap: clamp(1rem, 2.2vw, 2rem);
  align-items: stretch;
  padding: 1.45rem 0 1.35rem;
}

.whiplash-symptoms .symptom-photo {
  min-height: 0;
  aspect-ratio: 1.25 / 1;
  border-radius: 8px;
}

.whiplash-symptoms .symptom-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.whiplash-symptoms .symptom-copy h2 {
  max-width: 28ch;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.whiplash-symptoms .symptom-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: .8rem;
}

.whiplash-symptoms .evaluation-prompt {
  align-self: center;
  padding: 2rem 1.7rem;
  text-align: center;
}

.whiplash-symptoms .evaluation-prompt img {
  margin-inline: auto;
}

.whiplash-symptoms .evaluation-prompt p {
  margin: .3rem 0 0;
  font-size: .82rem;
}

.steps-video-section {
  display: grid;
  grid-template-columns: minmax(320px, 470px) minmax(260px, 360px);
  justify-content: center;
  gap: clamp(1.2rem, 4vw, 4.5rem);
  align-items: center;
  padding: 1.1rem clamp(1rem, 3vw, 3.4rem);
  background: rgba(255, 253, 249, .68);
  border: 1px solid rgba(32, 39, 41, .1);
  border-radius: 8px;
}

.steps-panel h2 {
  max-width: 14ch;
  font-family: var(--sans);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 950;
  line-height: 1.06;
}

.vertical-steps {
  display: grid;
  gap: 1.15rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: whiplash-step;
}

.vertical-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  counter-increment: whiplash-step;
}

.vertical-steps img {
  width: 42px;
  height: 42px;
}

.vertical-steps strong {
  position: relative;
  display: block;
  padding-left: 2rem;
  font-size: .95rem;
  line-height: 1.25;
}

.vertical-steps strong::before {
  content: counter(whiplash-step);
  position: absolute;
  left: 0;
  top: -.12rem;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: #064226;
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 950;
}

.vertical-steps span {
  display: block;
  margin-top: .25rem;
  font-size: .82rem;
  line-height: 1.4;
}

.whiplash-video-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 330px);
  aspect-ratio: 9 / 16;
  justify-self: center;
  color: #fff;
  background: #1f261f;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(46, 45, 38, .18);
}

.whiplash-video-frame img,
.whiplash-video-frame .stream-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whiplash-video-frame:has(.stream-video)::after {
  display: none;
}

.whiplash-video-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .66));
}

.whiplash-video-frame .play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  border-color: rgba(255, 255, 255, .94);
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(2px);
}

.whiplash-video-frame .video-time {
  z-index: 1;
}

.whiplash-concept {
  display: grid;
  grid-template-columns: minmax(260px, 370px) minmax(0, 1fr);
  gap: clamp(1.2rem, 2.8vw, 2rem);
  align-items: center;
  margin-top: 1.2rem;
  padding: .9rem;
  background: rgba(255, 253, 249, .84);
  border: 1px solid rgba(32, 39, 41, .12);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(46, 45, 38, .07);
}

.whiplash-concept img {
  width: 100%;
  aspect-ratio: 2.35 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.whiplash-concept h2 {
  max-width: 56ch;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  font-weight: 950;
  line-height: 1.18;
}

.whiplash-concept p {
  max-width: 74ch;
  margin: .5rem 0 0;
  font-size: .86rem;
  line-height: 1.42;
}

.concept-note {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: .65rem;
  align-items: center;
  color: #064226;
}

.concept-note span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #2f6b3b;
  border-radius: 999px;
  font-weight: 950;
}

.concept-note strong {
  font-size: .84rem;
  line-height: 1.25;
}

.approach-section {
  margin-top: 1.2rem;
  padding: 0 clamp(1rem, 2vw, 1.4rem) 1.35rem;
  background: rgba(255, 253, 249, .5);
  border: 1px solid rgba(32, 39, 41, .1);
  border-radius: 8px;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.8rem, 1.6vw, 1.35rem);
}

.approach-grid article {
  overflow: hidden;
  background: rgba(255, 253, 249, .9);
  border: 1px solid rgba(32, 39, 41, .14);
  border-radius: 8px;
}

.approach-grid article > img {
  width: 100%;
  aspect-ratio: 1.9 / 1;
  object-fit: cover;
}

.approach-grid h3,
.proof-grid h2 {
  margin: .9rem .9rem .45rem;
  color: #151a16;
  font-family: var(--sans);
  font-size: .98rem;
  font-weight: 950;
  line-height: 1.18;
}

.approach-grid h3 span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: .55rem;
  color: #fff;
  background: #064226;
  border-radius: 999px;
  font-size: .86rem;
}

.approach-grid p {
  min-height: 88px;
  margin: 0 .9rem .65rem;
  font-size: .82rem;
  line-height: 1.4;
}

.approach-grid .check-list-care {
  padding: 0 .9rem 1rem;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr .86fr .94fr;
  gap: 1rem;
  padding: 1.25rem 0;
}

.proof-grid > article {
  padding: 1rem;
  background: rgba(255, 253, 249, .86);
  border: 1px solid rgba(32, 39, 41, .14);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(46, 45, 38, .07);
}

.proof-grid .doctor-proof {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 1rem;
}

.doctor-proof > img {
  width: 100%;
  height: 100%;
  min-height: 245px;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 7px;
}

.proof-grid h2 {
  margin: 0 0 .6rem;
}

.proof-grid p,
.proof-grid blockquote {
  margin: .55rem 0;
  font-size: .82rem;
  line-height: 1.4;
}

.proof-grid blockquote {
  margin-left: 0;
  font-weight: 700;
}

.proof-grid a:not(.care-cta):not(.care-button-secondary) {
  color: #064226;
  font-size: .78rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.proof-grid .care-cta,
.proof-grid .care-button-secondary {
  margin-top: .7rem;
}

.rating {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: #151a16;
  font-size: 2rem !important;
  font-weight: 950;
}

.rating .stars {
  margin-top: .28rem;
  flex: 0 0 auto;
}

.whiplash-page .final-cta {
  width: min(100% - clamp(1.6rem, 8vw, 8.5rem), 1420px);
  min-height: clamp(310px, 24vw, 390px);
  margin-bottom: 1.2rem;
  border-radius: 8px;
}

.whiplash-page .final-cta .care-button-secondary {
  color: #063e25;
}

.attorney-referral-page h1 {
  max-width: 12ch;
  font-size: clamp(2.35rem, 3.35vw, 3.25rem);
}

.attorney-referral-page {
  overflow-x: hidden;
}

.attorney-referral-page .hero-section {
  min-height: clamp(390px, 32vw, 540px);
}

.attorney-hero .hero-primary-image {
  object-position: 50% 50%;
}

.attorney-feature-row,
.attorney-story-grid,
.attorney-process-grid,
.attorney-testimonials,
.attorney-faq-location,
.attorney-footer {
  width: min(calc(100% - (clamp(4rem, 9.8vw, 12.5rem) * 2)), 1420px);
  margin-inline: auto;
}

.attorney-trust {
  width: 100%;
}

.attorney-feature-row {
  padding: 1.1rem 0 1.35rem;
}

.attorney-feature-row .section-heading h2 {
  color: #151a16;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 500;
  text-transform: none;
}

.attorney-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .85rem;
}

.attorney-feature-grid article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: .45rem;
  min-height: 150px;
  padding: .75rem .55rem;
  text-align: center;
}

.attorney-feature-grid img {
  width: 44px;
  height: 44px;
}

.attorney-feature-grid h3 {
  margin: 0;
  color: #151a16;
  font-size: .78rem;
  font-weight: 950;
}

.attorney-feature-grid p {
  margin: 0;
  font-size: .74rem;
  line-height: 1.35;
}

.attorney-story-grid,
.attorney-process-grid {
  display: grid;
  gap: 1rem;
  padding-bottom: 1rem;
}

.attorney-story-grid {
  grid-template-columns: 1.2fr 1fr 1.25fr;
}

.attorney-process-grid {
  grid-template-columns: 1fr 1fr 1.02fr;
}

.attorney-panel,
.image-card {
  overflow: hidden;
  background: rgba(255, 253, 249, .84);
  border: 1px solid rgba(32, 39, 41, .13);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(46, 45, 38, .07);
}

.image-card {
  display: grid;
  grid-template-columns: minmax(165px, .75fr) minmax(0, 1fr);
  min-height: 365px;
}

.image-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-card > div,
.attorney-panel {
  padding: clamp(1rem, 2vw, 1.45rem);
}

.attorney-story-grid h2,
.attorney-process-grid h2,
.attorney-testimonials h2,
.attorney-faq-location h2,
.attorney-footer h2 {
  color: #151a16;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.1;
}

.attorney-story-grid p,
.attorney-process-grid p {
  margin: .72rem 0;
  font-size: .86rem;
  line-height: 1.48;
}

.attorney-story-grid a:not(.care-cta):not(.care-button-secondary) {
  display: inline-flex;
  margin-top: .7rem;
  color: #064226;
  font-size: .76rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.botanical-panel {
  position: relative;
}

.botanical-panel::after {
  content: "";
  position: absolute;
  right: -.8rem;
  bottom: -.6rem;
  width: 150px;
  height: 150px;
  opacity: .32;
  background: radial-gradient(circle at 50% 100%, rgba(91, 107, 87, .36), rgba(91, 107, 87, 0) 64%);
  pointer-events: none;
}

.doctor-attorney-card {
  grid-template-columns: minmax(165px, .82fr) minmax(0, 1fr);
}

.doctor-attorney-card > img {
  object-position: 50% 18%;
}

.billing-panel .quiet-note {
  margin-top: 1rem;
  padding: 1rem;
  color: #33423a;
  background: rgba(168, 181, 154, .2);
  border-radius: 7px;
  font-size: .86rem;
  line-height: 1.45;
}

.referral-steps ol {
  display: grid;
  gap: .95rem;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.referral-steps li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.referral-steps span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: rgba(168, 181, 154, .3);
  border-radius: 999px;
  font-weight: 950;
}

.referral-steps p {
  margin: 0;
}

.attorney-testimonials {
  padding: .55rem 0 1.2rem;
  text-align: center;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: .85rem;
  text-align: left;
}

.testimonial-grid blockquote {
  position: relative;
  margin: 0;
  min-height: 150px;
  padding: 1.25rem 1.25rem 1.1rem 3.2rem;
  background: rgba(255, 253, 249, .78);
  border: 1px solid rgba(32, 39, 41, .14);
  border-radius: 8px;
}

.testimonial-grid blockquote::before {
  content: "\201C";
  position: absolute;
  left: 1rem;
  top: .35rem;
  color: rgba(91, 107, 87, .5);
  font-family: var(--serif);
  font-size: 4rem;
  line-height: 1;
}

.testimonial-grid p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.45;
}

.testimonial-grid cite {
  display: block;
  margin-top: .85rem;
  font-size: .78rem;
  font-style: normal;
  font-weight: 800;
}

.attorney-faq-location {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(230px, .58fr) minmax(300px, .9fr);
  gap: 1rem;
  align-items: stretch;
  padding-bottom: 1.2rem;
}

.attorney-faq {
  width: auto;
  padding: 0;
  text-align: left;
}

.attorney-faq .faq-grid {
  grid-template-columns: 1fr;
  margin-top: .75rem;
}

.attorney-faq .faq-grid details {
  border-right: 0;
}

.attorney-location-card,
.attorney-map {
  min-height: 350px;
}

.attorney-location-card {
  display: grid;
  align-content: start;
  gap: .75rem;
}

.attorney-location-card p {
  margin: 0;
}

.attorney-final-cta {
  width: 100%;
  max-width: none;
  min-height: clamp(310px, 24vw, 390px);
}

.attorney-final-cta .care-button-secondary {
  color: #063e25;
}

.attorney-footer {
  display: grid;
  grid-template-columns: minmax(230px, .8fr) minmax(260px, 1fr) minmax(220px, .7fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.35rem 0 1.6rem;
}

.attorney-footer-brand {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.attorney-footer-brand img:first-child {
  width: 98px;
}

.attorney-footer-brand img:last-child {
  width: 150px;
}

.attorney-footer-brand span {
  width: 1px;
  height: 48px;
  background: rgba(32, 39, 41, .16);
}

.attorney-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.2rem;
  justify-content: center;
  font-size: .78rem;
  font-weight: 850;
}

.attorney-footer a {
  color: #151a16;
  text-decoration: none;
}

.attorney-footer address {
  margin: 0;
  font-size: .8rem;
  font-style: normal;
  line-height: 1.45;
  text-align: right;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .desktop-nav {
    display: none;
  }

  .care-cta--header {
    margin-left: auto;
  }

  .language-switcher {
    padding-bottom: .74rem;
  }

  .hero-section {
    grid-template-columns: minmax(470px, 48%) minmax(0, 52%);
    height: auto;
  }

  .hero-copy {
    padding: clamp(1.65rem, 3vw, 2.35rem) clamp(1.35rem, 2.5vw, 2rem) 1.6rem clamp(2.6rem, 5vw, 4rem);
  }

  .doctor-section {
    grid-template-columns: minmax(250px, .92fr) minmax(230px, 280px) minmax(240px, .88fr);
    gap: 1rem;
    align-items: center;
  }

  .video-frame {
    width: min(100%, 280px);
  }

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

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

  .attorney-feature-row,
  .attorney-story-grid,
  .attorney-process-grid,
  .attorney-testimonials,
  .attorney-faq-location,
  .attorney-footer {
    width: min(100% - 2rem, 1080px);
  }

  .attorney-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .attorney-story-grid,
  .attorney-process-grid,
  .attorney-faq-location {
    grid-template-columns: 1fr 1fr;
  }

  .doctor-attorney-card,
  .attorney-faq {
    grid-column: 1 / -1;
  }

  .attorney-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .attorney-footer address {
    text-align: center;
  }
}

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

  .care-cta--header {
    margin-left: auto;
  }

  .hero-section,
  .info-cards,
  .location-reviews {
    grid-template-columns: 1fr;
  }

  .doctor-section {
    grid-template-columns: minmax(220px, .92fr) minmax(180px, 240px) minmax(220px, .88fr);
    gap: 1rem;
    align-items: center;
  }

  .hero-section {
    height: auto;
  }

  .hero-copy > .care-eyebrow {
    white-space: normal;
  }

  .hero-copy {
    padding: clamp(1.65rem, 3vw, 2.35rem) clamp(1.4rem, 3vw, 2.25rem) 1.6rem;
  }

  .hero-primary-image {
    min-height: 360px;
    max-height: 520px;
  }

  .doctor-section {
    padding-inline: clamp(1.2rem, 2.4vw, 1.8rem);
  }

  .doctor-copy h2 {
    max-width: 12ch;
  }

  .doctor-copy p:not(.care-eyebrow) {
    font-size: .84rem;
  }

  .video-frame {
    width: min(100%, 240px);
  }

  .delayed-section {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 0 clamp(1.4rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.25rem);
  }

  .section-kicker-row {
    display: block;
  }

  .spanish-inline-note {
    max-width: none;
    margin: .2rem 0 0;
    text-align: center;
  }

  .symptom-photo {
    width: 100%;
    min-height: 0;
    max-height: 520px;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }

  .quick-trust {
    grid-template-columns: repeat(5, minmax(106px, 1fr));
  }

  .quick-trust article {
    min-height: 86px;
    padding-bottom: .55rem;
  }

  .evaluation-prompt {
    justify-self: center;
    width: min(100%, 480px);
    grid-template-columns: 1fr;
    align-items: start;
    margin-top: .25rem;
    padding: 1.7rem;
  }

  .evaluation-prompt .care-cta {
    width: 100%;
  }

  .therapy-row {
    grid-template-columns: 118px minmax(150px, 220px) minmax(0, 1fr);
  }

  .therapy-row ul {
    grid-column: 3;
  }

  .info-cards {
    grid-template-columns: 1fr 1fr;
  }

  .attorney-card {
    grid-column: auto;
  }

  .location-reviews {
    grid-template-columns: 1fr 1fr;
  }

  .map-panel {
    order: 0;
    grid-column: auto;
    min-height: 360px;
  }

  .reviews-card {
    grid-column: 1 / -1;
  }

  .local-strip {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .local-recovery-band,
  .whiplash-symptoms,
  .steps-video-section,
  .whiplash-concept,
  .proof-grid {
    width: min(100% - 2rem, 760px);
  }

  .local-recovery-band,
  .whiplash-symptoms,
  .steps-video-section,
  .whiplash-concept {
    grid-template-columns: 1fr;
  }

  .steps-video-section {
    justify-items: center;
  }

  .steps-panel {
    width: 100%;
  }

  .whiplash-symptoms .symptom-copy {
    order: -1;
  }

  .whiplash-symptoms .evaluation-prompt {
    width: min(100%, 480px);
  }

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

  .proof-grid .doctor-proof {
    grid-column: 1 / -1;
  }

  .whiplash-page .final-cta {
    width: min(100% - 2rem, 760px);
  }

  .attorney-feature-row,
  .attorney-story-grid,
  .attorney-process-grid,
  .attorney-testimonials,
  .attorney-faq-location,
  .attorney-footer {
    width: min(100% - 2rem, 760px);
  }

  .attorney-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .attorney-story-grid,
  .attorney-process-grid,
  .attorney-faq-location {
    grid-template-columns: 1fr;
  }

  .image-card,
  .doctor-attorney-card {
    grid-template-columns: minmax(180px, .78fr) minmax(0, 1fr);
  }

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

@media (min-width: 761px) {
  .sticky-booking-bar {
    display: none;
  }

  .accident-care-page {
    padding-bottom: 0;
  }
}

@media (max-width: 760px) {
  .accident-care-page {
    padding-bottom: 78px;
  }

  .care-header {
    align-items: center;
    min-height: 74px;
    padding: .6rem .9rem;
    gap: .55rem;
  }

  .mnf-mark {
    width: 40px;
    height: 40px;
  }

  .mnf-wordmark strong {
    font-size: 1.55rem;
  }

  .brand-divider,
  .clinic-brand,
  .care-cta--header,
  .language-switcher {
    display: none;
  }

  .header-phone,
  .menu-button {
    display: grid;
  }

  .header-phone {
    margin-left: auto;
  }

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

  .hero-image-panel {
    min-height: 320px;
  }

  .hero-image-panel::before {
    width: 100%;
    height: 38%;
    inset: 0 0 auto;
    background: linear-gradient(180deg, rgba(255, 253, 249, .98), rgba(255, 253, 249, 0));
  }

  .hero-copy {
    padding: 1.35rem 1rem 1.5rem;
  }

  .accident-care-page h1 {
    font-size: 2.35rem;
  }

  .care-eyebrow {
    font-size: .68rem;
    letter-spacing: .035em;
  }

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

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

  .quick-trust article {
    min-height: 104px;
    border-left: 0 !important;
  }

  .quick-trust article:nth-child(even) {
    border-left: 1px solid rgba(32, 39, 41, .14) !important;
  }

  .quick-trust article:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(32, 39, 41, .14);
  }

  .doctor-section {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .doctor-copy h2 {
    max-width: 14ch;
  }

  .doctor-copy p:not(.care-eyebrow) {
    font-size: .9rem;
  }

  .video-frame {
    width: min(100%, 280px);
    justify-self: center;
  }

  .play-button {
    width: 82px;
    height: 82px;
    border-width: 4px;
  }

  .delayed-section,
  .therapies-section,
  .info-cards,
  .faq-section,
  .location-reviews {
    padding-inline: .8rem;
  }

  .delayed-section {
    grid-template-columns: 1fr;
  }

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

  .symptom-grid article:last-child {
    grid-column: 1 / -1;
  }

  .evaluation-prompt {
    grid-template-columns: 1fr;
  }

  .therapy-table {
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .therapy-row {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: .8rem;
    margin-bottom: .75rem;
    padding: .8rem;
    background: rgba(255, 253, 249, .86);
    border: 1px solid rgba(32, 39, 41, .14) !important;
    border-radius: 8px;
  }

  .therapy-icon {
    grid-column: 1;
    grid-row: 2;
    width: 76px;
    height: 76px;
    padding: .92rem;
  }

  .therapy-image {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .therapy-row div {
    grid-column: 2;
    grid-row: 2;
  }

  .therapy-row ul {
    grid-column: 1 / -1;
    grid-row: 3;
    padding-left: .25rem;
  }

  .info-cards,
  .location-reviews,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .why-card {
    grid-template-columns: 1fr;
  }

  .why-card h2,
  .why-card ul,
  .why-card img {
    grid-column: auto;
    grid-row: auto;
  }

  .steps-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .steps-list li {
    grid-template-columns: 34px 48px 1fr;
    justify-items: start;
    align-items: center;
    min-height: 72px;
    text-align: left;
  }

  .steps-list span {
    font-size: .86rem;
  }

  .attorney-card {
    grid-template-columns: 1fr;
  }

  .attorney-card img {
    max-height: 260px;
  }

  .faq-grid details {
    border-right: 0;
  }

  .map-panel {
    order: 0;
  }

  .sticky-booking-bar {
    justify-content: space-between;
    min-height: 64px;
  }

  .sticky-booking-bar span {
    max-width: 16ch;
    font-size: .76rem;
    line-height: 1.15;
  }

  .sticky-booking-bar a {
    flex: 0 0 auto;
    font-size: .74rem;
  }

  .whiplash-page .care-header {
    min-height: 74px;
  }

  .local-strip {
    min-height: 34px;
    padding-inline: .8rem;
    font-size: .68rem;
  }

  .whiplash-page h1 {
    max-width: 12ch;
    font-size: 2.22rem;
  }

  .whiplash-kicker {
    font-size: 1.22rem;
  }

  .hero-video-card {
    right: .8rem;
    bottom: .8rem;
    grid-template-columns: 46px minmax(0, 1fr);
    max-width: calc(100% - 1.6rem);
    padding: .75rem;
  }

  .hero-video-card .play-button {
    width: 46px;
    height: 46px;
  }

  .hero-video-card strong {
    font-size: .84rem;
  }

  .local-recovery-band,
  .whiplash-symptoms,
  .steps-video-section,
  .whiplash-concept,
  .approach-section,
  .proof-grid,
  .whiplash-page .final-cta {
    width: min(100% - 1rem, 560px);
  }

  .local-recovery-band {
    padding-top: .75rem;
  }

  .local-recovery-band img {
    aspect-ratio: 1.7 / 1;
  }

  .whiplash-symptoms {
    padding-top: 1rem;
  }

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

  .steps-video-section {
    padding: 1rem;
  }

  .steps-panel h2 {
    max-width: 16ch;
  }

  .vertical-steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: .75rem;
  }

  .whiplash-video-frame {
    width: min(100%, 300px);
  }

  .whiplash-concept {
    margin-top: .75rem;
    padding: .7rem;
  }

  .whiplash-concept img {
    aspect-ratio: 1.8 / 1;
  }

  .whiplash-concept h2 {
    font-size: 1rem;
  }

  .approach-section {
    padding-inline: .7rem;
  }

  .approach-grid,
  .proof-grid,
  .proof-grid .doctor-proof {
    grid-template-columns: 1fr;
  }

  .approach-grid p {
    min-height: 0;
  }

  .doctor-proof > img {
    min-height: 260px;
    max-height: 340px;
  }

  .rating {
    font-size: 1.7rem !important;
  }

  .attorney-referral-page h1 {
    max-width: 12ch;
    font-size: 2.2rem;
  }

  .attorney-referral-page .hero-copy {
    min-width: 0;
    width: 100vw;
    max-width: 100vw;
    padding-inline: 1rem;
  }

  .attorney-referral-page main,
  .attorney-referral-page .hero-section,
  .attorney-referral-page .hero-image-panel,
  .attorney-referral-page .quick-trust {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .attorney-referral-page .hero-lede,
  .attorney-referral-page .hero-copy p:not(.care-eyebrow):not(.hero-lede) {
    max-width: min(100%, 34ch);
    overflow-wrap: anywhere;
  }

  .attorney-feature-row,
  .attorney-story-grid,
  .attorney-process-grid,
  .attorney-testimonials,
  .attorney-faq-location,
  .attorney-footer {
    width: min(100% - 1rem, 560px);
  }

  .attorney-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .35rem;
  }

  .attorney-feature-grid article {
    min-height: 142px;
    padding-inline: .35rem;
  }

  .image-card,
  .doctor-attorney-card,
  .attorney-footer {
    grid-template-columns: 1fr;
  }

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

  .image-card > img {
    max-height: 270px;
  }

  .referral-steps li {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .referral-steps span {
    width: 44px;
    height: 44px;
  }

  .attorney-footer-brand {
    justify-content: center;
  }

  .attorney-footer-brand img:first-child {
    width: 86px;
  }

  .attorney-footer-brand img:last-child {
    width: 132px;
  }

  .attorney-referral-page .sticky-booking-bar {
    justify-content: center;
    gap: 0;
    padding-inline: .7rem;
    width: 100%;
  }

  .attorney-referral-page .sticky-booking-bar span {
    display: none;
  }

  .attorney-referral-page .sticky-booking-bar a {
    width: min(100%, 340px);
    padding-inline: .7rem;
    font-size: .68rem;
  }
}
