/* ==========================================================================
   SADO ENERGY & SERVICES — Design System
   Navy #282870 · Gold #C9A227 · Orange #EE7A1E — sampled from brand logo
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { min-width: 320px; overflow-x: hidden; }
img, svg { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
input, textarea, select { font: inherit; color: inherit; }

/* ---------- Tokens ---------- */
:root {
  --navy-950: #101036;
  --navy-900: #1c1c5e;
  --navy-800: #282870;
  --navy-700: #34348c;
  --navy-600: #4444a8;
  --navy-100: #ececfa;
  --navy-050: #f5f5fc;

  --gold-600: #a9822b;
  --gold-500: #c9a227;
  --gold-400: #dab74f;
  --gold-300: #e8cd8a;
  --yellow-400: #f8d038;

  --orange-600: #d85f12;
  --orange-500: #ee7a1e;
  --orange-100: #fdece1;

  --cream: #faf8f3;
  --ink: #16182b;
  --gray-700: #454a5e;
  --gray-500: #767b93;
  --gray-300: #d7d6e5;
  --gray-200: #e8e7f0;
  --gray-100: #f2f1f8;
  --white: #ffffff;

  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;

  --container: 1240px;
  --radius-lg: 20px;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 2px 12px rgba(20,20,60,.07);
  --shadow-md: 0 14px 34px rgba(20,20,60,.11);
  --shadow-lg: 0 26px 64px rgba(16,16,54,.20);
  --header-h: 118px;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-top: var(--header-h);
}

h1,h2,h3,h4 { font-family: var(--font-display); line-height: 1.14; letter-spacing: -0.01em; color: var(--navy-900); font-weight: 700; }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { color: var(--gray-700); }
strong { color: var(--navy-900); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 58px 0; }
.section--sm { padding: 34px 0; }
.section--alt { background: var(--navy-050); }
.section--navy { background: var(--navy-900); color: var(--white); }
.section--navy p { color: var(--gray-300); }
.section--navy h2, .section--navy h3 { color: var(--white); }

@media (max-width: 900px){ .section{ padding:40px 0; } .section--sm{ padding:26px 0; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: .78rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--orange-600);
  margin-bottom: 14px;
}
.eyebrow::before { content:''; width: 22px; height: 2px; background: var(--orange-500); display:inline-block; }
.section--navy .eyebrow { color: var(--gold-400); }
.section--navy .eyebrow::before { background: var(--gold-400); }

.lead { font-size: 1.1rem; color: var(--gray-700); max-width: 640px; }
.section--navy .lead { color: var(--gray-300); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px; font-weight: 600; font-size: .95rem;
  font-family: var(--font-body); transition: all .22s ease; white-space: nowrap;
}
.btn--primary { background: var(--orange-500); color: var(--white); box-shadow: 0 10px 24px rgba(238,122,30,.30); }
.btn--primary:hover { background: var(--orange-600); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(238,122,30,.38); }
.btn--gold { background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); color: var(--navy-950); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(201,162,39,.35); }
.btn--outline { background: transparent; border: 1.5px solid var(--navy-800); color: var(--navy-900); }
.btn--outline:hover { background: var(--navy-900); color: var(--white); }
.btn--outline-light { background: transparent; border: 1.5px solid rgba(255,255,255,.5); color: var(--white); }
.btn--outline-light:hover { background: var(--white); color: var(--navy-900); }
.btn--sm { padding: 10px 20px; font-size: .85rem; }
.btn svg { width: 18px; height: 18px; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--navy-950); color: var(--gray-300); font-size: .82rem;
  position: fixed; top: 0; left: 0; right: 0; z-index: 60; height: 42px;
}
.topbar__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 20px; }
.topbar__contact { display: flex; align-items: center; gap: 22px; }
.topbar__contact a { display: flex; align-items: center; gap: 7px; color: var(--gray-300); transition: color .2s; }
.topbar__contact a:hover { color: var(--gold-400); }
.topbar__contact svg { width: 14px; height: 14px; flex-shrink: 0; opacity: .85; }
.topbar__right { display: flex; align-items: center; gap: 18px; }
.topbar__socials { display: flex; align-items: center; gap: 12px; }
.topbar__socials a { width: 15px; height: 15px; opacity: .85; transition: opacity .2s, transform .2s; }
.topbar__socials a:hover { opacity: 1; transform: translateY(-1px); }
.topbar__socials svg { width: 100%; height: 100%; }
.topbar__lang { display: flex; align-items: center; gap: 4px; border-left: 1px solid rgba(255,255,255,.18); padding-left: 16px; }
.topbar__lang button { font-family: var(--font-display); font-weight: 600; font-size: .78rem; padding: 3px 8px; border-radius: 5px; color: var(--gray-500); letter-spacing: .03em; }
.topbar__lang button.is-active { color: var(--navy-950); background: var(--gold-400); }
.topbar__lang span { color: rgba(255,255,255,.3); font-size: .7rem; }

