/* ============================================
   ا اصفحة الرئيسية (RTL - العربية)
   إصدار كامل للغة العربية
   ============================================ */

/* ---------- إعادة التعيين والمتغيرات ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --teal: #1a8f8a;
  --teal-dark: #157570;
  --teal-light: #e8f5f5;
  --bg: #ffffff;
  --warm: #fdf8f3;
  --white: #ffffff;
  --text: #1a1a1a;
  --muted: #6b7280;
  --border: #e9ebee;
  --star: #f59e0b;
  --card-bg: #f9fafb;
  --dot-color: #d1d5db;
}

html,
body {
  font-family: "DM Sans", sans-serif;
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  text-align: right;
}

img {
  max-width: 100%;
  display: block;
}

/* ---------- الأزرار الرئيسية ---------- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--teal);
  color: var(--white);
  border: none;
  border-radius: 3rem;
  padding: 0.8rem 1.6rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 16px rgba(26, 143, 138, 0.25);
}

.btn-primary:hover {
  background: var(--teal-dark);
}

.btn-primary .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 0.8rem;
}

.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.btn-text:hover {
  color: var(--teal);
}

.btn-text .arrow {
  display: inline-block;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--white);
  color: var(--teal);
  border: none;
  border-radius: 3rem;
  padding: 0.7rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.btn-white:hover {
  background: #f0fafa;
}

.btn-white .arrow {
  display: inline-block;
}

/* ---------- نجوم التقييم ---------- */
.stars {
  display: flex;
  gap: 2px;
}

.stars svg {
  width: 1rem;
  height: 1rem;
  fill: var(--star);
}

/* ============================================
   القسم الرئيسي (Hero)
   ============================================ */
