:root {
  --red: #d9433d;
  --red-dark: #bd211b;
  --graphite: #282f39;
  --graphite-2: #3c4652;
  --muted: #69727e;
  --soft: #f5f5f5;
  --soft-2: #eaedf0;
  --line: rgba(40, 47, 57, .14);
  --white: #ffffff;
  --black: #11151a;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(40, 47, 57, .12);
  --font: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--graphite);
  background: var(--white);
  max-width: 100%;
  overflow-x: hidden;
}
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
p { color: var(--muted); line-height: 1.62; }
p, li, a, span, strong, h2, h3 { overflow-wrap: anywhere; }

.container { width: min(1180px, calc(100% - 48px)); max-width: calc(100% - 48px); margin: 0 auto; }
.page-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(40,47,57,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(40,47,57,.035) 1px, transparent 1px),
    #fff;
  background-size: 64px 64px;
}

.topline { background: var(--graphite); color: #fff; font-size: 13px; }
.topline__grid { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topline a { font-weight: 800; color: #fff; white-space: nowrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition: box-shadow .22s ease, background .22s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(40,47,57,.09); }
.legal-header { position: static; }
.header-grid {
  min-height: 82px;
  display: grid;
  grid-template-columns: 225px 1fr auto;
  align-items: center;
  gap: 26px;
}
.brand img { width: 220px; height: auto; }
.nav { display: flex; justify-content: center; align-items: center; gap: 22px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.nav a { position: relative; padding: 31px 0; color: var(--graphite); }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 25px; width: 0; height: 2px; background: var(--red); transition: width .2s ease; }
.nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.phone { font-weight: 900; white-space: nowrap; color: var(--graphite); }
.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 6px; padding: 10px; }
.burger span { display: block; height: 2px; margin: 5px 0; background: var(--graphite); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 900;
  letter-spacing: .01em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 16px 34px rgba(217,67,61,.24); }
.btn-red:hover { background: var(--red-dark); box-shadow: 0 18px 38px rgba(217,67,61,.30); }
.btn-outline { color: var(--graphite); border-color: rgba(40,47,57,.22); background: #fff; }
.btn-outline:hover { border-color: var(--red); color: var(--red); }
.btn-dark { background: var(--graphite); color: #fff; }
.btn-white { background: #fff; color: var(--red); }
.btn-small { min-height: 44px; padding: 0 18px; font-size: 14px; }
.btn-full { width: 100%; }

.hero { padding: 46px 0 58px; background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%); scroll-margin-top: 92px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 520px); column-gap: 46px; row-gap: 28px; align-items: start; }
.eyebrow, .label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--red); font-size: 12px; line-height: 1.35; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.eyebrow span, .label::before { content: ""; width: 34px; height: 2px; background: var(--red); display: inline-block; }
h1 { margin-bottom: 22px; max-width: 720px; font-size: clamp(40px, 4.1vw, 60px); line-height: 1.02; letter-spacing: 0; font-weight: 900; color: var(--graphite); overflow-wrap: normal; word-break: normal; }
h2 { margin-bottom: 18px; font-size: clamp(31px, 4vw, 52px); line-height: 1.02; letter-spacing: 0; font-weight: 900; color: var(--graphite); overflow-wrap: anywhere; }
h3 { margin-bottom: 12px; font-size: 22px; line-height: 1.18; font-weight: 900; color: var(--graphite); }
.lead { max-width: 720px; margin-bottom: 24px; font-size: 19px; color: var(--graphite-2); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; }
.hero-tags span { max-width: 100%; border: 1px solid var(--line); background: #fff; padding: 10px 13px; border-radius: 4px; font-weight: 800; color: var(--graphite); overflow-wrap: anywhere; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hero-metrics div { padding: 18px; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.hero-metrics strong { display: block; margin-bottom: 10px; font-size: 30px; line-height: 1; color: var(--red); font-weight: 900; }
.hero-metrics span { display: block; color: var(--muted); font-size: 13px; line-height: 1.42; }

.hero-copy, .hero-form-card, .split-copy, .form-copy, .lead-form, .info-card, .product-card, .data-card, .timeline-item { min-width: 0; }
.hero-form-card { scroll-margin-top: 116px; align-self: start; }
.hero-form-card .big-form { padding: 24px; }
.form-topline p { margin: 8px 0 0; font-size: 14px; line-height: 1.5; }

.section { padding: 74px 0; }
.section-light { background: #fff; }
.audience-section, .engineering-section, .data-section { background: var(--soft); }
.section-head { max-width: 840px; margin-bottom: 42px; }
.section-head--row { max-width: none; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: end; }
.section-head--row p { margin-bottom: 4px; font-size: 18px; }
.section-head--center { max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .label { justify-content: center; }
.section-head--center .label::before { display: none; }
.section-head p { font-size: 18px; }
.equal-grid > * { min-width: 0; }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.info-card { padding: 24px; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.info-card p { margin-bottom: 0; }
.card-num { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin-bottom: 24px; background: var(--red); color: #fff; font-weight: 900; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.product-card { min-height: 100%; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; overflow: hidden; transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s cubic-bezier(.2,.8,.2,1), border-color .28s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(40,47,57,.12); border-color: rgba(217,67,61,.35); }
.image-frame { aspect-ratio: 16 / 10; display: flex; align-items: center; justify-content: center; padding: 24px; background: #f5f5f5; overflow: hidden; }
.image-frame img { width: 100%; height: 100%; object-fit: contain; }
.product-image { border-bottom: 1px solid var(--line); }
.product-body { flex: 1; padding: 24px; display: flex; flex-direction: column; }
.product-body p { margin-bottom: 0; font-size: 15px; }

.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.media-panel { aspect-ratio: 4 / 3; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; padding: 24px; overflow: hidden; }
.media-panel img { width: 100%; height: 100%; object-fit: contain; }
.check-list { display: grid; gap: 14px; }
.check-list div { min-height: 96px; position: relative; padding: 22px 24px 22px 64px; background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.check-list div::before { content: ""; position: absolute; left: 24px; top: 28px; width: 18px; height: 18px; background: var(--red); }
.check-list strong { display: block; margin-bottom: 5px; font-size: 18px; color: var(--graphite); }
.check-list span { color: var(--muted); line-height: 1.55; }

.forms-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.form-visual { height: 100%; border: 1px solid var(--line); background: #fff; display: grid; grid-template-rows: auto 1fr; overflow: hidden; transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s cubic-bezier(.2,.8,.2,1), border-color .28s ease; }
.form-visual:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(40,47,57,.12); border-color: rgba(217,67,61,.28); }
.form-visual .image-frame { border-bottom: 1px solid var(--line); }
.form-visual__body { flex: 1; padding: 24px; }
.form-visual p { margin-bottom: 0; }

.data-grid { display: grid; grid-template-columns: 1.08fr repeat(3, 1fr); gap: 20px; align-items: stretch; }
.data-card { padding: 28px; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; justify-content: flex-start; gap: 14px; }
.data-card--accent { color: #fff; background: var(--red); border-color: var(--red); box-shadow: 0 22px 50px rgba(217,67,61,.22); }
.data-card--accent h3, .data-card--accent p { color: #fff; }
.data-card h3, .data-card p { margin-bottom: 0; }
.data-card ul { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.8; }
.data-card li::marker { color: var(--red); }
.data-card--accent .btn { margin-top: auto; align-self: flex-start; }

.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; align-items: stretch; }
.timeline-item { padding: 24px; border: 1px solid var(--line); background: var(--soft); display: flex; flex-direction: column; }
.timeline-item span { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; margin-bottom: 24px; background: var(--graphite); color: #fff; font-weight: 900; }
.timeline-item h3 { margin-bottom: 10px; }
.timeline-item p { margin: auto 0 0; font-size: 15px; }

.contact-box { display: grid; gap: 10px; margin-top: 28px; padding: 24px; background: var(--graphite); }
.contact-box a { color: #fff; font-weight: 900; font-size: 21px; overflow-wrap: anywhere; }
.big-form, .modal-form { padding: 30px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-topline { margin-bottom: 18px; }
.form-kicker { display: block; margin-bottom: 6px; color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row-narrow { grid-template-columns: 1fr 1fr; align-items: start; gap: 16px; }
label { display: block; margin-bottom: 15px; }
label span { display: block; margin-bottom: 8px; color: var(--graphite); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid rgba(40,47,57,.22); border-radius: 4px; background: #fff; padding: 13px 14px; color: var(--graphite); outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(217,67,61,.10); }
.file-wrap { width: 100%; }
.file-field { position: relative; display: flex; align-items: center; justify-content: flex-start; width: 100%; height: 48px; min-height: 48px; padding: 0 14px; border: 1px solid #d9dde2; border-radius: 4px; background: #fff; box-sizing: border-box; overflow: hidden; cursor: pointer; }
.file-wrap .file-field { margin-bottom: 0; color: inherit; font-size: inherit; font-weight: inherit; letter-spacing: 0; text-transform: none; }
.file-field input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.file-field em { display: block; width: 100%; max-width: 100%; overflow: hidden; color: var(--muted); font-size: 14px; font-style: normal; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.agree { display: flex; gap: 10px; align-items: flex-start; margin: 16px 0 20px; }
.agree input { width: 18px; height: 18px; min-height: 18px; margin-top: 2px; accent-color: var(--red); }
.agree span { margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; text-transform: none; letter-spacing: 0; }
.agree a { color: var(--red); text-decoration: underline; text-underline-offset: 2px; }
.big-form small { display: block; margin-top: 10px; color: var(--muted); font-size: 12px; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 58px; }
.faq-list { display: grid; gap: 14px; }
details { border: 1px solid var(--line); background: #fff; overflow: hidden; transition: box-shadow .28s ease, border-color .28s ease; }
details[open] { border-color: rgba(217,67,61,.28); box-shadow: 0 14px 34px rgba(40,47,57,.08); }
summary { padding: 22px 24px; font-weight: 900; cursor: pointer; list-style: none; color: var(--graphite); }
summary::-webkit-details-marker { display: none; }
details p { margin: 0; padding: 0 24px 24px; animation: detailsReveal .32s cubic-bezier(.2,.8,.2,1); }
@keyframes detailsReveal { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

.final-cta { padding: 64px 0; color: #fff; background: var(--red); }
.final-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; }
.final-grid h2 { margin-bottom: 8px; color: #fff; }
.final-grid p { margin-bottom: 0; color: rgba(255,255,255,.86); }

.site-footer { padding: 48px 0; background: #eef0f2; color: var(--graphite); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .9fr .9fr 1fr; gap: 34px; align-items: start; }
.footer-logo { display: block; width: fit-content; max-width: 100%; margin: 0 0 18px; padding: 0; background: transparent; background-color: transparent; border: 0; border-radius: 0; box-shadow: none; overflow: visible; }
.footer-logo img { width: 230px; max-width: 100%; height: auto; display: block; background: transparent; }
.site-footer p { max-width: 430px; margin: 16px 0 0; color: #5f6672; }
.site-footer strong { display: block; margin-bottom: 14px; color: var(--graphite); }
.site-footer a { display: block; margin: 8px 0; color: #3c4652; }
.site-footer a:hover { color: var(--red); }

.legal-page .legal-hero { padding: 52px 0 30px; background: linear-gradient(180deg, #fff 0%, var(--soft) 100%); }
.legal-page .legal-hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(30px, 4vw, 44px); line-height: 1.12; letter-spacing: -0.03em; }
.legal-page .legal-hero p { max-width: 760px; margin-bottom: 0; font-size: 17px; line-height: 1.6; color: var(--graphite-2); }
.legal-page .legal-content { padding: 38px 0 72px; background: #fff; }
.legal-page .legal-card { max-width: 960px; margin: 0 auto; padding: 34px; border: 1px solid var(--line); background: #fff; box-shadow: 0 20px 60px rgba(40,47,57,.08); }
.legal-page .legal-card h2 { margin: 34px 0 14px; font-size: clamp(22px, 2.2vw, 28px); line-height: 1.25; letter-spacing: -0.015em; }
.legal-page .legal-card h2:first-child { margin-top: 0; }
.legal-page .legal-card h3 { margin: 24px 0 10px; font-size: 18px; line-height: 1.35; }
.legal-page .legal-card p, .legal-page .legal-card li { color: var(--graphite-2); font-size: 16px; line-height: 1.68; }
.legal-card ul, .legal-card ol { margin: 0 0 18px; padding-left: 22px; }
.legal-note { margin: 24px 0; padding: 18px 20px; border-left: 4px solid var(--red); background: var(--soft); color: var(--graphite); font-weight: 700; }
.legal-meta { display: grid; gap: 8px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); }

.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; }
.modal.is-open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(17,21,26,.70); backdrop-filter: blur(8px); }
.modal-window { position: relative; width: min(520px, 100%); max-height: calc(100vh - 48px); overflow: auto; }
.modal-close { position: absolute; right: 16px; top: 14px; z-index: 2; width: 42px; height: 42px; border: 0; background: var(--soft); color: var(--graphite); font-size: 30px; line-height: 1; }
.modal-form h2 { margin-bottom: 10px; font-size: 30px; }
.modal-form p { margin-bottom: 20px; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 200; max-width: 370px; padding: 18px 20px; background: var(--graphite); color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.28); transform: translateY(30px); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translate3d(0, 22px, 0); transition: opacity .56s cubic-bezier(.2,.8,.2,1), transform .56s cubic-bezier(.2,.8,.2,1); transition-delay: 0ms; backface-visibility: hidden; }
.reveal.is-animating { will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); transition-delay: var(--reveal-delay, 0ms); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; will-change: auto; }
}

@media (max-width: 1140px) {
  .header-grid { grid-template-columns: 200px 1fr auto; gap: 18px; }
  .brand img { width: 198px; }
  .nav { gap: 14px; font-size: 12px; }
  .header-actions .phone { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-metrics { display: none; }
  .section-head--row, .split-grid, .faq-grid { grid-template-columns: 1fr; }
  .audience-grid, .product-grid, .data-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .container { width: calc(100% - 28px); max-width: calc(100% - 28px); }
  .topline__grid { min-height: auto; padding: 10px 0; align-items: flex-start; flex-direction: column; gap: 4px; }
  .site-header { backdrop-filter: none; background: rgba(255,255,255,.97); }
  .header-grid { grid-template-columns: 1fr auto; min-height: 70px; }
  .brand img { width: 178px; }
  .burger { display: block; }
  .nav { position: fixed; left: 14px; right: 14px; top: 122px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; box-shadow: 0 24px 60px rgba(40,47,57,.18); border: 1px solid var(--line); }
  .nav.is-open { display: flex; }
  .legal-header .header-grid { grid-template-columns: 1fr; gap: 12px; padding: 14px 0; }
  .legal-header .nav { position: static; left: auto; right: auto; top: auto; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 12px; padding: 0; border: 0; box-shadow: none; }
  .legal-header .nav a { padding: 0; border-bottom: 0; }
  .legal-header .header-actions { display: none; }
  .nav a { padding: 14px; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border-bottom: 0; }
  .nav a::after { display: none; }
  .header-actions { display: none; }
  .hero { padding: 34px 0 46px; }
  h1 { font-size: 38px; line-height: 1.02; }
  h2 { font-size: 32px; }
  .lead { margin-bottom: 18px; font-size: 17px; }
  .hero-tags { margin-bottom: 20px; }
  .hero-actions { margin-bottom: 20px; }
  .hero-actions .btn, .btn-white { width: 100%; }
  .hero-metrics, .audience-grid, .product-grid, .data-grid, .timeline, .footer-grid, .form-row, .form-row-narrow, .final-grid { grid-template-columns: 1fr; }
  .hero-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .hero-metrics div { padding: 12px; }
  .hero-metrics strong { margin-bottom: 6px; font-size: 24px; }
  .hero-metrics span { font-size: 12px; line-height: 1.3; }
  .section { padding: 58px 0; }
  .forms-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .media-panel { aspect-ratio: 16 / 11; }
  .big-form, .modal-form { padding: 22px; }
  .legal-page .legal-card { padding: 24px; }
  .legal-page .legal-hero h1 { font-size: clamp(30px, 8vw, 34px); }
  .legal-page .legal-card h2 { font-size: 23px; line-height: 1.25; }
  .legal-page .legal-card h3 { font-size: 19px; }
  .legal-page .legal-card p, .legal-page .legal-card li { font-size: 16px; }
  input, select, textarea { font-size: 16px; }
  .toast { left: 14px; right: 14px; bottom: 14px; max-width: none; }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 24px); max-width: calc(100% - 24px); }
  .brand img { width: 164px; }
  h1 { font-size: clamp(28px, 8vw, 32px); line-height: 1.08; word-break: break-word; }
  h2 { font-size: 29px; }
  .eyebrow, .label { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: start; letter-spacing: .04em; }
  .eyebrow span, .label::before { width: 24px; margin-top: .65em; }
  .hero-tags { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .hero-tags span { width: 100%; }
  .hero-actions { gap: 10px; }
  .btn { width: 100%; padding-left: 16px; padding-right: 16px; }
  .hero-form-card .big-form { padding: 18px; }
  .image-frame { padding: 16px; }
}

/* Production overrides: keep these after responsive rules to avoid stale cascade issues. */
.site-footer {
  background: #eef0f2;
  color: var(--graphite);
}

.site-footer .footer-logo,
.footer-logo {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible;
}

.site-footer .footer-logo img,
.footer-logo img {
  display: block;
  width: 230px;
  height: auto;
  max-width: 100%;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.legal-page .legal-hero h1 {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.legal-page .legal-card h2 {
  margin: 32px 0 12px;
  font-size: 24px !important;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.legal-page .legal-card h2:first-child {
  margin-top: 0;
}

.legal-page .legal-card h3 {
  margin: 22px 0 8px;
  font-size: 18px;
  line-height: 1.35;
}

.legal-page .legal-card p,
.legal-page .legal-card li {
  font-size: 16px;
  line-height: 1.65;
}

.file-wrap {
  display: block;
  width: 100%;
}

label span,
.form-kicker,
.file-wrap > span:first-child {
  display: block;
  margin-bottom: 8px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.form-row-narrow {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 16px;
}

.file-field {
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(40,47,57,.22);
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.file-field input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-field em {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}

.lead-form .form-row,
.lead-form .form-row-narrow {
  min-width: 0;
}

.lead-form .form-row > label,
.lead-form .form-row-narrow > label {
  min-width: 0;
}

.lead-form .form-row-narrow {
  grid-template-columns: minmax(140px, .42fr) minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.lead-form .form-row-narrow input[name="quantity"] {
  width: 100%;
  min-width: 0;
}

.lead-form label > span,
.lead-form .file-wrap > span:first-child {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  white-space: normal;
}

.lead-form .file-wrap {
  display: block;
  width: 100%;
  min-width: 0;
}

.lead-form .file-field {
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 48px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(40, 47, 57, .22);
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.lead-form .file-field input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.lead-form .file-field em {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  pointer-events: none;
}

@media (max-width: 860px) {
  .legal-page .legal-card h2 {
    font-size: 22px !important;
  }

  .form-row-narrow,
  .lead-form .form-row-narrow {
    grid-template-columns: 1fr;
  }

  .lead-form .file-field {
    width: 100%;
  }
}

.footer-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.privacy-consent[hidden] {
  display: none;
}

.privacy-consent {
  position: fixed;
  z-index: 1200;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: #161a20;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.privacy-consent p {
  max-width: 680px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.privacy-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

@media (max-width: 720px) {
  .privacy-consent {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .privacy-consent__actions {
    flex-direction: column;
  }
}