/** Shopify CDN: Minification failed

Line 831:15 Unterminated string token

**/
/* ===== ApexDrive Advertorial — Editorial CRO v3 =====
   Editorial NYTimes style + persuasion layers: TL;DR, author bio,
   stat highlights, pullquotes, comparison table, timeline, objections,
   guarantee badges, reading progress bar, sticky mobile CTA. */

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Inter:wght@500;600;700;800&family=Open+Sans:wght@600;700&display=swap');

/* ===== Isolated advertorial layout — hide theme header/footer when adv-* rendered ===== */
/* Only fires on pages that load an adv-* section. About Us / homepage / product pages unaffected. */
body:has(.adv-page) > header,
body:has(.adv-page) > footer,
body:has(.adv-page) #shopify-section-header,
body:has(.adv-page) #shopify-section-footer,
body:has(.adv-page) [id*="shopify-section-header"],
body:has(.adv-page) [id*="shopify-section-footer"],
body:has(.adv-page) [id*="header-group"],
body:has(.adv-page) [id*="footer-group"],
body:has(.adv-page) [class*="header-group"]:not([class*="adv-"]),
body:has(.adv-page) [class*="footer-group"]:not([class*="adv-"]),
body:has(.adv-page) [class*="announcement-bar"]:not([class*="adv-"]),
body:has(.adv-page) [class*="site-header"]:not([class*="adv-"]),
body:has(.adv-page) [class*="site-footer"]:not([class*="adv-"]),
body:has(.adv-page) .header-section:not([class*="adv-"]),
body:has(.adv-page) .footer-section:not([class*="adv-"]) {
  display: none !important;
}
body:has(.adv-page) { padding-top: 0 !important; margin-top: 0 !important; }
body:has(.adv-page) main,
body:has(.adv-page) #MainContent,
body:has(.adv-page) [role="main"] { padding: 0 !important; margin: 0 !important; }


.adv-page {
  --adv-bg: #ffffff;
  --adv-bg-tint: #f7f4ed;
  --adv-bg-soft: #faf7f0;
  --adv-text: #151515;
  --adv-text-soft: #242424;
  --adv-text-mute: #5c5c5c;
  --adv-text-light: #8a8a8a;
  --adv-border: #e6e6e6;
  --adv-rule: #d8d8d8;
  --adv-highlight: rgba(221, 181, 0, 0.77);
  --adv-mustard: #c89d00;
  --adv-cta: #9d111a;
  --adv-cta-dark: #7a0d14;
  --adv-final-bg: #151515;
  --adv-green: #1d6f3a;
  --adv-success-bg: #e8f3eb;
  --adv-warn-bg: #fdf6e3;
  --adv-serif: "PT Serif", Charter, Georgia, "Times New Roman", serif;
  --adv-sans-bold: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --adv-cta-font: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: var(--adv-bg);
  color: var(--adv-text);
  font-family: var(--adv-serif);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.adv-page,
.adv-page *,
.adv-page *::before,
.adv-page *::after { box-sizing: border-box; }

.adv-container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 640px) { .adv-container { padding: 0 28px; } }
@media (min-width: 1024px) { .adv-container { padding: 0 32px; } }

/* ===== Reading progress bar (top) ===== */
.adv-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  z-index: 99;
  pointer-events: none;
}
.adv-progress__fill {
  height: 100%;
  width: 0;
  background: var(--adv-cta);
  transition: width 0.08s linear;
}

