/* Карго-Хаб — crisp light B2B (patterns from ads-telegram.pro: Onest-like sans,
   dual CTA, floating metric objects, geometric arcs, high contrast). Logo untouched. */

:root {
  --bg: #f4f6f8;
  --bg-hero: #e8eef2;
  --surface: #ffffff;
  --surface-2: #eef2f5;
  --bg-input: #ffffff;
  --line: rgba(11, 18, 32, 0.1);
  --line-strong: rgba(11, 18, 32, 0.18);
  --text: #0b1220;
  --muted: #5a6573;
  --text-soft: #2c3645;
  --accent: #4f7d5c;
  --accent-deep: #2f5a3d;
  --accent-ink: #0b1220;
  --cta: #0b1220;
  --cta-text: #ffffff;
  --cta-hover: #1a2436;
  --accent-soft: rgba(79, 125, 92, 0.16);
  --accent-glow: rgba(79, 125, 92, 0.28);
  --sky: #6b9bb8;
  --font: "Onest", "Manrope", system-ui, sans-serif;
  --display: "Syne", "Onest", system-ui, sans-serif;
  --radius: 14px;
  --radius-lg: 22px;
  --ease: 0.28s ease;
  --gap: 16px;
  --tap: 54px;
  --shell: min(1120px, calc(100% - 2rem));
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: var(--font);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  background:
    radial-gradient(ellipse 70% 50% at 85% -10%, rgba(107, 155, 184, 0.22), transparent 55%),
    radial-gradient(ellipse 55% 40% at -5% 20%, rgba(79, 125, 92, 0.14), transparent 50%),
    linear-gradient(180deg, #f7f9fb 0%, var(--bg) 45%, #eef2f5 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

body > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  body {
    padding-bottom: 0;
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--ease);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.eyebrow {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent-deep);
}

.section-title {
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--text);
}

.section-lead {
  margin: 14px 0 0;
  color: var(--muted);
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.55;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--tap);
  padding: 0 1.55rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  letter-spacing: -0.01em;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: border-color var(--ease), background var(--ease), transform var(--ease),
    color var(--ease), box-shadow var(--ease);
}

.btn:active {
  transform: translateY(1px);
}

.btn--accent {
  background: var(--cta);
  color: var(--cta-text) !important;
  -webkit-text-fill-color: var(--cta-text);
  border-color: var(--cta);
  box-shadow: 0 12px 28px rgba(11, 18, 32, 0.22);
}

.btn--accent:hover {
  background: var(--cta-hover);
  box-shadow: 0 14px 32px rgba(11, 18, 32, 0.28);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.72);
  color: var(--text) !important;
  -webkit-text-fill-color: var(--text);
  border-color: rgba(11, 18, 32, 0.22);
  backdrop-filter: blur(8px);
}

.btn--ghost:hover {
  border-color: var(--cta);
  background: #fff;
}

.btn--block {
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(247, 249, 251, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
  min-height: 72px;
  padding: 10px 0;
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav__brand img {
  border-radius: 12px;
  flex-shrink: 0;
}

.nav__brand strong {
  display: block;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.nav__brand em {
  display: block;
  font-style: normal;
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 2px;
  font-weight: 500;
}

.nav__links {
  display: none;
  gap: 22px;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-soft);
}

.nav__links a:hover {
  color: var(--accent-deep);
}

.lang-switcher {
  position: relative;
  display: inline-block;
  z-index: 50;
}

.lang-switcher__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 10px 0 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-soft);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(11, 18, 32, 0.04);
}

.lang-switcher__toggle:hover {
  border-color: var(--line-strong);
  color: var(--text);
}

.lang-switcher__globe {
  display: inline-flex;
  color: var(--accent-deep);
}

.lang-switcher__current {
  min-width: 1.6em;
  text-align: center;
}

.lang-switcher__chevron {
  font-size: 0.7rem;
  color: var(--muted);
  line-height: 1;
}

.lang-switcher.is-open .lang-switcher__chevron {
  transform: rotate(180deg);
}

.lang-switcher__menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 188px;
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(11, 18, 32, 0.14);
  max-height: min(70vh, 380px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.lang-switcher.is-open .lang-switcher__menu {
  display: block;
}

.lang-switcher__option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--text-soft);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.lang-switcher__option:hover {
  background: var(--surface-2);
  color: var(--text);
}

.lang-switcher__option.is-on {
  background: var(--accent-soft);
  color: var(--accent-deep);
}

.lang-switcher__opt-short {
  min-width: 2.4em;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--muted);
}

.lang-switcher__option.is-on .lang-switcher__opt-short {
  color: var(--accent-deep);
}

.lang-switcher__opt-name {
  flex: 1;
}

.nav__lang-mobile {
  margin-left: auto;
  flex-shrink: 0;
}

@media (min-width: 760px) {
  .nav__lang-mobile {
    display: none;
  }
}

