:root {
  --navy: #001b3d;
  --navy-2: #062b62;
  --blue: #00a6ff;
  --gold: #ffc400;
  --gold-2: #c9952a;
  --gold-3: #7e5612;
  --silver: #d8e1ec;
  --silver-2: #8d9aaa;
  --silver-3: #425268;
  --red: #e60012;
  --ink: #07142b;
  --muted: #5e6a7c;
  --line: #dbe4f0;
  --paper: #ffffff;
  --soft: #f5f9ff;
  --shadow: 0 22px 60px rgba(0, 27, 61, 0.14);
  --radius: 8px;
  --container: min(1180px, calc(100vw - 42px));
  --font-ar: "Cairo", "Noto Sans Arabic", system-ui, sans-serif;
  --font-en: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Plus Jakarta Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Plus Jakarta Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ── Hero bridge intro glass banner v1 ───────────────────────────────
   Rebuilds the section directly below the hero into one premium image-led
   glass card, using the new cleaning-scene asset as the contextual surface. */
.intro-section {
  --intro-radius: 30px;
  --intro-edge: rgba(204, 228, 245, 0.96);
  --intro-glass: rgba(255, 255, 255, 0.58);
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(430px, 0.48fr) minmax(0, 0.52fr) !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  gap: 0 !important;
  width: var(--container) !important;
  min-height: clamp(560px, 45vw, 690px) !important;
  margin: 0 auto clamp(64px, 7vw, 104px) !important;
  padding: clamp(38px, 4.8vw, 70px) !important;
  border-radius: var(--intro-radius) !important;
  border: 1px solid rgba(207, 225, 242, 0.92) !important;
  background: #f7fbff !important;
  box-shadow:
    0 34px 88px rgba(0, 27, 61, 0.14),
    0 12px 30px rgba(116, 170, 207, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  direction: ltr !important;
}

.intro-section::before {
  content: "" !important;
  position: absolute !important;
  inset: clamp(30px, 4.2vw, 62px) auto clamp(30px, 4.2vw, 62px) clamp(30px, 4.2vw, 62px) !important;
  z-index: 2 !important;
  width: min(48%, 640px) !important;
  border-radius: var(--intro-radius) !important;
  border: 1px solid var(--intro-edge) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82) 0%, rgba(249, 253, 255, 0.64) 48%, rgba(229, 244, 253, 0.46) 100%),
    radial-gradient(130% 90% at 16% 0%, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0) 58%),
    var(--intro-glass) !important;
  box-shadow:
    0 30px 76px rgba(0, 27, 61, 0.15),
    0 14px 30px rgba(116, 170, 207, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(126, 178, 214, 0.24),
    inset 1px 0 0 rgba(255, 255, 255, 0.78),
    inset -1px 0 0 rgba(121, 176, 214, 0.16) !important;
  -webkit-backdrop-filter: blur(7px) saturate(1.14) brightness(1.04) !important;
  backdrop-filter: blur(7px) saturate(1.14) brightness(1.04) !important;
}

.intro-section::after {
  content: "" !important;
  position: absolute !important;
  inset: 4px !important;
  z-index: 4 !important;
  pointer-events: none !important;
  border-radius: calc(var(--intro-radius) - 5px) !important;
  border: 1px solid rgba(255, 255, 255, 0.84) !important;
  box-shadow:
    inset 0 0 0 1px rgba(151, 204, 237, 0.16),
    inset 0 12px 24px rgba(255, 255, 255, 0.30),
    inset 0 -12px 24px rgba(95, 151, 192, 0.08) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0)) left top / 132px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0)) left top / 1px 132px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)) right top / 132px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right top / 1px 132px no-repeat,
    linear-gradient(90deg, rgba(143, 202, 236, 0.24), rgba(255, 255, 255, 0)) left bottom / 132px 1px no-repeat,
    linear-gradient(0deg, rgba(143, 202, 236, 0.24), rgba(255, 255, 255, 0)) left bottom / 1px 132px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right bottom / 132px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right bottom / 1px 132px no-repeat !important;
}

.intro-section > picture.intro-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  aspect-ratio: auto !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.intro-section > .intro-media::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.50) 24%, rgba(255, 255, 255, 0.10) 48%, rgba(255, 255, 255, 0) 78%),
    radial-gradient(90% 120% at 8% 12%, rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0) 58%) !important;
}

.intro-section > .intro-media::after {
  display: none !important;
}

.intro-section > .intro-media .intro-visual {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 52% center !important;
  opacity: 1 !important;
  filter: none !important;
}

.intro-section .intro-copy,
.intro-section .intro-detail {
  grid-column: 1 !important;
  position: relative !important;
  z-index: 3 !important;
  width: min(100%, 570px) !important;
  padding-inline: clamp(18px, 2.4vw, 30px) !important;
  direction: rtl !important;
  text-align: right !important;
}

html[dir="ltr"] .intro-section .intro-copy,
html[dir="ltr"] .intro-section .intro-detail {
  direction: ltr !important;
  text-align: left !important;
}

.intro-section .intro-copy {
  grid-row: 1 !important;
  align-self: end !important;
  padding-top: clamp(18px, 2.3vw, 32px) !important;
}

.intro-section .intro-detail {
  grid-row: 2 !important;
  display: block !important;
  align-self: start !important;
  padding-bottom: clamp(18px, 2.5vw, 34px) !important;
}

.intro-section .section-mark {
  display: block !important;
  margin: 0 0 clamp(12px, 1.3vw, 18px) !important;
  color: var(--gold-2) !important;
  font-family: inherit !important;
  font-size: clamp(15px, 1.08vw, 19px) !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.intro-section h2 {
  max-width: 10.8ch !important;
  margin: 0 !important;
  color: var(--navy) !important;
  font-family: inherit !important;
  font-size: clamp(46px, 4.25vw, 72px) !important;
  font-weight: 950 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

html[dir="ltr"] .intro-section h2 {
  max-width: 12.8ch !important;
  font-size: clamp(42px, 3.9vw, 66px) !important;
  line-height: 1.03 !important;
}

.intro-section p {
  max-width: 45ch !important;
  margin: clamp(20px, 2.4vw, 30px) 0 0 !important;
  color: rgba(0, 27, 61, 0.66) !important;
  font-family: inherit !important;
  font-size: clamp(16px, 1.22vw, 21px) !important;
  font-weight: 850 !important;
  line-height: 1.58 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 1180px) {
  .intro-section {
    grid-template-columns: minmax(410px, 0.50fr) minmax(0, 0.50fr) !important;
    min-height: clamp(520px, 58vw, 640px) !important;
    padding: clamp(26px, 4vw, 46px) !important;
  }

  .intro-section::before {
    width: min(52%, 570px) !important;
    inset: clamp(24px, 3.6vw, 44px) auto clamp(24px, 3.6vw, 44px) clamp(24px, 3.6vw, 44px) !important;
  }

  .intro-section h2 {
    font-size: clamp(40px, 4.3vw, 60px) !important;
  }

  html[dir="ltr"] .intro-section h2 {
    font-size: clamp(38px, 4vw, 56px) !important;
  }
}

@media (max-width: 980px) {
  .intro-section {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    margin: clamp(54px, 9vw, 78px) auto !important;
  }

  .intro-section::before,
  .intro-section::after {
    display: none !important;
  }

  .intro-section > picture.intro-media {
    position: relative !important;
    order: 1 !important;
    width: 100% !important;
    height: clamp(300px, 64vw, 460px) !important;
    border-radius: 26px !important;
    border: 1px solid rgba(207, 225, 242, 0.88) !important;
    background: #f7fbff !important;
    box-shadow:
      0 20px 52px rgba(0, 27, 61, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  }

  .intro-section > .intro-media::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.72) 100%),
      radial-gradient(90% 70% at 12% 92%, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 54%) !important;
  }

  .intro-section > .intro-media .intro-visual {
    object-position: 58% center !important;
  }

  .intro-section .intro-copy,
  .intro-section .intro-detail {
    --intro-radius: 24px;
    position: relative !important;
    z-index: 3 !important;
    isolation: isolate !important;
    overflow: hidden !important;
    border-radius: var(--intro-radius) !important;
    border: 1px solid rgba(205, 229, 245, 0.96) !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.80) 0%, rgba(247, 252, 255, 0.62) 52%, rgba(230, 245, 253, 0.42) 100%),
      radial-gradient(110% 80% at 18% 0%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 56%),
      rgba(255, 255, 255, 0.50) !important;
    box-shadow:
      0 22px 54px rgba(0, 27, 61, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      inset 0 -1px 0 rgba(126, 178, 214, 0.22) !important;
    -webkit-backdrop-filter: blur(6px) saturate(1.12) brightness(1.04) !important;
    backdrop-filter: blur(6px) saturate(1.12) brightness(1.04) !important;
  }

  .intro-section .intro-copy::after,
  .intro-section .intro-detail::after {
    content: "" !important;
    position: absolute !important;
    inset: 5px !important;
    z-index: 1 !important;
    display: block !important;
    pointer-events: none !important;
    border-radius: calc(var(--intro-radius) - 7px) !important;
    border: 1px solid rgba(255, 255, 255, 0.86) !important;
    box-shadow: inset 0 0 0 1px rgba(155, 207, 238, 0.16) !important;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 84px 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 1px 84px no-repeat,
      linear-gradient(270deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0)) right top / 84px 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right top / 1px 84px no-repeat,
      linear-gradient(90deg, rgba(150, 205, 236, 0.22), rgba(255, 255, 255, 0)) left bottom / 84px 1px no-repeat,
      linear-gradient(0deg, rgba(150, 205, 236, 0.22), rgba(255, 255, 255, 0)) left bottom / 1px 84px no-repeat,
      linear-gradient(270deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right bottom / 84px 1px no-repeat,
      linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right bottom / 1px 84px no-repeat !important;
  }

  .intro-section .intro-copy > *,
  .intro-section .intro-detail > * {
    position: relative !important;
    z-index: 2 !important;
  }

  .intro-section .intro-copy {
    order: 2 !important;
    align-self: flex-start !important;
    width: min(68%, 330px) !important;
    max-width: min(68%, 330px) !important;
    margin: -58px 0 0 18px !important;
    padding: 18px 16px 20px !important;
    text-align: center !important;
  }

  html[dir="rtl"] .intro-section .intro-copy,
  html[dir="ltr"] .intro-section .intro-copy {
    margin-right: 0 !important;
    margin-left: 18px !important;
    text-align: center !important;
  }

  .intro-section .intro-detail {
    order: 3 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 14px 0 0 !important;
    padding: 18px 16px !important;
    text-align: inherit !important;
  }

  .intro-section .section-mark {
    display: inline-flex !important;
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 30px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 10px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(201, 149, 42, 0.28) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.36) !important;
    color: var(--gold-2) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .intro-section h2,
  html[dir="ltr"] .intro-section h2 {
    max-width: none !important;
    margin: 0 auto !important;
    font-size: clamp(24px, 7vw, 36px) !important;
    line-height: 1.03 !important;
    text-align: center !important;
  }

  .intro-section p,
  html[dir="ltr"] .intro-section p {
    max-width: none !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

/* ── Compact proof intro typography safety v22 ────────────────────── */
.intro-section .section-mark {
  line-height: 1.36 !important;
}

.intro-section h2,
html[dir="ltr"] .intro-section h2 {
  line-height: 1.14 !important;
}

html[dir="rtl"] .intro-section h2 {
  line-height: 1.36 !important;
  min-height: 204px !important;
}

.intro-section p,
html[dir="ltr"] .intro-section p {
  line-height: 1.62 !important;
}

@media (max-width: 980px) {
  .intro-section h2,
  html[dir="ltr"] .intro-section h2 {
    line-height: 1.16 !important;
  }

  html[dir="rtl"] .intro-section h2 {
    line-height: 1.46 !important;
    min-height: 116px !important;
  }

  .intro-section p,
  html[dir="ltr"] .intro-section p {
    line-height: 1.62 !important;
  }
}

/* ── Product Design polish wins-last v25 ────────────────────────────
   Kept at the end of the stylesheet so older accumulated overrides cannot
   re-expand the mobile CTA or hide section anchors under the fixed header. */
@media (max-width: 680px) {
  #services,
  #keep,
  #proof,
  #reviews,
  #qa,
  #areas,
  #faq,
  #quote {
    scroll-margin-top: 112px !important;
  }

  .wa-fab {
    left: auto !important;
    right: max(14px, env(safe-area-inset-right)) !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    min-width: 112px !important;
    min-height: 50px !important;
    padding-inline: 18px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    opacity: 1;
  }

  html[dir="rtl"] .wa-fab {
    right: auto !important;
    left: max(14px, env(safe-area-inset-left)) !important;
  }

  body.quote-visible .wa-fab {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(12px) scale(0.96) !important;
  }
}

/* ── Product Design polish layer v24 ────────────────────────────────
   Test-environment refinement after full LP review: clearer conversion
   hierarchy, less visual noise in proof/reviews, and premium glass form/CTA. */
.service-trust-badges {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(100%, 780px);
  margin: clamp(18px, 2vw, 26px) auto 0;
}

.service-trust-badges span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(190, 220, 240, 0.86);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--navy);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(244, 251, 255, 0.46)),
    rgba(255, 255, 255, 0.50);
  box-shadow:
    0 10px 24px rgba(0, 27, 61, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(109, 169, 207, 0.16);
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.reviews-context {
  position: relative;
  z-index: 2;
  max-width: 34ch;
  margin: clamp(10px, 1.2vw, 16px) 0 0;
  color: rgba(0, 27, 61, 0.62);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 850;
  line-height: 1.45;
}

html[dir="rtl"] .reviews-context {
  margin-right: auto;
}

html[dir="ltr"] .reviews-context {
  margin-left: 0;
}

@media (min-width: 981px) {
  .section + .proof-system-section,
  .faq-section + .booking-section {
    margin-top: clamp(28px, 3.2vw, 44px) !important;
  }

  .proof-system-section.proof-showcase-section {
    min-height: clamp(500px, 43vw, 620px) !important;
    margin-bottom: clamp(56px, 6vw, 88px) !important;
  }

  .proof-showcase-copy {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
    padding: clamp(28px, 3.2vw, 44px) !important;
    gap: clamp(16px, 1.8vw, 24px) !important;
  }

  .proof-showcase-title h2,
  html[dir="ltr"] .proof-showcase-title h2 {
    font-size: clamp(38px, 3.2vw, 54px) !important;
    line-height: 1.05 !important;
  }

  .proof-showcase-details > p,
  html[dir="ltr"] .proof-showcase-details > p {
    font-size: clamp(15px, 1vw, 18px) !important;
    line-height: 1.55 !important;
  }
}

.reviews-section {
  min-height: clamp(560px, 48vw, 690px) !important;
}

.review-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(247, 252, 255, 0.68)),
    rgba(255, 255, 255, 0.72) !important;
}

.review-card strong::before {
  content: "Verified client";
  display: inline-flex;
  margin: 0 0 8px;
  border: 1px solid rgba(201, 149, 42, 0.24);
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.44);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

html[dir="rtl"] .review-card strong::before {
  content: "عميل موثق";
}

.booking-section {
  align-items: stretch;
  gap: clamp(18px, 2.2vw, 28px);
}

.booking-panel,
.booking-form {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(207, 229, 245, 0.96) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(248, 253, 255, 0.58) 54%, rgba(229, 245, 255, 0.42)),
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, 0.95), transparent 42%),
    rgba(255, 255, 255, 0.58) !important;
  box-shadow:
    0 28px 70px rgba(0, 27, 61, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.68),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -24px 48px rgba(0, 112, 184, 0.055) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.18) brightness(1.04);
  backdrop-filter: blur(10px) saturate(1.18) brightness(1.04);
}

.booking-panel::after,
.booking-form::after {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 21px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95), transparent) left top / 104px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), transparent) left top / 1px 104px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.86), transparent) right top / 104px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent) right top / 1px 104px no-repeat,
    linear-gradient(90deg, rgba(154, 206, 237, 0.24), transparent) left bottom / 104px 1px no-repeat,
    linear-gradient(0deg, rgba(154, 206, 237, 0.24), transparent) left bottom / 1px 104px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.76), transparent) right bottom / 104px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.76), transparent) right bottom / 1px 104px no-repeat;
}

.booking-panel > *,
.booking-form > * {
  position: relative;
  z-index: 1;
}

.booking-form label {
  color: rgba(0, 27, 61, 0.76);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  border-color: rgba(190, 220, 240, 0.92);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 8px 20px rgba(0, 27, 61, 0.035);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(201, 149, 42, 0.48);
  box-shadow:
    0 0 0 4px rgba(201, 149, 42, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.quote-output-wrap pre {
  border-color: rgba(190, 220, 240, 0.92);
  color: rgba(0, 27, 61, 0.70);
  background: rgba(255, 255, 255, 0.58);
}

.copy-button {
  border: 1px solid rgba(201, 149, 42, 0.28);
}

.wa-fab {
  left: auto;
  right: max(14px, env(safe-area-inset-right));
  bottom: calc(14px + env(safe-area-inset-bottom));
  width: auto;
  min-width: 124px;
  min-height: 52px;
  border-radius: 999px;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

html[dir="rtl"] .wa-fab {
  right: auto;
  left: max(14px, env(safe-area-inset-left));
}

body.quote-visible .wa-fab {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
}

@media (max-width: 680px) {
  #services,
  #keep,
  #proof,
  #reviews,
  #qa,
  #areas,
  #faq,
  #quote {
    scroll-margin-top: 112px;
  }

  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom)) !important;
  }

  .service-trust-badges {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 16px;
  }

  html[dir="rtl"] .service-trust-badges {
    justify-content: flex-end;
  }

  .service-trust-badges span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  .reviews-context {
    max-width: 24ch;
    font-size: 12.5px;
  }

  .reviews-section {
    min-height: auto !important;
  }

  .review-card strong::before {
    font-size: 10px;
    padding: 4px 8px;
  }

  .booking-section {
    gap: 14px;
  }

  .booking-form {
    padding-bottom: 24px !important;
  }

  .wa-fab {
    width: auto;
    min-width: 112px;
    min-height: 50px;
    padding-inline: 18px;
    font-size: 14px;
  }
}

@media (max-width: 680px) {
  .intro-section {
    margin: 56px auto 68px !important;
  }

  .intro-section > picture.intro-media {
    height: var(--mobile-feature-height) !important;
    border-radius: 22px !important;
  }

  .intro-section > .intro-media .intro-visual {
    object-position: 60% center !important;
  }

  .intro-section .intro-copy {
    width: min(66%, 278px) !important;
    max-width: min(66%, 278px) !important;
    margin-left: 14px !important;
    padding: 16px 14px 18px !important;
  }

  html[dir="rtl"] .intro-section .intro-copy,
  html[dir="ltr"] .intro-section .intro-copy {
    margin-left: 14px !important;
  }

  .intro-section h2,
  html[dir="ltr"] .intro-section h2 {
    font-size: clamp(23px, 7.2vw, 32px) !important;
    line-height: 1.04 !important;
  }
}

/* ── Basic package video + section navigation polish v14 ─────────────
   Final override for the small corner video, header links, and the quiet
   horizontal divider rhythm between LP sections. */
.nav-links {
  gap: clamp(12px, 2vw, 30px) !important;
  font-size: clamp(12px, 0.78vw, 14px) !important;
  white-space: nowrap !important;
}

.mobile-menu a[href="#faq"],
.mobile-menu a[href="#quote"] {
  font-weight: 900 !important;
}

.section,
.proof-system-section,
.areas-section,
.booking-section {
  box-shadow:
    inset 0 1px 0 rgba(213, 228, 240, 0.95),
    var(--section-extra-shadow, none) !important;
}

.trust-strip + .section,
.section + .section,
.section + .proof-system-section,
.proof-system-section + .section,
.section + .areas-section,
.areas-section + .section,
.faq-section + .booking-section {
  margin-top: clamp(18px, 2.5vw, 34px) !important;
}

.services-section > .section-head {
  min-height: clamp(250px, 22vw, 340px) !important;
  padding-inline:
    clamp(28px, 4vw, 56px)
    clamp(140px, 13vw, 208px) !important;
}

html[dir="rtl"] .services-section > .section-head {
  padding-inline:
    clamp(140px, 13vw, 208px)
    clamp(28px, 4vw, 56px) !important;
}

.services-section > .section-head > .basic-head-video {
  --video-radius: 22px;
  position: absolute !important;
  z-index: 5 !important;
  top: clamp(18px, 2.1vw, 30px) !important;
  right: auto !important;
  left: clamp(18px, 2.8vw, 36px) !important;
  width: clamp(104px, 9.6vw, 156px) !important;
  aspect-ratio: 1 !important;
  display: block !important;
  overflow: hidden !important;
  pointer-events: none !important;
  border-radius: var(--video-radius) !important;
  border: 1px solid rgba(204, 228, 245, 0.96) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(231, 244, 252, 0.44)),
    rgba(255, 255, 255, 0.46) !important;
  box-shadow:
    0 18px 42px rgba(0, 27, 61, 0.13),
    0 8px 18px rgba(120, 176, 211, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(126, 178, 214, 0.22) !important;
  -webkit-backdrop-filter: blur(5px) saturate(1.14) brightness(1.04) !important;
  backdrop-filter: blur(5px) saturate(1.14) brightness(1.04) !important;
}

html[dir="ltr"] .services-section > .section-head > .basic-head-video {
  right: clamp(18px, 2.8vw, 36px) !important;
  left: auto !important;
}

html[dir="rtl"] .services-section > .section-head > .basic-head-video {
  right: auto !important;
  left: clamp(18px, 2.8vw, 36px) !important;
}

.services-section > .section-head > .basic-head-video video {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.08) !important;
  filter: saturate(1.05) contrast(1.02) brightness(1.04) !important;
}

@media (max-width: 980px) {
  .services-section > .section-head,
  html[dir="rtl"] .services-section > .section-head {
    min-height: clamp(220px, 36vw, 300px) !important;
    padding-top: clamp(74px, 12vw, 100px) !important;
    padding-inline: clamp(22px, 4vw, 36px) !important;
  }

  .services-section > .section-head > .basic-head-video {
    top: 14px !important;
    width: clamp(78px, 17vw, 112px) !important;
  }
}

@media (max-width: 680px) {
  .section,
  .proof-system-section,
  .areas-section,
  .booking-section {
    box-shadow: inset 0 1px 0 rgba(213, 228, 240, 0.95) !important;
  }

  .services-section > .section-head,
  html[dir="rtl"] .services-section > .section-head {
    min-height: 230px !important;
    padding-top: 72px !important;
  }

  .services-section > .section-head > .basic-head-video {
    --video-radius: 18px;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    width: clamp(70px, 21vw, 92px) !important;
  }

  html[dir="ltr"] .services-section > .section-head > .basic-head-video {
    right: 12px !important;
    left: auto !important;
  }

  html[dir="rtl"] .services-section > .section-head > .basic-head-video {
    left: 12px !important;
    right: auto !important;
  }
}

/* ── Basic packages corner mascot video v1 ─────────────────────────── */
.services-section > .section-head {
  overflow: hidden !important;
}

.basic-head-video {
  --video-radius: 22px;
  position: absolute !important;
  z-index: 3 !important;
  top: clamp(16px, 2.2vw, 28px) !important;
  right: clamp(18px, 2.8vw, 34px) !important;
  left: auto !important;
  width: clamp(96px, 9.8vw, 152px) !important;
  aspect-ratio: 1 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  border-radius: var(--video-radius) !important;
  border: 1px solid rgba(204, 228, 245, 0.95) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(231, 244, 252, 0.44)),
    rgba(255, 255, 255, 0.42) !important;
  box-shadow:
    0 18px 42px rgba(0, 27, 61, 0.13),
    0 8px 18px rgba(120, 176, 211, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(126, 178, 214, 0.22) !important;
  -webkit-backdrop-filter: blur(5px) saturate(1.14) brightness(1.04) !important;
  backdrop-filter: blur(5px) saturate(1.14) brightness(1.04) !important;
}

html[dir="rtl"] .basic-head-video {
  right: auto !important;
  left: clamp(18px, 2.8vw, 34px) !important;
}

