/* ============================================================
   RENOMATCH — Design System "ULTRA" v6
   Philosophie : premium, conversion, performance
   Typographie : Fraunces (titres) + Inter (corps)
   Palette     : Bleu nuit · Vert incandescent · Or accent
   ============================================================ */

/* ── GOOGLE FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700;9..144,900&family=Inter:wght@400;500;600;700;800&display=swap');

/* ── TOKENS ── */
:root {
  --ink:           #0a1628;
  --primary:       #1c64c4;
  --primary-dark:  #0d1f3c;
  --primary-light: #3b82f6;
  --primary-soft:  #e8f1fd;

  --accent:        #1aa251;
  --accent-dark:   #138047;
  --accent-light:  #34c77b;
  --accent-soft:   #e7f7ee;

  --gold:          #f59e0b;
  --gold-soft:     #fef3c7;

  --whatsapp:      #25D366;
  --dark:          #0a1628;
  --grey-900:      #1b2a3d;
  --grey-700:      #4a5a70;
  --grey-500:      #8a97a8;
  --grey-300:      #cdd6e0;
  --grey-200:      #e4eaf1;
  --grey-100:      #f4f7fb;
  --white:         #ffffff;
  --cream:         #f9fbfe;

  --grad-accent:   linear-gradient(120deg, #34c77b 0%, #1aa251 50%, #138047 100%);
  --grad-blue:     linear-gradient(135deg, #3b82f6 0%, #1c64c4 100%);
  --grad-brand:    linear-gradient(120deg, #3b82f6 0%, #1c64c4 45%, #1aa251 100%);
  --grad-ink:      linear-gradient(135deg, #0a1628 0%, #1c3a6e 100%);
  --grad-text:     linear-gradient(120deg, #34c77b 0%, #1aa251 100%);
  --grad-gold:     linear-gradient(120deg, #f59e0b 0%, #d97706 100%);

  --shadow-xs:  0 1px 3px rgba(10,22,40,.07);
  --shadow-sm:  0 4px 16px rgba(10,22,40,.10);
  --shadow-md:  0 14px 38px rgba(10,22,40,.14);
  --shadow-lg:  0 28px 64px rgba(10,22,40,.20);
  --shadow-xl:  0 40px 96px rgba(10,22,40,.26);
  --shadow-2xl: 0 60px 120px rgba(10,22,40,.32);
  --glow-accent: 0 8px 28px rgba(26,162,81,.38);
  --glow-blue:   0 8px 28px rgba(28,100,196,.34);
  --glow-gold:   0 8px 28px rgba(245,158,11,.35);

  --radius-xs:   8px;
  --radius-sm:   12px;
  --radius:      16px;
  --radius-lg:   24px;
  --radius-xl:   36px;
  --radius-2xl:  48px;
  --radius-pill: 999px;

  --container: 1240px;
  --ease-out:    cubic-bezier(0.23,1,0.32,1);
  --ease-in-out: cubic-bezier(0.77,0,0.175,1);
  --ease-spring: cubic-bezier(0.34,1.56,0.64,1);
  --transition:  .22s var(--ease-out);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--grey-900); background: var(--white);
  line-height: 1.65; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a  { color: var(--primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent); }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
::selection { background: var(--accent); color: #fff; }

/* ── TOPBAR ── */
.topbar {
  background: var(--ink); color: #aeb9d6;
  font-size: 12.5px; padding: 8px 0; letter-spacing: .3px;
  position: relative; z-index: 1;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar a { color: #aeb9d6; }
.topbar a:hover { color: var(--accent-light); }
.topbar-info span { margin-right: 16px; }
.topbar-info i { margin-right: 5px; color: var(--accent); }

/* ── HEADER ── */
.site-header {
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(10,22,40,.07);
  position: sticky; top: 0; z-index: 200;
  transition: box-shadow .3s, background .3s;
}
.site-header.scrolled {
  box-shadow: var(--shadow-md);
  background: rgba(255,255,255,.97);
  border-bottom-color: rgba(10,22,40,.10);
}
.site-header .container {
  display: flex; align-items: center;
  justify-content: space-between;
  padding-top: 13px; padding-bottom: 13px; gap: 20px;
}

/* ── LOGO ── */
.logo {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Fraunces', serif; font-weight: 800;
  font-size: 22px; color: var(--ink); letter-spacing: -.6px;
}
.logo-mark {
  width: 44px; height: 44px; border-radius: 13px;
  background-image: url('logo.svg');
  background-size: cover; background-position: center;
  box-shadow: var(--glow-accent); flex-shrink: 0;
  color: transparent; font-size: 0; display: block;
  transition: transform .28s var(--ease-spring);
}
.logo:hover .logo-mark { transform: rotate(-8deg) scale(1.08); }
.logo small {
  display: block; font-size: 9.5px; color: var(--grey-500);
  font-weight: 600; letter-spacing: 2.6px;
  text-transform: uppercase; font-family: 'Inter', sans-serif;
}

/* ── NAV ── */
.main-nav ul { list-style: none; display: flex; gap: 2px; align-items: center; }
.main-nav a {
  display: block; padding: 9px 13px;
  border-radius: var(--radius-pill); color: var(--grey-700);
  font-weight: 600; font-size: 14px; position: relative;
  transition: background var(--transition), color var(--transition);
}
.main-nav a:hover { color: var(--primary); background: var(--primary-soft); }
.main-nav a.active { color: var(--accent); }
.main-nav a.active::after {
  content: ""; position: absolute;
  left: 13px; right: 13px; bottom: 2px;
  height: 3px; border-radius: 3px; background: var(--grad-accent);
}
.nav-cta {
  background: var(--grad-accent) !important; color: #fff !important;
  padding: 10px 20px !important; border-radius: var(--radius-pill) !important;
  box-shadow: var(--glow-accent);
  transition: transform .15s, box-shadow .15s !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(26,162,81,.55) !important;
  color: #fff !important;
}
.burger {
  display: none; background: var(--primary-soft); border: 0;
  width: 44px; height: 44px; border-radius: 13px;
  font-size: 20px; color: var(--primary); cursor: pointer;
  align-items: center; justify-content: center;
  transition: background var(--transition);
}
.burger:hover { background: var(--primary); color: #fff; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px; border-radius: var(--radius-pill);
  font-weight: 700; font-size: 15px; border: 0; cursor: pointer;
  transition: transform .15s var(--ease-out), box-shadow .15s, background .15s, color .15s;
  text-decoration: none; letter-spacing: .2px; position: relative;
}
.btn:active { transform: scale(.97) !important; }
.btn:hover  { transform: translateY(-3px); }
.btn-primary  { background: var(--grad-accent); color: #fff; box-shadow: var(--glow-accent); }
.btn-primary:hover { color: #fff; box-shadow: 0 18px 44px rgba(26,162,81,.55); }
.btn-blue     { background: var(--grad-blue); color: #fff; box-shadow: var(--glow-blue); }
.btn-blue:hover { color: #fff; box-shadow: 0 18px 44px rgba(28,100,196,.5); }
.btn-outline  { background: rgba(255,255,255,.08); color: #fff; border: 1.5px solid rgba(255,255,255,.55); backdrop-filter: blur(6px); }
.btn-outline:hover { background: #fff; color: var(--primary); border-color: #fff; }
.btn-outline-dark { background: transparent; color: var(--primary); border: 1.5px solid var(--grey-300); }
.btn-outline-dark:hover { background: var(--primary-soft); border-color: var(--primary); transform: translateY(-2px); }
.btn-dark     { background: var(--grad-ink); color: #fff; box-shadow: var(--glow-blue); }
.btn-dark:hover { color: #fff; }
.btn-whatsapp { background: var(--whatsapp); color: #fff; box-shadow: 0 8px 24px rgba(37,211,102,.4); }
.btn-whatsapp:hover { background: #1eba57; color: #fff; }
.btn-white    { background: #fff; color: var(--primary); font-weight: 700; }
.btn-white:hover { background: #eef4ff; }
.btn-gold     { background: var(--grad-gold); color: #fff; box-shadow: var(--glow-gold); }
.btn-gold:hover { color: #fff; box-shadow: 0 14px 36px rgba(245,158,11,.5); }
.btn-block    { display: flex; width: 100%; justify-content: center; }
.btn-lg       { padding: 17px 38px; font-size: 16.5px; }
.btn-sm       { padding: 9px 18px; font-size: 13.5px; }
.btn-xl       { padding: 20px 48px; font-size: 18px; }

/* ── SECTIONS ── */
section { padding: 96px 0; }
.section-title {
  text-align: center; margin-bottom: 14px;
  font-family: 'Fraunces', serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 900; color: var(--ink);
  letter-spacing: -1.2px; line-height: 1.04;
}
.section-title span {
  background: var(--grad-accent);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--accent);
}
.section-sub {
  text-align: center; color: var(--grey-700);
  max-width: 680px; margin: 0 auto 56px;
  font-size: 17px; line-height: 1.7;
}
.section-bar {
  width: 64px; height: 5px; background: var(--grad-accent);
  margin: 18px auto 30px; border-radius: 5px;
}
.bg-grey  { background: var(--grey-100); }
.bg-cream { background: var(--cream); }
.bg-dark  { background: var(--grad-ink); color: #fff; }
.bg-dark .section-title { color: #fff; }
.bg-dark .section-sub   { color: rgba(255,255,255,.78); }

/* ── TRUST BAND ── */
.trust-band {
  background: var(--ink); padding: 26px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.trust-band .container {
  display: flex; justify-content: space-around;
  flex-wrap: wrap; gap: 16px 24px; align-items: center;
}
.trust-item {
  display: flex; align-items: center; gap: 12px;
  color: rgba(255,255,255,.75); font-weight: 600; font-size: 13.5px;
}
.trust-item .ti-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(255,255,255,.07);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--accent-light);
  transition: transform .2s, background .2s;
}
.trust-item:hover .ti-icon { transform: scale(1.1); background: rgba(26,162,81,.2); }
.trust-item strong { display: block; color: #fff; font-size: 14.5px; font-family: 'Fraunces', serif; }

/* ── STATS ── */
.stats { background: var(--grad-ink); color: #fff; padding: 72px 0; position: relative; overflow: hidden; }
.stats::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(600px 300px at 15% 0%, rgba(28,100,196,.35), transparent 60%),
    radial-gradient(600px 300px at 85% 100%, rgba(26,162,81,.25), transparent 60%);
}
.stats-grid {
  position: relative; display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px; text-align: center;
}
.stat-num {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--accent-light);
  line-height: 1; letter-spacing: -1.5px;
}
.stat-label {
  font-size: 13px; letter-spacing: 1.4px;
  text-transform: uppercase; opacity: .82;
  margin-top: 10px; font-weight: 600;
}

/* ── SERVICE CARDS ── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.service-card {
  background: #fff; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease-out), box-shadow .3s;
  display: flex; flex-direction: column;
  border: 1px solid var(--grey-200); position: relative;
}
.service-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--grad-accent); opacity: 0; transition: opacity .3s; z-index: 3;
}
.service-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }
.service-card:hover::before { opacity: 1; }
.service-img {
  height: 215px; background: var(--grey-200);
  background-size: cover; background-position: center;
  position: relative; overflow: hidden;
}
.service-img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,22,40,.55));
}
.service-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease-out);
}
.service-card:hover .service-img img { transform: scale(1.08); }
.service-icon {
  position: absolute; bottom: -24px; left: 22px;
  width: 56px; height: 56px; border-radius: 16px;
  background: var(--grad-accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 23px; box-shadow: var(--glow-accent); z-index: 2;
}
.service-body { padding: 38px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.service-body h3 { font-family: 'Fraunces', serif; font-size: 20px; color: var(--ink); margin-bottom: 10px; font-weight: 700; }
.service-body p { color: var(--grey-700); font-size: 14.5px; margin-bottom: 18px; flex: 1; line-height: 1.65; }
.service-body a.more {
  color: var(--accent); font-weight: 700; font-size: 13.5px;
  display: inline-flex; align-items: center; gap: 6px;
  transition: gap .2s, color .2s;
}
.service-body a.more:hover { color: var(--primary); gap: 11px; }

/* ── FEATURES ── */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); gap: 26px; }
.feature {
  text-align: center; padding: 38px 24px;
  background: #fff; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); border: 1px solid var(--grey-200);
  transition: transform .22s var(--ease-out), box-shadow .22s;
}
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.feature-icon {
  width: 80px; height: 80px; border-radius: 22px;
  background: var(--grad-blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 31px; margin: 0 auto 20px;
  box-shadow: var(--glow-blue);
  transition: transform .3s var(--ease-out);
}
.feature:hover .feature-icon { transform: rotate(-6deg) scale(1.06); }
.feature h4 { font-family: 'Fraunces', serif; color: var(--ink); font-size: 18px; margin-bottom: 10px; font-weight: 700; }
.feature p { color: var(--grey-700); font-size: 14.5px; line-height: 1.65; }

/* ── FAQ ── */
.faq-list { max-width: 840px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-xs); border: 1px solid var(--grey-200);
  overflow: hidden; transition: box-shadow .2s, border-color .2s;
}
.faq-item:hover { box-shadow: var(--shadow-sm); }
.faq-item.open { border-color: rgba(26,162,81,.4); box-shadow: var(--shadow-md); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0;
  cursor: pointer; padding: 20px 24px;
  font-size: 16px; font-weight: 700; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center;
  gap: 14px; font-family: 'Inter', sans-serif; transition: color .2s;
}
.faq-q:hover { color: var(--accent); }
.faq-q i {
  transition: transform .28s var(--ease-out);
  color: #fff; font-size: 12px; flex-shrink: 0;
  background: var(--grad-accent);
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.faq-item.open .faq-q i { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .38s var(--ease-out);
  padding: 0 24px; color: var(--grey-700);
  font-size: 15px; line-height: 1.75;
}
.faq-item.open .faq-a { max-height: 500px; padding: 0 24px 22px; }

/* ── DEMAND CARDS ── */
.demands-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.demand-card {
  background: #fff; border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow-xs);
  border: 1px solid var(--grey-200);
  transition: transform .2s var(--ease-out), box-shadow .2s;
  display: flex; flex-direction: column; gap: 9px;
  position: relative; overflow: hidden;
}
.demand-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--grad-blue);
}
.demand-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.demand-card .meta { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: var(--grey-500); }
.demand-card .city { background: var(--primary-soft); padding: 4px 12px; border-radius: var(--radius-pill); font-weight: 700; color: var(--primary); }
.demand-card .tag {
  display: inline-block; background: var(--grad-accent); color: #fff;
  font-size: 10.5px; font-weight: 700; padding: 4px 12px;
  border-radius: var(--radius-pill); text-transform: uppercase;
  letter-spacing: .8px; align-self: flex-start;
}
.demand-card p { color: var(--grey-700); font-size: 13.5px; flex: 1; margin: 4px 0; line-height: 1.6; }
.demand-card .status {
  font-size: 12px; color: #16a34a; font-weight: 700;
  display: flex; align-items: center; gap: 6px; margin-top: 4px;
}
.demand-card .status::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: #16a34a; animation: pulse 2s infinite;
}

/* ── FORMS ── */
.form-wrap { display: grid; grid-template-columns: 2fr 1fr; gap: 36px; max-width: 1100px; margin: 0 auto; }
.form-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 42px; box-shadow: var(--shadow-md);
  border: 1px solid var(--grey-200);
}
.form-card h2 { font-family: 'Fraunces', serif; color: var(--ink); font-size: 28px; margin-bottom: 6px; font-weight: 800; }
.form-card .sub { color: var(--grey-700); margin-bottom: 28px; font-size: 15px; line-height: 1.6; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.form-row.full   { grid-template-columns: 1fr; }
.form-row.triple { grid-template-columns: 1fr 1fr 1fr; }
.form-field label { display: block; font-weight: 600; font-size: 13px; color: var(--grey-900); margin-bottom: 6px; }
.form-field label .req { color: var(--accent); }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--grey-300);
  border-radius: var(--radius-sm);
  font-size: 15px; font-family: 'Inter', sans-serif;
  background: var(--grey-100);
  transition: border .2s, box-shadow .2s, background .2s;
  color: var(--ink); outline: none;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--accent); background: #fff;
  box-shadow: 0 0 0 4px rgba(26,162,81,.12);
}
.form-field input.valid   { border-color: #16a34a; }
.form-field input.invalid { border-color: #dc2626; }
.form-field .field-error  { font-size: 12px; color: #dc2626; margin-top: 4px; display: none; }
.form-field.has-error .field-error { display: block; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-check { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0; font-size: 14px; color: var(--grey-700); }
.form-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--accent); }
.form-submit { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
.form-aside { display: flex; flex-direction: column; gap: 18px; }
.aside-card {
  background: var(--grad-ink); color: #fff;
  border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-md);
}
.aside-card h3 { font-family: 'Fraunces', serif; font-size: 18px; margin-bottom: 14px; color: #fff; }
.aside-card .pt { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; font-size: 14px; line-height: 1.5; }
.aside-card .pt i { color: var(--accent-light); font-size: 19px; margin-top: 2px; }
.aside-card .pt strong { display: block; color: #fff; margin-bottom: 2px; }
.aside-card.alt { background: #fff; color: var(--dark); border: 1px solid var(--grey-200); }
.aside-card.alt h3 { color: var(--primary); }
.aside-card.alt .pt strong { color: var(--dark); }
.aside-card.alt .pt { color: var(--grey-700); }

/* ── CTA BAND ── */
.cta-band {
  background:
    radial-gradient(700px 400px at 10% 10%, rgba(28,100,196,.5), transparent 60%),
    radial-gradient(700px 400px at 90% 90%, rgba(26,162,81,.3), transparent 60%),
    linear-gradient(120deg, #0a1628, #1c64c4);
  color: #fff; text-align: center; padding: 96px 0; position: relative;
}
.cta-band h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 4vw, 48px);
  margin-bottom: 14px; font-weight: 900; letter-spacing: -.8px;
}
.cta-band p { font-size: 18px; opacity: .9; margin-bottom: 34px; }
.cta-band .actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ── FLOATING WHATSAPP ── */
.float-wa {
  position: fixed; bottom: 28px; right: 28px; z-index: 300;
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--whatsapp); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; box-shadow: var(--shadow-lg);
  transition: transform .2s var(--ease-out);
}
.float-wa:hover { transform: scale(1.12); color: #fff; }
.float-wa::before {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  background: var(--whatsapp); opacity: .3;
  animation: pulse 2s infinite; z-index: -1;
}

/* ── MOBILE STICKY BAR ── */
.mobile-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 250; background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px); box-shadow: 0 -4px 24px rgba(10,22,40,.12);
  padding: 9px 10px; gap: 8px;
}
.mobile-bar a {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 9px 4px; border-radius: 14px;
  font-size: 11px; font-weight: 700; text-decoration: none;
  color: #fff; text-align: center; line-height: 1.2;
}
.mobile-bar a i { font-size: 19px; margin-bottom: 3px; }
.mobile-bar .mb-call  { background: var(--grad-blue); }
.mobile-bar .mb-wa    { background: var(--whatsapp); }
.mobile-bar .mb-devis { background: var(--grad-accent); }

/* ── FOOTER ── */
.site-footer { background: var(--ink); color: #98a2c0; padding: 80px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 44px; padding-bottom: 52px;
}
.footer-grid h4 {
  font-family: 'Fraunces', serif; color: #fff; font-size: 13.5px;
  margin-bottom: 18px; text-transform: uppercase; letter-spacing: 1.8px;
}
.footer-grid p, .footer-grid li { font-size: 14px; line-height: 1.9; }
.footer-grid ul { list-style: none; }
.footer-grid a { color: #98a2c0; transition: color .18s; }
.footer-grid a:hover { color: var(--accent-light); }
.footer-grid .logo { color: #fff; margin-bottom: 14px; }
.footer-grid .logo small { color: var(--grey-500); }
.footer-contact i { color: var(--accent); margin-right: 8px; width: 18px; display: inline-block; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 22px 0; text-align: center;
  font-size: 13px; color: var(--grey-500);
}
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,.07); color: #98a2c0;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; transition: background var(--transition), color var(--transition);
}
.footer-social a:hover { background: var(--accent); color: #fff; }

/* ── PAGE HEADER ── */
.page-header {
  background:
    radial-gradient(800px 400px at 15% 10%, rgba(28,100,196,.45), transparent 60%),
    radial-gradient(800px 400px at 90% 100%, rgba(26,162,81,.30), transparent 55%),
    linear-gradient(120deg, #0a1628, #1c64c4);
  color: #fff; padding: 96px 0 72px; text-align: center;
}
.page-header h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(32px, 5vw, 58px);
  margin-bottom: 12px; font-weight: 900; letter-spacing: -1px;
}
.breadcrumb { font-size: 14px; opacity: .85; }
.breadcrumb a { color: #fff; text-decoration: underline; }

/* ── SERVICE DETAIL ── */
.service-detail {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center;
  padding: 72px 0; border-bottom: 1px solid var(--grey-200);
}
.service-detail:nth-child(even) .detail-img { order: 2; }
.service-detail .detail-img {
  height: 380px; border-radius: var(--radius-lg);
  background-size: cover; background-position: center;
  box-shadow: var(--shadow-md);
}
.detail-body h2 {
  font-family: 'Fraunces', serif; font-size: 32px;
  color: var(--ink); margin-bottom: 12px;
  display: flex; align-items: center; gap: 14px; font-weight: 800;
}
.detail-body h2 .ico {
  width: 50px; height: 50px; border-radius: 14px;
  background: var(--grad-accent); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 22px; flex-shrink: 0; box-shadow: var(--glow-accent);
}
.detail-body p { color: var(--grey-700); margin-bottom: 16px; font-size: 15.5px; line-height: 1.7; }
.detail-list { list-style: none; margin: 18px 0; }
.detail-list li { padding: 8px 0 8px 30px; position: relative; color: var(--grey-900); font-size: 15px; }
.detail-list li::before {
  content: "\2714"; position: absolute; left: 0; top: 7px;
  color: #fff; font-size: 10px; background: var(--grad-accent);
  width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

/* ── GALLERY ── */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 22px; }
.gallery-item {
  position: relative; border-radius: var(--radius-lg);
  overflow: hidden; height: 260px; box-shadow: var(--shadow-sm);
  cursor: pointer; background-size: cover; background-position: center;
  transition: transform .28s var(--ease-out), box-shadow .28s;
}
.gallery-item:hover { transform: scale(1.03); box-shadow: var(--shadow-lg); }
.gallery-item .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(10,22,40,.92));
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px; color: #fff;
}
.gallery-item .tag {
  display: inline-block; align-self: flex-start;
  background: var(--grad-accent); font-size: 10.5px; font-weight: 700;
  padding: 4px 12px; border-radius: var(--radius-pill);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: auto;
}
.gallery-item h4 { font-family: 'Fraunces', serif; font-size: 18px; margin-top: auto; font-weight: 700; }
.gallery-item p  { font-size: 13px; opacity: .88; }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.contact-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 36px; box-shadow: var(--shadow-sm);
  border: 1px solid var(--grey-200);
}
.contact-card h3 { font-family: 'Fraunces', serif; color: var(--ink); margin-bottom: 20px; font-size: 22px; font-weight: 800; }
.contact-card .row {
  display: flex; align-items: center; gap: 14px; margin-bottom: 12px;
  padding: 14px; background: var(--grey-100); border-radius: var(--radius-sm);
  transition: background .2s;
}
.contact-card .row:hover { background: var(--primary-soft); }
.contact-card .row i {
  width: 44px; height: 44px; border-radius: 13px;
  background: var(--grad-blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; flex-shrink: 0;
}
.contact-card .row .lbl { font-size: 12px; color: var(--grey-500); text-transform: uppercase; letter-spacing: 1px; }
.contact-card .row .val { font-size: 16px; font-weight: 700; color: var(--ink); }
.contact-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.contact-actions .btn { justify-content: center; font-size: 16px; padding: 16px; }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-grid img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.about-text h2 { font-family: 'Fraunces', serif; font-size: clamp(26px,3vw,40px); color: var(--ink); margin-bottom: 18px; font-weight: 900; letter-spacing: -.6px; }
.about-text p { margin-bottom: 14px; color: var(--grey-700); font-size: 15.5px; line-height: 1.7; }
.values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.value {
  background: #fff; padding: 20px; border-radius: var(--radius);
  border: 1px solid var(--grey-200); border-top: 4px solid transparent;
  border-image: var(--grad-accent) 1; box-shadow: var(--shadow-xs);
  transition: transform .2s, box-shadow .2s;
}
.value:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.value h5 { font-family: 'Fraunces', serif; color: var(--primary); margin-bottom: 6px; font-size: 15px; font-weight: 700; }
.value p  { font-size: 13.5px; color: var(--grey-700); margin: 0; line-height: 1.6; }
.zones { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 30px; }
.zone-tag {
  background: #fff; border: 1.5px solid var(--grey-300); color: var(--primary);
  padding: 8px 20px; border-radius: var(--radius-pill);
  font-weight: 600; font-size: 13.5px;
  transition: background .18s, color .18s, border-color .18s, transform .18s;
}
.zone-tag:hover { background: var(--grad-accent); color: #fff; border-color: transparent; transform: translateY(-2px); }

/* ── PROCESS ── */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-step {
  position: relative; background: #fff; border-radius: var(--radius-lg);
  padding: 40px 24px 28px; border: 1px solid var(--grey-200);
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease-out), box-shadow .25s; overflow: hidden;
}
.process-step::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--grad-accent); transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease-out);
}
.process-step:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.process-step:hover::after { transform: scaleX(1); }
.process-step .step-no {
  width: 56px; height: 56px; border-radius: 18px;
  background: var(--grad-ink); color: #fff;
  font-family: 'Fraunces', serif; font-weight: 900; font-size: 24px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; box-shadow: var(--glow-blue);
}
.process-step .step-ico { position: absolute; top: 38px; right: 24px; font-size: 30px; color: var(--grey-200); transition: color .3s; }
.process-step:hover .step-ico { color: var(--accent-light); }
.process-step h4 { font-family: 'Fraunces', serif; font-size: 18px; color: var(--ink); margin-bottom: 10px; font-weight: 700; }
.process-step p { color: var(--grey-700); font-size: 14.5px; line-height: 1.65; }

/* ── TESTIMONIALS ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 24px; }
.testi-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 32px 30px; border: 1px solid var(--grey-200);
  box-shadow: var(--shadow-sm); position: relative;
  display: flex; flex-direction: column; gap: 16px;
  transition: transform .25s var(--ease-out), box-shadow .25s;
}
.testi-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.testi-card .quote-mark {
  font-family: 'Fraunces', serif; font-size: 64px; line-height: .6;
  color: var(--accent); opacity: .18; position: absolute; top: 22px; right: 26px;
}
.testi-stars { color: #ffb400; font-size: 15px; letter-spacing: 2px; }
.testi-text { color: var(--grey-900); font-size: 15.5px; line-height: 1.7; flex: 1; }
.testi-author { display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--grey-200); padding-top: 16px; }
.testi-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--grad-accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-weight: 900; font-size: 17px; flex-shrink: 0;
}
.testi-author .who { font-family: 'Fraunces', serif; font-weight: 700; color: var(--ink); font-size: 15px; }
.testi-author .where { font-size: 13px; color: var(--grey-500); }

/* ── ENGAGEMENTS ── */
.engagements { background: var(--grad-ink); position: relative; overflow: hidden; color: #fff; }
.engagements::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(640px 320px at 12% 0%, rgba(28,100,196,.32), transparent 60%),
    radial-gradient(640px 320px at 90% 100%, rgba(26,162,81,.25), transparent 60%);
}
.engagements .container { position: relative; }
.engagements .section-title { color: #fff; }
.engagements .section-sub { color: rgba(255,255,255,.78); }
.eng-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.eng-item { text-align: center; }
.eng-item .ic {
  width: 74px; height: 74px; border-radius: 20px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; color: var(--accent-light);
  margin: 0 auto 18px; backdrop-filter: blur(6px);
  transition: transform .3s var(--ease-out), background .3s;
}
.eng-item:hover .ic { transform: translateY(-6px) scale(1.05); background: rgba(28,100,196,.18); }
.eng-item h4 { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 700; margin-bottom: 8px; color: #fff; }
.eng-item p { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.6; }

/* ── DUAL CARDS ── */
.dual-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.dual-card {
  position: relative; overflow: hidden; border-radius: var(--radius-xl);
  padding: 42px 36px; color: #fff; display: flex; flex-direction: column;
  gap: 12px; min-height: 270px; box-shadow: var(--shadow-md);
  transition: transform .28s var(--ease-out), box-shadow .28s;
}
.dual-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); }
.dual-card.client { background: var(--grad-ink); }
.dual-card.pro    { background: linear-gradient(125deg,#0e7a3a,#1aa251 130%); }
.dual-card::after {
  content: ""; position: absolute; right: -40px; bottom: -40px;
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.dual-card .dual-ic {
  width: 64px; height: 64px; border-radius: 18px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: #fff; margin-bottom: 6px; position: relative; z-index: 1;
}
.dual-card h3 { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 900; margin: 0; position: relative; z-index: 1; }
.dual-card p { color: rgba(255,255,255,.85); font-size: 15px; line-height: 1.6; flex: 1; position: relative; z-index: 1; }
.dual-card .btn { align-self: flex-start; position: relative; z-index: 1; }
.dual-card .tagline { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; opacity: .85; position: relative; z-index: 1; }

/* ── ANNUAIRE ── */
.dp-banner { position: relative; overflow: hidden; background: #0c2552; color: #fff; padding: 60px 0; }
.dp-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .28; z-index: 0; pointer-events: none; }
.dp-banner .container { position: relative; z-index: 1; }
.dp-banner .eyebrow { display: inline-block; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); padding: 6px 14px; border-radius: 99px; font-size: 13px; font-weight: 600; margin-bottom: 14px; }
.dp-banner h1 { font-family: 'Fraunces', serif; font-size: clamp(30px,4.5vw,50px); line-height: 1.07; margin: 0 0 12px; color: #fff; font-weight: 900; }
.dp-banner h1 span { color: #34d57f; }
.dp-banner .breadcrumb { color: rgba(255,255,255,.9); font-size: 15px; }
.dir-filters {
  display: flex; gap: 10px; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--grey-200);
  border-radius: 16px; padding: 12px;
  box-shadow: var(--shadow-sm); margin: -34px auto 0;
  position: relative; z-index: 3; max-width: 980px;
}
.dir-filters .f {
  flex: 1 1 200px; display: flex; align-items: center;
  gap: 9px; border: 1.5px solid var(--grey-200);
  border-radius: 12px; padding: 0 13px; background: #fff; min-width: 0;
  transition: border-color var(--transition);
}
.dir-filters .f:focus-within { border-color: var(--accent); }
.dir-filters .f i { color: var(--primary); }
.dir-filters input, .dir-filters select {
  border: none; outline: none; width: 100%;
  padding: 13px 0; font-size: 15px;
  font-family: inherit; color: var(--ink); background: transparent;
}
.dir-count { color: var(--grey-600); font-size: 14px; margin: 26px 0 14px; }
.dir-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 18px; }
.co-card {
  display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--grey-200); border-radius: var(--radius-lg);
  padding: 22px; box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.co-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--primary); }
.co-head { display: flex; align-items: center; gap: 13px; margin-bottom: 12px; }
.co-logo {
  width: 54px; height: 54px; border-radius: 13px;
  background: var(--grad-accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 21px; font-family: 'Fraunces', serif; flex: 0 0 auto;
}
.co-name { font-weight: 700; font-size: 16px; color: var(--ink); line-height: 1.2; }
.co-verif { display: inline-flex; align-items: center; gap: 4px; color: var(--accent); font-size: 12px; font-weight: 600; margin-top: 3px; }
.co-rate { margin-left: auto; text-align: right; font-size: 12.5px; color: var(--grey-600); }
.co-rate .stars { color: #f5a623; font-size: 13px; letter-spacing: 1px; display: block; }
.co-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 4px 0 12px; }
.co-tag { background: var(--primary-soft); color: var(--primary); font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 99px; }
.co-zone { color: var(--grey-600); font-size: 13.5px; margin: 0 0 16px; display: flex; align-items: center; gap: 7px; }
.co-actions { margin-top: auto; display: flex; gap: 8px; }
.co-actions .btn { flex: 1; justify-content: center; }
.dir-empty { text-align: center; color: var(--grey-600); padding: 50px 0; }
.demo-note { background: #fff7e6; border: 1px solid #f3d28b; color: #8a5a00; font-size: 13px; padding: 10px 14px; border-radius: 10px; margin: 18px 0 0; }

/* ── ESPACE PRO ── */
.checks { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.check-pill {
  display: flex; align-items: center; gap: 8px;
  border: 1.5px solid var(--grey-300); border-radius: 12px;
  padding: 10px 12px; font-size: 14px; cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
}
.check-pill:hover { border-color: var(--accent); }
.check-pill input { width: 17px; height: 17px; accent-color: var(--accent); }
.check-pill.on { border-color: var(--accent); background: var(--accent-soft); }
.lead-card {
  background: #fff; border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg); padding: 22px 24px;
  box-shadow: var(--shadow-sm); margin-bottom: 16px;
  transition: box-shadow var(--transition);
}
.lead-card:hover { box-shadow: var(--shadow-md); }
.lead-card .top { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 8px; }
.lead-card .svc { background: var(--grad-accent); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: .6px; }
.lead-card .when { font-size: 12.5px; color: var(--grey-500); }
.lead-card h4 { font-family: 'Fraunces', serif; font-size: 18px; color: var(--ink); margin: 2px 0 6px; }
.lead-card .meta { font-size: 13.5px; color: var(--grey-700); display: flex; flex-wrap: wrap; gap: 6px 16px; margin-bottom: 10px; }
.lead-card .desc { color: var(--grey-900); font-size: 14.5px; line-height: 1.6; margin-bottom: 16px; }
.lead-card .contact { display: flex; gap: 10px; flex-wrap: wrap; padding-top: 14px; border-top: 1px solid var(--grey-200); }
.lead-card .contact .btn { font-size: 14px; padding: 11px 18px; }
.pro-state { text-align: center; padding: 40px 20px; color: var(--grey-700); }
.pro-state i { font-size: 34px; color: var(--accent); margin-bottom: 12px; }
.token-box { background: var(--primary-soft); border: 1px solid #c9d8ff; border-radius: 12px; padding: 14px 16px; font-size: 14px; margin-bottom: 18px; }

/* ── LEGAL ── */
.legal-doc { max-width: 860px; margin: 0 auto; padding: 48px 22px; }
.legal-doc .lead {
  font-size: 15.5px; color: var(--grey-700);
  background: var(--primary-soft); padding: 20px 24px;
  border-radius: var(--radius); border-left: 4px solid var(--accent);
  margin-bottom: 32px; line-height: 1.75;
}
.legal-doc h2 {
  font-family: 'Fraunces', serif; color: var(--primary); font-size: 24px;
  margin: 38px 0 14px; padding-bottom: 8px;
  border-bottom: 3px solid var(--accent); font-weight: 800;
}
.legal-doc h3 { color: var(--ink); font-size: 17px; margin: 22px 0 10px; font-weight: 700; }
.legal-doc h3 .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; background: var(--grad-accent); color: #fff;
  border-radius: 50%; font-size: 13px; margin-right: 10px; vertical-align: middle;
}
.legal-doc h4 { color: var(--primary); font-size: 15.5px; margin: 16px 0 8px; font-weight: 700; }
.legal-doc p  { margin-bottom: 12px; color: var(--grey-900); line-height: 1.75; }
.legal-doc ul, .legal-doc ol { margin: 10px 0 14px 28px; }
.legal-doc li { margin-bottom: 6px; color: var(--grey-900); line-height: 1.65; }
.legal-doc strong { color: var(--ink); }
.legal-doc .def { background: var(--grey-100); padding: 12px 16px; border-radius: 10px; margin: 8px 0; font-size: 14px; }
.legal-doc .def strong { color: var(--primary); }
.legal-doc .ts { color: var(--grey-500); font-size: 13px; font-style: italic; text-align: right; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--grey-200); }
.legal-doc table { width: 100%; border-collapse: collapse; margin: 14px 0; }
.legal-doc table th, .legal-doc table td { padding: 10px 12px; border: 1px solid var(--grey-200); text-align: left; font-size: 14px; }
.legal-doc table th { background: var(--grey-100); font-weight: 700; color: var(--ink); }

/* ── CHARTE ── */
.charte-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 24px; margin: 32px 0; }
.charte-card {
  background: #fff; border-radius: var(--radius-lg); padding: 32px 24px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--grey-200);
  text-align: center; transition: transform .22s var(--ease-out), box-shadow .22s;
  position: relative; overflow: hidden;
}
.charte-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad-accent); }
.charte-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.charte-card .ico {
  width: 74px; height: 74px; border-radius: 20px;
  background: var(--grad-blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 29px; margin: 0 auto 16px; box-shadow: var(--glow-blue);
}
.charte-card h3 { font-family: 'Fraunces', serif; color: var(--ink); font-size: 18px; margin-bottom: 10px; font-weight: 700; }
.charte-card p  { color: var(--grey-700); font-size: 14px; line-height: 1.65; text-align: left; }

/* ── NOTICES ── */
.notice {
  padding: 14px 18px; border-radius: var(--radius-sm);
  font-size: 14px; line-height: 1.6; margin: 16px 0;
  display: flex; align-items: flex-start; gap: 12px;
}
.notice-success { background: #e7f7ee; border: 1px solid #b6e6c7; color: #13733a; }
.notice-error   { background: #fdeaea; border: 1px solid #f3c2c2; color: #b42318; }
.notice-info    { background: var(--primary-soft); border: 1px solid #c9d8ff; color: var(--primary-dark); }
.notice-warning { background: var(--gold-soft); border: 1px solid #fcd34d; color: #92400e; }
.notice i { margin-top: 1px; flex-shrink: 0; }

/* ── BADGES ── */
.badge {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--grad-accent); color: #fff;
  font-size: 11px; font-weight: 700; padding: 3px 9px;
  border-radius: var(--radius-pill); letter-spacing: .4px;
}
.badge-blue    { background: var(--grad-blue); }
.badge-gold    { background: var(--grad-gold); }
.badge-outline { background: transparent; border: 1.5px solid var(--accent); color: var(--accent); }

/* ── SCROLL PROGRESS ── */
#scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px;
  background: var(--grad-accent); z-index: 9999;
  width: 0%; transition: width .1s linear;
}

/* ── SKELETON ── */
.skeleton {
  background: linear-gradient(90deg, var(--grey-200) 25%, var(--grey-100) 50%, var(--grey-200) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite; border-radius: var(--radius-sm);
}
@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* ── HIDDEN ── */
.hidden { display: none !important; }

/* ── ANIMATIONS ── */
@keyframes pulse {
  0%   { transform: scale(1); opacity: .5; }
  100% { transform: scale(1.6); opacity: 0; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate-in { animation: fadeInUp .6s var(--ease-out) both; }
.animate-in:nth-child(1) { animation-delay: .05s; }
.animate-in:nth-child(2) { animation-delay: .12s; }
.animate-in:nth-child(3) { animation-delay: .19s; }
.animate-in:nth-child(4) { animation-delay: .26s; }
.animate-in:nth-child(5) { animation-delay: .33s; }
.animate-in:nth-child(6) { animation-delay: .40s; }
.animate-in:nth-child(7) { animation-delay: .47s; }
.animate-in:nth-child(8) { animation-delay: .54s; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; flex-direction: column; box-shadow: var(--shadow-md);
    padding: 14px; border-top: 1px solid var(--grey-200);
  }
  .main-nav.open { display: block; }
  .main-nav ul   { flex-direction: column; gap: 4px; align-items: stretch; }
  .main-nav a.active::after { display: none; }
  .burger        { display: flex; }
  .stats-grid    { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .service-detail { grid-template-columns: 1fr; gap: 28px; }
  .service-detail:nth-child(even) .detail-img { order: 0; }
  .contact-grid, .about-grid, .footer-grid, .form-wrap { grid-template-columns: 1fr; }
  .form-row, .form-row.triple { grid-template-columns: 1fr; }
  .topbar-info span { display: block; margin: 2px 0; }
  .trust-band .container { justify-content: flex-start; }
  .mobile-bar  { display: flex; }
  .float-wa    { display: none; }
  body { padding-bottom: 76px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .eng-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .dual-grid { grid-template-columns: 1fr; }
  .checks { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .dir-filters { flex-direction: column; }
}
@media (max-width: 480px) {
  section { padding: 64px 0; }
  .stat-num { font-size: 38px; }
  .btn { padding: 13px 22px; font-size: 14.5px; }
  .form-card { padding: 26px; }
  .process-grid { grid-template-columns: 1fr; }
  .eng-grid { grid-template-columns: 1fr; }
}

/* ── REDUCED MOTION ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