@media (max-width: 780px){
  .topbar__contact span.hide-sm{ display:none; }
  .topbar { height: 38px; font-size: .74rem; }
  .topbar__contact { gap: 14px; }
}
@media (max-width: 560px){
  .topbar__inner{ overflow-x:auto; scrollbar-width:none; }
  .topbar__inner::-webkit-scrollbar{ display:none; }
}

/* ---------- Header / Nav ---------- */
.header {
  position: fixed; top: 42px; left: 0; right: 0; z-index: 55;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gray-200);
  transition: top .25s ease;
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav__logo { display: flex; align-items: center; gap: 12px; }
.nav__logo img { height: 40px; width: auto; }
.nav__logo-text { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; color: var(--navy-900); line-height: 1.1; }
.nav__logo-text span { display: block; font-size: .58rem; font-weight: 600; letter-spacing: .12em; background: linear-gradient(90deg, var(--yellow-400), var(--orange-500)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav__links { display: flex; align-items: center; gap: 6px; }
.nav__links a {
  padding: 10px 16px; border-radius: 999px; font-weight: 600; font-size: .93rem; color: var(--navy-800);
  transition: background .2s, color .2s; position: relative;
}
.nav__links a:hover { background: var(--navy-050); }
.nav__links a.is-active { background: var(--navy-900); color: var(--white); }
.nav__right { display: flex; align-items: center; gap: 14px; }
.nav__toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; }
.nav__toggle svg { width: 24px; height: 24px; color: var(--navy-900); }

@media (max-width: 980px){
  .nav__links{ display:none; }
  .nav__toggle{ display:flex; }
  .nav__cta.hide-mobile{ display:none; }
}
@media (max-width: 480px){
  .nav__logo-text{ font-size: 1rem; }
  .nav__logo img{ height: 34px; }
}

.mobile-menu {
  position: fixed; inset: 0; z-index: 90; background: var(--navy-950);
  display: flex; flex-direction: column; padding: 24px; transform: translateX(100%);
  transition: transform .3s ease; overflow-y: auto;
}
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.mobile-menu__close { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; color: var(--white); }
.mobile-menu__close svg { width: 26px; height: 26px; }
.mobile-menu a { display: block; padding: 16px 4px; font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu__foot { margin-top: auto; padding-top: 24px; display: flex; flex-direction: column; gap: 16px; }
.mobile-menu__foot a { border: none; padding: 0; font-family: var(--font-body); font-size: .95rem; font-weight: 500; color: var(--gray-300); display: flex; gap: 10px; align-items: center; }
.mobile-menu__foot svg { width: 16px; height: 16px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--navy-950); color: var(--white); }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .32; }
.hero__bg::after { content:''; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(16,16,54,.97) 20%, rgba(28,28,94,.75) 65%, rgba(40,40,112,.55) 100%); }
.hero__content { position: relative; z-index: 2; padding: 96px 0 56px; }
.hero--inner .hero__content { padding: 50px 0 40px; }
.hero__title { color: var(--white); max-width: 780px; }
.hero__title em { font-style: normal; background: linear-gradient(90deg, var(--yellow-400), var(--orange-500)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__lead { color: var(--gray-300); max-width: 580px; margin-top: 18px; font-size: 1.1rem; }
.hero__actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero__arc { position: absolute; z-index: 1; opacity: .5; pointer-events: none; }
.breadcrumb { display:flex; align-items:center; gap:8px; font-size:.85rem; color: var(--gold-300); margin-bottom: 16px; font-weight: 600;}
.breadcrumb svg{ width:13px; height:13px; opacity:.7; }

@media (max-width: 640px){
  .hero__content{ padding: 88px 0 44px; }
  .hero--inner .hero__content{ padding: 42px 0 32px; }
}

/* ---------- Marquee (services strip) ---------- */
.marquee-wrap { background: var(--navy-900); padding: 22px 0; overflow: hidden; position: relative; border-top: 1px solid rgba(255,255,255,.08); }
.marquee { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee-wrap:hover .marquee { animation-play-state: paused; }
.marquee__group { display: flex; align-items: center; }
.marquee a { display: flex; align-items: center; gap: 12px; padding: 0 34px; font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--white); white-space: nowrap; transition: color .2s; }
.marquee a:hover { color: var(--gold-400); }
.marquee .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange-500); flex-shrink: 0; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Grids / Cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 980px){ .grid-3, .grid-4 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px){ .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; } }