.basic-head-video::before,
.basic-head-video::after {
  content: "" !important;
  position: absolute !important;
  pointer-events: none !important;
  border-radius: inherit !important;
}

.basic-head-video::before {
  inset: 0 !important;
  z-index: 2 !important;
  background:
    linear-gradient(126deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.72) 26%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0) 60%),
    radial-gradient(80% 60% at 16% 0%, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0) 54%) !important;
  opacity: 0.48 !important;
}

.basic-head-video::after {
  inset: 4px !important;
  z-index: 3 !important;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  box-shadow: inset 0 0 0 1px rgba(155, 207, 238, 0.18) !important;
}

.basic-head-video video {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.06) !important;
  filter: saturate(1.05) contrast(1.02) brightness(1.04) !important;
}

@media (max-width: 980px) {
  .basic-head-video {
    top: 14px !important;
    width: clamp(74px, 19vw, 108px) !important;
  }
}

@media (max-width: 680px) {
  .services-section > .section-head {
    padding-top: clamp(58px, 16vw, 78px) !important;
  }

  .basic-head-video {
    --video-radius: 18px;
    top: 12px !important;
    right: 12px !important;
    width: clamp(68px, 21vw, 92px) !important;
  }

  html[dir="rtl"] .basic-head-video {
    right: auto !important;
    left: 12px !important;
  }
}


* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-ar);
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

html.modal-open {
  overflow: hidden;
}

body.launching {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

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

button {
  border: 0;
  cursor: pointer;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.launch-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #fff;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.42s ease, visibility 0.42s ease;
}

.launch-screen::before {
  content: none;
}

.launch-screen img {
  position: relative;
  width: min(560px, 62vw, 62svh);
  aspect-ratio: 1;
  object-fit: contain;
  opacity: 1;
  filter: none;
  animation: launch-logo-pop 1.36s cubic-bezier(0.16, 1, 0.3, 1) both;
  transition: opacity 0.38s ease, transform 0.38s ease;
}

.hero > picture,
.intro-section > picture,
.proof-media picture {
  display: contents;
}

.launch-screen.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.launch-screen.is-leaving img {
  opacity: 0;
  transform: scale(0.92) translateY(-12px);
}

@keyframes launch-logo-pop {
  0% {
    opacity: 0;
    transform: scale(0.72) translateY(14px);
  }

  28% {
    opacity: 1;
    transform: scale(1.08) translateY(0);
  }

  68% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

select,
input,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cfd9e8;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  outline: none;
  padding: 10px 13px;
}

textarea {
  min-height: 92px;
  resize: vertical;
}

.phone-link,
.phone-input {
  direction: ltr;
  unicode-bidi: isolate;
}

.phone-input {
  text-align: left;
}

select:focus,
input:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 166, 255, 0.12);
}

html[dir="ltr"] body {
  font-family: var(--font-en);
}

html[dir="ltr"] h1,
html[dir="ltr"] h2 {
  font-family: var(--font-display);
  letter-spacing: -0.015em;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  min-height: 74px;
  padding: 12px clamp(18px, 4vw, 46px);
  color: var(--navy);
  overflow: hidden;
  border-bottom: 1px solid rgba(198, 225, 243, 0.45);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(252, 255, 255, 0.58) 48%, rgba(238, 249, 255, 0.44) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(0, 166, 255, 0.055) 48%, rgba(255, 255, 255, 0.28));
  box-shadow:
    0 16px 44px rgba(0, 27, 61, 0.11),
    0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(0, 27, 61, 0.06),
    inset 0 -18px 34px rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(24px) saturate(1.62) brightness(1.06);
  -webkit-backdrop-filter: blur(24px) saturate(1.62) brightness(1.06);
  transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.site-header > * {
  position: relative;
  z-index: 2;
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.site-header::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.30) 36%, rgba(228, 246, 255, 0.14) 74%, rgba(255, 255, 255, 0.42) 100%),
    radial-gradient(ellipse at 18% -18%, rgba(255, 255, 255, 0.86) 0 18%, transparent 48%),
    radial-gradient(ellipse at 82% -24%, rgba(214, 245, 255, 0.42) 0 15%, transparent 50%),
    linear-gradient(105deg, transparent 0 16%, rgba(255, 255, 255, 0.42) 24%, rgba(255, 255, 255, 0.10) 33%, transparent 48% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0 1px, transparent 1px calc(100% - 1px), rgba(0, 27, 61, 0.05) calc(100% - 1px));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 12px 24px rgba(255, 255, 255, 0.34),
    inset 0 -18px 30px rgba(0, 64, 110, 0.025);
}

.site-header::after {
  z-index: 1;
  inset: 8px clamp(12px, 3vw, 34px) auto;
  height: 34px;
  border-radius: 999px;
  background:
    linear-gradient(96deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.12) 34%, rgba(204, 239, 255, 0.18) 58%, rgba(255, 255, 255, 0.42)),
    radial-gradient(ellipse at 18% 20%, rgba(255, 255, 255, 0.84), transparent 42%),
    radial-gradient(ellipse at 76% 0%, rgba(255, 255, 255, 0.54), transparent 40%);
  filter: blur(0.3px);
  mix-blend-mode: screen;
  opacity: 0.68;
}

.site-header[data-elevated="true"] {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(253, 255, 255, 0.66) 58%, rgba(239, 250, 255, 0.50) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(0, 166, 255, 0.06) 48%, rgba(255, 255, 255, 0.32));
  box-shadow:
    0 18px 46px rgba(0, 27, 61, 0.13),
    0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(0, 27, 61, 0.07),
    inset 0 -18px 32px rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(26px) saturate(1.68) brightness(1.07);
  -webkit-backdrop-filter: blur(26px) saturate(1.68) brightness(1.07);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 900;
  font-size: 22px;
  white-space: nowrap;
}

.brand-mascot {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand-wordmark {
  width: clamp(150px, 15vw, 210px);
  height: auto;
  max-height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 4px 7px rgba(0, 27, 61, 0.08));
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  font-weight: 800;
  font-size: 15px;
}

.nav-links a {
  position: relative;
  padding-block: 8px;
  opacity: 0.9;
}

.nav-links a::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--gold);
  transition: transform 0.2s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-toggle,
.nav-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.language-toggle {
  border-radius: 8px;
}

.nav-whatsapp {
  border-radius: 100px;
}

.language-toggle {
  padding: 0 15px;
  color: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(245, 249, 255, 0.50));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 10px 24px rgba(0, 27, 61, 0.08);
  backdrop-filter: blur(12px) saturate(1.35);
  -webkit-backdrop-filter: blur(12px) saturate(1.35);
}

.site-header[data-elevated="true"] .language-toggle {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 249, 255, 0.58));
  border-color: rgba(255, 255, 255, 0.76);
}

.nav-whatsapp {
  padding: 0 18px;
  color: var(--navy);
  background: var(--gold);
  box-shadow: 0 12px 28px rgba(255, 196, 0, 0.28);
}

.mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--gold);
}

.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.mobile-menu {
  position: fixed;
  inset: 74px 14px auto;
  z-index: 19;
  display: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.mobile-menu.is-open {
  display: block;
}

.mobile-menu nav {
  display: grid;
  padding: 10px;
}

.mobile-menu a {
  padding: 13px;
  border-radius: 8px;
  font-weight: 900;
}

.mobile-menu a:hover {
  background: var(--soft);
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 12, 22, 0.54) 0%, rgba(6, 12, 22, 0.30) 28%, rgba(6, 12, 22, 0.08) 54%, rgba(6, 12, 22, 0.02) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: clamp(120px, 20vh, 240px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.44) 56%,
    #fff 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  width: var(--container);
  margin: 0 auto;
  padding: 128px 0 74px;
  max-width: 1180px;
}

.hero-content > * {
  width: min(575px, 100%);
  max-width: 575px;
}

html[dir="rtl"] .hero-content {
  direction: rtl;
}

html[dir="rtl"] .hero-content > * {
  margin-right: auto;
  margin-left: 0;
}

html[dir="ltr"] .hero-content > * {
  margin-right: auto;
  margin-left: 0;
}

.hero-line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 900;
  font-size: clamp(14px, 1.6vw, 17px);
  text-shadow: 0 1px 8px rgba(0, 10, 24, 0.22);
}

html[dir="ltr"] .hero-line {
  justify-content: flex-start;
}

.hero-line::before {
  content: "";
  width: 38px;
  height: 4px;
  border-radius: 4px;
  background: var(--gold);
}

.hero h1 {
  margin-top: 15px;
  color: #fff;
  font-size: clamp(44px, 6.2vw, 88px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 2px 24px rgba(0, 10, 24, 0.32), 0 1px 6px rgba(0, 10, 24, 0.18);
}

html[dir="rtl"] .hero h1 {
  line-height: 1.2;
}

.hero-copy {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.7;
  text-shadow: 0 1px 12px rgba(0, 10, 24, 0.28);
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 100px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(0, 27, 61, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(8px) saturate(1.12);
  -webkit-backdrop-filter: blur(8px) saturate(1.12);
}

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

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 100px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
}

.button::before {
  content: "";
  position: absolute;
  inset: -25% auto -25% -62%;
  z-index: 0;
  width: 46%;
  transform: skewX(-18deg);
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), rgba(142, 232, 255, 0.24), transparent);
  filter: blur(1px);
  opacity: 0;
  pointer-events: none;
}

.button.primary {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 18px 38px rgba(0, 27, 61, 0.22);
}

.button.secondary {
  color: #fff;
  background: #25d366;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.32);
}

.button.ghost {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.32);
}

.trust-strip {
  position: relative;
  z-index: 3;
  width: var(--container);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -42px auto 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: var(--shadow);
}

.trust-strip > div {
  min-height: 116px;
  padding: 22px 24px;
  color: #fff;
  background: var(--navy);
}

.trust-icon {
  display: block;
  color: var(--gold);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0;
}

.trust-strip b {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.2;
}

.trust-strip p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.section {
  position: relative;
  width: var(--container);
  margin: 0 auto;
  padding: 94px 0;
  scroll-margin-top: 92px;
}

.section::before {
  content: "";
  position: absolute;
  inset: 18px 10% auto;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 166, 255, 0.22), rgba(142, 232, 255, 0.5), rgba(0, 166, 255, 0.18), transparent);
  background-size: 220% 100%;
  opacity: 0.34;
  pointer-events: none;
}

.section-mark {
  display: inline-flex;
  color: var(--gold-2);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.section h2,
.section-head h2,
.glass-access-card h2,
.booking-form h2 {
  color: var(--navy);
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.proof-copy h2,
.booking-form h2 {
  color: #fff;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.booking-panel h2 {
  color: var(--navy);
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.section-visual {
  position: absolute;
  z-index: 0;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  filter: drop-shadow(0 20px 34px rgba(0, 27, 61, 0.08));
  -webkit-mask-image: radial-gradient(circle at center, #000 54%, rgba(0, 0, 0, 0.88) 68%, transparent 89%);
  mask-image: radial-gradient(circle at center, #000 54%, rgba(0, 0, 0, 0.88) 68%, transparent 89%);
}

.intro-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(380px, 1.18fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  padding-top: 76px;
  padding-bottom: 72px;
  overflow: hidden;
}

.intro-section > * {
  position: relative;
  z-index: 1;
}

.intro-detail {
  display: grid;
  grid-template-columns: minmax(290px, 1fr) minmax(270px, 320px);
  gap: clamp(24px, 3vw, 38px);
  align-items: center;
}

.intro-section p {
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 700;
}

.intro-media {
  position: relative;
  display: block;
  overflow: hidden;
  justify-self: center;
  width: min(320px, 23vw);
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(214, 229, 241, 0.82);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(239, 247, 253, 0.56)),
    var(--white);
  box-shadow:
    0 24px 50px rgba(0, 27, 61, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.intro-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 28%),
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.45), transparent 26%);
}

.intro-visual {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  opacity: 1;
  transform: none;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(260px, 620px) 1fr;
  align-items: end;
  gap: 24px;
  margin-bottom: 32px;
}

.services-section {
  position: relative;
  overflow: hidden;
}

.services-section > :not(.section-visual) {
  position: relative;
  z-index: 1;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

html[dir="rtl"] .service-grid {
  direction: rtl;
}

html[dir="ltr"] .service-grid {
  direction: ltr;
}

.service-card,
.tier-card {
  border: 1px solid rgba(0, 27, 61, 0.10);
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff 0%, #f0f4f8 100%);
  box-shadow: 0 12px 30px rgba(0, 27, 61, 0.06);
}

.service-card {
  min-height: 360px;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 14px;
  padding: 24px;
}

.service-symbol {
  width: 78px;
  height: 78px;
  overflow: hidden;
  color: transparent;
  border-radius: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 9px 14px rgba(0, 27, 61, 0.12));
  line-height: 1;
  user-select: none;
}

.service-symbol--deep {
  background-image: url("./assets/pika-kanji-deep.png");
}

.service-symbol--apartment {
  background-image: url("./assets/pika-kanji-apartment.png");
}

.service-symbol--villa {
  background-image: url("./assets/pika-kanji-villa.png");
}

.service-symbol--move {
  background-image: url("./assets/pika-kanji-move.png");
}

.service-card h3,
.tier-card h3 {
  color: var(--navy);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.service-card p,
.tier-card p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.price-list {
  display: grid;
  align-self: end;
  gap: 9px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.price-list li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
  min-height: 72px;
  padding: 13px 16px 14px;
  border: 1px solid rgba(0, 27, 61, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

html[dir="rtl"] .price-list li {
  grid-template-columns: 1fr;
}

.price-list span {
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.25;
}

.price-list b {
  display: block;
  white-space: normal;
  color: var(--navy);
  font-size: clamp(19px, 1.65vw, 24px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.service-card b,
.tier-card b {
  align-self: end;
  color: var(--navy);
  font-size: 19px;
  font-weight: 900;
}

.price-note {
  max-width: 980px;
  margin: 22px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.65;
}

.keep-section {
  position: relative;
  overflow: hidden;
  padding-top: 28px;
}

.keep-section::before {
  content: "";
  position: absolute;
  inset: 38px max(22px, calc((100vw - 1180px) / 2)) auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 27, 61, 0.16), transparent);
}

.keep-head {
  align-items: center;
}

.keep-head > p {
  max-width: 660px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.8;
}

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

.keep-card {
  position: relative;
  min-height: 310px;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(0, 27, 61, 0.10);
  border-radius: 12px;
  line-height: 1.28;
  background: linear-gradient(145deg, #ffffff 0%, #f0f4f8 100%);
  box-shadow: 0 12px 30px rgba(0, 27, 61, 0.06);
}

.keep-card.featured {
  color: #fff;
  border-color: rgba(200, 160, 60, 0.40);
  background: linear-gradient(145deg, #00142d 0%, #052d56 50%, #001b3d 100%);
  box-shadow: 0 16px 40px rgba(0, 27, 61, 0.20);
}

.keep-card.silver,
.tier-card.silver {
  color: #fff;
  border-color: rgba(100, 130, 170, 0.35);
  background: linear-gradient(145deg, #0a1f3d 0%, #122b4d 50%, #0d2040 100%);
  box-shadow: 0 16px 40px rgba(0, 27, 61, 0.18);
}






.keep-cadence {
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(201, 142, 23, 0.26);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 900;
}

.keep-card h3 {
  color: var(--navy);
  font-size: 25px;
  line-height: 1.2;
  font-weight: 950;
}

.keep-card p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.65;
}

.keep-card.featured h3,
.keep-card.featured .price-list b,
.keep-card.silver h3,
.keep-card.silver .price-list b {
  color: #fff;
}

.keep-card.featured p,
.keep-card.silver p {
  color: rgba(255, 255, 255, 0.78);
}

.keep-card.featured .keep-cadence {
  position: relative;
  color: #071f3f;
  border-color: rgba(255, 218, 126, 0.98);
  background:
    linear-gradient(135deg, #fff7d7 0%, #f6d275 44%, #fff3c6 100%);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.24),
    0 0 0 4px rgba(255, 218, 126, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(105, 72, 16, 0.22);
  backdrop-filter: blur(14px) saturate(1.35);
  -webkit-backdrop-filter: blur(14px) saturate(1.35);
}

.keep-card.silver .keep-cadence {
  position: relative;
  color: #071f3f;
  border-color: rgba(232, 239, 249, 0.94);
  background:
    linear-gradient(135deg, #ffffff 0%, var(--silver) 48%, #f7fbff 100%);
  box-shadow:
    0 13px 26px rgba(0, 0, 0, 0.20),
    0 0 0 4px rgba(216, 225, 236, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(54, 67, 86, 0.18);
  backdrop-filter: blur(14px) saturate(1.22);
  -webkit-backdrop-filter: blur(14px) saturate(1.22);
}

.keep-card.featured .keep-cadence::before,
.tier-label::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-inline-end: 7px;
  border-radius: 999px;
  background: #9e6a0d;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.38),
    0 0 14px rgba(255, 230, 156, 0.70);
}

.keep-card.silver .keep-cadence::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-inline-end: 7px;
  border-radius: 999px;
  background: var(--silver-3);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.36),
    0 0 12px rgba(232, 239, 249, 0.62);
}

.keep-card.featured .price-list li,
.keep-card.silver .price-list li {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.keep-card.featured .price-list span,
.keep-card.silver .price-list span {
  color: rgba(255, 255, 255, 0.72);
}

.proof-system-section {
  position: relative;
  width: var(--container);
  aspect-ratio: 1672 / 941;
  display: grid;
  grid-template-columns: minmax(500px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  direction: ltr;
  margin: 0 auto clamp(58px, 6vw, 86px);
  padding: clamp(24px, 4vw, 58px);
  border: 1px solid rgba(207, 225, 242, 0.88);
  border-radius: 8px;
  color: var(--navy);
  background: #fff;
  box-shadow:
    0 28px 70px rgba(0, 27, 61, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  overflow: hidden;
  isolation: isolate;
}

.proof-system-section::before,
.proof-system-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.proof-system-section::before {
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 30%, rgba(255, 255, 255, 0.22) 54%, rgba(255, 255, 255, 0.02) 100%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.92), transparent 36%);
}

.proof-system-section::after {
  inset: 1px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: inherit;
}

.proof-showcase-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
}

.proof-showcase-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.proof-system-copy {
  position: relative;
  z-index: 3;
}

.proof-showcase-copy {
  grid-column: 1;
  max-width: 600px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(244, 250, 255, 0.58)),
    rgba(255, 255, 255, 0.54);
  backdrop-filter: saturate(1.08);
  -webkit-backdrop-filter: saturate(1.08);
  box-shadow:
    0 22px 58px rgba(0, 27, 61, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  direction: rtl;
  text-align: right;
}

html[dir="ltr"] .proof-showcase-copy {
  direction: ltr;
  text-align: left;
  max-width: 540px;
  padding: clamp(20px, 2.5vw, 30px);
}

.proof-showcase-title h2 {
  margin-top: 10px;
}

.proof-system-copy .section-mark {
  color: #c28b19;
}

.proof-system-copy h2 {
  color: var(--navy);
  font-size: clamp(38px, 4.3vw, 62px);
  line-height: 1.05;
}

html[dir="ltr"] .proof-system-copy h2 {
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.08;
}

.proof-showcase-details > p {
  max-width: 600px;
  margin-top: 18px;
  color: rgba(0, 27, 61, 0.68);
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 830;
  line-height: 1.65;
}

html[dir="ltr"] .proof-showcase-details > p {
  max-width: 520px;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.55;
}

.proof-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.proof-showcase-actions span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 94, 172, 0.14);
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 950;
}

html[dir="ltr"] .proof-showcase-actions span {
  min-height: 34px;
  padding: 7px 11px;
  font-size: 12.5px;
}

.proof-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: clamp(22px, 2.6vw, 30px);
}

.proof-card {
  min-height: 160px;
  padding: 15px;
  border: 1px solid rgba(0, 27, 61, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(240, 248, 255, 0.52)),
    rgba(255, 255, 255, 0.6);
  box-shadow:
    0 10px 26px rgba(0, 27, 61, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.proof-card span {
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(201, 149, 42, 0.42);
  border-radius: 999px;
  color: #b98212;
  background: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 950;
}

.proof-card b {
  display: block;
  margin-top: 15px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.12;
}

.proof-card p {
  margin-top: 8px;
  color: rgba(0, 27, 61, 0.62);
  font-size: 12.4px;
  font-weight: 780;
  line-height: 1.45;
}

.proof-showcase-note {
  display: block;
  margin-top: 18px;
  color: rgba(0, 27, 61, 0.5);
  font-size: 11.5px;
  font-weight: 820;
  line-height: 1.55;
}

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

.tier-card {
  position: relative;
  min-height: 255px;
  display: grid;
  gap: 14px;
  padding: 28px;
}

.tier-card.featured {
  color: #fff;
  border-color: rgba(200, 160, 60, 0.40);
  background: linear-gradient(145deg, #00142d 0%, #052d56 50%, #001b3d 100%);
  box-shadow: 0 16px 40px rgba(0, 27, 61, 0.20);
}

.tier-card.featured h3,
.tier-card.featured b,
.tier-card.silver h3,
.tier-card.silver b {
  color: #fff;
}

.tier-card.featured p,
.tier-card.silver p {
  color: rgba(255, 255, 255, 0.8);
}

.tier-label {
  position: relative;
  width: fit-content;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 218, 126, 0.98);
  border-radius: 999px;
  color: #071f3f;
  background: linear-gradient(135deg, #fff7d7 0%, #f6d275 44%, #fff3c6 100%);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.22),
    0 0 0 4px rgba(255, 218, 126, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(105, 72, 16, 0.22);
  font-size: 13px;
  font-weight: 950;
}

.tier-card.silver .tier-label {
  border-color: rgba(232, 239, 249, 0.94);
  background:
    linear-gradient(135deg, #ffffff 0%, var(--silver) 48%, #f7fbff 100%);
  box-shadow:
    0 13px 26px rgba(0, 0, 0, 0.20),
    0 0 0 4px rgba(216, 225, 236, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(54, 67, 86, 0.18);
}

.tier-card.silver .tier-label::before {
  background: var(--silver-3);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.36),
    0 0 12px rgba(232, 239, 249, 0.62);
}

.tier-card.featured b,
.tier-card.silver b {
  width: fit-content;
  align-self: end;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.faq-section {
  padding-top: 70px;
  padding-bottom: 42px;
}

.faq-section .section-head {
  display: block;
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.faq-section .section-head h2 {
  display: block;
  padding-inline: 0.2em;
  font-size: clamp(32px, 4vw, 48px);
}

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

.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 10px 24px rgba(0, 27, 61, 0.05);
}

.faq-grid summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "+";
  flex: 0 0 auto;
  margin-inline-start: auto;
  color: var(--gold-2);
  font-size: 24px;
  line-height: 1;
}

.faq-grid details[open] summary::after {
  content: "–";
}

.faq-grid p {
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.75;
}

.areas-section {
  position: relative;
  width: var(--container);
  margin: 0 auto;
  padding: 76px 0 42px;
  border-top: 1px solid var(--line);
  overflow: hidden;
  scroll-margin-top: 92px;
}

.areas-hero {
  position: relative;
  width: 100%;
  height: clamp(400px, 42vw, 480px);
  border-radius: 20px;
  overflow: hidden;
}

.area-visual {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.areas-visual-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 250, 245, 0.97) 0%, rgba(255, 250, 245, 0.88) 22%, rgba(255, 250, 245, 0.45) 45%, rgba(255, 250, 245, 0) 60%);
  z-index: 2;
  pointer-events: none;
}

html[dir="ltr"] .areas-visual-gradient {
  background: linear-gradient(to right, rgba(255, 250, 245, 0.97) 0%, rgba(255, 250, 245, 0.88) 22%, rgba(255, 250, 245, 0.45) 45%, rgba(255, 250, 245, 0) 60%);
}

.glass-access-card {
  position: absolute;
  z-index: 3;
  left: 44px;
  top: 50%;
  transform: translateY(-50%);
  width: min(440px, 40vw);
  max-width: 100%;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: saturate(1.08);
  -webkit-backdrop-filter: saturate(1.08);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 36px rgba(0, 27, 61, 0.07);
}

.glass-access-card .section-mark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 196, 0, 0.12);
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 196, 0, 0.35);
  margin-bottom: 16px;
}

.glass-access-card h2 {
  color: var(--navy);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.glass-access-card .area-intro {
  max-width: 100%;
  margin-top: 14px;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 750;
  line-height: 1.7;
}

.area-intro-mobile-only {
  display: none;
}

.area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.area-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--navy);
  background: #fff;
  font-weight: 900;
  font-size: 14px;
}

.area-process {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  gap: 1px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 28px rgba(0, 27, 61, 0.06);
}

.area-process div {
  min-height: 100px;
  padding: 18px;
  color: #fff;
  background: var(--navy);
}

.area-process b {
  display: block;
  color: var(--gold);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.area-process p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.7;
}

.area-note {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.booking-section {
  position: relative;
  width: var(--container);
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 18px;
  margin: 54px auto 92px;
}

.booking-panel {
  overflow: hidden;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  color: var(--navy);
  text-align: center;
  background: linear-gradient(180deg, #fafafa 0%, #f7f9fc 100%);
  border: 1px solid #dce8f5;
  box-shadow: 0 18px 42px rgba(0, 27, 61, 0.07);
}

.booking-panel img,
.booking-panel video {
  width: min(190px, 62%);
  max-height: 215px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 18px;
}

.booking-mascot-video {
  border-radius: 8px;
  background: #fafafa;
}

.booking-panel h2 {
  color: var(--navy);
  max-width: 440px;
  font-size: clamp(34px, 4.1vw, 50px);
  line-height: 1.12;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.booking-panel p {
  max-width: 430px;
  margin-top: 12px;
  color: rgba(0, 27, 61, 0.72);
  font-weight: 800;
  text-wrap: pretty;
}

.booking-panel a {
  display: inline-flex;
  margin-top: 22px;
  min-height: 48px;
  align-items: center;
  border-radius: 100px;
  padding: 0 22px;
  color: #fff;
  background: #25d366;
  font-weight: 900;
}

.booking-form {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: clamp(20px, 4vw, 34px);
  background: var(--navy);
  box-shadow: 0 16px 40px rgba(0, 27, 61, 0.22);
}

.form-title {
  margin-bottom: 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.wide-field {
  grid-column: 1 / -1;
}

.button.form-submit {
  width: 100%;
  margin-top: 16px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.32);
}

.quote-output-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 14px;
}

.quote-output-wrap pre {
  min-height: 50px;
  max-height: 140px;
  overflow: auto;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  color: var(--muted);
  background: var(--soft);
  font-family: inherit;
  font-size: 13px;
  white-space: pre-wrap;
}

.copy-button {
  min-width: 76px;
  border-radius: 8px;
  color: var(--navy);
  background: var(--gold);
  font-weight: 900;
}

.site-footer {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 54px 20px 46px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -40%, rgba(0, 166, 255, 0.2), transparent 38%),
    linear-gradient(180deg, #002a56 0%, var(--navy) 58%, #001329 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent),
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.12), transparent 28%);
  opacity: 0.78;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 900;
}

.footer-mascot {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
}

.footer-wordmark {
  width: min(260px, 58vw);
  height: auto;
  max-height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.2));
}

.site-footer p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 800;
  line-height: 1.5;
}

.site-footer .phone-link {
  color: var(--gold);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 900;
}

.phone-link--call {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 14px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px) saturate(1.35);
  -webkit-backdrop-filter: blur(14px) saturate(1.35);
}

