:root {
  --bg: #f2f8fc;
  --bg-alt: #e9f3fb;
  --bg-panel: rgba(255, 255, 255, 0.82);
  --bg-panel-strong: rgba(255, 255, 255, 0.92);
  --white: #ffffff;
  --navy-950: #07192e;
  --navy-900: #0d2747;
  --navy-800: #17406e;
  --navy-700: #2d5d96;
  --cyan-500: #33d1ff;
  --cyan-400: #6adfff;
  --cyan-200: #d9f8ff;
  --cyan-100: #eefcff;
  --steel-100: #edf3f9;
  --steel-200: #d7e4f0;
  --text: #0d2747;
  --muted: #58718a;
  --line: rgba(13, 39, 71, 0.12);
  --line-strong: rgba(13, 39, 71, 0.22);
  --shadow-soft: 0 18px 44px rgba(13, 39, 71, 0.1);
  --shadow-panel: 0 26px 72px rgba(13, 39, 71, 0.14);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --radius-xl: 22px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --cut: 18px;
  --container: min(1240px, calc(100vw - 40px));
  --scroll-progress: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Sora", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(51, 209, 255, 0.12), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(51, 209, 255, 0.1), transparent 18%),
    linear-gradient(180deg, #f5fbff 0%, #eef6fb 48%, #f7fbfe 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background-image:
    linear-gradient(rgba(13, 39, 71, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 39, 71, 0.03) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 75%);
  animation: grid-drift 28s linear infinite;
}

body::after {
  background:
    radial-gradient(circle at 20% 18%, rgba(106, 223, 255, 0.24), transparent 18%),
    radial-gradient(circle at 80% 35%, rgba(106, 223, 255, 0.16), transparent 20%);
  filter: blur(16px);
  z-index: -3;
  animation: ambient-float 18s ease-in-out infinite alternate;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(51, 209, 255, 0.38);
  outline-offset: 4px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  padding: 18px 0;
  transition: padding 180ms ease;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: var(--container);
  height: 3px;
  background: linear-gradient(90deg, rgba(51, 209, 255, 0), rgba(51, 209, 255, 0.95), rgba(13, 39, 71, 0.86));
  box-shadow: 0 0 18px rgba(51, 209, 255, 0.32);
  transform: translateX(-50%) scaleX(var(--scroll-progress));
  transform-origin: left center;
  border-radius: 999px;
  pointer-events: none;
}

.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  border: 1px solid rgba(13, 39, 71, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 251, 255, 0.88));
  box-shadow: 0 14px 40px rgba(13, 39, 71, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 28px;
}

.nav-shell::before,
.nav-shell::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(51, 209, 255, 0.6), transparent);
  pointer-events: none;
}

.nav-shell::before {
  left: 22px;
  right: 22px;
  top: 0;
  height: 1px;
}

.nav-shell::after {
  left: auto;
  top: 18px;
  bottom: 18px;
  right: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(51, 209, 255, 0.55), transparent);
}

.site-header.is-scrolled {
  padding: 12px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.brand img {
  width: 286px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(51, 209, 255, 0.18));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(13, 39, 71, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 245, 252, 0.92));
  box-shadow: 0 10px 20px rgba(13, 39, 71, 0.05);
  color: rgba(13, 39, 71, 0.82);
  font-family: "Oxanium", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    color 160ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
  border-radius: 18px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--navy-950);
  transform: translateY(-2px);
  border-color: rgba(51, 209, 255, 0.26);
  box-shadow: 0 14px 28px rgba(13, 39, 71, 0.08);
}

.site-nav a[aria-current] {
  color: var(--navy-950);
  border-color: rgba(51, 209, 255, 0.26);
  background:
    linear-gradient(135deg, rgba(214, 250, 255, 0.98), rgba(51, 209, 255, 0.9));
  box-shadow: 0 14px 28px rgba(51, 209, 255, 0.18);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(13, 39, 71, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 246, 252, 0.94));
  box-shadow: 0 12px 24px rgba(13, 39, 71, 0.08);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  border-radius: 16px;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--navy-900);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(13, 39, 71, 0.1);
  color: var(--navy-950);
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  opacity: 0.55;
  pointer-events: none;
  border-radius: inherit;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -28%;
  width: 34%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0));
  transform: translateX(-180%) skewX(-20deg);
  opacity: 0.9;
  pointer-events: none;
}