.why-card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg);
  padding: 26px 24px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
}
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.why-card__icon {
  width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
  background: var(--navy-900); margin-bottom: 22px;
}
.why-card__icon svg { width: 28px; height: 28px; color: var(--gold-400); }
.why-card h3 { margin-bottom: 10px; }

.service-card {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--gray-200);
  transition: transform .25s ease, box-shadow .25s ease; display: flex; flex-direction: column; height: 100%;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-card__img { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.service-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-card__img img { transform: scale(1.06); }
.service-card__num { position:absolute; top:14px; left:14px; width:34px; height:34px; border-radius:50%; background:rgba(16,16,54,.75); backdrop-filter: blur(4px); color: var(--gold-400); font-family: var(--font-display); font-weight:700; font-size:.85rem; display:flex; align-items:center; justify-content:center; }
.service-card__body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.service-card__body h3 { margin-bottom: 10px; font-size: 1.2rem; }
.service-card__body p { font-size: .92rem; flex: 1; }
.service-card__tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.service-card__tags span { font-size: .72rem; font-weight: 600; padding: 5px 11px; border-radius: 999px; background: var(--navy-050); color: var(--navy-700); }

/* ---------- Values / About ---------- */
.value-card { display: flex; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--gray-200); }
.value-card:last-child { border-bottom: none; }
.value-card__num { font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; color: var(--gold-500); min-width: 46px; }
.value-card h3 { margin-bottom: 6px; font-size: 1.1rem; }
.value-card p { font-size: .93rem; }

.mv-card { border-radius: var(--radius-lg); padding: 38px 34px; height: 100%; }
.mv-card--mission { background: var(--navy-900); color: var(--white); }
.mv-card--mission p { color: var(--gray-300); }
.mv-card--vision { background: var(--cream); border: 1px solid var(--gray-200); }
.mv-card__icon { width: 48px; height: 48px; margin-bottom: 20px; }
.mv-card__icon svg { width: 100%; height: 100%; }

/* ---------- Process (Accompagnement) ---------- */
.process { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; counter-reset: step; }
.process__step { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 22px 16px; text-align: center; position: relative; }
.process__step .n { font-family: var(--font-display); font-weight: 700; color: var(--gold-500); font-size: 1.3rem; margin-bottom: 10px; display:block; }
.process__step p { font-size: .82rem; font-weight: 600; color: var(--navy-900); }
@media (max-width: 980px){ .process{ grid-template-columns: repeat(3,1fr); } }
@media (max-width: 560px){ .process{ grid-template-columns: repeat(2,1fr); } }

