@font-face {
  font-family: 'Heebo';
  src: url('assets/fonts/Heebo-VariableFont_wght.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #233b3e;
  --ink-soft: #526668;
  --deep: #14383b;
  --teal: #2b7479;
  --teal-dark: #2b7479;
  --teal-button: #1f6469;
  --teal-pale: #e9f5f4;
  --mist: #f2f8f7;
  --sand: #f7f1e9;
  --sand-2: #ede4d7;
  --line: #d6e6e5;
  --white: #ffffff;
  --shadow: 0 12px 30px rgba(24, 62, 64, .10);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Heebo', Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  direction: rtl;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.site-header {
  height: 114px;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #e8efef;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
}
.site-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 26px;
  direction: ltr;
}
.header-logo { margin-left: auto; width: 315px; flex: 0 0 315px; }
.header-logo img { width: 100%; height: 102px; object-fit: contain; }
.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 24px;
  direction: rtl;
  font-size: 16px;
  color: #31494b;
}
.main-nav a {
  position: relative;
  padding: 37px 0 32px;
  transition: color .2s ease;
}
.main-nav a::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  height: 2px;
  transform: scaleX(0);
  background: var(--teal);
  transition: transform .2s ease;
}
.main-nav a:hover, .main-nav a.active { color: var(--teal-dark); }
.main-nav a.active::after, .main-nav a:hover::after { transform: scaleX(1); }
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(90deg, var(--teal-button), var(--teal));
  color: #fff;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  box-shadow: 0 7px 18px rgba(31, 100, 105, .22);
  white-space: nowrap;
  direction: rtl;
  font-size: 14px;
}
.whatsapp-cta {
  gap: 9px;
}
.whatsapp-cta::before {
  content: '';
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3C8.85 3 3 8.82 3 15.97c0 2.58.76 5.1 2.2 7.23L3.06 29l5.98-2.05a13.1 13.1 0 0 0 6.99 1.92h.01C23.23 28.87 29 23.05 29 15.9 29 8.76 23.23 3 16.04 3Zm0 23.67h-.01a10.88 10.88 0 0 1-5.55-1.52l-.4-.24-3.55 1.22 1.18-3.44-.26-.42a10.67 10.67 0 0 1-1.66-5.74c0-5.93 4.87-10.75 10.86-10.75 2.9 0 5.63 1.12 7.67 3.15a10.64 10.64 0 0 1 3.18 7.57c0 5.93-4.87 10.75-10.86 10.75Zm5.95-8.03c-.33-.16-1.93-.94-2.23-1.05-.3-.1-.52-.16-.74.16-.22.33-.85 1.05-1.04 1.27-.19.22-.38.24-.71.08-.33-.16-1.38-.5-2.63-1.61a9.8 9.8 0 0 1-1.82-2.25c-.19-.33-.02-.5.14-.66.15-.15.33-.38.49-.57.16-.19.22-.33.33-.55.11-.22.05-.41-.03-.57-.08-.16-.74-1.78-1.01-2.44-.27-.64-.54-.55-.74-.56h-.63c-.22 0-.57.08-.87.41-.3.33-1.14 1.1-1.14 2.69s1.17 3.13 1.33 3.35c.16.22 2.3 3.48 5.56 4.88.78.33 1.38.53 1.85.68.78.24 1.49.21 2.05.13.63-.09 1.93-.79 2.2-1.55.27-.76.27-1.41.19-1.55-.08-.14-.3-.22-.63-.38Z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3C8.85 3 3 8.82 3 15.97c0 2.58.76 5.1 2.2 7.23L3.06 29l5.98-2.05a13.1 13.1 0 0 0 6.99 1.92h.01C23.23 28.87 29 23.05 29 15.9 29 8.76 23.23 3 16.04 3Zm0 23.67h-.01a10.88 10.88 0 0 1-5.55-1.52l-.4-.24-3.55 1.22 1.18-3.44-.26-.42a10.67 10.67 0 0 1-1.66-5.74c0-5.93 4.87-10.75 10.86-10.75 2.9 0 5.63 1.12 7.67 3.15a10.64 10.64 0 0 1 3.18 7.57c0 5.93-4.87 10.75-10.86 10.75Zm5.95-8.03c-.33-.16-1.93-.94-2.23-1.05-.3-.1-.52-.16-.74.16-.22.33-.85 1.05-1.04 1.27-.19.22-.38.24-.71.08-.33-.16-1.38-.5-2.63-1.61a9.8 9.8 0 0 1-1.82-2.25c-.19-.33-.02-.5.14-.66.15-.15.33-.38.49-.57.16-.19.22-.33.33-.55.11-.22.05-.41-.03-.57-.08-.16-.74-1.78-1.01-2.44-.27-.64-.54-.55-.74-.56h-.63c-.22 0-.57.08-.87.41-.3.33-1.14 1.1-1.14 2.69s1.17 3.13 1.33 3.35c.16.22 2.3 3.48 5.56 4.88.78.33 1.38.53 1.85.68.78.24 1.49.21 2.05.13.63-.09 1.93-.79 2.2-1.55.27-.76.27-1.41.19-1.55-.08-.14-.3-.22-.63-.38Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.menu-button {
  display: none;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--mist);
  color: var(--deep);
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 22px;
  font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(90deg, var(--teal-button), var(--teal));
  box-shadow: 0 10px 24px rgba(31,100,105,.22);
}
.btn-outline {
  color: var(--teal-dark);
  background: #fff;
  border-color: var(--teal);
}
.btn-white {
  color: var(--teal-dark);
  background: #fff;
  border-color: rgba(255,255,255,.4);
}
.text-link { color: var(--teal-dark); font-weight: 600; }
.text-link::after { content: ' ←'; }

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}
.display-title,
.page-title,
.section-title {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.display-title { font-size: clamp(46px, 5.8vw, 76px); font-weight: 800; }
.page-title { font-size: clamp(48px, 6vw, 82px); font-weight: 800; }
.section-title { font-size: clamp(34px, 4vw, 52px); font-weight: 700; }
.accent { color: var(--teal); }
.lead { margin: 20px 0 0; color: var(--ink-soft); font-size: 18px; max-width: 660px; }

.home-hero,
.page-hero {
  background: linear-gradient(110deg, #f4faf9 0%, #fff 48%, #f8f1e8 100%);
  overflow: hidden;
}
.home-hero { min-height: 560px; }
.home-hero__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: stretch;
  direction: ltr;
  min-height: 560px;
}
.home-hero__image {
  min-height: 560px;
  position: relative;
}
.home-hero__image::after {
  content: '';
  position: absolute;
  left: -25%;
  right: -10%;
  bottom: 34px;
  height: 70px;
  border-top: 1px solid rgba(75,159,164,.35);
  border-radius: 50%;
  transform: rotate(-7deg);
}
.home-hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero__content {
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 66px 48px 58px 72px;
}
.hero-credential-note {
  max-width: 620px;
  margin-top: 18px;
  padding: 10px 14px;
  border-right: 3px solid var(--teal);
  border-radius: 8px;
  background: rgba(255, 255, 255, .58);
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
}
.hero-credential-note strong,
.hero-credential-note span { display: block; }
.hero-credential-note strong { color: var(--ink); }

.hero-actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }

.trust-strip { border-bottom: 1px solid #edf2f2; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 19px 18px;
  border-left: 1px solid #e5eeee;
}
.trust-item:last-child { border-left: 0; }
.trust-icon {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--teal-dark);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  font-family: Arial, sans-serif;
}
.trust-item strong { display:block; font-size: 14px; }
.trust-item > div span { color: var(--ink-soft); font-size: 12px; }

.section { padding: 100px 0; }
.section-soft { background: var(--mist); }
.section-deep { background: var(--deep); color: #fff; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
}
.section-head.center { display: block; text-align: center; }
.section-head.center .lead { margin-inline: auto; }

.treatment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.treatment-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 22px 22px;
  min-height: 225px;
  background: #fff;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.treatment-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-index { color: var(--teal); font-weight: 700; font-size: 13px; position: absolute; left: 18px; top: 15px; }
.treatment-card .card-index { right: 18px; left: auto; }
.treatment-card h3 { margin: 33px 0 8px; font-size: 21px; }
.treatment-card p { margin: 0 0 18px; color: var(--ink-soft); font-size: 14px; }

.why-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items:center; direction:ltr; }
.why-copy { direction:rtl; }
.check-list { list-style:none; margin:26px 0 30px; padding:0; display:grid; gap:12px; }
.check-list li::before { content:'✓'; color:var(--teal-dark); font-weight:700; margin-left:10px; }
.soft-visual {
  min-height: 380px;
  border-radius: 34px 34px 34px 120px;
  background: linear-gradient(135deg, #b9d8d6 0%, #eee9df 100%);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.soft-visual > img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.soft-visual::before,
.soft-visual::after {
  content:'';
  position:absolute;
  z-index:1;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  pointer-events:none;
}
.soft-visual::before { width:240px; height:240px; top:-70px; right:-40px; }
.soft-visual::after { width:170px; height:170px; bottom:-60px; left:-35px; }
.visual-note {
  position:absolute;
  z-index:2;
  left:32px;
  bottom:30px;
  background:rgba(255,255,255,.93);
  padding:22px 30px;
  border-radius:18px;
  max-width:245px;
  color:var(--ink);
  direction:rtl;
  box-shadow:0 10px 26px rgba(24,62,64,.10);
}
.visual-note small { display:block; color:var(--teal-dark); margin-bottom:7px; }
.visual-note strong { font-size:24px; line-height:1.25; }

.steps-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:46px; margin-top:48px; }
.step-card { border:1px solid var(--line); border-radius:18px; padding:28px 24px; text-align:center; min-height:160px; background:#fff; position:relative; }
.step-number { width:34px; height:34px; border-radius:50%; background:var(--teal-pale); color:var(--teal-dark); display:grid; place-items:center; margin:0 auto 15px; font-weight:700; }
.step-card h3 { margin:0 0 8px; font-size:20px; }
.step-card p { margin:0; color:var(--ink-soft); font-size:14px; }
.step-card:not(:last-child)::after { content:'←'; position:absolute; left:-31px; top:50%; color:var(--teal); font-size:22px; }

.before-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.ba-card { background:#fff; border-radius:18px; overflow:hidden; color:var(--ink); }
.ba-image { aspect-ratio:365 / 305; background:var(--teal-pale); position:relative; overflow:hidden; }
.ba-image img { width:100%; height:100%; display:block; object-fit:cover; object-position:center; }
.ba-copy { padding:18px 22px 22px; }
.ba-copy small { color:var(--teal-dark); font-weight:700; }
.ba-copy h3 { margin:5px 0 0; font-size:19px; }
.section-deep .caption { color:rgba(255,255,255,.65); margin-top:20px; font-size:13px; }

.testimonial-section { position:relative; }
.testimonial-head { margin-bottom:34px; }
.testimonial-carousel {
  position:relative;
  padding:0 84px;
}
.testimonial-slides { position:relative; transition:min-height .2s ease; }
.quote-card {
  background:var(--sand);
  border-radius:18px;
  padding:32px 34px;
  border-right:3px solid var(--teal);
  font-size:20px;
  color:#45595b;
  box-shadow:0 14px 34px rgba(24,62,64,.08);
}
.quote-text { margin:12px 0 0; line-height:1.8; }
.quote-card cite { display:block; margin-top:18px; font-size:13px; color:var(--ink-soft); font-style:normal; }
.quote-stars { color:var(--teal-dark); font-size:18px; letter-spacing:.22em; }
.carousel-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border-radius:50%;
  border:1px solid var(--line);
  background:#fff;
  color:var(--teal-dark);
  display:grid;
  place-items:center;
  box-shadow:0 12px 28px rgba(24,62,64,.08);
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  z-index:2;
}
.carousel-arrow:hover {
  transform:translateY(-50%) scale(1.03);
  border-color:var(--teal);
  box-shadow:0 16px 34px rgba(24,62,64,.12);
}
.carousel-arrow svg {
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.carousel-arrow--next { right:0; }
.carousel-arrow--prev { left:0; }
.carousel-dots {
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:22px;
}
.carousel-dot {
  width:11px;
  height:11px;
  padding:0;
  border-radius:50%;
  background:#7a9294;
  border:0;
  transition:transform .2s ease, background .2s ease;
}
.carousel-dot.is-active,
.carousel-dot[aria-selected="true"] {
  background:var(--teal-dark);
  transform:scale(1.2);
}

.about-snippet { display:grid; grid-template-columns:.72fr 1.28fr; gap:60px; align-items:center; direction:ltr; }
.portrait-placeholder {
  aspect-ratio: .82;
  border-radius: 48% 48% 42px 42px;
  background:linear-gradient(145deg,#e9e3d7,#b8d6d4);
  display:grid;
  place-items:center;
  color:#526668;
  direction:rtl;
  text-align:center;
  padding:30px;
}
.portrait-photo {
  margin: 0;
  aspect-ratio: .82;
  border-radius: 48% 48% 42px 42px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--sand);
}
.portrait-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.about-copy { direction:rtl; }
.about-copy blockquote { margin:24px 0 0; padding:14px 18px; background:#fff; border-right:3px solid var(--teal); color:#526668; }

.final-cta { padding: 40px 0 52px; }
.final-cta__box {
  background:linear-gradient(90deg,var(--teal-button),var(--teal));
  color:#fff;
  border-radius:22px;
  padding:32px 42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-shadow:var(--shadow);
}
.final-cta h2 { margin:5px 0 0; font-size:32px; }
.final-cta p { margin:0; color:rgba(255,255,255,.78); }

.page-hero { padding: 84px 0 88px; }
.page-hero__grid { display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:90px; direction:ltr; }
.page-hero__content { direction:rtl; }
.page-hero__visual { min-height:330px; border-radius:34px; background:linear-gradient(135deg,#b9d9d6,#eee8dd); display:flex; align-items:flex-end; justify-content:center; padding:28px; }
.treatments-hero__visual { position:relative; overflow:hidden; box-shadow:var(--shadow); isolation:isolate; }
.treatments-hero__visual::after { content:''; position:absolute; inset:46% 0 0; z-index:1; background:linear-gradient(to bottom,transparent,rgba(20,56,59,.22)); pointer-events:none; }
.treatments-hero__visual > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.treatments-hero__visual .visual-pills { position:relative; z-index:2; }
.visual-pills { display:flex; gap:10px; direction:rtl; }
.pill { border:1px solid #d6e3e2; background:#fff; color:var(--teal-dark); border-radius:999px; padding:8px 16px; font-size:14px; font-weight:600; }

.treatment-list { display:grid; gap:26px; }
.treatment-wide {
  display:grid;
  grid-template-columns: 270px 1fr;
  gap:42px;
  border:1px solid var(--line);
  border-radius:22px;
  padding:30px;
  direction:ltr;
  background:#fff;
}
.treatment-wide__note { background:var(--teal-pale); border-radius:16px; padding:24px; direction:rtl; align-self:center; }
.treatment-wide__note strong { display:block; margin-bottom:6px; }
.treatment-wide__note p { margin:0; color:#51696a; font-size:14px; }
.treatment-wide__main { direction:rtl; position:relative; padding-left:58px; }
.treatment-wide__main .card-index { font-size:22px; left:0; top:0; }
.treatment-wide__main h2 { margin:2px 0 10px; font-size:34px; line-height:1.2; }
.treatment-wide__main p { margin:0; color:var(--ink-soft); }
.tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:22px; }
.tag { background:var(--teal-pale); color:var(--teal-dark); border-radius:999px; padding:5px 12px; font-size:13px; font-weight:600; }

.filters { display:flex; justify-content:center; gap:12px; margin-bottom:38px; flex-wrap:wrap; }
.filter-button { border:1px solid var(--line); background:#fff; color:var(--ink); border-radius:999px; padding:9px 20px; }
.filter-button.active { background:var(--teal-dark); border-color:var(--teal-dark); color:#fff; }
.gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.gallery-card { border:1px solid var(--line); border-radius:20px; overflow:hidden; background:#fff; display:flex; flex-direction:column; transition:opacity .2s ease, transform .2s ease; }
.gallery-card.is-hidden { display:none; }
.gallery-card .ba-image { height:auto; }
.gallery-copy { padding:24px; min-height:170px; flex:1; }
.gallery-copy small { color:var(--teal-dark); font-weight:700; }
.gallery-copy h2 { margin:6px 0 8px; font-size:28px; line-height:1.22; }
.gallery-copy p { margin:0; color:var(--ink-soft); }
.gallery-disclaimer { max-width:860px; margin:34px auto 0; color:var(--ink-soft); text-align:center; font-size:14px; line-height:1.7; }

.about-hero .page-hero__visual { min-height:420px; border-radius:50% 50% 42px 42px; align-items:center; color:#526668; text-align:center; direction:rtl; }
.about-portrait { overflow:hidden; padding:0; }
.about-portrait img { width:100%; height:100%; min-height:420px; object-fit:cover; object-position:center 40%; }
.story-grid { display:grid; grid-template-columns:.85fr 1.25fr; gap:70px; align-items:start; direction:ltr; }
.credentials { display:grid; gap:14px; direction:rtl; }
.credential { border:1px solid var(--line); border-radius:16px; padding:20px 22px; position:relative; background:#fff; }
.credential .card-index { position:static; float:left; font-size:14px; }
.credential strong { display:block; }
.credential span { color:var(--ink-soft); font-size:14px; }
.story-copy { direction:rtl; }
.story-copy p { color:var(--ink-soft); }
.notice { background:var(--sand); border-radius:14px; padding:18px 20px; margin-top:24px; color:#536668; }
.values-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:40px; }
.value-card { border:1px solid var(--line); border-radius:18px; padding:28px; background:#fff; min-height:170px; }
.value-card h3 { margin:6px 0 8px; }
.value-card p { margin:0; color:var(--ink-soft); }

.article-featured { background:var(--deep); color:#fff; border-radius:24px; padding:34px 40px; margin-bottom:26px; }
.article-featured .article-label { display:inline-flex; width:fit-content; background:#eff8f7; color:var(--teal-dark); border-radius:999px; padding:5px 12px; font-size:13px; font-weight:700; }
.article-featured h2 { font-size:34px; margin:18px 0 8px; }
.article-featured p { color:rgba(255,255,255,.68); margin:0 0 25px; }
.article-featured a { color:#fff; font-weight:700; }
.article-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.article-card { border:1px solid var(--line); border-radius:20px; padding:26px 30px; background:#fff; min-height:240px; display:flex; flex-direction:column; }
.article-label { display:inline-flex; width:fit-content; align-self:flex-start; background:var(--teal-pale); color:var(--teal-dark); border-radius:999px; padding:5px 12px; font-size:13px; font-weight:700; }
.article-card h2 { font-size:27px; line-height:1.25; margin:22px 0 8px; }
.article-card p { color:var(--ink-soft); margin:0 0 25px; }
.article-card a { margin-top:auto; color:var(--teal-dark); font-weight:700; }

.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:34px; direction:ltr; }
.contact-panel { border:1px solid var(--line); border-radius:22px; padding:34px; background:#fff; direction:rtl; min-height:480px; }
.contact-panel.sand { background:var(--sand); }
.contact-panel h2 { font-size:36px; margin:8px 0 22px; }
.contact-details { display:flex; flex-direction:column; }
.contact-options { display:grid; gap:13px; margin-top:4px; }
.contact-option {
  display:flex;
  align-items:center;
  gap:15px;
  padding:15px 16px;
  border:1px solid rgba(75,159,164,.22);
  border-radius:15px;
  background:rgba(255,255,255,.72);
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.contact-option:hover { transform:translateY(-2px); border-color:var(--teal); box-shadow:0 9px 22px rgba(24,62,64,.08); }
.contact-option__icon {
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--teal-dark);
  background:var(--teal-pale);
}
.contact-option__icon svg { width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.contact-option__icon .icon-fill { fill:currentColor; stroke:none; }
.contact-option strong { display:block; font-size:16px; }
.contact-option small { display:block; color:var(--ink-soft); font-size:13px; line-height:1.35; }
.location-title { white-space:nowrap; font-size:clamp(24px, 4vw, 52px); line-height:1.18; }
.send-list { list-style:none; padding:0; margin:0 0 28px; counter-reset:item; display:grid; gap:16px; }
.send-list li { position:relative; padding-right:44px; color:#4f6566; }
.send-list li::before { counter-increment:item; content:counter(item); position:absolute; right:0; top:-3px; width:30px; height:30px; display:grid; place-items:center; background:var(--teal-pale); color:var(--teal-dark); border-radius:50%; font-weight:700; }
.whatsapp-button { width:100%; }
.helper { font-size:12px; color:var(--ink-soft); margin-top:8px; text-align:center; }
.form-field { display:grid; gap:7px; margin-bottom:16px; }
.form-field label { font-weight:600; }
.form-field input, .form-field textarea { border:1px solid #d6dfdf; border-radius:10px; padding:13px 14px; background:#fff; outline:none; }
.form-field input:focus, .form-field textarea:focus { border-color:var(--teal); box-shadow:0 0 0 3px rgba(75,159,164,.11); }
.form-field textarea { min-height:130px; resize:vertical; }
.form-status { margin-top:12px; color:var(--teal-dark); font-weight:600; min-height:24px; }
.location-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:70px; align-items:center; direction:ltr; }
.map-placeholder { min-height:310px; border:1px solid var(--line); border-radius:20px; background-color:#fff; background-image:linear-gradient(45deg, transparent 47%, #e0eeee 48%, #e0eeee 52%, transparent 53%),linear-gradient(-45deg, transparent 47%, #e0eeee 48%, #e0eeee 52%, transparent 53%); background-size:42px 42px; display:grid; place-items:center; color:#526668; direction:rtl; }
.map-frame {
  min-height: 340px;
  padding: 9px;
  border: 1px solid rgba(75,159,164,.45);
  border-radius: 24px 24px 24px 72px;
  background: linear-gradient(135deg, #d8ecea, #f2e9dc);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 322px;
  border: 0;
  border-radius: 17px 17px 17px 60px;
}
.map-link {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(20,56,59,.15);
}
.location-copy { direction:rtl; }


.site-footer {
  background:#11363a;
  color:#fff;
  padding:64px 0 24px;
}
.footer-main {
  display:grid;
  grid-template-columns:minmax(410px, 1fr) minmax(500px, 1.34fr);
  grid-template-areas:"content brand";
  gap:64px;
  align-items:center;
  direction:ltr;
}
.footer-brand {
  grid-area:brand;
  min-width:0;
  direction:rtl;
}
.footer-logo {
  display:block;
  width:min(100%, 640px);
  margin-right:-18px;
}
.footer-logo img {
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.footer-brand__tagline {
  max-width:560px;
  margin:8px 0 0;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.75;
}
.footer-disclaimer {
  max-width:560px;
  margin:10px 0 0;
  color:rgba(255,255,255,.55);
  font-size:13px;
  line-height:1.65;
}
.footer-content {
  grid-area:content;
  min-width:0;
  direction:rtl;
}
.footer-info-grid {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:42px;
  align-items:start;
}
.footer-col {
  direction:rtl;
}
.footer-col h3,
.footer-consult h3 {
  margin:0 0 14px;
  font-size:17px;
}
.footer-col a,
.footer-col p,
.footer-consult p {
  display:block;
  margin:7px 0;
  color:rgba(255,255,255,.69);
  font-size:14.5px;
  line-height:1.65;
}
.footer-col a:hover {
  color:#fff;
}
.footer-address {
  color:#fff !important;
  font-weight:700;
}
.footer-phone {
  width:max-content;
}
.footer-consult {
  margin-top:30px;
  padding-top:26px;
  border-top:1px solid rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  direction:rtl;
}
.footer-consult h3 {
  margin-bottom:5px;
}
.footer-consult p {
  margin:0;
}
.footer-bottom {
  border-top:1px solid rgba(255,255,255,.13);
  margin-top:48px;
  padding-top:18px;
  display:flex;
  justify-content:space-between;
  color:rgba(255,255,255,.65);
  font-size:12px;
}
.footer-bottom a {
  color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
  transition:color .2s ease;
}
.footer-bottom a:hover { color:rgba(255,255,255,.8); }
.footer-whatsapp {
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:fit-content;
  margin:0 !important;
  padding:11px 18px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  color:#fff !important;
  font-weight:700;
  background:rgba(255,255,255,.08);
  transition:background .2s ease, transform .2s ease;
}
.footer-whatsapp:hover { background:rgba(255,255,255,.15); transform:translateY(-2px); }


@media (min-width: 981px) and (max-width: 1100px) {
  .site-header__inner { gap: 22px; }
  .header-logo { width: 252px; flex-basis: 252px; }
  .header-logo img { height: 88px; }
  .main-nav { gap: 15px; font-size: 13.5px; }
  .header-cta { padding: 11px 16px; font-size: 13px; }
}

@media (max-width: 980px) {
  .container { width:min(calc(100% - 32px), var(--container)); }
  .site-header { height:86px; }
  .header-logo { width:205px; flex-basis:205px; }
  .header-logo img { height:76px; }
  .main-nav { position:fixed; top:86px; right:16px; left:16px; background:#fff; border:1px solid var(--line); border-radius:18px; padding:12px; display:none; flex-direction:column; gap:0; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:12px 14px; }
  .main-nav a::after { display:none; }
  .header-cta { display:none; }
  .menu-button { display:flex; }
  .site-header__inner { justify-content:space-between; }
  .home-hero__grid, .page-hero__grid { grid-template-columns:1fr; }
  .home-hero__content { padding:60px 20px; order:1; }
  .home-hero__image { min-height:440px; order:2; }
  .page-hero__content { order:1; }
  .page-hero__visual { order:2; min-height:300px; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .treatment-grid { grid-template-columns:repeat(2,1fr); }
  .why-grid, .about-snippet, .story-grid, .location-grid { grid-template-columns:1fr; gap:42px; }
  .soft-visual { min-height:330px; }
  .steps-grid { gap:20px; }
  .step-card:not(:last-child)::after { display:none; }
  .before-grid, .gallery-grid { grid-template-columns:repeat(2,1fr); }
  .treatment-wide { grid-template-columns:1fr; gap:22px; }
  .treatment-wide__note { order:2; }
  .article-grid, .contact-grid { grid-template-columns:1fr; }
  .footer-main {
    grid-template-columns:1fr;
    grid-template-areas:"brand" "content";
    gap:44px;
    align-items:start;
  }
  .footer-brand { max-width:760px; }
  .footer-logo { width:min(100%, 650px); margin-right:-18px; }
  .footer-content { max-width:720px; }
}

@media (max-width: 650px) {
  .header-logo { width:198px; flex-basis:198px; }
  .header-logo img { height:72px; }
  .section { padding:72px 0; }
  .page-hero { padding:60px 0 65px; }
  .display-title, .page-title { font-size:46px; }
  .section-title { font-size:34px; }
  .lead { font-size:16px; }
  .hero-credential-note {
    margin-top: 16px;
    padding: 9px 12px;
    font-size: 14px;
  }
  .trust-grid, .treatment-grid, .steps-grid, .before-grid, .gallery-grid, .values-grid { grid-template-columns:1fr; }
  .trust-item { border-left:0; border-bottom:1px solid #e6eeee; }
  .trust-item:last-child { border-bottom:0; }
  .section-head { display:block; }
  .section-head .text-link { display:inline-block; margin-top:18px; }
  .home-hero__image { min-height:360px; }
  .home-hero__content { padding-inline:4px; }
  .hero-actions .btn { width:100%; }
  .testimonial-carousel { padding:0; }
  .quote-card { padding:26px 22px; font-size:18px; }
  .carousel-arrow { width:44px; height:44px; top:auto; bottom:-8px; transform:none; }
  .carousel-arrow:hover { transform:scale(1.03); }
  .carousel-arrow svg { width:22px; height:22px; }
  .carousel-arrow--next { right:calc(50% - 104px); }
  .carousel-arrow--prev { left:calc(50% - 104px); }
  .carousel-dots { margin-top:70px; }
  .location-title { font-size:clamp(19px, 6vw, 34px); }
  .treatment-wide { padding:22px; }
  .treatment-wide__main { padding-left:0; padding-top:38px; }
  .treatment-wide__main .card-index { left:auto; right:0; }
  .treatment-wide__main h2 { font-size:28px; }
  .gallery-card .ba-image { height:auto; }
  .final-cta__box { display:block; padding:28px 24px; }
  .final-cta__box .btn { width:100%; margin-top:20px; }
  .site-footer { padding-top:48px; }
  .footer-main { gap:36px; }
  .footer-logo { width:min(100%, 440px); margin:0 auto; }
  .footer-brand { text-align:center; }
  .footer-brand__tagline, .footer-disclaimer { margin-inline:auto; }
  .footer-info-grid { grid-template-columns:1fr 1fr; gap:28px; }
  .footer-consult { display:block; }
  .footer-whatsapp { margin-top:16px !important; width:100%; }
  .footer-bottom { display:flex; justify-content:center; }
  .footer-bottom > span { display:inline; margin:0; white-space:nowrap; }
  .footer-bottom > span span { display:inline; margin:0; }
  .contact-panel { padding:24px; }
  .testimonial-carousel { padding:0 64px; }
  .article-featured { padding:28px 24px; }
}


@media (max-width: 430px) {
  .footer-info-grid { grid-template-columns:1fr; gap:26px; }
  .footer-nav { padding-top:24px; border-top:1px solid rgba(255,255,255,.12); }
}

/* About page — hygiene and safety, v1.0.9 */
.hygiene-section .section-head .lead {
  margin-inline: auto;
}
.hygiene-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  margin-top: 42px;
}
.hygiene-card {
  grid-column: span 2;
  min-height: 238px;
  padding: 30px 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.hygiene-card h3 {
  margin: 32px 0 10px;
  font-size: 22px;
  line-height: 1.3;
}
.hygiene-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}
.hygiene-card:nth-child(4) {
  grid-column: 2 / span 2;
}
.hygiene-card:nth-child(5) {
  grid-column: 4 / span 2;
}

@media (max-width: 980px) {
  .hygiene-grid { grid-template-columns: repeat(2, 1fr); }
  .hygiene-card,
  .hygiene-card:nth-child(4),
  .hygiene-card:nth-child(5) { grid-column: auto; min-height: 0; }
  .hygiene-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .hygiene-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .hygiene-card,
  .hygiene-card:last-child { grid-column: auto; padding: 26px 23px; }
}

/* About page — personal story, v1.0.7 */
.story-signature {
  margin-top: 24px;
  padding-right: 18px;
  border-right: 3px solid var(--teal);
  color: var(--ink) !important;
  font-weight: 600;
}
.personal-section .section-head .lead {
  margin-inline: auto;
}
.personal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}
.personal-card {
  min-height: 265px;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  position: relative;
  overflow: hidden;
}
.personal-card::after {
  content: '';
  position: absolute;
  width: 118px;
  height: 118px;
  left: -45px;
  bottom: -55px;
  border: 1px solid rgba(75, 159, 164, .22);
  border-radius: 50%;
}
.personal-card__number {
  position: absolute;
  left: 22px;
  top: 20px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
}
.personal-card__label {
  margin: 0 0 18px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}
.personal-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.25;
}
.personal-card > p:last-child {
  margin: 0;
  color: var(--ink-soft);
}

@media (max-width: 980px) {
  .personal-grid { grid-template-columns: 1fr; }
  .personal-card { min-height: 0; }
}

@media (max-width: 650px) {
  .about-hero .page-hero__visual,
  .about-portrait img { min-height: 340px; }
  .personal-grid { margin-top: 30px; }
  .personal-card { padding: 26px 23px; }
}


/* About page — hierarchy refinement, v1.0.7 */
.about-hero .page-title {
  font-size: clamp(46px, 5vw, 72px);
}
.personal-section {
  padding-top: 72px;
  padding-bottom: 72px;
}
.personal-section .section-title {
  font-size: clamp(30px, 3vw, 42px);
}
.personal-grid {
  margin-top: 30px;
}
.personal-card {
  min-height: 220px;
}
@media (max-width: 650px) {
  .about-hero .page-title { font-size: 44px; }
  .personal-section { padding-top: 58px; padding-bottom: 58px; }
}
@media (max-width: 980px) {
  .personal-card { min-height: 0; }
}


/* Professional information and article pages — v1.0.8 */
.articles-disclaimer {
  max-width: 820px;
  margin: 36px auto 0;
  color: var(--ink-soft);
  text-align: center;
  font-size: 14px;
}
.article-page-hero {
  background: linear-gradient(110deg, #f4faf9 0%, #fff 52%, #f8f1e8 100%);
  padding: 70px 0 74px;
  border-bottom: 1px solid var(--line);
}
.article-page-hero__inner { max-width: 900px; }
.article-back {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--teal-dark);
  font-weight: 700;
}
.article-page-hero .article-label { margin-bottom: 20px; }
.article-page-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.article-intro {
  max-width: 790px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.75;
}
.article-meta {
  margin: 20px 0 0;
  color: #526668;
  font-size: 14px;
}
.article-page-section { padding: 76px 0 100px; }
.article-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 790px) minmax(260px, 320px);
  gap: 64px;
  align-items: start;
}
.article-body { min-width: 0; }
.article-body > p:first-child {
  margin-top: 0;
  font-size: 19px;
  color: #415b5d;
}
.article-body p { margin: 0 0 22px; color: #455f61; }
.article-body h2 {
  margin: 52px 0 16px;
  font-size: 31px;
  line-height: 1.25;
  letter-spacing: -.018em;
}
.article-body ul,
.article-body ol { margin: 0 0 26px; padding-right: 24px; }
.article-body li { margin-bottom: 10px; color: #455f61; }
.article-callout {
  margin: 36px 0;
  padding: 23px 26px;
  border-right: 4px solid var(--teal);
  border-radius: 14px;
  background: var(--teal-pale);
  color: #385658;
}
.article-callout strong { color: var(--deep); }
.article-sidebar {
  position: sticky;
  top: 142px;
  display: grid;
  gap: 18px;
}
.article-sidebar__box {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 62, 64, .06);
}
.article-sidebar__box--soft { background: var(--sand); }
.article-sidebar__box strong { display: block; margin-bottom: 8px; font-size: 20px; }
.article-sidebar__box p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.article-sidebar__box .btn { width: 100%; margin-top: 18px; font-size: 14px; }
.article-sources {
  margin-top: 64px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.article-sources h2 { margin-top: 0; font-size: 26px; }
.article-sources ol { padding-right: 22px; }
.article-sources li { margin-bottom: 13px; font-size: 14px; line-height: 1.65; }
.article-sources a { color: var(--teal-dark); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .article-page-layout { grid-template-columns: 1fr; gap: 46px; }
  .article-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  .article-page-hero { padding: 50px 0 56px; }
  .article-page-hero h1 { font-size: 42px; }
  .article-intro { font-size: 17px; }
  .article-page-section { padding: 56px 0 76px; }
  .article-body > p:first-child { font-size: 17px; }
  .article-body h2 { margin-top: 42px; font-size: 27px; }
  .article-callout { padding: 20px; }
  .article-sidebar { grid-template-columns: 1fr; }
}


/* Privacy page and privacy-related contact details — privacy update */
.footer-email {
  direction:ltr;
  unicode-bidi:embed;
  overflow-wrap:anywhere;
}
.privacy-note {
  margin:13px 2px 0;
  color:var(--ink-soft);
  font-size:13px;
  line-height:1.65;
  text-align:center;
}
.privacy-note a,
.policy-content a,
.policy-summary a {
  color:var(--teal-dark);
  text-decoration:underline;
  text-underline-offset:3px;
}
.policy-hero .lead { max-width:800px; margin-inline:auto; }
.policy-updated { margin:18px 0 0; color:var(--ink-soft); font-size:14px; }
.policy-section { padding-top:72px; }
.policy-layout {
  display:grid;
  grid-template-columns:minmax(250px, .72fr) minmax(0, 1.8fr);
  gap:54px;
  align-items:start;
  direction:ltr;
}
.policy-summary {
  position:sticky;
  top:142px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--mist);
  direction:rtl;
}
.policy-summary h2 { margin:0 0 14px; font-size:25px; }
.policy-summary p { margin:0 0 13px; color:var(--ink-soft); }
.policy-summary .text-link { display:block; width:fit-content; margin-top:10px; font-weight:600; overflow-wrap:anywhere; }
.policy-content { direction:rtl; min-width:0; }
.policy-content section { padding:0 0 30px; margin:0 0 32px; border-bottom:1px solid var(--line); }
.policy-content section:last-child { border-bottom:0; margin-bottom:0; }
.policy-content h2 { margin:0 0 13px; font-size:30px; line-height:1.3; }
.policy-content p { margin:0 0 14px; color:#445c5e; }
.policy-content ul { margin:8px 0 15px; padding-right:22px; color:#445c5e; }
.policy-content li { margin:7px 0; }

@media (max-width:980px) {
  .policy-layout { grid-template-columns:1fr; gap:32px; }
  .policy-summary { position:static; }
}
@media (max-width:650px) {
  .policy-section { padding-top:50px; }
  .policy-content h2 { font-size:25px; }
  .policy-summary { padding:22px; }
}
