:root {
  --ink: #101822;
  --ink-2: #182331;
  --paper: #f3f1e8;
  --accent: #1a9ac1;
  --muted: #66727a;
  --line: rgba(16, 24, 34, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.6 Montserrat, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1184px, calc(100% - 56px)); margin: 0 auto; }
.site-header { color: #fff; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.1); }
.site-header .wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { font-size: 23px; font-weight: 700; letter-spacing: -.05em; }
.brand span { color: var(--accent); }
.nav { display: flex; align-items: center; gap: 22px; color: #c7ced2; font-size: 14px; }
.nav a:hover, .footer-links a:hover { color: var(--accent); }
.nav-cta { padding: 10px 16px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.breadcrumbs { padding: 24px 0 0; color: #77828a; font-size: 13px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: '/'; margin-left: 8px; color: #a5adb1; }
.page-hero { padding: 56px 0 72px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 58px; }
.kicker { color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { font-family: 'Bebas Neue', Impact, sans-serif; font-weight: 400; letter-spacing: .01em; text-transform: uppercase; }
h1 { max-width: 800px; margin: 18px 0 22px; font-size: clamp(48px, 6.2vw, 86px); line-height: .98; }
h2 { margin: 0 0 20px; font-size: clamp(34px, 4.3vw, 56px); line-height: 1; }
h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.25; }
.lead { max-width: 700px; margin: 0; color: var(--muted); font-size: 18px; }
.lead p { margin: 0 0 12px; }
.lead p:last-child { margin-bottom: 0; }
.hero-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 26px; box-shadow: 0 26px 64px rgba(16,24,34,.18); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 0; border-radius: 999px; background: var(--accent); color: var(--ink); font-weight: 700; line-height: 1.2; }
.btn.secondary { background: transparent; border: 1px solid var(--line); }
.section { padding: 72px 0; }
.section.dark { color: #fff; background: var(--ink-2); }
.section.dark .section-intro, .section.dark p, .section.dark li { color: #b8c0c5; }
.section-intro { max-width: 760px; margin: -4px 0 34px; color: var(--muted); font-size: 17px; }
.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.28); }
.dark .card { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.card p { margin: 0; color: var(--muted); }
.card ul, .rich-text ul { margin: 14px 0 0; padding-left: 20px; }
.rich-text { max-width: 850px; }
.rich-text p { margin: 0 0 18px; }
.rich-text a { color: var(--accent); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.editorial-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); align-items: center; gap: 48px; }
.editorial-media { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 22px; box-shadow: 0 22px 54px rgba(16,24,34,.16); }
.section.dark .editorial-media { box-shadow: 0 22px 54px rgba(0,0,0,.28); }
.process { counter-reset: step; }
.process .card::before { counter-increment: step; content: counter(step, decimal-leading-zero); display: block; margin-bottom: 26px; color: var(--accent); font-weight: 800; }
.cases-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.case-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fffdf7; }
.case-card img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.case-card div { padding: 20px; }
.case-card h2, .case-card h3 { margin: 0 0 8px; font: 700 19px/1.25 Montserrat, Arial, sans-serif; text-transform: none; }
.case-card p { margin: 0; color: var(--muted); font-size: 14px; }
.video-shell { position: relative; overflow: hidden; width: min(760px, 100%); aspect-ratio: 16/9; border: 0; border-radius: 22px; background: #090f16; cursor: pointer; }
.video-shell img, .video-shell iframe { display: block; width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-shell::after { content: '▶'; position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; background: var(--accent); color: var(--ink); font-size: 25px; }
.video-shell.is-playing::after { display: none; }
.faq { display: grid; gap: 12px; max-width: 900px; }
.faq details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.28); }
.faq summary { cursor: pointer; font-weight: 700; }
.faq p { margin: 12px 0 0; color: var(--muted); }
.cta { padding: 66px 0; color: #fff; background: var(--ink); }
.cta .wrap { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.cta h2 { max-width: 760px; margin: 10px 0 0; }
.site-footer { padding: 34px 0; color: #8c969d; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
.site-footer .wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; color: #fff; font-size: 13px; }
.empty-note { max-width: 760px; padding: 24px; border-left: 3px solid var(--accent); background: rgba(26,154,193,.08); }
.article-meta { color: var(--muted); font-size: 14px; }

@media (max-width: 850px) {
  .wrap { width: min(100% - 34px, 720px); }
  .site-header .wrap { min-height: 72px; }
  .nav { display: none; }
  .page-hero { padding: 40px 0 54px; }
  .hero-grid, .content-grid, .cases-grid, .editorial-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 34px; }
  .editorial-grid { gap: 28px; }
  .hero-grid > *, .editorial-grid > * { min-width: 0; }
  h1 { font-size: clamp(36px, 10vw, 54px); }
  .section { padding: 54px 0; }
  .cta .wrap, .site-footer .wrap { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}
