:root {
  --ink: #13201d;
  --muted: #5f6c68;
  --forest: #17382f;
  --forest-deep: #0d2720;
  --forest-soft: #2b5549;
  --cream: #f6f2e9;
  --sand: #ebe2d0;
  --white: #ffffff;
  --orange: #e06d2f;
  --orange-dark: #bf5420;
  --line: rgba(19, 32, 29, 0.14);
  --shadow: 0 24px 70px rgba(14, 39, 32, 0.16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 36px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.section { padding: 112px 0; }
.section-light { background: #fbfaf6; }
.section-sand { background: var(--sand); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}
h1 { font-size: clamp(3.2rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
h3 { line-height: 1.25; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.76);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 1px; background: var(--orange); }
.eyebrow.dark { color: var(--forest-soft); }
.section-lede { font-size: 1.1rem; color: rgba(255,255,255,.72); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .primary-nav a:focus-visible { outline: 3px solid rgba(224,109,47,.35); outline-offset: 4px; }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: var(--orange-dark); }
.button-light { background: var(--white); color: var(--forest-deep); }
.button-dark { background: var(--forest-deep); color: var(--white); }
.button-small { min-height: 42px; padding: 0 18px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 750;
  border-bottom: 1px solid rgba(255,255,255,.35);
}
.dark-link { color: var(--forest); border-color: rgba(23,56,47,.3); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(13,39,32,.94);
  box-shadow: 0 8px 30px rgba(0,0,0,.14);
  backdrop-filter: blur(16px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--white);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.34rem; font-weight: 600; }
.brand-copy small { margin-top: 5px; font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; opacity: .72; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav > a:not(.button) { font-size: .9rem; font-weight: 650; color: rgba(255,255,255,.78); }
.primary-nav > a:not(.button):hover { color: var(--white); }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--white); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 164px 0 112px;
  background:
    radial-gradient(circle at 85% 20%, rgba(224,109,47,.16), transparent 32%),
    linear-gradient(145deg, var(--forest-deep) 0%, var(--forest) 58%, #285348 100%);
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.hero-glow { position: absolute; width: 520px; height: 520px; top: -180px; right: -140px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.hero-grid { position: relative; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 78px; }
.hero-copy h1 { max-width: 780px; margin-bottom: 28px; }
.hero-lede { max-width: 670px; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.7vw, 1.26rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin: 38px 0 44px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 34px; }
.proof-row div { min-width: 105px; padding-right: 30px; border-right: 1px solid rgba(255,255,255,.16); }
.proof-row div:last-child { border-right: 0; }
.proof-row strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 500; }
.proof-row span { display: block; margin-top: 2px; color: rgba(255,255,255,.58); font-size: .77rem; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { position: relative; min-height: 590px; }
.hero-photo { position: absolute; inset: 24px 0 88px 66px; overflow: hidden; border-radius: 180px 180px 28px 28px; box-shadow: 0 34px 80px rgba(0,0,0,.3); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,39,32,.36), transparent 46%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.product-card {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: 16px;
  width: 360px;
  padding: 12px;
  border-radius: 22px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.product-card img { width: 118px; height: 100px; object-fit: cover; border-radius: 15px; }
.product-card span { display: block; margin-bottom: 6px; color: var(--orange-dark); font-size: .69rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.product-card strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; line-height: 1.22; }
.hero-badge { position: absolute; top: 12px; right: 0; padding: 11px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(13,39,32,.52); color: rgba(255,255,255,.78); font-size: .75rem; backdrop-filter: blur(10px); }

.trust-strip { background: var(--forest-deep); color: rgba(255,255,255,.58); border-top: 1px solid rgba(255,255,255,.08); }
.trust-row { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 24px; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.trust-row span { color: var(--orange); font-weight: 800; }

.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; }
.split-heading h2 { margin-bottom: 0; max-width: 760px; }
.split-heading > p { margin-bottom: 8px; color: var(--muted); font-size: 1.08rem; }
.centered { max-width: 810px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { max-width: 670px; margin-inline: auto; color: #5e655f; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-card { min-height: 330px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.48); transition: background .25s ease, transform .25s ease; }
.benefit-card:hover { position: relative; z-index: 1; background: var(--white); transform: translateY(-8px); box-shadow: 0 18px 42px rgba(23,56,47,.1); }
.card-number { display: block; margin-bottom: 78px; color: var(--orange); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.benefit-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 500; }
.benefit-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.technology-section { background: var(--forest); color: var(--white); }
.technology-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 92px; align-items: center; }
.tech-media { position: relative; min-height: 650px; }
.tech-image-main { position: absolute; inset: 0 46px 74px 0; overflow: hidden; border-radius: 34px; background: var(--white); }
.tech-image-main img { width: 100%; height: 100%; object-fit: cover; }
.tech-image-inset { position: absolute; right: 0; bottom: 0; width: 235px; overflow: hidden; border: 10px solid var(--forest); border-radius: 26px; box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.tech-image-inset img { width: 100%; }
.tech-copy h2 { margin-bottom: 28px; }
.feature-list { display: grid; margin-top: 38px; }
.feature-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); }
.feature-list > div:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; color: var(--orange); font-size: 1.2rem; }
.feature-list strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; font-weight: 500; }
.feature-list p { margin: 3px 0 0; color: rgba(255,255,255,.62); font-size: .93rem; }
.care-note { margin-top: 28px; padding-left: 17px; border-left: 3px solid var(--orange); color: rgba(255,255,255,.66); font-size: .88rem; }

.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: center; }
.process-image { position: relative; }
.process-image img { width: 100%; min-height: 560px; object-fit: cover; border-radius: 28px; box-shadow: 0 24px 55px rgba(37,47,41,.18); image-rendering: auto; }
.image-caption { position: absolute; right: -24px; bottom: 28px; width: 250px; padding: 20px; border-radius: 18px; background: var(--forest-deep); color: var(--white); box-shadow: var(--shadow); }
.image-caption strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.image-caption span { display: block; margin-top: 6px; color: rgba(255,255,255,.63); font-size: .82rem; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid rgba(19,32,29,.18); }
.process-steps li:first-child { border-top: 1px solid rgba(19,32,29,.18); }
.process-steps > li > span { color: var(--orange-dark); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.process-steps h3 { margin-bottom: 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 500; }
.process-steps p { margin-bottom: 0; color: #5b635e; }

.proof-section { background: #f8f5ee; }
.proof-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 88px; align-items: center; }
.proof-copy h2 { margin-bottom: 26px; }
.proof-copy > p { color: var(--muted); font-size: 1.06rem; }
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 38px; }
.mini-stats div { padding: 22px; border-radius: 16px; background: var(--white); box-shadow: 0 12px 32px rgba(19,32,29,.07); }
.mini-stats strong { display: block; color: var(--orange-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }
.mini-stats span { display: block; margin-top: 6px; color: var(--muted); font-size: .8rem; line-height: 1.4; }
.proof-gallery { display: grid; grid-template-columns: .78fr 1.22fr; grid-template-rows: 260px 260px; gap: 16px; }
.proof-gallery figure { margin: 0; overflow: hidden; border-radius: 24px; background: #dedbd4; }
.proof-gallery figure img { width: 100%; height: 100%; object-fit: cover; }
.proof-gallery .proof-tall { grid-row: 1 / span 2; }

.ride-section { position: relative; min-height: 610px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--forest-deep); }
.ride-background { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(8,26,21,.92) 0%, rgba(8,26,21,.62) 48%, rgba(8,26,21,.2) 100%), url("https://static.wixstatic.com/media/27f38b_5ac3dc13f23b4921871c1ff76f700895~mv2.jpg/v1/fill/w_352%2Ch_203%2Cal_c%2Cq_80%2Cusm_0.66_1.00_0.01%2Cenc_avif%2Cquality_auto/240731361Rodeo_JPG.jpg"); background-size: cover; background-position: center; filter: saturate(.85); transform: scale(1.05); }
.ride-content { position: relative; width: min(calc(100% - 40px), var(--container)); }
.ride-content h2 { max-width: 680px; margin-bottom: 24px; }
.ride-content > p:not(.eyebrow) { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.75); font-size: 1.08rem; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 124px; }
.faq-intro h2 { margin-bottom: 24px; }
.faq-intro > p { color: var(--muted); }
.accordion-item { border-top: 1px solid var(--line); }
.accordion-item:last-child { border-bottom: 1px solid var(--line); }
.accordion-item h3 { margin: 0; }
.accordion-item button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 27px 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.accordion-icon { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; margin-left: 30px; border-radius: 50%; background: var(--cream); color: var(--orange-dark); font-family: Inter, sans-serif; }
.accordion-panel { padding: 0 60px 26px 0; color: var(--muted); }
.accordion-panel p { margin-bottom: 0; }

.contact-section { background: var(--forest-deep); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 86px; align-items: start; }
.contact-copy { position: sticky; top: 124px; }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy > p { color: rgba(255,255,255,.67); font-size: 1.06rem; }
.contact-details { display: grid; gap: 28px; margin-top: 48px; }
.contact-details span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.46); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong, .contact-details a { font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; font-weight: 500; }
.lead-form { padding: 38px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: rgba(255,255,255,.07); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { display: grid; gap: 8px; margin-bottom: 18px; color: rgba(255,255,255,.76); font-size: .8rem; font-weight: 700; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; background: rgba(255,255,255,.08); color: var(--white); outline: none; }
.lead-form input, .lead-form select { height: 52px; padding: 0 15px; }
.lead-form textarea { min-height: 120px; padding: 14px 15px; resize: vertical; }
.lead-form select option { color: var(--ink); }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(224,109,47,.18); }
.button-submit { width: 100%; justify-content: space-between; margin-top: 4px; padding-inline: 22px; border: 0; }
.form-note { margin: 14px 0 0; color: rgba(255,255,255,.42); font-size: .74rem; }
.form-status { min-height: 24px; margin: 12px 0 0; font-size: .85rem; }
.form-status.success { color: #bce8c9; }
.form-status.error { color: #ffd1c2; }
.honeypot { position: absolute !important; left: -9999px !important; }

.fitter-section { background: var(--orange); }
.fitter-card { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; padding: 64px; border-radius: 30px; background: var(--cream); box-shadow: 0 28px 70px rgba(91,36,12,.18); }
.fitter-card h2 { margin-bottom: 0; font-size: clamp(2.3rem, 4.5vw, 4rem); }
.fitter-card > div:last-child p { color: var(--muted); font-size: 1.03rem; }

.site-footer { padding: 76px 0 24px; background: #071c17; color: rgba(255,255,255,.62); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr .8fr; gap: 52px; padding-bottom: 54px; }
.footer-brand { margin-bottom: 20px; }
.footer-grid > div:first-child > p { max-width: 320px; }
.footer-grid h3 { margin-bottom: 16px; color: var(--white); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a:not(.brand) { display: block; margin: 8px 0; }
.footer-grid a:not(.brand):hover { color: var(--white); }
.patent-note { color: var(--orange); font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

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

@media (max-width: 1040px) {
  .primary-nav { gap: 16px; }
  .primary-nav > a:not(.button) { display: none; }
  .hero-grid { gap: 34px; }
  .hero-photo { left: 20px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .technology-grid, .proof-grid { gap: 54px; }
  .process-layout { gap: 50px; }
  .faq-grid, .contact-grid { gap: 58px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .menu-button { display: block; }
  .primary-nav {
    position: fixed;
    inset: 84px 18px auto;
    display: grid;
    gap: 0;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    background: rgba(13,39,32,.98);
    box-shadow: var(--shadow);
    transform: translateY(-16px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .primary-nav.open { opacity: 1; transform: translateY(0); visibility: visible; }
  .primary-nav > a:not(.button) { display: block; padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .primary-nav .button { margin-top: 14px; }

  .hero { min-height: auto; padding-top: 134px; }
  .hero-grid, .technology-grid, .process-layout, .proof-grid, .faq-grid, .contact-grid, .fitter-card { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; margin-top: 10px; }
  .hero-photo { inset: 0 0 90px 0; }
  .hero-badge { top: 16px; right: 16px; }
  .product-card { left: 18px; }
  .trust-row { flex-wrap: wrap; justify-content: flex-start; padding: 24px 0; }
  .trust-row span { width: 100%; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .tech-media { min-height: 560px; order: 2; }
  .tech-copy { order: 1; }
  .process-image img { min-height: 460px; }
  .faq-intro, .contact-copy { position: static; }
  .ride-section { min-height: 540px; }
  .ride-background { background-image: linear-gradient(90deg, rgba(8,26,21,.88), rgba(8,26,21,.5)), url("https://static.wixstatic.com/media/27f38b_5ac3dc13f23b4921871c1ff76f700895~mv2.jpg/v1/fill/w_352%2Ch_203%2Cal_c%2Cq_80%2Cusm_0.66_1.00_0.01%2Cenc_avif%2Cquality_auto/240731361Rodeo_JPG.jpg"); }
  .fitter-card { gap: 28px; padding: 44px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .nav-wrap { min-height: 74px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-copy strong { font-size: 1.16rem; }
  .primary-nav { inset: 74px 12px auto; }
  .hero { padding-top: 116px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .proof-row { gap: 18px 0; }
  .proof-row div { width: 50%; padding-right: 12px; }
  .proof-row div:nth-child(2) { border-right: 0; }
  .hero-visual { min-height: 500px; }
  .hero-photo { bottom: 110px; border-radius: 120px 120px 24px 24px; }
  .product-card { right: 0; left: 0; width: auto; grid-template-columns: 100px 1fr; }
  .product-card img { width: 100px; height: 88px; }
  .hero-badge { font-size: .66rem; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 260px; }
  .card-number { margin-bottom: 45px; }
  .tech-media { min-height: 470px; }
  .tech-image-main { right: 28px; bottom: 56px; }
  .tech-image-inset { width: 160px; border-width: 7px; }
  .process-image img { min-height: 390px; }
  .image-caption { right: 12px; bottom: 12px; width: calc(100% - 24px); }
  .process-steps li { grid-template-columns: 44px 1fr; gap: 12px; }
  .mini-stats { grid-template-columns: 1fr; }
  .proof-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 180px; }
  .proof-gallery .proof-tall { grid-column: 1 / -1; grid-row: auto; }
  .faq-grid { gap: 40px; }
  .accordion-item button { font-size: 1.16rem; }
  .accordion-panel { padding-right: 0; }
  .lead-form { padding: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .fitter-card { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}
