/* ============================================================
   CONSTRUCLAND — Rénovation Côte d'Azur — Stylesheet Principal
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

/* === VARIABLES === */
:root {
  --navy:         #1a2744;
  --navy-light:   #243358;
  --navy-dark:    #111b33;
  --navy-deeper:  #0d1526;
  --gold:         #c9a84c;
  --gold-light:   #dfc06a;
  --gold-pale:    #f0dfa0;
  --gold-dark:    #a8863a;
  --gold-grad:    linear-gradient(135deg, #a8863a 0%, #c9a84c 30%, #e8d08a 60%, #c9a84c 80%, #a8863a 100%);
  --cream:        #f8f5f0;
  --cream-dark:   #f0ebe2;
  --white:        #ffffff;
  --black:        #0a0a0a;
  --text-dark:    #1c1c1c;
  --text-mid:     #4a4a4a;
  --text-light:   #888888;

  --ff-display:   'Cormorant Garamond', Georgia, serif;
  --ff-body:      'DM Sans', system-ui, -apple-system, sans-serif;

  --sh-sm:   0 2px 8px rgba(26,39,68,.08);
  --sh-md:   0 8px 32px rgba(26,39,68,.12);
  --sh-lg:   0 20px 60px rgba(26,39,68,.18);
  --sh-gold: 0 8px 32px rgba(201,168,76,.28);
  --sh-gold-lg: 0 20px 60px rgba(201,168,76,.35);

  --r-xs: 3px;
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 32px;

  --ease: cubic-bezier(.4,0,.2,1);
  --ease-out: cubic-bezier(0,.55,.45,1);
  --t: all .3s var(--ease);
  --t-slow: all .6s var(--ease);
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body { font-family: var(--ff-body); color: var(--text-dark); background: var(--white); line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* === TYPOGRAPHY === */
h1,h2,h3,h4,h5,h6 { font-family: var(--ff-display); font-weight: 500; line-height: 1.15; }
h1 { font-size: clamp(2.4rem, 5.5vw, 5rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3.75rem); }
h3 { font-size: clamp(1.4rem, 2.8vw, 2.25rem); }
h4 { font-size: clamp(1.15rem, 2vw, 1.6rem); }

.label {
  font-family: var(--ff-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 1rem;
}

.gold { color: var(--gold); }
.gold-grad {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.italic { font-style: italic; }

/* === LAYOUT === */
.container { max-width: 1320px; margin: 0 auto; padding: 0 1.75rem; }
.container-sm { max-width: 860px; margin: 0 auto; padding: 0 1.75rem; }
.section { padding: 6rem 0; }
.section--cream { background: var(--cream); }
.section--navy { background: var(--navy); color: var(--white); }
.section--dark { background: var(--navy-dark); color: var(--white); }
.section--deeper { background: var(--navy-deeper); color: var(--white); }

/* === SECTION TITLE === */
.sec-title { text-align: center; margin-bottom: 4rem; }
.sec-title h2 { color: var(--navy); margin-bottom: 1rem; }
.sec-title.light h2 { color: var(--white); }
.sec-title.light .label { color: var(--gold-light); }
.sec-title p { font-size: 1.1rem; color: var(--text-mid); max-width: 580px; margin: 0 auto; line-height: 1.75; }
.sec-title.light p { color: rgba(255,255,255,.72); }

.underline-gold {
  position: relative;
  display: inline-block;
}
.underline-gold::after {
  content: '';
  position: absolute;
  left: 0; bottom: -.3rem;
  width: 100%; height: 2px;
  background: var(--gold-grad);
}

/* === HEADER === */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(17,27,51,.96);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(201,168,76,.12);
  transition: var(--t);
}
.site-header.scrolled {
  background: rgba(13,21,38,.98);
  border-bottom-color: rgba(201,168,76,.25);
  box-shadow: var(--sh-lg);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  gap: 2rem;
}

.logo { display: flex; align-items: center; gap: .6rem; flex-shrink: 0; }
.logo-text {
  font-family: var(--ff-display);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: -.02em;
  line-height: 1;
}
.logo-text span { color: var(--gold); }
.logo-sub {
  font-family: var(--ff-body);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,.5);
  padding: 2px 7px;
  border-radius: 2px;
  line-height: 1.6;
}

.main-nav { display: flex; align-items: center; gap: .25rem; }
.main-nav a {
  font-size: .83rem;
  font-weight: 500;
  letter-spacing: .04em;
  color: rgba(255,255,255,.78);
  padding: .5rem .9rem;
  border-radius: var(--r-xs);
  transition: var(--t);
  white-space: nowrap;
  position: relative;
}
.main-nav a::after {
  content: '';
  position: absolute;
  bottom: .25rem; left: .9rem; right: .9rem;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.main-nav a.active { color: var(--gold); }

.header-phone {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  letter-spacing: .02em;
  flex-shrink: 0;
  transition: var(--t);
}
.header-phone svg { color: var(--gold); flex-shrink: 0; }
.header-phone:hover { color: var(--gold); }

.btn-devis {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: var(--ff-body);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .75rem 1.6rem;
  background: var(--gold-grad);
  color: var(--navy);
  border-radius: var(--r-xs);
  box-shadow: var(--sh-gold);
  transition: var(--t);
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-devis:hover { transform: translateY(-2px); box-shadow: var(--sh-gold-lg); }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: var(--r-xs);
  cursor: pointer;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--white);
  transition: var(--t);
  border-radius: 2px;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
.mobile-nav {
  position: fixed;
  top: 78px; left: 0; right: 0;
  background: var(--navy-darker, #0d1526);
  border-bottom: 2px solid rgba(201,168,76,.3);
  padding: 1.5rem 1.75rem 2rem;
  z-index: 999;
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
  transition: var(--t-slow);
  box-shadow: var(--sh-lg);
}
.mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: all; }
.mobile-nav a {
  display: block;
  padding: .875rem 0;
  font-size: 1.05rem;
  color: rgba(255,255,255,.8);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: var(--t);
}
.mobile-nav a:hover, .mobile-nav a.mobile-phone { color: var(--gold); padding-left: .35rem; }
.mobile-nav a.mobile-phone { font-weight: 700; font-size: 1.2rem; border: none; padding-top: 1.25rem; }

/* === HERO === */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 78px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transform: scale(1.05);
  transition: transform 8s ease;
}
.hero.loaded .hero-bg { transform: scale(1); }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    110deg,
    rgba(13,21,38,.95) 0%,
    rgba(17,27,51,.85) 45%,
    rgba(17,27,51,.6) 70%,
    rgba(17,27,51,.4) 100%
  );
}
.hero-overlay::after {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0,0,0,.015) 2px,
    rgba(0,0,0,.015) 4px
  );
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; padding: 5rem 0; max-width: 720px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(201,168,76,.1);
  border: 1px solid rgba(201,168,76,.35);
  padding: .45rem 1.1rem;
  border-radius: 100px;
  margin-bottom: 2rem;
  font-size: .78rem;
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-badge::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 6px var(--gold);
  animation: blink 2s ease-in-out infinite;
}
@keyframes blink { 0%,100% { opacity:1; } 50% { opacity:.3; } }

