
/* ============ Fonts ============ */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url(../fonts/fraunces.woff2) format('woff2');
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/atkinson-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/atkinson-700.woff2) format('woff2');
}

/* ============ Tokens ============ */
:root {
  --cobalt: #24418E;
  --cobalt-bright: #3558B5;
  --cobalt-deep: #15254F;
  --cobalt-night: #0E1A3A;
  --saffron: #F0A93C;
  --saffron-deep: #D98E1B;
  --sand: #FAF7F1;
  --sand-deep: #F1EBDE;
  --card: #FFFFFF;
  --ink: #1A2238;
  --body-c: #4A5370;
  --line: #E5DfD0;
  --line-cool: #D8DEEE;
  --on-dark: #F4F1E9;
  --on-dark-muted: #B9C2DC;
  --radius: 14px;
  --arch: 200px 200px 14px 14px;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Atkinson Hyperlegible', 'Segoe UI', Arial, sans-serif;
  --shadow-card: 0 1px 2px rgba(21,37,79,.06), 0 8px 24px -12px rgba(21,37,79,.18);
  --shadow-lift: 0 2px 4px rgba(21,37,79,.08), 0 18px 40px -16px rgba(21,37,79,.28);
  --wrap: 1140px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--cobalt); }
:focus-visible { outline: 3px solid var(--cobalt-bright); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3 { font-family: var(--font-display); line-height: 1.12; margin: 0; text-wrap: balance; font-weight: 600; }
h1 { font-size: clamp(2.4rem, 5.4vw, 3.9rem); letter-spacing: -0.015em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); letter-spacing: -0.01em; }
h3 { font-size: 1.25rem; }
p { margin: 0; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-tight { padding: 72px 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cobalt);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--saffron); flex: none; }
.on-dark .eyebrow { color: var(--saffron); }
.section-head { max-width: 640px; display: grid; gap: 14px; margin-bottom: 48px; }
.section-head p { color: var(--body-c); }
.section-head.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.centered .eyebrow { justify-content: center; }
.section-head.centered .eyebrow::before { display: none; }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 12px 26px;
  border-radius: 999px; border: 2px solid transparent;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem; line-height: 1.2;
  text-decoration: none; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.btn:active { transform: scale(.97); }
