:root {
  --bg: #f4f8f3;
  --bg-2: #eaf3e8;
  --surface: #ffffff;
  --surface-soft: #f3f7ff;
  --line: #d8e2ee;
  --text: #0d2538;
  --muted: #496277;
  --primary: #0a6f54;
  --primary-strong: #085842;
  --secondary: #1467d8;
  --accent: #e5f5d9;
  --radius-xl: 24px;
  --radius-lg: 16px;
  --shadow: 0 14px 42px rgba(15, 49, 77, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 2% 0%, #d5f4e1 0%, transparent 36%),
    radial-gradient(circle at 98% 2%, #d7e8ff 0%, transparent 33%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  min-height: 100vh;
  line-height: 1.5;
}

a {
  color: inherit;
}

button:not(:disabled),
input[type="button"]:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="reset"]:not(:disabled),
[role="button"]:not([aria-disabled="true"]),
summary,
.btn {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 24px;
  background: rgba(244, 248, 243, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(14, 40, 61, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}

.brand-symbol-wrap,
.brand-wordmark-wrap {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-symbol {
  display: block;
  height: 46px;
  width: auto;
  flex: 0 0 auto;
}

.brand-wordmark {
  display: block;
  height: 28px;
  width: auto;
  flex: 0 1 auto;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 18px;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 600;
}

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

.site-header__actions .btn {
  white-space: nowrap;
}

.site-header__actions .btn[hidden] {
  display: none !important;
}

.site-header__actions .btn.auth-link {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 0.92rem;
}

main {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
  padding: 30px 0 50px;
}

.hero {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 16px;
  align-items: stretch;
}

.hero-copy,
.hero-panel {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  min-width: 0;
}

.hero-copy {
  padding: 42px 44px 40px;
}

.hero-panel {
  padding: 24px;
}

.hero-panel--video {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background:
    radial-gradient(circle at 18% 12%, rgba(182, 235, 209, 0.42) 0%, transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(196, 217, 255, 0.4) 0%, transparent 36%),
    linear-gradient(180deg, #f7faf8 0%, #eef3fb 100%);
}

.hero-app-video-shell {
  position: relative;
  width: min(100%, 284px);
  aspect-ratio: 715 / 1496;
  border-radius: 54px;
  background:
    linear-gradient(180deg, #8293a2 0%, #516373 28%, #1d2e3d 100%);
  box-shadow:
    0 28px 58px rgba(9, 25, 36, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(8, 14, 21, 0.4);
  isolation: isolate;
}

.hero-app-video-shell::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 51px;
  border: 1px solid rgba(244, 248, 252, 0.28);
  pointer-events: none;
}

.hero-app-video-shell::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  width: 74px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(37, 49, 61, 0.95) 0%, rgba(72, 84, 96, 0.72) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(12, 18, 24, 0.14);
  z-index: 2;
  pointer-events: none;
}

.hero-app-video-screen {
  position: absolute;
  inset: 13px 11px 15px;
  border-radius: 44px;
  overflow: hidden;
  background: #050b12;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 1px 18px rgba(255, 255, 255, 0.04);
}

.hero-app-video-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 14%),
    radial-gradient(circle at 24% 8%, rgba(255, 255, 255, 0.12) 0%, transparent 22%);
  pointer-events: none;
  z-index: 1;
}

.hero-app-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #dce8ee;
}

.section-visual {
  margin: 0 0 14px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 49, 77, 0.09);
  background: #f1f7ff;
}

.section-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-visual--user {
  display: flex;
  justify-content: center;
  padding: 8px;
}

.hero-visual--user img {
  width: min(100%, 250px);
  height: auto;
}

.kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--primary);
}

h1 {
  font-family: "Gill Sans", "Avenir Next", "Trebuchet MS", sans-serif;
  margin: 10px 0 14px;
  font-size: clamp(1.95rem, 5vw, 3.32rem);
  line-height: 1.06;
}

.hero-copy h1 {
  margin: 4px 0 0;
  max-width: 11.8ch;
  font-size: clamp(2.55rem, 4.25vw, 3.38rem);
  line-height: 0.98;
  letter-spacing: -0.042em;
}

.hero-title-main,
.hero-title-sub {
  display: block;
}

.hero-title-sub {
  margin-top: clamp(32px, 4vw, 56px);
  max-width: none;
  font-size: clamp(0.98rem, 1.12vw, 1.14rem);
  line-height: 1.14;
  font-weight: 700;
  white-space: nowrap;
}

.hero-copy .hero-title-sub {
  margin-top: 28px;
  font-size: clamp(1.08rem, 1.2vw, 1.22rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #31556e;
}

.lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.62;
  max-width: 60ch;
}