.nav__cta {
  color: var(--cta-text) !important;
  -webkit-text-fill-color: var(--cta-text);
  background: var(--cta);
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 1.5px solid var(--cta);
  box-shadow: 0 8px 18px rgba(11, 18, 32, 0.18);
}

.nav__cta:hover {
  background: var(--cta-hover);
}

@media (min-width: 760px) {
  .nav__links {
    display: flex;
  }
}

/* Hero — full-bleed + objects (ads-telegram rhythm) */
.hero {
  position: relative;
  isolation: isolate;
  padding: clamp(40px, 7vw, 72px) 0 clamp(48px, 8vw, 88px);
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 70% at 70% 30%, rgba(107, 155, 184, 0.35), transparent 55%),
    radial-gradient(ellipse 50% 55% at 15% 80%, rgba(79, 125, 92, 0.22), transparent 50%),
    linear-gradient(160deg, #dce8ef 0%, #eaf1f4 40%, #f4f7f5 100%);
  border-bottom: 1px solid var(--line);
}

.hero__arcs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 78% 42%, transparent 12%, rgba(255, 255, 255, 0.35) 12.5%, transparent 13%),
    radial-gradient(circle at 78% 42%, transparent 22%, rgba(255, 255, 255, 0.28) 22.5%, transparent 23%),
    radial-gradient(circle at 78% 42%, transparent 34%, rgba(255, 255, 255, 0.2) 34.5%, transparent 35%);
  opacity: 0.9;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(28px, 5vw, 48px);
  align-items: center;
}

@media (min-width: 960px) {
  .hero__inner {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.hero__copy .eyebrow {
  animation: rise 0.65s ease both;
}

.hero h1 {
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: clamp(2.15rem, 5.4vw, 3.45rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.02;
  color: var(--text);
  max-width: 14ch;
  animation: rise 0.7s 0.04s ease both;
}

.hero__lead {
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: clamp(1.02rem, 2vw, 1.15rem);
  max-width: 36rem;
  line-height: 1.55;
  font-weight: 500;
  animation: rise 0.7s 0.08s ease both;
}

.hero__trust {
  margin: 18px 0 0;
  max-width: 34rem;
  color: var(--accent-deep);
  font-weight: 650;
  font-size: 0.95rem;
  animation: rise 0.7s 0.12s ease both;
}

.hero__cta {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  animation: rise 0.7s 0.16s ease both;
}

.hero__cta .btn {
  min-width: 180px;
}

.hero__stage {
  position: relative;
  min-height: 320px;
  animation: rise 0.8s 0.1s ease both;
}

.hero__panel {
  position: relative;
  margin: 24px auto 0;
  width: min(100%, 340px);
  aspect-ratio: 10 / 16;
  max-height: 420px;
  border-radius: 28px;
  background:
    linear-gradient(165deg, #0b1220 0%, #1a2a38 55%, #2f5a3d 120%);
  box-shadow:
    0 30px 60px rgba(11, 18, 32, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  overflow: hidden;
  color: #fff;
  padding: 28px 22px;
}

.hero__panel::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.hero__panel-kicker {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 700;
}

.hero__panel-title {
  margin: 10px 0 0;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.hero__panel-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.hero__panel-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.86rem;
  font-weight: 600;
}

.hero__panel-list strong {
  color: #9fd0a8;
}

.hero__float {
  position: absolute;
  z-index: 2;
  min-width: 148px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 16px 36px rgba(11, 18, 32, 0.12);
  backdrop-filter: blur(14px);
  animation: floaty 5.5s ease-in-out infinite;
}

.hero__float strong {
  display: block;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: var(--text);
  line-height: 1;
}

.hero__float span {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.3;
  max-width: 11rem;
}

.hero__float--a {
  top: 8%;
  left: 0;
  animation-delay: 0s;
}

.hero__float--b {
  top: 42%;
  right: 0;
  animation-delay: 0.6s;
}

.hero__float--c {
  bottom: 6%;
  left: 8%;
  animation-delay: 1.1s;
}

@media (max-width: 959px) {
  .hero__float--a {
    left: 2%;
  }
  .hero__float--b {
    right: 2%;
  }
}

.hero__stats {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  animation: rise 0.7s 0.2s ease both;
}

.hero__stats li {
  padding: 14px 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 20px rgba(11, 18, 32, 0.05);
}

.hero__stats strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.15rem, 3vw, 1.4rem);
  font-weight: 750;
  letter-spacing: -0.03em;
}

.hero__stats span {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.3;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* USP */
.usp {
  padding: clamp(56px, 8vw, 96px) 0;
}

.usp__grid {
  margin-top: 32px;
  display: grid;
  gap: 14px;
}

@media (min-width: 720px) {
  .usp__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .usp__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .usp__grid .usp-card:first-child {
    grid-column: 1 / -1;
  }
}

.usp-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  min-height: 100%;
  box-shadow: 0 12px 32px rgba(11, 18, 32, 0.04);
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
}

.usp-card:hover {
  border-color: rgba(47, 90, 61, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(11, 18, 32, 0.08);
}

.usp-card--buffer {
  border-color: rgba(47, 90, 61, 0.28);
  background:
    linear-gradient(135deg, rgba(79, 125, 92, 0.12), transparent 50%),
    var(--surface);
}

.usp-card__kicker {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 700;
}

.usp-card h3 {
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.usp-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.calc,
.how {
  padding: clamp(56px, 8vw, 96px) 0;
  border-top: 1px solid var(--line);
}

.calc__layout {
  margin-top: 32px;
  display: grid;
  gap: 20px;
}

@media (min-width: 900px) {
  .calc__layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }
}

.field {
  margin-bottom: var(--gap);
}

.field__head,
.field__ends {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 650;
}

.field__head strong {
  color: var(--accent-deep);
  font-size: 1.05rem;
}

.field__label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 650;
}

.field input[type="range"] {
  width: 100%;
  margin: 10px 0 4px;
  accent-color: var(--accent-deep);
}

.input,
.select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1.5px solid var(--line-strong);
  border-radius: 12px;
  background: var(--bg-input);
  color: var(--text);
  font: inherit;
  font-weight: 550;
}

.select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%235A6573' stroke-width='1.5' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.input:focus,
.select:focus {
  outline: none;
  border-color: var(--accent-deep);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.core-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 560px) {
  .core-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
  cursor: pointer;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.toggle__ui {
  width: 44px;
  height: 26px;
  border-radius: 999px;
  background: var(--surface-2);
  border: 1.5px solid var(--line-strong);
  position: relative;
  flex-shrink: 0;
  transition: background var(--ease), border-color var(--ease);
}

.toggle__ui::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(11, 18, 32, 0.18);
  transition: transform var(--ease);
}

.toggle input:checked + .toggle__ui {
  background: var(--cta);
  border-color: var(--cta);
}

.toggle input:checked + .toggle__ui::after {
  transform: translateX(18px);
}

.toggle__text {
  font-weight: 650;
  font-size: 0.92rem;
}

.extras-wrap {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 4px 14px 10px;
}

.extras-wrap summary {
  cursor: pointer;
  font-weight: 700;
  padding: 12px 0;
  list-style: none;
}

.extras-wrap summary::-webkit-details-marker {
  display: none;
}

.svc-grid {
  display: grid;
  gap: 8px;
}

.svc-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface-2);
}