.footer-social svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 2px;
}

.footer-legal button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
}

.site-footer small {
  display: block;
  max-width: min(720px, 100%);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  unicode-bidi: isolate;
  overflow-wrap: anywhere;
}

.legal-dialog {
  width: min(920px, calc(100vw - 28px));
  height: min(780px, calc(100dvh - 28px));
  max-height: calc(100dvh - 28px);
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  overflow: hidden;
  overscroll-behavior: contain;
}

.legal-dialog::backdrop {
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 196, 0, 0.18), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(0, 166, 255, 0.24), transparent 30%),
    rgba(0, 13, 29, 0.62);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.legal-shell {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.16) 42%, rgba(255, 196, 0, 0.28)),
    linear-gradient(180deg, rgba(0, 166, 255, 0.28), rgba(255, 255, 255, 0.06));
  box-shadow: 0 36px 90px rgba(0, 13, 29, 0.42);
}

.legal-shell::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 40%, rgba(255, 255, 255, 0.16));
  pointer-events: none;
}

.legal-orb {
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.62;
}

.legal-orb.one {
  top: -58px;
  inset-inline-start: 7%;
  background: radial-gradient(circle, rgba(0, 166, 255, 0.62), transparent 62%);
}

.legal-orb.two {
  right: 8%;
  bottom: -68px;
  background: radial-gradient(circle, rgba(255, 196, 0, 0.46), transparent 64%);
}

.legal-glass {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(244, 249, 255, 0.68) 48%, rgba(255, 255, 255, 0.46)),
    rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), inset 0 -1px 0 rgba(0, 27, 61, 0.08);
  backdrop-filter: blur(34px) saturate(1.75);
  -webkit-backdrop-filter: blur(34px) saturate(1.75);
}

.legal-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.2) 18%, transparent 36%),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.9), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(0, 166, 255, 0.12), transparent 28%);
  mix-blend-mode: screen;
}

.legal-top {
  flex: 0 0 auto;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(20px, 4vw, 32px) clamp(20px, 4vw, 38px) 18px;
  border-bottom: 1px solid rgba(0, 27, 61, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42));
  backdrop-filter: blur(22px) saturate(1.45);
  -webkit-backdrop-filter: blur(22px) saturate(1.45);
}

.legal-top h2 {
  margin-top: 6px;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  font-weight: 900;
}

.legal-close {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 27, 61, 0.1);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 12px 26px rgba(0, 27, 61, 0.1);
  cursor: pointer;
  backdrop-filter: blur(18px) saturate(1.5);
  -webkit-backdrop-filter: blur(18px) saturate(1.5);
}

.legal-close svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.legal-body {
  position: relative;
  flex: 1 1 auto;
  z-index: 1;
  min-height: 0;
  padding: 0 clamp(20px, 4vw, 38px) clamp(58px, 7vw, 76px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.legal-body::-webkit-scrollbar {
  width: 10px;
}

.legal-body::-webkit-scrollbar-track {
  background: rgba(0, 27, 61, 0.05);
  border-radius: 999px;
}

.legal-body::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(0, 27, 61, 0.28);
}

.legal-panel[hidden] {
  display: none;
}

.legal-copy {
  max-width: 760px;
  padding-top: 22px;
  color: rgba(0, 27, 61, 0.78);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.78;
}

.legal-copy[data-policy-lang="en"] {
  display: none;
}

html[lang="en"] .legal-copy[data-policy-lang="en"] {
  display: block;
}

html[lang="en"] .legal-copy[data-policy-lang="ar"] {
  display: none;
}

.legal-copy h3 {
  margin-top: 22px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
}

.legal-copy p + p {
  margin-top: 12px;
}

.legal-date {
  display: inline-flex;
  margin-bottom: 12px;
  border: 1px solid rgba(0, 27, 61, 0.1);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 900;
}

.reviews-section {
  position: relative;
  display: flex;
  min-height: clamp(560px, 47vw, 700px);
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(214, 229, 241, 0.78);
  border-radius: 8px;
  background: var(--soft);
  padding: clamp(46px, 6vw, 82px) clamp(24px, 5vw, 72px);
  box-shadow:
    0 26px 70px rgba(0, 27, 61, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.reviews-section::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)) left top / 62px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)) left top / 1px 62px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)) right top / 62px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)) right top / 1px 62px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) left bottom / 62px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) left bottom / 1px 62px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right bottom / 62px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right bottom / 1px 62px no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -1px 0 rgba(0, 27, 61, 0.045);
}

.reviews-section > :not(.reviews-photo) {
  position: relative;
  z-index: 1;
}

.reviews-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.reviews-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reviews-section .section-head {
  position: relative;
  isolation: isolate;
  align-items: center;
  width: min(620px, 52vw);
  max-width: 100%;
  margin-bottom: clamp(26px, 4vw, 44px);
  padding: clamp(18px, 2.5vw, 30px) clamp(20px, 3vw, 38px);
  width: min(560px, 48vw);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.74), rgba(243, 251, 255, 0.46)),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.78), transparent 42%);
  box-shadow:
    0 22px 52px rgba(0, 27, 61, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -18px 38px rgba(0, 166, 255, 0.045);
  backdrop-filter: saturate(1.08);
  -webkit-backdrop-filter: saturate(1.08);
}

html[dir="ltr"] .reviews-section .section-head {
  width: min(620px, 52vw);
}

.reviews-section h2 {
  width: auto;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.reviews-section h2::before,
.reviews-section h2::after {
  content: none;
}

.reviews-section .section-head::before,
.reviews-section .section-head::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.reviews-section .section-head::before {
  inset: -14px -18px;
  z-index: -1;
  border-radius: 14px;
  background:
    radial-gradient(ellipse at 50% 26%, rgba(255, 255, 255, 0.64), transparent 58%),
    linear-gradient(135deg, rgba(0, 166, 255, 0.08), rgba(255, 255, 255, 0.02) 44%, rgba(201, 143, 27, 0.07));
  filter: none;
  opacity: 0.96;
}

.reviews-section .section-head::after {
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(110deg, transparent 0 26%, rgba(255, 255, 255, 0.42) 38%, transparent 52% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 48%);
  opacity: 0.58;
}

.reviews-title-glass {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.11em;
}

html[dir="ltr"] .reviews-title-glass {
  align-items: flex-start;
}

.reviews-title-line {
  display: block;
  white-space: nowrap;
  padding: 0;
  border-radius: 0;
  color: var(--navy);
  background: none;
  box-shadow: none;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow:
    0 0.035em 0 rgba(255, 255, 255, 0.72),
    0 0.08em 0.24em rgba(0, 27, 61, 0.12);
}

.qa-section {
  position: relative;
  overflow: hidden;
}

.qa-head {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  overflow: hidden;
  margin-bottom: 34px;
  min-height: clamp(250px, 24vw, 340px);
  padding: clamp(34px, 5vw, 74px);
  border: 1px solid rgba(214, 229, 241, 0.78);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(244, 250, 255, 0.62));
  box-shadow:
    0 26px 58px rgba(0, 27, 61, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.qa-head::before {
  content: none;
}

.qa-head > div {
  position: relative;
  z-index: 2;
  justify-self: right;
  width: min(680px, 58%);
  padding: clamp(10px, 1.3vw, 18px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.32)),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    0 20px 44px rgba(0, 27, 61, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: saturate(1.08);
  -webkit-backdrop-filter: saturate(1.08);
}

.qa-head > div::before {
  content: none;
}

.qa-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.qa-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

html[dir="ltr"] .qa-section .qa-head,
html[lang="en"] .qa-section .qa-head {
  justify-items: end;
}

html[dir="ltr"] .qa-section .qa-head > div,
html[lang="en"] .qa-section .qa-head > div {
  justify-self: right;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.4vw, 28px);
  margin-top: 0;
}

.review-card {
  margin: 0;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.91), rgba(249, 253, 255, 0.75)),
    rgba(255, 255, 255, 0.86);
  box-shadow:
    0 22px 48px rgba(0, 27, 61, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px) saturate(1.18);
  -webkit-backdrop-filter: blur(16px) saturate(1.18);
}

.review-card p {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.6;
}

.review-card footer {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.review-card strong {
  display: block;
  color: var(--navy);
  font-size: 15px;
}

.review-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .section-visual {
    display: none;
  }

  .nav-links {
    display: none;
  }

  .header-actions .nav-whatsapp {
    display: none;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .hero {
    min-height: 82svh;
    align-items: start;
  }

  .hero-scrim {
    background:
      linear-gradient(0deg, rgba(0, 27, 61, 0.88) 0%, rgba(0, 27, 61, 0.66) 44%, rgba(0, 27, 61, 0.18) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 27, 61, 0.04) 42%, rgba(0, 27, 61, 0.36) 100%);
  }

  .hero-image {
    object-position: 38% top;
  }

  .hero-content,
  html[dir="ltr"] .hero-content {
    display: block;
    padding-top: 48svh;
    padding-bottom: 52px;
  }

  .hero-content > * {
    max-width: 680px;
  }

  .trust-strip,
  .service-grid,
  .keep-grid,
  .tier-grid,
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .intro-section,
  .intro-detail,
  .proof-section,
  .booking-section,
  .area-process,
  .qa-head,
  .keep-head,
  .reviews-section .section-head,
  .section-head {
    grid-template-columns: 1fr;
  }

  .intro-section {
    padding-bottom: 68px;
  }

  .intro-media {
    justify-self: center;
    width: min(520px, 88vw);
  }

  .intro-visual {
    display: block;
    width: 100%;
    height: 100%;
  }

  .qa-head {
    min-height: auto;
    padding: clamp(28px, 6vw, 44px);
  }

  .qa-head > div {
    justify-self: right;
    width: min(100%, 560px);
  }

  .qa-visual {
    display: block;
    width: 100%;
  }

  .method-panel {
    min-height: auto;
    padding-inline-end: clamp(28px, 6vw, 62px);
  }
}

/* ===== Premium Pricing Cards (scoped) ===== */
#services .service-card,
#qa .tier-card,
#keep .keep-card {
  border: 1px solid rgba(120, 150, 185, 0.40);
  border-radius: 14px;
  background: linear-gradient(145deg, #eaf0f8 0%, #e0e8f5 50%, #d5e0f2 100%);
  box-shadow: 0 14px 36px rgba(0, 27, 61, 0.10);
}

/* Silver premium */
#qa .tier-card.silver,
#keep .keep-card.silver {
  border-color: rgba(120, 155, 195, 0.55);
  background: linear-gradient(180deg, rgba(140, 170, 200, 0.20) 0 2px, transparent 2px),
    linear-gradient(145deg, #0c2240 0%, #163a62 30%, #0d2240 60%, #0a1a30 100%);
  box-shadow: 0 18px 44px rgba(0, 27, 61, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Gold VIP */
#qa .tier-card.featured,
#keep .keep-card.featured {
  border-color: rgba(200, 170, 100, 0.60);
  background: linear-gradient(180deg, rgba(210, 180, 120, 0.18) 0 2px, transparent 2px),
    linear-gradient(145deg, #00142d 0%, #032c58 35%, #001b3d 65%, #001029 100%);
  box-shadow: 0 18px 44px rgba(0, 27, 61, 0.26), 0 0 0 1px rgba(200, 170, 100, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Price boxes — base */
#services .price-list li {
  border: 1px solid rgba(0, 27, 61, 0.13);
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff 0%, #f5f7fa 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 2px 8px rgba(0, 27, 61, 0.04);
}

#keep .price-list li {
  border: 1px solid rgba(100, 130, 170, 0.25);
  border-radius: 10px;
  background: linear-gradient(145deg, #f5f8fc 0%, #ebf0f7 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 8px rgba(0, 27, 61, 0.05);
}

/* Price boxes — silver */
#keep .keep-card.silver .price-list li {
  border-color: rgba(180, 205, 230, 0.30);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* Price boxes — gold */
#keep .keep-card.featured .price-list li {
  border-color: rgba(210, 180, 110, 0.32);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(210, 180, 110, 0.10), 0 2px 8px rgba(0, 0, 0, 0.14);
}

/* Tier-card price display — base */
#qa .tier-card > b {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 27, 61, 0.13);
  background: linear-gradient(145deg, #ffffff 0%, #f5f7fa 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 2px 8px rgba(0, 27, 61, 0.04);
  font-size: 18px;
  font-weight: 900;
  color: var(--navy);
}

/* Tier-card price display — silver */
#qa .tier-card.silver > b {
  border-color: rgba(180, 205, 230, 0.30);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* Tier-card price display — gold */
#qa .tier-card.featured > b {
  border-color: rgba(210, 180, 110, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(210, 180, 110, 0.10), 0 2px 8px rgba(0, 0, 0, 0.14);
}

/* Badges — base tier-label (pearl) */
#qa .tier-card .tier-label {
  border-color: rgba(0, 27, 61, 0.15);
  background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 48%, #e4eaf2 100%);
  color: var(--navy);
  box-shadow: 0 4px 14px rgba(0, 27, 61, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

/* Badges — silver tier-label */
#qa .tier-card.silver .tier-label {
  border-color: rgba(180, 200, 220, 0.80);
  background: linear-gradient(135deg, #ffffff 0%, #c8d6e6 48%, #e8eef5 100%);
  color: #1a2d42;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18), 0 0 0 4px rgba(180, 200, 220, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.98), inset 0 -1px 0 rgba(60, 80, 100, 0.15);
}

/* Badges — gold tier-label */
#qa .tier-card.featured .tier-label {
  border-color: rgba(200, 170, 100, 0.70);
  background: linear-gradient(135deg, #fff5d6 0%, #e8c96e 44%, #fff0b8 100%);
  color: #4a3608;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0 0 4px rgba(220, 190, 130, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.95), inset 0 -1px 0 rgba(130, 100, 30, 0.20);
}

/* Badge dots — base */
#qa .tier-card .tier-label::before {
  background: var(--silver-3);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.40), 0 0 10px rgba(180, 200, 220, 0.50);
}

/* Badge dots — silver */
#qa .tier-card.silver .tier-label::before {
  background: #5a7a9a;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35), 0 0 10px rgba(180, 205, 230, 0.45);
}

/* Badge dots — gold */
#qa .tier-card.featured .tier-label::before {
  background: #b8923a;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35), 0 0 10px rgba(220, 190, 120, 0.50);
}