.cta-row {
  margin-top: 34px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-copy .cta-row {
  margin-top: 32px;
  gap: 14px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 999px;
  padding: 11px 18px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 120ms ease, opacity 120ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  opacity: 0.97;
}

.btn.primary {
  background: var(--primary);
  color: #fff;
}

.hero-copy .btn.primary {
  min-height: 56px;
  padding: 12px 24px;
  font-size: 1rem;
}

.btn.primary:hover {
  background: var(--primary-strong);
}

.btn.soft {
  background: rgba(20, 103, 216, 0.1);
  border-color: rgba(20, 103, 216, 0.3);
  color: #0d3c84;
}

.hero-copy .btn.soft {
  min-height: 56px;
  padding: 10px 22px;
  font-size: 0.98rem;
  background: rgba(20, 103, 216, 0.08);
  border-color: rgba(20, 103, 216, 0.22);
  color: #1f4c92;
}

.btn.ghost {
  border-color: var(--line);
  background: #fff;
}

.with-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.metrics {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-copy .metrics {
  margin-top: 40px;
  gap: 14px;
}

.metrics article {
  background: var(--surface-soft);
  border: 1px solid rgba(15, 49, 77, 0.09);
  border-radius: 13px;
  padding: 12px;
}

.hero-copy .metrics article {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 18px;
  padding: 20px 20px 18px;
  background: rgba(243, 247, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.metrics strong {
  display: block;
  font-size: 0.98rem;
}

.hero-copy .metrics strong {
  font-size: 1.04rem;
}

.metrics span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-copy .metrics span {
  margin-top: 12px;
  font-size: 0.92rem;
  line-height: 1.32;
  max-width: 17ch;
}

.hero-panel h2 {
  margin: 0 0 14px;
  font-family: "Gill Sans", "Avenir Next", "Trebuchet MS", sans-serif;
  font-size: 1.24rem;
}

.hero-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hero-panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 600;
}

.icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--primary-strong);
  flex: 0 0 32px;
}

.icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.proof-strip {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  display: grid;
  gap: 1px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.proof-strip p {
  margin: 0;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--muted);
}

.trust-note {
  margin: 14px 2px 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 600;
}

.section {
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  padding: 24px;
  box-shadow: var(--shadow);
  scroll-margin-top: 94px;
}

.section h2 {
  margin: 0 0 14px;
  font-family: "Gill Sans", "Avenir Next", "Trebuchet MS", sans-serif;
  font-size: clamp(1.36rem, 2.8vw, 1.92rem);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.steps article {
  border: 1px solid rgba(15, 49, 77, 0.09);
  background: var(--surface-soft);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.step-visual {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 0 8px;
  border-radius: 12px;
}

.step-visual--user {
  max-width: 100%;
  height: 170px;
  object-fit: contain;
  object-position: center top;
  border: 1px solid rgba(15, 49, 77, 0.08);
  background: #fff;
  padding: 8px;
}

.steps span {
  color: var(--primary-strong);
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.steps h3 {
  margin: 8px 0 6px;
  min-height: 2.6em;
}

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

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

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.card {
  border-radius: 14px;
  border: 1px solid rgba(15, 49, 77, 0.09);
  background: var(--surface-soft);
  padding: 16px;
}

.card h3 {
  margin: 0 0 10px;
  font-family: "Gill Sans", "Avenir Next", "Trebuchet MS", sans-serif;
}

.card ul {
  margin: 0;
  padding-left: 18px;
}

.card li {
  margin: 6px 0;
  color: var(--muted);
}

.resource-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.resource-card h3 {
  margin: 0;
}

.resource-card p {
  margin: 0;
  color: var(--muted);
  flex: 1 1 auto;
}

.resource-card .btn {
  width: fit-content;
  margin-top: auto;
}

.resource-visual {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(15, 49, 77, 0.08);
  background: #f1f7ff;
}

.resource-visual--user {
  height: 220px;
  object-fit: contain;
  background: #fff;
  padding: 8px;
}

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

.faq-list details {
  border: 1px solid rgba(15, 49, 77, 0.09);
  border-radius: 12px;
  background: var(--surface-soft);
  padding: 12px 14px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.final-cta {
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: 30px 26px;
  text-align: center;
  background:
    radial-gradient(circle at 50% -30%, rgba(182, 235, 209, 0.18) 0%, transparent 52%),
    linear-gradient(180deg, #fbfdfb 0%, #f4f8f3 100%);
}

.final-cta h2 {
  margin: 0;
  max-width: 24ch;
  line-height: 1.02;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  letter-spacing: -0.03em;
}

.final-cta .cta-row {
  margin-top: 0;
  width: min(100%, 520px);
  gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.final-cta .btn.primary {
  width: auto;
  min-width: min(100%, 360px);
  min-height: 56px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: none;
}

.final-cta .btn.primary.with-icon {
  gap: 0;
}

.final-cta .btn.primary.with-icon svg {
  display: none;
}

.final-cta .btn.ghost {
  min-width: 0;
  width: min(100%, 320px);
}

.has-floating-app-card main {
  padding-bottom: 72px;
}

.floating-app-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 95;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.floating-app-widget.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-app-launcher {
  border: 1px solid rgba(13, 54, 56, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #0f3436;
  box-shadow: 0 10px 28px rgba(6, 34, 36, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 8px;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
}

.floating-app-launcher__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: block;
}

.floating-app-card {
  width: 210px;
  border-radius: 18px;
  border: 1px solid rgba(13, 54, 56, 0.14);
  background: #f4f6f3;
  box-shadow: 0 18px 36px rgba(6, 34, 36, 0.24);
  color: #0f3436;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 12px 12px;
  position: relative;
}

.floating-app-widget.is-open .floating-app-card {
  display: flex;
}

.floating-app-card__close {
  position: absolute;
  top: 6px;
  right: 8px;
  border: 0;
  background: transparent;
  color: #557074;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
}

.floating-app-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  margin-top: 6px;
}

.floating-app-card__brand-symbol {
  width: 28px;
  height: auto;
  display: block;
}

.floating-app-card__brand-wordmark {
  width: 86px;
  height: auto;
  display: block;
}

.floating-app-card__title {
  font-family: "Gill Sans", "Avenir Next", "Trebuchet MS", sans-serif;
  text-align: center;
  font-size: 0.94rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
}

.floating-app-card__qr {
  width: 136px;
  height: 136px;
  border-radius: 8px;
  padding: 4px;
  background: #fff;
  border: 1px solid rgba(12, 56, 58, 0.12);
}

.floating-app-card__hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #3d5f62;
  line-height: 1;
}

.floating-app-card__hint-icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.site-footer {
  width: min(1120px, 100% - 32px);
  margin: 0 auto 30px;
  padding: 22px 28px 18px;
  border-top: 1px solid rgba(15, 49, 77, 0.12);
  color: var(--muted);
  background: rgba(245, 248, 243, 0.94);
}

.site-footer__top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 52px;
  align-items: start;
}

.site-footer__group {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.site-footer__title {
  display: block;
  margin: 0 0 12px;
  color: var(--brand-green);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__nav {
  display: grid;
  gap: 10px;
}

.site-footer__nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.45;
}

.site-footer__nav a:hover {
  color: var(--text);
}

.site-footer__group[data-docev-city-links='1'] {
  grid-column: 1 / -1;
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 49, 77, 0.08);
}

.site-footer__cities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 32px;
}

.site-footer__city-column {
  display: grid;
  gap: 10px;
  align-content: start;
}

.site-footer__nav--cities {
  gap: 10px;
}

.site-footer__bottom {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 49, 77, 0.08);
}

.site-footer__bottom p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--muted);
}

.legal-main {
  width: min(980px, 100% - 32px);
  margin: 36px auto 50px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 24px;
}

.legal-main h1 {
  font-size: clamp(1.72rem, 4vw, 2.72rem);
}

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

.legal-grid article {
  border: 1px solid rgba(15, 49, 77, 0.09);
  border-radius: 12px;
  padding: 14px;
  background: var(--surface-soft);
}

.legal-section {
  margin-top: 18px;
  border: 1px solid rgba(15, 49, 77, 0.09);
  border-radius: 14px;
  padding: 18px;
  background: var(--surface-soft);
}

.legal-section h2 {
  margin-top: 0;
}

.legal-section p,
.legal-section li {
  color: var(--muted);
  line-height: 1.64;
}

.legal-section ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.notice {
  border-left: 0;
  padding-left: 18px;
}

.cookie-consent {
  position: fixed;
  inset: 0;
  z-index: 1500;
}

.cookie-consent__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 37, 0.5);
}

