:root {
  --navy-950: #071625;
  --navy-900: #0B1E33;
  --navy-800: #102A43;
  --navy-700: #163A5F;
  --navy-600: #1F4B73;
  --red: #FF1E24;
  --red-dark: #C91016;
  --white: #fff;
  --gray-50: #F2F6FA;
  --gray-100: #E4ECF3;
  --gray-300: #C5D3DF;
  --gray-500: #6B8499;
  --gray-700: #3A5166;
  --text: #122033;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(7, 22, 37, .12);
  --shadow-sm: 0 8px 24px rgba(7, 22, 37, .08);
  --header: 108px;
  --font: "Manrope", system-ui, sans-serif;
  --display: "Barlow", "Manrope", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(255,30,36,.04), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7fafc 48%, #fff 100%);
  line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--display); line-height: 1.12; letter-spacing: .01em; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--red); color: #fff; padding: .6rem 1rem; z-index: 1000;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.container-narrow { width: min(860px, calc(100% - 2rem)); margin-inline: auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 48px; padding: 0 1.4rem; border-radius: 4px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; font-size: .82rem;
  border: 1px solid transparent; transition: .25s ease; cursor: pointer;
}
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-dark); }
.btn-outline { border-color: #fff; color: #fff; background: transparent; }
.btn-outline:hover { background: #fff; color: var(--navy-950); }
.btn-outline-dark { border-color: var(--navy-900); color: var(--navy-900); }
.btn-outline-dark:hover { background: var(--navy-900); color: #fff; }
.btn-nav { min-height: 42px; padding: 0 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(7,22,37,.22); }
.header-top {
  background: var(--navy-950); color: #c9d6e3; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase;
}
.header-top-inner { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; }
.header-main {
  background: rgba(7,22,37,.96); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.06); position: relative;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .85rem; color: #fff; }
.brand img, .brand-logo {
  max-height: 72px; width: auto; height: auto;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,.25));
}
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%;
  background: radial-gradient(circle, var(--red) 0 7px, transparent 8px 12px, #fff 13px 14px, transparent 15px 18px, rgba(255,255,255,.55) 19px 20px, transparent 21px);
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 0 0 6px rgba(255,30,36,.12);
}
.brand-mark-lg { width: 54px; height: 54px; box-shadow: 0 0 0 8px rgba(255,30,36,.14); }
.brand-text { display: flex; flex-direction: column; }
.brand-text strong { font-family: var(--display); font-size: 1.25rem; letter-spacing: .12em; }
.brand-text small { color: #9bb0c3; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: .2rem; }
.site-nav > a, .nav-item > a {
  color: #e8eef4; padding: .7rem .7rem; font-size: .86rem; font-weight: 600; letter-spacing: .03em;
}
.site-nav > a:hover, .nav-item > a:hover, .site-nav a[aria-current="page"] { color: #fff; }
.nav-item { position: relative; }
.nav-drop {
  position: absolute; top: 100%; left: 0; min-width: 240px; background: var(--navy-900);
  border: 1px solid rgba(255,255,255,.08); padding: .5rem; display: none; box-shadow: var(--shadow);
}
.nav-item:hover .nav-drop, .nav-item:focus-within .nav-drop { display: grid; }
.nav-drop a { display: block; padding: .65rem .8rem; color: #d7e2ec; font-size: .84rem; }
.nav-drop a:hover { background: rgba(255,255,255,.06); color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; background: none; border: 0; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; }

.hero {
  position: relative; min-height: calc(100svh - 120px); display: grid; align-items: center;
  background:
    linear-gradient(135deg, #06111c 0%, #0b1e33 42%, #132f4d 100%);
  color: #fff; overflow: hidden;
}
.hero-media, .hero-overlay, .hero-pattern { position: absolute; inset: 0; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; opacity: .32; }
.hero-overlay { background: linear-gradient(90deg, rgba(7,22,37,.94) 0%, rgba(7,22,37,.62) 55%, rgba(7,22,37,.28) 100%); }
.hero-pattern {
  background-image:
    radial-gradient(circle at 18% 28%, rgba(255,30,36,.22), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(31,75,115,.35), transparent 26%),
    radial-gradient(rgba(255,255,255,.14) 1px, transparent 1.5px);
  background-size: auto, auto, 28px 28px; pointer-events: none;
}
.hero-content { position: relative; z-index: 1; padding: 5rem 0 5.5rem; max-width: 880px; }
.eyebrow {
  color: var(--red); font-weight: 700; letter-spacing: .28em; text-transform: uppercase; font-size: .78rem; margin-bottom: 1rem;
}
.hero h1 { font-size: clamp(2.8rem, 8vw, 6.2rem); font-weight: 800; letter-spacing: .08em; margin: 0; }
.hero-sub { font-size: clamp(1rem, 2vw, 1.25rem); letter-spacing: .18em; text-transform: uppercase; color: #d5e1ec; margin: 1rem 0 1.6rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 0; }

.trust-strip {
  background: #0B1E33;
  color: #fff;
  border-bottom: 3px solid var(--red);
}
.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem 0;
}
.trust-item {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: .85rem 1rem;
  border-left: 3px solid var(--red);
  background: rgba(255,255,255,.04);
  min-height: 88px;
  justify-content: center;
}
.trust-value {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.15;
  color: #fff;
}
.trust-label {
  display: block;
  color: #9bb0c3;
  font-size: .86rem;
  line-height: 1.35;
  font-weight: 500;
}

.section { padding: 5.2rem 0; }
.section-dark { background: var(--navy-900); color: #fff; }
.section-dark .section-head h2,
.section-dark h2 { color: #fff; }
.section-muted {
  background:
    linear-gradient(180deg, rgba(244,247,250,.92), rgba(232,239,246,.96)),
    radial-gradient(circle at 100% 0%, rgba(255,30,36,.05), transparent 34%);
}
.section-process {
  background: #0B1E33;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(255,30,36,.16), transparent 28%),
    linear-gradient(180deg, #0B1E33 0%, #102A43 100%);
  color: #fff;
}
.section-process .section-head h2,
.section-process h3 { color: #fff; }
.section-head { max-width: 760px; margin-bottom: 2.5rem; }
.section-head-tight { margin-bottom: 1.2rem; }
.section-head h2, .page-hero h1 { font-size: clamp(1.8rem, 4vw, 3rem); }
.lede { color: var(--gray-700); font-size: 1.05rem; }
.section-dark .lede, .section-process .lede { color: #b7c7d6; }

.page-hero {
  background: var(--navy-950); color: #fff; padding: 4.2rem 0 3.2rem;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(255,30,36,.2), transparent 32%),
    linear-gradient(135deg, rgba(16,42,67,.5), transparent 50%),
    radial-gradient(rgba(255,255,255,.12) 1px, transparent 1.5px);
  background-size: auto, auto, 26px 26px;
}
.breadcrumb { display: flex; flex-wrap: wrap; gap: .4rem; color: #9bb0c3; font-size: .86rem; margin-bottom: 1rem; }
.breadcrumb a:hover { color: #fff; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.cards-compact { grid-template-columns: repeat(3, 1fr); }
.card {
  background: #fff; border: 1px solid var(--gray-100); border-radius: var(--radius); padding: 1.55rem;
  box-shadow: var(--shadow-sm); transition: .25s ease; height: 100%;
}
.card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.card-dark { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); color: #fff; }
.card h3 { font-size: 1.25rem; }
.card-index { color: var(--red); font-weight: 800; letter-spacing: .12em; font-size: .8rem; }
.card-more { display: inline-block; margin-top: .8rem; color: var(--red); font-weight: 700; font-size: .86rem; letter-spacing: .04em; }
.card-link { display: block; }
.card-aside { border-top: 3px solid var(--red); }
.service-card {
  position: relative; overflow: hidden;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(255,30,36,.35), rgba(16,42,67,.12)) border-box;
  border: 1px solid transparent;
}
.service-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--red);
}
.why-card { border-top: 3px solid rgba(255,30,36,.35); }
.icon-dot {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 1rem;
  background: rgba(255,30,36,.1); color: var(--red); font-weight: 800;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}
.process-step {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  padding: 1.5rem 1.35rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  min-height: 100%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 8px;
  background: rgba(255,30,36,.14);
  border: 1px solid rgba(255,30,36,.35);
  color: #ff6b6f;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: .06em;
  font-size: .95rem;
  margin-bottom: .25rem;
}
.process-step h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
}
.process-step p {
  color: #b7c7d6;
  margin: 0;
  font-size: .95rem;
}

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; }
.stat { padding: 1.5rem; border-left: 3px solid var(--red); background: rgba(255,255,255,.04); }
.stat b { display: block; font-size: 2rem; font-family: var(--display); color: #fff; }
.stat span { display: block; color: #b7c7d6; margin-top: .25rem; }
.stat p { color: #8fa3b6; margin: .45rem 0 0; font-size: .9rem; }

.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.ref-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.ref-card { min-height: 160px; display: flex; flex-direction: column; justify-content: flex-end; }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.filter {
  min-height: 40px; padding: 0 .9rem; border: 1px solid var(--gray-100); border-radius: 999px; background: #fff; font-weight: 600; font-size: .84rem;
}
.filter.is-active, .filter:hover { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }

.chips { display: flex; flex-wrap: wrap; gap: .7rem; }
.chip {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 1rem;
  border: 1px solid var(--gray-100); background: #fff; border-radius: 8px;
  font-weight: 700; box-shadow: var(--shadow-sm); transition: .2s ease;
}
.chip:hover { border-color: var(--navy-700); color: var(--navy-900); transform: translateY(-2px); }
.chip-accent { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }

.region-block + .region-block { margin-top: 3rem; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-size: .82rem; font-weight: 700; margin-bottom: .35rem; }
input, select, textarea {
  width: 100%; min-height: 48px; border: 1px solid var(--gray-100); border-radius: 8px; padding: .7rem .9rem;
  font: inherit; background: #fff;
}
textarea { min-height: 140px; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.alert { padding: 1rem 1.1rem; border-radius: 8px; margin-bottom: 1rem; }
.alert-success { background: #e8f7ee; color: #146c2e; }
.alert-error { background: #fdecec; color: #9b1c1c; }
.check { display: flex; gap: .6rem; align-items: flex-start; font-size: .9rem; }
.check input { width: auto; min-height: 0; }

.contact-grid, .split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: start; }
.map iframe { width: 100%; min-height: 360px; border: 0; border-radius: var(--radius); }
.timeline { border-left: 2px solid var(--gray-100); margin-left: .6rem; }
.tl-item { padding: 0 0 2rem 1.5rem; position: relative; }
.tl-item::before {
  content: ""; position: absolute; left: -7px; top: .3rem; width: 12px; height: 12px; border-radius: 50%; background: var(--red);
}
.tl-year { color: var(--red); font-weight: 800; letter-spacing: .12em; }

.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.prose { font-size: 1.05rem; }
.prose h2 { margin-top: 1.6rem; }
.prose ul { list-style: disc; padding-left: 1.2rem; margin: 0 0 1em; }
.prose li { margin-bottom: .4rem; }
.faq details { border-bottom: 1px solid var(--gray-100); padding: 1rem 0; }
.faq summary { cursor: pointer; font-weight: 700; font-family: var(--display); font-size: 1.1rem; }
.list-check li { padding-left: 1.4rem; position: relative; margin-bottom: .55rem; }
.list-check li::before { content: ""; position: absolute; left: 0; top: .55rem; width: 8px; height: 8px; background: var(--red); border-radius: 50%; }

.site-footer { background: var(--navy-950); color: #c5d3df; padding-top: 3.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 1.5rem; }
.site-footer h2 { color: #fff; font-size: 1rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a:hover { color: #fff; }
.footer-about { margin-top: 1rem; max-width: 32ch; }
.footer-bottom { margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.1rem 0; font-size: .82rem; letter-spacing: .08em; }
.footer-bottom strong { color: #fff; }

.cta-band {
  background: linear-gradient(90deg, var(--navy-900), var(--navy-700)); color: #fff; padding: 3rem 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.cta-band-inner { display: flex; justify-content: space-between; gap: 1rem; align-items: center; flex-wrap: wrap; }

.digital-wrap { border-top: 4px solid var(--red); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.gallery img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; }

.reveal { opacity: 1; transform: none; }
html.motion-on .reveal {
  opacity: 0; transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
  transition-delay: var(--delay, 0ms);
}
html.motion-on .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .cards, .cards-compact, .why-grid, .ref-grid, .stats, .values, .process-grid, .trust-strip-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid, .contact-grid, .split { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .brand img, .brand-logo { max-height: 58px; }
  .header-inner { min-height: 76px; }
  .brand-text strong { font-size: 1.05rem; }
  .nav-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--navy-900);
    flex-direction: column; align-items: stretch; padding: 1rem; gap: .2rem; z-index: 20;
  }
  .site-nav.is-open { display: flex; }
  .nav-drop { position: static; display: grid; border: 0; background: transparent; padding: 0 0 .4rem 1rem; }
  .header-top-inner { justify-content: center; }
  .header-top-inner a { display: none; }
  .cards, .cards-compact, .why-grid, .ref-grid, .stats, .values, .form-grid, .footer-grid, .contact-grid, .split, .gallery, .process-grid, .trust-strip-inner { grid-template-columns: 1fr; }
  .trust-item { min-height: 76px; }
  .hero { min-height: 78svh; }
}