.hero h1 { color: var(--white); margin-bottom: 1.5rem; font-weight: 600; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,.78);
  margin-bottom: 3rem;
  max-width: 540px;
  line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }

/* Hero stats */
.hero-stats {
  display: flex;
  gap: 3rem;
  margin-top: 4.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(201,168,76,.2);
}
.stat-val {
  font-family: var(--ff-display);
  font-size: 2.75rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  display: block;
}
.stat-lbl {
  font-size: .78rem;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: .3rem;
}

/* Scroll indicator */
.scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  color: rgba(255,255,255,.5);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  animation: scrollHint 2.5s ease-in-out infinite;
}
.scroll-hint-line {
  width: 1px; height: 36px;
  background: linear-gradient(to bottom, rgba(201,168,76,.6), transparent);
}
@keyframes scrollHint { 0%,100% { opacity:.6; transform: translateX(-50%) translateY(0); } 50% { opacity:.3; transform: translateX(-50%) translateY(6px); } }

/* === BUTTONS === */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--ff-body);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .875rem 2rem;
  border-radius: var(--r-xs);
  transition: var(--t);
  white-space: nowrap;
}
.btn-primary { background: var(--gold-grad); color: var(--navy); box-shadow: var(--sh-gold); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: var(--sh-gold-lg); }
.btn-outline { border: 1.5px solid rgba(201,168,76,.55); color: var(--gold); }
.btn-outline:hover { background: rgba(201,168,76,.1); border-color: var(--gold); }
.btn-outline-white { border: 1.5px solid rgba(255,255,255,.4); color: var(--white); }
.btn-outline-white:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.7); }
.btn-white { background: var(--white); color: var(--navy); }
.btn-white:hover { background: var(--gold); color: var(--navy); }
.btn-lg { padding: 1.1rem 2.75rem; font-size: .88rem; }