.cookie-consent__panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(560px, calc(100% - 16px));
  background: #f8faf9;
  color: #1a2128;
  border: 1px solid #d8e1de;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -18px 36px rgba(0, 0, 0, 0.18);
  padding: 14px 14px 0;
  max-height: min(72vh, 580px);
  overflow: auto;
}

.cookie-consent__summary-title {
  margin: 2px 0 4px;
  font-size: 1.18rem;
  font-weight: 800;
  color: #1a2128;
}

.cookie-consent__summary-text {
  margin: 0;
  color: #3f4c58;
  font-size: 0.98rem;
  line-height: 1.45;
}

.cookie-consent__summary-text a {
  color: #0f4f99;
  font-weight: 700;
}

.cookie-consent__details {
  margin-top: 12px;
  border-top: 1px solid #dce4e4;
  padding-top: 12px;
}

.cookie-consent__details[hidden] {
  display: none;
}

.cookie-consent__details p,
.cookie-consent__details li {
  color: #485666;
  font-size: 0.95rem;
  line-height: 1.48;
}

.cookie-consent__details ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.cookie-consent__custom {
  margin-top: 10px;
  border: 1px solid #d7dce4;
  border-radius: 12px;
  padding: 10px;
  background: #fff;
}

.cookie-consent__custom label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0;
  color: #33414f;
  font-weight: 600;
}