.button:hover::after,
.button:focus-visible::after {
  animation: sheen-sweep 760ms var(--ease-out) both;
}

.button-small {
  min-height: 44px;
  padding: 0 18px;
  font-size: 0.86rem;
}

.button-primary {
  background:
    linear-gradient(135deg, rgba(214, 250, 255, 0.98), rgba(51, 209, 255, 0.9));
  box-shadow: 0 14px 28px rgba(51, 209, 255, 0.2);
}

.button-secondary,
.button-ghost {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 245, 252, 0.92));
  box-shadow: 0 10px 20px rgba(13, 39, 71, 0.05);
}

.remote-page .hero,
.content-page .hero {
  min-height: auto;
  padding: 152px 0 82px;
}

.remote-page .hero-grid,
.content-page .hero-grid {
  align-items: start;
}

.remote-page .hero-copy h1,
.content-page .hero-copy h1 {
  max-width: 11.8ch;
}

.remote-support-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.12)),
    linear-gradient(135deg, rgba(13, 39, 71, 0.1), rgba(51, 209, 255, 0.12));
}

.remote-support-panel::before {
  background:
    radial-gradient(circle at top right, rgba(51, 209, 255, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(244, 251, 255, 0.92), rgba(13, 39, 71, 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(13, 39, 71, 0.18));
}

.remote-panel-grid .glass-card {
  min-height: 0;
}

.hero {
  position: relative;
  overflow: clip;
  min-height: clamp(780px, 100svh, 980px);
  padding: 140px 0 84px;
  --hero-pointer-x: 72%;
  --hero-pointer-y: 24%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #f6fbff 0%, #edf7fd 52%, #f2fbff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(13, 39, 71, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 39, 71, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 78%);
  animation: grid-drift 24s linear infinite reverse;
}

.hero::after {
  content: "";
  position: absolute;
  top: 120px;
  left: -140px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(51, 209, 255, 0.24), transparent 62%);
  filter: blur(12px);
  animation: ambient-float 14s ease-in-out infinite;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--hero-pointer-x) var(--hero-pointer-y), rgba(255, 255, 255, 0.55), transparent 18%),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.38) 48%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 24%);
  pointer-events: none;
}

.hero-overlay::before,
.hero-overlay::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-overlay::before {
  top: 90px;
  right: min(10vw, 120px);
  width: 300px;
  height: 300px;
  border: 1px solid rgba(51, 209, 255, 0.24);
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(51, 209, 255, 0.08),
    0 0 0 54px rgba(51, 209, 255, 0.04);
  opacity: 0.72;
  animation: pulse-ring 13s ease-in-out infinite;
}

.hero-overlay::after {
  top: 18%;
  right: 16%;
  width: 360px;
  height: 1px;
  background: linear-gradient(90deg, rgba(51, 209, 255, 0), rgba(51, 209, 255, 0.95), rgba(51, 209, 255, 0));
  filter: drop-shadow(0 0 10px rgba(51, 209, 255, 0.42));
  transform: rotate(-18deg);
  animation: hero-scan 11s linear infinite;
}

.hero-grid,
.hero-band,
.story-grid,
.showcase-grid,
.cta-shell,
.faq-grid,
.footer-shell {
  position: relative;
  z-index: 1;
}

.hero-copy,
.hero-panel,
.story-copy,
.visual-stack,
.impact-copy,
.impact-image,
.cta-copy,
.contact-panel,
.gallery-copy {
  min-width: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 40px;
  align-items: center;
}

.hero-copy h1,
.section-heading h2,
.story-copy h2,
.impact-copy h2,
.cta-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero-copy h1 {
  max-width: 10.8ch;
  color: var(--navy-950);
  font-size: clamp(2.9rem, 6vw, 5.15rem);
  line-height: 0.92;
}

.hero-copy h1 span {
  display: block;
}

.hero-copy .lead {
  max-width: 54ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(51, 209, 255, 0.22);
  background: rgba(255, 255, 255, 0.62);
  color: var(--navy-700);
  font-family: "Oxanium", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 999px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumbs a {
  color: var(--navy-700);
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--navy-950);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 26px;
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  padding: 12px 16px;
  border: 1px solid rgba(13, 39, 71, 0.1);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(13, 39, 71, 0.06);
  color: var(--navy-900);
  font-size: 0.94rem;
  border-radius: 16px;
}

