@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("./assets/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("./assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #ffffff;
  --surface: #f6f9fc;
  --surface-strong: #ecf7f6;
  --text: #101828;
  --muted: #596579;
  --soft: #718096;
  --line: #e2eaf3;
  --blue: #2563eb;
  --blue-strong: #174ec8;
  --teal: #0f9f8f;
  --teal-soft: #e8f7f5;
  --shadow: 0 18px 48px rgba(31, 73, 125, 0.1);
  --content: 1180px;
  --type-h1: 2.8rem;
  --type-h2: 2.45rem;
  --type-h3: 1.2rem;
  --type-lead: 1.05rem;
  --type-body: 1rem;
  --type-small: 0.94rem;
  --type-label: 0.82rem;
  --line-heading: 1.12;
  --line-title: 1.24;
  --line-body: 1.68;
  --line-compact: 1.48;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: var(--line-body);
  color: var(--text);
  background: var(--bg);
  overflow-x: clip;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px max(24px, calc((100vw - var(--content)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
}

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

.brand img {
  display: block;
  width: 214px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2vw, 28px);
}

.site-nav a,
.header-action,
.nav-toggle {
  color: #4f5c70;
  font-size: var(--type-small);
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a:hover {
  color: var(--blue);
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  color: #ffffff;
  padding: 11px 16px;
  border-radius: 8px;
  background: var(--blue);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.16);
}

.nav-toggle {
  display: none;
  justify-self: end;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 16px;
  background: #ffffff;
}

.hero,
.section,
.site-footer {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 48px;
  align-items: start;
  padding: 52px 0 62px;
}

.hero h1,
.section-heading h2,
.result-copy h2,
.connect-copy h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 18.8ch;
  font-size: var(--type-h1);
  line-height: var(--line-heading);
  font-weight: 800;
  text-wrap: balance;
}

.hero-lead {
  margin: 18px 0 0;
  max-width: 48rem;
  color: #263449;
  font-size: var(--type-lead);
  line-height: var(--line-body);
}

.hero-support,
.section-heading p,
.result-copy p,
.connect-copy p,
.scenario-grid p,
.question-grid p,
.result-list p,
.compare-grid li,
.team-grid p,
.evidence-list p,
.problem-list p {
  color: var(--muted);
  font-size: var(--type-body);
  line-height: var(--line-body);
}

.hero-support {
  margin: 14px 0 0;
  max-width: 48rem;
}

.hero-actions,
.connect-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  font-size: var(--type-small);
  line-height: var(--line-title);
}

.button-primary {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 16px 28px rgba(37, 99, 235, 0.18);
}

.button-secondary {
  color: var(--blue);
  border-color: #cfe0ff;
  background: #ffffff;
}

.button-ghost {
  color: #08796d;
  border-color: #cbeee9;
  background: #f2fbfa;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.proof-strip span,
.connect-options span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #516174;
  background: #ffffff;
  font-size: var(--type-label);
  font-weight: 800;
}

.hero-evidence {
  display: grid;
  gap: 14px;
  align-self: start;
}

.product-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.product-frame img {
  display: block;
  width: 100%;
}

.hero-product {
  aspect-ratio: 1.36;
}

.hero-product img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}

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

.evidence-list article,
.scenario-grid article,
.question-grid article,
.result-list article,
.compare-grid article,
.team-grid article,
.product-grid article,
.connect-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.evidence-list article {
  padding: 13px;
}

