:root {
  --blue: #246aad;
  --blue-dark: #1c5288;
  --green-soft: rgba(134, 239, 172, 0.24);
  --cyan-soft: rgba(56, 189, 248, 0.18);
  --orange-soft: rgba(244, 162, 97, 0.14);
  --red-soft: rgba(230, 57, 70, 0.12);
  --text: #1f2937;
  --muted: #e9f5ff;
  --muted-dark: #64748b;
  --bg: #f8fafc;
  --bg-alt: #f1f5f9;
  --card: rgba(255, 255, 255, 0.92);
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 12px 30px rgba(2, 6, 23, 0.1);
  --shadow-soft: 0 10px 22px rgba(2, 6, 23, 0.08);
  --border: 1px solid rgba(148, 163, 184, 0.24);
  --container-max: 1120px;
  --container-padding: 15px;
  --header-height: 88px;
  --hero-side-space: 48px;
  --hero-top-space: 154px;
  --hero-content-max: 700px;
  --hero-wave-height: 45%;
  --hero-holes-bottom: 10px;
  --hero-holes-right: 13%;
  --hero-holes-gap: 28px;
  --hole-size: 138px;

  --a3-width: 900px;
  --a3-height: 520px;
  --accent-color: #ffffff;
  --slide-bg: url("img2");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cairo", sans-serif;
  direction: rtl;
  text-align: right;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(var(--container-max), 100%);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}

.wa-float {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 999;
  background: #16a34a;
  color: var(--white);
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wa-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--white);
  opacity: 0.9;
}

.header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(10px);
  border-bottom: var(--border);
}

.header .container {
  width: 100%;
  max-width: none;
  padding-right: 55px;
  padding-left: var(--container-padding);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.logo {
  width: 120px;
  height: auto;
  display: block;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-weight: 900;
  line-height: 1.1;
  color: var(--blue);
}

.brand-sub {
  font-size: 13px;
  color: var(--text);
  margin-top: 2px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.nav a {
  font-weight: 800;
  font-size: 14px;
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.menu-btn {
  display: none;
  width: 46px;
  height: 46px;
  border: var(--border);
  background: var(--white);
  border-radius: 12px;
  font-size: 20px;
  cursor: pointer;
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  background: var(--white);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

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

.btn-outline {
  border-color: rgba(56, 189, 248, 0.34);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.74);
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  overflow: hidden;
  isolation: isolate;
}

.hero > .container {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: 0;
  min-height: calc(100vh - var(--header-height));
}

.hero-video,
.hero-overlay,
.hero-green-wave,
.hero-holes {
  position: absolute;
}

.hero-video {
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.46) 24%,
    rgba(0, 0, 0, 0.18) 50%,
    rgba(0, 0, 0, 0) 78%
  );
}

.hero-video,
.hero-video video {
  transform: translateZ(0);
}

.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) contrast(1.05);
}

.hero-overlay {
  display: none;
}

.hero-green-wave {
  left: 0;
  right: 0;
  bottom: -25px;
  height: var(--hero-wave-height);
  z-index: 2;
  pointer-events: none;
}

.hero-green-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-green-wave .fill {
  fill: var(--bg);
}

.hero-holes {
  right: var(--hero-holes-right);
  bottom: var(--hero-holes-bottom);
  z-index: 3;
  display: flex;
  gap: var(--hero-holes-gap);
  pointer-events: none;
}

