:root {
  --red: #b40000;
  --red-dark: #8f0000;
  --black: #0d0d0d;
  --ink: #111111;
  --muted: #555555;
  --line: #e7dfd6;
  --warm: #f6f2ec;
  --yellow: #ffc13b;
  --white: #ffffff;
  --green: #17a24a;
  --shadow: 0 18px 50px rgba(13, 13, 13, 0.14);
  --soft-shadow: 0 10px 28px rgba(13, 13, 13, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  overflow-x: hidden;
}

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

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

a:hover,
a:focus-visible {
  color: var(--red);
}

.shell {
  width: min(calc(100% - 48px), 1380px);
  margin: 0 auto;
}

.shell,
.site-header__inner,
.hero__inner,
.hero-copy,
.section-head,
.product-copy,
.placement-copy,
.stat-card,
.news-card,
.risk-card,
.faq-card,
.solution-tile,
.included-panel {
  min-width: 0;
}

.lead,
.section-head p,
.product-copy p,
.placement-copy p,
.stat-card h3,
.stat-card p,
.news-card h3,
.news-card p,
.risk-card p,
.faq-card h3,
.faq-card p,
.source-link {
  overflow-wrap: break-word;
}

.icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.eyebrow::after {
  content: "";
  width: 56px;
  height: 5px;
  background: var(--red);
}

h1,
h2,
h3,
.button,
.brand strong,
.footer-brand strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

p {
  color: var(--muted);
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #cf110b 0%, var(--red) 58%, var(--red-dark) 100%);
  box-shadow: 0 15px 30px rgba(180, 0, 0, 0.24);
  color: var(--white);
  font-size: 1.16rem;
  line-height: 1;
  padding: 0 28px;
  text-transform: uppercase;
}

.button:hover,
.button:focus-visible {
  color: var(--white);
  transform: translateY(-1px);
}

.button--small {
  min-height: 54px;
  padding-inline: 30px;
  white-space: nowrap;
}

.button--ghost {
  background: var(--white);
  border: 2px solid rgba(180, 0, 0, 0.18);
  box-shadow: none;
  color: var(--red);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  background: #fff7f7;
  color: var(--red);
}

.button--white {
  background: var(--white);
  color: var(--red);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.button--white:hover,
.button--white:focus-visible {
  color: var(--red);
}

.trust-strip {
  background: var(--black);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  min-height: 38px;
  align-items: center;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(13, 13, 13, 0.07);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  min-height: 98px;
  align-items: center;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
}

.brand img,
.footer-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.brand span,
.footer-brand span {
  display: grid;
  line-height: 1;
}

.brand strong {
  color: var(--red);
  font-size: 2.34rem;
}

.brand small,
.footer-brand small {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 950;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #131313;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.nav a {
  white-space: nowrap;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--white);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-position: center right;
  background-size: cover;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 33%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.22) 65%, rgba(255, 255, 255, 0) 84%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.68) 100%);
}

.hero::after {
  position: absolute;
  inset: auto 0 0 0;
  z-index: -1;
  height: 150px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, 560px) minmax(0, 1fr);
  gap: 36px;
  min-height: 690px;
  align-items: center;
  padding: 54px 0 62px;
}

.hero-copy {
  max-width: 610px;
}

.hero h1 {
  margin: 16px 0 22px;
  color: #050505;
  font-size: 5rem;
  line-height: 0.96;
}

.hero h1 em {
  display: block;
  color: var(--red);
  font-style: normal;
}

.lead {
  color: #171717;
  font-size: 1.34rem;
  font-weight: 850;
  line-height: 1.32;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 26px;
}

.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  max-width: 620px;
  color: #111111;
  font-size: 0.88rem;
  font-weight: 950;
  text-transform: uppercase;
}

.micro-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-product-card {
  justify-self: end;
  width: min(760px, 52vw);
  margin-top: 96px;
  margin-right: -24px;
}

.hero-product-card img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.22));
}

.section {
  padding: 88px 0;
  background: var(--white);
}

.section--warm {
  background: var(--warm);
}

.section--black {
  background:
    radial-gradient(circle at 18% 0%, rgba(180, 0, 0, 0.18), transparent 34%),
    var(--black);
  color: var(--white);
}

.section--black p {
  color: rgba(255, 255, 255, 0.78);
}

.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-head--wide {
  max-width: 980px;
}

.section-head h2,
.product-copy h2,
.placement-copy h2 {
  margin: 10px 0 14px;
  color: inherit;
  font-size: 3.35rem;
  line-height: 1;
}

.section-head p,
.product-copy p,
.placement-copy p {
  font-size: 1.12rem;
  font-weight: 700;
}

.evidence-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf8f4 100%);
}

.evidence-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 26px;
  align-items: stretch;
}

