:root {
  --bg: #f9fafb;
  --paper: #ffffff;
  --ink: #1a1e24;
  --ink-soft: #4a5160;
  --ink-mute: #6b7380;
  --line: #e4e8ee;
  --line-strong: #cfd6e0;
  --accent: #0056b3;
  --accent-hover: #00428a;
  --accent-soft: #e8f1fb;
  --dark: #1a1e24;
  --dark-2: #242a33;
  --placeholder: #9a6b12;
  --radius: 2px;
  --header-h: 76px;
  --max: 1180px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --font: "IBM Plex Sans", "Segoe UI", sans-serif;
  --display: "IBM Plex Sans Condensed", "IBM Plex Sans", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-400-ext.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+00C4, U+00E4, U+00D6, U+00F6, U+00DC, U+00FC, U+00DF;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-600-ext.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+00C4, U+00E4, U+00D6, U+00F6, U+00DC, U+00FC, U+00DF;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../fonts/ibm-plex-sans-cond-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../fonts/ibm-plex-sans-cond-600-ext.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+00C4, U+00E4, U+00D6, U+00F6, U+00DC, U+00FC, U+00DF;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../fonts/ibm-plex-sans-cond-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color 0.22s ease; }
a:hover { color: var(--accent-hover); }
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.6em;
  color: var(--ink);
}
h1 { font-size: clamp(2.1rem, 4.4vw, 3.5rem); }
h2 { font-size: clamp(1.55rem, 2.6vw, 2.15rem); }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 1em; color: var(--ink-soft); }
ul { margin: 0; padding: 0; }
.wrap {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.85rem;
}
.kicker::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--accent);
}
.lead { font-size: 1.12rem; max-width: 40rem; }
.note-ph {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--placeholder);
  border: 1px solid #e6d3a8;
  background: #fff8e8;
  padding: 0.18rem 0.45rem;
  margin-bottom: 0.6rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(249, 250, 251, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}
.site-header.is-scrolled {
  background: rgba(249, 250, 251, 0.97);
  box-shadow: 0 10px 28px rgba(26, 30, 36, 0.07);
  border-bottom-color: transparent;
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: var(--header-h);
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  flex-shrink: 0;
  transition: opacity 0.25s var(--ease);
}
.logo:hover { color: var(--ink); opacity: 0.78; }
.logo-mark { width: 34px; height: 34px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text strong {
  font-family: var(--display);
  font-size: 0.98rem;
  letter-spacing: 0.04em;
}
.logo-text span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-left: 0.5rem;
}
.nav > a, .nav-drop > summary {
  list-style: none;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink);
  padding: 0.45rem 0.7rem;
  display: block;
  position: relative;
  transition: color 0.22s ease;
}
.nav > a::after, .nav-drop > summary::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.18rem;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s var(--ease);
}
.nav > a:hover::after, .nav-drop > summary:hover::after, .nav > a.is-active::after {
  transform: scaleX(1);
}
.nav > a:hover, .nav-drop > summary:hover, .nav > a.is-active { color: var(--accent); }
.nav-drop { position: relative; }
.nav-drop > summary { list-style: none; }
.nav-drop > summary::-webkit-details-marker { display: none; }
.mega {
  position: absolute;
  top: calc(100% + 0.9rem);
  left: 0;
  z-index: 70;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(26, 30, 36, 0.08);
  padding: 1.4rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 15rem);
  gap: 1.5rem;
  min-width: 48rem;
}
.mega h3 {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.7rem;
}
.nav-drop[open] .mega {
  animation: riseIn 0.28s var(--ease);
}
.mega a {
  display: block;
  color: var(--ink-soft);
  font-size: 0.9rem;
  padding: 0.28rem 0;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.mega a:hover { color: var(--accent); padding-left: 0.35rem; }
.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-phone {
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
  white-space: nowrap;
}
.header-phone:hover { color: var(--accent); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.72rem 1.15rem;
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  cursor: pointer;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease), color 0.25s var(--ease);
}
.btn:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 86, 179, 0.24);
}
.btn:active { transform: translateY(0); box-shadow: none; }
.btn:focus-visible, .menu-toggle:focus-visible, a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.45);
}
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-line {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-line:hover { border-color: var(--accent); color: var(--accent); background: transparent; }
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--paper);
  cursor: pointer;
  padding: 0;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
  margin: 5px auto;
  transition: transform 0.28s var(--ease), opacity 0.2s ease;
}
body.nav-open .menu-toggle span:nth-child(1) { transform: translateY(11px) rotate(45deg); }
body.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .menu-toggle span:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }

