:root {
  --aura-navy: #102b3b;
  --aura-deep: #071a25;
  --aura-teal: #5082b6;
  --aura-mint: #dff2ed;
  --aura-gold: #c9a75d;
  --aura-cream: #f7f3ec;
  --aura-ink: #172733;
  --aura-muted: #64737d;
  --aura-line: #e5ded2;
  --shadow-soft: 0 24px 70px rgba(16, 43, 59, .16);
  --section-space: 60px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--aura-ink);
  background: #fffaf3;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

h1,
h2,
.admission-card h2,
.footer-form h2,
.modal-form-wrap h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  letter-spacing: 0;
}

.btn {
  font-weight: 800;
  border-width: 2px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  white-space: nowrap;
}

.btn-primary {
  --bs-btn-bg: var(--aura-teal);
  --bs-btn-border-color: var(--aura-teal);
  --bs-btn-hover-bg: #236864;
  --bs-btn-hover-border-color: #236864;
  --bs-btn-active-bg: #1f5f5b;
  --bs-btn-active-border-color: #1f5f5b;
  box-shadow: 0 14px 30px rgba(46, 125, 120, .24);
}

.btn-outline-light {
  --bs-btn-hover-color: var(--aura-navy);
}

.btn-svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.phone-svg {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.31-.31.76-.42 1.17-.28 1.29.43 2.66.66 4.07.66.63 0 1.15.52 1.15 1.15v3.49c0 .63-.52 1.15-1.15 1.15C10.39 21.85 2.15 13.61 2.15 3.35c0-.63.52-1.15 1.15-1.15h3.5c.63 0 1.15.52 1.15 1.15 0 1.41.23 2.78.66 4.07.13.41.03.86-.29 1.17l-2.2 2.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.31-.31.76-.42 1.17-.28 1.29.43 2.66.66 4.07.66.63 0 1.15.52 1.15 1.15v3.49c0 .63-.52 1.15-1.15 1.15C10.39 21.85 2.15 13.61 2.15 3.35c0-.63.52-1.15 1.15-1.15h3.5c.63 0 1.15.52 1.15 1.15 0 1.41.23 2.78.66 4.07.13.41.03.86-.29 1.17l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.shield-svg {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 4 5.4V11c0 5.05 3.41 9.76 8 11 4.59-1.24 8-5.95 8-11V5.4L12 2Zm-1.1 14.2-3.4-3.4 1.55-1.55 1.85 1.85 4.55-4.55L17 10.1l-6.1 6.1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 4 5.4V11c0 5.05 3.41 9.76 8 11 4.59-1.24 8-5.95 8-11V5.4L12 2Zm-1.1 14.2-3.4-3.4 1.55-1.55 1.85 1.85 4.55-4.55L17 10.1l-6.1 6.1Z'/%3E%3C/svg%3E");
}

.send-svg {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 21 23 12 2 3v7l15 2-15 2v7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 21 23 12 2 3v7l15 2-15 2v7Z'/%3E%3C/svg%3E");
}

.dark-svg {
  color: var(--aura-navy);
}

.landing-nav {
  background: rgba(255, 250, 243, .94);
  border-bottom: 1px solid rgba(229, 222, 210, .86);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease, background-color .25s ease;
}

.landing-nav .container-fluid {
  position: relative;
}

.landing-nav.nav-scrolled {
  box-shadow: 0 14px 38px rgba(16, 43, 59, .11);
}

.landing-nav .navbar-collapse {
  flex-grow: 0;
}

.desktop-nav-actions {
  margin-left: auto;
}

.nav-google-rating {
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: var(--aura-navy);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.landing-nav > .container-fluid > .nav-google-rating {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-stars {
  color: #f4b400;
  font-size: 1.02rem;
  letter-spacing: .03em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .45);
}

.hero-mobile-rating {
  display: none;
}

.navbar-brand img {
  width: 185px;
  height: auto;
}

.nav-phone {
  color: var(--aura-navy);
  text-decoration: none;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.mobile-nav-call {
  min-height: 40px;
  padding: .45rem .85rem;
  font-size: .86rem;
}

.navbar-toggler {
  border: 0;
  padding: .45rem .3rem .45rem .65rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--aura-teal);
  background: var(--aura-mint);
  flex: 0 0 auto;
}

.small-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
}

.icon-wrap svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #5082b6;
}

