:root {
  --blue: #0A3DFF;
  --navy: #001F60;
  --teal: #00B4D8;
  --green: #00C980;
  --black: #0A0A0A;
  --white: #F6F7F9;
  --muted: rgba(246, 247, 249, .72);
  --muted-soft: rgba(246, 247, 249, .56);
  --line: rgba(246, 247, 249, .12);
  --surface: rgba(7, 14, 25, .78);
  --max: 1280px;
  --radius: 24px;
}

@keyframes heroCoverFloat {
  0% { transform: scale(1.018) translate3d(0, 0, 0); }
  50% { transform: scale(1.035) translate3d(-10px, -8px, 0); }
  100% { transform: scale(1.024) translate3d(8px, 6px, 0); }
}

@keyframes heroAuraFloat {
  0% { transform: translate3d(-2%, -1%, 0) scale(1); opacity: .34; }
  50% { transform: translate3d(3%, 2%, 0) scale(1.06); opacity: .50; }
  100% { transform: translate3d(0, -2%, 0) scale(1.02); opacity: .40; }
}

@keyframes logoBreath {
  0%, 100% { filter: drop-shadow(0 0 18px rgba(0,201,128,.12)); }
  50% { filter: drop-shadow(0 0 28px rgba(10,61,255,.18)); }
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; background: #000; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  color: var(--white);
  font-family: "Manrope", "Inter", "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at 70% 10%, rgba(10, 61, 255, .16), transparent 28%),
    radial-gradient(circle at 88% 56%, rgba(0, 201, 128, .10), transparent 30%),
    linear-gradient(180deg, #000 0%, #03070d 58%, #000 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background-image: radial-gradient(rgba(20,155,255,.34) 1px, transparent 1px);
  background-size: 18px 18px;
  background-position: right 90px top 110px;
  mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.brand-copy small,
.eyebrow,
.kicker,
.hero-slogan,
.footer-brand small {
  text-transform: none !important;
  letter-spacing: 0.01em !important;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--white);
  color: #000;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.section-shell {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.section-block { padding-top: clamp(72px, 9vw, 120px); }
[id] { scroll-margin-top: 118px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0,0,0,.68);
  border-bottom: 1px solid rgba(246,247,249,.06);
  backdrop-filter: blur(18px);
  transition: background .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled {
  background: rgba(0,0,0,.90);
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
}
.header-inner {
  width: min(100%, var(--max));
  min-height: 84px;
  margin: 0 auto;
  padding: 10px clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  gap: 24px;
}
.brand-lockup {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
}
.brand-lockup::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 76px;
  height: 76px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(0,201,128,.42), rgba(10,61,255,.20) 48%, transparent 72%);
  filter: blur(8px);
  opacity: .52;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.brand-lockup:hover::before, .brand-lockup:focus-visible::before {
  opacity: .78;
  transform: translateY(-50%) scale(1.04);
}
.brand-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  box-shadow: 0 0 0 1px rgba(0,201,128,.20), 0 0 24px rgba(0,201,128,.18), 0 0 34px rgba(10,61,255,.10);
}
.brand-copy { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 3px; }
.brand-copy strong { color: #fff; font-family: "Sora", sans-serif; font-size: clamp(24px, 1.8vw, 28px); line-height: 1; font-weight: 600; letter-spacing: -.03em; white-space: nowrap; }
.brand-copy small { color: rgba(246,247,249,.72); font-family: "Sora", sans-serif; font-size: 12px; line-height: 1.2; letter-spacing: 0.01em; }
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
  color: rgba(246,247,249,.78);
  font-size: 15px;
  font-weight: 600;
}
.nav a { position: relative; padding: 12px 0; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  transition: right .2s ease;
}
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 13px;
  border: 1px solid rgba(246,247,249,.12);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.header-cta {
  border-color: rgba(0,201,128,.48);
  background: rgba(0,201,128,.05);
  white-space: nowrap;
}

