
:root {
  --ink: #17231d;
  --green: #0a4c33;
  --green-dark: #073522;
  --lime: #d5f277;
  --ivory: #f4f0e6;
  --sand: #e7dfcd;
  --white: #fffefa;
  --muted: #6b746d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.whatsapp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.whatsapp-label {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: inherit;
  white-space: nowrap;
}
.whatsapp-icon { flex: 0 0 auto; width: 1.12em; height: 1.12em; font-size: 16px; }

.compare-bar {
  min-height: 38px;
  padding: 8px 4vw;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  background: var(--lime);
  color: #193221;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}
.compare-bar .whatsapp-icon { font-size: 15px; }
.compare-bar span { font-weight: 700; }
.compare-bar strong { font-weight: 900; }
.compare-mobile { display: none; }
.compare-bar b { transition: transform .2s ease; }
.compare-bar:hover b { transform: translateX(4px); }

.site-header {
  width: min(1280px, calc(100% - 48px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.brand { width: 124px; height: 78px; display: flex; align-items: center; }
.brand img { width: 124px; height: auto; display: block; }
.site-header nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-header nav a { font-size: 13px; font-weight: 750; color: #49534c; }
.site-header nav a:hover { color: var(--green); }
.header-cta {
  padding: 13px 20px;
  border: 1px solid #1b3e2e;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 800;
  transition: all .2s ease;
}
.header-cta:hover { background: var(--green); color: white; transform: translateY(-2px); }

.hero {
  width: min(1280px, calc(100% - 48px));
  min-height: 680px;
  margin: 4px auto 46px;
  border-radius: 30px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: var(--white);
  box-shadow: 0 18px 70px rgba(49, 42, 25, .08);
}
.hero-copy { padding: clamp(58px, 7vw, 96px) clamp(42px, 6vw, 84px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  max-width: 660px;
  font-family: Archivo, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 840;
}
.hero h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 610px; margin: 26px 0 30px; color: #566159; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.primary-button, .secondary-button {
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  padding: 0 23px;
  font-size: 14px;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease;
}
.primary-button { background: var(--green); color: white; gap: 22px; box-shadow: 0 10px 30px rgba(10, 76, 51, .2); }
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(10, 76, 51, .3); }
.secondary-button { border: 1px solid #c6cdc7; background: white; }
.secondary-button:hover { transform: translateY(-3px); }
.microcopy { margin: 15px 0 0; max-width: 550px; color: #7a827c; font-size: 12px; line-height: 1.5; }
.trust-row { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 18px 23px; }
.trust-row span { color: #445048; font-size: 12px; font-weight: 720; }
.trust-row b { color: var(--green); margin-right: 5px; }

.hero-visual { position: relative; min-width: 0; overflow: hidden; background: #bea77f; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; transform: scale(1.04); }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(4, 26, 17, .46)); }
.price-card, .stock-card {
  position: absolute;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0,0,0,.16);
}
.price-card {
  left: 26px; bottom: 28px; right: 108px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 15px;
  display: flex; align-items: center; gap: 13px;
  color: white; background: rgba(5, 45, 29, .76);
}
.price-card small { display: block; opacity: .72; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.price-card strong { display: block; margin-top: 3px; font-size: 15px; }
.price-icon { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: var(--green); font-size: 20px; font-weight: 900; }
.stock-card { top: 25px; right: 25px; width: 128px; padding: 16px; border-radius: 15px; color: #143022; background: rgba(244, 240, 230, .9); }
.stock-card strong { display: block; font-size: 24px; letter-spacing: -.04em; }
.stock-card span { display: block; margin-top: 3px; color: #566159; font-size: 10px; line-height: 1.35; }

.quote-strip {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 104px;
  padding: 31px 34px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: auto 1fr 1.4fr auto;
  align-items: center;
  gap: 26px;
  color: white;
  background: var(--green-dark);
}
.quote-number { color: var(--lime); font-size: 13px; font-weight: 900; }
.quote-strip h2 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.quote-strip .eyebrow { margin: 0 0 5px; }
.eyebrow.light { color: #9eb9aa; font-size: 9px; }
.quote-strip > p { margin: 0; color: #c8d3cc; font-size: 13px; line-height: 1.55; }
.quote-strip > a { padding: 13px 17px; border-radius: 8px; background: var(--lime); color: #173222; font-size: 12px; font-weight: 900; white-space: nowrap; }
.quote-strip > a span { margin-left: 10px; }

.applications { padding: 0 0 100px; overflow: hidden; }
.section-heading { width: min(1180px, calc(100% - 48px)); margin: 0 auto 35px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { margin: 0; max-width: 660px; font-size: clamp(38px, 4vw, 58px); line-height: 1.04; letter-spacing: -.05em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.stream-shell { position: relative; }
.stream-row {
  width: min(1280px, calc(100% - 24px));
  margin-left: max(12px, calc((100% - 1280px) / 2));
  padding: 5px 18px 22px 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 31%);
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-x pan-y;
}
.stream-row:active, .stream-row.is-dragging { cursor: grabbing; }
.stream-row::-webkit-scrollbar { display: none; }
.stream-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 46px;
  height: 62px;
  border: 1px solid rgba(255,255,255,.34);
  display: grid;
  place-items: center;
  color: white;
  background: rgba(7,53,34,.88);
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
  cursor: pointer;
  font-size: 20px;
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease;
}
.stream-arrow:hover { background: var(--green); transform: translateY(-50%) scale(1.05); }
.stream-arrow-left { left: 14px; border-radius: 0 10px 10px 0; }
.stream-arrow-right { right: 14px; border-radius: 10px 0 0 10px; }
.application-card { height: 430px; border-radius: 19px; position: relative; overflow: hidden; scroll-snap-align: start; color: white; background: #183527; transition: transform .25s ease; }
.application-card:hover { transform: translateY(-5px); }
.application-card > img { width: 100%; height: 100%; object-fit: cover; }
.application-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,24,15,.03) 20%, rgba(4,24,15,.92) 92%); }
.application-index { position: absolute; top: 18px; right: 20px; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.application-copy { position: absolute; left: 23px; right: 23px; bottom: 23px; }
.application-copy > span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.application-copy h3 { margin: 8px 0 8px; font-size: 25px; line-height: 1.05; letter-spacing: -.035em; }
.application-copy p { min-height: 52px; margin: 0 0 14px; color: #d7dfda; font-size: 12px; line-height: 1.45; }
.application-copy a { font-size: 12px; font-weight: 900; }
.drag-hint { width: min(1180px, calc(100% - 48px)); margin: 6px auto 0; color: #7c867e; font-size: 11px; font-weight: 700; }

.products { padding: 100px 0 112px; background: var(--white); }
.products-heading { margin-bottom: 40px; }
.product-grid { width: min(1180px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.product-card { min-height: 390px; display: grid; grid-template-columns: 41% 59%; overflow: hidden; border: 1px solid #e5e1d7; border-radius: 18px; background: #faf8f2; }
.product-photo { min-height: 100%; position: relative; overflow: hidden; background: #c7b38d; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-photo img { transform: scale(1.04); }
.product-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,38,24,.48)); }
.product-photo > span { position: absolute; z-index: 1; left: 17px; bottom: 16px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--lime); font-size: 10px; font-weight: 900; }
.product-body { padding: 30px 28px 26px; display: flex; flex-direction: column; }
.product-body > p { margin: 0 0 7px; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.product-body h3 { margin: 0; font-size: 27px; letter-spacing: -.04em; }
.product-description { min-height: 58px; margin: 11px 0 12px; color: #69726b; font-size: 12px; line-height: 1.55; }
.product-body dl { margin: 0 0 17px; border-top: 1px solid #dedbd2; }
.product-body dl > div { padding: 9px 0; display: grid; grid-template-columns: 74px 1fr; gap: 8px; border-bottom: 1px solid #dedbd2; }
.product-body dt { color: #7e867f; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.product-body dd { margin: 0; font-size: 10px; font-weight: 760; line-height: 1.35; }
.product-body > a { margin-top: auto; display: flex; justify-content: space-between; color: var(--green); font-size: 12px; font-weight: 900; }
.volume-note { width: min(1180px, calc(100% - 48px)); margin: 18px auto 0; padding: 19px 22px; border-radius: 12px; display: flex; align-items: center; gap: 16px; color: white; background: var(--green); }
.volume-note strong { font-size: 13px; }
.volume-note > span { color: #c5d3cb; font-size: 12px; }
.volume-note a { margin-left: auto; padding: 9px 13px; border-radius: 6px; color: var(--green); background: var(--lime); font-size: 11px; font-weight: 900; white-space: nowrap; }

.guidance { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--green-dark); }
.guidance-photo { position: relative; overflow: hidden; }
.guidance-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.06); }
.guidance-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 50%, rgba(7,53,34,.42)); }
.guidance-photo > span { position: absolute; z-index: 1; left: 30px; bottom: 30px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; background: rgba(7,53,34,.65); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.guidance-copy { padding: clamp(66px, 8vw, 112px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow.light-green { color: var(--lime); }
.guidance-copy h2 { margin: 0; max-width: 620px; font-size: clamp(42px, 4.5vw, 66px); line-height: 1; letter-spacing: -.055em; }
.guidance-copy > p:not(.eyebrow) { margin: 22px 0; max-width: 620px; color: #c7d2cc; font-size: 15px; line-height: 1.7; }
.question-list { margin: 4px 0 27px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.question-list span { min-height: 68px; padding: 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; display: flex; align-items: center; color: #e4ebe7; font-size: 11px; line-height: 1.4; }
.lime-button { width: fit-content; min-height: 50px; padding: 0 21px; border-radius: 8px; display: inline-flex; align-items: center; gap: 28px; color: var(--green-dark); background: var(--lime); font-size: 12px; font-weight: 900; }

.benefits { padding: 112px 0; }
.benefit-grid { width: min(1180px, calc(100% - 48px)); margin: 44px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfc9bc; border-left: 1px solid #cfc9bc; }
.benefit-grid article { min-height: 235px; padding: 28px; border-right: 1px solid #cfc9bc; border-bottom: 1px solid #cfc9bc; }
.benefit-grid span { color: var(--green); font-size: 10px; font-weight: 900; }
.benefit-grid h3 { margin: 48px 0 11px; font-size: 20px; letter-spacing: -.03em; }
.benefit-grid p { margin: 0; max-width: 310px; color: var(--muted); font-size: 12px; line-height: 1.6; }

.how-it-works { width: min(1280px, calc(100% - 48px)); margin: 0 auto 112px; padding: 70px; border-radius: 24px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; color: white; background: #13261c; }
.how-intro h2 { margin: 0 0 31px; max-width: 380px; font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.outline-light { width: fit-content; min-height: 43px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.34); border-radius: 7px; display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 850; line-height: 1; }
.how-it-works ol { margin: 0; padding: 0; list-style: none; }
.how-it-works li { padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: 45px 1fr; gap: 14px; }
.how-it-works li:first-child { padding-top: 0; }
.how-it-works li > span { color: var(--lime); font-size: 10px; font-weight: 900; }
.how-it-works h3 { margin: 0 0 6px; font-size: 17px; }
.how-it-works li p { margin: 0; color: #aebcb4; font-size: 12px; line-height: 1.5; }

.social-proof { width: min(1180px, calc(100% - 48px)); margin: 0 auto 112px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; align-items: start; }
.google-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; background: #4285f4; font-size: 21px; font-weight: 900; }
.stars, .mini-stars { color: #f0b129; letter-spacing: .1em; }
.stars { margin: 22px 0 11px; font-size: 18px; }
.rating-block h2 { margin: 0; max-width: 430px; font-size: 38px; line-height: 1.07; letter-spacing: -.045em; }
.rating-block p { color: var(--muted); font-size: 12px; }
.google-reviews-link { display: inline-block; margin-top: 10px; color: var(--green); font-size: 11px; font-weight: 850; }
.google-reviews-link:hover { text-decoration: underline; }
.review-carousel { min-width: 0; }
.review-controls { margin: 0 0 10px; display: flex; justify-content: flex-end; gap: 7px; }
.review-controls button { width: 34px; height: 34px; border: 1px solid #d2cbbd; border-radius: 50%; display: grid; place-items: center; cursor: pointer; color: var(--green-dark); background: rgba(255,255,255,.65); font-size: 15px; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.review-controls button:hover { border-color: var(--green); background: var(--white); transform: translateY(-1px); }
.review-controls button:focus-visible { outline: 3px solid rgba(184,217,56,.55); outline-offset: 2px; }
.review-list { display: flex; gap: 10px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scroll-behavior: smooth; scrollbar-width: none; touch-action: pan-x pan-y; -webkit-overflow-scrolling: touch; cursor: grab; }
.review-list::-webkit-scrollbar { display: none; }
.review-list:active { cursor: grabbing; }
.review-list blockquote { flex: 0 0 calc((100% - 10px) / 2); min-width: 0; min-height: 190px; margin: 0; padding: 25px 27px; border-radius: 12px; display: flex; flex-direction: column; scroll-snap-align: start; background: var(--white); box-shadow: 0 10px 38px rgba(49,42,25,.06); }
.mini-stars { font-size: 10px; }
.review-list blockquote > p { margin: 11px 0 18px; flex: 1; font-size: 16px; line-height: 1.5; }
.review-list footer { display: flex; align-items: center; gap: 9px; color: #606961; font-size: 11px; font-weight: 800; }
.review-list footer div { display: grid; gap: 2px; }
.review-list footer small { color: #939a95; font-size: 9px; font-weight: 650; }
.review-list footer span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); }

.location { width: min(1280px, calc(100% - 48px)); min-height: 520px; margin: 0 auto 112px; border-radius: 24px; display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; color: white; background: #13261c; }
.location-copy { padding: 70px; display: flex; flex-direction: column; justify-content: center; background: #13261c; color: white; }
.location-copy h2 { margin: 0 0 28px; max-width: 450px; font-size: 54px; line-height: 1; letter-spacing: -.05em; }
.location-copy > p:not(.eyebrow) { margin: 0 0 10px; font-size: 18px; line-height: 1.6; }
.location-copy small { color: #aabbb1; font-size: 10px; }
.location-copy > div { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 10px; }
.location-copy > div a { padding: 12px 15px; border-radius: 7px; border: 1px solid rgba(255,255,255,.24); font-size: 11px; font-weight: 850; }
.location-copy > div a:last-child { border-color: var(--lime); color: var(--green-dark); background: var(--lime); }
.location-visual { position: relative; min-height: 100%; overflow: hidden; }
.location-visual iframe { width: 100%; height: 100%; min-height: 520px; display: block; border: 0; filter: saturate(.82) contrast(1.02); }

.faq { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; }
.faq h2 { margin: 0; max-width: 440px; font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.faq-list details { border-bottom: 1px solid #cfc9bc; }
.faq-list summary { padding: 21px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 19px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 40px 22px 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.final-cta { padding: 112px 24px 124px; text-align: center; color: white; background: var(--green); }
.final-cta h2 { max-width: 920px; margin: 0 auto; font-size: clamp(45px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; }
.final-cta > p:not(.eyebrow) { max-width: 660px; margin: 24px auto 28px; color: #cedbd3; font-size: 14px; line-height: 1.6; }
.lime-button.large { margin: 0 auto; min-height: 58px; padding: 0 25px; font-size: 13px; }

.site-footer { padding: 45px max(24px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px 35px; background: #0c1b13; color: white; }
.footer-brand { width: 118px; height: 74px; display: flex; align-items: center; }
.footer-brand img { width: 118px; height: auto; display: block; filter: brightness(0) invert(1); }
.site-footer > p { margin: 0; max-width: 420px; color: #9fb0a6; font-size: 11px; line-height: 1.5; }
.site-footer > div:not(.footer-brand) { display: flex; gap: 20px; }
.site-footer > div a { font-size: 10px; font-weight: 800; }
.site-footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #708078; font-size: 9px; }
.floating-cta { position: fixed; z-index: 20; right: 20px; bottom: 18px; min-height: 49px; padding: 0 19px; border: 2px solid white; border-radius: 99px; display: flex; align-items: center; gap: 17px; color: white; background: #16824f; box-shadow: 0 13px 35px rgba(0,0,0,.25); font-size: 12px; font-weight: 900; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 65px 48px 48px; }
  .hero-visual { min-height: 510px; }
  .quote-strip { grid-template-columns: auto 1fr auto; }
  .quote-strip > p { grid-column: 2 / 3; }
  .quote-strip > a { grid-column: 3; grid-row: 1 / 3; }
  .stream-row { grid-auto-columns: minmax(290px, 46%); }
  .product-grid { grid-template-columns: 1fr; }
  .guidance-copy { padding: 62px 45px; }
  .question-list { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .how-it-works { padding: 52px; gap: 40px; }
  .location-copy { padding: 58px 45px; }
}

@media (max-width: 680px) {
  .compare-bar { padding: 10px 18px; text-align: center; line-height: 1.3; }
  .compare-desktop { display: none; }
  .compare-mobile { display: inline-flex; align-items: center; gap: 7px; }
  .site-header { width: calc(100% - 30px); height: 73px; }
  .brand { width: 96px; height: 60px; }
  .brand img { width: 96px; }
  .header-cta { padding: 11px 15px; font-size: 11px; }
  .hero { width: calc(100% - 20px); margin-bottom: 24px; border-radius: 20px; }
  .hero-copy { padding: 52px 25px 37px; }
  .hero h1 { font-size: 46px; }
  .hero-lead { margin: 22px 0 26px; font-size: 16px; }
  .hero-actions { display: grid; }
  .primary-button, .secondary-button { width: 100%; }
  .trust-row { gap: 10px 16px; margin-top: 26px; }
  .hero-visual { min-height: 390px; }
  .price-card { left: 16px; right: 16px; bottom: 16px; }
  .stock-card { top: 16px; right: 16px; }
  .quote-strip { width: calc(100% - 20px); margin-bottom: 76px; padding: 26px 23px; grid-template-columns: auto 1fr; gap: 12px 17px; }
  .quote-strip > p { grid-column: 1 / -1; }
  .quote-strip > a { grid-column: 1 / -1; grid-row: auto; text-align: center; }
  .section-heading { width: calc(100% - 34px); grid-template-columns: 1fr; gap: 18px; }
  .section-heading h2 { font-size: 40px; }
  .stream-row {
    width: 100%;
    margin-left: 17px;
    padding-right: 34px;
    grid-auto-columns: 84%;
    scroll-snap-type: x proximity;
  }
  .stream-arrow { display: none; }
  .application-card { height: 420px; }
  .drag-hint { width: calc(100% - 34px); }
  .products { padding: 76px 0; }
  .product-grid, .volume-note { width: calc(100% - 20px); }
  .product-card { grid-template-columns: 1fr; }
  .product-photo { min-height: 245px; }
  .product-body { padding: 26px 23px; }
  .volume-note { align-items: flex-start; flex-direction: column; }
  .volume-note a { margin-left: 0; }
  .guidance { grid-template-columns: 1fr; }
  .guidance-photo { min-height: 360px; }
  .guidance-copy { padding: 65px 25px 76px; }
  .guidance-copy h2 { font-size: 43px; }
  .question-list { grid-template-columns: 1fr; }
  .benefits { padding: 80px 0; }
  .benefit-grid { width: calc(100% - 34px); grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 200px; }
  .benefit-grid h3 { margin-top: 37px; }
  .how-it-works { width: calc(100% - 20px); margin-bottom: 80px; padding: 45px 24px; grid-template-columns: 1fr; gap: 48px; }
  .how-intro h2 { font-size: 42px; }
  .social-proof { width: calc(100% - 34px); margin-bottom: 80px; grid-template-columns: 1fr; }
  .review-list blockquote { flex-basis: 86%; min-height: 205px; }
  .rating-block h2 { font-size: 34px; }
  .location { width: calc(100% - 20px); margin-bottom: 80px; grid-template-columns: 1fr; border-radius: 20px; }
  .location-copy { padding: 70px 25px; }
  .location-copy h2 { font-size: 45px; }
  .location-visual { min-height: 390px; }
  .faq { width: calc(100% - 34px); padding: 80px 0; grid-template-columns: 1fr; gap: 44px; }
  .faq h2 { font-size: 42px; }
  .final-cta { padding: 88px 20px 105px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer small { grid-column: 1; }
  .floating-cta { right: 12px; bottom: 12px; }
}

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