/* ==========================================================================
   Stefan's Installaties — bold trades aesthetic
   Inspired by Rioolservice Garant: navy + orange, photo hero, urgency.
   Type: Poppins (display/body) + Inter (fallback).
   ========================================================================== */

:root {
  --navy:        #0E2F66;
  --navy-2:      #0A2447;
  --navy-3:      #061A36;
  --ink:         #131722;
  --ink-soft:    #2A2F3A;
  --muted:       #565C68;
  --muted-2:     #8A8F99;
  --line:        rgba(14,23,34,0.10);
  --line-2:      rgba(14,23,34,0.18);
  --accent:      #EE5A2C;
  --accent-2:    #C73E1D;
  --accent-soft: #FFE8DC;
  --gray-50:     #F6F7F9;
  --gray-100:    #ECEEF2;
  --white:       #FFFFFF;
  --paper:       #FBFBFD;
  --success:     #1F9D5C;
  --wa:          #25D366;
  --shadow-sm:   0 1px 2px rgba(14,23,34,0.06);
  --shadow-md:   0 8px 24px -8px rgba(14,23,34,0.18);
  --shadow-lg:   0 24px 48px -16px rgba(14,23,34,0.28);
  --radius-sm:   6px;
  --radius:      10px;
  --radius-lg:   16px;
  --radius-pill: 999px;
  --display:     "Poppins", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --sans:        "Inter", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --max:         1240px;
  --gutter:      clamp(1.25rem, 4vw, 2.5rem);
  --header-h:    88px;
  --topbar-h:    40px;
  --ease:        cubic-bezier(.2,.7,.2,1);
}

/* ---------- Reset / base ------------------------------------------------ */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px; line-height: 1.6;
  color: var(--ink-soft);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; height: auto; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; top: -40px; left: 1rem; background: var(--navy); color: #fff;
  padding: .55rem .9rem; z-index: 100; transition: top .15s; border-radius: var(--radius-sm); font-weight: 600;
}
.skip-link:focus { top: 1rem; }

/* ---------- Typography -------------------------------------------------- */

h1, h2, h3, h4, .display {
  font-family: var(--display);
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 .5em;
}
h1, .display-1 { font-size: clamp(2.4rem, 5.4vw, 4.25rem); font-weight: 800; letter-spacing: -0.03em; }
h2, .display-2 { font-size: clamp(1.85rem, 3.8vw, 2.85rem); font-weight: 700; }
h3            { font-size: clamp(1.2rem, 1.8vw, 1.45rem); font-weight: 700; }
h4            { font-size: 1.05rem; font-weight: 600; line-height: 1.3; }
p { margin: 0 0 1em; }

.lede {
  font-family: var(--sans);
  font-size: clamp(1.05rem, 1.3vw, 1.15rem);
  color: var(--muted);
  line-height: 1.6;
  max-width: 60ch;
  font-weight: 400;
}

.eyebrow {
  font-family: var(--display);
  font-size: .8rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--accent); margin: 0 0 1.1rem;
  display: inline-block;
}

.h-accent { color: var(--accent); font-style: normal; }
.h-navy   { color: var(--navy); font-style: normal; }
h1 em, h2 em, h3 em { font-style: normal; }
.muted    { color: var(--muted); }
.small    { font-size: .9rem; }