.stat-card {
  display: grid;
  align-content: start;
  gap: 12px;
  border-radius: 8px;
  background: var(--black);
  box-shadow: var(--shadow);
  color: var(--white);
  padding: 34px;
  min-height: 360px;
}

.stat-card__label {
  color: var(--yellow);
  font-size: 0.84rem;
  font-weight: 950;
  text-transform: uppercase;
}

.stat-card strong {
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-size: 5.1rem;
  line-height: 0.95;
}

.stat-card h3 {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
}

.stat-card p {
  color: rgba(255, 255, 255, 0.77);
  font-weight: 700;
}

.stat-card a,
.source-link {
  color: var(--yellow);
  font-size: 0.9rem;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

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

.news-card {
  display: grid;
  gap: 12px;
  min-height: 224px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
  padding: 26px;
}

.news-card:first-child {
  border-top: 6px solid var(--red);
}

.news-card span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.news-card h3 {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.28rem;
  line-height: 1.18;
  text-transform: none;
}

.news-card p {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
}

.source-link {
  color: var(--red);
  font-size: 0.78rem;
  word-break: break-word;
}

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

.risk-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 26px;
}

.risk-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.risk-card p {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
}

.placement-section {
  background: #ffffff;
}

.placement-layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 46px;
  align-items: center;
}

.placement-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.placement-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.18), transparent 46%);
}

.placement-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.placement-copy {
  max-width: 620px;
}

.placement-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.placement-item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-left: 6px solid var(--red);
  background: #fbf8f4;
  padding: 18px 20px;
}

.placement-item span {
  color: var(--red);
  font-size: 0.88rem;
  font-weight: 950;
  text-transform: uppercase;
}

.placement-item p {
  margin: 0;
  color: #1b1b1b;
  font-weight: 800;
}