/* Keep cadence — base */
#keep .keep-card .keep-cadence {
  border-color: rgba(120, 150, 185, 0.45);
  background: linear-gradient(135deg, #ffffff 0%, #e8eff7 48%, #dce8f5 100%);
  color: #1a3a5c;
  box-shadow: 0 4px 14px rgba(0, 27, 61, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

/* Keep cadence — silver */
#keep .keep-card.silver .keep-cadence {
  border-color: rgba(180, 200, 220, 0.80);
  background: linear-gradient(135deg, #ffffff 0%, #c8d6e6 48%, #e8eef5 100%);
  color: #1a2d42;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18), 0 0 0 4px rgba(180, 200, 220, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.98), inset 0 -1px 0 rgba(60, 80, 100, 0.15);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Keep cadence — gold */
#keep .keep-card.featured .keep-cadence {
  border-color: rgba(200, 170, 100, 0.70);
  background: linear-gradient(135deg, #fff5d6 0%, #e8c96e 44%, #fff0b8 100%);
  color: #4a3608;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0 0 4px rgba(220, 190, 130, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.95), inset 0 -1px 0 rgba(130, 100, 30, 0.20);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Keep cadence dots — base */
#keep .keep-card .keep-cadence::before {
  background: #5a7a9a;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.40), 0 0 10px rgba(150, 180, 210, 0.50);
}

/* Keep cadence dots — silver */
#keep .keep-card.silver .keep-cadence::before {
  background: #5a7a9a;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35), 0 0 10px rgba(180, 205, 230, 0.45);
}

/* Keep cadence dots — gold */
#keep .keep-card.featured .keep-cadence::before {
  background: #b8923a;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35), 0 0 10px rgba(220, 190, 120, 0.50);
}

@media (max-width: 680px) {
  :root {
    --container: min(100vw - 28px, 1180px);
  }

  .brand-mascot {
    width: 40px;
    height: 40px;
  }

  .brand-wordmark {
    width: clamp(126px, 42vw, 164px);
    max-height: 46px;
  }

  .site-header {
    min-height: 66px;
    padding-inline: 14px;
  }

  .mobile-menu {
    inset-top: 66px;
  }

  .hero {
    min-height: 760px;
    background: #fff;
  }

  .hero-content,
  html[dir="ltr"] .hero-content,
  html[dir="rtl"] .hero-content {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: var(--container);
    max-width: var(--container);
    padding-top: 96px;
    padding-bottom: 0;
  }

  .hero-content > *,
  html[dir="rtl"] .hero-content > *,
  html[dir="ltr"] .hero-content > * {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-line,
  html[dir="ltr"] .hero-line {
    position: relative;
    width: fit-content;
    justify-content: center;
    text-align: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 13px;
    border: 1px solid rgba(201, 149, 42, 0.28);
    border-radius: 999px;
    color: var(--gold-2);
    background: rgba(255, 255, 255, 0.68);
    box-shadow:
      0 8px 22px rgba(0, 27, 61, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
    font-size: clamp(11px, 3vw, 13px);
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
    backdrop-filter: blur(8px) saturate(1.08);
    -webkit-backdrop-filter: blur(8px) saturate(1.08);
  }

  .hero-line::before,
  .hero-line::after {
    content: "";
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--gold-2);
  }

  .hero-line::after {
    display: block;
  }

  .hero-line {
    text-indent: 0;
    overflow: visible;
  }

  .hero-line::marker {
    content: "";
  }

  .hero-line {
    --spark-size: 18px;
  }

  .hero-line::selection {
    background: transparent;
  }

  .hero-line + h1::before {
    content: none;
  }

  .hero h1 {
    text-align: center;
    width: 100%;
    margin-top: 14px;
    font-size: clamp(26px, 8.2vw, 40px);
    line-height: 1.08;
    font-weight: 950;
    color: var(--navy);
    text-wrap: balance;
    text-shadow:
      0 2px 0 rgba(255, 255, 255, 0.74),
      0 14px 28px rgba(0, 27, 61, 0.10);
  }

  html[dir="rtl"] .hero h1 {
    line-height: 1.22;
  }

  @media (max-width: 340px) {
    .hero h1 {
      font-size: 24px;
    }
  }

  .hero-copy {
    display: block;
    margin-top: 10px;
    color: rgba(0, 27, 61, 0.64);
    font-size: clamp(15px, 4.2vw, 18px);
    font-weight: 800;
    line-height: 1.6;
    text-align: center;
  }

  .hero-proof-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
  }

  .hero-proof-row span:first-child {
    display: none;
  }

  .hero-proof-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    border: 1px solid rgba(0, 27, 61, 0.1);
    border-radius: 100px;
    padding: 0 10px;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.76);
    box-shadow:
      0 6px 14px rgba(0, 27, 61, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 900;
    backdrop-filter: blur(10px) saturate(1.16);
    -webkit-backdrop-filter: blur(10px) saturate(1.16);
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
    width: 100%;
  }

  .hero-actions .button.secondary,
  .hero-actions .button.ghost {
    display: inline-flex;
    min-height: 50px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 15px;
  }

  .hero-actions .button.secondary {
    order: 2;
    color: #fff;
    background: var(--navy);
    border: 1px solid rgba(201, 149, 42, 0.55);
    box-shadow: 0 12px 24px rgba(0, 27, 61, 0.14);
  }

  .hero-actions .button.ghost {
    order: 1;
    color: var(--gold-2);
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(201, 149, 42, 0.55);
    box-shadow: 0 10px 20px rgba(0, 27, 61, 0.08);
  }

  .hero-image {
    object-position: center 12%;
    object-fit: cover;
  }

  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 35%, rgba(255, 255, 255, 0.28) 53%, rgba(0, 27, 61, 0.08) 70%, rgba(0, 27, 61, 0.34) 100%);
  }

  .services-section .section-head {
    gap: 12px;
  }

  .service-card {
    min-height: 0;
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 10px 14px;
    padding: 16px;
  }

  .service-symbol {
    grid-row: 1 / 3;
    width: 56px;
    height: 56px;
    border-radius: 10px;
  }

  .service-card h3 {
    align-self: end;
    font-size: 23px;
  }

  .service-card p {
    align-self: start;
    font-size: 13px;
    line-height: 1.35;
  }

  .service-card .price-list {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 2px;
  }

  .price-list li {
    min-height: auto;
    padding: 12px 14px;
  }

  .price-list span {
    font-size: 12px;
  }

  .price-list b {
    font-size: clamp(18px, 5.7vw, 22px);
  }

  .price-note {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.55;
  }

  .trust-strip,
  .service-grid,
  .keep-grid,
  .tier-grid,
  .form-grid,
  .review-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .keep-card,
  .tier-card {
    padding: 22px 22px 72px;
  }

  .trust-strip {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: min(100vw - 28px, 620px);
    margin-top: -170px;
    padding-bottom: 88px;
    opacity: 1 !important;
    border: 1px solid rgba(221, 176, 89, 0.28);
    border-radius: 8px;
    background:
      radial-gradient(circle at 50% -18%, rgba(255, 246, 219, 0.44), transparent 48%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.42));
    box-shadow:
      0 20px 36px rgba(0, 27, 61, 0.10),
      0 0 0 5px rgba(255, 255, 255, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(1.5px) saturate(1.12);
    -webkit-backdrop-filter: blur(1.5px) saturate(1.12);
  }

  .trust-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
      linear-gradient(112deg, transparent 0 28%, rgba(255, 255, 255, 0.34) 44%, transparent 58%),
      linear-gradient(90deg, rgba(201, 149, 42, 0.16), transparent 24%, transparent 76%, rgba(201, 149, 42, 0.12));
    opacity: 0.58;
  }

  .trust-strip::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 1;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: inherit;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      inset 0 -1px 0 rgba(0, 27, 61, 0.04);
  }

  .trust-strip > div {
    min-height: 96px;
    padding: 12px 6px 10px;
    color: var(--navy);
    text-align: center;
    background: transparent;
    opacity: 1 !important;
    transform: none !important;
  }

  .trust-strip > div + div {
    border-inline-start: 1px solid rgba(0, 27, 61, 0.10);
  }

  .trust-icon {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    margin-inline: auto;
    border: 1px solid rgba(201, 149, 42, 0.78);
    border-radius: 999px;
    color: #092647;
    background:
      radial-gradient(circle at 34% 24%, #fff9df 0 23%, #f3d889 53%, #c9952a 100%);
    box-shadow:
      0 8px 16px rgba(0, 27, 61, 0.13),
      0 0 0 4px rgba(255, 255, 255, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
  }

  .trust-icon::before {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: inherit;
  }

  .trust-icon::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -2px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    background: rgba(255, 246, 206, 0.96);
    box-shadow: 0 0 9px rgba(201, 149, 42, 0.44);
  }

  .trust-strip b {
    margin-top: 8px;
    font-size: clamp(13px, 3.6vw, 15px);
    line-height: 1.2;
    color: var(--navy);
    font-weight: 950;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.46);
  }

  .trust-strip p {
    margin-top: 5px;
    color: rgba(0, 27, 61, 0.78);
    font-size: clamp(11px, 3.1vw, 13px);
    line-height: 1.35;
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
  }

  .section {
    padding-block: 68px;
  }

  .proof-section {
    padding: 14px 14px 18px;
  }

  .proof-media {
    max-height: 178px;
    overflow: hidden;
    border-radius: 8px;
  }

  .proof-media img {
    aspect-ratio: 16 / 9;
    object-position: center;
  }

  .proof-copy {
    padding: 18px 8px 8px;
  }

  .proof-copy h2 {
    font-size: clamp(30px, 8.7vw, 38px);
    line-height: 1.12;
  }

  .proof-list {
    gap: 10px;
    margin-top: 20px;
  }

  .proof-list div {
    padding: 13px 14px 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
  }

  .proof-list div:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .proof-list b {
    font-size: 17px;
  }

  .proof-list p {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.45;
  }

  .reviews-section {
    min-height: auto;
    padding-top: calc(var(--mobile-feature-height) - 118px);
  }

  .reviews-section::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)) left top / 62px 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)) left top / 1px 62px no-repeat,
      linear-gradient(270deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)) right top / 62px 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)) right top / 1px 62px no-repeat,
      linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) left bottom / 62px 1px no-repeat,
      linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) left bottom / 1px 62px no-repeat,
      linear-gradient(270deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right bottom / 62px 1px no-repeat,
      linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right bottom / 1px 62px no-repeat;
  }

  .reviews-photo {
    height: var(--mobile-feature-height);
    max-height: none;
    bottom: auto;
  }

  .reviews-section h2 {
    width: min(100%, 340px);
    max-width: 100%;
    padding: 10px 12px 12px;
    font-size: clamp(38px, 11.3vw, 48px);
  }

  html[dir="ltr"] .reviews-section h2 {
    width: min(100%, 340px);
  }

  .qa-head {
    gap: 18px;
    margin-bottom: 24px;
    min-height: var(--mobile-feature-height);
    height: var(--mobile-feature-height);
    padding: 18px;
    align-items: end;
    background: #f5f9fd;
  }

  .intro-media {
    border-radius: 18px;
  }

  .qa-visual {
    display: block;
    width: 100%;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .qa-visual::after {
    content: none;
  }

  .qa-visual img {
    object-position: 42% center;
    transform: none;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .qa-head::before {
    content: none;
  }

  .qa-head > div {
    justify-self: end;
    width: min(66%, 270px);
    margin-left: auto;
    margin-right: 0;
    padding: 16px 18px 18px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(248, 252, 255, 0.30)),
      rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 8px;
    backdrop-filter: saturate(1.08);
    -webkit-backdrop-filter: saturate(1.08);
    box-shadow:
      0 16px 34px rgba(0, 27, 61, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }

  .qa-head .section-mark {
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
  }

  .qa-head h2 {
    margin-top: 8px;
    font-size: clamp(26px, 8.2vw, 34px);
    line-height: 1.12;
  }

  html[dir="ltr"] .qa-section .qa-head > div,
  html[lang="en"] .qa-section .qa-head > div {
    justify-self: end;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }

  .reviews-section .section-head {
    margin-bottom: 18px;
  }

  .review-grid {
    gap: 14px;
  }

  .review-card {
    padding: 20px 22px;
  }

  .review-card p {
    line-height: 1.48;
  }

  .review-card footer {
    margin-top: 13px;
    padding-top: 11px;
  }

  .areas-section {
    padding: 48px 0 42px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.94)),
      #fff;
  }

  .areas-hero {
    height: var(--mobile-feature-height);
    border-radius: 16px;
  }

  .area-visual {
    object-position: 65% center;
  }

  .areas-visual-gradient {
    display: none;
    border-radius: 16px;
  }

  html[dir="ltr"] .areas-visual-gradient {
    display: none;
  }

  .glass-access-card {
    left: 14px;
    right: auto;
    top: auto;
    bottom: 14px;
    transform: none;
    width: auto;
    max-width: min(64%, 250px);
    margin-inline-start: 0;
    padding: 16px 18px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(248, 252, 255, 0.30)),
      rgba(255, 255, 255, 0.30);
    backdrop-filter: saturate(1.08);
    -webkit-backdrop-filter: saturate(1.08);
    box-shadow:
      0 18px 34px rgba(0, 27, 61, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }

  .glass-access-card .section-mark {
    font-size: 11px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .glass-access-card h2 {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.15;
  }

  .glass-access-card .area-intro {
    display: none;
  }

  .area-intro-mobile-only {
    display: block;
    max-width: 100%;
    margin-top: 18px;
    color: var(--muted);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.7;
    padding: 0 16px;
  }

  .area-pills {
    gap: 8px;
    margin-top: 20px;
    padding: 0 16px;
  }

  .area-pills span {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(8px) saturate(1.08);
    -webkit-backdrop-filter: blur(8px) saturate(1.08);
  }

  .area-process {
    margin-top: 18px;
    margin-inline: 16px;
  }

  .area-process div {
    min-height: auto;
    padding: 14px;
  }

  .area-process b {
    font-size: 14px;
  }

  .area-process p {
    font-size: 11px;
  }

  .area-note {
    margin-inline: 16px;
    margin-top: 14px;
    font-size: 12px;
  }

  .booking-section {
    scroll-margin-top: 78px;
    margin-bottom: 104px;
  }

  .booking-panel {
    min-height: auto;
    padding: 22px 20px 24px;
  }

  .site-footer {
    padding-bottom: 96px;
  }

  .site-footer small {
    max-width: 310px;
  }

  .booking-panel video {
    width: min(160px, 52%);
    max-height: 180px;
    margin-bottom: 14px;
  }

  .booking-panel h2 {
    font-size: clamp(29px, 8.5vw, 38px);
  }

  .booking-panel p {
    font-size: 15px;
    line-height: 1.55;
  }

  .booking-form {
    padding-bottom: 92px;
  }

  .quote-output-wrap {
    grid-template-columns: 1fr;
  }

  .copy-button {
    min-height: 44px;
  }
}

@media (max-width: 360px) {
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip > div {
    min-height: auto;
    padding: 16px 14px;
  }

  .trust-strip b {
    font-size: 16px;
  }

  .trust-strip p {
    font-size: 12.5px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .button.primary::before,
  .button.secondary::before {
    animation: water-flow 4.8s ease-in-out infinite;
  }

  .section::before {
    animation: purify-line 9s ease-in-out infinite;
    inset: 12px 5% auto;
    opacity: 0.45;
  }

  .proof-section::before,
  .proof-section::after,
  .method-panel::before,
  .method-panel::after {
    animation: purify-bubble 8.5s ease-in-out infinite;
  }

  .button,
  .service-card,
  .tier-card,
  .keep-card,
  .area-pills span {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .button:hover,
  .service-card:hover,
  .tier-card:hover,
  .keep-card:hover,
  .area-pills span:hover {
    transform: translateY(-2px);
  }

  .service-card:hover,
  .tier-card:hover {
    border-color: rgba(0, 166, 255, 0.36);
    box-shadow: 0 18px 36px rgba(0, 27, 61, 0.11);
  }
}

@keyframes water-flow {
  0%,
  24% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }

  36% {
    opacity: 0.9;
  }

  66% {
    opacity: 0.45;
  }

  100% {
    opacity: 0;
    transform: translateX(360%) skewX(-18deg);
  }
}

@keyframes purify-line {
  0%,
  100% {
    background-position: 0% 50%;
    opacity: 0.22;
  }

  50% {
    background-position: 100% 50%;
    opacity: 0.44;
  }
}

@keyframes purify-bubble {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.76);
  }

  22% {
    opacity: 0.42;
  }

  72% {
    opacity: 0.28;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -58px, 0) scale(1.18);
  }
}

@media (max-width: 980px) {
  .proof-system-section {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
    min-height: auto;
    padding: clamp(300px, 57vw, 430px) 18px 18px;
  }

  .proof-system-section::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 44%, rgba(255, 255, 255, 0.94) 78%, rgba(255, 255, 255, 0.98) 100%),
      radial-gradient(circle at 24% 14%, rgba(255, 255, 255, 0.78), transparent 32%);
  }

  .proof-showcase-art {
    height: clamp(300px, 57vw, 430px);
    bottom: auto;
  }

  .proof-showcase-art img {
    object-position: 64% center;
  }

  .proof-showcase-copy {
    max-width: none;
    margin-top: 0;
  }

  .proof-showcase-section .proof-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  :root {
    --mobile-feature-height: clamp(300px, 86vw, 344px);
  }

  .proof-system-section {
    width: var(--container);
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    margin: 68px auto;
  }

  .proof-system-section::before,
  .proof-system-section::after {
    display: none;
  }

  .proof-showcase-art {
    position: relative;
    z-index: 0;
    height: var(--mobile-feature-height);
    overflow: hidden;
    border: 1px solid rgba(207, 225, 242, 0.84);
    border-radius: 8px;
    background: #f7fbff;
    box-shadow:
      0 18px 44px rgba(0, 27, 61, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  .proof-showcase-art img {
    width: 100%;
    height: 100%;
    object-position: 94% center;
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .proof-showcase-copy {
    display: contents;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .proof-showcase-title {
    position: absolute;
    left: 10px;
    top: 70px;
    z-index: 3;
    width: min(52%, 206px);
    padding: 12px 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 8px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(244, 250, 255, 0.30)),
      rgba(255, 255, 255, 0.30);
    backdrop-filter: saturate(1.08);
    -webkit-backdrop-filter: saturate(1.08);
    box-shadow:
      0 18px 34px rgba(0, 27, 61, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.78);
    direction: rtl;
    text-align: center;
  }

  html[dir="ltr"] .proof-showcase-title {
    direction: ltr;
    width: min(58%, 226px);
  }

  .proof-showcase-title .section-mark {
    display: inline-flex;
    width: fit-content;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid rgba(201, 149, 42, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.36);
    font-size: 12px;
    line-height: 1;
  }

  .proof-showcase-title h2 {
    margin-top: 9px;
    font-size: clamp(20px, 5.9vw, 26px);
    line-height: 1.08;
  }

  html[dir="ltr"] .proof-showcase-title h2 {
    font-size: clamp(19px, 5.1vw, 24px);
  }

  .proof-showcase-details {
    margin-top: 14px;
    padding: 17px 16px 72px;
    border: 1px solid rgba(207, 225, 242, 0.88);
    border-radius: 8px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(244, 250, 255, 0.72)),
      rgba(255, 255, 255, 0.72);
    box-shadow:
      0 14px 32px rgba(0, 27, 61, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
    direction: rtl;
    text-align: right;
  }

  html[dir="ltr"] .proof-showcase-details {
    direction: ltr;
    text-align: left;
  }

  .proof-showcase-details > p {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.65;
  }

  .proof-showcase-actions {
    margin-top: 14px;
    gap: 7px;
    justify-content: flex-end;
  }

  html[dir="ltr"] .proof-showcase-actions {
    justify-content: flex-start;
  }

  .proof-showcase-actions span {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12.5px;
  }

  .proof-showcase-note {
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.5;
  }

  .proof-showcase-title,
  .reviews-section h2,
  .qa-head > div,
  .glass-access-card {
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(221, 176, 89, 0.34);
    border-radius: 8px;
    background:
      radial-gradient(circle at 50% -18%, rgba(255, 246, 219, 0.40), transparent 52%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.46));
    box-shadow:
      0 18px 34px rgba(0, 27, 61, 0.10),
      0 0 0 1px rgba(255, 255, 255, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      inset 0 -1px 0 rgba(0, 27, 61, 0.035);
    backdrop-filter: saturate(1.08);
    -webkit-backdrop-filter: saturate(1.08);
  }

  .proof-showcase-title::before,
  .reviews-section h2::before,
  .qa-head > div::before,
  .glass-access-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      linear-gradient(112deg, transparent 0 26%, rgba(255, 255, 255, 0.30) 43%, transparent 58%),
      linear-gradient(90deg, rgba(201, 149, 42, 0.12), transparent 24%, transparent 76%, rgba(201, 149, 42, 0.10));
    filter: none;
    opacity: 0.62;
  }

  .proof-showcase-title::after,
  .reviews-section h2::after,
  .qa-head > div::after,
  .glass-access-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 1;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: inherit;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) left top / 58px 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) left top / 1px 58px no-repeat,
      linear-gradient(270deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) right top / 58px 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) right top / 1px 58px no-repeat,
      linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0)) left bottom / 58px 1px no-repeat,
      linear-gradient(0deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0)) left bottom / 1px 58px no-repeat,
      linear-gradient(270deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0)) right bottom / 58px 1px no-repeat,
      linear-gradient(0deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0)) right bottom / 1px 58px no-repeat;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      inset 0 -1px 0 rgba(0, 27, 61, 0.04);
  }

  .proof-showcase-title > *,
  .reviews-section h2 > *,
  .qa-head > div > *,
  .glass-access-card > * {
    position: relative;
    z-index: 2;
  }

  .proof-showcase-art::after,
  .reviews-section::after,
  .qa-head::after,
  .areas-hero::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 4;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: inherit;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0)) left top / 62px 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0)) left top / 1px 62px no-repeat,
      linear-gradient(270deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0)) right top / 62px 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0)) right top / 1px 62px no-repeat,
      linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0)) left bottom / 62px 1px no-repeat,
      linear-gradient(0deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0)) left bottom / 1px 62px no-repeat,
      linear-gradient(270deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0)) right bottom / 62px 1px no-repeat,
      linear-gradient(0deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0)) right bottom / 1px 62px no-repeat;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      inset 0 -1px 0 rgba(0, 27, 61, 0.045);
  }
}

/* ── Unified premium glass title/card system ───────────────────── */
.services-section > .section-head,
.keep-section > .section-head,
.reviews-section > .section-head,
.proof-showcase-title,
.qa-head > div {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.86), transparent 38%),
    radial-gradient(circle at 82% 110%, rgba(174, 223, 255, 0.28), transparent 42%),
    linear-gradient(142deg, rgba(255, 255, 255, 0.66), rgba(242, 250, 255, 0.42) 54%, rgba(255, 255, 255, 0.52));
  box-shadow:
    0 30px 70px rgba(0, 27, 61, 0.16),
    0 8px 18px rgba(255, 255, 255, 0.28),
    0 0 0 1px rgba(197, 222, 242, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 0 0 1px rgba(255, 255, 255, 0.48),
    inset 0 -28px 54px rgba(0, 77, 135, 0.065);
  backdrop-filter: blur(1.4px) saturate(1.14);
  -webkit-backdrop-filter: blur(1.4px) saturate(1.14);
}

.glass-access-card {
  position: absolute;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.86), transparent 38%),
    radial-gradient(circle at 82% 110%, rgba(174, 223, 255, 0.28), transparent 42%),
    linear-gradient(142deg, rgba(255, 255, 255, 0.66), rgba(242, 250, 255, 0.42) 54%, rgba(255, 255, 255, 0.52));
  box-shadow:
    0 30px 70px rgba(0, 27, 61, 0.16),
    0 8px 18px rgba(255, 255, 255, 0.28),
    0 0 0 1px rgba(197, 222, 242, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 0 0 1px rgba(255, 255, 255, 0.48),
    inset 0 -28px 54px rgba(0, 77, 135, 0.065);
  backdrop-filter: blur(1.4px) saturate(1.14);
  -webkit-backdrop-filter: blur(1.4px) saturate(1.14);
}

.services-section > .section-head::before,
.keep-section > .section-head::before,
.reviews-section > .section-head::before,
.proof-showcase-title::before,
.qa-head > div::before,
.glass-access-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(108deg, transparent 0 24%, rgba(255, 255, 255, 0.56) 36%, transparent 50% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent 38%),
    radial-gradient(ellipse at 52% 100%, rgba(255, 255, 255, 0.32), transparent 62%);
  opacity: 0.72;
}

.services-section > .section-head::after,
.keep-section > .section-head::after,
.reviews-section > .section-head::after,
.proof-showcase-title::after,
.qa-head > div::after,
.glass-access-card::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 17px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)) left top / 76px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)) left top / 1px 76px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)) right top / 76px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0)) right top / 1px 76px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0)) left bottom / 76px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0)) left bottom / 1px 76px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0)) right bottom / 76px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0)) right bottom / 1px 76px no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -1px 0 rgba(0, 27, 61, 0.055);
}

.services-section > .section-head > *,
.keep-section > .section-head > *,
.reviews-section > .section-head > *,
.proof-showcase-title > *,
.qa-head > div > *,
.glass-access-card > * {
  position: relative;
  z-index: 2;
}

.services-section > .section-head,
.keep-section > .section-head {
  grid-template-columns: 1fr;
  align-items: start;
  width: min(820px, 100%);
  padding: clamp(24px, 3.2vw, 42px);
}

.keep-section > .section-head {
  width: min(920px, 100%);
}

.keep-head > p {
  max-width: 760px;
  margin-top: 14px;
}

.services-section > .section-head h2,
.keep-section > .section-head h2 {
  margin-top: 10px;
}

.reviews-section {
  justify-content: flex-start;
}

.reviews-section .section-head {
  display: block;
  align-self: flex-end;
  width: min(620px, 54vw);
  margin-bottom: clamp(44px, 8vw, 112px);
  padding: clamp(20px, 3vw, 38px);
}

html[dir="ltr"] .reviews-section .section-head {
  align-self: flex-start;
}

.reviews-section h2 {
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.reviews-section h2::before,
.reviews-section h2::after {
  content: none;
}

.review-grid {
  margin-top: auto;
}

.reviews-title-line {
  padding: 0;
  background: none;
  box-shadow: none;
}

.glass-access-card .section-mark {
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

.service-card,
.keep-card,
.tier-card,
.review-card {
  border-radius: 16px;
  box-shadow:
    0 18px 42px rgba(0, 27, 61, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.service-card,
.keep-card:not(.featured):not(.silver),
.tier-card:not(.featured):not(.silver),
.review-card {
  border-color: rgba(216, 231, 244, 0.86);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 250, 255, 0.72)),
    #fff;
}

.keep-card.featured,
.keep-card.silver,
.tier-card.featured,
.tier-card.silver {
  box-shadow:
    0 22px 48px rgba(0, 27, 61, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

@media (max-width: 680px) {
  .services-section > .section-head,
  .keep-section > .section-head,
  .reviews-section > .section-head,
  .proof-showcase-title,
  .qa-head > div,
  .glass-access-card {
    border-radius: 18px;
    padding: 20px;
  }

  .services-section > .section-head,
  .keep-section > .section-head {
    width: 100%;
  }

  .reviews-section {
    padding-top: 18px;
  }

  .reviews-section .section-head,
  html[dir="ltr"] .reviews-section .section-head {
    align-self: flex-end;
    width: min(100%, 360px);
    margin-bottom: calc(var(--mobile-feature-height) - 178px);
  }

  html[dir="ltr"] .reviews-section .section-head {
    align-self: flex-start;
  }

  .reviews-section h2 {
    width: auto;
    font-size: clamp(34px, 10.6vw, 46px);
  }

  .glass-access-card .section-mark {
    margin-bottom: 10px;
  }
}

/* ── Premium glass plate final pass ───────────────────────────────
   Keep section titles, image overlays, and review title cards visually
   consistent: thicker edge, all-corner inner rim, and a soft reflection. */
.services-section > .section-head,
.keep-section > .section-head,
.reviews-section > .section-head,
.proof-showcase-title,
.qa-head > div,
.glass-access-card {
  border: 1px solid rgba(211, 228, 241, 0.92);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(246, 252, 255, 0.64)),
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.98), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(225, 241, 252, 0.18));
  box-shadow:
    0 34px 78px rgba(0, 27, 61, 0.18),
    0 14px 34px rgba(255, 255, 255, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.62),
    inset 0 -32px 64px rgba(0, 100, 165, 0.07);
  backdrop-filter: blur(2px) saturate(1.12);
  -webkit-backdrop-filter: blur(2px) saturate(1.12);
}

.services-section > .section-head::before,
.keep-section > .section-head::before,
.reviews-section > .section-head::before,
.proof-showcase-title::before,
.qa-head > div::before,
.glass-access-card::before {
  background:
    linear-gradient(111deg, transparent 0 20%, rgba(255, 255, 255, 0.72) 33%, transparent 50% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), transparent 42%),
    radial-gradient(ellipse at 52% 100%, rgba(255, 255, 255, 0.38), transparent 62%);
  opacity: 0.86;
}

.services-section > .section-head::after,
.keep-section > .section-head::after,
.reviews-section > .section-head::after,
.proof-showcase-title::after,
.qa-head > div::after,
.glass-access-card::after {
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 19px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) left top / 92px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) left top / 1px 92px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) right top / 92px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) right top / 1px 92px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) left bottom / 92px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) left bottom / 1px 92px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) right bottom / 92px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) right bottom / 1px 92px no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(0, 27, 61, 0.06);
}

.service-card,
.keep-card,
.tier-card,
.review-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow:
    0 20px 46px rgba(0, 27, 61, 0.10),
    0 0 0 1px rgba(255, 255, 255, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.service-card,
.keep-card:not(.featured):not(.silver),
.tier-card:not(.featured):not(.silver),
.review-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(245, 251, 255, 0.70)),
    #fff;
}

.service-card::after,
.keep-card::after,
.tier-card::after,
.review-card::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 15px;
  background:
    linear-gradient(112deg, transparent 0 24%, rgba(255, 255, 255, 0.36) 36%, transparent 52% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 44%);
}