.hero-panel {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(13, 39, 71, 0.08);
  background:
    radial-gradient(circle at top right, rgba(51, 209, 255, 0.2), transparent 34%),
    radial-gradient(circle at bottom left, rgba(13, 39, 71, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 247, 255, 0.84));
  box-shadow: var(--shadow-panel);
  border-radius: 34px;
  isolation: isolate;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(244, 251, 255, 0.72), rgba(13, 39, 71, 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(13, 39, 71, 0.2));
  pointer-events: none;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  pointer-events: none;
  border-radius: 24px;
  animation: frame-breathe 9s ease-in-out infinite;
}

.glass-card,
.panel-lead,
.panel-grid {
  position: relative;
  z-index: 1;
}

.glass-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 34px rgba(13, 39, 71, 0.12);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  min-width: 0;
}

.panel-lead {
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(51, 209, 255, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.92);
}

.mini-tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(51, 209, 255, 0.2);
  background: rgba(217, 248, 255, 0.88);
  color: var(--navy-700);
  font-family: "Oxanium", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
}

.panel-lead h2 {
  margin: 0 0 12px;
  color: var(--navy-950);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.panel-lead p,
.glass-card p {
  margin: 0;
  color: rgba(13, 39, 71, 0.8);
  overflow-wrap: anywhere;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.panel-grid h3 {
  margin: 0 0 8px;
  color: var(--navy-950);
  font-family: "Sora", sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.hero-band {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  margin-top: 36px;
}

.hero-band.is-animated {
  display: flex;
  gap: 0;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(13, 39, 71, 0.08);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 42px rgba(13, 39, 71, 0.08);
  border-radius: 24px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.hero-band-track {
  display: flex;
  gap: 10px;
  min-width: max-content;
  padding-right: 10px;
  animation: marquee 26s linear infinite;
}

.hero-band:hover .hero-band-track,
.hero-band:focus-within .hero-band-track {
  animation-play-state: paused;
}

.hero-band-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 12px;
  border: 1px solid rgba(13, 39, 71, 0.08);
  background: rgba(255, 255, 255, 0.84);
  color: rgba(13, 39, 71, 0.76);
  font-family: "Oxanium", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 18px;
}

.tech-pill {
  gap: 12px;
  justify-content: flex-start;
  min-height: 64px;
  padding: 12px 16px;
  font-family: "Sora", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: left;
  text-transform: none;
  border-radius: 20px;
}

.tech-pill-icon,
.tech-grid-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(13, 39, 71, 0.08);
  background: linear-gradient(
    180deg,
    var(--tech-plate, rgba(239, 251, 255, 0.98)),
    rgba(255, 255, 255, 0.94)
  );
  color: var(--tech-stroke, var(--navy-800));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.tech-pill-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.tech-grid-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

.tech-pill-icon svg,
.tech-grid-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tech-pill-label,
.tech-grid-label {
  display: block;
  line-height: 1.25;
}

.hero-band.is-animated .hero-band-item {
  flex: 0 0 auto;
  min-width: 188px;
}

.hero-band-item:nth-child(4n + 1),
.trust-logo-card:nth-child(4n + 1) {
  --tech-plate: rgba(235, 249, 255, 0.96);
  --tech-stroke: #176c95;
}

.hero-band-item:nth-child(4n + 2),
.trust-logo-card:nth-child(4n + 2) {
  --tech-plate: rgba(239, 244, 251, 0.96);
  --tech-stroke: #31527d;
}

.hero-band-item:nth-child(4n + 3),
.trust-logo-card:nth-child(4n + 3) {
  --tech-plate: rgba(235, 250, 248, 0.96);
  --tech-stroke: #1c7a79;
}

.hero-band-item:nth-child(4n + 4),
.trust-logo-card:nth-child(4n + 4) {
  --tech-plate: rgba(241, 246, 255, 0.96);
  --tech-stroke: #365a9f;
}

.section {
  position: relative;
  padding: 96px 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.section-light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(246, 251, 255, 0.94));
}

.section-light::before {
  background: linear-gradient(90deg, rgba(13, 39, 71, 0.02) 1px, transparent 1px);
  background-size: 88px 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 88%);
}

.section-sand {
  background:
    radial-gradient(circle at 10% 0%, rgba(51, 209, 255, 0.08), transparent 18%),
    linear-gradient(180deg, #eff7fb 0%, #edf4f8 100%);
}

.section-gallery {
  background:
    radial-gradient(circle at 88% 0%, rgba(51, 209, 255, 0.1), transparent 18%),
    linear-gradient(180deg, #f7fbff 0%, #eef6fb 100%);
}

.section-dark {
  background:
    radial-gradient(circle at 88% 12%, rgba(51, 209, 255, 0.1), transparent 24%),
    linear-gradient(180deg, #f2f8fd 0%, #ebf4fb 100%);
}

.section-heading,
.story-grid,
.showcase-grid,
.faq-grid,
.cta-shell {
  position: relative;
  z-index: 1;
}

.section-heading {
  max-width: 780px;
}

.section-heading h2,
.story-copy h2,
.impact-copy h2,
.cta-copy h2 {
  color: var(--navy-950);
  font-size: clamp(2rem, 4.2vw, 3.45rem);
  line-height: 0.98;
}

.section-heading p,
.story-copy p,
.impact-copy p,
.step-card p,
.scenario-card p,
.faq-list p,
.cta-copy p {
  margin: 0;
  color: var(--muted);
}

.section-heading p {
  margin-top: 16px;
  max-width: 62ch;
}

.services-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.service-card,
.step-card,
.scenario-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 39, 71, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 246, 252, 0.9));
  padding: 30px;
  box-shadow: var(--shadow-soft);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  border-radius: 26px;
}

.service-card,
.scenario-card {
  display: grid;
  align-content: start;
  min-height: 236px;
}

.service-card::before,
.step-card::before,
.scenario-card::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(51, 209, 255, 0), rgba(51, 209, 255, 0.7), rgba(51, 209, 255, 0));
  background-size: 180% 100%;
  animation: line-scan 7s linear infinite;
}