/* ---------- Layout ------------------------------------------------------ */

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.section { padding: clamp(4rem, 7vw, 6rem) 0; }
.section--tight { padding: clamp(2.5rem, 4vw, 3.5rem) 0; }
.section--navy {
  background: var(--navy);
  background-image:
    radial-gradient(60% 80% at 100% 0%, rgba(238,90,44,.12) 0%, transparent 50%),
    radial-gradient(50% 70% at 0% 100%, rgba(255,255,255,.04) 0%, transparent 60%);
  color: rgba(255,255,255,.86);
}
.section--navy h1, .section--navy h2, .section--navy h3 { color: #fff; }
.section--navy .eyebrow { color: var(--accent); }
.section--navy .lede { color: rgba(255,255,255,.78); }
.section--gray { background: var(--gray-50); }

.grid { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
.grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
@media (max-width: 980px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 640px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.split {
  display: grid; gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.split--center { align-items: center; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; } }

.divider { height: 1px; background: var(--line); border: 0; margin: 2rem 0; }

/* ---------- Top utility bar -------------------------------------------- */

.topbar {
  background: var(--navy-2); color: rgba(255,255,255,.85);
  font-size: .85rem; min-height: var(--topbar-h);
  display: flex; align-items: center;
}
.topbar__row {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  width: 100%; min-height: var(--topbar-h);
}
.topbar__left { display: inline-flex; align-items: center; gap: .55rem; flex-wrap: wrap; }
.topbar__left strong { color: #fff; font-weight: 600; }
.topbar__dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--success);
  box-shadow: 0 0 0 4px rgba(31,157,92,.25);
  display: inline-block; flex-shrink: 0;
}
.topbar__sep { opacity: .45; }
.topbar__phone {
  display: inline-flex; align-items: center; gap: .45rem;
  color: #fff; font-weight: 500;
  padding: .35rem 0;
}
.topbar__phone:hover { color: var(--accent); }
.topbar__phone strong { font-weight: 700; }
@media (max-width: 720px) {
  .topbar { font-size: .78rem; }
  .topbar__left span:last-child, .topbar__sep { display: none; }
}
@media (max-width: 480px) {
  .topbar__left strong { display: none; }
  .topbar__left::before { content: "Bel direct"; color: #fff; font-weight: 600; }
}

/* ---------- Header / brand --------------------------------------------- */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s;
}
.site-header.is-scrolled { box-shadow: 0 4px 16px rgba(14,23,34,.06); }

.site-header__row {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header-h); gap: 1.25rem;
}
.brand { display: inline-flex; align-items: center; gap: .85rem; }
.brand__logo {
  display: block; height: 64px; width: auto; max-width: 260px;
}
@media (max-width: 720px) { .brand__logo { height: 52px; max-width: 200px; } }
@media (max-width: 380px) { .brand__logo { height: 44px; max-width: 160px; } }

.brand--footer { display: inline-block; }
.brand__logo--footer {
  background: #fff; padding: .65rem .9rem;
  border-radius: var(--radius);
  height: 72px; max-width: 240px;
}

/* ---------- Primary nav ------------------------------------------------ */

.primary-nav { display: flex; align-items: center; gap: 2rem; }
.primary-nav ul { display: flex; gap: 1.4rem; list-style: none; padding: 0; margin: 0; }
.primary-nav__link {
  font-size: .92rem; color: var(--ink-soft); position: relative; padding: .5rem 0;
  font-weight: 500; transition: color .2s; white-space: nowrap;
}
.primary-nav__link:hover { color: var(--navy); }
.primary-nav__link.is-active { color: var(--navy); font-weight: 600; }
.primary-nav__link.is-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 3px; background: var(--accent); border-radius: 2px;
}
.primary-nav__cta { display: inline-flex; gap: .55rem; align-items: center; }

@media (max-width: 1180px) and (min-width: 1025px) {
  .primary-nav__cta .btn--phone { display: none; }
}

.nav-toggle {
  display: none; background: var(--navy); border: 0;
  width: 46px; height: 46px; border-radius: var(--radius-sm);
  color: #fff;
  align-items: center; justify-content: center;
}
.nav-toggle__lines { display: inline-flex; flex-direction: column; gap: 5px; width: 20px; }
.nav-toggle__lines span { display: block; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
body.nav-open .nav-toggle__lines span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle__lines span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle__lines span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1024px) {
  .nav-toggle { display: inline-flex; }
  .primary-nav {
    position: fixed; top: calc(var(--header-h) + var(--topbar-h)); left: 0; right: 0;
    height: calc(100vh - var(--header-h) - var(--topbar-h));
    height: calc(100dvh - var(--header-h) - var(--topbar-h));
    background: #fff; flex-direction: column; align-items: stretch;
    padding: 2rem var(--gutter) calc(2rem + env(safe-area-inset-bottom));
    gap: .75rem; z-index: 49;
    opacity: 0; visibility: hidden; pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .25s var(--ease), transform .3s var(--ease), visibility 0s linear .25s;
    border-top: 1px solid var(--line); overflow-y: auto;
  }
  .primary-nav ul { flex-direction: column; gap: 0; }
  .primary-nav__link {
    font-size: 1.2rem; padding: 1rem 0; border-bottom: 1px solid var(--line);
    display: block; font-weight: 600;
  }
  .primary-nav__cta { display: flex; margin-top: 1.25rem; flex-direction: column; gap: .55rem; }
  .primary-nav__cta .btn { display: inline-flex; width: 100%; justify-content: center; }
  body.nav-open { overflow: hidden; }
  body.nav-open .primary-nav {
    opacity: 1; visibility: visible; pointer-events: auto;
    transform: translateY(0); transition: opacity .25s var(--ease), transform .3s var(--ease), visibility 0s linear 0s;
  }
}
@media (max-width: 720px) {
  .primary-nav { top: var(--header-h); height: calc(100vh - var(--header-h)); height: calc(100dvh - var(--header-h)); }
}