/* === TRUST BAR === */
.trust-bar {
  background: var(--cream);
  border-bottom: 1px solid rgba(201,168,76,.12);
  padding: 1.75rem 0;
}
.trust-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--navy);
}
.trust-item svg { color: var(--gold); flex-shrink: 0; }

/* === SERVICE CARDS === */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.75rem;
}
.service-card {
  background: var(--white);
  border: 1px solid rgba(201,168,76,.14);
  border-radius: var(--r-md);
  padding: 2.5rem 2rem;
  transition: var(--t);
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold-grad);
  transform: scaleX(0);
  transition: transform .4s var(--ease);
}
.service-card:hover { transform: translateY(-7px); box-shadow: var(--sh-lg); border-color: rgba(201,168,76,.35); }
.service-card:hover::before { transform: scaleX(1); }

.svc-icon {
  width: 58px; height: 58px;
  background: rgba(201,168,76,.08);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--gold);
  font-size: 1.6rem;
  transition: var(--t);
}
.service-card:hover .svc-icon { background: var(--gold-grad); color: var(--navy); }
.service-card h3 { font-size: 1.3rem; margin-bottom: .7rem; color: var(--navy); }
.service-card p { color: var(--text-mid); font-size: .92rem; line-height: 1.7; margin-bottom: 1.5rem; }
.svc-link {
  font-size: .82rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .06em;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  transition: var(--t);
}
.service-card:hover .svc-link { gap: .75rem; }

/* === PROCESS STEPS === */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(12.5% + 24px);
  right: calc(12.5% + 24px);
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(201,168,76,.3), var(--gold));
}
.process-step {
  text-align: center;
  padding: 2rem 1.5rem;
  position: relative;
}
.step-num-wrap {
  width: 48px; height: 48px;
  border: 2px solid rgba(201,168,76,.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  background: var(--white);
  position: relative;
  z-index: 1;
  transition: var(--t);
}
.process-step:hover .step-num-wrap { background: var(--gold-grad); border-color: var(--gold); }
.step-num-wrap span {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold);
}
.process-step:hover .step-num-wrap span { color: var(--navy); }
.process-step h4 { font-size: 1.1rem; color: var(--navy); margin-bottom: .5rem; }
.process-step p { font-size: .87rem; color: var(--text-mid); line-height: 1.6; }

/* === BEFORE / AFTER SLIDER === */
.ba-section { background: var(--navy); padding: 6rem 0; }
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }

.ba-wrap {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  user-select: none;
  cursor: col-resize;
  box-shadow: var(--sh-lg);
}
.ba-before, .ba-after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba-after { clip-path: inset(0 0 0 50%); }
.ba-handle {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background: var(--gold);
  z-index: 10;
  pointer-events: none;
}
.ba-handle::after {
  content: '◀▶';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 44px; height: 44px;
  background: var(--gold-grad);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  color: var(--navy);
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(0,0,0,.4);
  letter-spacing: .05em;
}
.ba-labels {
  position: absolute;
  bottom: 1rem; left: 1rem; right: 1rem;
  display: flex;
  justify-content: space-between;
  z-index: 5;
  pointer-events: none;
}
.ba-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .3rem .8rem;
  border-radius: 100px;
  backdrop-filter: blur(8px);
}
.ba-label.before { background: rgba(0,0,0,.55); color: rgba(255,255,255,.75); }
.ba-label.after  { background: var(--gold-grad); color: var(--navy); }
.ba-caption { margin-top: 1rem; text-align: center; font-size: .88rem; color: rgba(255,255,255,.6); }

/* === MULTI-STEP FORM — Corporate === */
.form-section { background: #eef0f4; padding: 6rem 0; }

.form-shell {
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 290px 1fr;
  background: var(--white);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.06), 0 8px 40px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.05);
}

