:root {
  --color-bg: #ffffff;
  --color-bg-alt: #f7f9fb;
  --color-text: #14181f;
  --color-text-muted: #5b6472;
  --color-accent: #e2231a;
  --color-accent-dark: #b91912;
  --color-highlight: #1e9be0;
  --color-border: #e7eaee;
  --color-border-blue: #a9d8f5;
  --color-blue-bg: #eaf7fe;
  --color-pink-bg: #fdeeee;
  --color-success: #1f9d55;
  --color-star: #f5a623;
  --radius-lg: 16px;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 8px 28px rgba(20, 24, 31, 0.07);
  --font: 'Poppins', 'Segoe UI', 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif;
  --max-width: 1120px;
  --gutter: 20px;
}

* { box-sizing: border-box; margin: 0; padding: 0; overflow-wrap: break-word; }
html { overflow-x: hidden; width: 100%; }
body.blowzen-page,
body.drillux-page {
  font-family: var(--font);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}
body.blowzen-page img { max-width: 100%; display: block; }
.wrap { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--gutter); }
body.blowzen-page a { color: inherit; }

.topbar {
  background: var(--color-text);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 12px;
}

.rating-strip { text-align: center; padding: 20px 16px 0; }
.rating-strip .stars,
.testimonial .stars { color: var(--color-star); font-size: 18px; letter-spacing: 2px; }
.rating-strip .rating-text { font-size: 14px; color: var(--color-text-muted); margin-top: 6px; font-weight: 600; }
.rating-strip .rating-text strong { color: var(--color-text); }

.hero { padding-top: 22px; padding-bottom: 12px; text-align: center; }
.gift-strip {
  display: inline-block;
  background: var(--color-blue-bg);
  color: var(--color-highlight);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: 27px;
  font-weight: 800;
  line-height: 1.28;
  margin-bottom: 14px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.hero h1 .hl { color: var(--color-highlight); }
.hero h1.h1-desktop-only { display: none; }
.hero .lead { font-size: 15.5px; color: var(--color-text-muted); max-width: 520px; margin: 0 auto 22px; }
.hero .lead strong { color: var(--color-text); font-weight: 700; }

.hero-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 22px;
  aspect-ratio: 1 / 1;
  background: #fff;
}
.hero-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
}
.hero-image-desktop-only { display: none; }

