:root {
  --red: #c91f24;
  --red-dark: #a71318;
  --ink: #151515;
  --muted: #6e7178;
  --paper: #fff;
  --soft: #f7f7f7;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Red Hat Display", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.center { text-align: center; }
.red, .section h3.red, .history h2 span, .testimonials h2 span, .brands h2 span, .final-cta span { color: var(--red); }
.italic { font-style: italic; }
.light { font-weight: 400; }

h1, h2, h3 { margin: 0 0 22px; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(3rem, 5.6vw, 5.6rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 24px; }

.hero {
  position: relative;
  min-height: 860px;
  display: grid;
  place-items: center;
  color: #fff;
  background: url("/assets/images/3.webp") center/cover no-repeat;
  overflow: hidden;
}
.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 12, 20, .95), rgba(7, 12, 20, .75) 50%, rgba(7, 12, 20, .55));
}
.hero__content { position: relative; padding-block: 70px; text-align: center; }
.logo--hero { width: 220px; height: auto; margin: 0 auto 55px; }
.hero h1 mark { padding: 0 .12em; color: #fff; background: var(--red); }
.hero__content > p { max-width: 900px; margin-inline: auto; color: #d3d3d4; font-size: 1.25rem; }
.hero__proof { margin-top: 50px !important; font-weight: 700; }
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 42px 0;
}
.proof-grid div { padding: 18px 20px; text-align: left; border: 1px solid var(--red); border-radius: 10px; background: rgba(20, 20, 20, .55); }
.proof-grid small, .proof-grid strong { display: block; }
.proof-grid small { color: #c6c6c6; }
.proof-grid strong { font-size: 1.65rem; }

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: var(--red-dark); }
.button--dark { background: #151923; }
.button--dark:hover { background: #000; }

.split { display: grid; grid-template-columns: 1fr 1fr; }
.split__copy { display: grid; align-content: center; padding: clamp(50px, 7vw, 110px) max(40px, calc((100vw - 1180px) / 2)); padding-right: clamp(40px, 6vw, 90px); }
.split--dark { color: #aeb0b5; background: var(--ink); }
.split h2 { font-size: clamp(2rem, 3.4vw, 3.7rem); }
.split h2 span { color: var(--red); }
.split img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }

.section { padding: 105px 0; }
.benefits { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.eyebrow { display: inline-block; margin-bottom: 32px; padding: 8px 42px; border: 1px solid #d7d7d7; border-radius: 999px; }
.eyebrow--light { color: var(--ink); background: #fff; border: 0; }
.rounded-image { width: 100%; aspect-ratio: 1.7; object-fit: cover; border-radius: 24px; }
.benefits h3 { color: var(--red); font-style: italic; }
.check-list { margin: 35px 0; padding: 0; list-style: none; }
.check-list li { position: relative; min-height: 68px; padding: 15px 0 15px 70px; border-left: 2px solid #d6dbe0; }
.check-list li::before { content: "✓"; position: absolute; left: -25px; top: 8px; width: 48px; height: 48px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--red); font-weight: 800; }

.brands { padding: 70px 0; color: #8a8b8d; background: #151515; text-align: center; }
.brands h2 { font-size: 2rem; }
.brand-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 36px; margin: 50px 0; }
.brand-row img { width: auto; max-width: 150px; max-height: 55px; object-fit: contain; filter: grayscale(1) brightness(0) invert(.55); opacity: .95; }
.brands p { color: var(--red); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 1050px; margin: 45px auto; }
.feature-grid div { padding: 24px; border-radius: 22px; background: var(--soft); font-weight: 600; }
.feature-grid div::first-letter { color: var(--red); }

.plans { padding: 90px 0; color: #fff; background: var(--red); }
.plans h2 { font-weight: 400; }
.plan-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin: 45px 0; color: var(--ink); text-align: left; }
.plan-grid article { min-height: 355px; padding: 28px 24px; background: #fff; display: flex; flex-direction: column; }
.plan-grid article > strong { margin-top: auto; font-size: 1.3rem; }
.plan-grid article > strong b { font-size: 2.7rem; }
.plan-grid ul { padding-left: 20px; font-size: .95rem; }

.testimonials {
  padding: 100px 0;
  color: #fff;
  background: linear-gradient(rgba(11, 12, 14, .82), rgba(11, 12, 14, .88)), url("/assets/images/4.webp") center/cover;
}
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; max-width: 850px; margin: 50px auto 0; text-align: left; }
blockquote { margin: 0; padding: 38px; border: 1px solid #777; border-radius: 24px; }
blockquote p { margin: 22px 0 0; color: #cacaca; }

.history { padding: 100px 0; color: #94969b; background: #151515; }
.history .container { max-width: 900px; }
.history h2 { font-size: clamp(2rem, 3.3vw, 3.2rem); }

.faq-section { text-align: center; }
.faq-section > .container { max-width: 900px; }
.faq-section h2 { color: var(--red); }
.faq { margin-top: 40px; text-align: left; }
.faq details { margin: 14px 0; color: #fff; border-radius: 18px; background: var(--red); overflow: hidden; }
.faq details:nth-child(even) { background: #050505; }
.faq summary { padding: 27px 34px; cursor: pointer; font-weight: 700; }
.faq details p { margin: 0; padding: 0 34px 28px; }

.final-cta {
  padding: 110px 0;
  color: #d4d4d4;
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .8)), url("/assets/images/17.webp") center/cover;
}
.final-cta h2 { display: inline-block; padding: 4px 16px; color: #fff; background: var(--red); }
.final-cta .container { max-width: 1000px; }

footer { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(560px, 1.3fr); align-items: center; gap: 50px; padding: 54px max(24px, calc((100vw - 1180px) / 2)) 28px; color: #fff; background: var(--red); }
footer img { filter: brightness(0) invert(1); }
footer p { margin: 0; font-size: .95rem; }
.footer__brand { display: flex; align-items: center; gap: 22px; }
.footer__brand strong { display: block; margin-bottom: 3px; font-size: 1.2rem; }
.footer__brand p { color: rgba(255,255,255,.78); font-size: .82rem; }
.footer__stores { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.footer__store { padding: 20px 22px; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; background: rgba(0,0,0,.1); }
.footer__store h2 { margin-bottom: 14px; font-size: 1rem; }
.footer__store nav { display: flex; flex-wrap: wrap; gap: 9px; }
.footer__store a { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.12); font-size: .76rem; font-weight: 600; line-height: 1; text-decoration: none; transition: background .2s, transform .2s; }
.footer__store a:hover { transform: translateY(-1px); background: rgba(255,255,255,.22); }
.footer__store svg { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer__store a:nth-child(2) svg { fill: currentColor; stroke: none; }
.footer__legal { grid-column: 1 / -1; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.72); text-align: center; }

.cookie-banner {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  left: 24px;
  max-width: 980px;
  margin: auto;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 60px rgba(0, 0, 0, .25);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; }
.cookie-banner div { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.cookie-banner .button { min-height: 48px; padding: 10px 24px; text-transform: none; }
.cookie-link { padding: 12px; border: 0; background: none; font: inherit; cursor: pointer; }

.lead-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}
.lead-modal[hidden] { display: none; }
.lead-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .74); backdrop-filter: blur(5px); }
.lead-modal__dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 25px 90px rgba(0, 0, 0, .4);
}
.lead-modal__dialog h2 { max-width: 650px; font-size: clamp(2rem, 4vw, 3.2rem); }
.lead-modal__dialog > p { color: var(--muted); }
.lead-modal__close {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  color: #555;
  background: transparent;
  font-size: 2rem;
  cursor: pointer;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.form-grid label { display: grid; gap: 7px; font-size: .9rem; font-weight: 700; }
.form-grid input, .form-grid select {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
}
.form-grid input:focus, .form-grid select:focus { border-color: var(--red); outline: 3px solid rgba(201, 31, 36, .12); }
.consent-field { display: flex; gap: 12px; margin: 24px 0 16px; color: #5f6166; font-size: .82rem; line-height: 1.4; }
.consent-field input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--red); }
.lead-submit { width: 100%; }
.lead-submit:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 24px; margin: 0 0 10px; color: var(--red); font-size: .85rem; }
.honeypot { position: absolute !important; left: -10000px !important; opacity: 0 !important; pointer-events: none !important; }
body.modal-open { overflow: hidden; }

@media (max-width: 950px) {
  .proof-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .split img { min-height: 420px; }
  .split__copy { padding: 70px 30px; }
  .benefits { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, 1180px); }
  .hero { min-height: 760px; }
  .hero__content { padding-block: 45px; }
  .logo--hero { width: 170px; margin-bottom: 42px; }
  .hero h1 { font-size: 2.5rem; }
  .hero h1 br { display: none; }
  .hero__content > p { font-size: 1rem; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .proof-grid div { padding: 12px; }
  .proof-grid strong { font-size: 1.05rem; }
  .proof-grid small { font-size: .7rem; }
  .button { width: 100%; font-size: .9rem; }
  .section { padding: 70px 0; }
  .split img { min-height: 340px; }
  .feature-grid, .plan-grid, .quote-grid { grid-template-columns: 1fr; }
  .plan-grid article { min-height: 300px; }
  .brand-row { gap: 24px; }
  .footer__brand { align-items: flex-start; flex-direction: column; }
  .footer__stores { grid-template-columns: 1fr; }
  .footer__store nav { gap: 8px; }
  .brand-row img { max-width: 110px; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 16px; padding: 20px; }
  .cookie-banner div { flex-direction: column-reverse; gap: 4px; }
  .lead-modal { padding: 10px; }
  .lead-modal__dialog { max-height: calc(100vh - 20px); padding: 30px 20px; border-radius: 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  footer { padding-top: 42px; text-align: left; }
  .footer__legal { text-align: center; }
}

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