/* Left panel */
.form-side {
  background: var(--navy-deeper);
  padding: 2.75rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.04);
}
.form-side::after {
  content: '';
  position: absolute;
  bottom: -80px; right: -80px;
  width: 220px; height: 220px;
  border: 1px solid rgba(201,168,76,.06);
  border-radius: 50%;
  pointer-events: none;
}
.form-side-badge {
  display: inline-block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,.28);
  padding: .28rem .8rem;
  border-radius: 2px;
  margin-bottom: 1.5rem;
}
.form-side h3 {
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.form-side p:not(.form-side-score):not(.form-side-reviews) {
  font-size: .84rem;
  color: rgba(255,255,255,.82);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
.form-side-guarantees {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .825rem;
  position: relative;
  z-index: 1;
}
.form-side-guarantees li {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .82rem;
  color: rgba(255,255,255,.68);
  line-height: 1.4;
}
.fg-check {
  width: 18px; height: 18px;
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .58rem;
  color: var(--gold);
  flex-shrink: 0;
  font-style: normal;
}
.form-side-rating {
  display: flex;
  align-items: center;
  gap: .875rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255,255,255,.07);
  position: relative;
  z-index: 1;
}
.form-side-stars { color: var(--gold); font-size: .9rem; letter-spacing: .08em; }
.form-side-score { font-family: var(--ff-display); font-size: 1.2rem; color: var(--gold); line-height: 1; }
.form-side-reviews { font-size: .7rem; color: rgba(255,255,255,.38); margin-top: .2rem; }

/* Right panel */
.form-main { display: flex; flex-direction: column; }

/* Progress bar */
.form-progress {
  padding: 1.25rem 2.25rem;
  border-bottom: 1px solid rgba(0,0,0,.06);
  background: var(--white);
}
.prog-track-bar {
  height: 2px;
  background: rgba(0,0,0,.07);
  border-radius: 2px;
  margin-bottom: .875rem;
  overflow: hidden;
}
.prog-fill-bar {
  height: 100%;
  background: var(--navy);
  border-radius: 2px;
  width: 33.33%;
  transition: width .4s var(--ease);
}
.prog-steps-list { display: flex; gap: 0; }
.prog-step { flex: 1; display: flex; align-items: center; gap: .4rem; }
.prog-step-num {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .6rem;
  font-weight: 700;
  color: var(--text-light);
  flex-shrink: 0;
  transition: var(--t);
}
.prog-step.active .prog-step-num { border-color: var(--navy); background: var(--navy); color: var(--white); }
.prog-step.done .prog-step-num { border-color: var(--navy); background: var(--navy); color: var(--white); }
.prog-label { font-size: .7rem; font-weight: 600; color: var(--text-light); text-transform: uppercase; letter-spacing: .06em; }
.prog-step.active .prog-label { color: var(--navy); }
.prog-step.done .prog-label { color: var(--text-mid); }

/* Form body */
.form-body { padding: 2.25rem; flex: 1; }
.form-step { display: none; }
.form-step.active { display: block; animation: fadeUp .3s var(--ease-out); }
@keyframes fadeUp { from { opacity:0; transform: translateY(14px); } to { opacity:1; transform: translateY(0); } }
.form-step h4 { font-size: 1.2rem; font-weight: 600; color: var(--navy); margin-bottom: .3rem; font-family: var(--ff-body); }
.step-sub { font-size: .85rem; color: var(--text-light); margin-bottom: 1.75rem; line-height: 1.6; }

/* Option cards — corporate radio style */
.opt-grid { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.75rem; }
.opt-grid-3 { display: flex; flex-direction: column; gap: .45rem; }
.opt-card { position: relative; }
.opt-card input[type=radio] { position: absolute; opacity: 0; pointer-events: none; }
.opt-card label {
  display: flex;
  align-items: center;
  gap: .875rem;
  padding: .8rem 1rem;
  border: 1.5px solid rgba(0,0,0,.1);
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: var(--t);
  background: var(--white);
}
.opt-card label:hover { border-color: var(--navy); background: rgba(26,39,68,.02); }
.opt-card input:checked + label { border-color: var(--navy); background: rgba(26,39,68,.03); }
.opt-radio {
  width: 17px; height: 17px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,.18);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--t);
}
.opt-card input:checked + label .opt-radio { border-color: var(--navy); background: var(--navy); }
.opt-card input:checked + label .opt-radio::after {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--white);
}
.opt-lbl { font-weight: 600; font-size: .88rem; color: var(--navy); }
.opt-desc { font-size: .76rem; color: var(--text-light); margin-left: auto; }

