/* ── هوية seren 2026 ── */
@font-face {
  font-family: "Fatimah Arabic";
  src: url("assets/fonts/ar/FatimahArabicITF-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fatimah Arabic";
  src: url("assets/fonts/ar/FatimahArabicITF-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fatimah Arabic";
  src: url("assets/fonts/ar/FatimahArabicITF-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fatimah Arabic";
  src: url("assets/fonts/ar/FatimahArabicITF-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fatimah Arabic";
  src: url("assets/fonts/ar/FatimahArabicITF-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nordique Pro";
  src: url("assets/fonts/en/fontspring-demo-nordiquepro-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nordique Pro";
  src: url("assets/fonts/en/fontspring-demo-nordiquepro-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nordique Pro";
  src: url("assets/fonts/en/fontspring-demo-nordiquepro-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nordique Pro";
  src: url("assets/fonts/en/fontspring-demo-nordiquepro-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* ألوان الهوية — color codes.png */
  --seren-olive: #47462a;
  --seren-teal: #63a8a6;
  --seren-cream: #f5f1e8;

  --cream: var(--seren-cream);
  --cream-card: #fffdf9;
  --olive: var(--seren-olive);
  --olive-mid: #5a5938;
  --teal: var(--seren-teal);
  --teal-dark: #4f8a88;
  --muted: #534f45;
  --border: #ddd8cc;
  --radius: 16px;
  --shadow: 0 12px 40px rgba(71, 70, 42, 0.1);
  --font-ar: "Fatimah Arabic", system-ui, sans-serif;
  --font-en: "Nordique Pro", "Fatimah Arabic", system-ui, sans-serif;
  --font-symbols: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-ar);
  font-weight: 400;
  background-color: var(--cream);
  background-image:
    url("assets/pattern.png"),
    linear-gradient(165deg, var(--cream) 0%, #ebe6dc 45%, #e5e0d4 100%);
  background-size: 420px, auto;
  background-blend-mode: soft-light, normal;
  color: var(--olive);
  line-height: 1.75;
}

a { color: var(--olive-mid); text-decoration: none; }
a:hover { color: var(--teal-dark); }

h1, h2, h3, .section-title {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.brand span,
.stats-grid strong,
.step-num,
.timeline-year {
  font-family: var(--font-en);
}

/* Latin symbols (+ − tel digits) — avoid custom display fonts */
.sym,
a[href^="tel:"] {
  font-family: var(--font-symbols);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

img { max-width: 100%; height: auto; display: block; }

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
  background: rgba(245, 241, 232, 0.92);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  color: var(--olive);
  flex-shrink: 0;
}

.brand img { height: 48px; width: auto; }

.nav {
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  gap: 0.35rem 1rem;
  align-items: center;
  justify-content: center;
  font-size: 0.92rem;
  min-width: 0;
}

.nav a { padding: 0.25rem 0; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font-family: var(--font-en);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--olive);
}

.lang-switch:hover {
  border-color: var(--teal);
  color: var(--teal-dark);
}

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

html[dir="ltr"] h1,
html[dir="ltr"] h2,
html[dir="ltr"] h3,
html[dir="ltr"] .section-title,
html[dir="ltr"] .lead,
html[dir="ltr"] .btn,
html[dir="ltr"] .nav,
html[dir="ltr"] .footer-col,
html[dir="ltr"] label,
html[dir="ltr"] input,
html[dir="ltr"] textarea,
html[dir="ltr"] select {
  font-family: var(--font-en);
}

html[dir="ltr"] .text-link::after {
  content: none;
}

html[dir="ltr"] .card-link .text-link,
html[dir="ltr"] .branch-card a,
html[dir="ltr"] .footer-legal {
  font-family: var(--font-en);
}

html[dir="ltr"] .process-steps li {
  grid-template-columns: 2.5rem 1fr;
}

html[dir="ltr"] .timeline li {
  grid-template-columns: 5rem 1fr;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: var(--olive);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.85rem;
  white-space: nowrap;
  line-height: 1.2;
}

.nav-cta:hover { background: var(--teal-dark); color: #fff !important; }

.menu-toggle {
  display: none;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 10px;
  padding: 0.45rem 0.7rem;
  font: inherit;
  cursor: pointer;
}

.btn-ghost {
  background: transparent;
  border-color: var(--olive);
  color: var(--olive);
}

.btn-ghost:hover {
  background: var(--olive);
  color: #fff;
}

.loyalty-strip {
  padding: 1.75rem 0;
  background: rgba(99, 168, 166, 0.14);
  border-block: 1px solid rgba(99, 168, 166, 0.28);
}

.loyalty-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.loyalty-strip h2 {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
}

.loyalty-strip p {
  margin: 0;
  color: var(--muted);
}

.branch-meta {
  margin: 0.15rem 0 0;
  color: var(--olive-mid);
  font-size: 0.92rem;
}

.branch-city {
  margin: 0.15rem 0 0.75rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  margin-top: 0.85rem;
}

.social-row a {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--teal-dark);
}

.social-row a:hover {
  color: var(--olive);
}

.hero {
  padding: 5rem 0 3.25rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(99, 168, 166, 0.14);
  color: var(--teal-dark);
  font-size: 0.85rem;
  font-weight: 600;
}

h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
}

.lead {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 38rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.2rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.btn-primary {
  background: var(--olive);
  color: #fff;
}

.btn-primary:hover { background: var(--teal-dark); color: #fff; }

.btn-secondary {
  background: #fff;
  border-color: var(--border);
  color: var(--olive);
}

.btn-secondary:hover { border-color: var(--olive); }

.hero-card {
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  aspect-ratio: 4 / 3;
  background: var(--cream-card);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.section {
  padding: 3.5rem 0;
}

.section-alt {
  background: rgba(255, 255, 255, 0.45);
  border-block: 1px solid var(--border);
}

.mission-block {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
}

.mission-text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.9;
  color: var(--olive-mid);
}

.text-link {
  font-weight: 600;
  color: var(--teal-dark);
}

.text-link:hover { color: var(--olive); }

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.value-card {
  background: var(--cream-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.value-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  color: var(--olive);
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.timeline li {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1.25rem 1.5rem;
  background: var(--cream-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.timeline-year {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--teal-dark);
  line-height: 1.2;
}

.timeline li strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--olive);
}

.timeline li p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.section-title {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
}

.section-sub {
  margin: 0 0 2rem;
  color: var(--muted);
  max-width: 42rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.card {
  background: var(--cream-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem;
  box-shadow: var(--shadow);
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.pillar {
  text-align: center;
  padding: 1.25rem 0.75rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--border);
}

.pillar strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.pillar span {
  color: var(--muted);
  font-size: 0.88rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}

.team-member {
  text-align: center;
}

.team-photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 18px;
  border: 1px solid var(--border);
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: #2a2a2a;
  box-shadow: var(--shadow);
}

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

.team-member h3 {
  margin: 0;
  font-size: 1rem;
}

.team-member p {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.portal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.portal-card {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--cream-card);
  border: 1px solid var(--border);
}

.portal-card h3 { margin-top: 0; }

.stats-bar {
  padding: 1.5rem 0;
  background: var(--olive);
  color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
}

.stats-grid strong {
  display: block;
  font-size: 1.35rem;
  margin-bottom: 0.2rem;
}

.stats-grid span {
  font-size: 0.88rem;
  opacity: 0.88;
}

.process-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.process-steps li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.25rem;
  background: var(--cream-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.step-num {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--teal-dark);
  line-height: 1;
}

.process-steps h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.process-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.process-steps-inline {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.process-steps-inline li {
  grid-template-columns: 1fr;
  text-align: center;
}

.process-steps-inline .step-num {
  display: block;
  margin-bottom: 0.5rem;
}

.card-link .text-link {
  display: inline-block;
  margin-top: 0.75rem;
}

.branch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 720px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.branch-card,
.product-card {
  padding: 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--cream-card);
  box-shadow: var(--shadow);
}

.branch-card h3,
.product-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.branch-card p,
.product-card p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.product-card {
  display: block;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s;
}

.product-card:hover {
  border-color: var(--olive);
  transform: translateY(-2px);
  color: inherit;
}

.cta-strip {
  padding: 2.5rem 0;
  background: var(--olive);
  color: #fff;
}

.cta-strip h2 {
  margin: 0 0 0.35rem;
  font-size: 1.5rem;
}

.cta-strip p {
  margin: 0;
  opacity: 0.9;
}

.cta-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.cta-strip .btn-primary {
  background: #fff;
  color: var(--olive);
}

.cta-strip .btn-primary:hover {
  background: var(--cream);
  color: var(--olive);
}

.cta-strip .btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta-strip .btn-secondary:hover {
  border-color: #fff;
  color: #fff;
}

.footer-rich {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  padding-bottom: 1.5rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-col strong {
  color: var(--olive);
  margin-bottom: 0.25rem;
}

.footer-col a {
  font-size: 0.9rem;
}

.footer-tax {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  font-size: 0.85rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-hero {
  padding: 3rem 0 1.5rem;
}

.page-hero h1 { margin-bottom: 0.5rem; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border);
}

.contact-list li:last-child { border-bottom: 0; }

form label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
  color: var(--muted);
}

form input,
form textarea,
form select {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  font: inherit;
  background: #fff;
}

form textarea { min-height: 120px; resize: vertical; }

.site-footer {
  margin-top: 2rem;
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.note {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: rgba(99, 168, 166, 0.08);
  border: 1px solid rgba(99, 168, 166, 0.22);
  color: var(--olive-mid);
  font-size: 0.92rem;
}

@media (max-width: 1100px) {
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .nav {
    gap: 0.35rem 0.65rem;
    font-size: 0.88rem;
  }

  .nav-cta {
    padding: 0.45rem 0.75rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 900px) {
  .hero-grid,
  .split,
  .contact-grid,
  .pillars,
  .stats-grid { grid-template-columns: 1fr; }

  .branch-grid { grid-template-columns: 1fr; }

  .pillars { grid-template-columns: repeat(2, 1fr); }

  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .menu-toggle { display: inline-flex; }

  .brand { margin-inline-end: auto; }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    flex: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: var(--cream-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1rem;
    box-shadow: var(--shadow);
  }

  .nav.open { display: flex; }

  .header-inner { position: relative; }

  .header-actions {
    gap: 0.4rem;
  }
}

@media (max-width: 520px) {
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; }
  .team-member h3 { font-size: 0.92rem; }
  .team-member p { font-size: 0.8rem; }

  .timeline li { grid-template-columns: 1fr; gap: 0.5rem; }

  .nav-cta--short .nav-cta-full { display: none; }
  .nav-cta--short .nav-cta-short { display: inline; }
}

/* ── Accessibility ── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  padding: 0.65rem 1rem;
  background: var(--olive);
  color: #fff;
  border-radius: 0 0 10px 10px;
  font-weight: 600;
}

.skip-link:focus {
  top: 0;
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.site-header.is-scrolled {
  box-shadow: 0 4px 24px rgba(71, 70, 42, 0.08);
}

.nav a[aria-current="page"] {
  color: var(--teal-dark);
  font-weight: 600;
}

/* ── Scroll reveal: content readable without JS ── */
.reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  html.js .reveal.is-waiting {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
  }
  html.js .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* ── Hero polish ── */
.hero {
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 20%, rgba(99, 168, 166, 0.12), transparent 60%);
  pointer-events: none;
}

.hero > .container {
  position: relative;
}

/* ── Map section ── */
.map-section {
  padding-top: 0;
}

.map-wrap {
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: var(--cream-card);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: min(420px, 55vh);
  border: 0;
}

.map-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.map-tab {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font: inherit;
  font-size: 0.88rem;
  cursor: pointer;
  color: var(--olive);
  transition: background 0.2s, border-color 0.2s;
}

.map-tab:hover,
.map-tab.is-active {
  background: var(--olive);
  border-color: var(--olive);
  color: #fff;
}

/* ── FAQ ── */
.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 48rem;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--cream-card);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 600;
  text-align: inherit;
  cursor: pointer;
  color: var(--olive);
}

.faq-question::after {
  content: "";
  flex-shrink: 0;
  width: 0.85rem;
  height: 0.85rem;
  color: var(--teal-dark);
  background:
    linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat;
  transition: opacity 0.2s ease;
}

.faq-question[aria-expanded="true"]::after {
  background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
}

.faq-answer {
  padding: 0 1.25rem 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
}

.faq-answer[hidden] {
  display: none;
}

/* ── Legal prose ── */
.legal-prose {
  max-width: 42rem;
}

.legal-prose h2 {
  font-size: 1.15rem;
  margin: 2rem 0 0.65rem;
}

.legal-prose h2:first-child {
  margin-top: 0;
}

.legal-prose p,
.legal-prose ul {
  color: var(--muted);
  font-size: 0.95rem;
}

.legal-prose ul {
  padding-inline-start: 1.25rem;
}

/* ── Form ── */
.form-success {
  margin: 0 auto 1.5rem;
  width: min(1120px, calc(100% - 2rem));
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  background: rgba(99, 168, 166, 0.15);
  border: 1px solid rgba(99, 168, 166, 0.35);
  color: var(--olive);
  font-weight: 600;
  text-align: center;
}

form .form-error {
  display: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: rgba(180, 60, 60, 0.08);
  border: 1px solid rgba(180, 60, 60, 0.25);
  color: #8b3030;
  font-size: 0.9rem;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.85rem 0 1.1rem;
  color: var(--olive);
  font-size: 0.92rem;
}

.form-check input[type="checkbox"] {
  margin-top: 0.3rem;
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  accent-color: var(--olive);
}

.note a { color: var(--olive-mid); text-decoration: underline; }

form input:focus,
form textarea:focus,
form select:focus {
  outline: 2px solid rgba(99, 168, 166, 0.45);
  border-color: var(--teal);
}

form button[type="submit"]:disabled {
  opacity: 0.7;
  cursor: wait;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ── WhatsApp FAB ── */
.whatsapp-fab {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}

html[dir="ltr"] .whatsapp-fab {
  left: auto;
  right: 1.25rem;
}

.whatsapp-fab:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
  color: #fff;
}

.whatsapp-fab svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: currentColor;
}

.nav-cta-short { display: none; }