.service-card > *,
.keep-card > *,
.tier-card > *,
.review-card > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 680px) {
  .services-section > .section-head,
  .keep-section > .section-head,
  .reviews-section > .section-head,
  .proof-showcase-title,
  .qa-head > div,
  .glass-access-card {
    border-radius: 20px;
    padding: 18px;
  }

  .services-section > .section-head,
  .keep-section > .section-head {
    width: 100%;
    margin-bottom: 18px;
  }

  .services-section > .section-head h2,
  .keep-section > .section-head h2,
  .proof-showcase-title h2,
  .qa-head h2,
  .glass-access-card h2,
  .reviews-section h2 {
    max-width: 100%;
    font-size: clamp(30px, 8.4vw, 42px);
    line-height: 1.08;
  }

  .reviews-section {
    min-height: auto;
    padding: calc(var(--mobile-feature-height) + 24px) 14px 22px;
  }

  .reviews-photo {
    top: 0;
    height: var(--mobile-feature-height);
    bottom: auto;
  }

  .reviews-section .section-head,
  html[dir="ltr"] .reviews-section .section-head {
    position: absolute;
    top: 16px;
    right: 16px;
    left: auto;
    align-self: auto;
    width: min(66%, 280px);
    margin: 0;
  }

  html[dir="ltr"] .reviews-section .section-head {
    right: auto;
    left: 16px;
  }

  .review-grid {
    margin-top: 0;
  }

  .proof-system-section {
    position: relative;
  }

  .proof-showcase-title {
    position: absolute;
    top: 96px;
    left: 14px;
    right: auto;
    z-index: 5;
    width: min(62%, 236px);
    margin: 0;
    text-align: center;
  }

  html[dir="ltr"] .proof-showcase-title {
    left: 14px;
    right: auto;
  }

  .proof-showcase-title h2 {
    font-size: clamp(25px, 7vw, 32px);
  }

  .proof-showcase-details {
    margin-top: 16px;
  }

  .qa-head h2,
  .glass-access-card h2 {
    font-size: clamp(27px, 7.2vw, 36px);
  }

  .qa-head > div,
  .glass-access-card {
    width: min(64%, 280px);
    max-width: min(64%, 280px);
  }

  .glass-access-card {
    position: absolute !important;
    inset: auto auto 14px 14px !important;
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
    left: 14px !important;
    right: auto !important;
    bottom: 14px !important;
    width: min(58%, 244px);
    max-width: min(58%, 244px);
  }

  html[dir="ltr"] .glass-access-card {
    inset: auto auto 14px 14px !important;
    left: 14px !important;
    right: auto !important;
  }

  .glass-access-card .section-mark {
    padding: 0;
    border: 0;
    background: none;
  }
}

/* ── Unified thick glass plates v5 ────────────────────────────────
   Final override for the certificate, reviews, QA, area, and pricing
   cards. Uses visible edge thickness and reflection instead of blur. */
.services-section > .section-head,
.keep-section > .section-head,
.reviews-section > .section-head,
.proof-showcase-title,
.qa-head > div,
.glass-access-card {
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(214, 232, 245, 0.96);
  border-radius: 24px;
  background:
    linear-gradient(128deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.58) 42%, rgba(240, 249, 255, 0.72)),
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 100% 100%, rgba(179, 226, 255, 0.22), rgba(255, 255, 255, 0) 48%);
  box-shadow:
    0 30px 72px rgba(0, 27, 61, 0.16),
    0 11px 26px rgba(255, 255, 255, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.78),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.68),
    inset 0 -22px 48px rgba(0, 87, 145, 0.055);
  backdrop-filter: saturate(1.12) brightness(1.03);
  -webkit-backdrop-filter: saturate(1.12) brightness(1.03);
}

.services-section > .section-head::before,
.keep-section > .section-head::before,
.reviews-section > .section-head::before,
.proof-showcase-title::before,
.qa-head > div::before,
.glass-access-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(113deg, transparent 0 22%, rgba(255, 255, 255, 0.78) 34%, rgba(255, 255, 255, 0.26) 43%, transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), transparent 38%),
    radial-gradient(ellipse at 50% 100%, rgba(255, 255, 255, 0.44), transparent 62%);
  opacity: 0.9;
}

.services-section > .section-head::after,
.keep-section > .section-head::after,
.reviews-section > .section-head::after,
.proof-showcase-title::after,
.qa-head > div::after,
.glass-access-card::after {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) left top / 96px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) left top / 1px 96px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) right top / 96px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) right top / 1px 96px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0)) left bottom / 96px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0)) left bottom / 1px 96px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0)) right bottom / 96px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0)) right bottom / 1px 96px no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(0, 27, 61, 0.06);
}

.services-section > .section-head > *,
.keep-section > .section-head > *,
.reviews-section > .section-head > *,
.proof-showcase-title > *,
.qa-head > div > *,
.glass-access-card > * {
  position: relative;
  z-index: 2;
}

.section-mark {
  padding: 0;
  border: 0;
  background: none;
  border-radius: 0;
}

.service-card,
.keep-card,
.tier-card,
.review-card,
.price-list li,
.area-process > div,
.faq-grid details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 232, 245, 0.9);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(247, 252, 255, 0.72)),
    rgba(255, 255, 255, 0.76);
  box-shadow:
    0 20px 46px rgba(0, 27, 61, 0.09),
    0 0 0 1px rgba(255, 255, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -16px 32px rgba(0, 87, 145, 0.035);
}

.service-card::after,
.keep-card::after,
.tier-card::after,
.review-card::after,
.price-list li::after,
.area-process > div::after,
.faq-grid details::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 15px;
  background:
    linear-gradient(116deg, transparent 0 24%, rgba(255, 255, 255, 0.42) 36%, transparent 53%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 45%);
}

.service-card > *,
.keep-card > *,
.tier-card > *,
.review-card > *,
.price-list li > *,
.area-process > div > *,
.faq-grid details > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 680px) {
  .services-section > .section-head,
  .keep-section > .section-head,
  .reviews-section > .section-head,
  .proof-showcase-title,
  .qa-head > div,
  .glass-access-card {
    border-radius: 20px;
    padding: 18px;
  }

  .services-section > .section-head::after,
  .keep-section > .section-head::after,
  .reviews-section > .section-head::after,
  .proof-showcase-title::after,
  .qa-head > div::after,
  .glass-access-card::after {
    border-radius: 16px;
  }

  .services-section > .section-head,
  .keep-section > .section-head {
    width: 100%;
    margin-bottom: 18px;
  }

  .reviews-section {
    min-height: auto;
    padding: calc(var(--mobile-feature-height) + 22px) 14px 22px;
  }

  .reviews-photo {
    top: 0;
    bottom: auto;
    height: var(--mobile-feature-height);
  }

  .reviews-section .section-head,
  html[dir="ltr"] .reviews-section .section-head {
    position: absolute;
    top: 14px;
    right: 14px;
    left: auto;
    width: min(76%, 300px);
    margin: 0;
    align-self: auto;
  }

  html[dir="ltr"] .reviews-section .section-head {
    right: auto;
    left: 14px;
  }

  .reviews-section h2 {
    font-size: clamp(27px, 7.8vw, 34px);
    line-height: 1.05;
  }

  .reviews-title-glass {
    width: 100%;
  }

  .reviews-title-line {
    max-width: 100%;
    white-space: normal;
    text-wrap: balance;
  }

  .proof-showcase-title {
    position: absolute;
    top: 92px;
    left: 14px;
    right: auto;
    z-index: 5;
    width: min(62%, 238px);
    margin: 0;
    text-align: center;
  }

  html[dir="ltr"] .proof-showcase-title {
    left: 14px;
    right: auto;
  }

  .proof-showcase-title h2 {
    font-size: clamp(25px, 7vw, 32px);
  }

  .qa-head > div {
    width: min(62%, 258px);
    max-width: min(62%, 258px);
  }

  .glass-access-card {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: 14px !important;
    left: 14px !important;
    transform: none !important;
    width: min(58%, 244px);
    max-width: min(58%, 244px);
  }

  html[dir="ltr"] .glass-access-card {
    right: auto !important;
    left: 14px !important;
  }

  .qa-head h2,
  .glass-access-card h2 {
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.08;
  }

  .glass-access-card .section-mark {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    background: none;
  }
}

/* ── Unified glass plate hardening v7 ──────────────────────────────
   One shared treatment for title cards and small cards: thicker glass,
   visible four-corner inner edges, and controlled reflection without
   relying on blur outside the hero area. */
.services-section > .section-head,
.keep-section > .section-head,
.reviews-section > .section-head,
.proof-showcase-title,
.qa-head > div {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(207, 226, 241, 0.98);
  border-radius: 26px;
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 255, 0.74) 46%, rgba(232, 246, 255, 0.58)),
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 43%),
    radial-gradient(circle at 100% 100%, rgba(184, 228, 255, 0.24), rgba(255, 255, 255, 0) 48%);
  box-shadow:
    0 34px 82px rgba(0, 27, 61, 0.18),
    0 14px 34px rgba(255, 255, 255, 0.44),
    0 0 0 1px rgba(255, 255, 255, 0.76),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.glass-access-card {
  position: absolute;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(207, 226, 241, 0.98);
  border-radius: 26px;
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 255, 0.74) 46%, rgba(232, 246, 255, 0.58)),
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 43%),
    radial-gradient(circle at 100% 100%, rgba(184, 228, 255, 0.24), rgba(255, 255, 255, 0) 48%);
  box-shadow:
    0 34px 82px rgba(0, 27, 61, 0.18),
    0 14px 34px rgba(255, 255, 255, 0.44),
    0 0 0 1px rgba(255, 255, 255, 0.76),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    inset 0 -26px 54px rgba(0, 112, 184, 0.06);
  backdrop-filter: saturate(1.12) brightness(1.035);
  -webkit-backdrop-filter: saturate(1.12) brightness(1.035);
}

.services-section > .section-head::before,
.keep-section > .section-head::before,
.reviews-section > .section-head::before,
.proof-showcase-title::before,
.qa-head > div::before,
.glass-access-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(112deg, transparent 0 20%, rgba(255, 255, 255, 0.86) 32%, rgba(255, 255, 255, 0.28) 43%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 40%),
    radial-gradient(ellipse at 50% 102%, rgba(255, 255, 255, 0.42), transparent 62%);
  opacity: 0.86;
}

.services-section > .section-head::after,
.keep-section > .section-head::after,
.reviews-section > .section-head::after,
.proof-showcase-title::after,
.qa-head > div::after,
.glass-access-card::after {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 21px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) left top / 112px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) left top / 1px 112px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) right top / 112px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) right top / 1px 112px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) left bottom / 112px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) left bottom / 1px 112px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) right bottom / 112px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) right bottom / 1px 112px no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(0, 27, 61, 0.06);
}

.services-section > .section-head > *,
.keep-section > .section-head > *,
.reviews-section > .section-head > *,
.proof-showcase-title > *,
.qa-head > div > *,
.glass-access-card > * {
  position: relative;
  z-index: 2;
}

.section-mark,
.qa-head .section-mark,
.glass-access-card .section-mark,
.proof-showcase-title .section-mark,
.reviews-section .section-mark {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.service-card,
.keep-card,
.tier-card,
.review-card,
.price-list li,
.area-process > div,
.faq-grid details {
  border: 1px solid rgba(211, 228, 241, 0.96);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.76)),
    rgba(255, 255, 255, 0.86);
  box-shadow:
    0 22px 50px rgba(0, 27, 61, 0.10),
    0 0 0 1px rgba(255, 255, 255, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -18px 36px rgba(0, 112, 184, 0.04);
}

.service-card::after,
.keep-card::after,
.tier-card::after,
.review-card::after,
.price-list li::after,
.area-process > div::after,
.faq-grid details::after {
  inset: 3px;
  border-color: rgba(255, 255, 255, 0.68);
  border-radius: 16px;
  background:
    linear-gradient(112deg, transparent 0 25%, rgba(255, 255, 255, 0.48) 37%, transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 46%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) left top / 70px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) left top / 1px 70px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) right bottom / 70px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) right bottom / 1px 70px no-repeat;
}

.reviews-section {
  border-radius: 26px;
  border-color: rgba(207, 226, 241, 0.96);
}

.reviews-section .section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0;
  text-align: right;
}

html[dir="ltr"] .reviews-section .section-head {
  align-items: flex-start;
  text-align: left;
}

.reviews-section .section-head h2,
.reviews-title-glass,
.reviews-title-line {
  display: block;
  width: 100%;
  max-width: 100%;
}

.reviews-section .section-head h2 {
  margin: 0;
  overflow: visible;
}

.reviews-title-glass {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  text-align: inherit;
}

.reviews-title-line {
  overflow: visible;
  white-space: normal !important;
  text-wrap: balance;
}

@media (max-width: 680px) {
  .services-section > .section-head,
  .keep-section > .section-head,
  .reviews-section > .section-head,
  .proof-showcase-title,
  .qa-head > div,
  .glass-access-card {
    border-radius: 22px;
    padding: 18px;
  }

  .services-section > .section-head::after,
  .keep-section > .section-head::after,
  .reviews-section > .section-head::after,
  .proof-showcase-title::after,
  .qa-head > div::after,
  .glass-access-card::after {
    inset: 3px;
    border-radius: 18px;
  }

  .services-section > .section-head,
  .keep-section > .section-head {
    width: 100%;
    margin-bottom: 18px;
  }

  .services-section > .section-head h2,
  .keep-section > .section-head h2,
  .proof-showcase-title h2,
  .qa-head h2,
  .glass-access-card h2,
  .reviews-section h2 {
    letter-spacing: 0;
  }

  .reviews-section {
    min-height: auto;
    padding: calc(var(--mobile-feature-height) + 18px) 14px 22px;
  }

  .reviews-photo {
    top: 0;
    bottom: auto;
    height: var(--mobile-feature-height);
  }

  .reviews-section .section-head,
  html[dir="ltr"] .reviews-section .section-head {
    position: absolute;
    top: 14px;
    right: 14px;
    left: auto;
    z-index: 5;
    width: min(79%, 308px);
    margin: 0;
    align-self: auto;
  }

  html[dir="ltr"] .reviews-section .section-head {
    right: auto;
    left: 14px;
  }

  .reviews-section h2 {
    font-size: clamp(28px, 8.2vw, 35px);
    line-height: 1.06;
  }

  .reviews-title-glass {
    display: block !important;
    width: 100% !important;
  }

  .reviews-title-line {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .proof-showcase-title {
    position: absolute;
    top: 92px;
    left: 14px;
    right: auto;
    z-index: 5;
    width: min(64%, 244px);
    margin: 0;
    text-align: center;
  }

  html[dir="ltr"] .proof-showcase-title {
    left: 14px;
    right: auto;
  }

  .proof-showcase-title h2 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.08;
  }

  .qa-head > div,
  .glass-access-card {
    width: min(63%, 260px);
    max-width: min(63%, 260px);
  }

  .qa-head h2,
  .glass-access-card h2 {
    font-size: clamp(25px, 7vw, 34px);
    line-height: 1.08;
  }

  .glass-access-card {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: 14px !important;
    left: 14px !important;
    transform: none !important;
    margin: 0 !important;
  }

  html[dir="ltr"] .glass-access-card {
    right: auto !important;
    left: 14px !important;
  }
}

/* ── Unified thick glass plates v8 ────────────────────────────────
   Final visual contract for the LP feature cards: one thick glass plate,
   smooth rounded corners, four-corner inner edging, and a controlled
   reflection layer. Keep decorative blur out of non-hero cards. */
.services-section > .section-head,
.keep-section > .section-head,
.reviews-section > .section-head,
.qa-head > div,
.glass-access-card,
.proof-showcase-title {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(207, 226, 241, 0.98);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 253, 255, 0.78) 48%, rgba(229, 244, 255, 0.62)),
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 96% 100%, rgba(177, 224, 255, 0.24), rgba(255, 255, 255, 0) 50%);
  box-shadow:
    0 34px 84px rgba(0, 27, 61, 0.18),
    0 16px 38px rgba(255, 255, 255, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.76),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.78),
    inset 0 -30px 58px rgba(0, 98, 160, 0.065);
  backdrop-filter: saturate(1.15) brightness(1.04);
  -webkit-backdrop-filter: saturate(1.15) brightness(1.04);
}

.services-section > .section-head::before,
.keep-section > .section-head::before,
.reviews-section > .section-head::before,
.qa-head > div::before,
.glass-access-card::before,
.proof-showcase-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(113deg, transparent 0 19%, rgba(255, 255, 255, 0.88) 31%, rgba(255, 255, 255, 0.26) 42%, transparent 57%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 40%),
    radial-gradient(ellipse at 50% 104%, rgba(255, 255, 255, 0.48), transparent 62%);
  opacity: 0.88;
}

.services-section > .section-head::after,
.keep-section > .section-head::after,
.reviews-section > .section-head::after,
.qa-head > div::after,
.glass-access-card::after,
.proof-showcase-title::after {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 21px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) left top / 112px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) left top / 1px 112px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) right top / 112px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) right top / 1px 112px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0)) left bottom / 112px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0)) left bottom / 1px 112px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0)) right bottom / 112px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0)) right bottom / 1px 112px no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(0, 27, 61, 0.06);
}

.services-section > .section-head > *,
.keep-section > .section-head > *,
.reviews-section > .section-head > *,
.qa-head > div > *,
.glass-access-card > *,
.proof-showcase-title > * {
  position: relative;
  z-index: 2;
}

.section-mark,
.qa-head .section-mark,
.glass-access-card .section-mark,
.proof-showcase-title .section-mark,
.reviews-section .section-mark {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.service-card,
.keep-card,
.tier-card,
.review-card,
.price-list li,
.area-process > div,
.faq-grid details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(211, 228, 241, 0.96);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.76)),
    rgba(255, 255, 255, 0.86);
  box-shadow:
    0 22px 50px rgba(0, 27, 61, 0.10),
    0 0 0 1px rgba(255, 255, 255, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -18px 36px rgba(0, 112, 184, 0.04);
}

.service-card::after,
.keep-card::after,
.tier-card::after,
.review-card::after,
.price-list li::after,
.area-process > div::after,
.faq-grid details::after {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 16px;
  background:
    linear-gradient(112deg, transparent 0 25%, rgba(255, 255, 255, 0.48) 37%, transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 46%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) left top / 70px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) left top / 1px 70px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) right bottom / 70px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) right bottom / 1px 70px no-repeat;
}

.service-card > *,
.keep-card > *,
.tier-card > *,
.review-card > *,
.price-list li > *,
.area-process > div > *,
.faq-grid details > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 681px) {
  .proof-showcase-copy {
    position: relative;
    z-index: 6;
    display: block !important;
    grid-column: 1 !important;
    justify-self: start;
    width: min(100%, 600px);
    max-width: 600px;
    padding: clamp(28px, 3.4vw, 50px) !important;
    opacity: 1 !important;
    transform: none !important;
    border: 1px solid rgba(207, 226, 241, 0.98);
    border-radius: 26px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 253, 255, 0.78) 48%, rgba(229, 244, 255, 0.62)),
      radial-gradient(circle at 16% 8%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 42%),
      radial-gradient(circle at 96% 100%, rgba(177, 224, 255, 0.24), rgba(255, 255, 255, 0) 50%);
    box-shadow:
      0 34px 84px rgba(0, 27, 61, 0.18),
      0 16px 38px rgba(255, 255, 255, 0.42),
      0 0 0 1px rgba(255, 255, 255, 0.76),
      inset 0 1px 0 rgba(255, 255, 255, 1),
      inset 0 0 0 1px rgba(255, 255, 255, 0.78),
      inset 0 -30px 58px rgba(0, 98, 160, 0.065);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: saturate(1.15) brightness(1.04);
    -webkit-backdrop-filter: saturate(1.15) brightness(1.04);
  }

  .proof-showcase-copy::before,
  .proof-showcase-copy::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
  }

  .proof-showcase-copy::before {
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(113deg, transparent 0 19%, rgba(255, 255, 255, 0.88) 31%, rgba(255, 255, 255, 0.26) 42%, transparent 57%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 40%),
      radial-gradient(ellipse at 50% 104%, rgba(255, 255, 255, 0.48), transparent 62%);
    opacity: 0.88;
  }

  .proof-showcase-copy::after {
    inset: 4px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 21px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) left top / 112px 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) left top / 1px 112px no-repeat,
      linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) right top / 112px 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) right top / 1px 112px no-repeat,
      linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0)) left bottom / 112px 1px no-repeat,
      linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0)) left bottom / 1px 112px no-repeat,
      linear-gradient(270deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0)) right bottom / 112px 1px no-repeat,
      linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0)) right bottom / 1px 112px no-repeat;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.98),
      inset 0 -1px 0 rgba(0, 27, 61, 0.06);
  }

  .proof-showcase-copy > * {
    position: relative;
    z-index: 2;
  }

  .proof-showcase-title {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .proof-showcase-title::before,
  .proof-showcase-title::after {
    content: none !important;
  }

  .proof-showcase-title .section-mark,
  .proof-showcase-title h2,
  .proof-showcase-details,
  .proof-showcase-details > p,
  .proof-showcase-actions,
  .proof-showcase-note {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}

.services-section > .section-head,
.keep-section > .section-head,
.reviews-section > .section-head,
.qa-head > div {
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
}

.services-section > .section-head .section-mark,
.services-section > .section-head h2,
.keep-section > .section-head .section-mark,
.keep-section > .section-head h2,
.reviews-section > .section-head .section-mark,
.reviews-section > .section-head h2,
.qa-head > div .section-mark,
.qa-head > div h2 {
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
}

@media (max-width: 680px) {
  .services-section > .section-head,
  .keep-section > .section-head,
  .reviews-section > .section-head,
  .proof-showcase-title,
  .qa-head > div,
  .glass-access-card {
    border-radius: 22px;
    padding: 18px;
  }

  .services-section > .section-head::after,
  .keep-section > .section-head::after,
  .reviews-section > .section-head::after,
  .proof-showcase-title::after,
  .qa-head > div::after,
  .glass-access-card::after {
    inset: 3px;
    border-radius: 18px;
  }

  .proof-showcase-copy {
    opacity: 1 !important;
    transform: none !important;
  }

  .proof-showcase-title .section-mark,
  .proof-showcase-title h2,
  .reviews-section .section-mark,
  .reviews-section h2,
  .qa-head .section-mark,
  .qa-head h2,
  .glass-access-card .section-mark,
  .glass-access-card h2 {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }

  .reviews-section {
    min-height: auto;
    padding: calc(var(--mobile-feature-height) + 24px) 14px 22px;
  }

  .reviews-section .section-head,
  html[dir="ltr"] .reviews-section .section-head {
    position: absolute;
    top: 14px;
    right: 14px;
    left: auto;
    z-index: 5;
    width: min(78%, 306px);
    margin: 0;
    align-self: auto;
  }

  html[dir="ltr"] .reviews-section .section-head {
    right: auto;
    left: 14px;
  }

  .reviews-section h2 {
    font-size: clamp(28px, 8.2vw, 35px);
    line-height: 1.06;
  }

  .reviews-title-line {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    text-wrap: balance;
  }

  .qa-head > div,
  .glass-access-card {
    width: min(63%, 260px);
    max-width: min(63%, 260px);
  }

  .glass-access-card {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: 14px !important;
    left: 14px !important;
    transform: none !important;
    margin: 0 !important;
  }
}

/* ── WhatsApp FAB (mobile only) ─────────────────────────────────── */
.wa-fab {
  position: fixed;
  left: auto;
  right: max(14px, env(safe-area-inset-right));
  bottom: calc(14px + env(safe-area-inset-bottom));
  z-index: 60;
  display: none;
  width: auto;
  min-width: 112px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow:
    0 14px 34px rgba(0, 27, 61, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

html[dir="rtl"] .wa-fab {
  right: auto;
  left: max(14px, env(safe-area-inset-left));
}

.wa-fab:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 38px rgba(0, 27, 61, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

@media (max-width: 680px) {
  body {
    padding-bottom: 88px;
  }

  .wa-fab {
    display: flex;
    width: auto !important;
    min-width: 112px !important;
    min-height: 50px !important;
    font-size: 14px !important;
  }

  body.quote-visible .wa-fab {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px) scale(0.96);
  }

  body:has(.booking-section:focus-within) .wa-fab {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-screen img {
    animation-duration: 0.01ms;
  }

  .launch-screen {
    transition-duration: 0.01ms;
  }
}

/* ── Final glass-plate contract v10 ───────────────────────────────
   Unifies all image-backed feature cards into one premium thick-glass
   language: rounded slab, visible inner edge on all four corners, controlled
   reflection, and no floating tab labels. */
.services-section > .section-head,
.keep-section > .section-head,
.reviews-section > .section-head,
.qa-head > div,
.glass-access-card,
.proof-showcase-copy {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border: 1px solid rgba(214, 231, 244, 0.96) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.84), rgba(249, 253, 255, 0.64) 45%, rgba(231, 246, 255, 0.42)),
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 94% 100%, rgba(186, 228, 255, 0.24), rgba(255, 255, 255, 0) 48%) !important;
  box-shadow:
    0 34px 78px rgba(0, 27, 61, 0.16),
    0 12px 28px rgba(255, 255, 255, 0.46),
    0 0 0 1px rgba(255, 255, 255, 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 0 0 1px rgba(255, 255, 255, 0.66),
    inset 0 -28px 54px rgba(0, 112, 184, 0.055) !important;
  backdrop-filter: blur(10px) saturate(1.22) brightness(1.05) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.22) brightness(1.05) !important;
  opacity: 1 !important;
  clip-path: none !important;
}

.services-section > .section-head::before,
.keep-section > .section-head::before,
.reviews-section > .section-head::before,
.qa-head > div::before,
.glass-access-card::before,
.proof-showcase-copy::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  background:
    linear-gradient(118deg, transparent 0 18%, rgba(255, 255, 255, 0.78) 30%, rgba(255, 255, 255, 0.26) 41%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), transparent 42%),
    radial-gradient(ellipse at 50% 105%, rgba(255, 255, 255, 0.50), transparent 58%) !important;
  opacity: 0.84 !important;
}