.hero-bg,
.hero-shade,
.hero-glass {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background: url("assets/recovery.jpg") center/cover no-repeat;
  transform: scale(1.02);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-shade {
  background: rgba(0, 0, 0, .62);
}

.hero-glass {
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.85), transparent 76%);
  opacity: .3;
}

.min-vh-hero {
  min-height: 560px;
  padding-top: 130px;
  padding-bottom: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-section .row {
  width: 100%;
  --bs-gutter-x: 0;
}

.hero-section .row .col-lg-7 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.hero-section .row .col-lg-5 {
  display: none;
}

.hero-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.trust-line span,
.eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.trust-line span {
  padding: .5rem .75rem;
  color: #f7efe2;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
}

.hero-kicker {
  justify-content: center;
}

.hero-kicker span {
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 1rem;
  letter-spacing: 0;
}

.eyebrow {
  color: var(--aura-teal);
  margin-bottom: .85rem;
}

.eyebrow.light {
  color: #f7df9a;
}

.hero-content h1 {
  max-width: 740px;
  margin: 0 auto .85rem;
  line-height: 1.13;
  font-weight: 800;
}

.hero-content .lead {
  max-width: 690px;
  margin: 0 auto 1.05rem;
  font-size: 1rem;
  line-height: 1.58;
  font-weight: 700;
  color: #fff;
}

.hero-callout {
  margin: 0 auto 1rem;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 800;
  color: #fff;
}

.hero-actions {
  display: flex;
  justify-content: center;
  margin-bottom: 2.15rem;
}

.hero-call-btn {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  min-height: 64px;
  padding: .75rem 1.35rem;
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-weight: 700;
  line-height: 1.15;
  background: #5082b6;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(251, 90, 37, .24);
}

.hero-call-btn:hover {
  color: #fff;
  background: #071a25; 
}

.hero-call-btn strong {
  font-size: 1rem;
}

.hero-call-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.hero-call-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(760px, 100%);
  max-width: none;
  margin: 0 auto;
  background: #f4f4f4;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  backdrop-filter: none;
}

.hero-proof div {
  min-height: 90px;
  padding: .85rem .75rem .7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  color: #111;
  background: #f7f7f7;
}

.hero-proof div:nth-child(even) {
  background: #e9e9e9;
}

.hero-benefit-icon {
  width: 44px;
  height: 44px;
  color: #676767;
}

.hero-benefit-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-proof span {
  display: block;
  color: #111;
  font-size: .68rem;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
}

.admission-card {
  background: rgba(255, 250, 243, .96);
  color: var(--aura-ink);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 30px;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 26px 90px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px);
}

.form-kicker {
  color: var(--aura-gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .75rem;
}

.admission-card h2,
.footer-form h2,
.modal-form-wrap h2 {
  font-size: 42px;
  font-weight: 700;
  margin: .35rem 0 .5rem;
}

.form-label {
  font-size: .82rem;
  font-weight: 800;
  color: var(--aura-navy);
}

.form-control {
  min-height: 48px;
  border-radius: 16px;
  border: 1px solid #d9d0c3;
  background-color: #fff;
}

.form-control:focus {
  border-color: var(--aura-teal);
  box-shadow: 0 0 0 .22rem rgba(46, 125, 120, .16);
}

.privacy-note {
  margin: .9rem 0 0;
  color: var(--aura-muted);
  font-size: .86rem;
}

.section-padding {
  padding: var(--section-space) 0;
}

.section-padding-sm {
  padding: clamp(3.8rem, 5.8vw, 5.2rem) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.8rem;
}

h2 {
  color: var(--aura-navy);
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
}

.section-heading p,
.about-section p,
.cta-panel p,
.final-cta p,
.footer-section p {
  color: var(--aura-muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.insurance-section,
.about-section,
.reviews-section {
  background: #fffaf3;
}

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

.insurance-logo {
  min-height: 124px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #fffaf3);
  border: 1px solid var(--aura-line);
  box-shadow: 0 18px 42px rgba(16, 43, 59, .09);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: transform .25s ease, box-shadow .25s ease;
}

.insurance-logo:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.insurance-logo img {
  width: 100%;
  max-height: 74px;
  object-fit: contain;
}

.credential-band {
  background:
    linear-gradient(135deg, rgba(16, 43, 59, .98), rgba(46, 125, 120, .9)),
    url("assets/facility-porch.jpg") center/cover no-repeat;
  color: #fff;
}

.credential-band h2,
.final-cta h2,
.cta-panel h2,
.footer-section h2 {
  color: #fff;
}

.credential-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 1rem;
}

.credential-item {
  min-height: 148px;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: .75rem;
  backdrop-filter: blur(14px);
}

.credential-item img {
  max-height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, .14));
}