/* Inputs */
.fg { margin-bottom: 1.25rem; }
.fg label { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--text-mid); margin-bottom: .4rem; }
.fg input, .fg textarea, .fg select {
  width: 100%;
  padding: .8rem 1rem;
  border: 1.5px solid rgba(0,0,0,.1);
  border-radius: var(--r-sm);
  font-family: var(--ff-body);
  font-size: .92rem;
  color: var(--text-dark);
  background: var(--white);
  transition: var(--t);
  outline: none;
  appearance: none;
}
.fg input:focus, .fg textarea:focus, .fg select:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(26,39,68,.07);
}
.fg textarea { resize: vertical; min-height: 100px; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* Form actions */
.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0,0,0,.06);
}
.btn-back {
  font-size: .85rem;
  font-weight: 500;
  color: var(--text-mid);
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: var(--t);
}
.btn-back:hover { color: var(--navy); }
.form-note {
  font-size: .7rem;
  color: var(--text-light);
  text-align: center;
  margin-top: .875rem;
  line-height: 1.5;
}

/* Form success */
.form-success { text-align: center; padding: 4rem 2.25rem; display: none; }
.form-success.active { display: block; animation: fadeUp .5s var(--ease-out); }
.success-icon {
  width: 72px; height: 72px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 1.75rem;
  color: var(--gold);
  animation: popIn .5s cubic-bezier(.175,.885,.32,1.275);
}
@keyframes popIn { from { transform:scale(0); opacity:0; } to { transform:scale(1); opacity:1; } }
.form-success h3 { font-size: 1.65rem; color: var(--navy); margin-bottom: .75rem; font-family: var(--ff-body); font-weight: 600; }
.form-success p { color: var(--text-mid); line-height: 1.7; max-width: 420px; margin: 0 auto 2rem; font-size: .92rem; }

/* === REVIEWS === */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.review-card {
  background: var(--white);
  border: 1px solid rgba(201,168,76,.14);
  border-radius: var(--r-md);
  padding: 2rem;
  transition: var(--t);
  position: relative;
}
.review-card:hover { box-shadow: var(--sh-md); transform: translateY(-4px); border-color: rgba(201,168,76,.35); }
.review-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1rem; }
.stars { display: flex; gap: 2px; }
.stars span { color: var(--gold); font-size: .9rem; }
.g-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: .72rem;
  color: var(--text-light);
}
.g-logo {
  width: 20px; height: 20px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0,0,0,.15);
  font-size: 10px;
  font-weight: 700;
  color: #4285F4;
}
.review-text { font-size: .92rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 1.5rem; font-style: italic; }
.review-author { display: flex; align-items: center; gap: .75rem; }
.review-av {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--gold-grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  flex-shrink: 0;
}
.review-name { font-weight: 600; font-size: .88rem; color: var(--navy); }
.review-loc { font-size: .78rem; color: var(--text-light); }

/* === PARTNERS MARQUEE === */
.partners-sec {
  padding: 3.5rem 0;
  background: var(--cream);
  border-top: 1px solid rgba(201,168,76,.12);
  border-bottom: 1px solid rgba(201,168,76,.12);
  overflow: hidden;
}
.partners-hd { text-align: center; margin-bottom: 2rem; }
.partners-hd p { font-size: .78rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--text-light); }
.marquee-track { overflow: hidden; position: relative; }
.marquee-track::before, .marquee-track::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
}
.marquee-track::before { left: 0; background: linear-gradient(90deg, var(--cream), transparent); }
.marquee-track::after  { right: 0; background: linear-gradient(-90deg, var(--cream), transparent); }
.marquee-inner {
  display: flex;
  gap: 2rem;
  animation: marquee 28s linear infinite;
  width: max-content;
}
.marquee-inner:hover { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.partner-chip {
  display: inline-flex;
  align-items: center;
  padding: .6rem 1.4rem;
  border: 1px solid rgba(201,168,76,.2);
  border-radius: var(--r-xs);
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(26,39,68,.4);
  white-space: nowrap;
  transition: var(--t);
  background: var(--white);
}
.partner-chip:hover { color: var(--navy); border-color: var(--gold); box-shadow: var(--sh-sm); }

/* === FAQ === */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(201,168,76,.14); }
.faq-q {
  width: 100%;
  text-align: left;
  padding: 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--ff-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--navy);
  cursor: pointer;
  transition: var(--t);
  background: none;
}
.faq-q:hover { color: var(--gold); }
.faq-ico {
  width: 30px; height: 30px;
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  transition: var(--t);
  font-size: 1.2rem;
  line-height: 1;
}
.faq-item.open .faq-ico { background: var(--gold-grad); color: var(--navy); transform: rotate(45deg); border-color: var(--gold); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease), padding .3s; }
.faq-item.open .faq-a { max-height: 600px; padding-bottom: 1.5rem; }
.faq-a p { color: var(--text-mid); line-height: 1.75; font-size: .95rem; }