.services-section > .section-head::after,
.keep-section > .section-head::after,
.reviews-section > .section-head::after,
.qa-head > div::after,
.glass-access-card::after,
.proof-showcase-copy::after {
  content: "" !important;
  position: absolute !important;
  inset: 4px !important;
  z-index: 1 !important;
  pointer-events: none !important;
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  border-radius: 21px !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) left top / 112px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) left top / 1px 112px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) right top / 112px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) right top / 1px 112px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0)) left bottom / 112px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0)) left bottom / 1px 112px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0)) right bottom / 112px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0)) right bottom / 1px 112px no-repeat !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(0, 27, 61, 0.055) !important;
}

.services-section > .section-head > *,
.keep-section > .section-head > *,
.reviews-section > .section-head > *,
.qa-head > div > *,
.glass-access-card > *,
.proof-showcase-copy > * {
  position: relative !important;
  z-index: 2 !important;
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
}

.services-section .section-mark,
.keep-section .section-mark,
.reviews-section .section-mark,
.qa-head .section-mark,
.glass-access-card .section-mark,
.proof-showcase-title .section-mark {
  display: block !important;
  width: auto !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--gold-2) !important;
  font-weight: 950 !important;
}

.services-section > .section-head {
  display: block !important;
  width: min(1040px, 100%) !important;
  margin: 0 auto 34px !important;
  padding: clamp(26px, 3.4vw, 46px) !important;
  text-align: center !important;
}

.services-section > .section-head h2 {
  max-width: 900px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.keep-section > .section-head {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1fr) !important;
  gap: clamp(22px, 4vw, 56px) !important;
  align-items: end !important;
  padding: clamp(26px, 3.5vw, 46px) !important;
}

.keep-section > .section-head h2,
.keep-section > .section-head p {
  margin: 0 !important;
}

.keep-section > .section-head p {
  color: rgba(0, 27, 61, 0.68) !important;
}

.service-card,
.keep-card,
.tier-card,
.review-card,
.price-list li,
.area-process > div,
.faq-grid details {
  border: 1px solid rgba(214, 231, 244, 0.95) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.88), rgba(247, 252, 255, 0.66) 54%, rgba(232, 247, 255, 0.40)),
    rgba(255, 255, 255, 0.72) !important;
  box-shadow:
    0 24px 52px rgba(0, 27, 61, 0.11),
    0 0 0 1px rgba(255, 255, 255, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -20px 38px rgba(0, 112, 184, 0.045) !important;
  backdrop-filter: blur(8px) saturate(1.16) !important;
  -webkit-backdrop-filter: blur(8px) saturate(1.16) !important;
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
}

.keep-card.featured,
.keep-card.silver,
.tier-card.featured,
.tier-card.silver {
  color: var(--navy) !important;
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.82), rgba(240, 249, 255, 0.55) 56%, rgba(213, 237, 255, 0.34)),
    rgba(255, 255, 255, 0.62) !important;
  border-color: rgba(214, 231, 244, 0.98) !important;
}

.keep-card.featured h3,
.keep-card.silver h3,
.tier-card.featured h3,
.tier-card.silver h3,
.keep-card.featured p,
.keep-card.silver p,
.tier-card.featured p,
.tier-card.silver p,
.keep-card.featured b,
.keep-card.silver b,
.tier-card.featured b,
.tier-card.silver b {
  color: var(--navy) !important;
}

.keep-card.featured .keep-cadence,
.keep-card.silver .keep-cadence,
.tier-card.featured .tier-label,
.tier-card.silver .tier-label {
  color: var(--gold-2) !important;
  background: rgba(255, 255, 255, 0.48) !important;
  border-color: rgba(201, 142, 23, 0.28) !important;
}

/* Reviews: keep the title at the top, prevent the section edge overlay from
   washing out real testimonial cards, and remove nested title framing. */
.reviews-section {
  display: grid !important;
  grid-template-rows: auto 1fr auto !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  min-height: clamp(650px, 54vw, 780px) !important;
  padding: clamp(42px, 5.4vw, 78px) clamp(28px, 5vw, 76px) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
}

.reviews-section::after {
  z-index: 1 !important;
  opacity: 0.55 !important;
}

.reviews-photo {
  z-index: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

.reviews-photo img {
  filter: none !important;
}

.reviews-section .section-head {
  position: relative !important;
  z-index: 5 !important;
  justify-self: end !important;
  align-self: start !important;
  width: min(540px, 52vw) !important;
  margin: 0 0 clamp(76px, 10vw, 138px) !important;
  padding: clamp(22px, 2.8vw, 38px) !important;
  text-align: right !important;
}

html[dir="ltr"] .reviews-section .section-head {
  justify-self: start !important;
  text-align: left !important;
}

.reviews-section h2,
.reviews-title-glass,
.reviews-title-line {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--navy) !important;
  opacity: 1 !important;
  transform: none !important;
}

.reviews-title-glass {
  gap: 0.08em !important;
}

.reviews-title-line {
  white-space: normal !important;
  text-wrap: balance !important;
}

.review-grid {
  position: relative !important;
  z-index: 5 !important;
  align-self: end !important;
  margin-top: auto !important;
}

.review-card p,
.review-card strong {
  color: var(--navy) !important;
}

.review-card footer span {
  color: rgba(0, 27, 61, 0.62) !important;
}

/* QA / Areas: image-backed cards use one title plate, not a pill label. */
.qa-head {
  border-radius: 26px !important;
  min-height: clamp(380px, 32vw, 520px) !important;
  padding: clamp(38px, 5vw, 74px) !important;
  background: #f7fbff !important;
}

.qa-head > div {
  z-index: 4 !important;
  justify-self: right !important;
  width: min(760px, 58%) !important;
  max-width: 760px !important;
  padding: clamp(26px, 3.2vw, 46px) !important;
  text-align: right !important;
}

html[dir="ltr"] .qa-head > div {
  text-align: right !important;
}

.qa-head h2,
.glass-access-card h2 {
  color: var(--navy) !important;
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
}

.qa-visual {
  z-index: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

.qa-visual img {
  object-position: center !important;
  filter: none !important;
}

.areas-section {
  overflow: visible !important;
}

.areas-hero {
  border-radius: 26px !important;
  overflow: hidden !important;
  border: 1px solid rgba(214, 231, 244, 0.9) !important;
  box-shadow: 0 24px 60px rgba(0, 27, 61, 0.10) !important;
}

.areas-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 4px !important;
  z-index: 4 !important;
  pointer-events: none !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 21px !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 112px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 1px 112px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0)) right bottom / 112px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0)) right bottom / 1px 112px no-repeat !important;
}

.glass-access-card {
  z-index: 5 !important;
  width: min(520px, 44vw) !important;
  padding: clamp(28px, 3.4vw, 48px) !important;
  text-align: right !important;
}

html[dir="ltr"] .glass-access-card {
  text-align: left !important;
}

.area-process > div {
  color: var(--navy) !important;
}

.area-process b {
  color: var(--gold-2) !important;
}

.area-process p {
  color: rgba(0, 27, 61, 0.64) !important;
}

@media (max-width: 680px) {
  .services-section > .section-head,
  .keep-section > .section-head,
  .reviews-section > .section-head,
  .qa-head > div,
  .glass-access-card,
  .proof-showcase-copy,
  .proof-showcase-title {
    border-radius: 22px !important;
    padding: 18px !important;
  }

  .services-section > .section-head::after,
  .keep-section > .section-head::after,
  .reviews-section > .section-head::after,
  .qa-head > div::after,
  .glass-access-card::after,
  .proof-showcase-copy::after,
  .proof-showcase-title::after {
    inset: 3px !important;
    border-radius: 18px !important;
  }

  .services-section > .section-head,
  .keep-section > .section-head {
    display: block !important;
    text-align: center !important;
    width: auto !important;
    margin: 0 14px 22px !important;
  }

  .keep-section > .section-head p {
    margin-top: 12px !important;
  }

  .reviews-section {
    min-height: auto !important;
    padding: calc(var(--mobile-feature-height) + 18px) 14px 22px !important;
    border-radius: 22px !important;
  }

  .reviews-section::after {
    z-index: 1 !important;
    opacity: 0.46 !important;
  }

  .reviews-photo {
    height: var(--mobile-feature-height) !important;
    bottom: auto !important;
  }

  .reviews-section .section-head,
  html[dir="ltr"] .reviews-section .section-head {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    left: auto !important;
    z-index: 6 !important;
    width: min(72%, 292px) !important;
    margin: 0 !important;
    text-align: right !important;
  }

  html[dir="ltr"] .reviews-section .section-head {
    right: auto !important;
    left: 14px !important;
    text-align: left !important;
  }

  .reviews-section h2 {
    font-size: clamp(28px, 8.4vw, 35px) !important;
    line-height: 1.06 !important;
  }

  .review-grid {
    z-index: 5 !important;
  }

  .qa-head {
    min-height: var(--mobile-feature-height) !important;
    height: var(--mobile-feature-height) !important;
    border-radius: 22px !important;
    padding: 14px !important;
  }

  .qa-head > div {
    width: min(62%, 258px) !important;
    max-width: min(62%, 258px) !important;
    justify-self: end !important;
    margin: 0 !important;
    text-align: right !important;
  }

  .qa-head h2,
  .glass-access-card h2 {
    font-size: clamp(23px, 6.5vw, 31px) !important;
    line-height: 1.12 !important;
  }

  .areas-hero {
    height: var(--mobile-feature-height) !important;
    border-radius: 22px !important;
  }

  .areas-hero::after {
    inset: 3px !important;
    border-radius: 18px !important;
  }

  .glass-access-card {
    position: absolute !important;
    right: auto !important;
    left: 14px !important;
    bottom: 14px !important;
    top: auto !important;
    width: min(62%, 258px) !important;
    max-width: min(62%, 258px) !important;
    transform: none !important;
    margin: 0 !important;
    text-align: right !important;
  }

  html[dir="ltr"] .glass-access-card {
    right: auto !important;
    left: 14px !important;
    text-align: left !important;
  }
}

/* ── Final glass-plate contract v11 ───────────────────────────────
   This is the single source of truth for the premium glass plates used on
   image-backed feature sections. The visual language is intentionally thick:
   a translucent slab, all-corner inner edge, soft bevel, and controlled
   reflection instead of loose blur/fog overlays. */
.services-section > .section-head,
.keep-section > .section-head,
.reviews-section > .section-head,
.proof-showcase-title,
.proof-showcase-copy,
.qa-head > div {
  --plate-radius: 28px;
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
  border-radius: var(--plate-radius) !important;
  border: 1px solid rgba(205, 229, 245, 0.95) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78) 0%, rgba(247, 252, 255, 0.62) 46%, rgba(231, 243, 252, 0.42) 100%),
    radial-gradient(120% 90% at 18% 0%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 55%),
    rgba(255, 255, 255, 0.48) !important;
  box-shadow:
    0 28px 72px rgba(0, 27, 61, 0.16),
    0 12px 28px rgba(120, 176, 211, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(126, 178, 214, 0.26),
    inset 1px 0 0 rgba(255, 255, 255, 0.78),
    inset -1px 0 0 rgba(121, 176, 214, 0.18) !important;
  -webkit-backdrop-filter: blur(4px) saturate(1.14) brightness(1.04) !important;
  backdrop-filter: blur(4px) saturate(1.14) brightness(1.04) !important;
}

.glass-access-card {
  --plate-radius: 28px;
  position: absolute !important;
  isolation: isolate !important;
  overflow: hidden !important;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
  clip-path: none !important;
  border-radius: var(--plate-radius) !important;
  border: 1px solid rgba(205, 229, 245, 0.95) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78) 0%, rgba(247, 252, 255, 0.62) 46%, rgba(231, 243, 252, 0.42) 100%),
    radial-gradient(120% 90% at 18% 0%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 55%),
    rgba(255, 255, 255, 0.48) !important;
  box-shadow:
    0 28px 72px rgba(0, 27, 61, 0.16),
    0 12px 28px rgba(120, 176, 211, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(126, 178, 214, 0.26),
    inset 1px 0 0 rgba(255, 255, 255, 0.78),
    inset -1px 0 0 rgba(121, 176, 214, 0.18) !important;
  -webkit-backdrop-filter: blur(4px) saturate(1.14) brightness(1.04) !important;
  backdrop-filter: blur(4px) saturate(1.14) brightness(1.04) !important;
}

.services-section > .section-head::before,
.keep-section > .section-head::before,
.reviews-section > .section-head::before,
.proof-showcase-title::before,
.proof-showcase-copy::before,
.qa-head > div::before,
.glass-access-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  background:
    linear-gradient(114deg, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0.92) 24%, rgba(255, 255, 255, 0.18) 39%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(130% 80% at 8% 8%, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 48%),
    radial-gradient(90% 70% at 86% 94%, rgba(164, 215, 244, 0.22), rgba(255, 255, 255, 0) 56%) !important;
  opacity: 0.56 !important;
}

.services-section > .section-head::after,
.keep-section > .section-head::after,
.reviews-section > .section-head::after,
.proof-showcase-title::after,
.proof-showcase-copy::after,
.qa-head > div::after,
.glass-access-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 5px !important;
  z-index: 1 !important;
  pointer-events: none !important;
  border-radius: calc(var(--plate-radius) - 6px) !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  box-shadow:
    inset 0 0 0 1px rgba(155, 207, 238, 0.20),
    inset 0 8px 18px rgba(255, 255, 255, 0.42),
    inset 0 -10px 22px rgba(118, 173, 211, 0.12) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 112px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 1px 112px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) right top / 112px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right top / 1px 112px no-repeat,
    linear-gradient(90deg, rgba(150, 205, 236, 0.26), rgba(255, 255, 255, 0)) left bottom / 112px 1px no-repeat,
    linear-gradient(0deg, rgba(150, 205, 236, 0.26), rgba(255, 255, 255, 0)) left bottom / 1px 112px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0)) right bottom / 112px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0)) right bottom / 1px 112px no-repeat !important;
}

.services-section > .section-head > *,
.keep-section > .section-head > *,
.reviews-section > .section-head > *,
.proof-showcase-title > *,
.proof-showcase-copy > *,
.qa-head > div > *,
.glass-access-card > * {
  position: relative !important;
  z-index: 2 !important;
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
}

.section-mark,
.qa-head .section-mark,
.glass-access-card .section-mark,
.reviews-section .section-mark,
.proof-showcase-title .section-mark {
  display: block !important;
  width: auto !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--gold-2) !important;
  letter-spacing: 0 !important;
}

.reviews-section {
  grid-template-rows: auto minmax(86px, 1fr) auto !important;
  gap: 0 !important;
}

.reviews-section .section-head {
  align-self: start !important;
  margin-bottom: clamp(70px, 8vw, 116px) !important;
}

.qa-head > div {
  justify-self: right !important;
}

html[dir="ltr"] .qa-head > div {
  text-align: right !important;
}

/* ── QA heading language alignment correction v20 ───────────────────
   English quality heading reads left-to-right; keep Arabic right-aligned. */
html[dir="ltr"] .qa-section .qa-head > div,
html[lang="en"] .qa-section .qa-head > div {
  justify-self: left !important;
  text-align: left !important;
}

html[dir="ltr"] .qa-section .qa-head .section-mark,
html[lang="en"] .qa-section .qa-head .section-mark,
html[dir="ltr"] .qa-section .qa-head h2,
html[lang="en"] .qa-section .qa-head h2 {
  text-align: left !important;
}

.glass-access-card .section-mark {
  text-align: inherit !important;
}

@media (min-width: 681px) {
  .glass-access-card {
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }

  html[dir="rtl"] .glass-access-card {
    left: clamp(32px, 4.8vw, 64px) !important;
    right: auto !important;
    text-align: left !important;
  }

  html[dir="ltr"] .glass-access-card {
    left: clamp(32px, 4.8vw, 64px) !important;
    right: auto !important;
    text-align: left !important;
  }
}

@media (max-width: 680px) {
  .services-section > .section-head,
  .keep-section > .section-head,
  .reviews-section > .section-head,
  .proof-showcase-title,
  .proof-showcase-copy,
  .qa-head > div,
  .glass-access-card {
    --plate-radius: 22px;
    -webkit-backdrop-filter: blur(3px) saturate(1.12) brightness(1.04) !important;
    backdrop-filter: blur(3px) saturate(1.12) brightness(1.04) !important;
    box-shadow:
      0 18px 42px rgba(0, 27, 61, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      inset 0 -1px 0 rgba(126, 178, 214, 0.24),
      inset 1px 0 0 rgba(255, 255, 255, 0.76),
      inset -1px 0 0 rgba(121, 176, 214, 0.16) !important;
  }

  .services-section > .section-head::after,
  .keep-section > .section-head::after,
  .reviews-section > .section-head::after,
  .proof-showcase-title::after,
  .proof-showcase-copy::after,
  .qa-head > div::after,
  .glass-access-card::after {
    inset: 4px !important;
    border-radius: 17px !important;
  }

  .reviews-section .section-head,
  html[dir="ltr"] .reviews-section .section-head {
    top: 16px !important;
    width: min(70%, 278px) !important;
    padding: 16px !important;
  }

  .qa-head > div,
  html[dir="ltr"] .qa-head > div {
    position: absolute !important;
    right: 14px !important;
    left: auto !important;
    bottom: 14px !important;
    top: auto !important;
    width: min(60%, 244px) !important;
    max-width: min(60%, 244px) !important;
    padding: 16px !important;
    text-align: right !important;
  }

  html[dir="ltr"] .qa-head > div {
    text-align: left !important;
  }

  .glass-access-card,
  html[dir="ltr"] .glass-access-card {
    width: min(60%, 244px) !important;
    max-width: min(60%, 244px) !important;
    padding: 16px !important;
  }
}

/* ── Glass plate final pass v12 ─────────────────────────────────────
   Unifies the repeated content cards with the same thick, polished glass
   language used by the image-backed feature headings. This pass also fixes
   mobile ordering for proof/reviews so titles stay on the image and body copy
   sits below it. */
.service-card,
.keep-card,
.tier-card,
.review-card,
.area-process > div,
.faq-grid details {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  border: 1px solid rgba(205, 229, 245, 0.96) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88) 0%, rgba(247, 252, 255, 0.68) 52%, rgba(229, 244, 253, 0.52) 100%),
    radial-gradient(120% 90% at 16% 0%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 55%),
    rgba(255, 255, 255, 0.54) !important;
  box-shadow:
    0 24px 58px rgba(0, 27, 61, 0.12),
    0 10px 24px rgba(120, 176, 211, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(126, 178, 214, 0.22),
    inset 1px 0 0 rgba(255, 255, 255, 0.74),
    inset -1px 0 0 rgba(121, 176, 214, 0.14) !important;
  -webkit-backdrop-filter: blur(3px) saturate(1.12) brightness(1.04) !important;
  backdrop-filter: blur(3px) saturate(1.12) brightness(1.04) !important;
}

.service-card::after,
.keep-card::after,
.tier-card::after,
.review-card::after,
.area-process > div::after,
.faq-grid details::after {
  content: "" !important;
  position: absolute !important;
  inset: 4px !important;
  z-index: 1 !important;
  pointer-events: none !important;
  border-radius: 19px !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  box-shadow:
    inset 0 0 0 1px rgba(155, 207, 238, 0.17),
    inset 0 8px 18px rgba(255, 255, 255, 0.40),
    inset 0 -10px 22px rgba(118, 173, 211, 0.10) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) left top / 96px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)) left top / 1px 96px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0)) right top / 96px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0)) right top / 1px 96px no-repeat,
    linear-gradient(90deg, rgba(150, 205, 236, 0.24), rgba(255, 255, 255, 0)) left bottom / 96px 1px no-repeat,
    linear-gradient(0deg, rgba(150, 205, 236, 0.24), rgba(255, 255, 255, 0)) left bottom / 1px 96px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0)) right bottom / 96px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0)) right bottom / 1px 96px no-repeat !important;
}

.service-card > *,
.keep-card > *,
.tier-card > *,
.review-card > *,
.area-process > div > *,
.faq-grid details > * {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 680px) {
  .proof-system-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    overflow: visible !important;
  }

  .proof-showcase-art {
    order: 1 !important;
    border-radius: 22px !important;
  }

  .proof-showcase-copy {
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    margin-top: -64px !important;
  }

  .proof-showcase-title {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    order: 1 !important;
    align-self: flex-start !important;
    width: min(72%, 282px) !important;
    max-width: min(72%, 282px) !important;
    margin: 0 0 0 14px !important;
    padding: 16px !important;
    text-align: center !important;
  }

  html[dir="rtl"] .proof-showcase-title,
  html[dir="ltr"] .proof-showcase-title {
    align-self: flex-start !important;
    margin-right: 0 !important;
    margin-left: 14px !important;
    text-align: center !important;
  }

  .proof-showcase-details {
    order: 2 !important;
    position: relative !important;
    z-index: 3 !important;
    margin: 0 !important;
    padding: 18px 16px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(205, 229, 245, 0.96) !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 252, 255, 0.72)),
      rgba(255, 255, 255, 0.58) !important;
    box-shadow:
      0 18px 42px rgba(0, 27, 61, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      inset 0 -1px 0 rgba(126, 178, 214, 0.20) !important;
  }

  .proof-showcase-details::after {
    content: "" !important;
    position: absolute !important;
    inset: 4px !important;
    pointer-events: none !important;
    border-radius: 17px !important;
    border: 1px solid rgba(255, 255, 255, 0.84) !important;
    box-shadow: inset 0 0 0 1px rgba(155, 207, 238, 0.14) !important;
  }

  .proof-showcase-details > * {
    position: relative !important;
    z-index: 1 !important;
  }

  .reviews-section {
    position: relative !important;
    padding: calc(var(--mobile-feature-height) + 18px) 14px 22px !important;
  }

  .reviews-photo {
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    height: var(--mobile-feature-height) !important;
  }

  .reviews-section .section-head,
  html[dir="rtl"] .reviews-section .section-head,
  html[dir="ltr"] .reviews-section .section-head {
    position: absolute !important;
    top: 16px !important;
    bottom: auto !important;
    z-index: 7 !important;
    width: min(70%, 278px) !important;
    max-width: min(70%, 278px) !important;
    margin: 0 !important;
    padding: 16px !important;
  }

  html[dir="rtl"] .reviews-section .section-head {
    right: 14px !important;
    left: auto !important;
    text-align: right !important;
  }

  html[dir="ltr"] .reviews-section .section-head {
    left: 14px !important;
    right: auto !important;
    text-align: left !important;
  }
}