.product-section {
  background:
    linear-gradient(180deg, #fbf8f4 0%, #ffffff 100%);
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.product-copy {
  max-width: 560px;
}

.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.feature-pills span {
  border: 1px solid #eadfd5;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 0.82rem;
  font-weight: 950;
  padding: 10px 14px;
  text-transform: uppercase;
}

.price-panel {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 6px 18px;
  align-items: center;
  border: 2px solid var(--red);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
  padding: 18px;
}

.price-panel span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.price-panel strong {
  color: var(--red);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.price-panel .button {
  grid-column: 1 / -1;
}

.kit-showcase {
  display: grid;
  width: min(100%, 760px);
  justify-self: end;
  gap: 18px;
  align-items: start;
}

.kit-showcase > img {
  width: 100%;
  max-height: 660px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.included-panel {
  border: 3px solid var(--yellow);
  border-radius: 8px;
  background: #fff7e8;
  padding: 24px 28px;
}

.included-panel h3 {
  margin-bottom: 18px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.included-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.included-panel li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #111111;
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.24;
}

.included-panel .icon {
  color: var(--green);
}

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

.faq-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
  padding: 26px;
}

.faq-card h3 {
  margin-bottom: 12px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.18rem;
  line-height: 1.18;
  text-transform: none;
}

.faq-card p {
  margin: 0;
  font-weight: 700;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.solution-grid--large {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.solution-tile {
  display: grid;
  gap: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.solution-tile img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.solution-tile span,
.solution-tile strong,
.solution-tile small {
  margin-inline: 18px;
}

.solution-tile span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.solution-tile strong {
  font-size: 1.08rem;
  line-height: 1.12;
}

.solution-tile small {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.32;
}

.bottom-cta {
  background: linear-gradient(90deg, var(--red-dark), #d00000);
  color: var(--white);
}

.bottom-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 30px;
  min-height: 158px;
  align-items: center;
}

.bottom-cta__brand h2 {
  margin: 0;
  color: var(--white);
  font-size: 3rem;
  line-height: 1;
}

.bottom-cta__brand p {
  margin: 8px 0 0;
  color: var(--white);
  font-size: 1.16rem;
  font-weight: 850;
}

.bottom-cta__offer {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.bottom-cta__offer span,
.price span {
  color: #fff2cc;
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.price {
  display: grid;
  min-width: 126px;
  justify-items: center;
  border-radius: 8px;
  background: #ffffff;
  color: var(--red);
  padding: 16px 18px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.price span {
  color: #111111;
}

.price strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-size: 2.7rem;
  line-height: 1;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--black);
  color: #ffffff;
}

.footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.35fr);
  gap: 34px 54px;
  align-items: start;
  padding: 42px 0 28px;
}

.footer .footer-brand {
  display: grid;
  max-width: 390px;
  align-content: start;
  gap: 16px;
  color: #ffffff;
}

.footer-logo {
  display: inline-grid;
  width: fit-content;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.footer-logo img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.footer-logo strong {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  line-height: 0.86;
}

.footer-logo small {
  display: block;
  margin-top: 4px;
  color: #d8d8d8;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.1;
}

.footer-brand p {
  margin: 0;
  color: #d8d8d8;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.45;
}

.footer-email {
  width: fit-content;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

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

.footer-nav div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-nav span {
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-nav a {
  color: #d8d8d8;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-email:hover,
.footer-email:focus-visible {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #bdbdbd;
  padding-top: 22px;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.4;
}

.footer-bottom span {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .button,
  .solution-tile,
  .news-card,
  .faq-card,
  .risk-card {
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  }

  .solution-tile:hover,
  .solution-tile:focus-visible,
  .news-card:hover,
  .news-card:focus-within,
  .faq-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
  }

  .hero-copy,
  .hero-product-card,
  .section-head,
  .stat-card,
  .placement-image,
  .product-copy {
    animation: reveal-up 520ms ease both;
  }

  .hero-product-card {
    animation-delay: 120ms;
  }

  @keyframes reveal-up {
    from {
      opacity: 0;
      transform: translateY(18px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 1200px) {
  .site-header__inner {
    gap: 22px;
  }

  .nav {
    gap: 16px;
    font-size: 0.76rem;
  }

  .hero__inner {
    grid-template-columns: minmax(390px, 510px) minmax(0, 1fr);
  }

  .hero h1 {
    font-size: 4.25rem;
  }

  .hero-product-card {
    width: min(690px, 50vw);
  }

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

@media (max-width: 980px) {
  body {
    font-size: 17px;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 12px 0 14px;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 0;
    padding: 54px 0 42px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, #ffffff 0%, #ffffff 54%, rgba(255, 255, 255, 0.76) 72%, rgba(255, 255, 255, 0.12) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.1), #ffffff 100%);
  }

  .hero-copy {
    max-width: 610px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero-product-card {
    justify-self: center;
    width: min(720px, 94%);
    margin: 4px auto 0;
  }

  .evidence-grid,
  .placement-layout,
  .product-layout {
    grid-template-columns: 1fr;
  }

  .kit-showcase {
    width: 100%;
    justify-self: stretch;
  }

  .risk-row,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .bottom-cta__inner,
  .footer__inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .bottom-cta__offer {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(calc(100% - 28px), 1380px);
  }

  .trust-strip__inner {
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 18px;
    min-height: 36px;
    scrollbar-width: none;
  }

  .trust-strip__inner::-webkit-scrollbar {
    display: none;
  }

  .trust-strip span {
    justify-content: flex-start;
  }

  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand img {
    width: 50px;
    height: 50px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .brand strong {
    font-size: 1.9rem;
  }

  .brand small {
    font-size: 0.88rem;
  }

  .site-header .button--small {
    display: none;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    overflow: visible;
  }

  .nav a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #eadfd4;
    border-radius: 7px;
    background: #fbf8f5;
    color: #191919;
    font-size: 0.7rem;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
    padding: 4px;
  }

  .hero-bg {
    background-position: 58% center;
  }

  .hero::before {
    background:
      linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 44%, rgba(255, 255, 255, 0.72) 68%, rgba(255, 255, 255, 0.18) 100%),
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 62%, rgba(255, 255, 255, 0.28) 100%);
  }

  .hero__inner {
    padding: 42px 0 34px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: 3.05rem;
  }

  .lead {
    font-size: 1.08rem;
  }

  .button {
    width: 100%;
    min-height: 54px;
    font-size: 1rem;
  }

  .hero-actions {
    gap: 10px;
  }

  .micro-proof {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 0.78rem;
  }

  .section {
    padding: 58px 0;
  }

  .section-head h2,
  .product-copy h2,
  .placement-copy h2 {
    font-size: 2.55rem;
  }

  .evidence-grid,
  .news-grid,
  .solution-grid,
  .solution-grid--large {
    grid-template-columns: 1fr;
  }

  .stat-card {
    min-height: 0;
    padding: 26px;
  }

  .stat-card strong {
    font-size: 4rem;
  }

  .placement-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .price-panel {
    width: 100%;
  }

  .included-panel {
    padding: 24px;
  }

  .included-panel ul {
    grid-template-columns: 1fr;
  }

  .bottom-cta__inner {
    min-height: 0;
    padding: 34px 0;
  }

  .bottom-cta__brand h2 {
    font-size: 2.35rem;
  }

  .footer-logo img {
    width: 58px;
    height: 58px;
  }

  .footer-logo strong {
    font-size: 2rem;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 430px) {
  .brand {
    max-width: 210px;
  }

  .brand strong {
    font-size: 1.52rem;
  }

  .brand small {
    font-size: 0.74rem;
  }

  .hero h1 {
    max-width: 330px;
    font-size: 2.7rem;
  }

  .hero-product-card {
    width: min(100%, 330px);
    margin-inline: auto;
    margin-right: auto;
  }

  .section-head h2,
  .product-copy h2,
  .placement-copy h2 {
    font-size: 2.18rem;
  }
}