/* === ZONE COVERAGE === */
.zone-sec { background: var(--navy); padding: 4.5rem 0; }
.zone-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: .75rem;
  margin-top: 3rem;
}
.zone-chip {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,168,76,.12);
  border-radius: var(--r-xs);
  padding: .7rem 1rem;
  font-size: .85rem;
  color: rgba(255,255,255,.65);
  transition: var(--t);
}
.zone-chip:hover { background: rgba(201,168,76,.08); border-color: rgba(201,168,76,.35); color: var(--white); }
.zone-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* === GALLERY === */
.gallery-masonry {
  columns: 3;
  gap: 1rem;
}
.gallery-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  border-radius: var(--r-md);
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}
.gallery-item img { width: 100%; display: block; transition: transform .5s var(--ease); }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17,27,51,.75) 0%, transparent 50%);
  opacity: 0;
  transition: var(--t);
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-tag { font-size: .78rem; font-weight: 600; color: var(--white); letter-spacing: .06em; text-transform: uppercase; }
.gallery-zoom {
  position: absolute;
  top: .875rem; right: .875rem;
  width: 36px; height: 36px;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--t);
  font-size: 1rem;
  color: white;
  backdrop-filter: blur(4px);
}
.gallery-item:hover .gallery-zoom { opacity: 1; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.95);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
}
.lightbox.show { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: var(--r-sm); }
.lb-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  width: 48px; height: 48px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  transition: var(--t);
  border: 1px solid rgba(255,255,255,.15);
}
.lb-close:hover { background: var(--gold-grad); color: var(--navy); }
.lb-prev, .lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px; height: 52px;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: white;
  cursor: pointer;
  transition: var(--t);
  border: 1px solid rgba(255,255,255,.12);
}
.lb-prev:hover, .lb-next:hover { background: var(--gold-grad); color: var(--navy); }
.lb-prev { left: 1.5rem; }
.lb-next { right: 1.5rem; }

/* === BLOG GRID === */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; }
.blog-card {
  background: var(--white);
  border: 1px solid rgba(201,168,76,.14);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: var(--t);
  display: flex;
  flex-direction: column;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: rgba(201,168,76,.35); }
.blog-thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.blog-card:hover .blog-thumb img { transform: scale(1.06); }
.blog-content { padding: 1.75rem; display: flex; flex-direction: column; flex: 1; }
.blog-meta { display: flex; align-items: center; gap: .875rem; margin-bottom: 1rem; }
.blog-cat {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201,168,76,.1);
  padding: .25rem .75rem;
  border-radius: 100px;
}
.blog-date { font-size: .78rem; color: var(--text-light); }
.blog-card h3 { font-size: 1.15rem; color: var(--navy); margin-bottom: .7rem; line-height: 1.35; }
.blog-exc { font-size: .88rem; color: var(--text-mid); line-height: 1.65; flex: 1; margin-bottom: 1.5rem; }
.blog-more {
  font-size: .8rem;
  font-weight: 700;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: var(--t);
}
.blog-more:hover { gap: .7rem; }

/* === CTA SECTION === */
.cta-sec {
  background: linear-gradient(135deg, var(--navy-deeper) 0%, var(--navy) 60%);
  padding: 7rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(201,168,76,.06) 0%, transparent 70%);
}
.cta-sec::after {
  content: '';
  position: absolute;
  top: -2px; left: 0; right: 0;
  height: 2px;
  background: var(--gold-grad);
}
.cta-sec h2 { color: var(--white); margin-bottom: 1rem; position: relative; }
.cta-sec p { color: rgba(255,255,255,.7); font-size: 1.1rem; margin-bottom: 2.5rem; max-width: 500px; margin-left: auto; margin-right: auto; position: relative; }
.cta-actions { display: flex; align-items: center; justify-content: center; gap: 1.25rem; flex-wrap: wrap; position: relative; }

