/* SkyDrone — stijlblad */
:root {
  --navy: #0b1b33;
  --navy-2: #13294a;
  --blue: #1b87d0;
  --blue-dark: #136aa6;
  --sky: #eaf4fb;
  --ink: #0f1d33;
  --text: #3d4a5c;
  --muted: #6b7788;
  --line: #e2e8ef;
  --bg: #ffffff;
  --bg-soft: #f5f8fb;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 1px 2px rgba(11, 27, 51, .06), 0 8px 24px rgba(11, 27, 51, .07);
  --shadow-lg: 0 24px 60px rgba(11, 27, 51, .18);
  --font-head: "Manrope", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --container: 1200px;
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 17px/1.65 var(--font-body);
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.02em; }
h1 { font-size: clamp(2.3rem, 5.2vw, 4.1rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }

.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--navy); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .55em; justify-content: center;
  padding: .9em 1.5em; border-radius: 999px; border: 2px solid transparent;
  font: 700 .98rem/1 var(--font-head); cursor: pointer; transition: transform .15s, background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(27, 135, 208, .35); }
.btn-primary:hover { background: var(--blue-dark); color: #fff; }
.btn-ghost { border-color: rgba(255, 255, 255, .55); color: #fff; }
.btn-ghost:hover { background: #fff; color: var(--navy); }
.btn-outline { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn svg { width: 18px; height: 18px; fill: currentColor; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6em;
  font: 700 .8rem/1 var(--font-head); letter-spacing: .14em; text-transform: uppercase; color: var(--blue);
  margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.lead { font-size: 1.15rem; color: var(--text); max-width: 62ch; }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: var(--header-h);
  transition: background .25s, box-shadow .25s;
}
.site-header.is-solid, body:not(.has-hero) .site-header { background: rgba(255, 255, 255, .96); backdrop-filter: blur(10px); box-shadow: 0 1px 0 var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand img { height: 42px; width: auto; }
.has-hero .site-header:not(.is-solid) .brand img { filter: brightness(0) invert(1); }
.nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav ul { list-style: none; display: flex; gap: 26px; margin: 0; padding: 0; }
.nav a:not(.btn) { color: var(--ink); font: 600 .97rem/1 var(--font-head); padding: 8px 0; position: relative; }
.nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--blue); transition: right .2s; }
.nav a:not(.btn):hover::after, .nav a[aria-current]::after { right: 0; }
.has-hero .site-header:not(.is-solid) .nav a:not(.btn) { color: #fff; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font: 700 .95rem/1 var(--font-head); }
.header-phone svg { width: 18px; height: 18px; fill: var(--blue); }
.has-hero .site-header:not(.is-solid) .header-phone { color: #fff; }
.has-hero .site-header:not(.is-solid) .header-phone svg { fill: #fff; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s, opacity .2s; }
.has-hero .site-header:not(.is-solid) .nav-toggle span { background: #fff; }

@media (max-width: 1080px) {
  .header-phone span { display: none; }
}
@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .header-phone { margin-left: auto; }
  .nav-toggle { margin-left: 4px; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto; background: #fff; flex-direction: column; align-items: stretch; gap: 0;
    padding: 12px 16px 24px; box-shadow: var(--shadow-lg); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: .2s;
  }
  .nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav ul a { display: block; padding: 14px 4px !important; border-bottom: 1px solid var(--line); color: var(--ink) !important; }
  .nav a:not(.btn)::after { display: none; }
  .nav-cta { margin-top: 16px; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-open .site-header { background: #fff; }
  .nav-open .site-header .brand img { filter: none !important; }
  .nav-open .site-header .nav-toggle span { background: var(--ink) !important; }
  .nav-open .site-header .header-phone, .nav-open .site-header .header-phone svg { color: var(--ink) !important; fill: var(--blue) !important; }
}

/* Hero */
.hero {
  position: relative; min-height: min(100svh, 900px); display: flex; align-items: flex-end;
  color: #fff; overflow: hidden; background: var(--navy);
}
.hero-media, .hero-media video, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media img { object-position: 0 40%; animation: hero-zoom 18s ease-out both; transform-origin: 75% 45%; }
@media (min-width: 900px) { .hero-media img { width: 125%; max-width: none; } }
@keyframes hero-zoom { from { transform: scale(1.08); } to { transform: scale(1); } }
@media (max-width: 720px) {
  .hero { min-height: 0; }
  .hero-media { bottom: auto; height: 400px; overflow: hidden; }
  .hero-media img { object-position: 62% 50%; }
  body .hero::after { background: linear-gradient(180deg, rgba(11, 27, 51, .35) 0, rgba(11, 27, 51, .1) 150px, var(--navy) 400px); }
  .hero .hero-content { padding-top: 330px; padding-bottom: 56px; }
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 27, 51, .55) 0%, rgba(11, 27, 51, .15) 35%, rgba(11, 27, 51, .85) 100%),
    linear-gradient(90deg, rgba(11, 27, 51, .7) 0%, rgba(11, 27, 51, 0) 65%);
}
.hero-content { position: relative; z-index: 1; padding: calc(var(--header-h) + 60px) 0 72px; }
.hero h1 { color: #fff; max-width: 15ch; }
.hero .lead { color: rgba(255, 255, 255, .88); font-size: clamp(1.05rem, 1.6vw, 1.25rem); max-width: 56ch; }
.hero .eyebrow { color: #8fd0ff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 40px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 28px; list-style: none; padding: 0; margin: 0; font-size: .95rem; color: rgba(255, 255, 255, .85); }
.hero-proof li { display: flex; align-items: center; gap: 8px; }
.hero-proof svg { width: 18px; height: 18px; fill: #8fd0ff; flex: none; }

/* Page hero (subpagina's) */
.page-hero { position: relative; padding: calc(var(--header-h) + 70px) 0 70px; background: var(--navy); color: #fff; overflow: hidden; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 27, 51, .95), rgba(11, 27, 51, .55)); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.3rem); max-width: 22ch; }
.page-hero .lead { color: rgba(255, 255, 255, .85); }
.page-hero .eyebrow { color: #8fd0ff; }
.crumbs { font-size: .9rem; color: rgba(255, 255, 255, .7); margin-bottom: 18px; }
.crumbs a { color: rgba(255, 255, 255, .85); }

/* Sections */
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: var(--navy); color: rgba(255, 255, 255, .8); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow::before { display: none; }
.section-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.section-head-row .section-head { margin-bottom: 0; }

/* Stats strip */
.strip { background: var(--navy-2); color: #fff; }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-item { padding: 26px 20px; border-left: 1px solid rgba(255, 255, 255, .1); display: flex; gap: 14px; align-items: center; }
.strip-item:first-child { border-left: 0; padding-left: 0; }
.strip-item svg { width: 30px; height: 30px; fill: none; stroke: #8fd0ff; stroke-width: 1.8; flex: none; }
.strip-item strong { display: block; font: 700 1rem/1.25 var(--font-head); }
.strip-item span { font-size: .88rem; color: rgba(255, 255, 255, .7); }
@media (max-width: 900px) {
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .strip-item { padding: 20px 14px; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .1); }
  .strip-item:nth-child(-n+2) { border-top: 0; }
  .strip-item:first-child { padding-left: 14px; }
}
@media (max-width: 520px) { .strip-grid { grid-template-columns: 1fr; } .strip-item:nth-child(2) { border-top: 1px solid rgba(255, 255, 255, .1); } }

/* Service cards */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service {
  position: relative; display: flex; flex-direction: column; background: #fff; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow); color: var(--text); transition: transform .25s, box-shadow .25s;
}
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: var(--text); }
.service-img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--sky); }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.service:hover .service-img img { transform: scale(1.05); }
.service-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.service-body p { font-size: .96rem; margin-bottom: 16px; }
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.tag { font: 600 .74rem/1 var(--font-head); letter-spacing: .03em; padding: 6px 10px; border-radius: 999px; background: var(--sky); color: var(--blue-dark); }
.more { margin-top: auto; font: 700 .95rem/1 var(--font-head); color: var(--blue); display: inline-flex; align-items: center; gap: 6px; }
.more::after { content: "→"; transition: transform .2s; }
.service:hover .more::after { transform: translateX(4px); }
@media (max-width: 980px) { .services { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .services { grid-template-columns: 1fr; } }

/* Methods */
.methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.method { border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius-lg); overflow: hidden; background: rgba(255, 255, 255, .03); display: flex; flex-direction: column; }
.method-img { aspect-ratio: 16 / 10; position: relative; overflow: hidden; background: var(--navy-2); }
.method-img img, .method-img video { width: 100%; height: 100%; object-fit: cover; }
.method-num { position: absolute; left: 16px; top: 16px; font: 800 .8rem/1 var(--font-head); letter-spacing: .1em; background: rgba(11, 27, 51, .75); color: #fff; padding: 8px 12px; border-radius: 999px; backdrop-filter: blur(6px); }
.method-body { padding: 24px 26px 28px; }
.method-body ul { list-style: none; padding: 0; margin: 14px 0 0; font-size: .95rem; }
.method-body li { padding-left: 26px; position: relative; margin-bottom: 8px; }
.method-body li::before { content: ""; position: absolute; left: 0; top: .45em; width: 14px; height: 8px; border-left: 2px solid #8fd0ff; border-bottom: 2px solid #8fd0ff; transform: rotate(-45deg); }
@media (max-width: 980px) { .methods { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; } }

/* Split / feature */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.split.reverse > :first-child { order: 2; }
.split-media { position: relative; }
.split-media img, .split-media video { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); object-fit: cover; }
.split-media .main { aspect-ratio: 4 / 5; }
.split-media .inset { position: absolute; width: 46%; aspect-ratio: 1; right: -18px; bottom: -28px; border: 6px solid #fff; }
.checklist { list-style: none; padding: 0; margin: 22px 0 30px; display: grid; gap: 14px; }
.checklist li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; }
.checklist li::before { content: ""; width: 30px; height: 30px; border-radius: 50%; background: var(--sky) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b87d0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / 15px no-repeat; }
.checklist strong { display: block; color: var(--ink); font-family: var(--font-head); }
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: 0; }
  .split-media .inset { right: 12px; }
  .split-media .main { aspect-ratio: 4 / 3; }
}

/* Video feature */
.video-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 22px; }
.video-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: #000; box-shadow: var(--shadow-lg); }
.video-card video { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; }
.video-grid .stack { display: grid; gap: 22px; }
.video-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 20px 16px; background: linear-gradient(transparent, rgba(0, 0, 0, .75)); color: #fff; font: 600 .95rem/1.3 var(--font-head); pointer-events: none; }
@media (max-width: 860px) { .video-grid { grid-template-columns: 1fr; } }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; list-style: none; padding: 0; margin: 0; }
.step { position: relative; padding: 30px 26px; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; font: 800 2.4rem/1 var(--font-head); color: var(--sky); -webkit-text-stroke: 1.5px var(--blue); margin-bottom: 18px; }
.step p { font-size: .96rem; margin: 0; }
@media (max-width: 980px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--sky); cursor: zoom-in; }
.gallery figure.tall { grid-row: span 2; }
.gallery figure.wide { grid-column: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption { position: absolute; left: 10px; bottom: 10px; background: rgba(11, 27, 51, .78); color: #fff; font: 600 .8rem/1 var(--font-head); padding: 8px 11px; border-radius: 999px; backdrop-filter: blur(6px); }
@media (max-width: 900px) { .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; } }

.lightbox { position: fixed; inset: 0; background: rgba(5, 12, 24, .92); display: none; place-items: center; z-index: 90; padding: 24px; }
.lightbox.is-open { display: grid; }
.lightbox img { max-height: 88vh; width: auto; border-radius: 10px; }
.lightbox button { position: absolute; top: 16px; right: 16px; width: 46px; height: 46px; border-radius: 50%; border: 0; background: #fff; font-size: 24px; cursor: pointer; }

/* FAQ */
.faq { max-width: 860px; margin-inline: auto; }
.faq details { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 12px; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 56px 20px 24px; font: 700 1.05rem/1.4 var(--font-head); color: var(--ink); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; background: var(--sky); color: var(--blue); display: grid; place-items: center; font-size: 20px; transition: transform .2s; }
.faq details[open] summary::after { content: "−"; }
.faq details > div { padding: 0 24px 20px; }
.faq details p:last-child { margin: 0; }

/* CTA band */
.cta-band { position: relative; overflow: hidden; border-radius: 28px; background: var(--navy); color: #fff; padding: clamp(40px, 6vw, 72px); display: grid; grid-template-columns: 1.3fr auto; gap: 30px; align-items: center; }
.cta-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 27, 51, .95), rgba(11, 27, 51, .4)); }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; margin-bottom: .3em; }
.cta-band p { color: rgba(255, 255, 255, .82); margin: 0; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 820px) { .cta-band { grid-template-columns: 1fr; } }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.contact-info { display: grid; gap: 14px; margin: 26px 0; }
.contact-line { display: flex; gap: 14px; align-items: center; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: #fff; }
.contact-line svg { width: 22px; height: 22px; fill: none; stroke: var(--blue); stroke-width: 2; flex: none; }
.contact-line small { display: block; color: var(--muted); font-size: .8rem; }
.contact-line strong { font-family: var(--font-head); }
a.contact-line:hover { border-color: var(--blue); }
.form { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: clamp(24px, 4vw, 40px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label, .field legend { font: 600 .9rem/1.2 var(--font-head); color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink); padding: 13px 14px; border-radius: 10px; border: 1.5px solid var(--line); background: var(--bg-soft);
  transition: border-color .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); background: #fff; }
.field textarea { min-height: 120px; resize: vertical; }
fieldset.field { border: 0; padding: 0; margin: 0 0 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.chips label { position: relative; font: 500 .9rem/1 var(--font-body); }
.chips input { position: absolute; opacity: 0; }
.chips span { display: inline-block; padding: 10px 14px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--bg-soft); cursor: pointer; transition: .15s; }
.chips input:checked + span { background: var(--blue); border-color: var(--blue); color: #fff; }
.chips input:focus-visible + span { outline: 3px solid var(--blue); outline-offset: 2px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--muted); margin: 6px 0 20px; }
.consent input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--blue); }
.form .btn { width: 100%; padding: 1.05em; }
.form-status { margin-top: 14px; font-size: .95rem; }
.form-status.ok { color: #137a45; }
.form-status.err { color: #b3261e; }
.hp { position: absolute; left: -9999px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; gap: 0; } }

/* Article / service detail */
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(32px, 5vw, 64px); align-items: start; }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.prose ul { padding-left: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 30px; margin-bottom: 10px; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .35em; width: 18px; height: 18px; border-radius: 50%; background: var(--sky) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b87d0' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / 10px no-repeat; }
.prose strong { color: var(--ink); }
.prose figure { margin: 32px 0; }
.prose figure img, .prose figure video { border-radius: var(--radius-lg); width: 100%; }
.prose figcaption { font-size: .88rem; color: var(--muted); margin-top: 10px; }
.prose .duo { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.prose .duo img { aspect-ratio: 3 / 4; object-fit: cover; }
.prose ol { padding-left: 0; list-style: none; counter-reset: s; }
.prose ol li { counter-increment: s; position: relative; padding: 0 0 18px 52px; }
.prose ol li::before { content: counter(s); position: absolute; left: 0; top: -2px; width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font: 800 .95rem/1 var(--font-head); }
.aside { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 18px; }
.aside-card { background: var(--navy); color: rgba(255, 255, 255, .82); border-radius: var(--radius-lg); padding: 28px; }
.aside-card h3 { color: #fff; }
.aside-card .btn { width: 100%; margin-top: 10px; }
.aside-card .btn-ghost { border-color: rgba(255, 255, 255, .3); }
.aside-list { background: var(--bg-soft); border-radius: var(--radius-lg); padding: 24px; }
.aside-list ul { list-style: none; padding: 0; margin: 0; }
.aside-list li a { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--ink); font: 600 .95rem/1.3 var(--font-head); }
.aside-list li:last-child a { border: 0; }
.aside-list li a::after { content: "→"; color: var(--blue); }
.aside-list li a[aria-current] { color: var(--blue); }
@media (max-width: 960px) { .article-grid { grid-template-columns: 1fr; } .aside { position: static; } }

/* Values grid */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value { padding: 26px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.value .ic { width: 48px; height: 48px; border-radius: 14px; background: var(--sky); display: grid; place-items: center; margin-bottom: 16px; }
.value .ic svg { width: 24px; height: 24px; fill: none; stroke: var(--blue); stroke-width: 2; }
.value p { font-size: .95rem; margin: 0; }
@media (max-width: 980px) { .values { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .values { grid-template-columns: 1fr; } }

/* Footer */
.site-footer { background: #07142a; color: rgba(255, 255, 255, .68); padding: 72px 0 28px; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; }
.footer-brand img { width: 56px; height: auto; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 36ch; }
.footer-title { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-links a { color: rgba(255, 255, 255, .78); }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .85rem; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

.float-call { display: none; position: fixed; right: 16px; bottom: 16px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; background: var(--blue); box-shadow: 0 10px 26px rgba(27, 135, 208, .5); place-items: center; }
.float-call svg { width: 24px; height: 24px; fill: #fff; }
@media (max-width: 720px) { .float-call { display: grid; } }

/* Reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: 0s !important; }
}
