:root {
  --navy-950: #061827;
  --navy-900: #0b2a42;
  --navy-800: #123c59;
  --navy-700: #1b506f;
  --orange: #f47920;
  --orange-dark: #d85f0c;
  --ink: #12202b;
  --muted: #5d6972;
  --line: #dce3e8;
  --soft: #f3f6f8;
  --white: #ffffff;
  --success: #0b7a53;
  --danger: #b42318;
  --shadow: 0 18px 50px rgba(6, 24, 39, .13);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { margin: 0 0 .7rem; color: var(--navy-950); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 6vw, 5.3rem); max-width: 960px; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); letter-spacing: -.02em; }
p { margin: 0 0 1rem; }
ul, ol { margin-top: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.content-narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 124px) 0; }
.section-tight { padding: clamp(48px, 6vw, 80px) 0; }
.section-soft { background: var(--soft); }
.section-dark { color: rgba(255,255,255,.82); background: var(--navy-950); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.eyebrow { margin-bottom: .9rem; color: var(--orange-dark); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #ffc89d; }
.lede { max-width: 760px; color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.55; }
.lead-light { color: rgba(255,255,255,.8); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--navy-950); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(11,42,66,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: 0 0 auto; }
.brand img { width: 136px; }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 27px); }
.main-nav > a:not(.button) { position: relative; color: var(--navy-900); font-size: .91rem; font-weight: 700; text-decoration: none; }
.main-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; transform: scaleX(0); background: var(--orange); transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 44px; height: 44px; place-content: center; gap: 5px; border: 0; border-radius: 10px; background: var(--soft); cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--navy-900); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--orange); border-radius: 999px; color: #fff; background: var(--orange); font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); border-color: var(--orange-dark); background: var(--orange-dark); box-shadow: 0 10px 30px rgba(244,121,32,.25); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(244,121,32,.45); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 9px 17px; font-size: .9rem; }
.button-outline { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.button-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.button-light { border-color: #fff; color: var(--navy-950); background: #fff; }
.button-link { padding: 8px 10px; border: 0; color: var(--navy-900); background: transparent; font-weight: 700; text-decoration: underline; cursor: pointer; }
.button-danger { border-color: var(--danger); background: var(--danger); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.hero { position: relative; min-height: min(820px, calc(100svh - 76px)); display: grid; overflow: hidden; color: #fff; background: var(--navy-950); }
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after { content: ""; background: linear-gradient(90deg, rgba(6,24,39,.92) 0%, rgba(6,24,39,.76) 44%, rgba(6,24,39,.16) 78%), linear-gradient(0deg, rgba(6,24,39,.42), transparent 55%); }
.hero-content { position: relative; z-index: 1; display: flex; padding-block: clamp(92px, 13vw, 170px); flex-direction: column; align-items: flex-start; justify-content: center; }
.hero h1 { max-width: 920px; color: #fff; }
.hero .hero-lead { max-width: 720px; margin-top: 16px; color: rgba(255,255,255,.86); font-size: clamp(1.1rem, 2.1vw, 1.45rem); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.hero-proof li { padding: 8px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(6,24,39,.3); font-size: .9rem; font-weight: 700; backdrop-filter: blur(8px); }
.page-hero { padding: clamp(72px, 9vw, 120px) 0 clamp(58px, 7vw, 90px); background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.page-hero h1 { max-width: 980px; color: #fff; font-size: clamp(2.6rem, 5.6vw, 4.9rem); }
.page-hero .lede { color: rgba(255,255,255,.82); }
.breadcrumbs { padding-block: 22px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; color: var(--muted); font-size: .88rem; list-style: none; }
.breadcrumbs li:not(:last-child)::after { margin-left: 8px; content: "/"; color: #9ba5ac; }

.intro-grid, .split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: center; gap: clamp(42px, 7vw, 90px); }
.split.reverse .split-media { order: -1; }
.split-media { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.split-media.tall img { aspect-ratio: 4 / 5; }
.statement { padding: 34px; border-left: 5px solid var(--orange); border-radius: 0 var(--radius) var(--radius) 0; background: var(--soft); }
.statement strong { display: block; margin-bottom: 8px; color: var(--navy-950); font-size: 1.25rem; }
.definition { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.definition h2 { font-size: 1.45rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 42px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.card.dark { border-color: rgba(255,255,255,.13); color: rgba(255,255,255,.8); background: rgba(255,255,255,.055); }
.card.dark h3 { color: #fff; }
.card-number { display: grid; width: 46px; height: 46px; margin-bottom: 24px; place-items: center; border-radius: 14px; color: var(--orange); background: rgba(244,121,32,.12); font-weight: 900; }
.card-link { display: inline-flex; margin-top: 12px; color: var(--navy-800); font-weight: 800; text-decoration: none; }
.card-link::after { margin-left: 8px; content: "→"; }
.capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 38px; }
.capability { min-height: 160px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.capability h3 { font-size: 1.12rem; }
.capability p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin-top: 45px; counter-reset: process; }
.process-step { position: relative; padding: 26px 24px 26px 0; counter-increment: process; }
.process-step::before { display: grid; width: 43px; height: 43px; margin-bottom: 20px; place-items: center; border-radius: 50%; content: counter(process, decimal-leading-zero); color: #fff; background: var(--orange); font-weight: 900; }
.process-step:not(:last-child)::after { position: absolute; top: 47px; right: 12px; left: 56px; height: 1px; content: ""; background: var(--line); }
.process-step h3 { font-size: 1.08rem; }
.process-step p { color: var(--muted); font-size: .92rem; }

.proof-strip { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: calc(var(--radius) + 4px); background: var(--navy-950); box-shadow: var(--shadow); }
.proof-strip img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; }
.proof-copy { display: flex; padding: clamp(32px, 6vw, 64px); color: rgba(255,255,255,.8); flex-direction: column; justify-content: center; }
.proof-copy h2 { color: #fff; }
.check-list { display: grid; gap: 13px; margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; }
.check-list li::before { position: absolute; top: .14rem; left: 0; content: "✓"; color: var(--orange); font-weight: 900; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.tags li { padding: 8px 12px; border-radius: 999px; color: var(--navy-800); background: #e8eef2; font-size: .88rem; font-weight: 800; }

.cta-band { padding: clamp(58px, 8vw, 90px) 0; color: rgba(255,255,255,.8); background: var(--orange); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); }
.cta-band p:not(.eyebrow) { max-width: 690px; }

.faq-list { margin-top: 32px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 42px 22px 0; color: var(--navy-950); font-weight: 800; cursor: pointer; }
.faq-list details p { max-width: 720px; padding-bottom: 22px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(40px, 8vw, 100px); }
.contact-options { display: grid; gap: 14px; margin-top: 30px; }
.contact-option { display: block; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; color: var(--navy-900); background: #fff; font-weight: 800; text-decoration: none; }
.form-card { padding: clamp(26px, 5vw, 48px); border-radius: var(--radius); background: var(--soft); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy-950); font-size: .92rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #bdc8d0; border-radius: 10px; color: var(--ink); background: #fff; }
.field textarea { min-height: 140px; resize: vertical; }
.field-hint { color: var(--muted); font-size: .82rem; }
.checkbox { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .9rem; }
.checkbox input { margin-top: .35rem; }
.honeypot { position: absolute !important; left: -9999px !important; }
.alert { margin-bottom: 22px; padding: 14px 17px; border-radius: 10px; font-weight: 700; }
.alert-success { color: #07563c; background: #dff7ed; }
.alert-error { color: #871e18; background: #fee9e7; }

.cases-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 42px; }
.case-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.case-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.case-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.case-card-copy { padding: 25px; }
.case-card-copy p { color: var(--muted); }
.case-meta { color: var(--orange-dark); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.case-article { padding-bottom: 100px; }
.case-article-header { margin-bottom: 40px; }
.case-article-header h1 { font-size: clamp(2.4rem, 5vw, 4.7rem); }
.case-cover { overflow: hidden; margin: 40px 0; border-radius: var(--radius); }
.case-cover img { width: 100%; max-height: 660px; object-fit: cover; }
.prose { max-width: 800px; }
.prose h2 { margin-top: 2.5rem; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.prose h3 { margin-top: 2rem; }
.prose p, .prose li { color: #344550; font-size: 1.08rem; }

.site-footer { padding: 70px 0 28px; color: rgba(255,255,255,.72); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; }
.footer-grid img { margin-bottom: 20px; }
.footer-grid h2 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-grid p { max-width: 370px; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 8px 0; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); justify-content: space-between; gap: 20px; font-size: .85rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: #fff; background: #159b64; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-weight: 900; text-decoration: none; }
.cookie-banner { position: fixed; right: 20px; bottom: 20px; left: 20px; z-index: 1200; display: flex; width: min(calc(100% - 40px), 940px); margin-inline: auto; padding: 20px; border: 1px solid var(--line); border-radius: 16px; align-items: center; justify-content: space-between; gap: 20px; background: #fff; box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 3px 0 0; color: var(--muted); font-size: .9rem; }
.cookie-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }

@media (max-width: 1060px) {
  .nav-toggle { display: grid; }
  .main-nav { position: fixed; top: 76px; right: 0; left: 0; display: none; max-height: calc(100vh - 76px); padding: 24px 20px 32px; border-bottom: 1px solid var(--line); align-items: stretch; flex-direction: column; overflow-y: auto; background: #fff; }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 8px 0; font-size: 1rem; }
  .main-nav .button { width: 100%; margin-top: 8px; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-step:nth-child(3)::after { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  .container, .content-narrow { width: min(calc(100% - 30px), var(--container)); }
  .header-inner { min-height: 68px; }
  .main-nav { top: 68px; max-height: calc(100vh - 68px); }
  .brand img { width: 122px; }
  .hero { min-height: 720px; }
  .hero-media::after { background: linear-gradient(0deg, rgba(6,24,39,.94) 0%, rgba(6,24,39,.68) 70%, rgba(6,24,39,.32)); }
  .hero-content { justify-content: flex-end; padding-block: 120px 68px; }
  .button-row { width: 100%; }
  .button-row .button { width: 100%; }
  .intro-grid, .split, .proof-strip, .contact-grid { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: initial; }
  .card-grid, .card-grid.two, .cases-grid { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .process-step { padding-left: 60px; }
  .process-step::before { position: absolute; top: 0; left: 0; }
  .process-step:not(:last-child)::after { top: 48px; bottom: -8px; left: 21px; display: block; width: 1px; height: auto; }
  .proof-strip img { min-height: 300px; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; width: auto; align-items: stretch; flex-direction: column; }
  .cookie-actions { align-items: stretch; flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .site-footer, .whatsapp-float, .cookie-banner, .button { display: none !important; }
  body { color: #000; }
}