.evidence-list span,
.question-grid span,
.team-grid span {
  display: inline-flex;
  color: var(--blue);
  font-size: var(--type-label);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.evidence-list p {
  margin: 7px 0 0;
  font-size: var(--type-small);
  line-height: var(--line-compact);
}

.section {
  scroll-margin-top: 88px;
  padding: 78px 0;
}

.section.band {
  width: 100%;
  max-width: none;
  padding: 78px 0;
  background: var(--surface);
}

.section.band > * {
  width: min(calc(100% - 48px), var(--content));
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-heading h2,
.result-copy h2,
.connect-copy h2 {
  max-width: 18ch;
  font-size: var(--type-h2);
  line-height: var(--line-heading);
  text-wrap: balance;
}

.section-heading p,
.result-copy > p,
.connect-copy p {
  margin: 18px 0 0;
  max-width: 48rem;
  font-size: var(--type-lead);
}

.scenario-grid,
.question-grid,
.team-grid,
.product-grid {
  display: grid;
  gap: 16px;
}

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

.scenario-grid article,
.question-grid article,
.team-grid article,
.product-grid article {
  padding: 22px;
}

.scenario-grid h3,
.question-grid h3,
.result-list h3,
.compare-grid h3,
.team-grid h3,
.product-grid h3 {
  margin: 0;
  font-size: var(--type-h3);
  line-height: var(--line-title);
  letter-spacing: 0;
  text-wrap: balance;
}

.scenario-grid p,
.question-grid p,
.result-list p,
.team-grid p,
.product-grid p {
  margin: 10px 0 0;
}

.manual-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.manual-flow span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 13px 15px;
  color: #344054;
  background: #ffffff;
  font-size: var(--type-small);
  font-weight: 800;
}

.problem-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.problem-list p {
  margin: 0;
  padding-left: 15px;
  border-left: 3px solid var(--teal);
  font-size: var(--type-body);
}

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

.question-grid article {
  box-shadow: 0 14px 36px rgba(31, 73, 125, 0.06);
}

.question-grid h3 {
  margin-top: 12px;
}

.result-section {
  display: block;
}

.result-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 48px;
  align-items: start;
}

.result-video-note {
  color: #344054 !important;
  font-size: var(--type-body) !important;
  font-weight: 400;
  line-height: var(--line-body);
}

.result-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.result-list article {
  padding: 20px;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0b1220;
  box-shadow: var(--shadow);
}

.inline-video-poster,
.inline-video-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.inline-video-poster {
  z-index: 2;
  padding: 0;
  border: 0;
  background: #ffffff;
  cursor: pointer;
  transition: opacity 180ms ease;
}

.inline-video-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.inline-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(12, 23, 42, 0.72);
  box-shadow: 0 20px 34px rgba(12, 23, 42, 0.24);
  transform: translate(-50%, -50%);
}

.inline-video-play-triangle {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #ffffff;
}

.inline-video-player {
  display: block;
  z-index: 1;
  opacity: 0;
  background: #0b1220;
  object-fit: cover;
  object-position: center top;
  transition: opacity 180ms ease;
}

.video-frame.is-playing .inline-video-poster {
  opacity: 0;
  pointer-events: none;
}

.video-frame.is-playing .inline-video-player {
  opacity: 1;
}

.difference-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 48px;
  align-items: start;
}

.difference-intro .section-heading {
  max-width: none;
  margin-bottom: 0;
}

.difference-media {
  align-self: start;
}

.video-frame-compact {
  box-shadow: 0 14px 36px rgba(31, 73, 125, 0.08);
}

.difference-media .inline-video-player {
  inset: -3px -5px;
  width: calc(100% + 10px);
  height: calc(100% + 6px);
}

.result-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-self: start;
}

.result-video-frame {
  width: 100%;
}

.result-video-frame .inline-video-player {
  inset: -3px -5px;
  width: calc(100% + 10px);
  height: calc(100% + 6px);
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.compare-grid article {
  padding: 24px;
}

.compare-grid ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 18px;
}

.compare-primary {
  border-color: #b9d0ff !important;
  background: #f7fbff !important;
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.1);
}

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

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

.product-grid article {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
  box-shadow: 0 14px 36px rgba(31, 73, 125, 0.06);
}

.team-grid h3 {
  margin-top: 12px;
}

.connect-section {
  display: block;
}

.connect-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: 36px;
  align-items: start;
}

.connect-inner > * {
  min-width: 0;
}

.connect-panel {
  padding: 24px;
  box-shadow: var(--shadow);
}

.connect-options {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}

.connect-option {
  position: relative;
  min-width: 0;
}

.connect-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.connect-option span {
  min-height: 30px;
  padding: 6px 8px;
  font-size: 0.7rem;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}

.connect-option input:checked + span {
  border-color: #a9c5ff;
  color: var(--blue-strong);
  background: #eef5ff;
}

.connect-option input:focus-visible + span {
  outline: 3px solid rgba(37, 99, 235, 0.16);
  outline-offset: 2px;
}