.service-card::after,
.step-card::after,
.scenario-card::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 74px;
  height: 74px;
  background: radial-gradient(circle, rgba(51, 209, 255, 0.18), rgba(51, 209, 255, 0));
  border-radius: 50%;
  animation: beacon-pulse 6s ease-in-out infinite;
}

.service-card:hover,
.step-card:hover,
.scenario-card:hover {
  transform: translateY(-8px);
  border-color: rgba(51, 209, 255, 0.3);
  box-shadow: 0 24px 60px rgba(13, 39, 71, 0.14);
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border: 1px solid rgba(51, 209, 255, 0.2);
  background:
    radial-gradient(circle at top right, rgba(51, 209, 255, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(229, 243, 252, 0.96));
  color: var(--navy-800);
  box-shadow: 0 14px 30px rgba(13, 39, 71, 0.08);
  border-radius: 18px;
}

.card-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3,
.step-card h3,
.scenario-card h3 {
  margin: 0 0 12px;
  color: var(--navy-950);
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.service-card-cta {
  width: max-content;
  margin-top: 18px;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 40px;
  align-items: center;
}

.gallery-shell {
  position: relative;
  z-index: 1;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.gallery-card,
.gallery-copy {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 39, 71, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.gallery-card {
  min-height: 280px;
  transition:
    transform 260ms var(--ease-out),
    box-shadow 260ms var(--ease-out);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(0.92) contrast(1.05) brightness(0.95);
  transition:
    transform 1200ms var(--ease-out),
    filter 1200ms var(--ease-out);
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 38%, rgba(8, 24, 46, 0.62) 100%),
    linear-gradient(90deg, rgba(51, 209, 255, 0.08), transparent);
}

.gallery-card figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: var(--white);
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 62px rgba(13, 39, 71, 0.16);
}

.gallery-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.06);
}

.gallery-card-tall {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 640px;
}

.gallery-card-wide {
  grid-column: span 8;
  min-height: 300px;
}

.gallery-card-side {
  grid-column: span 4;
  min-height: 320px;
}

.gallery-card-strip {
  grid-column: 1 / -1;
  min-height: 290px;
}

.gallery-copy {
  grid-column: span 4;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(51, 209, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 246, 252, 0.9));
}