.credential-item.wide img {
  max-height: 52px;
}

.credential-item span {
  color: rgba(255, 255, 255, .86);
  font-weight: 700;
  font-size: .9rem;
}

.services-section,
.gallery-section {
  background:
    linear-gradient(180deg, #f4efe5 0%, #fffaf3 100%);
}

.service-card {
  position: relative;
  isolation: isolate;
  height: 100%;
  min-height: 248px;
  padding: 1.65rem;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #fff8ef);
  border: 1px solid rgba(229, 222, 210, .9);
  box-shadow: 0 18px 42px rgba(16, 43, 59, .08);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(46, 125, 120, .13), transparent 45%, rgba(201, 167, 93, .16));
  opacity: 0;
  transition: opacity .25s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(46, 125, 120, .28);
  box-shadow: var(--shadow-soft);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card h3 {
  color: var(--aura-navy);
  font-weight: 800;
  font-size: 1.19rem;
  margin: 1.15rem 0 .75rem;
}

.service-card p,
.review-card p {
  color: var(--aura-muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.cta-split {
  background: #fffaf3;
}

.cta-panel {
  padding: clamp(1.7rem, 4vw, 3rem);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(16, 43, 59, .98), rgba(46, 125, 120, .9)),
    url("assets/facility-porch.jpg") center/cover no-repeat;
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: #fff;
}

.cta-panel p,
.final-cta p {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 0;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  flex: 0 0 auto;
}

.about-image-wrap {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.about-image-wrap img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-stat {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 170px;
  border-radius: 24px;
  padding: 1rem;
  background: rgba(255, 250, 243, .93);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .16);
}

.about-stat strong {
  display: block;
  color: var(--aura-teal);
  font-size: 2.6rem;
  line-height: 1;
}

.about-stat span {
  color: var(--aura-navy);
  font-weight: 800;
  font-size: .92rem;
}

.feature-list {
  display: grid;
  gap: .85rem;
  margin-top: 1.5rem;
}

.feature-list div {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  color: var(--aura-navy);
  font-weight: 700;
}

.check-icon {
  width: 23px;
  height: 23px;
  border-radius: 999px;
  background: var(--aura-teal);
  position: relative;
  flex: 0 0 auto;
  margin-top: .1rem;
}

.check-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 8px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  grid-auto-rows: 220px;
  gap: 1rem;
}

.gallery-item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(16, 43, 59, .1);
  cursor: pointer;
  background: var(--aura-navy);
}

.gallery-item::after {
  content: "View";
  position: absolute;
  right: .8rem;
  bottom: .8rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 26, 37, .72);
  font-size: .78rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
}

.gallery-item:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
  opacity: .88;
}

.gallery-large {
  grid-row: span 2;
}

.gallery-modal {
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #071a25;
}

.gallery-modal img {
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
  background: #071a25;
}

.google-rating {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  padding: .9rem 1.15rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--aura-line);
  box-shadow: 0 12px 28px rgba(16, 43, 59, .08);
}

.google-rating strong {
  color: var(--aura-navy);
  font-size: 1.55rem;
}

.stars,
.review-stars {
  color: #f4b400;
  letter-spacing: .06em;
}

.review-carousel {
  padding-bottom: 4.2rem;
}