@media (min-width: 1021px) {
  .brand-lockup { grid-column: 1; justify-self: start; }
  .nav { grid-column: 2; justify-self: center; }
}
.header-cta:hover, .button:hover, .header-cta:focus-visible, .button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(246,247,249,.42);
  box-shadow: 0 16px 44px rgba(0,201,128,.12), inset 0 0 0 1px rgba(10,61,255,.32);
  outline: none;
}
.nav-toggle { display: none; }

.hero { padding-top: 8px; }
.hero-frame {
  position: relative;
  isolation: isolate;
  min-height: clamp(440px, calc(100svh - 210px), 560px);
  overflow: hidden;
  border: 1px solid rgba(246,247,249,.12);
  border-radius: 30px;
  background: #020509;
  box-shadow: 0 38px 120px rgba(0,0,0,.62), 0 0 58px rgba(10,61,255,.12);
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.hero-frame:hover, .hero-frame:focus-within {
  border-color: rgba(0,201,128,.26);
  box-shadow: 0 42px 128px rgba(0,0,0,.66), 0 0 82px rgba(10,61,255,.18), 0 0 56px rgba(0,201,128,.10);
}
.hero-frame::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 18%, rgba(0,201,128,.20), transparent 30%),
    radial-gradient(circle at 82% 64%, rgba(10,61,255,.18), transparent 34%);
  mix-blend-mode: screen;
  animation: heroAuraFloat 18s ease-in-out infinite alternate;
}
.hero-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: 62% 46%;
  animation: heroCoverFloat 22s ease-in-out infinite alternate;
  transition: transform .55s ease, filter .55s ease;
}
.hero-frame:hover .hero-art, .hero-frame:focus-within .hero-art {
  transform: scale(1.045) translate3d(-10px, -8px, 0);
  filter: saturate(1.08) contrast(1.04);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.86) 42%, rgba(0,0,0,.25) 72%, rgba(0,0,0,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.40));
}
.hero-content {
  position: relative;
  z-index: 3;
  width: min(720px, 64%);
  padding: clamp(36px, 4.2vw, 56px);
}
.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid rgba(0,201,128,.48);
  border-radius: 999px;
  color: #78f5d7;
  background: rgba(0,201,128,.05);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.hero h1 {
  margin: 18px 0 16px;
  font-family: "Sora", sans-serif;
  font-size: clamp(42px, 4.7vw, 66px);
  line-height: 1.03;
  letter-spacing: -.055em;
  font-weight: 600;
}
.hero h1 span {
  background: linear-gradient(90deg, #fff 0%, #43b5ff 48%, var(--green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead {
  max-width: 650px;
  margin: 0;
  color: rgba(246,247,249,.76);
  font-size: clamp(16.5px, 1.18vw, 19px);
  line-height: 1.58;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.button { min-width: 190px; background: rgba(0,0,0,.34); }
.button.primary {
  border: 0;
  background: linear-gradient(100deg, var(--blue), var(--teal) 54%, var(--green));
  box-shadow: 0 18px 44px rgba(10,61,255,.22), 0 10px 30px rgba(0,201,128,.12);
}
.button.secondary { border-color: rgba(0,201,128,.42); }
.hero-slogan {
  margin: 22px 0 0;
  color: rgba(246,247,249,.50);
  font-family: "Sora", sans-serif;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.section-heading { max-width: 760px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .kicker { margin-inline: auto; }
.section-heading h2, .solution-copy h2, .about-block h2, .contact-section h2 {
  margin: 20px 0 16px;
  font-family: "Sora", sans-serif;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 600;
}
.section-heading > p:last-child, .solution-copy > p, .about-block > p, .contact-section > div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}
.problem-grid, .value-grid, .modules-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}
.problem-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.value-grid {
  grid-template-columns: repeat(3, minmax(260px, 320px));
  justify-content: center;
  width: 100%;
  margin-inline: auto;
}
.modules-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.glass-card, .value-card, .step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(10,61,255,.07), rgba(0,201,128,.035)),
    var(--surface);
  box-shadow: 0 22px 58px rgba(0,0,0,.30), inset 0 0 0 1px rgba(0,201,128,.025);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.glass-card::before, .value-card::before, .step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(0,201,128,.16), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 34%);
  transition: opacity .22s ease;
}
.glass-card:hover, .value-card:hover, .step-card:hover,
.glass-card:focus-within, .value-card:focus-within, .step-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(0,201,128,.28);
  box-shadow: 0 28px 76px rgba(0,0,0,.38), 0 0 34px rgba(10,61,255,.11), inset 0 0 0 1px rgba(0,201,128,.06);
}
.glass-card:hover::before, .value-card:hover::before, .step-card:hover::before,
.glass-card:focus-within::before, .value-card:focus-within::before, .step-card:focus-within::before {
  opacity: 1;
}
.glass-card { min-height: 260px; padding: 30px 28px; }
.card-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #7cefd6;
  border: 1px solid rgba(0,201,128,.36);
  background: rgba(0,201,128,.055);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}