/* ── Proof system single plate v13 ───────────────────────────────────
   Collapses the certificate section into one meaningful glass slab: the
   image carries the context, the copy plate carries the message, and nested
   decorative cards are flattened to avoid visual noise. */
.proof-system-section.proof-showcase-section {
  --proof-plate-radius: 30px;
  --proof-edge: rgba(204, 228, 245, 0.96);
  --proof-glass: rgba(255, 255, 255, 0.58);
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(510px, 0.98fr) minmax(0, 1.02fr) !important;
  align-items: stretch !important;
  width: var(--container) !important;
  min-height: clamp(540px, 52vw, 720px) !important;
  aspect-ratio: auto !important;
  margin: 0 auto clamp(64px, 7vw, 104px) !important;
  padding: clamp(28px, 4.6vw, 62px) !important;
  border-radius: 28px !important;
  border: 1px solid rgba(207, 225, 242, 0.92) !important;
  background: #f7fbff !important;
  box-shadow:
    0 34px 88px rgba(0, 27, 61, 0.14),
    0 12px 30px rgba(116, 170, 207, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.proof-system-section.proof-showcase-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.48) 30%, rgba(255, 255, 255, 0.06) 56%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(90% 120% at 8% 16%, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0) 54%) !important;
}

.proof-system-section.proof-showcase-section::after {
  content: "" !important;
  position: absolute !important;
  inset: 4px !important;
  z-index: 4 !important;
  pointer-events: none !important;
  display: block !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.84) !important;
  box-shadow:
    inset 0 0 0 1px rgba(151, 204, 237, 0.16),
    inset 0 12px 24px rgba(255, 255, 255, 0.30),
    inset 0 -12px 24px rgba(95, 151, 192, 0.08) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0)) left top / 132px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0)) left top / 1px 132px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)) right top / 132px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right top / 1px 132px no-repeat,
    linear-gradient(90deg, rgba(143, 202, 236, 0.24), rgba(255, 255, 255, 0)) left bottom / 132px 1px no-repeat,
    linear-gradient(0deg, rgba(143, 202, 236, 0.24), rgba(255, 255, 255, 0)) left bottom / 1px 132px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right bottom / 132px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right bottom / 1px 132px no-repeat !important;
}

.proof-showcase-art {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  height: auto !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
}

.proof-showcase-art::after {
  display: none !important;
}

.proof-showcase-art img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 64% center !important;
  filter: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.proof-showcase-copy {
  grid-column: 1 !important;
  position: relative !important;
  z-index: 3 !important;
  align-self: center !important;
  display: grid !important;
  gap: clamp(20px, 2.3vw, 28px) !important;
  width: min(100%, 620px) !important;
  max-width: 620px !important;
  margin: 0 !important;
  padding: clamp(34px, 4vw, 54px) !important;
  direction: rtl !important;
  text-align: right !important;
  border-radius: var(--proof-plate-radius) !important;
  border: 1px solid var(--proof-edge) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78) 0%, rgba(249, 253, 255, 0.60) 48%, rgba(229, 244, 253, 0.42) 100%),
    radial-gradient(130% 90% at 16% 0%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 58%),
    var(--proof-glass) !important;
  box-shadow:
    0 30px 76px rgba(0, 27, 61, 0.15),
    0 14px 30px rgba(116, 170, 207, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(126, 178, 214, 0.24),
    inset 1px 0 0 rgba(255, 255, 255, 0.78),
    inset -1px 0 0 rgba(121, 176, 214, 0.16) !important;
  -webkit-backdrop-filter: blur(7px) saturate(1.14) brightness(1.04) !important;
  backdrop-filter: blur(7px) saturate(1.14) brightness(1.04) !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

html[dir="ltr"] .proof-showcase-copy {
  direction: ltr !important;
  text-align: left !important;
}

.proof-showcase-copy::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  display: block !important;
  border-radius: inherit !important;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0.86) 22%, rgba(255, 255, 255, 0.20) 38%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(100% 70% at 8% 8%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 52%) !important;
  opacity: 0.58 !important;
}

.proof-showcase-copy::after {
  content: "" !important;
  position: absolute !important;
  inset: 5px !important;
  z-index: 1 !important;
  pointer-events: none !important;
  display: block !important;
  border-radius: calc(var(--proof-plate-radius) - 7px) !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  box-shadow:
    inset 0 0 0 1px rgba(155, 207, 238, 0.18),
    inset 0 10px 20px rgba(255, 255, 255, 0.42),
    inset 0 -10px 22px rgba(118, 173, 211, 0.10) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 118px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 1px 118px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0)) right top / 118px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right top / 1px 118px no-repeat,
    linear-gradient(90deg, rgba(150, 205, 236, 0.24), rgba(255, 255, 255, 0)) left bottom / 118px 1px no-repeat,
    linear-gradient(0deg, rgba(150, 205, 236, 0.24), rgba(255, 255, 255, 0)) left bottom / 1px 118px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0)) right bottom / 118px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0)) right bottom / 1px 118px no-repeat !important;
}

.proof-showcase-copy > * {
  position: relative !important;
  z-index: 2 !important;
}

.proof-showcase-title {
  position: static !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  overflow: visible !important;
  isolation: auto !important;
  text-align: inherit !important;
}

.proof-showcase-title::before,
.proof-showcase-title::after {
  display: none !important;
  content: none !important;
}

.proof-showcase-title .section-mark {
  display: block !important;
  width: auto !important;
  margin: 0 0 clamp(12px, 1.3vw, 18px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--gold-2) !important;
  font-family: inherit !important;
  font-size: clamp(15px, 1.1vw, 20px) !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.proof-showcase-title h2 {
  max-width: 11.6ch !important;
  margin: 0 !important;
  color: var(--navy) !important;
  font-family: inherit !important;
  font-size: clamp(46px, 4.1vw, 68px) !important;
  font-weight: 950 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
}

html[dir="ltr"] .proof-showcase-title h2 {
  max-width: 12ch !important;
  font-size: clamp(42px, 3.7vw, 62px) !important;
  line-height: 1.03 !important;
}

.proof-showcase-details {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  direction: inherit !important;
  text-align: inherit !important;
}

.proof-showcase-details::after {
  display: none !important;
  content: none !important;
}

.proof-showcase-details > p {
  max-width: 46ch !important;
  margin: 0 !important;
  color: rgba(0, 27, 61, 0.66) !important;
  font-family: inherit !important;
  font-size: clamp(17px, 1.28vw, 22px) !important;
  font-weight: 850 !important;
  line-height: 1.58 !important;
  letter-spacing: 0 !important;
}

html[dir="ltr"] .proof-showcase-details > p {
  max-width: 48ch !important;
  font-size: clamp(16px, 1.15vw, 20px) !important;
  line-height: 1.55 !important;
}

.proof-showcase-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin-top: clamp(20px, 2vw, 28px) !important;
}

html[dir="ltr"] .proof-showcase-actions {
  justify-content: flex-start !important;
}

.proof-showcase-actions span {
  min-height: 42px !important;
  padding: 10px 16px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(191, 221, 241, 0.92) !important;
  color: var(--navy) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(244, 251, 255, 0.48)),
    rgba(255, 255, 255, 0.42) !important;
  box-shadow:
    0 8px 20px rgba(0, 27, 61, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(126, 178, 214, 0.16) !important;
  font-size: clamp(13px, 0.95vw, 15px) !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

.proof-showcase-note {
  display: block !important;
  max-width: 46ch !important;
  margin-top: clamp(20px, 2vw, 28px) !important;
  color: rgba(0, 27, 61, 0.52) !important;
  font-family: inherit !important;
  font-size: clamp(12px, 0.9vw, 14px) !important;
  font-weight: 850 !important;
  line-height: 1.55 !important;
}

@media (max-width: 1180px) {
  .proof-system-section.proof-showcase-section {
    grid-template-columns: minmax(460px, 0.98fr) minmax(0, 1.02fr) !important;
    min-height: clamp(500px, 58vw, 660px) !important;
    padding: clamp(24px, 3.8vw, 44px) !important;
  }

  .proof-showcase-copy {
    max-width: 540px !important;
    padding: clamp(28px, 3.5vw, 42px) !important;
  }

  .proof-showcase-title h2 {
    font-size: clamp(42px, 4.2vw, 62px) !important;
  }

  html[dir="ltr"] .proof-showcase-title h2 {
    font-size: clamp(40px, 3.8vw, 58px) !important;
  }
}

@media (max-width: 980px) {
  .proof-system-section.proof-showcase-section {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    margin: clamp(56px, 9vw, 78px) auto !important;
  }

  .proof-system-section.proof-showcase-section::before,
  .proof-system-section.proof-showcase-section::after {
    display: none !important;
  }

  .proof-showcase-art {
    position: relative !important;
    order: 1 !important;
    height: clamp(300px, 64vw, 460px) !important;
    border-radius: 26px !important;
    border: 1px solid rgba(207, 225, 242, 0.88) !important;
    background: #f7fbff !important;
    box-shadow:
      0 20px 52px rgba(0, 27, 61, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  }

  .proof-showcase-art img {
    object-position: 76% center !important;
  }

  .proof-showcase-copy {
    order: 2 !important;
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: -58px !important;
    padding: 0 !important;
    gap: 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    overflow: visible !important;
  }

  .proof-showcase-copy::before,
  .proof-showcase-copy::after {
    display: none !important;
  }

  .proof-showcase-title,
  .proof-showcase-details {
    --proof-plate-radius: 24px;
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    border-radius: var(--proof-plate-radius) !important;
    border: 1px solid rgba(205, 229, 245, 0.96) !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.80) 0%, rgba(247, 252, 255, 0.62) 52%, rgba(230, 245, 253, 0.42) 100%),
      radial-gradient(110% 80% at 18% 0%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 56%),
      rgba(255, 255, 255, 0.50) !important;
    box-shadow:
      0 22px 54px rgba(0, 27, 61, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      inset 0 -1px 0 rgba(126, 178, 214, 0.22) !important;
    -webkit-backdrop-filter: blur(6px) saturate(1.12) brightness(1.04) !important;
    backdrop-filter: blur(6px) saturate(1.12) brightness(1.04) !important;
  }

  .proof-showcase-title::after,
  .proof-showcase-details::after {
    content: "" !important;
    position: absolute !important;
    inset: 5px !important;
    z-index: 1 !important;
    display: block !important;
    pointer-events: none !important;
    border-radius: calc(var(--proof-plate-radius) - 7px) !important;
    border: 1px solid rgba(255, 255, 255, 0.86) !important;
    box-shadow: inset 0 0 0 1px rgba(155, 207, 238, 0.16) !important;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 84px 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 1px 84px no-repeat,
      linear-gradient(270deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0)) right top / 84px 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right top / 1px 84px no-repeat,
      linear-gradient(90deg, rgba(150, 205, 236, 0.22), rgba(255, 255, 255, 0)) left bottom / 84px 1px no-repeat,
      linear-gradient(0deg, rgba(150, 205, 236, 0.22), rgba(255, 255, 255, 0)) left bottom / 1px 84px no-repeat,
      linear-gradient(270deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right bottom / 84px 1px no-repeat,
      linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right bottom / 1px 84px no-repeat !important;
  }

  .proof-showcase-title > *,
  .proof-showcase-details > * {
    position: relative !important;
    z-index: 2 !important;
  }

  .proof-showcase-title {
    order: 1 !important;
    align-self: flex-start !important;
    justify-self: left !important;
    width: min(66%, 330px) !important;
    max-width: min(66%, 330px) !important;
    margin: 0 0 0 18px !important;
    padding: 18px 16px 20px !important;
    text-align: center !important;
  }

  html[dir="rtl"] .proof-showcase-title,
  html[dir="ltr"] .proof-showcase-title {
    margin-right: 0 !important;
    margin-left: 18px !important;
    text-align: center !important;
  }

  .proof-showcase-title .section-mark {
    display: inline-flex !important;
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 30px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 10px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(201, 149, 42, 0.28) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.36) !important;
    color: var(--gold-2) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .proof-showcase-title h2,
  html[dir="ltr"] .proof-showcase-title h2 {
    max-width: none !important;
    margin: 0 auto !important;
    font-size: clamp(24px, 7vw, 36px) !important;
    line-height: 1.03 !important;
    text-align: center !important;
  }

  .proof-showcase-details {
    order: 2 !important;
    margin: 0 !important;
    padding: 18px 16px !important;
    text-align: inherit !important;
  }
}

@media (max-width: 680px) {
  .proof-system-section.proof-showcase-section {
    margin: 56px auto 68px !important;
  }

  .proof-showcase-art {
    height: var(--mobile-feature-height) !important;
    border-radius: 22px !important;
  }

  .proof-showcase-art img {
    object-position: 84% center !important;
  }

  .proof-showcase-copy {
    margin-top: -52px !important;
  }

  .proof-showcase-title {
    width: min(62%, 268px) !important;
    max-width: min(62%, 268px) !important;
    justify-self: left !important;
    margin-left: 14px !important;
    padding: 16px 14px 18px !important;
  }

  html[dir="rtl"] .proof-showcase-title,
  html[dir="ltr"] .proof-showcase-title {
    margin-left: 14px !important;
  }

  .proof-showcase-title h2,
  html[dir="ltr"] .proof-showcase-title h2 {
    font-size: clamp(23px, 7.2vw, 32px) !important;
    line-height: 1.04 !important;
  }

  .proof-showcase-details > p,
  html[dir="ltr"] .proof-showcase-details > p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .proof-showcase-actions {
    gap: 8px !important;
    margin-top: 16px !important;
  }

  .proof-showcase-actions span {
    min-height: 36px !important;
    padding: 8px 11px !important;
    border-radius: 12px !important;
    font-size: 12.4px !important;
  }

  .proof-showcase-note {
    margin-top: 16px !important;
    font-size: 11px !important;
  }
}

/* ── Hero bridge intro glass banner v2 ───────────────────────────────
   Uses the new real-service image as a full section surface while keeping
   the message in a consistent thick glass plate on the left side. */
.intro-section {
  --intro-radius: 30px;
  --intro-card-radius: 24px;
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(410px, 0.44fr) minmax(0, 0.56fr) !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  gap: 14px !important;
  width: var(--container) !important;
  min-height: clamp(570px, 45vw, 690px) !important;
  margin: 0 auto clamp(64px, 7vw, 104px) !important;
  padding: clamp(42px, 5vw, 76px) !important;
  border: 1px solid rgba(198, 222, 239, 0.94) !important;
  border-radius: var(--intro-radius) !important;
  background: #f7fbff !important;
  box-shadow:
    0 34px 88px rgba(0, 27, 61, 0.14),
    0 12px 30px rgba(116, 170, 207, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.intro-section::before {
  display: none !important;
}

.intro-section::after {
  content: "" !important;
  position: absolute !important;
  inset: 5px !important;
  z-index: 4 !important;
  display: block !important;
  pointer-events: none !important;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  border-radius: calc(var(--intro-radius) - 6px) !important;
  box-shadow:
    inset 0 0 0 1px rgba(151, 204, 237, 0.18),
    inset 0 14px 26px rgba(255, 255, 255, 0.30),
    inset 0 -14px 26px rgba(95, 151, 192, 0.08) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 132px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 1px 132px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)) right top / 132px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0)) right top / 1px 132px no-repeat,
    linear-gradient(90deg, rgba(143, 202, 236, 0.28), rgba(255, 255, 255, 0)) left bottom / 132px 1px no-repeat,
    linear-gradient(0deg, rgba(143, 202, 236, 0.28), rgba(255, 255, 255, 0)) left bottom / 1px 132px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0)) right bottom / 132px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0)) right bottom / 1px 132px no-repeat !important;
}

.intro-section > picture.intro-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  aspect-ratio: auto !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.intro-section > .intro-media::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.12) 40%, rgba(255, 255, 255, 0) 72%),
    radial-gradient(85% 90% at 10% 10%, rgba(255, 255, 255, 0.40), rgba(255, 255, 255, 0) 58%) !important;
}

.intro-section > .intro-media::after {
  display: none !important;
}

.intro-section > .intro-media .intro-visual {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 52% center !important;
  opacity: 1 !important;
  filter: none !important;
}

.intro-section .intro-copy,
.intro-section .intro-detail {
  grid-column: 1 !important;
  position: relative !important;
  z-index: 3 !important;
  width: min(100%, 540px) !important;
  max-width: 540px !important;
  margin: 0 !important;
  border: 1px solid rgba(204, 228, 245, 0.98) !important;
  border-radius: var(--intro-card-radius) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86) 0%, rgba(248, 253, 255, 0.68) 52%, rgba(229, 244, 253, 0.48) 100%),
    radial-gradient(120% 88% at 18% 0%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 58%),
    rgba(255, 255, 255, 0.54) !important;
  box-shadow:
    0 26px 70px rgba(0, 27, 61, 0.16),
    0 12px 26px rgba(116, 170, 207, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(126, 178, 214, 0.25),
    inset 1px 0 0 rgba(255, 255, 255, 0.82),
    inset -1px 0 0 rgba(121, 176, 214, 0.16) !important;
  -webkit-backdrop-filter: blur(8px) saturate(1.14) brightness(1.04) !important;
  backdrop-filter: blur(8px) saturate(1.14) brightness(1.04) !important;
  direction: rtl !important;
  text-align: right !important;
  overflow: hidden !important;
}

.intro-section .intro-copy {
  grid-row: 1 !important;
  align-self: end !important;
  padding: clamp(24px, 3.1vw, 42px) clamp(24px, 3vw, 40px) clamp(26px, 3.2vw, 44px) !important;
}

.intro-section .intro-detail {
  grid-row: 2 !important;
  align-self: start !important;
  display: block !important;
  padding: clamp(18px, 2vw, 28px) clamp(24px, 3vw, 40px) !important;
}

html[dir="ltr"] .intro-section .intro-copy,
html[dir="ltr"] .intro-section .intro-detail {
  direction: ltr !important;
  text-align: left !important;
}

.intro-section .intro-copy::after,
.intro-section .intro-detail::after {
  content: "" !important;
  position: absolute !important;
  inset: 5px !important;
  z-index: 1 !important;
  display: block !important;
  pointer-events: none !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  border-radius: calc(var(--intro-card-radius) - 7px) !important;
  box-shadow:
    inset 0 0 0 1px rgba(155, 207, 238, 0.16),
    inset 0 10px 20px rgba(255, 255, 255, 0.28),
    inset 0 -10px 20px rgba(105, 159, 198, 0.08) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 92px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0)) left top / 1px 92px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0)) right top / 92px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)) right top / 1px 92px no-repeat,
    linear-gradient(90deg, rgba(150, 205, 236, 0.22), rgba(255, 255, 255, 0)) left bottom / 92px 1px no-repeat,
    linear-gradient(0deg, rgba(150, 205, 236, 0.22), rgba(255, 255, 255, 0)) left bottom / 1px 92px no-repeat,
    linear-gradient(270deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0)) right bottom / 92px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0)) right bottom / 1px 92px no-repeat !important;
}

.intro-section .intro-copy > *,
.intro-section .intro-detail > * {
  position: relative !important;
  z-index: 2 !important;
}

.intro-section .section-mark {
  display: block !important;
  margin: 0 0 clamp(12px, 1.3vw, 18px) !important;
  color: var(--gold-2) !important;
  font-family: inherit !important;
  font-size: clamp(15px, 1.04vw, 18px) !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.intro-section h2,
html[dir="ltr"] .intro-section h2 {
  max-width: 11.8ch !important;
  margin: 0 !important;
  color: var(--navy) !important;
  font-family: inherit !important;
  font-size: clamp(38px, 3.6vw, 58px) !important;
  font-weight: 950 !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

.intro-section p,
html[dir="ltr"] .intro-section p {
  max-width: none !important;
  margin: 0 !important;
  color: rgba(0, 27, 61, 0.68) !important;
  font-family: inherit !important;
  font-size: clamp(16px, 1.18vw, 19px) !important;
  font-weight: 850 !important;
  line-height: 1.62 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 1180px) {
  .intro-section {
    grid-template-columns: minmax(370px, 0.45fr) minmax(0, 0.55fr) !important;
    min-height: clamp(520px, 58vw, 640px) !important;
    padding: clamp(28px, 4vw, 48px) !important;
  }

  .intro-section h2,
  html[dir="ltr"] .intro-section h2 {
    font-size: clamp(34px, 4vw, 52px) !important;
  }
}

@media (max-width: 980px) {
  .intro-section {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    margin: clamp(54px, 9vw, 78px) auto !important;
  }

  .intro-section::after {
    display: none !important;
  }

  .intro-section > picture.intro-media {
    position: relative !important;
    order: 1 !important;
    width: 100% !important;
    height: clamp(300px, 64vw, 460px) !important;
    border: 1px solid rgba(207, 225, 242, 0.88) !important;
    border-radius: 26px !important;
    background: #f7fbff !important;
    box-shadow:
      0 20px 52px rgba(0, 27, 61, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  }

  .intro-section > .intro-media::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.56) 100%),
      radial-gradient(90% 70% at 12% 92%, rgba(255, 255, 255, 0.60), rgba(255, 255, 255, 0) 54%) !important;
  }

  .intro-section > .intro-media .intro-visual {
    object-position: 58% center !important;
  }

  .intro-section .intro-copy,
  .intro-section .intro-detail {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 24px !important;
    -webkit-backdrop-filter: blur(7px) saturate(1.14) brightness(1.04) !important;
    backdrop-filter: blur(7px) saturate(1.14) brightness(1.04) !important;
  }

  .intro-section .intro-copy {
    order: 2 !important;
    align-self: flex-start !important;
    width: min(66%, 318px) !important;
    max-width: min(66%, 318px) !important;
    margin: -58px 0 0 14px !important;
    padding: 18px 16px 20px !important;
    text-align: center !important;
  }

  html[dir="rtl"] .intro-section .intro-copy,
  html[dir="ltr"] .intro-section .intro-copy {
    margin-right: 0 !important;
    margin-left: 14px !important;
    text-align: center !important;
  }

  .intro-section .intro-detail {
    order: 3 !important;
    margin: 14px 0 0 !important;
    padding: 18px 16px !important;
  }

  .intro-section .section-mark {
    display: inline-flex !important;
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 30px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 10px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(201, 149, 42, 0.30) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.38) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .intro-section h2,
  html[dir="ltr"] .intro-section h2 {
    max-width: none !important;
    margin: 0 auto !important;
    font-size: clamp(24px, 7vw, 36px) !important;
    line-height: 1.03 !important;
    text-align: center !important;
  }

  .intro-section p,
  html[dir="ltr"] .intro-section p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 680px) {
  .intro-section {
    margin: 56px auto 68px !important;
  }

  .intro-section > picture.intro-media {
    height: var(--mobile-feature-height) !important;
    border-radius: 22px !important;
  }

  .intro-section .intro-copy {
    width: min(66%, 278px) !important;
    max-width: min(66%, 278px) !important;
    padding: 16px 14px 18px !important;
  }

  .intro-section h2,
  html[dir="ltr"] .intro-section h2 {
    font-size: clamp(23px, 7.2vw, 32px) !important;
    line-height: 1.04 !important;
  }
}
/* ── Basic package video + section navigation polish v15 ─────────────
   This final EOF pass wins over earlier accumulated overrides. It locks the
   corner video to EN/right and AR/left, keeps the cropped black-bar-free MP4,
   adds the quiet divider rhythm, and fits the expanded header nav. */
.nav-links {
  gap: clamp(10px, 1.6vw, 24px) !important;
  font-size: clamp(11px, 0.74vw, 13px) !important;
  white-space: nowrap !important;
}

.mobile-menu a[href="#faq"],
.mobile-menu a[href="#quote"] {
  font-weight: 900 !important;
}

.section,
.proof-system-section,
.areas-section,
.booking-section {
  box-shadow:
    inset 0 1px 0 rgba(213, 228, 240, 0.95),
    var(--section-extra-shadow, none) !important;
}