/* ---------- Stats strip (why-choose) ---------- */
.pillars { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--gray-200); max-width: 820px; }
.pillar { background: var(--white); padding: 24px 22px; }
.pillar svg { width: 30px; height: 30px; color: var(--orange-500); margin-bottom: 16px; }
.pillar h3 { font-size: 1.05rem; margin-bottom: 10px; }
.pillar p { font-size: .88rem; }
.pillar ul { margin-top: 10px; }
.pillar li { font-size: .85rem; color: var(--gray-700); padding: 4px 0 4px 18px; position: relative; }
.pillar li::before { content:''; position:absolute; left:0; top:12px; width:7px; height:7px; background: var(--gold-500); border-radius:2px; }
@media (max-width: 780px){ .pillars{ grid-template-columns: 1fr; } }

/* ---------- Gallery (Réalisations) ---------- */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.filter-btn { padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--gray-300); font-size: .85rem; font-weight: 600; color: var(--gray-700); transition: all .2s; }
.filter-btn.is-active, .filter-btn:hover { background: var(--navy-900); border-color: var(--navy-900); color: var(--white); }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item { border-radius: var(--radius); overflow: hidden; position: relative; cursor: pointer; background: var(--navy-900); aspect-ratio: 4/3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease, opacity .4s ease; }
.gallery-item:hover img { transform: scale(1.045); opacity: .85; }
.gallery-item__cap { position: absolute; left:0; right:0; bottom:0; padding: 18px 18px 16px; background: linear-gradient(0deg, rgba(16,16,54,.92), transparent); color: var(--white); }
.gallery-item__cap .tag { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--gold-400); display:block; margin-bottom: 4px; }
.gallery-item__cap p { color: var(--white); font-size: .87rem; font-weight: 600; }
@media (max-width: 780px){ .gallery{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .gallery{ grid-template-columns: 1fr; } }

.lightbox { position: fixed; inset:0; background: rgba(10,10,30,.92); z-index: 200; display:flex; align-items:center; justify-content:center; padding: 40px 20px; opacity:0; pointer-events:none; transition: opacity .25s; }
.lightbox.is-open { opacity:1; pointer-events:auto; }
.lightbox__inner { max-width: 900px; width:100%; }
.lightbox img { width:100%; border-radius: var(--radius); max-height: 74vh; object-fit: contain; background:#000; }
.lightbox__cap { color: var(--white); margin-top: 16px; text-align:center; }
.lightbox__close { position: absolute; top: 26px; right: 26px; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; color:#fff; }
.lightbox__close svg { width: 22px; height: 22px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 50px; align-items: flex-start; }
@media (max-width: 900px){ .contact-grid{ grid-template-columns: 1fr; } }
.contact-info__item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--gray-200); }
.contact-info__item:first-child{ padding-top:0; }
.contact-info__icon { width: 46px; height: 46px; border-radius: 12px; background: var(--navy-900); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.contact-info__icon svg { width: 22px; height: 22px; color: var(--gold-400); }
.contact-info__item h3 { font-size: .95rem; margin-bottom: 4px; }
.contact-info__item p, .contact-info__item a { font-size: .93rem; color: var(--gray-700); }
.contact-info__item a:hover { color: var(--orange-600); }
.map-embed { border-radius: var(--radius); overflow: hidden; margin-top: 24px; border: 1px solid var(--gray-200); }
.map-embed iframe { width: 100%; height: 240px; border: 0; display:block; }

.form-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px){ .form-row{ grid-template-columns: 1fr; } }
.field { margin-bottom: 18px; }
.field label { display:block; font-size: .82rem; font-weight: 600; color: var(--navy-900); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--gray-300); border-radius: var(--radius-sm);
  font-size: .93rem; transition: border-color .2s; background: var(--white);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy-700); }