.review-card {
  position: relative;
  height: 100%;
  min-height: 315px;
  padding: 1.65rem;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #fff8ef);
  border: 1px solid rgba(229, 222, 210, .95);
  box-shadow: 0 18px 44px rgba(16, 43, 59, .09);
  overflow: hidden;
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 86% 8%, rgba(201, 167, 93, .16), transparent 30%);
  z-index: 0;
}

.review-card > * {
  position: relative;
  z-index: 1;
}

.featured-review {
  border-color: rgba(46, 125, 120, .34);
  box-shadow: 0 22px 62px rgba(46, 125, 120, .17);
}

.quote-mark {
  position: absolute;
  right: 1.25rem;
  top: .25rem;
  color: rgba(201, 167, 93, .28);
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 1;
  z-index: 1;
}

.review-stars {
  margin-bottom: 1rem;
  font-size: .95rem;
}

.review-head {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-top: 1.35rem;
}

.review-head img {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  object-fit: cover;
  background: #f4efe5;
}

.review-head strong {
  display: block;
  color: var(--aura-navy);
}

.review-head span {
  color: var(--aura-muted);
  font-size: .88rem;
}

.review-controls {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.review-controls .carousel-control-prev,
.review-controls .carousel-control-next {
  position: static;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: var(--aura-navy);
  opacity: 1;
}

.review-controls .carousel-indicators {
  position: static;
  margin: 0;
  gap: .45rem;
}

.review-controls .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background-color: var(--aura-teal);
}

.final-cta {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 26, 37, .95), rgba(46, 125, 120, .85)),
    url("assets/facility-lounge.jpg") center/cover no-repeat;
}

.footer-section {
  position: relative;
  padding: var(--section-space) 0 2rem;
  color: rgba(255, 255, 255, .82);
  background:
    radial-gradient(circle at 85% 15%, rgba(201, 167, 93, .24), transparent 28%),
    linear-gradient(135deg, #071a25 0%, #102b3b 58%, #1f5f5b 100%);
  overflow: hidden;
}

.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/facility-porch.jpg") center/cover no-repeat;
  opacity: .1;
}

.footer-section .container {
  position: relative;
      padding-bottom: 60px;
}

.footer-top {
  max-width: 820px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-story,
.footer-form {
  height: 100%;
}

.footer-top h2 {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  color: #fff;
}

.footer-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  margin: 1.4rem 0 1.5rem;
}

.footer-trust-grid div {
  padding: .9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
}

.footer-trust-grid strong {
  display: block;
  margin-top: .55rem;
  color: #fff;
  font-size: .86rem;
}

.footer-phone {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
  text-decoration: none;
  margin: .2rem 0 .65rem;
}

address {
  margin: 0;
}

.footer-form {
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border-radius: 32px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .22);
  backdrop-filter: blur(15px);
}

.footer-form h2 {
  color: #fff;
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .9rem;
}

.footer-bottom a {
  color: #fff;
}

.mobile-sticky-cta {
  display: none;
}

.insurance-modal {
  border: 0;
  border-radius: 30px;
  overflow: hidden;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
  background-color: rgba(255, 255, 255, .78);
  border-radius: 999px;
  padding: .75rem;
}

.modal-image {
  min-height: 560px;
  background:
    linear-gradient(0deg, rgba(10, 29, 41, .18), rgba(10, 29, 41, .18)),
    url("assets/facility-bedroom.jpg") center/cover no-repeat;
}

.modal-form-wrap {
  padding: clamp(1.4rem, 4vw, 2.5rem);
  background: #fffaf3;
  height: 100%;
}

.modal-form-wrap small {
  display: block;
  color: var(--aura-muted);
  margin-top: .8rem;
}

.reveal-up,
.reveal-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

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

.delay-1 {
  transition-delay: .12s;
}