.svc-item input {
  margin-top: 3px;
  accent-color: var(--accent-deep);
}

.total-panel {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--cta);
  color: var(--cta-text);
  box-shadow: 0 20px 44px rgba(11, 18, 32, 0.22);
  position: sticky;
  top: 88px;
}

.total-panel__label {
  margin: 0;
  opacity: 0.72;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.total-panel__sum {
  margin: 8px 0 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  color: var(--cta-text) !important;
  -webkit-text-fill-color: var(--cta-text);
}

.total-panel__meta,
.insure-status {
  margin: 8px 0 0;
  font-size: 0.88rem;
  opacity: 0.85;
}

.total-panel__lines {
  list-style: none;
  margin: 16px 0 20px;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: 0.86rem;
  opacity: 0.9;
}

.total-panel .btn--accent {
  background: #fff;
  color: var(--cta) !important;
  -webkit-text-fill-color: var(--cta);
  border-color: #fff;
  box-shadow: none;
}

.total-panel .btn--accent:hover {
  background: #f0f3f6;
}

.total-panel .btn--ghost {
  margin-top: 10px;
  background: transparent;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.total-panel .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

.steps {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

@media (min-width: 800px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(11, 18, 32, 0.04);
}

.step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-weight: 750;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.step h3 {
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.step p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.footer {
  padding: 48px 0 100px;
  border-top: 1px solid var(--line);
  background: #eef2f5;
}

.footer__grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 760px) {
  .footer__grid {
    grid-template-columns: 1.2fr 1fr;
    align-items: start;
  }
}

.footer__brand-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.footer__brand-row img {
  border-radius: 10px;
}

.footer__brand {
  margin: 0;
  font-family: var(--display);
  font-weight: 750;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.footer__sub {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-weight: 650;
  font-size: 0.92rem;
}

.footer__links a:hover {
  color: var(--accent-deep);
}

.footer__legal {
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.82rem;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(247, 249, 251, 0.94);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
}

@media (min-width: 900px) {
  .sticky-cta {
    display: none;
  }
}

/* Legal pages */
.legal-page {
  padding: 48px 0 100px;
}

.legal-page h1 {
  font-family: var(--display);
  font-weight: 750;
  letter-spacing: -0.03em;
}

.legal-page a.btn.btn--accent,
.legal-page .btn--accent {
  color: var(--cta-text) !important;
  -webkit-text-fill-color: var(--cta-text);
  background: var(--cta);
  border-color: var(--cta);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