.field textarea { resize: vertical; min-height: 120px; }
.form-msg { margin-top: 16px; padding: 14px 16px; border-radius: var(--radius-sm); font-size: .88rem; font-weight: 600; display:none; }
.form-msg.is-success { display:block; background: #e8f7ee; color: #1a7d3f; }
.form-msg.is-error { display:block; background: #fdeaea; color: #b3261e; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-950); color: var(--gray-300); padding: 50px 0 0; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 32px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.1); }
@media (max-width: 900px){ .footer__grid{ grid-template-columns: 1fr 1fr; row-gap: 40px; } }
@media (max-width: 560px){ .footer__grid{ grid-template-columns: 1fr; } }
.footer__brand img { height: 38px; margin-bottom: 16px; }
.footer__brand-text { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--white); margin-bottom: 4px; }
.footer__slogan { font-style: italic; color: var(--gold-300); font-size: .9rem; margin-bottom: 18px; }
.footer p.desc { font-size: .87rem; color: var(--gray-500); max-width: 280px; }
.footer__socials { display: flex; gap: 12px; margin-top: 22px; }
.footer__socials a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; transition: background .2s, transform .2s; }
.footer__socials a:hover { background: var(--gold-500); transform: translateY(-3px); }
.footer__socials svg { width: 17px; height: 17px; color: var(--white); }
.footer h4 { font-family: var(--font-display); color: var(--white); font-size: .82rem; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 20px; }
.footer ul li { margin-bottom: 12px; }
.footer ul a { font-size: .89rem; color: var(--gray-300); transition: color .2s; }
.footer ul a:hover { color: var(--gold-400); }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--gray-300); margin-bottom: 16px; }
.footer__contact svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; color: var(--gold-400); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; font-size: .78rem; color: var(--gray-500); flex-wrap: wrap; gap: 10px; }
.footer__bottom a { color: var(--gray-500); }
.footer__bottom a:hover { color: var(--gold-400); }

/* ---------- Decorative arcs (logo motif) ---------- */
.arc-motif { position: absolute; pointer-events: none; z-index: 0; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }
.reveal-delay-5 { transition-delay: .40s; }
.reveal-delay-6 { transition-delay: .48s; }

/* ---------- CTA banner ---------- */
.cta-banner { background: linear-gradient(120deg, var(--navy-950) 0%, var(--navy-800) 100%); border-radius: var(--radius-lg); padding: 38px 42px; position: relative; overflow: hidden; }
.cta-banner__inner { position: relative; z-index: 2; display:flex; align-items:center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-banner h2 { color: var(--white); margin-bottom: 8px; }
.cta-banner p { color: var(--gray-300); }
@media (max-width: 780px){ .cta-banner{ padding: 40px 26px; } .cta-banner__inner{ flex-direction:column; align-items:flex-start; } }

/* ---------- misc utils ---------- */
.text-center { text-align: center; }
.mx-auto { margin-left:auto; margin-right:auto; }
.mt-lg { margin-top: 34px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 900px){ .two-col{ grid-template-columns: 1fr; gap: 32px; } }
.img-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.img-frame img { width: 100%; height: 100%; object-fit: cover; }
.badge-row { display:flex; gap:10px; flex-wrap:wrap; margin-top:20px; }
.badge-row span { font-size:.76rem; font-weight:700; padding:7px 14px; border-radius:999px; background: var(--navy-050); color: var(--navy-800); }


/* ---------- Fixes: mission card heading contrast, tighter cards ---------- */
.mv-card--mission h3 { color: var(--white); }
.mv-card { padding: 28px 26px; }
.why-card__icon { margin-bottom: 16px; width: 50px; height: 50px; }
.service-card__body { padding: 20px 20px 22px; }
.service-card__body p { font-size: .88rem; }
.value-card { padding: 18px 0; }
.grid-2 { gap: 20px; }
.process__step { padding: 16px 12px; }
