@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Outfit:wght@400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  --ink: #111111;
  --muted: #666666;
  --line: #EAEAEA;
  --gray: #F7F7F7;
  --green: #C0392B; /* Car Diagnostic Red */
  --green-light: #FEF0EE;
  --red: #E74C3C;
  --bg-cream: #FFF8F6; /* Warm light red background */
  --bg-white: #FFFFFF;
  background: var(--bg-white);
  color: var(--ink);
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* Typography */
.h1, .h2, .desc-h, .feat-t, .logo, .rev-title, .rev-sum-n, .step-n {
  font-family: 'Montserrat', sans-serif;
}

.georgia {
  font-family: Georgia, 'Times New Roman', serif;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec {
  padding: 72px 0;
  background: var(--bg-white);
}

.sec-cream {
  background: var(--bg-cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.overline {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 12px;
}

.h1 {
  font-weight: 900;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.15;
  margin: 10px 0 16px;
  color: var(--green);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.h2 {
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.25;
  margin: 0 0 14px;
  color: var(--green);
  letter-spacing: -0.015em;
  text-transform: uppercase;
  text-align: center;
}

.sub {
  color: var(--muted);
  margin: 0 auto 48px;
  max-width: 680px;
  font-size: 16.5px;
  text-align: center;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #B71C1C 0%, #C0392B 45%, #D84315 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 18px 38px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease;
  box-shadow: 0 4px 16px rgba(192, 57, 43, 0.35);
}

.btn:hover {
  background: linear-gradient(135deg, #8B1A1A 0%, #A93226 45%, #BF360C 100%);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(192, 57, 43, 0.45);
}

.btn:active {
  transform: translateY(0);
}

.btn-lg {
  padding: 20px 48px;
  font-size: 16px;
}

.topbar {
  background: var(--green);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 14px;
}

.hdr {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  background: var(--bg-white);
}

.logo {
  font-weight: 900;
  font-size: 23px;
  color: var(--green);
  letter-spacing: .04em;
}

.hdr-r {
  text-align: right;
  font-size: 13.5px;
  color: var(--muted);
}

.hdr-r a {
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
}

/* Hero Section */
.hero {
  padding: 56px 0 64px;
  text-align: center;
}

.hero .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-head {
  max-width: 760px;
  width: 100%;
  margin-bottom: 32px;
  background: linear-gradient(135deg, #6B1010 0%, #B71C1C 40%, #C0392B 65%, #E8550A 100%);
  color: #ffffff;
  padding: 32px 24px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(100, 10, 10, 0.35);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.hero-head::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(255,140,0,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.hero-head .overline {
  color: rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 8px;
}

.hero-head .h1 {
  color: #ffffff !important;
  margin: 6px 0 12px;
}

.hero-head .sub {
  color: rgba(255, 255, 255, 0.85) !important;
  margin-bottom: 16px !important;
}

.hero-head .lead {
  color: #ffffff !important;
}

.hero-head .lead {
  font-size: 18px;
  color: #333;
  margin: 0 auto;
  max-width: 600px;
}

.hero-photo-container {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 28px;
}

.hero-photo {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.hero-photo img {
  display: block;
  width: 100%;
}

.badge-470 {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: var(--green);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.hero-body {
  width: 100%;
  max-width: 640px;
}

/* Bullet list (mockup style) */
.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 auto 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 420px;
  text-align: left;
}

.hero-bullet-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
}

.hero-bullet-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--green);
  background: #fff;
}

/* Swatches */
.swatch-lbl {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 12px;
}

.swrow {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.swb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--line);
  background: #fff;
  padding: 12px 22px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  color: #333;
  border-radius: 4px;
  transition: all .15s ease;
}

.swb:hover {
  border-color: var(--muted);
}

.swb-on {
  border-color: var(--green);
  background: var(--green-light);
  color: var(--green);
  box-shadow: 0 2px 6px rgba(46, 67, 30, 0.08);
}

.sw {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.15);
}

/* Mini Trust Badges */
.mini-bens {
  display: flex;
  gap: 12px;
  margin: 0 auto 36px;
  max-width: 600px;
}

.mini-ben {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 14px 12px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.mini-ben b {
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

/* Price Row and Timer */
.price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}

.p-new {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--green);
}

.p-old {
  font-size: 26px;
  color: #aaa;
  text-decoration: line-through;
}

.p-tag {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(178, 50, 30, 0.06);
  border: 1px solid var(--red);
  padding: 4px 10px;
  border-radius: 4px;
}

.deal-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid var(--line);
  padding: 16px 24px;
  margin: 0 auto 32px;
  max-width: 440px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.deal-digits {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: var(--red);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.deal-cap {
  font-size: 13.5px;
  color: #444;
  line-height: 1.45;
  text-align: left;
}

.deal-cap b {
  color: var(--ink);
}

.live {
  font-size: 13.5px;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  animation: blink 1.8s infinite;
}

@keyframes blink {
  50% { opacity: .25 }
}

/* Savings Section Cards [NEW] */
.savings-section {
  padding: 36px 0; /* Reduced from 72px */
  text-align: center;
}

.savings-section .h2 {
  font-size: clamp(20px, 2.8vw, 30px); /* Reduced title size */
  margin-bottom: 8px; /* Reduced vertical space */
}

.savings-section .sub {
  margin-bottom: 24px; /* Reduced from 48px */
}

.savings-simple-container {
  max-width: 680px;
  margin: 0 auto;
}

.savings-simple {
  display: flex;
  justify-content: center;
  gap: 12px; /* Reduced from 16px */
  flex-wrap: wrap;
}

.savings-simple-item {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 6px;
  padding: 12px 16px; /* Reduced from 20px 16px */
  color: var(--ink);
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.savings-simple-item.highlight {
  border: 2.5px solid var(--green);
  background: var(--green-light);
  box-shadow: 0 6px 18px rgba(192, 57, 43, 0.08);
}

.savings-simple-item .qty {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 15px; /* Reduced from 17px */
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px; /* Reduced from 8px */
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 3px;
  display: inline-block;
}

.savings-simple-item.highlight .qty {
  color: var(--green);
  border-bottom-color: var(--green);
}

.savings-simple-item .price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 20px; /* Reduced from 24px */
  color: var(--ink);
}

.savings-simple-item.highlight .price {
  color: var(--green);
}

.savings-simple-item .old {
  font-size: 13px; /* Reduced from 14px */
  color: #999;
  text-decoration: line-through;
  margin-left: 8px;
  font-weight: 600;
}

/* Marketplace Specifications Section */
.spec-list {
  max-width: 640px;
  margin: 0 auto;
  font-size: 15.5px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.02);
}

.spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 20px;
  gap: 16px;
  box-sizing: border-box;
}

.spec-item:nth-child(even) {
  background: var(--bg-cream); /* alternating light cream background */
}

.spec-name {
  color: var(--muted);
  font-weight: 500;
  text-align: left;
}

.spec-value {
  font-weight: 600;
  color: var(--green);
  text-align: right;
}

/* Description Section (Про товар) */
.desc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  padding: 48px 0;
  border-top: 1px solid var(--line);
}

.desc-first {
  border-top: none;
  padding-top: 0;
}

.desc-img {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.desc-img img {
  display: block;
  width: 100%;
}

.desc-img image-slot {
  display: block;
  width: 100%;
  height: 440px;
}

.desc-h {
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 30px);
  margin: 0 0 14px;
  color: var(--green);
  letter-spacing: -0.01em;
}

.desc-p {
  color: #333;
  font-size: 16px;
  margin: 0 0 16px;
  max-width: 480px;
}

.desc-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15.5px;
}

.desc-ul li {
  display: flex;
  gap: 10px;
  font-weight: 500;
}

.desc-ul li::before {
  content: '—';
  color: var(--green);
  font-weight: 700;
  flex: none;
}

/* Benefits Section (Переваги) */
.feat-wrap {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.feat-photos {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feat-photo {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.feat-photo img {
  display: block;
  width: 100%;
}

.feat-photo-full {
  max-width: 760px;
  margin: 40px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.feat-photo-full img {
  display: block;
  width: 100%;
  height: auto;
}

.feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.feat {
  padding: 24px 0 0 0;
  border-top: 3px solid var(--green);
}

.feat-n {
  font-weight: 800;
  font-size: 16px;
  color: var(--muted);
  letter-spacing: .08em;
}

.feat-t {
  font-weight: 800;
  font-size: 18px;
  margin: 8px 0 10px;
  color: var(--green);
}

.feat-d {
  font-size: 14.5px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* Comparison Table (Порівняння) */
.cmp {
  width: 100%;
  border-collapse: collapse;
  font-size: 15.5px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.02);
  border-radius: 6px;
  overflow: hidden;
}

.cmp th, .cmp td {
  border: 1px solid var(--line);
  padding: 16px 20px;
  text-align: left;
  vertical-align: top;
}

.cmp thead th {
  background: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: .04em;
  border-color: var(--green);
}

.cmp .lbl {
  width: 26%;
  color: var(--muted);
  font-size: 14px;
  background: var(--bg-cream);
  font-weight: 600;
}

.cmp .us {
  font-weight: 600;
  color: var(--green);
  background: rgba(192, 57, 43, 0.02);
}

.cmp .them {
  color: var(--muted);
}

/* Reviews Section (Відгуки) */
.rev-sum {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.rev-sum-n {
  font-size: 52px;
  font-weight: 900;
  color: var(--green);
}

.star {
  display: inline-block;
}

.rev-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.rev-who {
  font-size: 14.5px;
}

.rev-who-flex {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.rev-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.rev-video {
  margin-top: 16px;
  max-width: 320px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.rev-video video {
  display: block;
  width: 100%;
  height: auto;
  outline: none;
}

.rev-name {
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
}

.rev-meta {
  color: #999;
  font-size: 13px;
  margin-top: 4px;
}

.rev-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--green);
  background: var(--green-light);
  border: 1px solid #f5c6c1;
  padding: 3px 10px;
  margin-top: 12px;
  border-radius: 4px;
  font-weight: 600;
}

.rev-txt {
  margin: 10px 0 0;
  font-size: 16px;
  color: #222;
  max-width: 660px;
}

.rev-title {
  font-weight: 700;
  font-size: 19px;
  margin: 8px 0 0;
  color: var(--green);
}

.rev-ph {
  margin-top: 16px;
  display: flex;
  gap: 14px;
}

.rev-ph image-slot, .rev-ph img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  object-fit: cover;
}

/* FAQ Section (Питання/Відповіді) */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  padding: 22px 40px 22px 0;
  list-style: none;
  position: relative;
  color: var(--green);
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 28px;
  font-weight: 300;
  color: var(--muted);
  transition: transform .2s ease;
  line-height: 1;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-a {
  padding: 0 0 22px 0;
  color: #444;
  font-size: 15.5px;
  max-width: 680px;
  margin: 0;
}

/* How to Order Section (Як замовити) */
.how-to-order {
  padding: 72px 0;
  text-align: center;
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 24px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 20px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  transition: transform .2s ease;
}

.step:hover {
  transform: translateY(-2px);
}

.step-n {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #B71C1C 0%, #D84315 100%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: none;
  box-shadow: 0 4px 12px rgba(192, 57, 43, 0.3);
}

.step b {
  display: block;
  font-size: 17px;
  margin-bottom: 8px;
  color: var(--ink);
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
}

/* Order Form Checkout Section [NEW] */
.checkout-section {
  padding: 80px 0;
  background: var(--bg-cream);
  border-top: 1.5px solid var(--line);
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.checkout-intro {
  max-width: 480px;
}

.checkout-intro .h2 {
  text-align: left;
}

.checkout-intro .sub {
  text-align: left;
  margin-left: 0;
  margin-bottom: 32px;
}

.form-card {
  background: #fff;
  border: 1.5px solid var(--line);
  padding: clamp(24px, 4vw, 36px);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.f-lbl {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin: 0 0 12px;
}

.qopt {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1.5px solid var(--line);
  padding: 16px 20px;
  cursor: pointer;
  background: #fff;
  margin-bottom: -1px;
  position: relative;
  transition: all .12s ease;
  border-radius: 0;
}

.qopt:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.qopt:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 24px;
}

.qopt-on {
  background: var(--green-light);
  color: var(--green);
  border-color: var(--green);
  z-index: 1;
}

.qopt-on .q-s {
  color: var(--muted);
}

.qopt-on .q-old {
  color: #bbb;
}

.radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #BBB;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qopt-on .radio {
  border-color: var(--green);
}

.rdot {
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.qopt-on .rdot {
  display: block;
}

.q-t {
  font-weight: 700;
  font-size: 16px;
}

.q-s {
  font-size: 13.5px;
  color: var(--muted);
  margin-top: 2px;
}

.q-pr {
  margin-left: auto;
  text-align: right;
  flex: none;
}

.q-new {
  font-weight: 800;
  font-size: 18px;
}

.q-old {
  font-size: 13px;
  color: #aaa;
  text-decoration: line-through;
}

.q-tag {
  position: absolute;
  top: -10px;
  right: 14px;
  z-index: 2;
  background: var(--red);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
}

.chips {
  display: flex;
  margin-bottom: 28px;
  gap: 12px;
}

.chip {
  flex: 1;
  border: 1.5px solid var(--line);
  padding: 14px;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #333;
  border-radius: 4px;
  transition: all .15s ease;
}

.chip-on {
  background: var(--green-light);
  color: var(--green);
  border-color: var(--green);
}

.sw {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.15);
}

.chip-on .sw {
  border-color: rgba(192,57,43,.25);
}

.f-input {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid var(--line);
  border-radius: 4px;
  padding: 16px 18px;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  margin-bottom: 16px;
  outline: none;
  transition: border-color .15s;
}

.f-input:focus {
  border-color: var(--green);
}

.f-ok {
  border-color: var(--green)!important;
}

.f-bad {
  border-color: var(--red)!important;
}

.f-err {
  color: var(--red);
  font-size: 14px;
  margin: -8px 0 14px;
  font-weight: 500;
}

.f-note {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  margin: 14px 0 0;
}

.thanks {
  text-align: center;
  padding: 48px 24px;
}

.thanks h3 {
  color: var(--green);
  font-weight: 800;
}

.ntf {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 80;
  background: #fff;
  border: 1.5px solid var(--line);
  border-left: 4px solid var(--green);
  padding: 14px 20px;
  max-width: 320px;
  font-size: 14px;
  transform: translateY(150%);
  transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.ntf-on {
  transform: translateY(0);
}

.ntf-t {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}

.ntf-b {
  margin-top: 4px;
  color: #222;
  line-height: 1.45;
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13.5px;
  padding: 36px 0;
  background: var(--bg-white);
}

.footer a {
  color: var(--muted);
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  display: none;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.05);
}

.sticky .btn {
  padding: 14px 28px;
  font-size: 13.5px;
  box-shadow: none;
}

/* Responsive Styles */
@media (max-width: 880px) {
  .hero {
    padding: 36px 0 48px;
  }
  
  .h1 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  
  .hero-head .lead {
    font-size: 15.5px;
    padding: 0 10px;
  }
  
  .hero-photo-container {
    max-width: 320px;
    margin-bottom: 20px;
  }
  
  .hero-bullets {
    gap: 12px;
    max-width: 320px;
    margin-bottom: 24px;
  }
  
  .hero-bullet-item {
    font-size: 14.5px;
  }
  
  .hero-bullet-icon {
    width: 34px;
    height: 34px;
  }
  
  .hero-bullet-icon svg {
    width: 16px;
    height: 16px;
  }
  
  .mini-bens {
    grid-template-columns: 1fr;
    display: grid;
    gap: 10px;
    margin-bottom: 28px;
  }
  
  .mini-ben {
    padding: 12px;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
  
  .mini-ben b {
    width: 140px;
    flex-shrink: 0;
  }

  /* Force description images before text on mobile stack */
  .desc-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px 0;
  }
  
  .desc-img {
    order: -1;
    max-width: 360px;
    margin: 0 auto;
  }
  
  .desc-img image-slot {
    height: 300px;
  }
  
  .feat-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .feat-photo {
    max-width: 360px;
    margin: 0 auto;
  }
  
  .feat-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .feat {
    padding-top: 16px;
  }
  
  .steps-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .step {
    padding: 22px 16px;
  }
  
  .checkout-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  
  .checkout-intro {
    max-width: 100%;
    text-align: center;
  }
  
  .checkout-intro .h2, .checkout-intro .sub {
    text-align: center;
  }
  
  .savings-simple {
    gap: 10px;
  }
  
  .savings-simple-item {
    flex-direction: row;
    justify-content: space-between;
    padding: 14px 20px;
    width: 100%;
    min-width: 100%;
  }
  
  .savings-simple-item .qty {
    margin-bottom: 0;
    font-size: 16px;
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .savings-simple-item .price {
    font-size: 20px;
  }
  
  .savings-simple-item .old {
    margin-top: 0;
    margin-left: 8px;
    font-size: 13px;
  }

  .rev-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 0;
  }
  
  .rev-ph image-slot {
    width: 90px;
    height: 90px;
  }

  .cmp th, .cmp td {
    padding: 10px 12px;
    font-size: 13.5px;
  }
  
  .cmp .lbl {
    display: none;
  }

  .sticky {
    display: flex;
  }
  
  body {
    padding-bottom: 72px;
  }

  /* Price tag overrides to prevent wrapping */
  .price-row {
    gap: 12px;
    padding: 12px 0;
    margin-bottom: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  .p-new {
    font-size: 36px !important;
  }
  
  .p-old {
    font-size: 20px !important;
  }
  
  .p-tag {
    font-size: 11.5px !important;
    padding: 3px 8px !important;
  }

  /* Full-bleed hero-head like a header on mobile */
  .hero {
    padding-top: 0;
  }

  .hero .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-head {
    border-radius: 0;
    margin-bottom: 0;
    padding: 16px 20px 12px;
    box-shadow: none;
    max-width: 100%;
  }

  .hero-photo-container {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .hero-photo {
    border-radius: 0;
    border: none;
    box-shadow: none;
  }

  .hero-body {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