.price-block { margin-bottom: 18px; }
.price-block .was { font-size: 16px; color: #a3aab5; text-decoration: line-through; font-weight: 600; }
.price-block .now { font-size: 38px; font-weight: 800; color: var(--color-accent); margin: 0 8px; }
.price-block .pct {
  display: inline-block;
  background: var(--color-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 999px;
  vertical-align: middle;
}

.cta-btn {
  display: block;
  width: 100%;
  background: var(--color-accent);
  color: #fff;
  border: none;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 800;
  padding: 17px;
  border-radius: var(--radius-sm);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
body.blowzen-page a.cta-btn { color: #fff; }
.cta-btn:active { background: var(--color-accent-dark); }
.section-cta { padding: 8px 0 28px; }
.why-copy .cta-btn { margin-top: 20px; }
.form-note { font-size: 12px; color: var(--color-text-muted); text-align: center; margin-top: 10px; }

.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 28px 0; }
.feature-item { text-align: center; padding: 16px 10px; background: var(--color-bg-alt); border-radius: var(--radius); }
.feature-item .ico { font-size: 26px; margin-bottom: 8px; }
.feature-item h4 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.feature-item p { font-size: 12.5px; color: var(--color-text-muted); }

.order-section { padding: 32px 0; background: var(--color-bg-alt); }
.order-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 26px 22px;
  max-width: 480px;
  margin: 0 auto;
}
.order-card h2 { font-size: 21px; font-weight: 800; text-align: center; margin-bottom: 8px; }
.order-card > p { font-size: 14px; color: var(--color-text-muted); text-align: center; margin-bottom: 20px; }

.urgency-strip {
  max-width: 480px;
  margin: 0 auto 18px;
  background: linear-gradient(180deg, #fff, #fff8f7);
  border: 2px solid var(--color-accent);
  border-radius: var(--radius-lg);
  padding: 22px 20px;
  box-shadow: 0 4px 20px rgba(226, 35, 26, 0.12);
}
.countdown-row { text-align: center; margin-bottom: 18px; }
.countdown-label { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: var(--color-text-muted); margin-bottom: 8px; }
.countdown-timer { display: flex; justify-content: center; gap: 8px; }
.countdown-timer .box {
  background: var(--color-text);
  color: #fff;
  border-radius: 8px;
  padding: 8px 4px;
  min-width: 52px;
  text-align: center;
}
.countdown-timer .box .num { font-size: 24px; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1; }
.countdown-timer .box .lbl { font-size: 9px; text-transform: uppercase; letter-spacing: 0.4px; color: #aab0bb; margin-top: 2px; }
.countdown-timer .sep { font-size: 24px; font-weight: 800; color: var(--color-accent); align-self: center; }

.stock-row { margin-bottom: 16px; }
.stock-row .stock-label { display: flex; justify-content: space-between; font-size: 13.5px; font-weight: 700; margin-bottom: 8px; }
.stock-row .stock-label .left { color: var(--color-text); }
.stock-row .stock-label .right { color: var(--color-accent); }
.stock-bar { height: 10px; background: var(--color-border); border-radius: 999px; overflow: hidden; }
.stock-bar-fill {
  height: 100%;
  width: 84%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-accent-dark), var(--color-accent));
}

.live-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
  padding-top: 14px;
  border-top: 1px dashed #f0c4c1;
}
.live-row .dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-success);
  animation: lb-pulse 1.5s infinite;
  flex: 0 0 9px;
}
.live-row strong { color: var(--color-accent); font-weight: 800; }
@keyframes lb-pulse {
  0% { box-shadow: 0 0 0 0 rgba(31, 157, 85, 0.5); }
  70% { box-shadow: 0 0 0 7px rgba(31, 157, 85, 0); }
  100% { box-shadow: 0 0 0 0 rgba(31, 157, 85, 0); }
}

.tm-order-form .form-field,
.order-form .form-field,
.tm-order-form .cod-form__field,
.order-form .cod-form__field { margin-bottom: 16px; }
.tm-order-form label,
.order-form label,
.tm-order-form .cod-form__label,
.order-form .cod-form__label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
  text-align: left;
  color: #14181f;
  line-height: 1.3;
}
.tm-order-form input[type="text"],
.tm-order-form input[type="tel"],
.order-form input[type="text"],
.order-form input[type="tel"],
.tm-order-form .cod-form__input,
.order-form .cod-form__input {
  display: block;
  width: 100%;
  padding: 16px 16px;
  margin: 0;
  border: 1px solid #d8dee6;
  border-radius: 12px;
  font-size: 16px;
  font-family: var(--font);
  background: #fff;
  color: var(--color-text);
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.tm-order-form input::placeholder,
.order-form input::placeholder,
.tm-order-form .cod-form__input::placeholder,
.order-form .cod-form__input::placeholder {
  color: #9aa3af;
  opacity: 1;
}
.tm-order-form input:focus,
.order-form input:focus,
.tm-order-form .cod-form__input:focus,
.order-form .cod-form__input:focus {
  outline: none;
  border-color: var(--color-highlight);
  box-shadow: 0 0 0 3px rgba(30, 155, 224, 0.12);
}
.tm-order-form br,
.order-form br { display: none; }
.tm-order-form button,
.order-form button { display: block; width: 100%; margin-top: 8px; }

.why-block { padding-top: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--color-border); }
.why-grid { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: center; }
.why-block .num-eyebrow { font-size: 13.5px; font-weight: 700; color: var(--color-accent); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.why-block .why-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #fff;
}
.why-block .why-img img,
.why-block .why-img video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  border-radius: var(--radius-lg);
  display: block;
}
.why-block h3 { font-size: 22px; font-weight: 800; margin-bottom: 12px; line-height: 1.3; }
.why-block .tag-row { display: flex; flex-wrap: wrap; gap: 10px 12px; margin-bottom: 16px; }
.why-block .tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text);
  background: var(--color-bg-alt);
  padding: 8px 15px;
  border-radius: 999px;
  white-space: nowrap;
  flex: 0 0 auto;
}
.why-block .tag::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
  flex: 0 0 7px;
}
.why-block p { font-size: 16px; color: var(--color-text-muted); }
.why-block p.italic { font-style: italic; margin-top: 10px; }