.cookie-consent__save {
  margin-top: 6px;
  border: 1px solid #cad2dc;
  border-radius: 999px;
  padding: 9px 12px;
  background: #f4f7fb;
  color: #222;
  font-weight: 700;
  cursor: pointer;
}

.cookie-consent__actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 12px -14px 0;
  border-top: 1px solid #dce4e4;
  background: #eff3f3;
}

.cookie-consent__btn {
  border: 0;
  border-right: 1px solid #dce4e4;
  background: transparent;
  padding: 12px 9px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.cookie-consent__btn:last-child {
  border-right: 0;
}

.cookie-consent__btn--light {
  color: #3b4c59;
}

.cookie-consent__btn--accent {
  color: #6d5100;
  background: #f8f3e4;
}

.cookie-consent__panel--expanded {
  max-height: min(92vh, 860px);
}

@media (max-width: 980px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero-title-sub {
    white-space: normal;
  }

  .hero-copy h1 {
    margin-top: 2px;
    max-width: 9.8ch;
    font-size: clamp(2.45rem, 11.8vw, 3.08rem);
  }

  .hero-copy .hero-title-sub {
    margin-top: 22px;
    max-width: 18ch;
    white-space: normal;
    font-size: 1.02rem;
  }

  .hero-copy .cta-row {
    margin-top: 28px;
    gap: 12px;
    justify-content: center;
  }

  .hero-copy .metrics {
    margin-top: 32px;
    gap: 12px;
  }

  .hero-copy,
  .hero-panel {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy .metrics article {
    min-height: 0;
    justify-content: flex-start;
    padding: 16px 16px 15px;
  }

  .hero-copy .metrics span {
    max-width: none;
  }

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

  .hero-panel--video {
    padding: 14px;
  }

  .hero-app-video-shell {
    width: min(100%, 356px);
    aspect-ratio: 715 / 1496;
  }

  .site-nav {
    display: none;
  }

  .site-header__actions {
    gap: 8px;
  }

  .site-header__actions .btn {
    min-height: 42px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-header__actions .btn.auth-link {
    font-size: 0.88rem;
  }

  .grid-two,
  .resources-grid,
  .steps,
  .metrics,
  .legal-grid {
    grid-template-columns: 1fr;
  }

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

  .site-footer__cities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
  }

  .site-header {
    flex-wrap: wrap;
    padding: 12px 14px;
  }

  .site-header__actions {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0;
  }

  .site-header__actions .btn.ghost {
    order: 3;
  }

  .has-floating-app-card main {
    padding-bottom: 50px;
  }

  .floating-app-widget {
    display: none;
  }

  .brand-symbol {
    height: 40px;
  }

  .brand-wordmark {
    height: 24px;
  }

  .step-visual--user {
    max-width: 100%;
    height: 170px;
  }

  .resource-visual--user {
    height: 200px;
  }

  .cookie-consent__panel {
    border-radius: 20px 20px 0 0;
    padding: 12px 12px 0;
  }

  .cookie-consent__actions {
    margin-left: -12px;
    margin-right: -12px;
    grid-template-columns: 1fr;
  }

  .cookie-consent__btn {
    border-right: 0;
    border-bottom: 1px solid #dce4e4;
  }

  .cookie-consent__btn:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .final-cta {
    gap: 16px;
    padding: 24px 18px;
  }

  .final-cta .cta-row {
    width: 100%;
    flex-direction: column;
  }

  .final-cta .btn.primary,
  .final-cta .btn.ghost {
    width: 100%;
    min-width: 0;
  }

  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .site-footer__group[data-docev-city-links='1'] {
    grid-column: auto;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .site-footer__cities-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
  }
}