.hero {
  background: linear-gradient(#fdf8f3, #ffffff);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: 3rem 3rem 3rem 3rem;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 2rem;
}

.reviews-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.avatar-stack {
  display: flex;
}

.avatar-stack img,
.avatar-stack .avatar-more {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 2px solid var(--bg);
  margin-right: -0.6rem;
  object-fit: cover;
}

.avatar-stack img:first-child,
.avatar-stack .avatar-more:first-child {
  margin-right: 0;
}

.avatar-more {
  background: var(--teal);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.reviews-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.reviews-label {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 500;
}

.hero-heading {
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text);
}

.hero-sub {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 420px;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.stats-row {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.stat-icon {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--teal);
}

.stat-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.stat-sub {
  font-size: 0.8rem;
  color: var(--muted);
}

.stat-divider {
  width: 1px;
  height: 2.5rem;
  background: #e5e7eb;
}

.hero-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.doctor-card {
  position: relative;
  width: min(460px, 100%);
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.doctor-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.card-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.card-specialty {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.card-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
}

.card-arrow {
  width: 2.4rem;
  height: 2.4rem;
  background: var(--teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1rem;
  flex-shrink: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.card-arrow:hover {
  background: var(--teal-dark);
  transform: scale(1.08);
}

.blob {
  position: absolute;
  top: -2rem;
  right: -3rem;
  width: 55%;
  height: 80%;
  background: #e8f4f4;
  border-radius: 50%;
  z-index: -1;
  filter: blur(40px);
  opacity: 0.7;
}

/* ============================================
   قسم من نحن
   ============================================ */
.about {
  background: var(--white);
  padding: 5rem 3rem;
  max-width: 1400px;
  margin: 0 auto;
}

.about-top {
  display: grid;
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.about-heading {
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
  letter-spacing: -0.02em;
}

.about-heading .muted {
  color: #b0b5bc;
}

.emoji-cluster {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: #f0fafa;
  border: 1px solid #ceeaea;
  border-radius: 2rem;
  padding: 0.2rem 0.55rem;
  margin: 0 0.3rem;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 1;
}

.about-bottom {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 3rem;
  align-items: start;
}

.about-image {
  border-radius: 1.25rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.stats-grid-item {
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.stats-grid-item:nth-child(4),
.stats-grid-item:nth-child(5),
.stats-grid-item:nth-child(6) {
  border-bottom: none;
  padding-top: 1.5rem;
}

.stat-arrow {
  color: #9ca3af;
  font-size: 1rem;
  display: block;
  text-align: left;
  padding-left: 50px;
  margin-bottom: 0.35rem;
}

.stat-number {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1;
}

.stat-desc {
  font-size: 0.875rem;
  color: var(--muted);
  font-weight: 400;
}

/* ============================================
   قسم رؤيتنا
   ============================================ */
.vision {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
}

.vision-left {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.vision-heading {
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--text);
}

.vision-sub {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.65;
  max-width: 380px;
}

.vision-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.vision-checklist li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: var(--text);
  font-weight: 500;
}

.vision-checklist li::before {
  content: "";
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpolyline points='2 8 6 12 14 4' stroke='%231a8f8a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.vision-right {
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 9 / 7;
  width: 100%;
}

.vision-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s ease;
}

.vision-right:hover img {
  transform: scale(1.03);
}

/* ============================================
   قسم الخدمات
   ============================================ */
.services {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 2rem 5rem;
}

.services-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.services-heading {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-bottom: 0.65rem;
  line-height: 1.15;
}

.services-sub {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 340px;
  margin: 0 auto 1rem;
}

.services-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s;
}

.services-link:hover {
  color: var(--teal);
}

.services-link .arrow {
  transform: rotate(180deg);
  display: inline-block;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.service-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.45s ease;
}

.service-card:hover img {
  transform: scale(1.05);
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 45%, transparent 100%);
  pointer-events: none;
}

.card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  z-index: 2;
}

.card-footer .card-name {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.card-btn {
  width: 1.9rem;
  height: 1.9rem;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.85rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: background 0.2s, transform 0.2s;
}

.service-card:hover .card-btn {
  background: var(--teal);
  border-color: var(--teal);
  transform: scale(1.1);
}

/* ============================================
   قسم المميزات
   ============================================ */
.benefits {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.benefits-header {
  text-align: center;
  margin-bottom: 3rem;
}

.benefits-heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--text);
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 1.1rem;
  align-items: stretch;
}

.feature-col {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.feature-card {
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.75rem 1.75rem 2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-image: radial-gradient(circle, var(--dot-color) 1px, transparent 1px);
  background-size: 22px 22px;
  background-color: #f7f8fa;
  transition: box-shadow 0.2s, transform 0.2s;
}

.feature-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.1) 100%);
  pointer-events: none;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  background: var(--teal);
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.feature-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-body {
  position: relative;
  z-index: 1;
}

.feature-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.feature-desc {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
}

/* البطاقة الترويجية */
.promo-card {
  background: var(--teal);
  border-radius: 1.25rem;
  padding: 2rem 2rem 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 22px 22px;
  background-color: var(--teal);
}

.promo-link-icon {
  width: 2.6rem;
  height: 2.6rem;
  background: #fff;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
}

.promo-link-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke: var(--teal);
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promo-heading {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin-bottom: 0.75rem;
}

.promo-sub {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin-bottom: 1.5rem;
}

.promo-phone {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.phone-wrap {
  position: relative;
  width: 75%;
  max-width: 260px;
}

.phone-frame {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  background: #111;
  aspect-ratio: 9/19.5;
  display: flex;
  flex-direction: column;
}

.phone-notch {
  width: 38%;
  height: 18px;
  background: #111;
  border-radius: 0 0 1rem 1rem;
  margin: 0 auto;
  flex-shrink: 0;
}

.phone-screen {
  flex: 1;
  overflow: hidden;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* ============================================
   قسم الميزات
   ============================================ */
.features {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.features-header {
  text-align: center;
  margin-bottom: 2.75rem;
}

.features-heading {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--text);
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.6rem;
  column-gap: 1rem;
  margin-bottom: 3.5rem;
  border-top: 1px solid var(--border);
  padding-top: 2rem;
}

.icon-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.icon-box {
  width: 2.4rem;
  height: 2.4rem;
  background: var(--teal-light);
  border-radius: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-box svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke: var(--teal);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-text-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.18rem;
  line-height: 1.3;
}

.icon-text-sub {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.45;
}

.features-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: stretch;
}

.img-wrap {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 380px;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.float-card {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: #fff;
  border-radius: 0.9rem;
  padding: 1.1rem 1.25rem 1.25rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.float-card-label {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.float-card-heading {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.25;
  margin-bottom: 0.9rem;
  letter-spacing: -0.015em;
}

.steps-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.step-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--border);
  text-align: right;
}

.step-item:first-child {
  padding-top: 0;
}

.step-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.step-num {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: 0.05em;
}

.step-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.step-desc {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 340px;
}

/* ============================================
   قسم آراء المرضى
   ============================================ */
.testimonials {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.t-header {
  text-align: center;
  margin-bottom: 3rem;
}

.t-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 0.75rem;
}

.t-sub {
  font-size: 0.9rem;
  color: var(--muted);
}

.t-columns {
  columns: 3;
  column-gap: 1rem;
}

.t-card {
  break-inside: avoid;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.4rem 1.4rem 1.3rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.t-text {
  font-size: 0.875rem;
  color: var(--text);
  line-height: 1.65;
}

.t-author {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.1rem;
}

.avatar {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.author-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}

.author-spec {
  font-size: 0.75rem;
  color: var(--muted);
}

/* ============================================
   LOCATION SECTION
   ============================================ */
.locations {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.locations-header {
  text-align: center;
  margin-bottom: 3rem;
}

.locations-heading {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.locations-sub {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 450px;
  margin: 0 auto;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.location-card {
  background: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.location-map iframe {
  width: 100%;
  height: 200px;
  border: none;
}

.location-info {
  padding: 1.5rem;
  text-align: right;
}

.location-icon {
  width: 3rem;
  height: 3rem;
  background: var(--teal-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.location-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--teal);
}

.location-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.location-address {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.location-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.loc-phone,
.loc-hours {
  font-size: 0.85rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.location-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--teal);
  color: var(--white);
  padding: 0.7rem 1.3rem;
  border-radius: 2rem;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s;
}

.location-btn:hover {
  background: var(--teal-dark);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .locations-grid {
    grid-template-columns: 1fr;
  }
  
  .locations {
    padding: 3rem 1.25rem;
  }
}

/* ============================================
   قسم الأسئلة الشائعة
   ============================================ */
.faq {
  max-width: 820px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.faq-header {
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.faq-heading {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--text);
}

.faq-sub {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 360px;
  text-align: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-top: 1px solid var(--border);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--border);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.35rem 0;
  cursor: pointer;
  text-align: right;
}

.faq-question-text {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
  transition: color 0.2s;
}

.faq-item.open .faq-question-text {
  color: var(--teal);
}

.faq-icon {
  width: 2rem;
  height: 2rem;
  background: var(--teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.3s;
}

.faq-icon svg {
  width: 0.85rem;
  height: 0.85rem;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
  background: var(--teal-dark);
}

.faq-item.open .faq-icon svg {
  transform: rotate(90deg);
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease, padding 0.3s ease;
}

.faq-answer-inner {
  padding: 0 0 1.35rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 92%;
}

.faq-item.open .faq-answer {
  max-height: 300px;
}

/* ============================================
   التجاوب مع الشاشات
   ============================================ */
@media (max-width: 960px) {
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .promo-card {
    grid-column: 1 / -1;
    padding-bottom: 0;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    min-height: 260px;
  }

  .promo-phone {
    width: 180px;
    margin-top: 0;
  }

  .phone-wrap {
    max-width: 180px;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem 3rem;
    min-height: unset;
  }

  .hero-left {
    padding-left: 0;
  }

  .hero-right {
    justify-content: center;
    order: -1;
  }

  .doctor-card {
    width: min(360px, 90vw);
  }

  .stats-row {
    gap: 1.5rem;
  }

  .stat-divider {
    display: none;
  }

  .about {
    padding: 3.5rem 1.5rem;
  }

  .about-top {
    grid-template-columns: 1fr;
  }

  .about-bottom {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .vision {
    grid-template-columns: 1fr;
    padding: 3.5rem 1.5rem;
  }

  .vision-right {
    order: -1;
  }

  .services {
    padding: 3.5rem 1.25rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features {
    padding: 3.5rem 1.5rem;
  }

  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-bottom {
    grid-template-columns: 1fr;
  }

  .img-wrap {
    min-height: 320px;
  }

  .t-columns {
    columns: 2;
  }
}

@media (max-width: 640px) {
  .benefits {
    padding: 3rem 1.25rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .promo-card {
    grid-column: 1;
    flex-direction: column;
    padding: 2rem 1.75rem 0;
    min-height: unset;
  }

  .promo-phone {
    width: 100%;
    max-width: 200px;
    margin: 1.5rem auto 0;
  }
}

@media (max-width: 600px) {
  .about {
    padding: 2.5rem 1.25rem;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-wrap {
    padding: 2rem 1.25rem;
  }

  .cta-card {
    padding: 3.5rem 1.5rem;
  }

  .faq {
    padding: 3rem 1.25rem;
  }
}

@media (max-width: 520px) {
  .features {
    padding: 2.5rem 1.25rem;
  }

  .icon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .img-wrap {
    min-height: 260px;
  }

  .testimonials {
    padding: 3rem 1.25rem;
  }

  .t-columns {
    columns: 1;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 1.5rem 1.25rem 2.5rem;
  }

  .hero-heading {
    font-size: 2rem;
  }

  .doctor-card {
    width: 100%;
  }

  .services-grid {
    gap: 0.6rem;
  }

  .service-card {
    aspect-ratio: 3/4;
  }

  .card-footer .card-name {
    font-size: 0.85rem;
  }

  .card-btn {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.75rem;
  }
}