.hole {
  width: var(--hole-size);
  height: var(--hole-size);
  background: rgba(248, 250, 252, 0.97);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.hole-num {
  font-size: 28px;
  font-weight: 900;
  color: var(--blue);
  line-height: 1;
}

.hole-label {
  font-size: 13px;
  margin-top: 6px;
  color: var(--text);
  font-weight: 800;
  padding: 0 10px;
  line-height: 1.4;
}

.hero-inner {
  position: relative;
  z-index: 4;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: var(--hero-top-space);
  padding-right: var(--hero-side-space);
  padding-left: var(--hero-side-space);
}

.hero-content {
  width: 100%;
  max-width: var(--hero-content-max);
  text-align: right;
  margin-right: 50px;
  margin-left: auto;
}

.hero-content h1 {
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.15;
  color: #fff;
  margin: 0 0 18px;
  text-wrap: balance;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

.hero-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 2;
  margin: 0;
  max-width: 60ch;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.section {
  padding: 72px 0;
}

.section.alt {
  background: var(--bg-alt);
}

.section-head {
  text-align: center;
  margin-bottom: 28px;
}

.section-head h2 {
  font-size: clamp(28px, 4vw, 34px);
  color: var(--blue);
  margin-bottom: 8px;
}

.section-head p {
  color: var(--muted-dark);
  line-height: 1.9;
  font-weight: 700;
}

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

.card,
.feature,
.quote,
.contact-card,
.mini-card,
.map-box {
  background: var(--card);
  border: var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.card {
  padding: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover,
.feature:hover,
.quote:hover,
.mini-card:hover {
  transform: translateY(-4px);
}

.card h3 {
  margin: 10px 0 6px;
  font-size: 18px;
}

.card p {
  color: var(--muted-dark);
  line-height: 1.9;
}

.icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  border: var(--border);
}

.i-blue {
  background: var(--cyan-soft);
  color: #0369a1;
}

.i-green {
  background: var(--green-soft);
  color: #065f46;
}

.i-orange {
  background: var(--orange-soft);
  color: #9a3412;
}

.i-red {
  background: var(--red-soft);
  color: #991b1b;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.split-text h2,
.contact-head {
  margin: 0 0 10px;
  margin-left:70px;
  font-size: clamp(28px, 4vw, 34px);
  color: var(--blue);
}

.split-text p {
  margin: 0 0 18px;
  margin-left:70px;
  color: var(--muted-dark);
  line-height: 1.9;
}



#groups .split-text h2,
#groups .split-text p {
  text-align: center;
}

#groups .pill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  margin-right: 10px;
  margin-left:70px;
  max-width: 560px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  border: var(--border);
  border-radius: 50%;
  padding: 12px;
  box-shadow: var(--shadow-soft);
  text-align: center;
  line-height: 1.6;
  font-weight: 800;
  color: var(--text);
}

.feature {
  padding: 18px;
  transition: transform 0.25s ease;
}

.feature-top {
  margin-bottom: 10px;
}

.feature h3 {
  margin: 0 0 8px;
}

.feature p {
  color: var(--muted-dark);
  line-height: 1.9;
}

.tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  border: var(--border);
}

.tag.blue {
  background: var(--cyan-soft);
  color: #0369a1;
}

.tag.green {
  background: var(--green-soft);
  color: #065f46;
}

.tag.orange {
  background: var(--orange-soft);
  color: #9a3412;
}

#testimonials {
  position: relative;
  background: url("img") center / cover no-repeat;
}

#testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(245, 248, 252, 0.86);
}

#testimonials .container {
  position: relative;
  z-index: 1;
}

.quote {
  padding: 18px;

  transition: transform 0.25s ease;
}




.contact-head {
  text-align: center;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 16px 0 18px;
  text-align: center;
}

.contact-card {
  padding: 12px 14px;
  text-align: center;
}

.cc-title {
  font-weight: 900;
  color: var(--blue);
  margin-bottom: 4px;
}

.cc-value {
  color: var(--muted-dark);
  line-height: 1.8;
}

.map-box {
  margin-right: 20px;
  margin-top: 55px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  max-width: 760px;
  align-self: start;
}

.map-real {
  width: 100%;
  aspect-ratio: 16 / 10;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
}

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

.map-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: var(--white);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease;
}

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

.footer {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.55), rgba(134, 239, 172, 0.55));
  color: #053b3a;
}