.trust-strip + .section,
.section + .section,
.section + .proof-system-section,
.proof-system-section + .section,
.section + .areas-section,
.areas-section + .section,
.faq-section + .booking-section {
  margin-top: clamp(18px, 2.5vw, 34px) !important;
}

.services-section > .section-head {
  min-height: clamp(250px, 22vw, 340px) !important;
  padding-inline:
    clamp(28px, 4vw, 56px)
    clamp(140px, 13vw, 208px) !important;
}

html[dir="rtl"] .services-section > .section-head {
  padding-inline:
    clamp(140px, 13vw, 208px)
    clamp(28px, 4vw, 56px) !important;
}

.services-section > .section-head > .basic-head-video {
  --video-radius: 22px;
  position: absolute !important;
  z-index: 5 !important;
  top: clamp(18px, 2.1vw, 30px) !important;
  right: auto !important;
  left: clamp(18px, 2.8vw, 36px) !important;
  width: clamp(104px, 9.6vw, 156px) !important;
  aspect-ratio: 1 !important;
  display: block !important;
  overflow: hidden !important;
  pointer-events: none !important;
  border-radius: var(--video-radius) !important;
  border: 1px solid rgba(204, 228, 245, 0.96) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(231, 244, 252, 0.44)),
    rgba(255, 255, 255, 0.46) !important;
  box-shadow:
    0 18px 42px rgba(0, 27, 61, 0.13),
    0 8px 18px rgba(120, 176, 211, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(126, 178, 214, 0.22) !important;
  -webkit-backdrop-filter: blur(5px) saturate(1.14) brightness(1.04) !important;
  backdrop-filter: blur(5px) saturate(1.14) brightness(1.04) !important;
}

html[dir="ltr"] .services-section > .section-head > .basic-head-video {
  right: clamp(18px, 2.8vw, 36px) !important;
  left: auto !important;
}

html[dir="rtl"] .services-section > .section-head > .basic-head-video {
  right: auto !important;
  left: clamp(18px, 2.8vw, 36px) !important;
}

.services-section > .section-head > .basic-head-video video {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.08) !important;
  filter: saturate(1.05) contrast(1.02) brightness(1.04) !important;
}

@media (max-width: 980px) {
  .services-section > .section-head,
  html[dir="rtl"] .services-section > .section-head {
    min-height: clamp(220px, 36vw, 300px) !important;
    padding-top: clamp(74px, 12vw, 100px) !important;
    padding-inline: clamp(22px, 4vw, 36px) !important;
  }

  .services-section > .section-head > .basic-head-video {
    top: 14px !important;
    width: clamp(78px, 17vw, 112px) !important;
  }
}

@media (max-width: 680px) {
  .section,
  .proof-system-section,
  .areas-section,
  .booking-section {
    box-shadow: inset 0 1px 0 rgba(213, 228, 240, 0.95) !important;
  }

  .services-section > .section-head,
  html[dir="rtl"] .services-section > .section-head {
    min-height: 230px !important;
    padding-top: 72px !important;
  }

  .services-section > .section-head > .basic-head-video {
    --video-radius: 18px;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    width: clamp(70px, 21vw, 92px) !important;
  }

  html[dir="ltr"] .services-section > .section-head > .basic-head-video {
    right: 12px !important;
    left: auto !important;
  }

  html[dir="rtl"] .services-section > .section-head > .basic-head-video {
    left: 12px !important;
    right: auto !important;
  }
}
/* ── Section divider correction v16 ─────────────────────────────────
   Use a true top border for the requested separator so section/card shadows
   remain intact. */
.section,
.proof-system-section,
.areas-section,
.booking-section {
  border-top: 1px solid rgba(213, 228, 240, 0.95) !important;
}

.proof-system-section.proof-showcase-section {
  box-shadow:
    0 34px 88px rgba(0, 27, 61, 0.14),
    0 12px 30px rgba(116, 170, 207, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

/* ── Basic package heading collision guard v17 ─────────────────────── */
.services-section > .section-head h2 {
  position: relative;
  z-index: 2;
}

html[dir="ltr"] .services-section > .section-head {
  padding-right: clamp(9rem, 16vw, 14rem) !important;
}

html[dir="rtl"] .services-section > .section-head {
  padding-left: clamp(9rem, 16vw, 14rem) !important;
}

@media (max-width: 700px) {
  html[dir="ltr"] .services-section > .section-head,
  html[dir="rtl"] .services-section > .section-head {
    padding-right: clamp(1.35rem, 6vw, 2rem) !important;
    padding-left: clamp(1.35rem, 6vw, 2rem) !important;
  }
}

/* ── Mobile basic package video label clearance v18 ────────────────── */
@media (max-width: 700px) {
  .services-section > .section-head > .basic-head-video {
    width: 4.25rem !important;
    height: 4.25rem !important;
    top: 1rem !important;
  }
}

/* ── Intro generated team image fit v19 ──────────────────────────────
   Keeps the new team photo as the section surface while preventing the
   English proof headline from clipping inside the glass plate. */
@media (min-width: 981px) {
  .intro-section {
    grid-template-columns: minmax(500px, 0.47fr) minmax(0, 0.53fr) !important;
  }

  .intro-section .intro-copy,
  .intro-section .intro-detail {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
  }

  html[dir="ltr"] .intro-section h2 {
    max-width: 13.4ch !important;
    font-size: clamp(36px, 3vw, 56px) !important;
    line-height: 1.04 !important;
  }
}

@media (min-width: 981px) and (max-width: 1320px) {
  html[dir="ltr"] .intro-section h2 {
    font-size: clamp(36px, 2.95vw, 44px) !important;
  }
}

/* ── Compact proof intro v21 ─────────────────────────────────────────
   Lowers the hero-bridge section so it reads as a supporting trust block,
   not a second hero. */
@media (min-width: 981px) {
  .intro-section {
    grid-template-columns: minmax(360px, 0.39fr) minmax(0, 0.61fr) !important;
    min-height: clamp(420px, 33vw, 520px) !important;
    margin: clamp(34px, 4vw, 56px) auto clamp(50px, 5vw, 74px) !important;
    padding: clamp(28px, 3.3vw, 48px) !important;
  }

  .intro-section::before {
    inset: clamp(26px, 3.2vw, 44px) auto clamp(26px, 3.2vw, 44px) clamp(26px, 3.2vw, 44px) !important;
    width: min(42%, 500px) !important;
  }

  .intro-section > .intro-media::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.34) 32%, rgba(255, 255, 255, 0.06) 60%, rgba(255, 255, 255, 0) 82%),
      radial-gradient(100% 90% at 10% 16%, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0) 58%) !important;
  }

  .intro-section > .intro-media .intro-visual {
    object-position: 57% center !important;
    filter: saturate(0.98) contrast(0.98) brightness(1.02) !important;
  }

  .intro-section .intro-copy,
  .intro-section .intro-detail {
    width: min(100%, 430px) !important;
    max-width: 430px !important;
    padding-inline: clamp(18px, 2vw, 28px) !important;
  }

  .intro-section .intro-copy {
    padding-top: clamp(16px, 1.8vw, 26px) !important;
  }

  .intro-section .intro-detail {
    padding-bottom: clamp(16px, 2vw, 28px) !important;
  }

  .intro-section .section-mark {
    margin-bottom: clamp(8px, 0.85vw, 12px) !important;
    font-size: clamp(13px, 0.88vw, 15px) !important;
  }

  .intro-section h2,
  html[dir="ltr"] .intro-section h2 {
    max-width: 12.6ch !important;
    font-size: clamp(32px, 2.45vw, 43px) !important;
    line-height: 1.05 !important;
  }

  .intro-section p,
  html[dir="ltr"] .intro-section p {
    max-width: 36ch !important;
    margin-top: clamp(12px, 1.4vw, 18px) !important;
    font-size: clamp(14px, 0.95vw, 16px) !important;
    line-height: 1.56 !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .intro-section {
    grid-template-columns: minmax(330px, 0.42fr) minmax(0, 0.58fr) !important;
    min-height: clamp(395px, 39vw, 490px) !important;
  }

  .intro-section::before {
    width: min(46%, 450px) !important;
  }

  .intro-section h2,
  html[dir="ltr"] .intro-section h2 {
    font-size: clamp(30px, 3vw, 38px) !important;
  }
}

@media (max-width: 980px) {
  .intro-section {
    margin: clamp(38px, 7vw, 58px) auto clamp(46px, 7vw, 66px) !important;
  }

  .intro-section > picture.intro-media {
    height: clamp(220px, 52vw, 340px) !important;
  }

  .intro-section .intro-copy {
    width: min(70%, 286px) !important;
    max-width: min(70%, 286px) !important;
    margin-top: -48px !important;
    padding: 16px 14px 17px !important;
  }

  .intro-section .intro-detail {
    padding: 16px 14px !important;
  }

  .intro-section h2,
  html[dir="ltr"] .intro-section h2 {
    font-size: clamp(22px, 6.4vw, 30px) !important;
    line-height: 1.05 !important;
  }

  .intro-section p,
  html[dir="ltr"] .intro-section p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
}

/* ── Compact proof intro typography safety v23 ──────────────────────
   Final placement: wins over older intro overrides and gives Arabic glyphs
   enough vertical breathing room inside the glass plates. */
.intro-section .section-mark {
  line-height: 1.36 !important;
}

.intro-section h2,
html[dir="ltr"] .intro-section h2 {
  line-height: 1.14 !important;
}

.intro-section p,
html[dir="ltr"] .intro-section p {
  line-height: 1.62 !important;
}

@media (max-width: 980px) {
  .intro-section h2,
  html[dir="ltr"] .intro-section h2 {
    line-height: 1.16 !important;
  }

  .intro-section p,
  html[dir="ltr"] .intro-section p {
    line-height: 1.62 !important;
  }
}

/* ── Arabic alignment + proof scale correction v28 ──────────────────
   Final RTL placement and hierarchy correction. This intentionally sits at
   the end so it wins over the legacy glass-plate layers above. */
html[dir="rtl"] .glass-access-card {
  right: clamp(32px, 4.8vw, 64px) !important;
  left: auto !important;
  text-align: right !important;
}

html[dir="rtl"] .glass-access-card .section-mark,
html[dir="rtl"] .glass-access-card h2,
html[dir="rtl"] .glass-access-card .area-intro {
  width: 100% !important;
  text-align: right !important;
}

html[dir="rtl"] .reviews-section .section-head {
  justify-self: right !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: right !important;
}

html[dir="rtl"] .reviews-section .section-head .section-mark,
html[dir="rtl"] .reviews-section .section-head h2,
html[dir="rtl"] .reviews-section .reviews-title-glass,
html[dir="rtl"] .reviews-section .reviews-title-line,
html[dir="rtl"] .reviews-section .reviews-context {
  width: 100% !important;
  text-align: right !important;
}

html[dir="rtl"] .reviews-section .reviews-title-glass {
  align-items: flex-end !important;
}

@media (min-width: 981px) {
  .proof-system-section.proof-showcase-section {
    width: var(--container) !important;
    min-height: clamp(590px, 45vw, 652px) !important;
    max-height: 652px !important;
    padding: clamp(22px, 2.8vw, 38px) !important;
  }

  .proof-showcase-copy {
    width: min(100%, 500px) !important;
    max-width: 500px !important;
    gap: clamp(14px, 1.5vw, 20px) !important;
    padding: clamp(24px, 2.5vw, 34px) !important;
  }

  html[dir="rtl"] .proof-showcase-title h2 {
    max-width: 11.8ch !important;
    font-size: clamp(38px, 3.15vw, 52px) !important;
    line-height: 1.18 !important;
  }

  html[dir="rtl"] .proof-showcase-details > p {
    font-size: clamp(16px, 1.12vw, 20px) !important;
    line-height: 1.66 !important;
  }

  .proof-showcase-art img {
    object-position: 64% 48% !important;
  }

  .qa-head {
    min-height: 410px !important;
    height: 410px !important;
  }

  .qa-visual img {
    object-position: center 46% !important;
  }
}

@media (max-width: 680px) {
  html[dir="rtl"] .glass-access-card {
    right: 14px !important;
    left: auto !important;
  }

  html[dir="rtl"] .reviews-section .section-head {
    right: 14px !important;
    left: auto !important;
  }

  html[dir="rtl"] .proof-showcase-title h2 {
    line-height: 1.18 !important;
  }
}

@media (min-width: 681px) and (max-width: 980px) {
  .proof-showcase-art {
    height: clamp(300px, 48vw, 400px) !important;
  }

  .proof-showcase-copy {
    margin-top: -48px !important;
    gap: 12px !important;
  }

  .proof-showcase-title {
    width: min(60%, 300px) !important;
    max-width: min(60%, 300px) !important;
    padding: 16px 14px 18px !important;
  }

  html[dir="rtl"] .proof-showcase-title h2 {
    font-size: clamp(27px, 4.5vw, 34px) !important;
    line-height: 1.18 !important;
  }

  .proof-showcase-details {
    padding: 16px !important;
  }
}

/* ── Physical-left access card + clear non-hero plates v29 ──────────
   Keep the Areas copy physically left in both languages, preserve the
   mascot sightline, and use crisp glass edges rather than background blur
   everywhere below the hero. */
html[dir="rtl"] .glass-access-card,
html[dir="ltr"] .glass-access-card {
  left: clamp(32px, 4.8vw, 64px) !important;
  right: auto !important;
}

html[dir="rtl"] .glass-access-card {
  text-align: right !important;
}

#top > :not(.hero),
#top > :not(.hero) * {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

/* Show the full portrait mascot instead of cropping it into a square. */
.services-section > .section-head > .basic-head-video {
  width: clamp(148px, 13vw, 190px) !important;
  height: auto !important;
  aspect-ratio: 2 / 3 !important;
  background: rgba(255, 255, 255, 0.84) !important;
}

.services-section > .section-head > .basic-head-video video {
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

@media (max-width: 980px) {
  .services-section > .section-head > .basic-head-video {
    width: clamp(96px, 18vw, 126px) !important;
  }
}

@media (max-width: 680px) {
  html[dir="rtl"] .glass-access-card,
  html[dir="ltr"] .glass-access-card {
    left: 14px !important;
    right: auto !important;
  }

  .services-section > .section-head > .basic-head-video {
    width: clamp(86px, 24vw, 108px) !important;
    height: auto !important;
  }

  .services-section > .section-head,
  html[dir="rtl"] .services-section > .section-head {
    padding-top: clamp(154px, 43vw, 176px) !important;
  }
}

/* ── Clear intro photography v32 (authoritative) ─────────────────────
   Preserve the crisp glass edges while removing the fog layer that made
   the non-hero team photography appear blurred and blue-tinted. */
.intro-section > .intro-media::before,
.intro-section > .intro-media::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

.intro-section > .intro-media .intro-visual {
  filter: none !important;
  opacity: 1 !important;
}

/* ── Mobile feature composition v33 ──────────────────────────────────
   Bring the proof headline closer to the mascot, keep the QA mascot
   fully visible, and place the package mascot in the lower open space. */
@media (max-width: 680px) {
  .proof-showcase-copy {
    margin-top: -92px !important;
  }

  .qa-visual img {
    object-position: 30% center !important;
  }

  .services-section > .section-head > .basic-head-video {
    top: auto !important;
    bottom: 22px !important;
    width: clamp(92px, 26vw, 108px) !important;
    height: auto !important;
  }

  .services-section > .section-head,
  html[dir="rtl"] .services-section > .section-head {
    min-height: 500px !important;
  }

  .service-trust-badges {
    width: calc(100% - 116px) !important;
    max-width: calc(100% - 116px) !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  html[dir="rtl"] .service-trust-badges {
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  html[dir="ltr"] .services-section > .section-head > .basic-head-video {
    right: 16px !important;
    left: auto !important;
  }

  html[dir="rtl"] .services-section > .section-head > .basic-head-video {
    right: auto !important;
    left: 16px !important;
  }
}

/* ── Compact mobile package header v34 ───────────────────────────────
   The mascot now lives in the lower corner, so the old top reservation is
   unnecessary. Keep only enough lower space for the mascot/badge row. */
@media (max-width: 680px) {
  .services-section > .section-head,
  html[dir="rtl"] .services-section > .section-head {
    min-height: 390px !important;
    padding-top: 28px !important;
    padding-bottom: 166px !important;
    align-content: start !important;
  }
}

/* ── Arabic review context alignment v35 ─────────────────────────────
   Keep the compact supporting sentence anchored to the right edge of the
   review title card instead of allowing the legacy auto margin to center it. */
html[dir="rtl"] .reviews-section .reviews-context {
  margin-left: auto !important;
  margin-right: 0 !important;
  text-align: right !important;
}

/* ── Wider desktop proof copy plate v36 ──────────────────────────────
   Give the Arabic proof headline enough measure to finish cleanly without
   changing the compact mobile composition. */
@media (min-width: 981px) {
  .proof-system-section.proof-showcase-section {
    grid-template-columns: minmax(0, 56fr) minmax(0, 44fr) !important;
  }

  .proof-showcase-copy {
    width: min(100%, clamp(520px, 43vw, 620px)) !important;
    max-width: clamp(520px, 43vw, 620px) !important;
  }

  .proof-showcase-title h2,
  html[dir="ltr"] .proof-showcase-title h2,
  html[dir="rtl"] .proof-showcase-title h2 {
    max-width: 100% !important;
  }
}

/* ── Wide desktop English proof fit v41 ─────────────────────────────
   English needs more horizontal measure than Arabic. Use the available
   left side of the artwork so the headline wraps to fewer lines and the
   complete service-record note remains inside the section frame. */
@media (min-width: 1500px) {
  html[dir="ltr"] .proof-system-section.proof-showcase-section {
    grid-template-columns: minmax(0, 60fr) minmax(0, 40fr) !important;
  }

  html[dir="ltr"] .proof-showcase-copy {
    align-self: start !important;
    width: min(100%, 720px) !important;
    max-width: 720px !important;
    gap: 14px !important;
    padding: 28px 34px !important;
  }

  html[dir="ltr"] .proof-showcase-title h2 {
    max-width: 100% !important;
  }

  html[dir="ltr"] .proof-showcase-actions,
  html[dir="ltr"] .proof-showcase-note {
    margin-top: 14px !important;
  }
}

/* ── Integrated package mascot video v42 ────────────────────────────
   Let the cleaning mascot live directly on the package plate. Remove the
   accumulated glass frame, inset edge, fog layer, and floating-card shadow
   while preserving the existing responsive position and full-body crop. */
.services-section > .section-head > .basic-head-video {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.services-section > .section-head > .basic-head-video::before,
.services-section > .section-head > .basic-head-video::after {
  content: none !important;
  display: none !important;
}

.services-section > .section-head > .basic-head-video video {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  mix-blend-mode: normal !important;
}

/* ── Detached section shadows v45 ───────────────────────────────────
   Keep each glass plate dimensional without casting broad shadows into
   the neighboring image, card grid, or following section. */
.proof-system-section.proof-showcase-section,
.qa-head,
.areas-hero {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

.services-section > .section-head,
.keep-section > .section-head,
.reviews-section > .section-head,
.proof-showcase-copy,
.qa-head > div,
.glass-access-card,
.intro-copy,
.intro-detail {
  box-shadow:
    0 10px 20px rgba(0, 27, 61, 0.07),
    0 3px 8px rgba(120, 176, 211, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(126, 178, 214, 0.26),
    inset 1px 0 0 rgba(255, 255, 255, 0.78),
    inset -1px 0 0 rgba(121, 176, 214, 0.18) !important;
}

/* ── Crystal Edge System ─────────────────────────────────────────── */

.service-card,
.keep-card,
.tier-card,
.review-card,
.faq-grid details {
  box-shadow:
    0 8px 16px rgba(0, 27, 61, 0.065),
    0 2px 6px rgba(120, 176, 211, 0.045),
    /* outer crystal rim */
    0 0 0 1px rgba(255, 255, 255, 0.48),
    0 0 0 2px rgba(220, 238, 252, 0.18),
    /* inner light */
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(126, 178, 214, 0.22),
    inset 1px 0 0 rgba(255, 255, 255, 0.74),
    inset -1px 0 0 rgba(121, 176, 214, 0.14) !important;
}

/* dark process cards: softer outer rim */
.area-process > div {
  box-shadow:
    0 8px 16px rgba(0, 27, 61, 0.065),
    0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(126, 178, 214, 0.22),
    inset 1px 0 0 rgba(255, 255, 255, 0.74),
    inset -1px 0 0 rgba(121, 176, 214, 0.14) !important;
}

/* glass access card: keep existing shadow, add subtle rim */
.glass-access-card {
  box-shadow:
    0 10px 36px rgba(0, 27, 61, 0.07),
    0 0 0 1px rgba(255, 255, 255, 0.45) !important;
}

/* booking panel & form: keep existing shadow, add crystal rim */
.booking-panel,
.booking-form {
  box-shadow:
    0 28px 70px rgba(0, 27, 61, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.68),
    0 0 0 2px rgba(220, 238, 252, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -24px 48px rgba(0, 112, 184, 0.055) !important;
}

/* ── Prism Glow for Price Boxes ─────────────────────────────────── */

#services .price-list li,
#keep .price-list li {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 2px 8px rgba(0, 27, 61, 0.04),
    0 0 0 1px rgba(255, 255, 255, 0.40),
    0 0 10px rgba(180, 210, 255, 0.15),
    0 0 10px rgba(255, 210, 195, 0.10),
    0 0 10px rgba(195, 240, 220, 0.10) !important;
}

#qa .tier-card > b {
  position: relative;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 2px 8px rgba(0, 27, 61, 0.04),
    0 0 0 1px rgba(255, 255, 255, 0.40),
    0 0 10px rgba(180, 210, 255, 0.15),
    0 0 10px rgba(255, 210, 195, 0.10),
    0 0 10px rgba(195, 240, 220, 0.10) !important;
}

/* dark price boxes: muted glow */
.keep-card.featured .price-list li,
.keep-card.silver .price-list li,
#qa .tier-card.silver > b,
#qa .tier-card.featured > b {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.10),
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 10px rgba(180, 210, 255, 0.08) !important;
}

/* dark cards: softer crystal rim */
.keep-card.silver,
.tier-card.silver,
.keep-card.featured,
.tier-card.featured {
  box-shadow:
    0 8px 16px rgba(0, 27, 61, 0.065),
    0 0 0 1px rgba(255, 255, 255, 0.20),
    0 0 0 2px rgba(220, 238, 252, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(126, 178, 214, 0.22),
    inset 1px 0 0 rgba(255, 255, 255, 0.74),
    inset -1px 0 0 rgba(121, 176, 214, 0.14) !important;
}

/* mobile: lighter crystal edge */
@media (max-width: 680px) {
  .service-card,
  .keep-card,
  .tier-card,
  .review-card {
    box-shadow:
      0 8px 16px rgba(0, 27, 61, 0.065),
      0 2px 6px rgba(120, 176, 211, 0.045),
      0 0 0 1px rgba(255, 255, 255, 0.45),
      inset 0 1px 0 rgba(255, 255, 255, 0.98),
      inset 0 -1px 0 rgba(126, 178, 214, 0.22),
      inset 1px 0 0 rgba(255, 255, 255, 0.74),
      inset -1px 0 0 rgba(121, 176, 214, 0.14) !important;
  }

  .area-process > div {
    box-shadow:
      0 8px 16px rgba(0, 27, 61, 0.065),
      0 0 0 1px rgba(255, 255, 255, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.98),
      inset 0 -1px 0 rgba(126, 178, 214, 0.22),
      inset 1px 0 0 rgba(255, 255, 255, 0.74),
      inset -1px 0 0 rgba(121, 176, 214, 0.14) !important;
  }

  .keep-card.silver,
  .tier-card.silver,
  .keep-card.featured,
  .tier-card.featured {
    box-shadow:
      0 8px 16px rgba(0, 27, 61, 0.065),
      0 0 0 1px rgba(255, 255, 255, 0.16),
      0 0 0 2px rgba(220, 238, 252, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.98),
      inset 0 -1px 0 rgba(126, 178, 214, 0.22),
      inset 1px 0 0 rgba(255, 255, 255, 0.74),
      inset -1px 0 0 rgba(121, 176, 214, 0.14) !important;
  }
}