.connect-actions {
  margin-top: 22px;
}

.request-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.contact-intent {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-intent legend {
  padding: 0;
  color: #263449;
  font-size: var(--type-small);
  font-weight: 800;
}

.contact-intent-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.contact-intent-option {
  position: relative;
  min-width: 0;
}

.contact-intent-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-intent-option span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #516174;
  background: #ffffff;
  font-size: var(--type-small);
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.contact-intent-option input:checked + span {
  border-color: #a9c5ff;
  color: var(--blue-strong);
  background: #eef5ff;
}

.contact-intent-option input:focus-visible + span {
  outline: 3px solid rgba(37, 99, 235, 0.16);
  outline-offset: 2px;
}

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

.field > span {
  color: #263449;
  font-size: var(--type-small);
  font-weight: 800;
}

.field .field-optional {
  color: #64748b;
  font-weight: 500;
}

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

.request-form input[type="text"],
.request-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--text);
  padding: 13px 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.request-form textarea {
  display: block;
  min-height: 116px;
  resize: vertical;
  line-height: var(--line-body);
}

.request-form input[type="text"]:focus,
.request-form textarea:focus {
  border-color: #b9d0ff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.request-form input::placeholder,
.request-form textarea::placeholder {
  color: #7a8799;
}

.consent-stack {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.consent-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: start;
}

.consent-item input {
  width: 14px;
  height: 14px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}

.consent-copy {
  color: #4f5c70;
  font-size: 0.72rem;
  line-height: 1.42;
}

.consent-copy a,
.legal-card a,
.legal-alert a {
  color: var(--blue-strong);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.consent-note {
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #f6d58a;
  border-radius: 8px;
  background: #fff8e8;
  color: #7a5208;
  font-size: 0.72rem;
  line-height: 1.4;
}

.consent-note.is-ready {
  border-color: #bfe6ca;
  background: #f0faf3;
  color: #1d6a38;
}

.button.is-disabled {
  opacity: 0.58;
  cursor: not-allowed;
  box-shadow: none;
}

.button.is-loading {
  opacity: 0.72;
  cursor: progress;
  box-shadow: none;
}

.lead-status {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #516174;
  background: #f8fbff;
  font-size: var(--type-small);
  line-height: var(--line-body);
}

.lead-status.is-success {
  border-color: #bfe6ca;
  color: #1d6a38;
  background: #f0faf3;
}

.lead-status.is-error {
  border-color: #f0c1bd;
  color: #8b2c25;
  background: #fff5f4;
}

.lead-status.is-pending {
  border-color: #cfe0ff;
  color: var(--blue-strong);
  background: #f3f7ff;
}

.site-footer {
  margin-top: 64px;
  margin-bottom: 32px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #64748b;
  background: #f8fbff;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(560px, 1.35fr);
  gap: 40px 64px;
  align-items: start;
}

.footer-intro {
  display: grid;
  gap: 16px;
  justify-items: start;
  min-width: 0;
}

.footer-brand-link {
  display: inline-flex;
  align-items: center;
}

.footer-logo {
  display: block;
  width: 184px;
  height: auto;
}

.footer-summary {
  max-width: 31rem;
  margin: 0;
  color: #5f6d82;
  font-size: var(--type-small);
  line-height: var(--line-body);
}

.footer-nav-grid {
  display: grid;
  grid-template-columns: minmax(120px, 0.8fr) minmax(230px, 1.3fr) minmax(170px, 1fr);
  gap: 28px;
  min-width: 0;
}

.footer-column {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 9px;
  min-width: 0;
}

.footer-heading {
  margin-bottom: 4px;
  color: var(--text);
  font-size: var(--type-label);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-column a {
  color: #66758b;
  font-size: var(--type-small);
  line-height: var(--line-compact);
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--blue-strong);
}

.footer-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px 32px;
  align-items: start;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #65748a;
  font-size: 0.76rem;
  line-height: 1.55;
}

.footer-bottom p {
  margin: 0;
}

.footer-rights {
  color: #65748a;
  font-weight: 700;
  white-space: nowrap;
}

.footer-use-note {
  max-width: 58rem;
}

.footer-use-note a {
  color: #65758d;
  text-decoration: underline;
  text-decoration-color: #b8c5d6;
  text-underline-offset: 3px;
}

.legal-main {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
}

.legal-hero {
  padding: 52px 0 28px;
}

.legal-hero-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 36px rgba(31, 73, 125, 0.06);
}