.footer-inner {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-content {
  flex: 1 1 560px;
  text-align: center;
}

.footer-copy {
  font-weight: 900;
  margin-bottom: 10px;
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #0a4a57;
}

.footer-meta strong {
  color: #053b3a;
}

.footer-sep {
  opacity: 0.65;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.social-link {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 20px rgba(8, 59, 87, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.social-link:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 12px 24px rgba(8, 59, 87, 0.18);
}

.social-link svg {
  width: 22px;
  height: 22px;
  fill: #0b3f5a;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

@supports (animation-timeline: view()) {
  .reveal {
    animation: reveal linear both;
    animation-timeline: view();
    animation-range: entry 20% cover 30%;
    opacity: 1;
    transform: none;
  }
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@supports not (animation-timeline: view()) {
  .reveal {
    opacity: 1;
    transform: none;
  }
}

.groups-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: flex-start;
}

.groups-layout > .split-text,
.groups-layout > .a3-slider-section {
  margin-top: 0;
  padding-top: 0;
  align-self: start;
}

.a3-slider-section {
  position: relative;
  width: 100%;
  max-width: var(--a3-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  direction: rtl;
}

.a3-slider-section > h2 {
  width: 100%;
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 34px);
  color: var(--blue);
  text-align: center;
}

.a3-slider-section .slider-wrapper {
  position: relative;
  width: 100%;
  max-width: var(--a3-width);
  height: var(--a3-height);
}

.a3-slider-section .slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18);
  background: var(--slide-bg) center center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.4s ease;
}

.a3-slider-section .slider-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 40, 70, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1;
}

.a3-slider-section .slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 56px 48px;
  color: var(--accent-color);
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transform: translateX(60px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    visibility 0.65s ease;
  z-index: 2;
}

.a3-slider-section .slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.a3-slider-section .content {
  max-width: 560px;
}

.a3-slider-section .content h3 {
  font-size: clamp(28px, 3vw, 42px);
  margin: 0 0 18px;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}

.a3-slider-section .content p {
  font-size: 17px;
  line-height: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.a3-slider-section .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.a3-slider-section .nav-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.a3-slider-section .prev-btn {
  right: 5px;
}

.a3-slider-section .next-btn {
  left: 5px;
}

.support-slide {
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 14px 14px !important;
  text-align: center !important;
}

.support-slide .content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.support-slide .title {
  font-size: clamp(14px, 1.25vw, 19px);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 5px;
  color: #fff;
}

.support-slide .subtitle {
  font-size: clamp(9px, 0.72vw, 11px);
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
  max-width: 540px;
  margin: 0 auto 6px;
}

.support-slide .info-card {
  margin-top: 5px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 10px 10px 8px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-align: center;
}

.support-slide .card-title {
  font-size: clamp(11px, 0.82vw, 13px);
  font-weight: 700;
  margin: 0 0 4px;
  color: #fff;
}

.support-slide .card-text {
  font-size: clamp(8px, 0.65vw, 10px);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.96);
  margin: 0 0 5px;
  font-weight: 500;
}

.support-slide .divider,
.therapy-slide .divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.45), transparent);
  margin: 4px 0 6px;
}

.support-slide .section-label {
  font-size: clamp(10px, 0.75vw, 12px);
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
}

.support-slide .programs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  text-align: right;
}

.support-slide .program {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 5px 6px;
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.25s ease;
}

.support-slide .program:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
}

.support-slide .program .icon {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
}

.support-slide .program span {
  font-size: clamp(7px, 0.58vw, 9px);
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
}

.therapy-slide {
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 14px 14px !important;
  text-align: center !important;
}

.therapy-slide .content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.therapy-slide .title {
  font-size: clamp(14px, 1.2vw, 19px);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 4px;
  color: #fff;
}

.therapy-slide .subtitle {
  font-size: clamp(10px, 0.8vw, 12px);
  font-weight: 700;
  line-height: 1.3;
  color: #ffd98f;
  margin: 0 0 8px;
}

.therapy-slide .info-card {
  margin-top: 5px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 10px 10px 8px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-align: center;
}