@keyframes heroDrift {
  from {
    transform: scale(1.06) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(-1.2%, .8%, 0);
  }
}

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

  .reveal-up,
  .reveal-card {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  .insurance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 991.98px) {
  .landing-nav .navbar-collapse {
    background: #fffaf3;
    border-top: 1px solid var(--aura-line);
    margin-top: .75rem;
    padding-inline: .25rem;
  }

  .min-vh-hero {
    min-height: auto;
    padding-top: 116px;
  }

  .hero-shade {
    background: rgba(0, 0, 0, .68);
  }

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

  .cta-panel {
    display: block;
  }

  .cta-actions {
    margin-top: 1.4rem;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 0px;
    text-align: center;
  }

  .container,
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-padding {
    padding: 60px 0;
  }

  .section-padding-sm {
    padding: 60px 0;
  }

  .navbar-brand img {
    width: 134px;
  }

  .mobile-nav-call {
    font-size: .78rem;
    min-height: 38px;
    padding: .4rem .65rem;
  }

  .navbar-toggler {
    margin-left: .25rem;
  }

  .hero-section {
    background: #5082b6;
  }

  .hero-bg,
  .hero-shade {
    display: none;
  }

  .min-vh-hero {
    padding-top: 118px;
    padding-bottom: 92px;
  }

  .nav-verify-mobile {
    align-self: center;
    width: auto;
    padding-inline: 1.2rem;
  }

  .hero-content h1 {
    font-size: 28px;
    margin-bottom: 1rem;
  }

  .hero-content .lead {
    margin-bottom: 1.2rem;
    line-height: 1.62;
  }

  .hero-callout {
    margin-bottom: 1.15rem;
  }

  .hero-mobile-rating {
    display: inline-flex;
    margin: 0 auto 1.15rem;
    padding: .55rem .85rem;
    color: #fff;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(12px);
  }

  .hero-actions {
    justify-content: center;
    margin-bottom: 1.4rem;
  }

  .hero-actions .btn,
  .cta-actions .btn,
  .final-cta .btn {
    width: 100%;
  }

  .hero-call-btn {
    width: auto;
    min-height: 58px;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    border-radius: 0;
  }

  .hero-proof div {
    min-height: 98px;
    padding: .85rem .45rem;
  }

  .hero-proof span {
    font-size: .68rem;
    line-height: 1.25;
  }

  .insurance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .65rem;
  }

  .insurance-logo {
    min-height: 82px;
    border-radius: 16px;
    padding: .55rem;
  }

  .insurance-logo img {
    max-height: 52px;
  }

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

  .service-card {
    min-height: auto;
  }

  .service-card .icon-wrap,
  .feature-list .check-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-list div {
    flex-direction: column;
    align-items: center;
    gap: .45rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 185px;
    gap: .75rem;
  }

  .gallery-large {
    grid-row: span 2;
  }

  .about-stat {
    width: 145px;
    right: .8rem;
    bottom: .8rem;
    text-align: left;
  }

  .google-rating {
    width: 100%;
    justify-content: center;
    border-radius: 22px;
  }

  .review-card {
    min-height: 300px;
    text-align: left;
  }

  .review-head {
    justify-content: flex-start;
  }

  .footer-trust-grid {
    grid-template-columns: 1fr;
  }

  .footer-phone {
    justify-content: center;
  }

  .footer-bottom {
    justify-content: center;
  }
  
   h2 {font-size: 30px !important;
    line-height: 40px !important;}

  .mobile-sticky-cta {
    position: fixed;
    left: .75rem;
    right: .75rem;
    bottom: .75rem;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .8rem;
    border-radius: 22px;
    color: #fff;
    background: rgba(7, 26, 37, .96);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
    text-align: left;
  }

  .mobile-sticky-cta strong,
  .mobile-sticky-cta span {
    display: block;
  }

  .mobile-sticky-cta span {
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
  }

  .mobile-sticky-cta .btn {
    min-height: 42px;
    padding-inline: 1rem;
    flex: 0 0 auto;
  }
}

@media (max-width: 430px) {
  .trust-line {
    justify-content: center;
  }

  .trust-line span {
    font-size: .68rem;
    padding: .45rem .6rem;
  }

  .admission-card,
  .service-card,
  .review-card,
  .cta-panel,
  .footer-form {
    border-radius: 22px;
  }

  .gallery-grid {
    grid-auto-rows: 155px;
  }
  
  .hero-callout {font-size:20px !important; line-height:27px !important;}
  
  .hero-call-btn {background-color:#071a25 !important;}
  
}