/* ===== Publisher header (editorial branding) ===== */
.adv-pubheader {
  background: #ffffff;
  border-bottom: 1px solid var(--adv-rule);
  padding: 10px 0;
}
.adv-pubheader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.adv-pubheader__brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.adv-pubheader__logo img {
  height: 24px;
  width: auto;
  display: block;
}
.adv-pubheader__name {
  font-family: var(--adv-serif);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--adv-text);
}
@media (min-width: 768px) { .adv-pubheader__name { font-size: 22px; } }
.adv-pubheader__tag {
  font-family: var(--adv-serif);
  font-style: italic;
  font-size: 12px;
  color: var(--adv-text-mute);
}
.adv-pubheader__nav {
  font-family: var(--adv-cta-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--adv-text-mute);
}
.adv-pubheader__nav a {
  color: inherit;
  text-decoration: none;
  margin-left: 14px;
}
.adv-pubheader__nav a:hover { color: var(--adv-cta); }
@media (max-width: 640px) { .adv-pubheader__nav { display: none; } }

/* ===== Breadcrumb ===== */
.adv-breadcrumb {
  margin: 10px 0;
  font-family: var(--adv-cta-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: var(--adv-text-mute);
  text-transform: uppercase;
}
.adv-breadcrumb__item { color: inherit; text-decoration: none; }
.adv-breadcrumb__item:hover { color: var(--adv-cta); }
.adv-breadcrumb__item--current { color: var(--adv-text); cursor: default; }
.adv-breadcrumb__sep { margin: 0 8px; color: var(--adv-text-light); }

/* ===== Share row ===== */
.adv-share {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  margin: 10px 0 0;
  border-top: 1px solid var(--adv-rule);
  border-bottom: 1px solid var(--adv-rule);
}
.adv-share__label {
  font-family: var(--adv-cta-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--adv-text-mute);
}
.adv-share__buttons {
  display: flex;
  gap: 6px;
  margin-left: auto;
}
.adv-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f7f4ed;
  color: var(--adv-text);
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.12s ease, color 0.12s ease;
  padding: 0;
}
.adv-share__btn:hover, .adv-share__btn.is-copied {
  background: var(--adv-text);
  color: #fff;
}

/* ===== Footnotes ===== */
.adv-footnotes {
  padding: 22px 0 12px;
  border-top: 1px solid var(--adv-rule);
  margin: 18px 0 0;
}
.adv-footnotes__heading {
  font-family: var(--adv-serif);
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 8px;
  color: var(--adv-text);
}
.adv-footnotes__intro {
  font-family: var(--adv-serif);
  font-size: 14px;
  color: var(--adv-text-mute);
  margin: 0 0 10px;
}
.adv-footnotes__intro p { margin: 0; }
.adv-footnotes__list {
  list-style: decimal;
  padding-left: 22px;
  margin: 0;
  counter-reset: fn;
}
.adv-footnotes__item {
  font-family: var(--adv-serif);
  font-size: 14px;
  line-height: 1.55;
  color: var(--adv-text-soft);
  margin: 0 0 8px;
  padding-left: 4px;
}
.adv-footnotes__item p { margin: 0 0 4px; display: inline; }
.adv-footnotes__link {
  display: inline-block;
  margin-left: 6px;
  font-family: var(--adv-cta-font);
  font-size: 11px;
  font-weight: 600;
  color: var(--adv-cta);
  text-decoration: none;
  letter-spacing: 0.3px;
}
.adv-footnotes__link:hover { color: var(--adv-cta-dark); text-decoration: underline; }

