:root {
  --pink: #e64b86;
  --pink-dark: #ba245e;
  --pink-soft: #fff0f6;
  --ink: #111013;
  --charcoal: #262126;
  --muted: #6f6870;
  --line: #ece4e8;
  --surface: #fff7fa;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(17, 16, 19, .09);
  --radius: 18px;
  --container: 1160px;
  --header-h: 74px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: Cairo, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 10px 22px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(236,228,232,.9);
}
.brand img { width: 146px; max-height: 58px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 6px; }
.site-nav a, .lang-link {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--charcoal);
  font-size: .94rem;
  font-weight: 700;
}
.site-nav a:hover, .site-nav a.is-active, .lang-link:hover { background: var(--pink-soft); color: var(--pink-dark); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); padding: 11px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--ink); color: var(--white); box-shadow: 0 12px 30px rgba(17,16,19,.14); }
.btn-primary:hover { background: var(--pink-dark); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: var(--white); }
.btn-ghost { background: var(--pink-soft); color: var(--pink-dark); }
.btn-small { min-height: 40px; padding: 10px 15px; font-size: .92rem; }
.hero, .page-hero, .book-hero, .section, .final-cta, .site-footer { max-width: var(--container); margin: 0 auto; }
.hero-home {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  padding: clamp(30px, 7vw, 78px) 22px clamp(24px, 5vw, 56px);
}
.hero-copy { max-width: 670px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--pink-dark);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
}
[dir="rtl"] .eyebrow { letter-spacing: 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.25rem, 5vw, 4.45rem); line-height: .98; letter-spacing: 0; margin-bottom: 18px; }
h2 { font-size: clamp(1.75rem, 3vw, 2.7rem); line-height: 1.08; margin-bottom: 14px; }
h3 { font-size: clamp(1.08rem, 1.6vw, 1.32rem); line-height: 1.18; margin-bottom: 10px; }
p { color: var(--muted); font-size: clamp(1rem, 1.1vw, 1.08rem); }
.hero-copy > p:not(.eyebrow), .page-hero p, .book-hero p { max-width: 650px; font-size: clamp(1.04rem, 1.5vw, 1.22rem); }
.hero-actions, .card-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-points span, .tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-dark);
  font-size: .82rem;
  font-weight: 900;
}
.hero-media { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: var(--surface); }
.hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  padding: clamp(30px, 6vw, 68px) 22px 24px;
}
.page-hero h1, .book-hero h1 { font-size: clamp(2rem, 4.2vw, 3.65rem); }
.page-hero img { border-radius: 24px; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); }
.book-hero { padding: clamp(34px, 7vw, 72px) 22px 14px; text-align: center; }
.book-hero p { margin-left: auto; margin-right: auto; }
.section { padding: clamp(30px, 6vw, 70px) 22px; }
.section.compact { padding-top: clamp(22px, 4vw, 44px); }
.section-head { max-width: 720px; margin-bottom: 24px; }
.section-head p { max-width: 640px; }
.split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .65fr); gap: clamp(20px, 4vw, 44px); align-items: start; }
.trust-list { display: grid; gap: 10px; }
.trust-list span {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 30px rgba(17,16,19,.04);
  font-weight: 800;
}
.branch-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.branch-card, .service-card, details, .note-section, .tech-card, .social-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 38px rgba(17,16,19,.055);
}
.branch-card {
  min-height: 250px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
.branch-card p { font-size: .96rem; margin-bottom: 8px; }
.branch-phone { color: var(--ink); font-weight: 900; }
.branch-card .card-actions .btn { flex: 1 1 94px; min-height: 42px; padding: 10px 12px; font-size: .92rem; }
.booking-section .branch-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.booking-section .branch-card { min-height: 286px; }
.technology-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tech-card { overflow: hidden; }
.tech-card img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: contain; background: linear-gradient(180deg, #fff, var(--surface)); padding: 18px; }
.tech-card div { padding: 20px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-card { padding: 22px; min-height: 160px; }
.faq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
details { padding: 18px; }
summary { cursor: pointer; font-weight: 900; }
details p { margin-top: 12px; margin-bottom: 0; }
.note-section, .legal { background: var(--surface); }
.social-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.social-card { padding: 18px; font-weight: 900; }
.final-cta {
  margin-top: 26px;
  padding: clamp(24px, 5vw, 44px) 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--ink);
  color: var(--white);
  border-radius: 28px 28px 0 0;
}
.final-cta p { color: rgba(255,255,255,.75); margin-bottom: 0; }
.final-cta .eyebrow { color: #ff9ac1; }
.final-cta .btn-primary { background: var(--pink); }
.site-footer {
  padding: 34px 22px 94px;
  background: var(--ink);
  color: var(--white);
}
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 24px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.75); }
.site-footer h3 { color: var(--white); font-size: 1rem; }
.site-footer a { display: block; margin: 8px 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.62); font-size: .9rem; }
.sticky-book {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 60;
  display: none;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--pink);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(230,75,134,.35);
}
[dir="rtl"] .site-nav, [dir="rtl"] .header-actions, [dir="rtl"] .hero-actions, [dir="rtl"] .card-actions, [dir="rtl"] .hero-points { direction: rtl; }
@media (max-width: 1100px) {
  .branch-grid, .service-grid, .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-section .branch-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  :root { --header-h: 66px; }
  .site-header { grid-template-columns: auto auto 1fr; gap: 10px; padding: 8px 16px; }
  .brand img { width: 112px; max-height: 54px; object-fit: contain; }
  .nav-toggle { display: block; order: 3; justify-self: end; }
  .header-actions { order: 2; justify-self: end; }
  .site-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    top: calc(var(--header-h) + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 14px; }
  .hero-home, .page-hero, .split, .footer-grid { grid-template-columns: 1fr; }
  .hero-home { padding-top: 24px; }
  .hero-media { order: -1; border-radius: 22px; }
  .page-hero img { order: -1; border-radius: 20px; }
  .technology-grid { grid-template-columns: 1fr; }
  .final-cta { border-radius: 22px 22px 0 0; align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .btn { width: 100%; }
  .btn-small { width: auto; }
  .header-actions .btn { display: none; }
  .branch-grid, .service-grid, .faq-grid, .booking-section .branch-grid, .social-grid { grid-template-columns: 1fr; }
  .branch-card { min-height: auto; }
  .booking-section .branch-card { min-height: auto; }
  .hero-actions, .card-actions { width: 100%; }
  .sticky-book { display: flex; }
  .site-footer { padding-bottom: 96px; }
  h1 { font-size: clamp(2.05rem, 13vw, 3rem); }
  h2 { font-size: clamp(1.55rem, 8vw, 2.1rem); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
