:root {
  --yellow: #ffd20a;
  --yellow-dark: #e5b800;
  --ink: #171717;
  --charcoal: #252525;
  --grey: #666;
  --light: #f4f4f1;
  --white: #fff;
  --max: 1180px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 12px 18px; background: var(--yellow); font-weight: 700; }
.skip-link:focus { left: 12px; top: 12px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid #ddd; backdrop-filter: blur(12px); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 1 320px; }
.brand img { width: 310px; height: auto; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a { font-weight: 700; text-decoration: none; font-size: 15px; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone { white-space: nowrap; font-weight: 700; text-decoration: none; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 24px; border: 2px solid var(--yellow); border-radius: 999px; background: var(--yellow); color: var(--ink); font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #ffe052; }
.button:focus-visible, a:focus-visible { outline: 3px solid #2078d4; outline-offset: 3px; }
.button-small { min-height: 42px; padding: 9px 18px; font-size: 15px; }
.button-ghost { background: transparent; color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-dark { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button-dark:hover { background: #333; }

.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; background: var(--charcoal); color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.63) 42%, rgba(0,0,0,.08) 76%); }
.hero-content { position: relative; z-index: 1; padding-block: 90px; }
.hero-content h1 { max-width: 700px; margin: 10px 0 20px; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -2.5px; }
.hero-copy { max-width: 620px; font-size: clamp(19px, 2vw, 24px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.eyebrow { margin: 0 0 8px; color: var(--yellow); font-size: 13px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow.dark { color: #866c00; }

.trust-strip { background: var(--yellow); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p { margin: 0; padding: 24px 30px; border-left: 1px solid rgba(0,0,0,.18); }
.trust-grid p:last-child { border-right: 1px solid rgba(0,0,0,.18); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 19px; }
.trust-grid span { font-size: 14px; line-height: 1.35; }

.section { padding-block: 96px; }
.section h2 { max-width: 780px; margin: 0 0 24px; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -1.5px; }
.product-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.product-copy > p { max-width: 740px; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 26px; padding: 0; margin: 34px 0 0; list-style: none; }
.feature-list li { position: relative; padding-left: 28px; font-weight: 700; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: #9a7c00; font-weight: 900; }
.offer-card { padding: 42px; border-radius: var(--radius); background: var(--yellow); box-shadow: 0 24px 50px rgba(0,0,0,.15); text-align: center; transform: rotate(1deg); }
.offer-label { margin: 0; font-size: 23px; font-weight: 900; text-transform: uppercase; }
.price { margin: 12px 0 0; font-size: 82px; font-weight: 900; line-height: 1; letter-spacing: -4px; }
.price span { font-size: 42px; vertical-align: top; }
.price-note, .stock-note { font-size: 14px; line-height: 1.5; }
.offer-card .button { width: 100%; margin-top: 15px; }
.stock-note { margin-bottom: 0; font-weight: 700; }

.section-dark { background: var(--charcoal); color: var(--white); }
.media-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.video-frame { overflow: hidden; position: relative; aspect-ratio: 16 / 9; border: 8px solid var(--yellow); border-radius: var(--radius); background: #000; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.image-feature { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.image-feature img { width: 100%; border-radius: var(--radius); box-shadow: 16px 16px 0 var(--yellow); }
.text-link { font-weight: 900; text-decoration-color: var(--yellow-dark); text-decoration-thickness: 3px; text-underline-offset: 5px; }

.testimonials { background: var(--light); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
blockquote { display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; margin: 0; padding: 32px; border-radius: var(--radius); background: var(--white); border-top: 7px solid var(--yellow); }
blockquote p { margin: 0; font-size: 22px; font-weight: 800; line-height: 1.4; }
blockquote footer { margin-top: 28px; color: var(--grey); font-size: 14px; font-weight: 700; }

.putload-section { overflow: hidden; }
.putload-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.putload-grid img { width: 100%; max-height: 430px; object-fit: contain; }
.cta-section { padding-block: 70px; background: var(--ink); color: var(--white); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.cta-inner h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.1; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.site-footer { padding-block: 55px 24px; background: #c6c6c6; font-size: 14px; line-height: 1.5; }
.footer-grid { display: grid; grid-template-columns: 210px 1fr auto; gap: 50px; align-items: center; }
.footer-grid > img { width: 190px; }
.footer-grid address { font-style: normal; }
.footer-contact { display: grid; gap: 6px; text-align: right; font-weight: 800; }
.legal { display: flex; justify-content: space-between; gap: 24px; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,.22); }
.legal p { margin: 0; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { min-height: 590px; }
  .product-grid, .media-grid, .image-feature, .putload-grid { grid-template-columns: 1fr; }
  .offer-card { max-width: 520px; transform: none; }
  .media-grid > div:first-child { max-width: 680px; }
  .quote-grid { grid-template-columns: 1fr; }
  blockquote { min-height: 0; }
  .putload-grid img { order: -1; }
  .footer-grid { grid-template-columns: 180px 1fr; }
  .footer-contact { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 75px; gap: 10px; }
  .brand { flex-basis: 205px; }
  .brand img { width: 205px; }
  .header-actions .phone { display: none; }
  .button-small { padding-inline: 15px; }
  .hero { min-height: 620px; align-items: end; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.72) 55%, rgba(0,0,0,.08) 100%); }
  .hero-content { padding-block: 58px; }
  .hero-content h1 { font-size: 46px; letter-spacing: -1.6px; }
  .hero-copy { font-size: 18px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-grid p, .trust-grid p:last-child { padding: 14px 5px; border: 0; border-bottom: 1px solid rgba(0,0,0,.17); }
  .trust-grid p:last-child { border-bottom: 0; }
  .section { padding-block: 68px; }
  .section h2 { font-size: 36px; letter-spacing: -1px; }
  .feature-list { grid-template-columns: 1fr; }
  .offer-card { padding: 32px 22px; }
  .price { font-size: 70px; }
  .image-feature img { box-shadow: 8px 8px 0 var(--yellow); }
  .quote-grid { gap: 15px; }
  .putload-grid { gap: 38px; }
  .cta-inner, .legal { display: grid; }
  .cta-actions { display: grid; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > img { width: 180px; }
  .footer-contact { grid-column: auto; }
}

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