.compare { background: linear-gradient(180deg, #f0f4f8 0%, #e8eef4 100%); padding: 36px 0; }
.compare .compare__inner { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--gutter); text-align: center; }
.compare .section-label { font-size: 12px; font-weight: 700; color: var(--color-accent); text-transform: uppercase; text-align: center; margin-bottom: 6px; }
.compare h2 { font-size: 22px; font-weight: 800; text-align: center; margin-bottom: 20px; }
.compare table { margin: 0 auto; max-width: 680px; width: 100%; background: #fff; box-shadow: 0 10px 32px rgba(20, 24, 31, .08); border-collapse: collapse; font-size: 14px; border-radius: var(--radius); overflow: hidden; }
.compare th, .compare td { padding: 14px 12px; vertical-align: middle; text-align: center; }
.compare th:first-child, .compare td:first-child { text-align: left; font-weight: 700; font-size: 12px; }
.compare th { background: var(--color-bg-alt); font-size: 12px; font-weight: 700; }
.compare th.highlight,
.compare td.win { background: #ecfdf5; }
.compare th.highlight { color: #047857; }
.compare tr:nth-child(even) td:not(.win) { background: #fafbfc; }
.compare tr:nth-child(even) td.win { background: #d1fae5; }
.compare td { border-bottom: 1px solid var(--color-border); }
.compare .highlight,
.compare td.win { color: var(--color-success); font-weight: 800; }

.testimonials { padding: 34px 0; background: var(--color-bg-alt); }
.t-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.testimonial { border: 1px solid var(--color-border); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.testimonial .t-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  background: #fff;
  display: block;
}
.testimonial .t-body { padding: 18px; }
.testimonial .t-body h4 { font-size: 16px; font-weight: 800; margin: 8px 0; }
.testimonial .t-body p { font-size: 14.5px; color: var(--color-text-muted); margin: 0; }
.testimonial .author-row { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.testimonial .author {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kit-section { padding-top: 32px; padding-bottom: 32px; }
.section-heading { text-align: center; margin-bottom: 22px; }
.section-heading .eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.section-heading h2 { font-size: 22px; font-weight: 800; line-height: 1.3; }
.kit-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.kit-box > img { aspect-ratio: 1 / 1; width: 100%; object-fit: contain; object-position: center; display: block; background: #fff; }
.kit-box .kit-content { padding: 26px 22px; text-align: center; }
.kit-box ul { list-style: none; text-align: left; max-width: 380px; margin: 0 auto 20px; }
.kit-box li { font-size: 14.5px; padding: 6px 0; display: flex; gap: 8px; }
.kit-box li::before { content: '✓'; color: var(--color-success); font-weight: 800; }

.faq { padding-top: 12px; padding-bottom: 40px; max-width: 720px; margin: 0 auto; }
.faq > .section-heading { margin-bottom: 18px; }
.faq-item { border-bottom: 1px solid var(--color-border); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  color: var(--color-text);
  font-family: var(--font);
}
.faq-q span:first-child { flex: 1; min-width: 0; }
.faq-q .arrow { flex: 0 0 auto; margin-top: 2px; font-size: 13px; color: var(--color-text-muted); transition: transform 0.2s; }
.faq-item.open .faq-q .arrow { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; font-size: 14.5px; color: var(--color-text-muted); }
.faq-item.open .faq-a { max-height: 260px; padding-bottom: 16px; }

.bz-footer {
  background: var(--color-text);
  color: #aab0bb;
  padding: 32px 0 24px;
  font-size: 13px;
}
.bz-footer a { color: #fff; text-decoration: none; }
.bz-footer a:hover { text-decoration: underline; }
.bz-footer__grid { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 24px; }
.bz-footer__heading { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 10px; }
.bz-footer__list { list-style: none; }
.bz-footer__list li { margin-bottom: 6px; }
.bz-footer__bottom { border-top: 1px solid #2a2f38; padding-top: 16px; text-align: center; font-size: 12px; }
.bz-footer__bottom a { margin-left: 8px; }

@media (min-width: 960px) {
  :root { --max-width: 1120px; }
  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    text-align: left;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .hero-copy { order: 1; }
  .hero-image { order: 2; margin-bottom: 0; }
  .hero-image-mobile-only { display: none; }
  .hero-image-desktop-only { display: block; }
  .gift-strip { margin-left: 0; }
  .hero h1 { font-size: 38px; margin-left: 0; text-align: left; }
  .hero h1.h1-mobile-only { display: none; }
  .hero h1.h1-desktop-only { display: block; }
  .hero .lead { margin-left: 0; text-align: left; }
  .price-block { text-align: left; }
  .feature-row { grid-template-columns: repeat(4, 1fr); }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .why-block:nth-child(even) .why-img { order: 2; }
  .t-grid { grid-template-columns: repeat(3, 1fr); }
  .kit-box { grid-template-columns: 1.15fr 0.85fr; text-align: left; align-items: center; }
  .kit-box > img { width: 100%; height: auto; max-height: none; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; background: #fff; }
  .kit-box .kit-content { text-align: left; }
  .kit-box ul { margin-left: 0; }
  .bz-footer__grid { grid-template-columns: 2fr 1fr 1fr; }
}

.site-footer{background:#0f172a;color:#cbd5e1;padding:2.5rem 0 1.5rem;font-size:.875rem}.site-footer .container{width:min(100% - 2rem,1100px);margin-inline:auto}.site-footer .site-logo{display:inline-flex;align-items:center;text-decoration:none;font-family:var(--font)}.site-footer .site-logo:hover{opacity:.85}.site-footer .site-logo__text{font-weight:900;font-size:1.5rem;letter-spacing:-.04em;text-transform:lowercase;line-height:1}.site-footer .site-logo__text-primary{color:#fff}.site-footer .site-logo__text-accent{background:linear-gradient(135deg,#fdba74 0%,#f97316 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.site-footer__grid{display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2rem}@media (min-width:768px){.site-footer__grid{grid-template-columns:1.2fr 1fr 1fr}}.site-footer__heading{font-weight:700;color:#fff;margin-bottom:.75rem;font-size:1rem}.site-footer__list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.site-footer__list a{color:#cbd5e1;text-decoration:none}.site-footer__list a:hover{color:#fff}.site-footer__blurb{margin-top:1rem;max-width:340px;color:#94a3b8;line-height:1.5}.site-footer__bottom{border-top:1px solid #334155;padding-top:1rem;text-align:center;font-size:.75rem;color:#94a3b8}.site-footer__bottom strong{color:#cbd5e1}.site-footer__bottom a{color:#cbd5e1;text-decoration:none;font-weight:700}.site-footer__bottom a:hover{color:#fff;text-decoration:underline}
.cod-form__error{display:none;color:var(--color-accent);font-size:12px;font-weight:600;margin:-4px 0 10px}
.cod-form__field.has-error .cod-form__error{display:block}
.cod-form__input.is-invalid,.tm-order-form input.is-invalid,.order-form input.is-invalid{border-color:var(--color-accent)!important;background:#fff5f4}
.cod-form.cod-form--order-disabled .cod-form__order-disabled-note{margin:0 0 16px;padding:12px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-sm);color:#991b1b;font-size:14px;font-weight:600;text-align:center}

/* All product/review images stay 1:1 square with contain (DriveCam template). */