.legal-hero-card h1 {
  margin: 0;
  max-width: 18ch;
  font-size: var(--type-h1);
  line-height: var(--line-heading);
  letter-spacing: 0;
  text-wrap: balance;
}

.legal-hero-card .hero-lead {
  max-width: 56rem;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  color: var(--soft);
  font-size: var(--type-small);
  font-weight: 700;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 270px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 28px 0 78px;
}

.legal-nav,
.legal-alert,
.legal-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.legal-nav {
  position: sticky;
  top: 92px;
  padding: 18px;
  background: #f8fbff;
}

.legal-nav-title {
  display: block;
  margin-bottom: 12px;
  color: var(--text);
  font-size: var(--type-small);
  font-weight: 800;
}

.legal-nav-links {
  display: grid;
  gap: 9px;
}

.legal-nav-links a {
  color: var(--muted);
  font-size: var(--type-small);
  line-height: var(--line-compact);
}

.legal-article {
  display: grid;
  gap: 14px;
}

.legal-alert {
  padding: 16px 18px;
  background: #fff8e8;
}

.legal-card {
  padding: 22px;
}

.legal-alert p,
.legal-card p,
.legal-card li {
  color: var(--muted);
  font-size: var(--type-body);
  line-height: var(--line-body);
}

.legal-alert p,
.legal-card p,
.legal-card ul,
.legal-card ol {
  margin: 0;
}

.legal-card h2 {
  margin: 0 0 12px;
  font-size: var(--type-h3);
  line-height: var(--line-title);
}

.legal-card h3 {
  margin: 18px 0 8px;
  font-size: var(--type-body);
  line-height: var(--line-title);
}

.legal-card ul,
.legal-card ol {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.legal-card p + p,
.legal-card p + ul,
.legal-card ul + p {
  margin-top: 12px;
}

[data-reveal],
.section-heading {
  opacity: 1;
  transform: none;
}

[data-reveal].is-visible,
.section-heading.is-visible {
  opacity: 1;
  transform: none;
}

[data-delay="1"] {
  transition-delay: 70ms;
}

[data-delay="2"] {
  transition-delay: 140ms;
}

[data-delay="3"] {
  transition-delay: 210ms;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-nav,
  .header-action {
    display: none;
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .header-action {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .site-header.is-open .site-nav {
    flex-direction: column;
    gap: 12px;
  }

  .header-action {
    justify-self: start;
    width: max-content;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero,
  .result-intro,
  .difference-intro,
  .connect-inner,
  .legal-layout,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .hero-evidence {
    max-width: 760px;
  }

  .legal-nav {
    position: static;
  }

  .scenario-grid,
  .result-list,
  .team-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manual-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .problem-list,
  .question-grid,
  .compare-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  :root {
    --type-h1: 2.15rem;
    --type-h2: 1.85rem;
    --type-h3: 1.12rem;
    --type-lead: 1rem;
  }

  .site-header {
    padding: 14px;
  }

  .brand img {
    width: 190px;
  }

  .hero,
  .section:not(.band),
  .site-footer,
  .section.band > * {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }

  .hero {
    padding: 44px 0 52px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-actions,
  .connect-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .evidence-list,
  .scenario-grid,
  .result-list,
  .team-grid,
  .product-grid,
  .form-field-grid {
    grid-template-columns: 1fr;
  }

  .contact-intent-options {
    grid-template-columns: 1fr;
  }

  .connect-options {
    flex-wrap: wrap;
  }

  .hero-product {
    aspect-ratio: 1.18;
  }

  .manual-flow {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 62px 0;
  }

  .section.band {
    padding: 62px 0;
  }

  .connect-panel {
    padding: 18px;
  }

  .site-footer {
    padding: 24px 20px;
  }

  .footer-nav-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-nav-grid {
    gap: 24px;
  }

  .footer-bottom {
    gap: 8px;
  }

  .footer-rights {
    white-space: normal;
  }

  .legal-main {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }

  .legal-hero-card,
  .legal-card {
    padding: 18px;
  }
}

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