/* ==========================================================================
   Precision Data — design system do site institucional (v2, set/2026)
   Sora (títulos) + Inter (corpo) · navy #02355f · ciano #00d4ff
   Header/footer são injetados por js/site-shell.js
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  /* marca */
  --navy: #02355f;
  --navy-2: #1a4971;
  --navy-deep: #001a2e;
  --cyan: #00d4ff;
  --cyan-ink: #0e7490;
  --cyan-soft: #e0f7ff;
  --teal: #0e8f8f;
  --green: #3cb08f;
  /* neutros */
  --ink: #0f2233;
  --body: #3b4a57;
  --muted: #6b7a87;
  --bg: #ffffff;
  --soft: #f4f7fa;
  --sand: #eef4f9;
  --line: rgba(2, 53, 95, 0.12);
  --line-strong: rgba(2, 53, 95, 0.22);
  /* formas */
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --shadow-sm: 0 4px 14px rgba(2, 53, 95, 0.07);
  --shadow: 0 10px 30px rgba(2, 53, 95, 0.09);
  --shadow-lg: 0 24px 60px rgba(2, 53, 95, 0.22);
  --grad-hero: linear-gradient(135deg, #02355f 0%, #1a4971 55%, #0e7490 100%);
  --grad-navy: linear-gradient(160deg, #02355f 0%, #001a2e 100%);
  --grad-cyan: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
  --header-h: 72px;
  --font-head: 'Sora', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);

  /* aliases legados (css/dados.css, css/resources.css, explorador) */
  --primary-color: var(--navy);
  --primary-dark: var(--navy-deep);
  --primary-light: var(--navy-2);
  --accent-color: var(--cyan);
  --accent-gradient: var(--grad-cyan);
  --text-primary: var(--ink);
  --text-secondary: var(--body);
  --text-light: var(--muted);
  --surface: #ffffff;
  --surface-elevated: var(--soft);
  --surface-glass: rgba(255, 255, 255, 0.1);
  --shadow-light: var(--shadow-sm);
  --shadow-medium: var(--shadow);
  --shadow-heavy: var(--shadow-lg);
  --shadow-glow: 0 0 40px rgba(0, 212, 255, 0.3);
  --gradient-primary: var(--grad-navy);
  --gradient-hero: var(--grad-hero);
  --gradient-surface: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  --border-radius: var(--r);
  --border-radius-large: var(--r-lg);
  --transition: all 0.3s var(--ease);
  --transition-slow: all 0.6s var(--ease);
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.6em;
  font-weight: 700;
}
h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1em; }
a { color: var(--navy); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--cyan-ink); }
img, video, iframe { max-width: 100%; display: block; }
img { height: auto; }
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
strong, b { font-weight: 700; color: var(--ink); }
code { font-family: var(--font-mono); font-size: 0.9em; background: var(--soft); padding: 0.1em 0.4em; border-radius: 6px; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
.skip { position: absolute; left: -999px; top: 0; background: var(--navy); color: #fff; padding: 0.5rem 1rem; z-index: 2000; }
.skip:focus { left: 1rem; top: 1rem; }
::selection { background: var(--cyan); color: var(--navy-deep); }

.container { width: min(1200px, calc(100% - 2.5rem)); margin: 0 auto; }
.container.narrow { width: min(860px, calc(100% - 2.5rem)); }

.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section.tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.section.soft { background: var(--soft); }
.section.sand { background: var(--sand); }
.section.navy { background: var(--grad-navy); color: rgba(255, 255, 255, 0.85); }
.section.navy h2, .section.navy h3, .section.navy h4, .section.navy strong, .section.navy b { color: #fff; }
.section.navy .eyebrow { color: var(--cyan); }
.section.navy .section-head p { color: rgba(255, 255, 255, 0.78); }

.section-head { max-width: 780px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { margin-bottom: 0.5rem; }
.section-head p { font-size: 1.1rem; color: var(--muted); margin: 0; }
.section-head .actions { margin-top: 1.25rem; display: flex; gap: 0.75rem; flex-wrap: wrap; }
.section-head.center .actions { justify-content: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-head);
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cyan-ink); margin-bottom: 0.9rem;
}
.eyebrow::before { content: ''; width: 22px; height: 2px; background: currentColor; border-radius: 2px; opacity: 0.7; }
.eyebrow.plain::before { display: none; }

.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.6; color: var(--muted); }
.muted { color: var(--muted); }
.small { font-size: 0.85rem; }
.text-center { text-align: center; }
.hl { color: var(--cyan-ink); }
.hero .hl, .section.navy .hl, .cta-band .hl { color: var(--cyan); }
.mono { font-family: var(--font-mono); }
svg.i { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
svg.i.fill { fill: currentColor; stroke: none; }

/* --------------------------------------------------------------------------
   Botões
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.85rem 1.5rem; border-radius: 12px; border: 1.5px solid transparent;
  font: 600 0.95rem/1 var(--font-body); letter-spacing: 0.01em; cursor: pointer;
  text-decoration: none; white-space: nowrap;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s, color 0.2s, border-color 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 3px solid rgba(0, 212, 255, 0.5); outline-offset: 2px; }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-primary { background: var(--navy); color: #fff; box-shadow: 0 8px 20px rgba(2, 53, 95, 0.22); }
.btn-primary:hover { background: var(--navy-2); color: #fff; box-shadow: 0 12px 28px rgba(2, 53, 95, 0.3); }
.btn-cyan, .btn-accent { background: var(--cyan); color: var(--navy-deep); box-shadow: 0 8px 20px rgba(0, 212, 255, 0.28); }
.btn-cyan:hover, .btn-accent:hover { background: #33ddff; color: var(--navy-deep); box-shadow: 0 12px 28px rgba(0, 212, 255, 0.4); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--navy); color: var(--navy); background: rgba(2, 53, 95, 0.04); }
.hero .btn-ghost, .section.navy .btn-ghost, .cta-band .btn-ghost, .b.navy .btn-ghost {
  color: #fff; border-color: rgba(255, 255, 255, 0.45); background: rgba(255, 255, 255, 0.06);
}
.hero .btn-ghost:hover, .section.navy .btn-ghost:hover, .cta-band .btn-ghost:hover, .b.navy .btn-ghost:hover { background: rgba(255, 255, 255, 0.14); border-color: #fff; color: #fff; }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--cyan-soft); color: var(--navy); }
.btn-sm { padding: 0.6rem 1.05rem; font-size: 0.82rem; border-radius: 10px; }
.btn-lg { padding: 1.05rem 1.9rem; font-size: 1.05rem; border-radius: 14px; }
.btn[disabled] { opacity: 0.6; cursor: not-allowed; transform: none !important; }
.link { font-weight: 600; color: var(--cyan-ink); display: inline-flex; align-items: center; gap: 0.3rem; }
.link::after { content: '→'; transition: transform 0.2s; }
.link:hover::after { transform: translateX(3px); }

/* --------------------------------------------------------------------------
   Header (injetado)
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
  min-height: var(--header-h);
  transition: box-shadow 0.25s;
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(2, 53, 95, 0.08); }
.hd-inner { display: flex; align-items: center; gap: 1.5rem; height: var(--header-h); }
.hd-logo { display: flex; align-items: center; flex-shrink: 0; }
.hd-logo img { height: 46px; width: auto; }
.hd-nav { display: flex; align-items: center; gap: 0.15rem; margin-left: auto; }
.hd-nav > li { list-style: none; position: relative; }
.hd-nav a.nl, .hd-nav button.nl {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.55rem 0.85rem; border-radius: 10px; border: 0; background: none; cursor: pointer;
  font: 500 0.92rem/1 var(--font-body); color: var(--ink); text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.hd-nav a.nl:hover, .hd-nav button.nl:hover, .hd-nav li.open > .nl { background: var(--soft); color: var(--navy); }
.hd-nav .nl.active { color: var(--navy); font-weight: 700; box-shadow: inset 0 -2px 0 var(--cyan); border-radius: 10px 10px 0 0; }
.hd-nav .caret { width: 14px; height: 14px; transition: transform 0.2s; }
.hd-nav li.open .caret { transform: rotate(180deg); }
.dd-menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 240px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg);
  padding: 0.5rem; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: all 0.18s var(--ease);
}
.hd-nav li.open > .dd-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dd-menu a { display: block; padding: 0.6rem 0.8rem; border-radius: 9px; color: var(--ink); font-size: 0.9rem; font-weight: 500; }
.dd-menu a small { display: block; color: var(--muted); font-weight: 400; font-size: 0.78rem; margin-top: 2px; }
.dd-menu a:hover { background: var(--soft); color: var(--navy); }
.nav-badge {
  display: inline-block; margin-left: 0.15rem; padding: 0.12rem 0.45rem; border-radius: 999px;
  background: var(--cyan); color: var(--navy-deep); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; vertical-align: middle;
}
.hd-actions { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.hd-cta { padding: 0.62rem 1.1rem; font-size: 0.85rem; border-radius: 10px; }
.lang { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; padding: 2px; background: #fff; }
.lang a { padding: 0.3rem 0.6rem; border-radius: 999px; font-size: 0.75rem; font-weight: 700; color: var(--muted); letter-spacing: 0.04em; }
.lang a.on { background: var(--navy); color: #fff; }
.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 12px; cursor: pointer; align-items: center; justify-content: center; }
.burger svg { width: 22px; height: 22px; color: var(--navy); }

/* menu mobile */
.mobile-nav {
  display: none; position: fixed; inset: var(--header-h) 0 0 0; z-index: 999;
  background: #fff; overflow-y: auto; padding: 1rem 1.25rem 2.5rem;
}
.mobile-nav.open { display: block; }
.mobile-nav a, .mobile-nav .mgroup > span { display: block; padding: 0.9rem 0.25rem; font-size: 1.05rem; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-nav .mgroup > span { color: var(--muted); font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; border: 0; padding-bottom: 0.2rem; margin-top: 0.6rem; }
.mobile-nav .mgroup a { padding-left: 0.75rem; font-weight: 500; font-size: 0.98rem; }
.mobile-nav .mcta { margin-top: 1.5rem; display: flex; gap: 0.75rem; flex-wrap: wrap; }
.mobile-nav .mcta a { border-bottom: 0; }
body.nav-open { overflow: hidden; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: var(--grad-hero);
  padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(3rem, 6vw, 5rem);
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 85% 15%, rgba(0, 212, 255, 0.28), transparent 42%),
    radial-gradient(circle at 10% 90%, rgba(0, 212, 255, 0.12), transparent 40%);
}
.hero.grid-bg::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.35;
  background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}
.hero > .container { position: relative; z-index: 1; }
.hero h1 { color: #fff; margin-bottom: 1rem; }
.hero .eyebrow { color: var(--cyan); }
.hero .lead { color: rgba(255, 255, 255, 0.86); max-width: 640px; }
.hero.split .container { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero.split .art { position: relative; }
.hero.split .art .shot-frame img { width: 100%; max-height: 500px; object-fit: cover; object-position: top left; }
.hero-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 1.75rem; }
.hero-badges { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 1.75rem; }
.hero-badges span {
  display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.45rem 0.9rem; border-radius: 999px;
  background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.22); font-size: 0.82rem; font-weight: 600; color: #fff;
}
.hero-badges span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.25); }
.hero-stats { display: flex; gap: 2.25rem; flex-wrap: wrap; margin-top: 2.25rem; padding-top: 1.75rem; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.hero-stats b { display: block; font-family: var(--font-head); font-size: 1.7rem; font-weight: 800; color: #fff; line-height: 1; }
.hero-stats span { display: block; margin-top: 0.35rem; font-size: 0.82rem; color: rgba(255, 255, 255, 0.72); max-width: 170px; }
.hero.compact { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.hero.compact h1 { font-size: clamp(1.9rem, 3.8vw, 3rem); max-width: 860px; }
.hero .crumbs { display: flex; gap: 0.5rem; font-size: 0.8rem; color: rgba(255, 255, 255, 0.65); margin-bottom: 1rem; flex-wrap: wrap; }
.hero .crumbs a { color: rgba(255, 255, 255, 0.85); }
.hero .crumbs a:hover { color: #fff; }

/* card flutuante (evento em destaque, etc.) */
.float-card {
  background: #fff; color: var(--ink); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); overflow: hidden;
  max-width: 420px; margin-left: auto;
}
.float-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.float-card .fc-body { padding: 1.25rem 1.4rem 1.4rem; }
.float-card .fc-kicker { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; color: var(--cyan-ink); }
.float-card h3 { margin: 0.35rem 0 0.4rem; font-size: 1.15rem; }
.float-card p { margin: 0 0 1rem; font-size: 0.9rem; color: var(--muted); }

/* --------------------------------------------------------------------------
   Vídeo (facade do YouTube: iframe só no clique)
   -------------------------------------------------------------------------- */
.video-facade {
  position: relative; aspect-ratio: 16 / 9; border-radius: var(--r-lg); overflow: hidden;
  background: var(--navy-deep) center / cover no-repeat; box-shadow: var(--shadow-lg); cursor: pointer; isolation: isolate;
}
.video-facade img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.video-facade:hover img { transform: scale(1.04); }
.video-facade::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 26, 46, 0) 40%, rgba(0, 26, 46, 0.7)); pointer-events: none; }
.video-facade .play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 78px; height: 78px; border-radius: 50%; border: 0; cursor: pointer; z-index: 2;
  background: var(--cyan); color: var(--navy-deep); display: grid; place-items: center;
  box-shadow: 0 12px 34px rgba(0, 212, 255, 0.45); transition: transform 0.2s, box-shadow 0.2s;
}
.video-facade .play svg { width: 30px; height: 30px; margin-left: 4px; }
.video-facade:hover .play { transform: translate(-50%, -50%) scale(1.08); }
.video-facade .vcap { position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.1rem; z-index: 2; color: #fff; font-weight: 600; font-size: 0.95rem; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); }
.video-facade .vcap small { display: block; font-weight: 500; font-size: 0.78rem; color: rgba(255, 255, 255, 0.8); }
.video-facade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 3; }
.video-facade.playing::after, .video-facade.playing .play, .video-facade.playing .vcap, .video-facade.playing img { display: none; }