.glass-card:hover .card-number, .glass-card:focus-within .card-number {
  transform: translateY(-1px);
  border-color: rgba(0,201,128,.62);
  background: rgba(0,201,128,.09);
  box-shadow: 0 0 22px rgba(0,201,128,.10);
}
.glass-card h3, .value-card h3, .step-card h3 {
  position: relative;
  z-index: 1;
  margin: 24px 0 12px;
  font-family: "Sora", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
}
.glass-card p, .value-card p, .step-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted-soft);
  line-height: 1.66;
}

.solution-block {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, .55fr);
  align-items: center;
  gap: 42px;
}
.solution-copy {
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 4% 6%, rgba(10,61,255,.22), transparent 34%),
    radial-gradient(circle at 96% 96%, rgba(0,201,128,.13), transparent 34%),
    rgba(4,9,16,.82);
}
.supporting-line {
  margin-top: 22px !important;
  color: rgba(115,248,215,.82) !important;
  font-family: "Sora", sans-serif;
  font-size: 14px !important;
  letter-spacing: .04em;
}
.solution-mark {
  display: flex;
  justify-content: center;
  padding: 24px;
}
.solution-mark img {
  width: min(100%, 320px);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(10,61,255,.16), 0 0 96px rgba(0,201,128,.18), 0 0 0 1px rgba(0,201,128,.12);
}
.steps-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 44px 0 0;
}
.step-card { min-height: 270px; padding: 28px 24px; }
.step-card > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green));
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.value-card { padding: 30px 28px; min-height: 260px; }
.value-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, rgba(10,61,255,.75), rgba(0,201,128,.68));
  box-shadow: 0 14px 36px rgba(10,61,255,.18);
  font-family: "Sora", sans-serif;
  font-size: 26px;
  transition: transform .22s ease, box-shadow .22s ease;
}
.value-card:hover .value-icon, .value-card:focus-within .value-icon {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 18px 42px rgba(10,61,255,.22), 0 0 26px rgba(0,201,128,.12);
}