/* ===== Related reading ===== */
.adv-related {
  padding: 22px 0 12px;
  border-top: 1px solid var(--adv-rule);
  margin: 18px 0 0;
}
.adv-related__heading {
  font-family: var(--adv-cta-font);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--adv-text);
  margin: 0 0 14px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--adv-text);
}
.adv-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) { .adv-related__grid { grid-template-columns: repeat(3, 1fr); } }
.adv-related__card {
  text-decoration: none;
  color: var(--adv-text);
  display: block;
}
.adv-related__image {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #f0eee9;
  margin-bottom: 8px;
  overflow: hidden;
}
.adv-related__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.adv-related__image--placeholder {
  background: linear-gradient(135deg, #e8e2d4 0%, #c9b894 50%, #a08868 100%);
}
.adv-related__eyebrow {
  display: inline-block;
  font-family: var(--adv-cta-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--adv-cta);
  margin: 0 0 6px;
}
.adv-related__title {
  font-family: var(--adv-serif);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 6px;
  color: var(--adv-text);
}
.adv-related__card:hover .adv-related__title { text-decoration: underline; text-decoration-color: var(--adv-text-light); text-underline-offset: 3px; }
.adv-related__meta {
  font-family: var(--adv-serif);
  font-size: 12px;
  color: var(--adv-text-mute);
  margin: 0;
  font-style: italic;
}

/* ===== Top advertorial bar ===== */
.adv-top-bar {
  background: var(--adv-final-bg);
  color: #ffffff;
  text-align: center;
  padding: 5px 12px;
  font-family: var(--adv-cta-font);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.2;
  text-transform: uppercase;
}

/* ===== Trust strip — under hero or top ===== */
.adv-trust-strip {
  border-top: 1px solid var(--adv-rule);
  border-bottom: 1px solid var(--adv-rule);
  padding: 9px 0;
  margin: 14px 0;
  font-family: var(--adv-cta-font);
  font-size: 12px;
  line-height: 1.5;
  color: var(--adv-text-mute);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  justify-content: center;
  text-align: center;
}
.adv-trust-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.adv-trust-strip__icon { color: var(--adv-mustard); font-size: 14px; line-height: 1; }
.adv-trust-strip__item strong { color: var(--adv-text); font-weight: 700; }

/* ===== Hero ===== */
.adv-hero { padding: 16px 0 2px; }
.adv-hero__eyebrow {
  font-family: var(--adv-cta-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--adv-cta);
  margin: 0 0 10px;
}
.adv-hero__title {
  font-family: var(--adv-serif);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0.2px;
  color: var(--adv-text);
  margin: 0 0 14px;
}
.adv-hero__title mark {
  background: var(--adv-highlight);
  color: var(--adv-text);
  padding: 0;
  border-radius: 0;
}
@media (min-width: 768px) { .adv-hero__title { font-size: 46px; line-height: 1.2; } }
@media (min-width: 1024px) { .adv-hero__title { font-size: 54px; line-height: 1.16; } }

.adv-hero__byline {
  font-family: var(--adv-serif);
  font-size: 14px;
  line-height: 1.4;
  color: var(--adv-text-soft);
  margin: 0 0 8px;
  font-weight: 400;
}
.adv-hero__byline strong { font-family: var(--adv-sans-bold); font-weight: 700; color: #000; }

.adv-hero__sub {
  font-family: var(--adv-serif);
  font-size: 18px;
  line-height: 1.4;
  color: var(--adv-text-soft);
  margin: 0 0 14px;
  font-weight: 400;
}
.adv-hero__sub p { margin: 0; }
@media (min-width: 768px) { .adv-hero__sub { font-size: 19px; } }

.adv-hero__image {
  margin: 12px 0 6px;
  background: #f0eee9;
}
.adv-hero__image img { width: 100%; height: auto; display: block; }

.adv-caption {
  font-family: var(--adv-serif);
  font-size: 13px;
  font-style: italic;
  line-height: 1.45;
  color: var(--adv-text-mute);
  margin: 6px 0 0;
  padding: 0;
  text-align: left;
}

/* ===== TL;DR card ===== */
.adv-tldr {
  margin: 14px 0;
  padding: 14px 16px;
  background: var(--adv-bg-soft);
  border-left: 4px solid var(--adv-mustard);
}
.adv-tldr__label {
  display: inline-block;
  font-family: var(--adv-cta-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--adv-cta);
  margin: 0 0 8px;
}
.adv-tldr__list { margin: 0; padding: 0; list-style: none; }
.adv-tldr__list li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 6px;
  font-family: var(--adv-serif);
  font-size: 15px;
  line-height: 1.5;
  color: var(--adv-text);
}
.adv-tldr__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--adv-cta);
  font-weight: 700;
}
.adv-tldr__list li:last-child { margin-bottom: 0; }
.adv-tldr__list strong { font-family: var(--adv-sans-bold); font-weight: 700; color: #000; }
.adv-tldr__skip {
  display: inline-block;
  margin: 10px 0 0;
  font-family: var(--adv-cta-font);
  font-size: 13px;
  font-weight: 700;
  color: var(--adv-cta);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.adv-tldr__skip:hover { color: var(--adv-cta-dark); }

/* ===== Author bio card ===== */
.adv-author-bio {
  margin: 18px 0;
  padding: 14px 16px;
  background: var(--adv-bg-tint);
  border: 1px solid var(--adv-border);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: start;
}
@media (max-width: 480px) {
  .adv-author-bio { grid-template-columns: 56px 1fr; gap: 12px; padding: 12px; }
}
.adv-author-bio__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: #ddd;
}
@media (max-width: 480px) {
  .adv-author-bio__avatar { width: 56px; height: 56px; }
}
.adv-author-bio__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.adv-author-bio__name {
  font-family: var(--adv-serif);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  color: var(--adv-text);
  margin: 0 0 2px;
}
.adv-author-bio__title {
  font-family: var(--adv-cta-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--adv-text-mute);
  margin: 0 0 6px;
  text-transform: uppercase;
}
.adv-author-bio__creds {
  font-family: var(--adv-serif);
  font-size: 14px;
  line-height: 1.5;
  color: var(--adv-text);
  margin: 0;
}
.adv-author-bio__creds p { margin: 0; }
.adv-author-bio__creds strong { font-family: var(--adv-sans-bold); font-weight: 700; color: #000; }
.adv-author-bio__disclosure {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  font-family: var(--adv-cta-font);
  font-size: 11px;
  font-weight: 600;
  color: var(--adv-green);
  letter-spacing: 0.3px;
}
.adv-author-bio__disclosure::before { content: "✓"; }

/* ===== Generic body section ===== */
.adv-section { padding: 6px 0; }

.adv-section__heading {
  font-family: var(--adv-serif);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: var(--adv-text);
  margin: 22px 0 12px;
}
@media (min-width: 768px) { .adv-section__heading { font-size: 32px; margin: 26px 0 14px; } }
@media (min-width: 1024px) { .adv-section__heading { font-size: 36px; } }

.adv-section__heading--sub {
  font-size: 21px;
  margin: 16px 0 10px;
}
@media (min-width: 768px) { .adv-section__heading--sub { font-size: 23px; margin: 18px 0 10px; } }

/* Body prose */
.adv-section__body {
  font-family: var(--adv-serif);
  font-size: 16px;
  line-height: 1.65;
  color: var(--adv-text);
  font-weight: 400;
}
.adv-section__body p { margin: 0 0 12px; }
.adv-section__body p:last-child { margin-bottom: 0; }
.adv-section__body strong,
.adv-section__body b {
  font-family: var(--adv-sans-bold);
  font-weight: 700;
  color: #000;
}
.adv-section__body em,
.adv-section__body i {
  font-family: var(--adv-serif);
  font-style: italic;
}
.adv-section__body a { color: var(--adv-cta); text-decoration: underline; text-underline-offset: 2px; }
.adv-section__body a:hover { color: var(--adv-cta-dark); }

/* Drop cap — first paragraph option */
.adv-section--lead .adv-section__body > p:first-of-type::first-letter {
  font-family: var(--adv-serif);
  font-size: 4em;
  font-weight: 700;
  float: left;
  line-height: 0.85;
  margin: 4px 8px -2px 0;
  color: var(--adv-text);
}

/* Inline lists inside body */
.adv-section__body ul,
.adv-section__body ol {
  margin: 10px 0 14px;
  padding-left: 26px;
}
.adv-section__body ul { list-style: disc; }
.adv-section__body ol { list-style: decimal; }
.adv-section__body li {
  font-family: var(--adv-serif);
  font-size: 16px;
  line-height: 1.55;
  color: var(--adv-text);
  margin: 0 0 4px;
}

.adv-section__body blockquote {
  border-left: 3px solid var(--adv-text);
  padding: 0 0 0 16px;
  margin: 12px 0;
  font-style: italic;
  color: var(--adv-text-soft);
}

.adv-section__image {
  margin: 14px 0 4px;
}
.adv-section__image img { width: 100%; height: auto; display: block; }

/* ===== Pull quote — large breakout ===== */
.adv-pullquote {
  margin: 22px 0;
  padding: 16px 0 14px;
  border-top: 2px solid var(--adv-text);
  border-bottom: 2px solid var(--adv-text);
  font-family: var(--adv-serif);
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--adv-text);
  text-align: left;
}
.adv-pullquote p { margin: 0; }
@media (min-width: 768px) {
  .adv-pullquote { font-size: 26px; line-height: 1.28; }
}
.adv-pullquote__mark {
  display: block;
  font-family: var(--adv-serif);
  font-size: 48px;
  line-height: 0.5;
  color: var(--adv-mustard);
  margin: 0 0 4px;
  height: 18px;
}
.adv-pullquote__attribution {
  display: block;
  margin-top: 10px;
  font-family: var(--adv-cta-font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: var(--adv-text-mute);
  text-transform: uppercase;
}

/* ===== Stat row — big numbers ===== */
.adv-stats {
  margin: 14px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 640px) { .adv-stats { grid-template-columns: repeat(4, 1fr); } }
.adv-stat {
  padding: 10px 8px 8px;
  background: transparent;
  border-top: 1px solid var(--adv-text);
  text-align: left;
}
.adv-stat__number {
  display: block;
  font-family: var(--adv-serif);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.05;
  color: var(--adv-text);
  margin: 0 0 2px;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) { .adv-stat__number { font-size: 34px; } }
.adv-stat__label {
  display: block;
  font-family: var(--adv-cta-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--adv-text-mute);
  line-height: 1.25;
  text-transform: uppercase;
}

/* ===== Comparison table ===== */
.adv-compare {
  margin: 16px 0;
  border: 1px solid var(--adv-border);
  overflow: hidden;
}
.adv-compare__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid var(--adv-border);
}
.adv-compare__row:last-child { border-bottom: 0; }
.adv-compare__cell {
  padding: 11px 10px;
  font-family: var(--adv-serif);
  font-size: 14px;
  line-height: 1.4;
  color: var(--adv-text);
  border-right: 1px solid var(--adv-border);
}
.adv-compare__cell p { margin: 0; }
.adv-compare__cell:last-child { border-right: 0; }
.adv-compare__row--head .adv-compare__cell {
  background: var(--adv-bg-tint);
  color: var(--adv-text);
  font-family: var(--adv-cta-font);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 2px solid var(--adv-text);
}
.adv-compare__row--head .adv-compare__cell.is-winner {
  background: var(--adv-text);
  color: #fff;
  border-bottom-color: var(--adv-text);
}
.adv-compare__cell--label {
  font-family: var(--adv-serif);
  font-weight: 700;
  font-style: italic;
  font-size: 13px;
  background: #ffffff;
  color: var(--adv-text);
}
.adv-compare__cell--winner { background: #ffffff; }
.adv-compare__check { color: var(--adv-green); font-weight: 700; }
.adv-compare__x { color: #999; font-weight: 400; }
@media (max-width: 640px) {
  .adv-compare__cell { font-size: 13px; padding: 9px 7px; }
  .adv-compare__row--head .adv-compare__cell { font-size: 11px; }
}

/* ===== Timeline (week-by-week) ===== */
.adv-timeline {
  margin: 14px 0;
  position: relative;
  padding-left: 24px;
}
.adv-timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--adv-rule);
}
.adv-timeline__item {
  position: relative;
  padding: 0 0 12px;
}
.adv-timeline__item:last-child { padding-bottom: 0; }
.adv-timeline__item::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--adv-cta);
}
.adv-timeline__item--milestone::before { background: var(--adv-cta); border-color: var(--adv-cta); }
.adv-timeline__week {
  font-family: var(--adv-cta-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--adv-cta);
  margin: 0 0 2px;
}
.adv-timeline__title {
  font-family: var(--adv-serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--adv-text);
  margin: 0 0 3px;
}
.adv-timeline__desc {
  font-family: var(--adv-serif);
  font-size: 15px;
  line-height: 1.5;
  color: var(--adv-text);
  margin: 0;
}
.adv-timeline__desc strong { font-family: var(--adv-sans-bold); font-weight: 700; color: #000; }

/* ===== Objection handler box ===== */
.adv-objection {
  margin: 12px 0;
  padding: 12px 16px;
  background: var(--adv-bg-soft);
  border-left: 3px solid var(--adv-text);
}
.adv-objection__q {
  font-family: var(--adv-serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
  color: var(--adv-text);
  margin: 0 0 4px;
  font-weight: 700;
}
.adv-objection__q::before {
  content: """;
  font-family: var(--adv-serif);
  color: var(--adv-mustard);
  font-size: 22px;
  font-style: normal;
  margin-right: 4px;
  vertical-align: -4px;
}
.adv-objection__a {
  font-family: var(--adv-serif);
  font-size: 15px;
  line-height: 1.55;
  color: var(--adv-text);
  margin: 0;
}
.adv-objection__a p { margin: 0; }
.adv-objection__a strong { font-family: var(--adv-sans-bold); font-weight: 700; color: #000; }

/* ===== Guarantee badges row ===== */
.adv-guarantees {
  margin: 14px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 640px) { .adv-guarantees { grid-template-columns: repeat(4, 1fr); } }
.adv-guarantee {
  padding: 10px 8px 8px;
  text-align: center;
  background: #fff;
  border-top: 1px solid var(--adv-text);
}
.adv-guarantee__icon {
  display: block;
  font-size: 22px;
  line-height: 1;
  margin: 0 0 4px;
  color: var(--adv-green);
}
.adv-guarantee__title {
  font-family: var(--adv-cta-font);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--adv-text);
  margin: 0 0 2px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.adv-guarantee__desc {
  font-family: var(--adv-serif);
  font-size: 12px;
  line-height: 1.3;
  color: var(--adv-text-mute);
  margin: 0;
}

/* ===== Bullets (clean, no boxes) ===== */
.adv-bullets { padding: 6px 0; }
.adv-bullets__heading {
  font-family: var(--adv-serif);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: var(--adv-text);
  margin: 22px 0 12px;
}
@media (min-width: 768px) { .adv-bullets__heading { font-size: 32px; margin: 26px 0 14px; } }
@media (min-width: 1024px) { .adv-bullets__heading { font-size: 36px; } }

.adv-bullets__intro {
  font-family: var(--adv-serif);
  font-size: 16px;
  line-height: 1.65;
  color: var(--adv-text);
  margin: 0 0 10px;
}
.adv-bullets__intro p { margin: 0; }

.adv-bullets__list {
  list-style: none;
  padding: 0;
  margin: 10px 0 12px;
}
.adv-bullets__item {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 9px;
  font-family: var(--adv-serif);
  font-size: 16px;
  line-height: 1.55;
  color: var(--adv-text);
}
.adv-bullets__item p { margin: 0; display: inline; }
.adv-bullets__item strong { font-family: var(--adv-sans-bold); font-weight: 700; color: #000; }

.adv-bullets--bullet .adv-bullets__item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 7px;
  height: 7px;
  background: var(--adv-text);
  border-radius: 50%;
}
.adv-bullets--check .adv-bullets__item::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%231d6f3a'/%3E%3Cpath d='M6 10l3 3 6-7' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.adv-bullets--number .adv-bullets__list { counter-reset: advnum; }
.adv-bullets--number .adv-bullets__item { counter-increment: advnum; padding-left: 36px; }
.adv-bullets--number .adv-bullets__item::before {
  content: counter(advnum) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--adv-sans-bold);
  font-weight: 800;
  color: var(--adv-cta);
  font-size: 18px;
  line-height: 1.55;
  width: 28px;
}

.adv-bullets__footnote {
  font-family: var(--adv-serif);
  font-size: 16px;
  line-height: 1.65;
  color: var(--adv-text);
  margin: 12px 0 0;
}
.adv-bullets__footnote p { margin: 0 0 8px; }
.adv-bullets__footnote p:last-child { margin-bottom: 0; }
.adv-bullets__footnote strong { font-family: var(--adv-sans-bold); font-weight: 700; color: #000; }

/* ===== Q&A ===== */
.adv-qa { padding: 6px 0; }
.adv-qa__heading {
  font-family: var(--adv-serif);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: var(--adv-text);
  margin: 22px 0 4px;
}
@media (min-width: 768px) { .adv-qa__heading { font-size: 32px; margin: 26px 0 6px; } }
@media (min-width: 1024px) { .adv-qa__heading { font-size: 36px; } }

.adv-qa__intro {
  font-family: var(--adv-serif);
  font-style: italic;
  font-size: 15px;
  color: var(--adv-text-mute);
  margin: 0 0 12px;
}

.adv-qa__item {
  border-top: 1px solid var(--adv-rule);
  padding: 12px 0;
}
.adv-qa__item:last-child { border-bottom: 1px solid var(--adv-rule); }
.adv-qa__q {
  font-family: var(--adv-serif);
  font-size: 16px;
  line-height: 1.5;
  color: var(--adv-text);
  margin: 0 0 8px;
}
.adv-qa__q strong { font-family: var(--adv-sans-bold); font-weight: 700; color: #000; }
.adv-qa__q .badge {
  display: inline-block;
  background: var(--adv-green);
  color: #fff;
  font-family: var(--adv-cta-font);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: 1px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.adv-qa__a {
  margin: 0 0 0 18px;
  padding: 2px 0 0 14px;
  border-left: 2px solid var(--adv-rule);
  font-family: var(--adv-serif);
  font-size: 15px;
  line-height: 1.5;
  color: var(--adv-text);
}
.adv-qa__a p { margin: 0; }
.adv-qa__a strong { font-family: var(--adv-sans-bold); font-weight: 700; color: #000; }

/* ===== Inline CTA + guarantee microcopy ===== */
.adv-cta { padding: 18px 0; text-align: center; }
.adv-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--adv-cta);
  color: #ffffff !important;
  font-family: var(--adv-cta-font);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-decoration: none !important;
  padding: 14px 32px;
  border-radius: 8px;
  border: 0;
  transition: background 0.12s ease, transform 0.12s ease;
  text-align: center;
  min-width: 260px;
  max-width: 100%;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(157, 17, 26, 0.18);
}
.adv-cta__btn:hover, .adv-cta__btn:focus {
  background: var(--adv-cta-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(157, 17, 26, 0.28);
}
.adv-cta__sub {
  display: block;
  font-family: var(--adv-serif);
  font-style: italic;
  font-size: 13px;
  color: var(--adv-text-mute);
  margin-top: 8px;
}
.adv-cta__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 16px;
  margin-top: 8px;
  font-family: var(--adv-cta-font);
  font-size: 11px;
  font-weight: 600;
  color: var(--adv-text-mute);
  letter-spacing: 0.3px;
}
.adv-cta__trust span { display: inline-flex; align-items: center; gap: 4px; }
.adv-cta__trust .ok { color: var(--adv-green); }
@media (min-width: 768px) {
  .adv-cta__btn { font-size: 14px; padding: 16px 40px; }
}

/* ===== Final CTA banner ===== */
.adv-final-cta {
  margin: 22px 0 16px;
  padding: 22px 18px 20px;
  background: var(--adv-final-bg);
  color: #ffffff;
  text-align: center;
}
.adv-final-cta__image {
  margin: 0 auto 12px;
  max-width: 200px;
}
.adv-final-cta__image img { width: 100%; height: auto; display: block; }
.adv-final-cta__eyebrow {
  display: inline-block;
  color: var(--adv-mustard);
  font-family: var(--adv-cta-font);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.adv-final-cta__title {
  font-family: var(--adv-serif);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: 0.3px;
  margin: 0 0 8px;
  color: #ffffff;
}
@media (min-width: 768px) { .adv-final-cta__title { font-size: 32px; } }
.adv-final-cta__urgency {
  font-family: var(--adv-serif);
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 14px;
  color: #d8d4cb;
}
.adv-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--adv-cta);
  color: #ffffff !important;
  font-family: var(--adv-cta-font);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-decoration: none !important;
  padding: 14px 32px;
  border-radius: 8px;
  transition: background 0.12s ease, transform 0.12s ease;
  min-width: 260px;
  text-transform: uppercase;
}
.adv-final-cta__btn:hover, .adv-final-cta__btn:focus {
  background: var(--adv-cta-dark);
  transform: translateY(-1px);
}
.adv-final-cta__note {
  font-family: var(--adv-serif);
  font-style: italic;
  font-size: 13px;
  color: #b6b2a8;
  margin: 8px 0 0;
}
.adv-final-cta__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 18px;
  margin: 10px 0 0;
  font-family: var(--adv-cta-font);
  font-size: 11px;
  font-weight: 600;
  color: #a8a49a;
  letter-spacing: 0.3px;
}
.adv-final-cta__trust span { display: inline-flex; align-items: center; gap: 4px; }
.adv-final-cta__trust .ok { color: #5ca87a; }
@media (min-width: 768px) {
  .adv-final-cta__btn { font-size: 14px; padding: 16px 40px; }
}

/* ===== Sticky mobile CTA ===== */
.adv-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--adv-rule);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  z-index: 80;
  transform: translateY(110%);
  transition: transform 0.25s ease;
  box-shadow: 0 -8px 24px rgba(0,0,0,.08);
}
.adv-sticky-cta.is-visible { transform: translateY(0); }
.adv-sticky-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--adv-cta);
  color: #fff !important;
  font-family: var(--adv-cta-font);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-decoration: none;
  padding: 14px;
  border-radius: 8px;
  text-transform: uppercase;
}
.adv-sticky-cta__sub {
  display: block;
  text-align: center;
  font-family: var(--adv-cta-font);
  font-size: 10px;
  color: var(--adv-text-mute);
  margin: 4px 0 0;
  letter-spacing: 0.3px;
}
@media (min-width: 1024px) { .adv-sticky-cta { display: none !important; } }

/* ===== Disclaimer ===== */
.adv-disclaimer { padding: 18px 0 60px; }
.adv-disclaimer__rule {
  border: 0;
  border-top: 1px solid var(--adv-rule);
  margin: 0 0 14px;
}
.adv-disclaimer__text {
  font-family: var(--adv-serif);
  font-size: 12px;
  line-height: 1.5;
  color: var(--adv-text-mute);
  font-style: italic;
  margin: 0 0 8px;
}
.adv-disclaimer__text:last-child { margin-bottom: 0; }
.adv-disclaimer__text:last-child { margin-bottom: 0; }

/* JSON-LD hidden */
.adv-seo-jsonld { display: none; }

/* Page bottom spacing for sticky CTA on mobile */
@media (max-width: 1023px) {
  .adv-disclaimer { padding-bottom: 100px; }
}