/* --------------------------------------------------------------------------
   Marquee
   -------------------------------------------------------------------------- */
.marquee { overflow: hidden; background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid var(--line); padding: 0.85rem 0; }
.marquee .track { display: flex; gap: 2.75rem; width: max-content; animation: marquee 48s linear infinite; }
.marquee span { display: inline-flex; align-items: center; gap: 0.75rem; white-space: nowrap; font-family: var(--font-head); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.72); }
.marquee span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); }
.marquee.light { background: var(--sand); border-color: var(--line); }
.marquee.light span { color: var(--navy); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------------
   Bento grid
   -------------------------------------------------------------------------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(200px, auto); gap: 1.1rem; }
.b {
  position: relative; display: flex; flex-direction: column; gap: 0.6rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.6rem;
  color: var(--body); transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s;
}
a.b { text-decoration: none; }
.b:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.b h3 { margin: 0; font-size: 1.15rem; }
.b p { margin: 0; font-size: 0.93rem; line-height: 1.55; }
.b .ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--sand); color: var(--navy); }
.b .ic svg { width: 22px; height: 22px; }
.b .big { font-family: var(--font-head); font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 800; line-height: 1; letter-spacing: -0.03em; color: var(--navy); margin-top: auto; }
.b .foot { margin-top: auto; padding-top: 0.75rem; }
.b.tall { grid-row: span 2; }
.b.wide { grid-column: span 2; }
.b.wide3 { grid-column: span 3; }
.b.navy { background: var(--grad-navy); border-color: transparent; color: rgba(255, 255, 255, 0.82); }
.b.navy h3, .b.navy .big { color: #fff; }
.b.navy .ic { background: rgba(255, 255, 255, 0.12); color: var(--cyan); }
.b.navy .link { color: var(--cyan); }
.b.cyan { background: linear-gradient(145deg, #cff4ff 0%, #00d4ff 100%); border-color: transparent; color: var(--navy); }
.b.cyan h3, .b.cyan .big { color: var(--navy-deep); }
.b.cyan .ic { background: rgba(255, 255, 255, 0.55); color: var(--navy); }
.b.cyan .link { color: var(--navy-deep); }
.b.soft { background: var(--soft); }
.b .shot { margin: 0.5rem -0.6rem -1.6rem -0.6rem; border-radius: 14px 14px 0 0; overflow: hidden; margin-top: auto; }
.b .shot img { width: 100%; }

/* --------------------------------------------------------------------------
   Tiles / cards genéricos
   -------------------------------------------------------------------------- */
.grid { display: grid; gap: 1.25rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.tile {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem;
  display: flex; flex-direction: column; gap: 0.65rem; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s;
}
a.tile { text-decoration: none; color: var(--body); }
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.tile h3 { margin: 0; font-size: 1.1rem; }
.tile p { margin: 0; font-size: 0.93rem; line-height: 1.55; }
.tile .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--grad-navy); color: #fff; }
.tile .ic.cyan { background: var(--grad-cyan); color: var(--navy-deep); }
.tile .ic.soft { background: var(--sand); color: var(--navy); }
.tile .ic svg { width: 22px; height: 22px; }
.tile .foot { margin-top: auto; padding-top: 0.5rem; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; flex-wrap: wrap; }
.tile.navy { background: var(--grad-navy); border-color: transparent; color: rgba(255, 255, 255, 0.85); }
.tile.navy h3 { color: #fff; }
.tile.navy .ic { background: rgba(255, 255, 255, 0.12); color: var(--cyan); }
.tile.featured { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.14); }
.tile .num { font-family: var(--font-head); font-weight: 800; font-size: 0.8rem; letter-spacing: 0.1em; color: var(--cyan-ink); }
.tags { display: flex; gap: 0.45rem; flex-wrap: wrap; }
.tag {
  display: inline-flex; align-items: center; padding: 0.28rem 0.7rem; border-radius: 999px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.02em;
  background: var(--sand); color: var(--navy); border: 1px solid var(--line);
}
.tag.cyan { background: var(--cyan-soft); color: var(--cyan-ink); border-color: rgba(14, 116, 144, 0.2); }
.tag.green { background: rgba(60, 176, 143, 0.14); color: #1f7a5f; border-color: rgba(60, 176, 143, 0.3); }
.tag.amber { background: rgba(245, 158, 11, 0.12); color: #b45309; border-color: rgba(245, 158, 11, 0.35); }
.tag.grey { background: #eef2f6; color: #64748b; }
.tile.navy .tag { background: rgba(255, 255, 255, 0.12); color: #fff; border-color: rgba(255, 255, 255, 0.2); }

/* --------------------------------------------------------------------------
   Stats
   -------------------------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.stats .stat { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem 1.4rem; }
.stats .stat b { display: block; font-family: var(--font-head); font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1; color: var(--navy); }
.stats .stat b small { font-size: 0.55em; font-weight: 700; margin-left: 0.1em; }
.stats .stat span { display: block; margin-top: 0.6rem; font-size: 0.9rem; color: var(--muted); line-height: 1.45; }
.section.navy .stat { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.14); }
.section.navy .stat b { color: var(--cyan); }
.section.navy .stat span { color: rgba(255, 255, 255, 0.75); }

/* --------------------------------------------------------------------------
   Logo wall
   -------------------------------------------------------------------------- */
.logo-wall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.logo-wall div {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); height: 92px;
  display: grid; place-items: center; padding: 1rem 1.25rem; transition: border-color 0.2s, box-shadow 0.2s;
}
.logo-wall img { max-height: 48px; width: auto; max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: 0.72; transition: filter 0.3s, opacity 0.3s; }
.logo-wall div:hover { border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.logo-wall div:hover img { filter: none; opacity: 1; }
.logo-wall img.tall { max-height: 64px; }

/* --------------------------------------------------------------------------
   Timeline horizontal
   -------------------------------------------------------------------------- */
.htl { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1.25rem; position: relative; padding-top: 1.25rem; }
.htl::before { content: ''; position: absolute; left: 0; right: 0; top: 1.25rem; height: 2px; background: var(--line); }
.htl .pt { position: relative; padding-top: 1.5rem; }
.htl .pt::before { content: ''; position: absolute; left: 0; top: -6px; width: 14px; height: 14px; border-radius: 50%; background: var(--navy); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--navy); }
.htl .pt.now::before { background: var(--cyan); box-shadow: 0 0 0 2px var(--cyan), 0 0 0 8px rgba(0, 212, 255, 0.2); }
.htl .pt.future::before { background: #fff; box-shadow: 0 0 0 2px var(--line-strong); }
.htl time { display: block; font-family: var(--font-head); font-weight: 800; color: var(--cyan-ink); font-size: 0.85rem; letter-spacing: 0.04em; }
.htl b { display: block; font-family: var(--font-head); color: var(--ink); margin: 0.3rem 0; font-size: 1rem; }
.htl p { margin: 0; font-size: 0.9rem; color: var(--muted); }
.htl .pt.future b, .htl .pt.future time { color: var(--muted); }

/* --------------------------------------------------------------------------
   Steps (metodologia)
   -------------------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.4rem 1.3rem 1.3rem; }
.step .n { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 0.95rem; margin-bottom: 0.9rem; }
.step.partner .n { background: var(--cyan); color: var(--navy-deep); }
.step h4 { margin: 0 0 0.3rem; font-size: 1rem; }
.step p { margin: 0; font-size: 0.88rem; color: var(--muted); }
.step .who { display: inline-block; margin-top: 0.75rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cyan-ink); }
.step.partner .who { color: #0284c7; }
.legend { display: flex; gap: 1.25rem; flex-wrap: wrap; font-size: 0.85rem; color: var(--muted); margin-top: 1.25rem; }
.legend i { display: inline-block; width: 12px; height: 12px; border-radius: 3px; vertical-align: -1px; margin-right: 0.4rem; background: var(--navy); }
.legend i.cyan { background: var(--cyan); }

/* --------------------------------------------------------------------------
   Media rows (imagem + texto)
   -------------------------------------------------------------------------- */
.media-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.media-row + .media-row { margin-top: clamp(3rem, 6vw, 5rem); }
.media-row.reverse .media { order: 2; }
.media-row h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.media-row .media { position: relative; }
.shot-frame { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-lg); background: #fff; }
.shot-frame .bar { height: 30px; background: var(--soft); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 6px; padding: 0 12px; }
.shot-frame .bar i { width: 9px; height: 9px; border-radius: 50%; background: #d3dce5; }
.shot-frame img { width: 100%; }
.check-list { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: 0.6rem; }
.check-list li { position: relative; padding-left: 1.9rem; font-size: 0.97rem; }
.check-list li::before { content: ''; position: absolute; left: 0; top: 0.15rem; width: 20px; height: 20px; border-radius: 50%; background: var(--cyan-soft); border: 1px solid rgba(14, 116, 144, 0.25); }
.check-list li::after { content: ''; position: absolute; left: 7px; top: 0.42rem; width: 5px; height: 9px; border: solid var(--cyan-ink); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.section.navy .check-list li::before { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.2); }
.section.navy .check-list li::after { border-color: var(--cyan); }
.feature-list { display: grid; gap: 1rem; }
.feature { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: start; }
.feature .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--sand); color: var(--navy); display: grid; place-items: center; }
.feature .ic svg { width: 22px; height: 22px; }
.feature h4 { margin: 0 0 0.2rem; font-size: 1rem; }
.feature p { margin: 0; font-size: 0.9rem; color: var(--muted); }
.section.navy .feature .ic { background: rgba(255, 255, 255, 0.1); color: var(--cyan); }
.section.navy .feature p { color: rgba(255, 255, 255, 0.72); }

/* --------------------------------------------------------------------------
   Tabela comparativa
   -------------------------------------------------------------------------- */
.compare { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: #fff; }
.compare table { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 0.92rem; }
.compare th, .compare td { padding: 0.95rem 1.1rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare thead th { font-family: var(--font-head); font-size: 0.85rem; letter-spacing: 0.02em; color: var(--navy); background: var(--soft); }
.compare thead th:not(:first-child) { text-align: center; }
.compare td:not(:first-child) { text-align: center; color: var(--body); }
.compare td:first-child { font-weight: 600; color: var(--ink); }
.compare tbody tr:last-child td { border-bottom: 0; }
.compare .yes { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(60, 176, 143, 0.15); color: #1f7a5f; font-weight: 800; font-size: 0.85rem; }
.compare .no { color: #b7c2cc; }
.compare small { display: block; color: var(--muted); font-size: 0.78rem; margin-top: 0.2rem; }

/* --------------------------------------------------------------------------
   Pricing/planos
   -------------------------------------------------------------------------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: stretch; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.9rem 1.7rem; display: flex; flex-direction: column; gap: 0.75rem; position: relative; }
.plan .kicker { font-family: var(--font-head); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 800; color: var(--cyan-ink); }
.plan h3 { margin: 0; font-size: 1.5rem; }
.plan .ideal { font-size: 0.88rem; color: var(--muted); background: var(--soft); border-radius: 10px; padding: 0.75rem 0.9rem; margin-top: 0.5rem; }
.plan .check-list { margin-top: 0.25rem; }
.plan .check-list li { font-size: 0.92rem; }
.plan .foot { margin-top: auto; padding-top: 1rem; }
.plan.hi { background: var(--grad-navy); color: rgba(255, 255, 255, 0.85); border-color: transparent; box-shadow: var(--shadow-lg); }
.plan.hi h3, .plan.hi strong { color: #fff; }
.plan.hi .kicker { color: var(--cyan); }
.plan.hi .ideal { background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.8); }
.plan.hi .check-list li::before { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.2); }
.plan.hi .check-list li::after { border-color: var(--cyan); }

/* --------------------------------------------------------------------------
   Pessoas
   -------------------------------------------------------------------------- */
.people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.person { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; }
.person img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center top; }
.person .pb { padding: 1.25rem 1.4rem 1.4rem; }
.person h3 { margin: 0; font-size: 1.15rem; }
.person .role { color: var(--cyan-ink); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; margin: 0.25rem 0 0.75rem; display: block; }
.person p { margin: 0; font-size: 0.9rem; color: var(--muted); }
.person a.li { display: inline-flex; align-items: center; gap: 0.35rem; margin-top: 0.9rem; font-size: 0.85rem; font-weight: 600; }

/* --------------------------------------------------------------------------
   News cards / publicações
   -------------------------------------------------------------------------- */
.news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.news-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); color: var(--body); }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.news-card .thumb { aspect-ratio: 16 / 9; background: var(--soft) center / cover no-repeat; overflow: hidden; }
.news-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-card .nb { padding: 1.2rem 1.35rem 1.4rem; display: flex; flex-direction: column; gap: 0.4rem; flex: 1; }
.news-card .nk { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; color: var(--cyan-ink); }
.news-card h3 { margin: 0; font-size: 1.05rem; }
.news-card p { margin: 0; font-size: 0.9rem; color: var(--muted); }
.news-card .link { margin-top: auto; padding-top: 0.5rem; }

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */
.cta-band {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  background: var(--grad-hero); color: #fff; padding: clamp(2.25rem, 5vw, 3.5rem);
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; align-items: center;
}
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 90% 10%, rgba(0, 212, 255, 0.35), transparent 45%); pointer-events: none; }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; margin-bottom: 0.5rem; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.cta-band p { color: rgba(255, 255, 255, 0.82); margin: 0; font-size: 1.05rem; }
.cta-band .actions { display: flex; gap: 0.85rem; flex-wrap: wrap; justify-content: flex-end; }
.cta-band.cyan { background: var(--grad-cyan); color: var(--navy-deep); }
.cta-band.cyan h2, .cta-band.cyan p { color: var(--navy-deep); }
.cta-band.cyan p { opacity: 0.85; }

/* --------------------------------------------------------------------------
   Quote / callout
   -------------------------------------------------------------------------- */
.quote { border-left: 4px solid var(--cyan); background: #fff; border-radius: 12px; padding: 1.25rem 1.5rem; font-family: var(--font-head); font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; color: var(--navy); }
.quote small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 0.85rem; color: var(--muted); margin-top: 0.5rem; }
.callout { display: flex; gap: 1rem; align-items: flex-start; border: 1px solid var(--line); border-left: 4px solid var(--cyan); background: #fff; border-radius: 12px; padding: 1rem 1.25rem; font-size: 0.92rem; color: var(--body); }
.callout.navy { background: var(--grad-navy); border-color: transparent; color: rgba(255, 255, 255, 0.85); }
.callout.navy b { color: #fff; }

/* --------------------------------------------------------------------------
   Formulário
   -------------------------------------------------------------------------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid .full { grid-column: 1 / -1; }
.form-field { display: flex; flex-direction: column; gap: 0.35rem; }
.form-field label { font-size: 0.82rem; font-weight: 700; color: var(--navy); }
.form-field input, .form-field select, .form-field textarea {
  border: 1px solid var(--line-strong); border-radius: 10px; padding: 0.8rem 0.95rem; font: inherit; font-size: 0.95rem; color: var(--ink); background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 0; border-color: var(--navy); box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.18); }
.form-field textarea { min-height: 140px; resize: vertical; }
.form-msg { border-radius: 10px; padding: 0.8rem 1rem; font-size: 0.9rem; margin-top: 1rem; display: none; }
.form-msg.ok { display: block; background: rgba(60, 176, 143, 0.14); color: #1f7a5f; }
.form-msg.err { display: block; background: rgba(220, 38, 38, 0.08); color: #b91c1c; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.contact-list li { display: grid; grid-template-columns: 44px 1fr; gap: 0.9rem; align-items: center; }
.contact-list .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--sand); color: var(--navy); display: grid; place-items: center; }
.contact-list .ic svg { width: 20px; height: 20px; }
.contact-list b { display: block; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }

/* --------------------------------------------------------------------------
   Footer (injetado)
   -------------------------------------------------------------------------- */
.site-footer { background: var(--navy-deep); color: rgba(255, 255, 255, 0.72); margin-top: 0; }
.ft-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; padding: 4rem 0 2.5rem; }
.ft-brand img { height: 46px; width: auto; margin-bottom: 1rem; }
.ft-brand p { font-size: 0.92rem; max-width: 320px; }
.ft-social { display: flex; gap: 0.6rem; margin-top: 1rem; }
.ft-social a { width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.15); display: grid; place-items: center; color: #fff; transition: background 0.2s, border-color 0.2s; }
.ft-social a:hover { background: var(--cyan); border-color: var(--cyan); color: var(--navy-deep); }
.ft-social svg { width: 18px; height: 18px; }
.ft-col h4 { font-family: var(--font-head); color: #fff; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 1rem; }
.ft-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.55rem; }
.ft-col a { color: rgba(255, 255, 255, 0.72); font-size: 0.92rem; }
.ft-col a:hover { color: var(--cyan); }
.ft-contact li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.9rem; }
.ft-contact svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--cyan); margin-top: 2px; }
.ft-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 1.25rem 0; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.82rem; }
.ft-bottom a { color: rgba(255, 255, 255, 0.72); display: inline-flex; gap: 0.4rem; align-items: center; }
.ft-bottom a:hover { color: var(--cyan); }
.ft-bottom svg { width: 16px; height: 16px; }

/* --------------------------------------------------------------------------
   Animações de entrada
   -------------------------------------------------------------------------- */
.reveal, .animate-on-scroll { opacity: 0; transform: translateY(18px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal.visible, .animate-on-scroll.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; } .reveal.d2 { transition-delay: 0.16s; } .reveal.d3 { transition-delay: 0.24s; } .reveal.d4 { transition-delay: 0.32s; }

/* --------------------------------------------------------------------------
   Utilitários
   -------------------------------------------------------------------------- */
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0; } .mb-1 { margin-bottom: 1rem; } .mb-2 { margin-bottom: 2rem; }
.flex { display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: center; }
.between { justify-content: space-between; }
.aspect-video { aspect-ratio: 16 / 9; }
.rounded { border-radius: var(--r); overflow: hidden; }
.shadow { box-shadow: var(--shadow-lg); }
.embed-frame { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: var(--shadow-lg); }
.embed-frame iframe { width: 100%; height: 640px; border: 0; }
/* iframe de tamanho fixo (ex.: animação 1920x1080) escalado para caber — js/site-shell.js aplica o scale */
.embed-scaled { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: var(--shadow-lg); background: #f6fafe; }
.embed-scaled iframe { position: absolute; left: 0; top: 0; width: 1920px; height: 1080px; max-width: none; border: 0; transform-origin: 0 0; }
.embed-scaled .replay { position: absolute; left: 0.75rem; bottom: 0.75rem; z-index: 2; opacity: 0.85; }

/* --------------------------------------------------------------------------
   Responsivo
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .hd-nav a.nl, .hd-nav button.nl { padding: 0.55rem 0.6rem; font-size: 0.86rem; }
  .hd-cta { display: none; }
}
@media (max-width: 1024px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .b.wide3 { grid-column: span 2; }
  .stats, .grid-4, .steps { grid-template-columns: repeat(2, 1fr); }
  .logo-wall { grid-template-columns: repeat(4, 1fr); }
  .ft-top { grid-template-columns: 1fr 1fr; }
  .plans, .people, .news, .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hd-nav, .lang { display: none; }
  .burger { display: inline-flex; }
  .hero.split .container { grid-template-columns: 1fr; }
  .hero.split .art { order: 2; }
  .float-card { margin-left: 0; max-width: none; }
  .media-row { grid-template-columns: 1fr; }
  .media-row.reverse .media { order: 0; }
  .cta-band { grid-template-columns: 1fr; }
  .cta-band .actions { justify-content: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .embed-frame iframe { height: 520px; }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 1.75rem); }
  .bento, .stats, .grid-3, .grid-4, .steps, .plans, .people, .news { grid-template-columns: 1fr; }
  .b.wide, .b.wide3 { grid-column: auto; }
  .b.tall { grid-row: auto; }
  .logo-wall { grid-template-columns: repeat(2, 1fr); }
  .ft-top { grid-template-columns: 1fr; gap: 2rem; padding-top: 3rem; }
  .hero-stats { gap: 1.5rem; }
  .hd-logo img { height: 38px; }
  .embed-frame iframe { height: 440px; }
  .video-facade .play { width: 62px; height: 62px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal, .animate-on-scroll { opacity: 1; transform: none; }
  .marquee .track { animation: none; }
}