/* === FOOTER === */
.site-footer { background: var(--navy-deeper); color: var(--white); padding: 5rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.5fr; gap: 4rem; margin-bottom: 4rem; }
.ft-brand .logo-text { font-size: 2.1rem; display: block; margin-bottom: 1rem; }
.ft-desc { font-size: .9rem; color: rgba(255,255,255,.55); line-height: 1.75; margin-bottom: 1.75rem; max-width: 300px; }
.ft-contact-item {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .88rem;
  color: rgba(255,255,255,.65);
  margin-bottom: .75rem;
  line-height: 1.5;
}
.ft-contact-item svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.ft-h { font-family: var(--ff-body); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; display: block; }
.ft-links { display: flex; flex-direction: column; gap: .7rem; }
.ft-links a { font-size: .88rem; color: rgba(255,255,255,.55); transition: var(--t); display: inline-flex; align-items: center; gap: .4rem; }
.ft-links a::before { content: '›'; color: var(--gold); font-size: 1rem; }
.ft-links a:hover { color: var(--gold); padding-left: .25rem; }
.ft-phone {
  font-family: var(--ff-display);
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--gold);
  display: block;
  margin-bottom: .3rem;
  line-height: 1;
}
.ft-hours { font-size: .82rem; color: rgba(255,255,255,.45); margin-bottom: 1.5rem; }
.ft-socials { display: flex; gap: .75rem; }
.ft-social {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.5);
  font-size: .9rem;
  transition: var(--t);
}
.ft-social:hover { background: var(--gold-grad); border-color: var(--gold); color: var(--navy); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .8rem;
  color: rgba(255,255,255,.35);
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: rgba(255,255,255,.35); transition: var(--t); }
.footer-legal a:hover { color: var(--gold); }

/* === COOKIE BANNER === */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: var(--navy-deeper);
  border-top: 2px solid var(--gold);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform .5s var(--ease);
  box-shadow: 0 -8px 40px rgba(0,0,0,.3);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-txt { flex: 1; min-width: 280px; font-size: .88rem; color: rgba(255,255,255,.72); line-height: 1.6; }
.cookie-txt a { color: var(--gold); text-decoration: underline; }
.cookie-btns { display: flex; gap: .875rem; flex-shrink: 0; flex-wrap: wrap; }
.btn-cookie-accept { background: var(--gold-grad); color: var(--navy); padding: .65rem 1.4rem; border-radius: var(--r-xs); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: var(--t); }
.btn-cookie-accept:hover { transform: translateY(-1px); box-shadow: var(--sh-gold); }
.btn-cookie-refuse { border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.6); padding: .65rem 1.2rem; border-radius: var(--r-xs); font-size: .82rem; font-weight: 500; transition: var(--t); }
.btn-cookie-refuse:hover { border-color: rgba(255,255,255,.4); color: var(--white); }

/* === FLOATING CTA === */
.float-cta {
  position: fixed;
  bottom: 2rem; right: 2rem;
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .75rem;
}
.float-phone {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: var(--gold-grad);
  color: var(--navy);
  padding: .875rem 1.5rem;
  border-radius: 100px;
  font-weight: 700;
  font-size: .92rem;
  box-shadow: var(--sh-gold-lg);
  transition: var(--t);
  animation: floatPulse 3s ease-in-out infinite;
}
.float-phone:hover { transform: translateY(-3px); }
@keyframes floatPulse {
  0%,100% { box-shadow: 0 8px 32px rgba(201,168,76,.4); }
  50% { box-shadow: 0 8px 48px rgba(201,168,76,.65); }
}