/* Hero */
.hero {
  position: relative;
  min-height: min(86vh, 760px);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  animation: heroDrift 24s ease-out forwards;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(26,30,36,0.78) 0%, rgba(26,30,36,0.42) 48%, rgba(26,30,36,0.18) 100%),
    linear-gradient(0deg, rgba(26,30,36,0.45), transparent 42%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding: 5.5rem 0 4rem;
  max-width: 40rem;
}
.hero h1 { color: #fff; max-width: 14ch; }
.hero p { color: rgba(255,255,255,0.86); font-size: 1.12rem; max-width: 34rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.6rem; }
.hero-meta {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 2rem;
  padding: 1rem 0 1.4rem;
  border-top: 1px solid rgba(255,255,255,0.16);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.78);
}
.hero-page {
  min-height: 420px;
}
.hero-page .hero-inner { padding-top: 4.5rem; }

/* Sections */
.section { padding: 5rem 0; }
.section-tight { padding: 3.2rem 0; }
.section-dark {
  background: var(--dark);
  color: #fff;
}
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: rgba(255,255,255,0.78); }
.section-paper { background: var(--paper); }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
.section-head p { margin: 0; max-width: 32rem; }

.trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: var(--paper);
  margin-top: -2.4rem;
  position: relative;
  z-index: 2;
}
.trust-item {
  padding: 1.4rem 1.3rem;
  border-right: 1px solid var(--line);
  transition: background 0.28s ease;
}
.trust-item:hover { background: var(--accent-soft); }
.trust-item:last-child { border-right: 0; }
.trust-item .num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 0.45rem;
}
.trust-item h3 { font-size: 1rem; margin-bottom: 0.25rem; }
.trust-item p { margin: 0; font-size: 0.92rem; }

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}
.split.reverse { grid-template-columns: 0.95fr 1.05fr; }
.split.reverse .split-copy { order: 2; }

.frame {
  position: relative;
}
.frame img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.frame:hover img { transform: scale(1.03); }
.frame::before, .frame::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--accent);
  z-index: 1;
}
.frame::before { top: -6px; left: -6px; border-right: 0; border-bottom: 0; }
.frame::after { bottom: -6px; right: -6px; border-left: 0; border-top: 0; }
.frame-caption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 0.7rem;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.pillar {
  background: var(--paper);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  color: inherit;
  overflow: hidden;
  transition: border-color 0.3s var(--ease), transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.pillar:hover {
  color: inherit;
  border-color: var(--accent);
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(26, 30, 36, 0.09);
}
.pillar img {
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
  transition: transform 0.7s ease;
}
.pillar:hover img { transform: scale(1.05); }
.pillar-body { padding: 1.3rem 1.3rem 1.45rem; }
.pillar-body .num {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--accent);
  font-weight: 600;
}
.pillar h3 { margin: 0.35rem 0 0.5rem; }
.pillar p { margin: 0 0 1rem; font-size: 0.95rem; }
.more {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.more::after {
  content: "→";
  transition: transform 0.22s ease;
}
.pillar:hover .more::after, .ref-card:hover .more::after, .card:hover .more::after {
  transform: translateX(4px);
}

.audiences {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.audience {
  background: var(--paper);
  padding: 1.8rem 1.5rem;
  transition: background 0.28s ease;
}
.audience:hover { background: #f3f6fa; }
.audience h3 { margin-bottom: 0.5rem; }

.refs {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1.2rem;
}
.ref-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  color: inherit;
  min-height: 100%;
  overflow: hidden;
  transition: border-color 0.3s var(--ease), transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.ref-card:hover {
  color: inherit;
  border-color: var(--accent);
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(26, 30, 36, 0.09);
}
.ref-card img {
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.ref-card:hover img { transform: scale(1.05); }
.ref-card-body { padding: 1.15rem 1.2rem 1.3rem; }
.ref-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  font-size: 0.78rem;
  color: var(--ink-mute);
  margin: 0.4rem 0 0.7rem;
}
.ref-card.featured { grid-row: span 1; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.step {
  padding: 0 1.4rem 0 0;
  border-right: 1px solid var(--line);
  margin-right: 1.4rem;
}
.step:last-child { border: 0; margin: 0; }
.step .num {
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--accent);
  display: block;
  margin-bottom: 0.5rem;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}
.why-item {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 1.3rem 1.35rem;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.why-item:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}
.why-item h3 { font-size: 1.05rem; margin-bottom: 0.4rem; }

.region-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.map-frame {
  border: 1px solid rgba(255,255,255,0.12);
  background: var(--dark-2);
  min-height: 320px;
}
.map-frame iframe {
  width: 100%;
  height: 360px;
  border: 0;
  filter: grayscale(1) contrast(1.05);
}
.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.1rem;
}
.city-list span {
  border: 1px solid rgba(255,255,255,0.16);
  padding: 0.28rem 0.6rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.82);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.city-list span:hover {
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2.4rem 0;
}
.cta-band h2 { margin: 0 0 0.35rem; }

/* Cards / lists */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}
.card {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 1.35rem 1.4rem;
  color: inherit;
  display: block;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.card:hover {
  border-color: var(--accent);
  color: inherit;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(26, 30, 36, 0.06);
}
.card h3 { margin-bottom: 0.4rem; }
.list-check {
  list-style: none;
  display: grid;
  gap: 0.55rem;
}
.list-check li {
  padding-left: 1.2rem;
  position: relative;
  color: var(--ink-soft);
}
.list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 1.5px;
  background: var(--accent);
}

.facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
  background: var(--paper);
}
.fact {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.fact dt {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 0.2rem;
}
.fact dd { margin: 0; font-weight: 600; }

.faq details {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  transition: color 0.2s ease;
}
.faq summary:hover { color: var(--accent); }
.faq details p {
  margin: 0.7rem 0 0.2rem;
  animation: riseIn 0.28s ease;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--ink-mute);
  margin-bottom: 1.2rem;
}
.crumbs a { color: var(--ink-mute); }
.crumbs a:hover { color: var(--accent); }

.gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0.7rem;
}
.gallery a { overflow: hidden; display: block; }
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.gallery a:hover img { transform: scale(1.04); }
.gallery a:first-child { grid-row: span 2; }
.gallery a:first-child img { min-height: 420px; }

.form {
  display: grid;
  gap: 0.9rem;
  max-width: 36rem;
}
.form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
}
.form input, .form textarea, .form select {
  font: inherit;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.12);
}
.form textarea { min-height: 140px; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.form-ok {
  border: 1px solid #b7e0c2;
  background: #f1faf4;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
}
.form-err {
  border: 1px solid #efc2c2;
  background: #fdf2f2;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
}

.legal h2 { margin-top: 2rem; }
.legal p, .legal li { max-width: 46rem; }

.placeholder-banner {
  background: #fff8e8;
  border-bottom: 1px solid #e6d3a8;
  color: #6a4b12;
  font-size: 0.85rem;
  padding: 0.55rem var(--pad);
  text-align: center;
}

/* Footer */
.site-footer {
  background: var(--dark);
  color: rgba(255,255,255,0.78);
  padding: 3.2rem 0 1.4rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.site-footer h3 {
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}
.site-footer a { color: rgba(255,255,255,0.78); transition: color 0.22s ease, transform 0.22s var(--ease); }
.site-footer a:hover { color: #fff; }
.site-footer ul a { display: inline-block; }
.site-footer ul a:hover { transform: translateX(4px); }
.site-footer ul { list-style: none; display: grid; gap: 0.4rem; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.1rem;
  font-size: 0.82rem;
}

@keyframes riseIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
@keyframes heroDrift {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}
.hero-inner {
  animation: riseIn 0.85s var(--ease) both;
}
.hero-meta {
  animation: riseIn 0.9s var(--ease) 0.12s both;
}
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}
.menu-toggle {
  transition: border-color 0.2s ease, background 0.2s ease;
}
.menu-toggle:hover { border-color: var(--accent); }
.header-phone { transition: color 0.22s ease; }

@media (max-width: 980px) {
  .nav > a::after, .nav-drop > summary::after { display: none; }
  .pillar:hover, .ref-card:hover, .card:hover, .why-item:hover {
    transform: none;
    box-shadow: none;
  }
  .nav, .header-phone { display: none; }
  .menu-toggle { display: block; }
  body.nav-open .nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 0.6rem 1.25rem 1.2rem;
    max-height: calc(100vh - var(--header-h));
    overflow: auto;
    animation: riseIn 0.28s var(--ease);
  }
  .mega {
    position: static;
    min-width: 0;
    grid-template-columns: 1fr;
    box-shadow: none;
    border: 0;
    padding: 0.2rem 0 0.6rem 0.8rem;
  }
  .trust, .pillars, .audiences, .refs, .steps, .why-grid, .split, .split.reverse,
  .region-layout, .card-grid, .facts, .gallery, .footer-grid {
    grid-template-columns: 1fr;
  }
  .split.reverse .split-copy { order: 0; }
  .trust { margin-top: 0; }
  .trust-item, .step { border: 0; border-bottom: 1px solid var(--line); margin: 0; padding: 1.1rem 1.2rem; }
  .hero { min-height: 78vh; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .header-actions .btn { padding: 0.62rem 0.85rem; }
}

@media (max-width: 640px) {
  .hero-meta { flex-direction: column; gap: 0.4rem; }
  .section { padding: 3.4rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}