/* ---------- Buttons ---------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .9rem 1.5rem; font-size: .95rem; font-weight: 600;
  border: 0; background: var(--navy); color: #fff;
  border-radius: var(--radius-sm);
  transition: background .2s var(--ease), color .2s, transform .12s, box-shadow .2s;
  text-align: center; line-height: 1; white-space: nowrap; cursor: pointer;
  font-family: var(--sans);
}
.btn:hover { background: var(--navy-2); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }
.btn--sm { padding: .65rem 1.05rem; font-size: .85rem; }
.btn--lg { padding: 1.05rem 1.7rem; font-size: 1rem; }
.btn--xl { padding: 1.2rem 2rem; font-size: 1.05rem; }
.btn--accent { background: var(--accent); color: #fff; }
.btn--accent:hover { background: var(--accent-2); }
.btn--phone {
  background: #fff; color: var(--navy); border: 2px solid var(--navy);
  padding: .65rem 1.1rem; font-weight: 700;
}
.btn--phone:hover { background: var(--navy); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border: 2px solid var(--line-2); padding: .75rem 1.4rem; }
.btn--ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--ghost-light { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.35); padding: .75rem 1.4rem; }
.btn--ghost-light:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { background: #1da851; }
.btn--white { background: #fff; color: var(--navy); }
.btn--white:hover { background: var(--gray-100); color: var(--navy); }
.btn__arrow { display: inline-block; transition: transform .25s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(4px); }

.btn-row { display: flex; flex-wrap: wrap; gap: .65rem; }

/* ---------- Chips / badges -------------------------------------------- */

.chip {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .4rem .8rem; font-size: .8rem; font-weight: 600;
  background: var(--accent-soft); color: var(--accent-2);
  border-radius: var(--radius-pill);
}
.chip--light { background: rgba(255,255,255,.16); color: #fff; backdrop-filter: blur(4px); }
.chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); display: inline-block; }
.chip--light .dot { background: var(--accent); box-shadow: 0 0 0 3px rgba(238,90,44,.25); }

.badge {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .35rem .7rem; font-size: .72rem; font-weight: 700;
  background: var(--accent); color: #fff; border-radius: var(--radius-sm);
  text-transform: uppercase; letter-spacing: .05em;
}

/* ---------- HERO (photo with navy overlay) ---------------------------- */

.hero {
  position: relative;
  background: var(--navy-2);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero__bg {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover; background-position: center;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(95deg, rgba(10,36,71,0.93) 0%, rgba(10,36,71,0.78) 55%, rgba(10,36,71,0.45) 100%),
    radial-gradient(60% 80% at 80% 100%, rgba(238,90,44,.25) 0%, transparent 60%);
}
.hero__inner {
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(3.5rem, 8vw, 6rem);
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 980px) { .hero__inner { grid-template-columns: 1fr; padding-bottom: clamp(3rem, 6vw, 4rem); } }

.hero__title {
  font-size: clamp(2.4rem, 5.6vw, 4.5rem);
  font-weight: 800; line-height: 1.05; letter-spacing: -0.03em;
  color: #fff; margin: 1.25rem 0 1.5rem;
}
.hero__title em { font-style: normal; color: var(--accent); }

.hero__lede { color: rgba(255,255,255,.85); font-size: clamp(1.05rem, 1.4vw, 1.2rem); max-width: 56ch; }

.hero__cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

.hero__bullets {
  display: grid; gap: .65rem; margin-top: 2rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) { .hero__bullets { grid-template-columns: 1fr; } }
.hero__bullets li {
  list-style: none; display: flex; align-items: center; gap: .65rem;
  color: rgba(255,255,255,.92); font-size: .95rem;
}
.hero__bullets svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }

/* Right column: stacked photo cards */
.hero__visual { position: relative; }
.hero__photo {
  position: relative; aspect-ratio: 4/5;
  background: var(--ink); overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 4px solid #fff;
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.hero__photo-tag {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--accent); color: #fff;
  padding: .45rem .85rem; border-radius: var(--radius-sm);
  font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
}

.hero__card {
  position: absolute; left: -1.25rem; bottom: -1.25rem;
  background: #fff; color: var(--ink);
  padding: 1rem 1.25rem; border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  display: flex; gap: .85rem; align-items: center; max-width: 86%;
}
.hero__card-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  background: var(--accent-soft); color: var(--accent-2);
  border-radius: var(--radius-sm);
  display: inline-flex; align-items: center; justify-content: center;
}
.hero__card-icon svg { width: 22px; height: 22px; }
.hero__card-text { font-size: .85rem; color: var(--muted); line-height: 1.4; }
.hero__card-text strong { color: var(--ink); display: block; font-weight: 700; font-size: .95rem; margin-bottom: 2px; }
@media (max-width: 480px) { .hero__card { display: none; } }

/* ---------- USP strip (under hero) ------------------------------------ */

.usp-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.usp-strip__row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.usp-strip__item {
  display: flex; gap: 1rem; align-items: center;
  padding: 1.5rem 1.25rem;
  border-right: 1px solid var(--line);
}
.usp-strip__item:last-child { border-right: 0; }
.usp-strip__icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--accent-soft); color: var(--accent-2);
  border-radius: var(--radius-sm);
  display: inline-flex; align-items: center; justify-content: center;
}
.usp-strip__icon svg { width: 22px; height: 22px; }
.usp-strip__text strong { display: block; font-weight: 700; color: var(--ink); font-size: .95rem; }
.usp-strip__text span { color: var(--muted); font-size: .85rem; }
@media (max-width: 900px) {
  .usp-strip__row { grid-template-columns: 1fr 1fr; }
  .usp-strip__item:nth-child(2) { border-right: 0; }
  .usp-strip__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 540px) {
  .usp-strip__row { grid-template-columns: 1fr; }
  .usp-strip__item { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .usp-strip__item:last-child { border-bottom: 0; }
}

/* ---------- Service cards (icon-led) ---------------------------------- */

.service-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.75rem 1.5rem 1.75rem;
  transition: border-color .2s, transform .25s var(--ease), box-shadow .25s;
  height: 100%; text-align: left;
}
.service-card:hover {
  border-color: var(--navy);
  transform: translateY(-3px); box-shadow: var(--shadow-md);
}
.service-card__icon {
  width: 56px; height: 56px;
  background: var(--accent-soft); color: var(--accent-2);
  border-radius: var(--radius);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
  transition: background .2s, color .2s;
}
.service-card:hover .service-card__icon { background: var(--navy); color: #fff; }
.service-card__icon svg { width: 28px; height: 28px; }
.service-card__title { font-size: 1.25rem; font-weight: 700; color: var(--ink); margin: 0 0 .5rem; letter-spacing: -0.01em; }
.service-card__lede { color: var(--muted); margin: 0 0 1rem; font-size: .95rem; flex: 1; }
.service-card__more {
  font-weight: 600; color: var(--accent); font-size: .9rem;
  display: inline-flex; align-items: center; gap: .35rem;
  margin-top: auto;
}
.service-card:hover .service-card__more { color: var(--accent-2); }

/* ---------- Guarantee band (navy callout) ---------------------------- */

.guarantee {
  background: var(--navy);
  background-image:
    radial-gradient(40% 60% at 100% 0%, rgba(238,90,44,.18) 0%, transparent 60%),
    radial-gradient(40% 80% at 0% 100%, rgba(255,255,255,.06) 0%, transparent 60%);
  color: #fff;
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.guarantee h2 { color: #fff; }
.guarantee__grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 2rem; align-items: start; }
@media (max-width: 980px) { .guarantee__grid { grid-template-columns: 1fr; } }
.guarantee__intro p { color: rgba(255,255,255,.78); max-width: 36ch; }
.guarantee__intro .btn { margin-top: 1.25rem; }
.guarantee__item h3 { font-size: 1.15rem; color: #fff; margin-bottom: .35rem; display: flex; align-items: center; gap: .6rem; }
.guarantee__item h3::before {
  content: ""; width: 28px; height: 28px; border-radius: 50%;
  background: var(--accent); color: #fff; flex-shrink: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat; background-position: center; background-size: 16px 16px;
}
.guarantee__item p { color: rgba(255,255,255,.78); font-size: .95rem; }

/* ---------- Process steps -------------------------------------------- */

.steps { display: grid; gap: 1.25rem; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .steps { grid-template-columns: 1fr; } }
.step {
  background: #fff; padding: 1.75rem 1.5rem;
  border: 1px solid var(--line); border-radius: var(--radius);
  position: relative;
}
.step__num {
  position: absolute; top: -16px; left: 1.25rem;
  width: 36px; height: 36px;
  background: var(--accent); color: #fff;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .95rem;
  box-shadow: 0 4px 12px rgba(238,90,44,.4);
}
.step h3 { font-size: 1.1rem; margin: .5rem 0 .35rem; }
.step p { color: var(--muted); margin: 0; font-size: .92rem; }

/* ---------- Rule-list / checks --------------------------------------- */

.rule-list { list-style: none; padding: 0; margin: 0; }
.rule-list li {
  padding: .75rem 0; border-bottom: 1px solid var(--line);
  display: flex; gap: .85rem; align-items: flex-start;
  font-size: 1rem;
}
.rule-list li:last-child { border-bottom: 0; }
.rule-list li::before {
  content: ""; flex: 0 0 22px; height: 22px; border-radius: 50%;
  background: var(--accent) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 13px 13px no-repeat;
  margin-top: 1px;
}

/* ---------- Reviews (testimonial cards) ------------------------------ */

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 880px) { .reviews { grid-template-columns: 1fr; } }
.review {
  background: #fff; padding: 1.5rem 1.6rem;
  border: 1px solid var(--line); border-radius: var(--radius);
  display: flex; flex-direction: column; gap: .75rem;
}
.review__stars { color: #F5A623; letter-spacing: 2px; font-size: 1.05rem; }
.review__quote { color: var(--ink-soft); font-size: 1rem; line-height: 1.55; margin: 0; }
.review__source { font-size: .85rem; color: var(--muted); font-weight: 500; margin-top: auto; }
.review__source strong { color: var(--ink); font-weight: 600; }

/* ---------- FAQ ------------------------------------------------------- */

.faq { display: grid; gap: 0; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 1.25rem 0; }
.faq summary {
  cursor: pointer; list-style: none;
  font-family: var(--sans); font-weight: 600; font-size: 1.05rem; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex-shrink: 0;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--accent-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C73E1D' stroke-width='3' stroke-linecap='round'><line x1='5' y1='12' x2='19' y2='12'/><line x1='12' y1='5' x2='12' y2='19'/></svg>") center / 12px 12px no-repeat;
  transition: transform .2s;
}
.faq details[open] summary::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C73E1D' stroke-width='3' stroke-linecap='round'><line x1='5' y1='12' x2='19' y2='12'/></svg>");
}
.faq details p { color: var(--muted); margin: .85rem 0 0; max-width: 70ch; line-height: 1.6; }

/* ---------- Area mention --------------------------------------------- */

.area {
  background: var(--navy); color: #fff; padding: clamp(3rem, 6vw, 5rem) 0;
  background-image: radial-gradient(60% 80% at 0% 0%, rgba(255,255,255,.05) 0%, transparent 60%);
}
.area h2 { color: #fff; }
.area__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: center; }
@media (max-width: 880px) { .area__grid { grid-template-columns: 1fr; } }
.area__cities {
  display: flex; flex-wrap: wrap; gap: .5rem;
}
.area__cities span {
  display: inline-flex; padding: .55rem 1rem;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-pill); font-size: .9rem; font-weight: 500;
  color: rgba(255,255,255,.92);
}
.area__cities span:hover { background: rgba(255,255,255,.16); }

/* ---------- Forms ---------------------------------------------------- */

.form {
  display: grid; gap: 1rem;
  background: #fff; padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.field { display: grid; gap: .35rem; }
.field--row { grid-template-columns: 1fr 1fr; gap: 1rem; }
.field--row > * { display: grid; gap: .35rem; }
@media (max-width: 640px) { .field--row { grid-template-columns: 1fr; } }
.field label { font-size: .82rem; color: var(--ink); font-weight: 600; }
.field .hint { font-size: .8rem; color: var(--muted); }
.field input, .field select, .field textarea {
  font: inherit; padding: .85rem 1rem;
  background: var(--gray-50); border: 1.5px solid var(--gray-100);
  color: var(--ink); border-radius: var(--radius-sm);
  width: 100%; transition: border-color .2s, background .2s, box-shadow .2s;
}
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--navy); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0; border-color: var(--navy);
  background: #fff; box-shadow: 0 0 0 3px rgba(14,47,102,.15);
}
.field textarea { min-height: 120px; resize: vertical; }
.form__actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-top: .25rem; }
.form__note { font-size: .82rem; color: var(--muted); }
.form-feedback { padding: 1rem 1.25rem; border-left: 4px solid var(--accent); background: var(--accent-soft); border-radius: var(--radius-sm); margin-bottom: 1.25rem; color: var(--ink); }
.form-feedback--ok { border-color: var(--success); background: #E5F4EB; }
.form-feedback--err { border-color: #C73E1D; background: #FBE7E3; }

/* ---------- Contact (form + sidebar) -------------------------------- */

.contact-block {
  background: var(--gray-50);
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.contact-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-actions { display: grid; gap: .75rem; }
.contact-action {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem 1.35rem; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
  transition: border-color .2s, transform .15s var(--ease), box-shadow .2s; gap: 1rem;
}
.contact-action:hover { border-color: var(--navy); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.contact-action__icon {
  width: 42px; height: 42px; border-radius: var(--radius-sm);
  background: var(--gray-50); color: var(--navy);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-action__icon--wa { background: #E5F8EC; color: var(--wa); }
.contact-action__body { flex: 1; }
.contact-action__label { font-weight: 700; color: var(--ink); }
.contact-action__value { color: var(--muted); font-size: .9rem; }
.contact-action__arrow { color: var(--accent); font-size: 1.25rem; font-weight: 700; }

/* ---------- Page header (interior) ----------------------------------- */

.page-head {
  position: relative;
  background: var(--navy);
  background-image:
    radial-gradient(50% 70% at 90% 0%, rgba(238,90,44,.18) 0%, transparent 60%),
    radial-gradient(40% 80% at 0% 100%, rgba(255,255,255,.05) 0%, transparent 60%);
  color: #fff;
  padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(3rem, 6vw, 4rem);
}
.page-head__inner { max-width: 820px; }
.page-head h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.75rem); margin-bottom: 1rem; }
.page-head .lede { color: rgba(255,255,255,.85); margin-bottom: 1.75rem; }
.page-head__cta { display: flex; flex-wrap: wrap; gap: .65rem; }
.breadcrumbs { font-size: .8rem; letter-spacing: .04em; color: rgba(255,255,255,.6); margin-bottom: 1rem; }
.breadcrumbs a { color: rgba(255,255,255,.6); border-bottom: 1px solid transparent; }
.breadcrumbs a:hover { color: #fff; border-color: rgba(255,255,255,.4); }
.breadcrumbs span { margin: 0 .5rem; opacity: .5; }

/* ---------- Media row -------------------------------------------------- */

.media-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,4vw,4rem); align-items: center; }
.media-row--reverse > :first-child { order: 2; }
@media (max-width: 880px) { .media-row { grid-template-columns: 1fr; } .media-row--reverse > :first-child { order: 0; } }
.media-row figure { margin: 0; aspect-ratio: 4/5; overflow: hidden; background: var(--ink); border-radius: var(--radius-lg); }
.media-row figure img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Gallery -------------------------------------------------- */

.gallery {
  display: grid; gap: .85rem;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
}
.gallery figure { margin: 0; overflow: hidden; background: var(--ink); border-radius: var(--radius); }
.gallery figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery figure:hover img { transform: scale(1.05); }
.gallery .g-wide  { grid-column: span 2; }
.gallery .g-tall  { grid-row: span 2; }
.gallery .g-large { grid-column: span 2; grid-row: span 2; }
@media (max-width: 780px) {
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .gallery .g-wide, .gallery .g-large { grid-column: span 2; }
  .gallery .g-large { grid-row: span 2; }
  .gallery .g-tall { grid-row: span 1; }
}

/* ---------- CTA banner (Action close) -------------------------------- */

.cta-banner {
  background: var(--accent);
  background-image: radial-gradient(50% 80% at 100% 100%, rgba(0,0,0,.18) 0%, transparent 60%);
  color: #fff;
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}
.cta-banner__inner {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; align-items: center;
}
@media (max-width: 880px) { .cta-banner__inner { grid-template-columns: 1fr; } }
.cta-banner h2 { color: #fff; margin: 0; max-width: 20ch; }
.cta-banner__actions { display: flex; flex-wrap: wrap; gap: .65rem; justify-content: flex-end; }
@media (max-width: 880px) { .cta-banner__actions { justify-content: flex-start; } }

/* ---------- Footer --------------------------------------------------- */

.site-footer { background: var(--navy-3); color: rgba(255,255,255,.72); padding: clamp(3rem, 5vw, 4.5rem) 0 1.5rem; }
.site-footer h2 {
  font-family: var(--display); font-size: .78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em; color: #fff;
  margin: 0 0 1rem;
}
.site-footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.08);
}
@media (max-width: 900px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer__grid { grid-template-columns: 1fr; } }
.site-footer__brand { display: flex; flex-direction: column; gap: 1.25rem; }
.site-footer__lede { color: rgba(255,255,255,.72); max-width: 32ch; margin: 0; line-height: 1.55; font-size: .95rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.site-footer a { color: rgba(255,255,255,.78); transition: color .2s; font-size: .95rem; }
.site-footer a:hover { color: var(--accent); }
.site-footer__col p { color: rgba(255,255,255,.72); margin: 0 0 .35rem; font-size: .95rem; }
.site-footer__legal {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
  padding-top: 1.5rem; font-size: .82rem; color: rgba(255,255,255,.5);
}
.site-footer__legal p { margin: 0; }

/* ---------- Floating WhatsApp + mobile sticky bar ------------------- */

.floating-wa {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--wa); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  transition: transform .2s;
}
.floating-wa:hover { transform: translateY(-2px); }
.floating-wa svg { width: 28px; height: 28px; fill: currentColor; }

.mobile-bar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
  background: #fff;
  padding: .5rem .5rem calc(.5rem + env(safe-area-inset-bottom));
  gap: .4rem;
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 20px rgba(14,23,34,.06);
}
.mobile-bar a {
  flex: 1; display: inline-flex; align-items: center; justify-content: center;
  gap: .35rem; padding: .85rem .35rem; border-radius: var(--radius-sm);
  font-size: .82rem; font-weight: 700; color: #fff;
  border: 0; min-height: 48px;
}
.mobile-bar a.is-call { background: var(--navy); }
.mobile-bar a.is-wa { background: var(--wa); }
.mobile-bar a.is-offerte { background: var(--accent); }
.mobile-bar a svg { width: 16px; height: 16px; flex-shrink: 0; }
@media (max-width: 720px) {
  .mobile-bar { display: flex; }
  .floating-wa { display: none; }
  body { padding-bottom: 76px; }
}

/* ---------- Utilities ------------------------------------------------ */

.center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: .5rem; }
.mt-2 { margin-top: 1.25rem; }
.mt-3 { margin-top: 2rem; }
.mt-4 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0 !important; }
.mb-3 { margin-bottom: 2rem; }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