/* === SCROLL ANIMATIONS === */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-36px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-left.in { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(36px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-right.in { opacity: 1; transform: translateX(0); }
.stagger .stagger-item { opacity: 0; transform: translateY(20px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.stagger.in .stagger-item:nth-child(1) { opacity:1; transform:none; transition-delay:.05s; }
.stagger.in .stagger-item:nth-child(2) { opacity:1; transform:none; transition-delay:.15s; }
.stagger.in .stagger-item:nth-child(3) { opacity:1; transform:none; transition-delay:.25s; }
.stagger.in .stagger-item:nth-child(4) { opacity:1; transform:none; transition-delay:.35s; }
.stagger.in .stagger-item:nth-child(5) { opacity:1; transform:none; transition-delay:.45s; }
.stagger.in .stagger-item:nth-child(6) { opacity:1; transform:none; transition-delay:.55s; }

/* === GOLD ACCENT LINE === */
.gold-line { display: flex; align-items: center; gap: .875rem; margin: 1.5rem 0; }
.gold-line::before, .gold-line::after { content:''; flex:1; height:1px; background:linear-gradient(90deg,transparent,rgba(201,168,76,.4),transparent); }
.gold-line-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

/* === FEATURES LIST === */
.features-list { display: flex; flex-direction: column; gap: 1rem; }
.feat-item { display: flex; align-items: flex-start; gap: 1rem; }
.feat-icon {
  width: 36px; height: 36px;
  background: rgba(201,168,76,.1);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
}
.feat-item h5 { font-family: var(--ff-display); font-size: 1.05rem; color: var(--navy); margin-bottom: .25rem; }
.feat-item p { font-size: .88rem; color: var(--text-mid); line-height: 1.6; }

/* === MEDIA QUERIES === */
@media (max-width: 1200px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
}
@media (max-width: 960px) {
  .ba-grid { grid-template-columns: 1fr; }
  .header-phone { display: none; }
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .btn-devis { display: none; }
}
@media (max-width: 768px) {
  /* Layout */
  .container, .container-sm { padding: 0 1.25rem; }
  .section { padding: 3.5rem 0; }

  /* Hero */
  .hero { min-height: auto; }
  .hero-content { padding: 2.5rem 0 3rem; max-width: 100%; }
  .hero-badge { font-size: .68rem; letter-spacing: .07em; padding: .38rem .8rem; }
  .hero h1 { font-size: clamp(1.9rem, 7vw, 2.8rem); margin-bottom: 1rem; }
  .hero-sub { font-size: .95rem; margin-bottom: 1.75rem; max-width: 100%; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: .75rem; }
  .hero-actions .btn { justify-content: center; text-align: center; }
  .hero-stats { gap: 1rem; flex-wrap: wrap; margin-top: 2.25rem; padding-top: 1.5rem; }
  .hero-stats > div { flex: 1 1 calc(50% - .5rem); min-width: 100px; }
  .stat-val { font-size: 2rem; }
  .stat-lbl { font-size: .7rem; }

  /* Inline split grids → colonne unique */
  .split-2col { grid-template-columns: 1fr !important; gap: 2.5rem !important; }
  .split-2col > div:first-child img { width: 100%; }
  .blog-feat-card { grid-template-columns: 1fr !important; }
  .blog-feat-body { padding: 2rem !important; }
  .blog-cta-grid { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  /* Trust bar */
  .trust-items { display: grid; grid-template-columns: 1fr 1fr; gap: .875rem 1.25rem; justify-items: start; }

  /* Form */
  .row-2 { grid-template-columns: 1fr; }
  .form-shell { grid-template-columns: 1fr; }
  .form-side { padding: 1.75rem 1.75rem 1.5rem; }
  .form-side-guarantees { display: none; }
  .form-body { padding: 1.5rem; }
  .form-progress { padding: 1rem 1.5rem; }

  /* Gallery & Blog */
  .gallery-masonry { columns: 2; }
  .blog-grid { grid-template-columns: 1fr; }

  /* Sec title */
  .sec-title { margin-bottom: 2.5rem; }
  .sec-title h2 { margin-bottom: .75rem; }
  .sec-title p { font-size: 1rem; }

  /* Service cards */
  .services-grid { grid-template-columns: 1fr; gap: 1.25rem; }

  /* CTA */
  .cta-sec { padding: 4rem 0; }
  .cta-actions { flex-direction: column; align-items: center; gap: .875rem; }
  .cta-actions .btn { width: 100%; max-width: 320px; justify-content: center; }
}

@media (max-width: 560px) {
  /* Layout */
  .container, .container-sm { padding: 0 1rem; }
  .section { padding: 3rem 0; }

  /* Hero */
  .hero h1 { font-size: 1.85rem; }
  .hero-actions .btn { font-size: .8rem; padding: .9rem 1.5rem; }
  .stat-val { font-size: 1.85rem; }

  /* Trust bar */
  .trust-items { grid-template-columns: 1fr; }

  /* Gallery */
  .gallery-masonry { columns: 1; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal { flex-wrap: wrap; justify-content: center; }

  /* Forms */
  .opt-grid { flex-direction: column; }
  .opt-grid-3 { flex-direction: column; }
  .form-actions { flex-direction: column; gap: 1rem; align-items: stretch; text-align: center; }

  /* Process */
  .process-steps { grid-template-columns: 1fr; }

  /* Float CTA */
  .float-phone { padding: .7rem 1.1rem; }
  .float-phone span.phone-txt { display: none; }

  /* Cookie */
  .cookie-banner { padding: 1.25rem; flex-direction: column; align-items: flex-start; gap: 1rem; }
}