.btn svg { flex: none; }
.btn-primary { background: var(--saffron); color: var(--ink); box-shadow: 0 10px 22px -10px rgba(217,142,27,.55); }
.btn-primary:hover { background: #F5B95C; transform: translateY(-2px); box-shadow: 0 16px 28px -12px rgba(217,142,27,.6); }
.btn-outline { border-color: var(--cobalt); color: var(--cobalt); background: transparent; }
.btn-outline:hover { background: var(--cobalt); color: #fff; transform: translateY(-2px); }
.on-dark .btn-outline { border-color: rgba(244,241,233,.55); color: var(--on-dark); }
.on-dark .btn-outline:hover { background: rgba(244,241,233,.12); border-color: var(--on-dark); }
.btn-whatsapp { background: #1FA855; color: #fff; box-shadow: 0 10px 22px -10px rgba(31,168,85,.55); }
.btn-whatsapp:hover { background: #23BB60; transform: translateY(-2px); }

/* ============ Header ============ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,247,241,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 20px -14px rgba(21,37,79,.25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.logo-mark { height: 46px; width: auto; flex: none; display: block; }
.site-footer .logo-mark { height: 42px; }
.logo-text { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; letter-spacing: -.01em; line-height: 1; white-space: nowrap; }
.logo-text small { display: block; font-family: var(--font-body); font-weight: 700; font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: var(--cobalt); margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 2px; flex: none; }
.main-nav a {
  display: inline-flex; align-items: center; min-height: 44px; padding: 6px 13px;
  border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .95rem;
  white-space: nowrap; flex: none;
  color: var(--body-c); transition: color .15s ease, background-color .15s ease;
}
.main-nav a:hover { color: var(--cobalt); background: rgba(36,65,142,.07); }
.main-nav a.active { color: var(--cobalt); background: rgba(36,65,142,.1); }
.header-cta { display: inline-flex; }
.header-cta .btn { min-height: 44px; padding: 9px 20px; font-size: .92rem; }
.menu-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--line);
  background: var(--card); border-radius: 12px; cursor: pointer; padding: 0;
  align-items: center; justify-content: center; color: var(--ink);
}
.mobile-nav { display: none; }
@media (max-width: 920px) {
  .main-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-nav {
    display: none; flex-direction: column; gap: 4px;
    padding: 10px 24px 22px; border-top: 1px solid var(--line);
    background: var(--sand);
  }
  .mobile-nav.open { display: flex; }
  .mobile-nav a {
    display: flex; align-items: center; min-height: 48px; padding: 8px 14px;
    border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 1.05rem;
    color: var(--ink);
  }
  .mobile-nav a.active { background: rgba(36,65,142,.1); color: var(--cobalt); }
  .mobile-nav .btn { margin-top: 10px; }
}

/* ============ Pages / router ============ */
.page { display: none; }
.page.current { display: block; }
.skip-link {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
  z-index: 200;
}
.skip-link:focus {
  position: fixed; inset-inline-start: 12px; top: 12px; width: auto; height: auto;
  margin: 0; overflow: visible; clip: auto; white-space: normal;
  background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 12px;
  text-decoration: none; font-weight: 700;
}

/* ============ Zellige pattern & arches ============ */
.on-dark { background: var(--cobalt-deep); color: var(--on-dark); }
.on-dark h1, .on-dark h2, .on-dark h3 { color: var(--on-dark); }
.zellige {
  position: relative;
  background-image:
    radial-gradient(ellipse at 85% -10%, rgba(53,88,181,.5), transparent 55%),
    radial-gradient(ellipse at 0% 110%, rgba(14,26,58,.9), transparent 60%);
}
.zellige::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .06;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAABsCAYAAACrUxpIAAAJi0lEQVR4nO2caYwcxRXH/7WetTGHbQ4n5jC2gYAIp0HKpXwBcQsDVoT4wCGIIBwKUUJEAgKkiKBEihJIAigK4ChgJM5EgiQiMQIlERAFgo0FAoO4HGA5bGzL2BjvzswfveXV8lzununZ3Tl69/2kVs/0dFdV13v1qurVqwEcx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecp6uQnFLk2mQiYBJCUt67L4RQIzkdwOUA5HxjCOEjVYp6CIHdLqvTZqwFIHkMyef4OatInmx+r7hAJrBViMpAcgbJX5GsqyIM6RH5PckvmOf6ul1+p31W4TSSL6vgRSGk24jUjJK8TfJCm4Z2NU5ZkZYdhUhyL5JLjPCtRUipms/LSB5l0pzUg87Sdw/6/TskB4wVsFYhj7pRjE9I/pzkTKNo3o2UgUQRjiT5j5yWX5Sq+fwKyTNN+hXvRsoxaJxO8ickPzZCjWOD0VBPupg/kTzY5O3dSA9bhZNIrshp4WOlZrqbjSSvJDk1lsGtRZexfTnJOST/kCjCWKxCI6ySPUPyWFMm9110SxnM5/NIvpUzlWwX9UQxbiO5T1cqY7JjppKHkPxbTsvtFDVjid4neYkPNjurDHHguJjkpg50D0UZMpbpl7asZaKMc+noLVwIYCfzHvUulqkGoKLleBPAv9SKlW5xrIwKIZUvPAbg6wAeUCUZXqHssGLUtTySdxXALQC+EkL4i/wYQuimkk668cMx5tpxJP9pzHe7u5B64pd4lORXTXnK2NDK7YAieTvJo5PZxrm6hG0VY7ypJp7Ls03+7ovotDLoeaYK5CL9Ps38tgvJ60iuZ/vYTPJnJGcZJXWr0GmM0GfpgtP51hmUeCwXkPwjya3j1H3UdRbxMMlDTT6lm0lMVIUYJHlB6h3U1mq/31pgubtoN3HvRO8eyupmjYLYTiAaB1nVNQYZ+b8/DvlRz+INlTz7QwiDmICUtd8ToTSb0kmQbH2clb5PFW7CTifLqhDCNI2UbkZ9nBxExCSgFF1GRl+9EcCPATyu3+sFLUrNCDaYY5vs8PkR74ueyP6xlL8MYf2VsuyfSAaM0h38It7XxCO4FsAQgOG4hQKEjGtxJrG+lXJHZYqKUIb9HqUYJYufQc4hhK3JdVEONqpkktKqFwCYB2AOgIMA7AdgNoC5APYEsKMK8GMAa3Q9Qs6rAbwC4F0A7wBYFUL4pEE5hxUnKrC5voNez322Vwg93kWIoG4AsEgFPwDgWQD/BvBkCGGNeabl1qczkd0ASPBsv1qAdSGELaO1YnpN0vsGgG/qeV/96e8ArgKwSb70sqXo1SXu3zbwDXxA8m5Zx8h6NiOyaooGxVb0c18B93jF3m/HMmlkt9kJtkT3dOTxm7xyOg0Eoufl6oDaql7CahJ3EPmPeC1jfGPRClehDrudzREKPGc9ouI2P5vkE0mZalrWqn7eqsdy+45Oaxbi4sRbaFcxYwibdUuv0AWu0I79E9w2hlMsx4UkXzD5p2WK3+2C2BWpUjkFK1/P3zWbbPKUI1qPyJMkTzBpVcZ5488ikv9NrEGtgRII75L8QUxv0itBRr+cd4z016al70HyHJIPkdyQVLTtQlLFuIfk/kaoLVsLbru8fiDJ+xLFtHmn6yXy1wKPkPy2vENGN1WkPgp1Y6VitGZbK2Nacm1ftRpZfXa0GtZ6fEjye9bUt5B/Rc/9ugdjQ2IRYl7pmOYJzXNBkt7IMv1o6gIdoO2aJxVgHDNfA3A4AGktM+ItALbolE+Ot6MfIISwuUnaEqUkW+sWq28hIotaMaYxKoB4Na8IIaxUoYQ8hxY/q3wpuAj3aAA3a7ieEKeXNm3hdQB/lpC+EMLTTcot7y5/NzBf/SDyfabxh0ge8u4yrX4+pmfrspSYVnkUyadYnC0kV5N8XKee0l0cHh08Gfnsotv8HzCR2NQWPGhMufx2ZZG/FOJn1ulaLQtNOnYQK7u37te8o4Kn6e0siivBPCTvUOsxoDOOosgzR9o6LSXaV4qJX2NM7VCDo1EspFx/jeSDJC+TIJUs80/yAJI/Ivls8rwNlPkrybkZsRRTTHDNMlPmVHjLtQuxVimmsQPJhSR/qGOeuIEoCzuVzjtqZlC6T+nHEySvNwJpNTopVlZWbKT8Lub/1yRPJLlrkq8MyI7VqKm15jlp6VRBLcoo72KS7yT3xrGIpHV8qogkZ+vM43ckX8x5H/su9RajuGLdXYuyQ3KpVoKt3NGQKknKW5rXWSKgpAxzZf5P8unkGUnralWefo3FTAX1P5LfjxbFpDlHHVL3aOtNsU6psTKoaS1B2SF5uhFofLE4Qh/rFv3YBaWVPqAbf08lGTfzxHHBCdrvx78KEPYmOS8JopXxyCmJ/2FHTfNO3bZnySvLaN4rVf5YT99CmTGDyusadBnWkWPHErUWFSdWYCoQCcu/geRhSdmOUIsi3c5U/U+JlboWcWhy70JN46UmDrJWBJ31vnnpDMXuot2Dyo5NO2WWoFNE2YL3JQA7A5ilU60i2F1ZoUCQi9wb4xIEWTpfBmApgEdCCMMrjtK9xFVTkruGEIZjHnTWcAaAcwDIpqBKEoEV4x1snlkBNtB7iwpSyrkBwEcSwwngGQD3hhBWdGLa2ZERq2i1nfOrGRZTLgPBvfQsh3gV99PPe5rfphcoaxQUE0WJ1+1AUGIc7gZwVwhhdaK48wGcC+A8AAdk+DZiOdK8mglcyrFJhS2+lvfUz/B/9btEP8wHsgQv94YQqrbO0jiLdtCxKYyauuFNuUX3PGornaExC6Io841DZ55amC8C2L1JUjF8rq5liKFwIoDbAFyj338K4FJNFxppFa1Bs1ZOFeZaTVeEvFoFL+c3AHwo4X/NHG7m/Uf2rHZqn2hX5rRmLm1bnG1520Ud5aTTp8ogM4DZamEOUuuyvwamiHCz3NVDqhibVcmmqvCmmd9SqkbYb2ok1Sr1Ur6nJn59M7NuQuy2e2/b3XTDK9nTTo7oYtavqbluGh1FcjcV9sFqVb4M4AgAe2t3JAyqK72iJjzOKgbUtK8E8BKA1wC8rC71dQXKbccY24wretn93NNBtlpxbMHSjAhALIwKbp22YvvcDB0fyB+SymC3plbhJlk7APACgFdDCBsb5D2licDb3t9POgsxFhJl6WvFsuS09BGh93ILdxzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcTAB+BQo+Q1KGbm38QAAAABJRU5ErkJggg==");
  background-size: 132px 108px;
}
.zellige > * { position: relative; }

.arch-frame { border-radius: var(--arch); overflow: hidden; box-shadow: var(--shadow-lift); }
.arch-frame img { width: 100%; height: 100%; object-fit: cover; }

/* ============ Hero ============ */
.hero { overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
  padding-block: 84px 96px;
}
.hero-copy { display: grid; gap: 26px; justify-items: start; }
.hero-copy .lede { font-size: 1.16rem; color: var(--on-dark-muted); max-width: 34rem; }
.hero-copy .lede strong { color: var(--on-dark); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px;
  border: 1px solid rgba(244,241,233,.28); background: rgba(244,241,233,.08);
  font-size: .85rem; font-weight: 700; color: var(--on-dark);
}
.chip svg { color: var(--saffron); flex: none; }
.hero-visual { position: relative; }
.hero-visual .arch-frame { aspect-ratio: 4 / 4.6; }
.hero-stat {
  position: absolute; left: -26px; bottom: 34px;
  background: var(--card); color: var(--ink);
  border-radius: 16px; padding: 16px 22px;
  box-shadow: var(--shadow-lift);
  display: flex; align-items: center; gap: 14px;
}
.hero-stat .num { font-family: var(--font-display); font-weight: 700; font-size: 2rem; line-height: 1; color: var(--cobalt); }
.hero-stat .lbl { font-size: .82rem; font-weight: 700; color: var(--body-c); line-height: 1.3; }
.hero-star { position: absolute; top: -18px; right: -14px; width: 74px; height: 74px; color: var(--saffron); }
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; padding-block: 56px 72px; }
  .hero-visual .arch-frame { aspect-ratio: 4 / 3.4; }
  .hero-stat { left: 12px; bottom: 18px; }
  .hero-star { display: none; }
}

/* ============ Trust strip ============ */
.trust-strip { background: var(--card); border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 30px 22px; text-align: center; display: grid; gap: 4px; border-inline-start: 1px solid var(--line); }
.trust-item:first-child { border-inline-start: none; }
.trust-item .num { font-family: var(--font-display); font-weight: 700; font-size: 2.1rem; color: var(--cobalt); line-height: 1.1; font-variant-numeric: tabular-nums; }
.trust-item .lbl { font-size: .88rem; font-weight: 700; color: var(--body-c); }
@media (max-width: 760px) {
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { border-inline-start: none; border-top: 1px solid var(--line); }
  .trust-item:nth-child(-n+2) { border-top: none; }
}

/* ============ Cards & grids ============ */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 920px) { .grid-3 { grid-template-columns: 1fr; } .grid-2 { grid-template-columns: 1fr; } }