.therapy-slide .main-desc {
  font-size: clamp(8px, 0.68vw, 10px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.96);
  margin: 0 auto 8px;
  font-weight: 600;
  max-width: 540px;
}

.therapy-slide .highlight-title {
  font-size: clamp(10px, 0.82vw, 13px);
  font-weight: 700;
  margin: 0 0 8px;
  color: #ffd27a;
}

.therapy-slide .merge-programs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  text-align: right;
}

.therapy-slide .program {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 6px 7px;
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.25s ease;
}

.therapy-slide .program:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
}

.therapy-slide .program .icon {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
}

.therapy-slide .program span {
  font-size: clamp(7px, 0.58vw, 9px);
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.therapy-slide .bottom-note {
  font-size: clamp(9px, 0.76vw, 12px);
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  margin: 0;
}

@media (max-width: 980px) {
  :root {
    --container-padding: 18px;
    --hero-side-space: 24px;
    --hero-top-space: 118px;
    --hero-holes-bottom: 34px;
    --hero-holes-gap: 12px;
    --hole-size: 110px;
    --hero-holes-right: 20px;
  }

  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 18px;
    left: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 10px 12px;
    border-radius: 12px;
  }

  .nav a:hover {
    background: rgba(148, 163, 184, 0.08);
    transform: none;
  }

  .menu-btn {
    display: inline-grid;
    place-items: center;
  }

  .brand {
    min-width: 0;
  }

  .hero-inner {
    padding-left: 24px;
    padding-right: 24px;
    align-items: center;
  }

  .hero-content {
    margin-right: 0;
    max-width: 100%;
  }

  .hero-content p {
    font-size: 16px;
  }

  .grid-3,
  .split,
  .groups-layout {
    grid-template-columns: 1fr;
  }

  .pill {
    width: calc(50% - 5px);
    height: 120px;
    border-radius: 28px;
  }

  .map-box {
    margin-top: 0;
  }

  .footer-inner {
    text-align: center;
  }

  .a3-slider-section .slider-wrapper {
    height: 430px;
  }

  .a3-slider-section .slide {
    padding: 36px 28px;
  }

  .a3-slider-section .content h3 {
    font-size: 30px;
  }

  .a3-slider-section .content p {
    font-size: 15px;
  }

  .support-slide,
  .therapy-slide {
    padding: 20px 16px !important;
  }

  .support-slide .content,
  .therapy-slide .content {
    max-width: 100%;
  }

  .support-slide .programs,
  .therapy-slide .merge-programs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --hero-top-space: 104px;
    --hero-wave-height: 50%;
    --hero-holes-bottom: 26px;
    --hole-size: 92px;
    --hero-holes-gap: 8px;
    --hero-holes-right: 10px;
  }

  .logo {
    width: 94px;
  }

  .brand-sub {
    font-size: 12px;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 1.9;
    max-width: 100%;
  }

  .hole-num {
    font-size: 18px;
  }

  .hole-label {
    font-size: 11px;
    padding: 0 6px;
  }

  .pill {
    width: 100%;
    height: auto;
    min-height: 72px;
    border-radius: 18px;
  }

  .wa-float {
    left: 14px;
    bottom: 14px;
    padding: 10px 14px;
  }

  .map-button {
    right: 12px;
    left: 12px;
    bottom: 12px;
    justify-content: center;
    text-align: center;
  }

  .a3-slider-section .slider-wrapper {
    height: 380px;
  }

  .a3-slider-section .slide {
    padding: 26px 20px;
  }

  .a3-slider-section .nav-btn {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .a3-slider-section .content h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .a3-slider-section .content p {
    font-size: 14px;
    line-height: 1.9;
  }
}

@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-content {
    flex: 1 1 auto;
  }

  .footer-copy {
    font-size: 14px;
    line-height: 1.8;
  }

  .footer-meta {
    font-size: 13px;
    line-height: 1.8;
  }

  .social-link {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .social-link svg {
    width: 20px;
    height: 20px;
  }
}
