
:root{
  --navy:#0b4a6f;
  --navy-2:#123e59;
  --teal:#169cb4;
  --teal-2:#2cb1b0;
  --green:#159e83;
  --lime:#58b85a;
  --ink:#17384b;
  --muted:#5f7684;
  --bg:#f7fbfc;
  --line:#dbe9ed;
  --white:#fff;
  --radius:22px;
  --shadow:0 18px 50px rgba(10,74,111,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit}
.container{width:min(1160px,calc(100% - 36px));margin:auto}
.nav{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,233,237,.8)}
.nav-inner{height:78px;display:flex;align-items:center;gap:28px}
.brand img{width:250px;max-width:44vw;display:block}
.nav-links{margin-left:auto;display:flex;align-items:center;gap:24px;font-size:14px;font-weight:650}
.nav-links a{text-decoration:none;color:#31576c}
.lang-switch{display:flex;border:1px solid var(--line);border-radius:999px;padding:3px;background:#fff}
.lang-switch button{border:0;background:transparent;padding:6px 9px;border-radius:999px;color:#59717f;font-weight:700;cursor:pointer}
.lang-switch button.active{background:#e8f7f6;color:var(--green)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:760;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,var(--teal),var(--green));color:#fff;box-shadow:0 12px 28px rgba(22,156,180,.22)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(22,156,180,.3)}
.btn-ghost{border-color:#9bcdd3;color:var(--navy);background:#fff}
.hero{position:relative;overflow:hidden;background:
radial-gradient(circle at 10% 10%,rgba(44,177,176,.18),transparent 30%),
radial-gradient(circle at 86% 28%,rgba(88,184,90,.12),transparent 32%),
linear-gradient(180deg,#f8fcfd 0%,#fff 100%);padding:74px 0 64px}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:48px}
.eyebrow{display:inline-block;letter-spacing:.18em;text-transform:uppercase;font-weight:800;font-size:12px;color:var(--teal);margin-bottom:16px}
h1{font-size:clamp(42px,6vw,70px);line-height:1.02;letter-spacing:-.045em;margin:0 0 24px;color:var(--navy)}
h1 .grad{background:linear-gradient(90deg,var(--teal),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{font-size:20px;color:#456476;max-width:720px;margin:0 0 28px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}
.proof{display:flex;flex-wrap:wrap;gap:18px 28px;color:#56717f;font-size:14px}
.proof span::before{content:"✓";display:inline-grid;place-items:center;width:21px;height:21px;border-radius:50%;background:#dff4ef;color:var(--green);font-weight:900;margin-right:8px}
.preview{background:#fff;border:1px solid #d9ebee;border-radius:26px;padding:10px;box-shadow:var(--shadow);transform:rotate(.5deg)}
.preview img{width:100%;display:block;border-radius:18px}
.note{font-size:12px;color:#718793;margin-top:10px;text-align:center}
.section{padding:88px 0}
.section.alt{background:var(--bg)}
.section-head{max-width:760px;margin-bottom:42px}
.section-head h2{font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.035em;color:var(--navy);margin:0 0 16px}
.section-head p{font-size:18px;color:var(--muted);margin:0}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 10px 30px rgba(13,73,100,.05)}
.icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#e6f6fb,#e4f7ed);font-size:24px;margin-bottom:18px}
.card h3{margin:0 0 8px;color:var(--navy);font-size:19px}
.card p{margin:0;color:var(--muted)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;counter-reset:step}
.step{position:relative;padding:30px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}
.step::before{counter-increment:step;content:counter(step);position:absolute;top:18px;right:18px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e8f7f6;color:var(--green);font-weight:850}
.step h3{color:var(--navy);margin:8px 0}
.step p{margin:0;color:var(--muted)}
.pims{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.pim{padding:11px 15px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:750;color:#416173}
.callout{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;padding:44px;border-radius:30px;background:linear-gradient(135deg,#0d4f73,#0d6f7e 55%,#159e83);color:#fff;box-shadow:var(--shadow)}
.callout h2{font-size:clamp(32px,4vw,48px);line-height:1.05;margin:0 0 16px}
.callout p{font-size:18px;color:#d9f1f1;margin:0}
.contact-box{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:24px}
.contact-box a{color:#fff;text-decoration:none}
.contact-row{display:flex;gap:12px;align-items:flex-start;margin:12px 0}
.badge{display:inline-block;margin-top:18px;padding:8px 12px;border-radius:999px;background:#e9f7f3;color:#27735e;font-size:12px;font-weight:800}
footer{padding:34px 0;border-top:1px solid var(--line);color:#667d8a;font-size:13px}
.footer-row{display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap}
.footer-row img{width:190px}
.mobile-toggle{display:none;margin-left:auto;border:0;background:none;font-size:26px;color:var(--navy)}
@media(max-width:900px){
  .nav-links{display:none;position:absolute;left:18px;right:18px;top:72px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:stretch}
  .nav-links.open{display:flex}
  .mobile-toggle{display:block}
  .lang-switch{margin-left:0}
  .hero-grid,.callout{grid-template-columns:1fr}
  .cards{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:1fr}
}
@media(max-width:600px){
  .brand img{width:210px;max-width:62vw}
  .hero{padding-top:50px}
  .cards{grid-template-columns:1fr}
  .section{padding:68px 0}
  .callout{padding:28px}
}

/* v2: logo and hero media corrections */
.brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  height:100%;
  overflow:visible;
}
.brand .header-logo{
  display:block;
  width:250px;
  height:70px;
  max-width:42vw;
  object-fit:contain;
  object-position:left center;
  overflow:visible;
}
.footer-logo{
  display:block;
  width:230px;
  height:auto;
  max-width:100%;
  object-fit:contain;
  overflow:visible;
}
.preview{
  overflow:hidden;
  padding:0;
  transform:none;
}
.preview img{
  width:100%;
  height:auto;
  aspect-ratio:843 / 574;
  object-fit:cover;
  object-position:center center;
  border-radius:25px;
}
@media(max-width:900px){
  .nav-inner{height:86px}
  .brand .header-logo{width:235px;height:68px;max-width:58vw}
}
@media(max-width:600px){
  .brand .header-logo{width:210px;height:62px;max-width:68vw}
  .footer-logo{width:210px}
}


/* --- V3 BRAND ASSET FIXES --- */
.nav-inner{
  min-height:118px;
  height:auto;
  padding:10px 0;
  overflow:visible;
}
.brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  overflow:visible;
}
.brand img.header-logo,
.brand img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:158px !important;
  max-height:98px !important;
  object-fit:contain !important;
  object-position:center !important;
  aspect-ratio:auto !important;
}

.footer-row{
  overflow:visible;
}
.footer-row img.footer-logo,
.footer-row img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:190px !important;
  max-height:150px !important;
  object-fit:contain !important;
  object-position:center !important;
  aspect-ratio:auto !important;
}

.preview{
  padding:0;
  overflow:hidden;
  border-radius:26px;
  background:#fff;
}
.preview img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
  border-radius:26px;
}

@media(max-width:900px){
  .nav-inner{
    min-height:104px;
    padding:8px 0;
  }
  .brand img.header-logo,
  .brand img{
    max-width:135px !important;
    max-height:86px !important;
  }
  .nav-links{
    top:98px;
  }
}

@media(max-width:600px){
  .nav-inner{
    min-height:92px;
  }
  .brand img.header-logo,
  .brand img{
    max-width:118px !important;
    max-height:76px !important;
  }
  .footer-row img.footer-logo,
  .footer-row img{
    max-width:155px !important;
    max-height:125px !important;
  }
}




/* --- V6: multilingual logo lockup --- */
.brand-lockup{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  text-decoration:none;
  line-height:1.15;
  min-width:210px;
}
.brand-lockup .header-logo{
  display:block;
  width:188px !important;
  height:auto !important;
  max-width:40vw !important;
  max-height:none !important;
  object-fit:contain !important;
  aspect-ratio:auto !important;
}
.brand-tagline{
  display:block;
  width:188px;
  margin-top:2px;
  color:#28526A;
  font-size:10.5px;
  line-height:1.24;
  font-weight:500;
  letter-spacing:-0.01em;
}

.footer-brand-lockup{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  flex:0 0 auto;
  min-width:220px;
}
.footer-brand-lockup .footer-logo{
  display:block;
  width:205px !important;
  height:auto !important;
  max-width:55vw !important;
  max-height:none !important;
  object-fit:contain !important;
  aspect-ratio:auto !important;
}
.footer-brand-tagline{
  display:block;
  width:205px;
  margin-top:3px;
  color:#28526A;
  font-size:11.5px;
  line-height:1.28;
  font-weight:500;
  letter-spacing:-0.01em;
}

@media(max-width:900px){
  .brand-lockup{
    min-width:175px;
  }
  .brand-lockup .header-logo{
    width:160px !important;
    max-width:47vw !important;
  }
  .brand-tagline{
    width:160px;
    font-size:9px;
  }
}
@media(max-width:600px){
  .brand-lockup{
    min-width:148px;
  }
  .brand-lockup .header-logo{
    width:140px !important;
    max-width:48vw !important;
  }
  .brand-tagline{
    width:140px;
    font-size:8.2px;
  }
  .footer-brand-lockup .footer-logo{
    width:175px !important;
  }
  .footer-brand-tagline{
    width:175px;
    font-size:10px;
  }
}


/* --- V8: deterministic language-specific logo claims and hero artwork --- */
.lang-es-only,
.lang-en-only,
.lang-nl-only{
  display:none;
}

html[lang="es"] .lang-es-only{
  display:block;
}
html[lang="en"] .lang-en-only{
  display:block;
}
html[lang="nl"] .lang-nl-only{
  display:block;
}

span.lang-es-only,
span.lang-en-only,
span.lang-nl-only{
  display:none;
}
html[lang="es"] span.lang-es-only{
  display:block;
}
html[lang="en"] span.lang-en-only{
  display:block;
}
html[lang="nl"] span.lang-nl-only{
  display:block;
}

.hero-localized-wrap{
  width:100%;
}
.localized-hero{
  display:block !important;
  width:100%;
  height:auto;
  aspect-ratio:437 / 530;
  object-fit:contain;
  object-position:center;
  background:#fff;
}

.brand-tagline,
.footer-brand-tagline{
  min-height:2.5em;
}