.benefit-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; display: grid; gap: 14px; align-content: start;
  box-shadow: var(--shadow-card);
  transition: transform .2s ease, box-shadow .2s ease;
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.icon-tile {
  width: 52px; height: 52px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(36,65,142,.09); color: var(--cobalt);
}
.benefit-card p { color: var(--body-c); font-size: .98rem; }

.service-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; display: grid; gap: 12px; align-content: start;
  box-shadow: var(--shadow-card); text-decoration: none; color: var(--ink);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--line-cool); }
.service-card p { color: var(--body-c); font-size: .96rem; }
.service-card .go { font-weight: 700; font-size: .9rem; color: var(--cobalt); display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; }

/* ============ Témoignages ============ */
.testimonial {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 30px; display: grid; gap: 18px; align-content: start; box-shadow: var(--shadow-card);
}
.testimonial .stars { display: flex; gap: 3px; color: var(--saffron); }
.testimonial blockquote { margin: 0; font-size: 1.02rem; color: var(--ink); }
.testimonial figcaption { display: grid; gap: 2px; }
.testimonial .who { font-weight: 700; }
.testimonial .role { font-size: .85rem; color: var(--body-c); }

/* ============ Split (about preview / story) ============ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split .arch-frame { aspect-ratio: 4 / 4.4; }
.split-copy { display: grid; gap: 18px; justify-items: start; }
.split-copy p { color: var(--body-c); }
.tick-list { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 12px; }
.tick-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); font-weight: 700; }
.tick-list svg { color: var(--saffron-deep); flex: none; margin-top: 3px; }
.tick-list small { display: block; font-weight: 400; color: var(--body-c); font-size: .93rem; }
@media (max-width: 920px) { .split { grid-template-columns: 1fr; gap: 36px; } }

/* ============ CTA band ============ */
.cta-band { border-radius: 22px; overflow: hidden; }
.cta-band-inner { padding: 72px 56px; display: grid; gap: 22px; justify-items: center; text-align: center; }
.cta-band-inner p { color: var(--on-dark-muted); max-width: 34rem; }
.cta-band .hero-ctas { justify-content: center; }
@media (max-width: 700px) { .cta-band-inner { padding: 52px 26px; } }

