
@font-face{
  font-family:'SF Pro Display';
  src:url('assets/FONT/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'SF Pro Display';
  src:url('assets/FONT/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'SF Pro Display';
  src:url('assets/FONT/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'SF Pro Display';
  src:url('assets/FONT/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'SFProDisplay-Bold';
  src:url('assets/FONT/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight:700; font-style:normal; font-display:swap;
}


/* Fonts */
@font-face {
  font-family: 'ZonaPro';
  src: url('assets/FONT/ZonaPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'VFSans';
  src: url('assets/FONT/VFSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Base */
:root{
  --brand:#0F2E6E; /* deep blue guess from logo */
  --brand-ink:#0b1f49;
  --text:#101828;
  --muted:#475467;
  --bg:#ffffff;
  --light:#f5f7fb;
  --accent:#1d4ed8;
  --radius:18px;
  --shadow: 0 8px 24px rgba(10, 22, 70, 0.08);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: 'VFSans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.55; font-size:16px;
}
/* Container */
.container{
  width:min(1120px, 92vw);
  margin-inline:auto;
  padding-inline:16px;
}
/* Header */
.header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,0.9);
  backdrop-filter: saturate(180%) blur(6px);
  border-bottom:1px solid #eef2f6;
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none;}
.brand img{height:56px; width:auto; display:block}
.brand-name{font-family:'ZonaPro', sans-serif; font-weight:700; letter-spacing:0.3px; color:var(--brand-ink); font-size:20px}
.nav{display:flex; gap:18px}
.nav a{color:var(--muted); text-decoration:none; font-size:15px}
.nav a:hover{color:var(--brand-ink)}
.cta{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  background:var(--brand);
  color:#fff !important; text-decoration:none; border-radius:999px; padding:10px 16px; font-weight:600; box-shadow:var(--shadow);
}
.cta:hover{filter:brightness(1.05)}
/* Hero */
.hero{
  padding: clamp(48px, 6vw, 96px) 0;
  background:radial-gradient(1000px 600px at 110% -10%, #e8eefc 0%, transparent 60%) , var(--bg);
}
.hero-grid{
  display:grid; grid-template-columns: 1.1fr 0.9fr; gap:40px; align-items:center;
}
h1{
  font-family:'ZonaPro', sans-serif; font-size: clamp(24px, 4vw, 36px); line-height:1.05; margin:0 0 16px; color:var(--brand-ink);
}
.lead{font-size: clamp(14px, 1.7vw, 17px); color:var(--muted); max-width:56ch; margin-bottom:24px}
.badges{display:flex; flex-wrap:wrap; gap:12px; margin:16px 0 24px}
.badge{background:var(--light); color:var(--brand-ink); padding:8px 12px; border-radius:999px; font-size:13px}
.hero-card{
  background:#fff; border:1px solid #eef2f6; border-radius: var(--radius); padding:22px; box-shadow: var(--shadow);
}
.hero-card h3{margin:0 0 12px; font-family:'ZonaPro', sans-serif}
.hero-list{list-style:none; padding:0; margin:0; display:grid; gap:10px}
.hero-list li{display:flex; gap:10px; align-items:flex-start}
.hero-list svg{flex:0 0 20px; margin-top:3px}
/* Sections */
.section{
  padding: clamp(40px, 6vw, 80px) 0;
  background:#fff;
}
.cards{
  display:grid; grid-template-columns: repeat(3, 1fr); gap:20px;
}
.card{
  background:#fff; border:1px solid #eef2f6; border-radius: var(--radius); padding:22px; box-shadow: var(--shadow);
}
.card h4{margin:0 0 8px; font-family:'ZonaPro', sans-serif}
.card p{margin:0; color:var(--muted)}
/* CTA band */
.band{
  background: linear-gradient(180deg, #0F2E6E 0%, #142c63 100%);
  color:#fff !important; padding: clamp(28px, 4vw, 48px) 0; text-align:center;
  border-radius: calc(var(--radius) * 1.2);
}
.band .container{display:flex; flex-direction:column; gap:16px; align-items:center}
.band p{margin:0; opacity:0.9}
.band a{background:#fff; color:var(--brand);}
/* Footer */
.footer{padding:28px 0; color:#6b7280; font-size:14px}
.footer a{color:#6b7280}
/* Responsive */
@media (max-width: 920px){
  .hero-grid{grid-template-columns: 1fr}
  .nav{display:none}
}

.header .cta{color:#fff !important}
.header .cta:hover{color:#fff !important; filter:brightness(1.08)}

#offres{background:#0F2E6E;}
#offres .card{background:transparent; border-color:rgba(255,255,255,0.25);}
#offres h4, #offres p{color:#fff;}

.nav a.cta, .nav a.cta:hover, .header .nav a.cta { color:#fff !important; }

#offres{background:#0F2E6E;}
#offres .cards{gap:20px}
#offres .card{background:transparent; border-color:rgba(255,255,255,0.25);}
#offres h2, #offres h3, #offres h4, #offres p, #offres li, #offres a{color:#fff;}

#offres .card svg { color:#fff; }

.band .cta{ color: var(--brand) !important; background:#fff; }

.logos{
  display:grid; grid-template-columns: repeat(4, minmax(140px,1fr)); gap:16px; align-items:center;
}
.logo-badge{
  display:flex; align-items:center; justify-content:center;
  padding:16px; border-radius:14px; border:1px solid #e5e7eb; background:#fff;
  font-weight:600; color:#111827; filter:grayscale(100%); opacity:0.9; min-height:64px; text-align:center;
}
.logo-badge:hover{ filter:none; opacity:1; box-shadow: var(--shadow); }
@media (max-width: 720px){
  .logos{ grid-template-columns: repeat(2, 1fr); }
}

.trusted-footer{
  padding: 18px 0;
  border-top: 1px solid #eef2f6;
  border-bottom: 1px solid #eef2f6;
  background: #fff;
}
.logos-footer{ display:flex; align-items:center; gap:18px; }
.trusted-title{
  font-size:14px; color:#6b7280; white-space:nowrap;
}
.logo-row{
  display:grid; grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 18px; width:100%;
}
.logo{
  display:flex; align-items:center; justify-content:center;
  padding: 10px 12px; min-height: 44px;
  border-radius: 10px; border: 1px dashed #e5e7eb;
  font-weight: 700; letter-spacing: 0.6px;
  color: #111; background:#fff;
  filter: grayscale(100%); opacity: 0.85;
}
.logo.mono{ color:#111; }
.logo:hover{ opacity: 1; }
@media (max-width: 920px){
  .logos-footer{ flex-direction:column; align-items:flex-start; gap:12px; }
  .logo-row{ grid-template-columns: repeat(2, 1fr); gap:12px; width:100%; }
}

.trusted-footer{
  padding: 18px 0;
  border-top: 1px solid #0b2458;
  border-bottom: 1px solid #0b2458;
  background: #0F2E6E;
}
.trusted-title{ color: rgba(255,255,255,0.72); }
.logo-row{ display:grid; grid-template-columns: repeat(4, minmax(140px, 1fr)); gap:18px; width:100%; }
.logo{ display:flex; align-items:center; justify-content:center; padding: 6px 10px; min-height: 44px; }
.logo img{ max-height: 28px; max-width: 160px; filter: brightness(0) invert(1); opacity:0.9; }
.logo img:hover{ opacity:1; }
@media (max-width: 920px){
  .logos-footer{ flex-direction:column; align-items:flex-start; gap:12px; }
  .logo-row{ grid-template-columns: repeat(2, 1fr); gap:12px; }
  .logo img{ max-width: 140px; }
}

.trusted-footer{
  padding: 18px 0;
  border-top: 1px solid #0b2458;
  border-bottom: 1px solid #0b2458;
  background: #0F2E6E;
}
.logos-footer{ display:flex; align-items:center; gap:18px; }
.trusted-title{ color: rgba(255,255,255,0.72); font-size:14px; white-space:nowrap; }
.logo-row{ display:grid; grid-template-columns: repeat(4, minmax(140px, 1fr)); gap:18px; width:100%; }
.logo{ display:flex; align-items:center; justify-content:center; padding: 6px 10px; min-height: 44px; background: transparent; border: none; }
.logo img{ display:block; max-height: 28px; max-width: 160px; opacity:0.92; }
.logo.filter img{ filter: brightness(0) invert(1); }
.logo.white img{ filter: none; } /* already white asset */
@media (max-width: 920px){
  .logos-footer{ flex-direction:column; align-items:flex-start; gap:12px; }
  .logo-row{ grid-template-columns: repeat(2, 1fr); gap:12px; }
  .logo img{ max-width: 140px; }
}

.logo img.no-filter{ filter:none !important; opacity:0.95; }

/* Ensure reCAPTCHA is visible */
.g-recaptcha{ display:block !important; min-height:78px; }

/* Keep CTA style intact even with g-recaptcha class */
button.cta.g-recaptcha{ display:inline-flex; align-items:center; justify-content:center; }
button.cta{ border:0; cursor:pointer; }
button.cta:disabled{ opacity:0.7; cursor:not-allowed; }