.gallery-copy h3 {
  margin: 0;
  color: var(--navy-950);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.gallery-copy p {
  margin: 0;
  color: var(--muted);
}

.gallery-points {
  display: grid;
  gap: 10px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.gallery-points li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  line-height: 1.5;
}

.gallery-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan-500);
  box-shadow: 0 0 10px rgba(51, 209, 255, 0.35);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--text);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 15px;
  height: 2px;
  background: var(--cyan-500);
  box-shadow: 0 0 14px rgba(51, 209, 255, 0.35);
}

.visual-stack {
  display: grid;
  grid-template-columns: 1.12fr 0.8fr;
  gap: 20px;
}

.visual-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 39, 71, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-panel);
  border-radius: 30px;
}

.visual-card img,
.impact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(0.92) contrast(1.05) brightness(0.95);
  transition:
    transform 1200ms var(--ease-out),
    filter 1200ms var(--ease-out);
}

.visual-large {
  min-height: 540px;
}

.visual-small {
  min-height: 290px;
}

.visual-card::after,
.impact-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(7, 25, 46, 0.6)),
    linear-gradient(90deg, rgba(51, 209, 255, 0.08), transparent);
}

.visual-card figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  color: var(--white);
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.visual-card:hover img,
.impact-image:hover img {
  transform: scale(1.07);
  filter: saturate(1.04);
}

.visual-side {
  display: grid;
  gap: 20px;
}

.inline-stat {
  position: relative;
  display: grid;
  gap: 6px;
  align-content: center;
  min-height: 220px;
  padding: 30px;
  border: 1px solid rgba(13, 39, 71, 0.1);
  background:
    radial-gradient(circle at top right, rgba(51, 209, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(234, 245, 252, 0.92));
  box-shadow: var(--shadow-soft);
  border-radius: 28px;
}

.inline-stat strong {
  color: var(--navy-950);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.inline-stat span {
  color: var(--muted);
}

.timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.section-trust {
  overflow: clip;
}

.trust-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.trust-card {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: 28px;
  border: 1px solid rgba(13, 39, 71, 0.1);
  background:
    radial-gradient(circle at top right, rgba(51, 209, 255, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 246, 252, 0.9));
  box-shadow: var(--shadow-soft);
  border-radius: 28px;
}

.trust-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(51, 209, 255, 0.92), rgba(13, 39, 71, 0.92));
}

.trust-value {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(51, 209, 255, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy-800);
  font-family: "Oxanium", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
}

.trust-card h3 {
  margin: 0 0 12px;
  color: var(--navy-950);
  font-family: "Sora", sans-serif;
  font-size: 1.28rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
}

.trust-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.trust-logo-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 92px;
  padding: 16px 18px;
  border: 1px solid rgba(13, 39, 71, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 22px rgba(13, 39, 71, 0.05);
  border-radius: 16px;
}

.tech-grid-label {
  color: var(--navy-900);
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
}

.showcase-grid {
  display: grid;
  gap: 24px;
}

.impact-panel {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  align-items: stretch;
}

.impact-copy,
.contact-panel,
.faq-item {
  border: 1px solid rgba(13, 39, 71, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  border-radius: 28px;
}

.impact-copy {
  padding: 36px;
  background:
    radial-gradient(circle at top right, rgba(51, 209, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 246, 252, 0.9));
}

.impact-copy p {
  margin-top: 16px;
}

.impact-image {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  box-shadow: var(--shadow-soft);
  border-radius: 30px;
  transition: box-shadow 260ms var(--ease-out);
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
}

.faq-side {
  display: grid;
  gap: 20px;
}

.section-heading.left p {
  color: var(--muted);
}

.faq-visual-card {
  overflow: hidden;
  margin: 10px 0 0;
  border: 1px solid rgba(13, 39, 71, 0.1);
  background:
    radial-gradient(circle at top right, rgba(51, 209, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(234, 245, 252, 0.9));
  box-shadow: var(--shadow-soft);
  border-radius: 28px;
}

.faq-visual-media {
  min-height: 320px;
  padding: 0;
  background: linear-gradient(180deg, rgba(240, 247, 252, 0.94), rgba(232, 242, 249, 0.9));
}

.faq-visual-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05) brightness(0.95);
}

.faq-visual-card figcaption {
  padding: 0 26px 24px;
  color: var(--navy-900);
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 24px 24px 22px;
}

.faq-item h3 {
  margin: 0;
  color: var(--navy-950);
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.faq-list p {
  margin-top: 12px;
}

.cta-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #f0f8fd 0%, #e9f4fb 54%, #eef9ff 100%);
}