/* ============ Gallery ============ */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); aspect-ratio: 4 / 3; }
.gallery-item.tall { grid-row: span 2; aspect-ratio: auto; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 34px 18px 14px;
  background: linear-gradient(to top, rgba(14,26,58,.82), transparent);
  color: #fff; font-size: .88rem; font-weight: 700;
}
@media (max-width: 920px) { .gallery-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: 1fr; } .gallery-item.tall { grid-row: auto; aspect-ratio: 4/3; } }

/* ============ Steps ============ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; display: grid; gap: 10px; align-content: start; box-shadow: var(--shadow-card);
}
.step .n {
  font-family: var(--font-display); font-weight: 700; font-size: 2.4rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px var(--cobalt);
}
.step h3 { font-size: 1.1rem; }
.step p { color: var(--body-c); font-size: .93rem; }
@media (max-width: 920px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* ============ FAQ ============ */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-card); overflow: hidden; }
.faq summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  font-weight: 700; font-size: 1.02rem; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  min-height: 44px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--font-display); font-size: 1.5rem; color: var(--cobalt);
  transition: transform .2s ease; flex: none; line-height: 1;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-body { padding: 0 24px 22px; color: var(--body-c); }

/* ============ Listings ============ */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.filter-btn {
  border: 1px solid var(--line); background: var(--card); color: var(--body-c);
  min-height: 44px; padding: 9px 20px; border-radius: 999px;
  font-family: var(--font-body); font-weight: 700; font-size: .92rem; cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.filter-btn:hover { border-color: var(--cobalt); color: var(--cobalt); }
.filter-btn[aria-pressed="true"] { background: var(--cobalt); border-color: var(--cobalt); color: #fff; }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 990px) { .listing-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .listing-grid { grid-template-columns: 1fr; } }
.listing-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-card);
  transition: transform .2s ease, box-shadow .2s ease;
}
.listing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.listing-card.hidden { display: none; }
.listing-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.listing-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.listing-card:hover .listing-media img { transform: scale(1.05); }
.listing-tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(250,247,241,.94); color: var(--cobalt);
  font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
}
.listing-body { padding: 24px; display: grid; gap: 10px; align-content: start; flex: 1; }
.listing-body p { color: var(--body-c); font-size: .95rem; }
.listing-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.listing-meta span {
  font-size: .78rem; font-weight: 700; color: var(--body-c);
  background: var(--sand); border: 1px solid var(--line); border-radius: 999px; padding: 4px 11px;
}
.listing-body .btn { margin-top: auto; justify-self: start; min-height: 44px; padding: 9px 20px; font-size: .92rem; }