.about-block {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(48px, 6vw, 88px);
  padding-bottom: clamp(72px, 9vw, 120px);
}
.about-block > div {
  align-self: center;
}
.about-block > p {
  max-width: 640px;
  justify-self: center;
  align-self: center;
}
.about-block h2 { margin-bottom: 0; }

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  margin-bottom: 54px;
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(34px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 0, rgba(10,61,255,.19), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(0,201,128,.11), transparent 36%),
    rgba(4,9,16,.82);
}
.contact-section h2 { margin-top: 18px; }
.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  min-width: 260px;
}
.contact-actions .button {
  min-width: 260px;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-top: 28px;
  padding-bottom: 38px;
  border-top: 1px solid rgba(246,247,249,.08);
  color: rgba(246,247,249,.50);
  font-size: 14px;
}
.footer-identity {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 520px;
}
.footer-identity strong {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.01em;
}
.footer-identity p { margin: 0; }
.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
}
.footer-links a {
  color: rgba(246,247,249,.68);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color .22s ease;
}
.footer-links a:hover,
.footer-links a:focus-visible { color: #fff; }

.legal-page { padding-top: 36px; }
.legal-page .section-heading h1 {
  margin: 14px 0 0;
  max-width: 900px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: clamp(42px, 4.7vw, 66px);
  line-height: 1.03;
  letter-spacing: -.06em;
}
.legal-card {
  margin-top: 38px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 0, rgba(10,61,255,.16), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(0,201,128,.10), transparent 36%),
    rgba(4,9,16,.82);
  box-shadow: 0 24px 80px rgba(0,0,0,.22);
}
.legal-card h2 {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.1;
  letter-spacing: -.04em;
}
.legal-list {
  display: grid;
  gap: 18px;
  margin: 0;
}
.legal-list div {
  display: grid;
  grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(246,247,249,.08);
}
.legal-list div:last-child { border-bottom: 0; padding-bottom: 0; }
.legal-list dt {
  color: rgba(246,247,249,.90);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.legal-list dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    justify-self: end;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(246,247,249,.04);
    cursor: pointer;
  }
  .nav-toggle span:not(.sr-only) { width: 100%; height: 2px; border-radius: 999px; background: #fff; }
  .nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(3,7,13,.98);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 12px; border-radius: 10px; }
  .nav a:hover, .nav a:focus-visible { background: rgba(246,247,249,.06); }
  .nav a::after { display: none; }
  .header-cta { display: none; }
  .hero-content { width: min(760px, 74%); }
  .brand-copy strong { font-size: 24px; }
  .brand-icon { width: 56px; height: 56px; }
  .problem-grid, .modules-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value-grid { grid-template-columns: repeat(3, minmax(220px, 1fr)); }
  .glass-card, .value-card { min-height: auto; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .solution-block, .about-block, .contact-section { grid-template-columns: 1fr; }
  .about-block > p { justify-self: start; max-width: 780px; }
  .solution-mark { order: -1; padding-bottom: 0; }
  .solution-mark img { width: 230px; }
  .contact-actions { justify-content: flex-start; min-width: 0; width: min(100%, 500px); }
}

@media (max-width: 900px) {
  .value-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
}

@media (max-width: 700px) {
  .section-shell { width: 100%; padding-inline: 20px; }
  .section-block { padding-top: 68px; }
  .header-inner { min-height: 78px; padding-inline: 20px; }
  .brand-icon { width: 50px; height: 50px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { font-size: 10px; letter-spacing: 0.01em; }
  .hero { padding-top: 10px; }
  .hero-frame { min-height: clamp(390px, 62svh, 500px); border-radius: 22px; }
  .hero-art { object-position: 68% center; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,.86) 50%, rgba(0,0,0,.97) 100%),
      linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.12));
  }
  .hero-content {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 20px 24px;
  }
  .hero h1 { margin-top: 12px; font-size: clamp(32px, 9.2vw, 44px); line-height: 1.05; }
  .hero-lead { font-size: 15.5px; line-height: 1.52; }
  .hero-slogan { margin-top: 16px; font-size: 13px; }
  .hero-actions { flex-direction: column; gap: 12px; margin-top: 18px; }
  .problem-grid, .modules-grid { grid-template-columns: 1fr; }
  .button { width: 100%; }
  .solution-copy { padding: 28px 20px; border-radius: 24px; }
  .solution-copy .kicker {
    max-width: 100%;
    padding: 9px 13px;
    white-space: normal;
    font-size: 12px;
    letter-spacing: 0.01em;
  }
  .solution-copy h2 {
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -.04em;
  }
  .section-heading h2, .about-block h2, .contact-section h2 { font-size: 35px; line-height: 1.08; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .about-block { gap: 24px; padding-inline: 30px; }
  .about-block > p { max-width: 100%; }
  .contact-section { margin-inline: 0; width: 100%; padding-inline: 20px; }
  .contact-actions, .contact-actions .button { width: 100%; }
  .site-footer { flex-direction: column; align-items: flex-start; }
  .footer-links { justify-content: flex-start; gap: 14px; }
  .legal-page .section-heading h1 { font-size: 34px; line-height: 1.08; }
  .legal-list div { grid-template-columns: 1fr; gap: 6px; }
  .glass-card, .value-card, .step-card, .solution-copy, .contact-section, .legal-card { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