.cta-shell {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: stretch;
}

.cta-copy {
  padding: 8px 0;
}

.cta-copy p {
  margin-top: 16px;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  margin-top: 36px;
  align-items: start;
}

.contact-panel {
  display: grid;
  gap: 14px;
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(51, 209, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 252, 0.94));
}

.contact-form-card,
.contact-panel {
  border: 1px solid rgba(13, 39, 71, 0.1);
  box-shadow: var(--shadow-soft);
  border-radius: 28px;
}

.contact-form-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(51, 209, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 252, 0.94));
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field span {
  color: var(--navy-900);
  font-family: "Oxanium", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(13, 39, 71, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  padding: 16px 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.form-field textarea {
  resize: vertical;
  min-height: 156px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(51, 209, 255, 0.42);
  box-shadow:
    0 0 0 4px rgba(51, 209, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  outline: none;
  background: rgba(255, 255, 255, 0.98);
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-honeypot {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-confirmation {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(13, 39, 71, 0.1);
  background: rgba(255, 255, 255, 0.84);
  border-radius: 18px;
}

.form-confirmation input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #33d1ff;
}

.form-confirmation span {
  color: var(--text);
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.5;
}

.form-hcaptcha {
  display: flex;
  justify-content: flex-start;
  padding: 4px 0 2px;
}

.form-hcaptcha .h-captcha {
  max-width: 100%;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.form-note,
.form-status {
  margin: 0;
  color: var(--muted);
}

.form-status {
  min-height: 1.5em;
  font-size: 0.95rem;
}

.contact-highlight {
  padding: 8px 2px 10px;
}

.contact-highlight h3 {
  margin: 0 0 10px;
  color: var(--navy-950);
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.contact-highlight p {
  margin: 0;
  color: var(--muted);
}

.contact-link {
  display: grid;
  gap: 4px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(13, 39, 71, 0.08);
  background: rgba(255, 255, 255, 0.86);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
  border-radius: 18px;
}

.contact-link:hover,
.contact-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(51, 209, 255, 0.3);
  background: rgba(255, 255, 255, 0.98);
}

.contact-link span {
  color: var(--muted);
  font-family: "Oxanium", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-link strong {
  color: var(--navy-950);
  font-size: 1.16rem;
  overflow-wrap: anywhere;
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(11, 31, 57, 0.98), rgba(18, 47, 80, 0.96));
  color: rgba(255, 255, 255, 0.76);
  padding: 26px 0 40px;
}

.footer-shell {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Oxanium", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-links a[aria-current] {
  color: var(--white);
}

.footer-brand span {
  color: var(--white);
}

.footer-brand img {
  width: 294px;
  filter: drop-shadow(0 0 18px rgba(51, 209, 255, 0.16));
}

.footer-shell p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

[data-reveal] {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 24px, 0) scale(0.985);
  transition:
    opacity 720ms var(--ease-out),
    transform 720ms var(--ease-out),
    filter 720ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.motion-surface {
  transform:
    perspective(1200px)
    rotateX(var(--tilt-rotate-x, 0deg))
    rotateY(var(--tilt-rotate-y, 0deg))
    translate3d(0, var(--tilt-shift, 0px), 0);
  transform-style: preserve-3d;
  will-change: transform, box-shadow;
  transition:
    transform 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out),
    border-color 220ms ease;
}

.motion-surface:hover {
  box-shadow: 0 30px 72px rgba(13, 39, 71, 0.16);
}

@keyframes grid-drift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-18px, -12px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ambient-float {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(24px, -20px, 0) scale(1.06);
  }

  100% {
    transform: translate3d(-18px, 18px, 0) scale(0.98);
  }
}

@keyframes pulse-ring {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.45;
  }

  50% {
    transform: scale(1.06);
    opacity: 0.82;
  }
}

@keyframes hero-scan {
  0% {
    transform: translate3d(-120px, -40px, 0) rotate(-18deg);
    opacity: 0;
  }

  18%,
  82% {
    opacity: 0.92;
  }

  100% {
    transform: translate3d(120px, 48px, 0) rotate(-18deg);
    opacity: 0;
  }
}

@keyframes frame-breathe {
  0%,
  100% {
    opacity: 0.42;
    box-shadow: inset 0 0 0 rgba(51, 209, 255, 0);
  }

  50% {
    opacity: 0.88;
    box-shadow: inset 0 0 34px rgba(51, 209, 255, 0.08);
  }
}

@keyframes line-scan {
  0% {
    background-position: 160% 0;
  }

  100% {
    background-position: -40% 0;
  }
}

@keyframes beacon-pulse {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.16);
    opacity: 0.95;
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes sheen-sweep {
  0% {
    transform: translateX(-180%) skewX(-20deg);
  }

  100% {
    transform: translateX(360%) skewX(-20deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body::before,
  body::after,
  .hero::before,
  .hero::after,
  .hero-overlay::before,
  .hero-overlay::after,
  .hero-panel::after,
  .button::after,
  .panel-lead,
  .panel-grid .glass-card,
  .service-card::before,
  .step-card::before,
  .scenario-card::before,
  .service-card::after,
  .step-card::after,
  .scenario-card::after,
  .hero-band-track {
    animation: none !important;
  }

  [data-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .motion-surface {
    transform: none !important;
    transition: box-shadow 180ms ease;
  }
}

@media (max-width: 1180px) {
  .hero-grid,
  .story-grid,
  .impact-panel,
  .faq-grid,
  .cta-shell,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .gallery-card-tall,
  .gallery-card-wide,
  .gallery-card-side,
  .gallery-card-strip,
  .gallery-copy {
    grid-column: span 12;
    min-height: 300px;
  }

  .gallery-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .services-grid,
  .trust-grid,
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-band {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .visual-large {
    min-height: 460px;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 14px 0;
  }

  .nav-shell {
    gap: 14px;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border: 1px solid rgba(13, 39, 71, 0.08);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow-panel);
    border-radius: 22px;
  }

  .site-nav a {
    width: 100%;
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-shell > .button-ghost {
    display: none;
  }

  .remote-page .hero,
  .content-page .hero {
    padding-top: 136px;
  }

  .hero {
    padding-top: 126px;
  }

  .hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.7rem, 10vw, 4.2rem);
  }

  .hero-grid,
  .hero-panel,
  .services-grid,
  .trust-grid,
  .scenario-grid,
  .timeline,
  .visual-stack,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card-tall,
  .gallery-card-wide,
  .gallery-card-side,
  .gallery-card-strip,
  .gallery-copy {
    grid-column: auto;
  }

  .hero-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-band.is-animated .hero-band-item {
    min-width: 168px;
  }

  .footer-shell {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .section,
  .cta-section {
    padding: 76px 0;
  }

  .hero {
    min-height: auto;
    padding-bottom: 42px;
  }

  .remote-page .hero,
  .content-page .hero {
    padding: 124px 0 68px;
  }

  .hero::after {
    top: 140px;
    left: -120px;
    width: 260px;
    height: 260px;
    opacity: 0.7;
  }

  .hero-overlay::before {
    top: 126px;
    right: -48px;
    width: 190px;
    height: 190px;
    opacity: 0.42;
  }

  .hero-overlay::after {
    right: -30px;
    width: 220px;
    opacity: 0.48;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.85rem);
    line-height: 1;
    letter-spacing: -0.05em;
  }

  .hero-copy .lead {
    max-width: 30ch;
    font-size: 1rem;
  }

  .panel-lead h2 {
    font-size: clamp(1.45rem, 7vw, 1.95rem);
  }

  .panel-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .panel-lead,
  .panel-grid,
  .panel-grid .glass-card {
    width: 100%;
    max-width: 100%;
  }

  .hero-actions,
  .proof-list,
  .hero-band {
    gap: 10px;
  }

  .proof-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .proof-list li,
  .button,
  .button-small {
    width: 100%;
  }

  .hero-band.is-animated .hero-band-item {
    min-width: 154px;
  }

  .service-card,
  .step-card,
  .scenario-card,
  .impact-copy,
  .glass-card,
  .faq-item,
  .contact-panel,
  .gallery-copy {
    padding: 22px;
  }

  .impact-image {
    min-height: 280px;
  }

  .faq-visual-media {
    min-height: 240px;
  }

  .faq-visual-card figcaption {
    padding: 0 22px 22px;
  }

  .gallery-card,
  .gallery-card-tall,
  .gallery-card-wide,
  .gallery-card-side,
  .gallery-card-strip {
    min-height: 240px;
  }

  .brand img {
    width: 208px;
    height: auto;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