/* ============ Contact ============ */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: start; }
@media (max-width: 920px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-form {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 32px; display: grid; gap: 20px; box-shadow: var(--shadow-card);
}
.field { display: grid; gap: 7px; }
.field label { font-weight: 700; font-size: .92rem; }
.field label .req { color: var(--saffron-deep); }
.field input, .field textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  border: 1px solid var(--line); border-radius: 10px; background: var(--sand);
  padding: 13px 15px; min-height: 48px; width: 100%;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--cobalt); box-shadow: 0 0 0 3px rgba(36,65,142,.16); }
.field .hint { font-size: .82rem; color: var(--body-c); }
.form-note { font-size: .86rem; color: var(--body-c); display: flex; gap: 8px; align-items: flex-start; }
.form-note svg { flex: none; margin-top: 2px; color: #1FA855; }
.contact-aside { display: grid; gap: 18px; }
.info-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start; box-shadow: var(--shadow-card);
}
.info-card .icon-tile { width: 46px; height: 46px; border-radius: 12px; flex: none; }
.info-card h3 { font-size: 1.02rem; font-family: var(--font-body); font-weight: 700; }
.info-card p, .info-card a { font-size: .95rem; color: var(--body-c); }
.info-card a { font-weight: 700; color: var(--cobalt); text-decoration: none; }
.info-card a:hover { text-decoration: underline; }
.map-card {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card);
  border: 1px solid var(--line);
}
.map-visual {
  position: relative; aspect-ratio: 16 / 8; display: grid; place-items: center;
  background:
    radial-gradient(circle at 30% 40%, rgba(53,88,181,.28), transparent 55%),
    linear-gradient(160deg, var(--cobalt-deep), var(--cobalt-night));
}
.map-visual::before {
  content: ""; position: absolute; inset: 0; opacity: .1;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAABsCAYAAACrUxpIAAAJi0lEQVR4nO2caYwcxRXH/7WetTGHbQ4n5jC2gYAIp0HKpXwBcQsDVoT4wCGIIBwKUUJEAgKkiKBEihJIAigK4ChgJM5EgiQiMQIlERAFgo0FAoO4HGA5bGzL2BjvzswfveXV8lzununZ3Tl69/2kVs/0dFdV13v1qurVqwEcx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecx3Ecp6uQnFLk2mQiYBJCUt67L4RQIzkdwOUA5HxjCOEjVYp6CIHdLqvTZqwFIHkMyef4OatInmx+r7hAJrBViMpAcgbJX5GsqyIM6RH5PckvmOf6ul1+p31W4TSSL6vgRSGk24jUjJK8TfJCm4Z2NU5ZkZYdhUhyL5JLjPCtRUipms/LSB5l0pzUg87Sdw/6/TskB4wVsFYhj7pRjE9I/pzkTKNo3o2UgUQRjiT5j5yWX5Sq+fwKyTNN+hXvRsoxaJxO8ickPzZCjWOD0VBPupg/kTzY5O3dSA9bhZNIrshp4WOlZrqbjSSvJDk1lsGtRZexfTnJOST/kCjCWKxCI6ySPUPyWFMm9110SxnM5/NIvpUzlWwX9UQxbiO5T1cqY7JjppKHkPxbTsvtFDVjid4neYkPNjurDHHguJjkpg50D0UZMpbpl7asZaKMc+noLVwIYCfzHvUulqkGoKLleBPAv9SKlW5xrIwKIZUvPAbg6wAeUCUZXqHssGLUtTySdxXALQC+EkL4i/wYQuimkk668cMx5tpxJP9pzHe7u5B64pd4lORXTXnK2NDK7YAieTvJo5PZxrm6hG0VY7ypJp7Ls03+7ovotDLoeaYK5CL9Ps38tgvJ60iuZ/vYTPJnJGcZJXWr0GmM0GfpgtP51hmUeCwXkPwjya3j1H3UdRbxMMlDTT6lm0lMVIUYJHlB6h3U1mq/31pgubtoN3HvRO8eyupmjYLYTiAaB1nVNQYZ+b8/DvlRz+INlTz7QwiDmICUtd8ToTSb0kmQbH2clb5PFW7CTifLqhDCNI2UbkZ9nBxExCSgFF1GRl+9EcCPATyu3+sFLUrNCDaYY5vs8PkR74ueyP6xlL8MYf2VsuyfSAaM0h38It7XxCO4FsAQgOG4hQKEjGtxJrG+lXJHZYqKUIb9HqUYJYufQc4hhK3JdVEONqpkktKqFwCYB2AOgIMA7AdgNoC5APYEsKMK8GMAa3Q9Qs6rAbwC4F0A7wBYFUL4pEE5hxUnKrC5voNez322Vwg93kWIoG4AsEgFPwDgWQD/BvBkCGGNeabl1qczkd0ASPBsv1qAdSGELaO1YnpN0vsGgG/qeV/96e8ArgKwSb70sqXo1SXu3zbwDXxA8m5Zx8h6NiOyaooGxVb0c18B93jF3m/HMmlkt9kJtkT3dOTxm7xyOg0Eoufl6oDaql7CahJ3EPmPeC1jfGPRClehDrudzREKPGc9ouI2P5vkE0mZalrWqn7eqsdy+45Oaxbi4sRbaFcxYwibdUuv0AWu0I79E9w2hlMsx4UkXzD5p2WK3+2C2BWpUjkFK1/P3zWbbPKUI1qPyJMkTzBpVcZ5488ikv9NrEGtgRII75L8QUxv0itBRr+cd4z016al70HyHJIPkdyQVLTtQlLFuIfk/kaoLVsLbru8fiDJ+xLFtHmn6yXy1wKPkPy2vENGN1WkPgp1Y6VitGZbK2Nacm1ftRpZfXa0GtZ6fEjye9bUt5B/Rc/9ugdjQ2IRYl7pmOYJzXNBkt7IMv1o6gIdoO2aJxVgHDNfA3A4AGktM+ItALbolE+Ot6MfIISwuUnaEqUkW+sWq28hIotaMaYxKoB4Na8IIaxUoYQ8hxY/q3wpuAj3aAA3a7ieEKeXNm3hdQB/lpC+EMLTTcot7y5/NzBf/SDyfabxh0ge8u4yrX4+pmfrspSYVnkUyadYnC0kV5N8XKee0l0cHh08Gfnsotv8HzCR2NQWPGhMufx2ZZG/FOJn1ulaLQtNOnYQK7u37te8o4Kn6e0siivBPCTvUOsxoDOOosgzR9o6LSXaV4qJX2NM7VCDo1EspFx/jeSDJC+TIJUs80/yAJI/Ivls8rwNlPkrybkZsRRTTHDNMlPmVHjLtQuxVimmsQPJhSR/qGOeuIEoCzuVzjtqZlC6T+nHEySvNwJpNTopVlZWbKT8Lub/1yRPJLlrkq8MyI7VqKm15jlp6VRBLcoo72KS7yT3xrGIpHV8qogkZ+vM43ckX8x5H/su9RajuGLdXYuyQ3KpVoKt3NGQKknKW5rXWSKgpAxzZf5P8unkGUnralWefo3FTAX1P5LfjxbFpDlHHVL3aOtNsU6psTKoaS1B2SF5uhFofLE4Qh/rFv3YBaWVPqAbf08lGTfzxHHBCdrvx78KEPYmOS8JopXxyCmJ/2FHTfNO3bZnySvLaN4rVf5YT99CmTGDyusadBnWkWPHErUWFSdWYCoQCcu/geRhSdmOUIsi3c5U/U+JlboWcWhy70JN46UmDrJWBJ31vnnpDMXuot2Dyo5NO2WWoFNE2YL3JQA7A5ilU60i2F1ZoUCQi9wb4xIEWTpfBmApgEdCCMMrjtK9xFVTkruGEIZjHnTWcAaAcwDIpqBKEoEV4x1snlkBNtB7iwpSyrkBwEcSwwngGQD3hhBWdGLa2ZERq2i1nfOrGRZTLgPBvfQsh3gV99PPe5rfphcoaxQUE0WJ1+1AUGIc7gZwVwhhdaK48wGcC+A8AAdk+DZiOdK8mglcyrFJhS2+lvfUz/B/9btEP8wHsgQv94YQqrbO0jiLdtCxKYyauuFNuUX3PGornaExC6Io841DZ55amC8C2L1JUjF8rq5liKFwIoDbAFyj338K4FJNFxppFa1Bs1ZOFeZaTVeEvFoFL+c3AHwo4X/NHG7m/Uf2rHZqn2hX5rRmLm1bnG1520Ud5aTTp8ogM4DZamEOUuuyvwamiHCz3NVDqhibVcmmqvCmmd9SqkbYb2ok1Sr1Ur6nJn59M7NuQuy2e2/b3XTDK9nTTo7oYtavqbluGh1FcjcV9sFqVb4M4AgAe2t3JAyqK72iJjzOKgbUtK8E8BKA1wC8rC71dQXKbccY24wretn93NNBtlpxbMHSjAhALIwKbp22YvvcDB0fyB+SymC3plbhJlk7APACgFdDCBsb5D2licDb3t9POgsxFhJl6WvFsuS09BGh93ILdxzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcRzHcTAB+BQo+Q1KGbm38QAAAABJRU5ErkJggg==");
  background-size: 132px 108px;
}
.map-pin { position: relative; display: grid; gap: 12px; justify-items: center; color: var(--on-dark); text-align: center; padding: 20px; }
.map-pin svg { color: var(--saffron); }
.map-pin strong { font-size: 1.05rem; }
.map-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 2; }
.map-card .map-foot { background: var(--card); padding: 18px 22px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.map-card .map-foot p { font-size: .9rem; color: var(--body-c); }

/* ============ Footer ============ */
.site-footer { background: var(--cobalt-night); color: var(--on-dark-muted); margin-top: 96px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; padding-top: 68px; padding-bottom: 48px; }
.site-footer h3 { color: var(--on-dark); font-family: var(--font-body); font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.footer-brand { display: grid; gap: 16px; justify-items: start; }
.footer-brand .logo { color: var(--on-dark); }
.footer-brand .logo-text small { color: var(--saffron); }
.footer-brand p { font-size: .93rem; max-width: 28rem; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-links a { color: var(--on-dark-muted); text-decoration: none; font-size: .95rem; display: inline-flex; min-height: 32px; align-items: center; }
.footer-links a:hover { color: var(--on-dark); }
.footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; font-size: .95rem; }
.footer-contact svg { color: var(--saffron); flex: none; margin-top: 3px; }
.footer-contact a { color: var(--on-dark-muted); text-decoration: none; }
.footer-contact a:hover { color: var(--on-dark); }
.socials { display: flex; gap: 12px; margin-top: 18px; }
.socials a {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  border: 1px solid rgba(244,241,233,.22); color: var(--on-dark);
  transition: background-color .15s ease, border-color .15s ease, transform .15s ease;
}
.socials a:hover { background: rgba(244,241,233,.1); border-color: rgba(244,241,233,.45); transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid rgba(244,241,233,.14); padding-top: 22px; padding-bottom: 22px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; font-size: .85rem; }
@media (max-width: 920px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ============ Floating WhatsApp ============ */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: #1FA855; color: #fff; display: grid; place-items: center;
  box-shadow: 0 12px 28px -8px rgba(31,168,85,.65);
  transition: transform .18s ease, box-shadow .18s ease;
}
.wa-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 18px 34px -10px rgba(31,168,85,.7); }

/* ============ Reveal animation ============ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ============ Language switch ============ */
.lang-switch {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 8px 15px; border-radius: 999px;
  border: 1.5px solid var(--line-cool); color: var(--cobalt);
  font-family: var(--font-body); font-weight: 700; font-size: .92rem;
  text-decoration: none; white-space: nowrap;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.lang-switch:hover { background: rgba(36,65,142,.08); border-color: var(--cobalt); }
.header-cta { align-items: center; gap: 10px; }
.mobile-nav .lang-switch { margin-top: 6px; }

/* ============ Arabic font (Cairo) ============ */
@font-face { font-family:'Cairo'; font-style:normal; font-weight:400; font-display:swap; src:url(../fonts/cairo-400.woff2) format('woff2'); }
@font-face { font-family:'Cairo'; font-style:normal; font-weight:600; font-display:swap; src:url(../fonts/cairo-600.woff2) format('woff2'); }
@font-face { font-family:'Cairo'; font-style:normal; font-weight:700; font-display:swap; src:url(../fonts/cairo-700.woff2) format('woff2'); }

/* ============ Arabic / RTL overrides (only active on lang=ar / dir=rtl) ============ */
html[lang="ar"] {
  --font-display: 'Cairo', 'Segoe UI', Tahoma, sans-serif;
  --font-body: 'Cairo', 'Segoe UI', Tahoma, sans-serif;
}
html[lang="ar"] h1 { line-height: 1.25; letter-spacing: 0; }
html[lang="ar"] h2, html[lang="ar"] h3 { letter-spacing: 0; }
html[lang="ar"] .eyebrow { letter-spacing: .04em; }
html[lang="ar"] .logo-text small { letter-spacing: .06em; }
[dir="rtl"] .hero-stat { left: auto; right: -26px; }
[dir="rtl"] .hero-star { right: auto; left: -14px; }
[dir="rtl"] .wa-float { right: auto; left: 22px; }
[dir="rtl"] .listing-tag { left: auto; right: 14px; }
[dir="rtl"] .gallery-item figcaption { text-align: right; }
[dir="rtl"] a[href^="tel"], [dir="rtl"] a[href^="mailto"] { direction: ltr; unicode-bidi: embed; display: inline-block; }
[dir="rtl"] .step .n { direction: ltr; }
@media (max-width: 920px) {
  [dir="rtl"] .hero-stat { right: 12px; left: auto; }
}

/* ============ Big page watermark (light pages) ============ */
main { position: relative; overflow-x: hidden; overflow-x: clip; }
#main > .page { position: relative; z-index: 1; }
.page-wm {
  position: absolute; top: 24px; inset-inline-end: -80px;
  width: 520px; max-width: 58vw; aspect-ratio: 760 / 417;
  background: url(../img/logo-watermark-cobalt.png) no-repeat center / contain;
  opacity: .06; z-index: 0; pointer-events: none;
}
@media (max-width: 700px) { .page-wm { top: 12px; opacity: .05; } }

/* ============ Services preview carousel (mobile swipe + arrows) ============ */
.svc-carousel { position: relative; }
.carousel-arrow { display: none; }
@media (min-width: 921px) {
  #homeServices { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
}
@media (max-width: 920px) {
  #homeServices {
    display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; padding: 4px 2px 12px; scrollbar-width: none;
  }
  #homeServices::-webkit-scrollbar { display: none; }
  #homeServices > .service-card { flex: 0 0 78%; scroll-snap-align: center; }
  .carousel-arrow {
    display: grid; place-items: center; position: absolute; top: calc(50% + 6px);
    transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%;
    background: var(--card); border: 1px solid var(--line); color: var(--cobalt);
    cursor: pointer; box-shadow: var(--shadow-lift); z-index: 4;
  }
  .carousel-arrow.prev { left: -4px; }
  .carousel-arrow.next { right: -4px; }
  [dir="rtl"] .carousel-arrow.prev { left: auto; right: -4px; }
  [dir="rtl"] .carousel-arrow.next { right: auto; left: -4px; }
}
