/** Shopify CDN: Minification failed

Line 859:0 Unexpected "<"

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

/* ============================================================
   QUIETPROTECTOR / TERRASHELL — APPLOVIN BRANDED ARTICLE
   Shopify-hosted compliant listicle
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --gw-green-dark: #2d3a2e;
  --gw-green-mid:  #3d5a3e;
  --gw-green-accent: #5a8a3c;
  --gw-green-light: #e8f0e4;
  --gw-cream:      #faf8f5;
  --gw-white:      #ffffff;
  --gw-text:       #1a1a1a;
  --gw-text-light: #555555;
  --gw-text-muted: #888888;
  --gw-border:     #e0e0e0;
  --gw-red:        #c0392b;
  --gw-amber:      #c85820;
  --gw-qp-blue:    #1a4b8c;
}

html { scroll-behavior: smooth; }

body.applovin-listicle-body {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  color: var(--gw-text);
  background: var(--gw-white);
  margin: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.applovin-listicle img { max-width: 100%; height: auto; display: block; }

/* ============================================================
   ADVERTISEMENT LABEL (mandatory AppLovin/FTC compliance)
   ============================================================ */
.al-ad-label {
  background: #f0f0f0;
  border-bottom: 1px solid var(--gw-border);
  text-align: center;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #555;
  font-family: 'Inter', sans-serif;
}

.al-ad-label__sponsored {
  margin-left: 12px;
  font-weight: 500;
  color: #777;
  letter-spacing: 0.05em;
  text-transform: none;
}

.al-ad-label__sponsored a {
  color: var(--gw-qp-blue);
  text-decoration: underline;
}

/* ============================================================
   QUIETPROTECTOR MASTHEAD (branding)
   ============================================================ */
.al-masthead {
  background: var(--gw-white);
  border-bottom: 2px solid var(--gw-green-dark);
  text-align: center;
  padding: 18px 16px 14px;
}

.al-masthead__brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.al-masthead__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.al-masthead__logo-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: block;
}

.al-masthead__logo-img {
  height: 44px;
  width: auto;
  max-width: 240px;
  display: block;
}

@media (max-width: 600px) {
  .al-masthead__logo-img {
    height: 36px;
    max-width: 200px;
  }
}

.al-masthead__logo {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: var(--gw-green-dark);
  text-transform: none;
  line-height: 1;
}

.al-masthead__logo-mark {
  color: var(--gw-green-accent);
}

.al-masthead__sub {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gw-text-muted);
}

/* ============================================================
   TOP ANNOUNCEMENT BAR — compliant (no fake countdown)
   ============================================================ */
.al-top-bar {
  background-color: var(--gw-green-dark);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.al-top-bar__link {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.al-top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 16px;
  flex-wrap: wrap;
}

.al-top-bar__text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.3;
}

.al-top-bar__cta {
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.4);
  white-space: nowrap;
}

/* ============================================================
   MAIN CONTAINER
   ============================================================ */
.al-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  background: var(--gw-white);
}

/* ============================================================
   HERO
   ============================================================ */
.al-hero { padding-top: 36px; }

.al-hero__title {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--gw-text);
  margin: 0 0 18px;
}

.al-hero__title-highlight { color: var(--gw-green-accent); }

.al-hero__byline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gw-border);
}

.al-hero__byline-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gw-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gw-green-dark);
  font-weight: 800;
  font-size: 13px;
  flex-shrink: 0;
}

.al-hero__byline-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--gw-green-light);
}

.al-hero__byline-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.al-hero__byline-info {
  display: flex;
  flex-direction: column;
}

.al-hero__byline-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--gw-text);
}

.al-hero__byline-date {
  font-size: 12px;
  color: var(--gw-text-muted);
}

.al-hero__summary {
  font-size: 18px;
  line-height: 1.7;
  color: var(--gw-text);
  margin-bottom: 18px;
}

.al-hero__summary strong { font-weight: 700; }

.al-hero__lede {
  font-size: 18px;
  line-height: 1.7;
  color: var(--gw-text);
}

.al-hero__lede p { margin: 0 0 1em; }
.al-hero__lede strong { font-weight: 700; color: var(--gw-text); }

.al-hero__media {
  margin: 28px 0 8px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--gw-cream);
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.al-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 600px) {
  .al-hero__media {
    aspect-ratio: 4 / 3;
    margin-top: 22px;
  }
}

/* ============================================================
   SEPARATOR
   ============================================================ */
.al-separator {
  width: 100%;
  height: 1px;
  background: var(--gw-border);
  margin: 32px 0 42px;
}

/* ============================================================
   LISTICLE ITEMS
   ============================================================ */
.al-reasons {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 48px;
}

.al-reason {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 32px;
  align-items: center;
}

.al-reason__media {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: var(--gw-cream);
  aspect-ratio: 1 / 1;
}

.al-reason__media img,
.al-reason__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.al-reason__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.al-reason__heading {
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--gw-text);
  margin-bottom: 14px;
}

.al-reason__heading-number { color: var(--gw-green-accent); }

.al-reason__text {
  font-size: 17px;
  line-height: 1.7;
  color: var(--gw-text-light);
}

.al-reason__text strong {
  color: var(--gw-text);
  font-weight: 600;
}

.al-reason__text em { font-style: italic; color: var(--gw-text); }

.al-reason__source {
  display: inline-block;
  font-size: 12px;
  color: var(--gw-text-muted);
  margin-top: 6px;
  font-style: italic;
}

.al-reason__source a {
  color: var(--gw-qp-blue);
  text-decoration: underline;
}

.al-reason__heading--mobile { display: none; }

/* ============================================================
   TRANSITION + OFFER WRAPPER
   ============================================================ */
.al-transition-offer {
  width: 100%;
  background: var(--gw-cream);
}

.al-container2 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 50px;
}

.al-transition {
  text-align: center;
  padding: 48px 0 10px;
}

.al-transition__heading {
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  max-width: 620px;
  margin: 0 auto 16px;
  color: var(--gw-text);
}

.al-transition__subtext {
  font-size: 17px;
  color: var(--gw-text-light);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ============================================================
   CTA OFFER BOX — compliant (no fake timer / sell-out risk)
   ============================================================ */
.al-cta {
  background: #ffffff;
  border: 2px solid var(--gw-green-accent);
  border-radius: 10px;
  padding: 0;
  text-align: center;
  margin-top: 32px;
  overflow: hidden;
  scroll-margin-top: 80px;
}

.al-cta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.al-cta__image {
  background: #2d3a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.al-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.al-cta__details {
  text-align: center;
  padding: 36px 28px;
}

.al-cta__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gw-green-dark);
  background: var(--gw-green-light);
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.al-cta__offer {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--gw-text);
  line-height: 1.3;
  margin-bottom: 8px;
}

.al-cta__urgency {
  font-size: 14px;
  color: var(--gw-text-light);
  margin-bottom: 22px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn--primary {
  background: var(--gw-green-dark);
  color: #fff !important;
}

.btn--primary:hover {
  background: var(--gw-green-mid);
  transform: translateY(-1px);
}

.btn--primary svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.al-cta__button {
  font-size: 17px;
  padding: 16px 30px;
  border-radius: 6px;
  width: 100%;
  max-width: 340px;
}

.al-cta__badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-size: 13px;
  color: var(--gw-text-light);
  flex-wrap: wrap;
}

.al-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.al-cta__badge-shipping { font-weight: 700; color: var(--gw-green-dark); }

.al-cta__guarantee {
  font-size: 13px;
  color: var(--gw-text-muted);
  margin-top: 12px;
}

/* ============================================================
   GUARANTEE BLOCK
   ============================================================ */
.al-guarantee {
  background: var(--gw-white);
  border: 2px solid var(--gw-green-accent);
  border-radius: 10px;
  margin-top: 32px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.al-guarantee__seal {
  flex-shrink: 0;
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.al-guarantee__seal img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.al-guarantee__body {
  width: 100%;
}

.al-guarantee__title {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--gw-green-dark);
  margin: 0 0 14px;
}

.al-guarantee__body p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--gw-text-light);
  margin: 0 0 0.9em;
}

.al-guarantee__body p strong { color: var(--gw-text); font-weight: 700; }

.al-guarantee__button {
  margin-top: 8px;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 6px;
}

@media (min-width: 720px) {
  .al-guarantee {
    flex-direction: row;
    text-align: left;
    align-items: center;
    gap: 28px;
    padding: 32px 30px;
  }
}

/* ============================================================
   SUBSTANTIATION / SOURCES BLOCK
   ============================================================ */
.al-sources {
  background: var(--gw-cream);
  border: 1px solid var(--gw-border);
  border-radius: 8px;
  margin-top: 32px;
  padding: 22px 26px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--gw-text-light);
}

.al-sources__title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gw-text);
  margin-bottom: 10px;
}

.al-sources ol {
  padding-left: 18px;
  margin: 0;
}

.al-sources li {
  margin-bottom: 6px;
}

.al-sources a {
  color: var(--gw-qp-blue);
  text-decoration: underline;
  word-break: break-word;
}

/* ============================================================
   DISCLAIMERS (FDA-style + FTC)
   ============================================================ */
.al-disclaimers {
  margin-top: 24px;
  padding: 18px 0;
  border-top: 1px solid var(--gw-border);
  font-size: 12px;
  line-height: 1.7;
  color: var(--gw-text-muted);
}

.al-disclaimers p {
  margin: 0 0 8px;
}

.al-disclaimers strong {
  color: var(--gw-text-light);
  font-weight: 700;
}

/* ============================================================
   FOOTER
   ============================================================ */
.al-footer {
  background: var(--gw-green-dark);
  color: #fff;
  text-align: center;
  padding: 36px 24px 28px;
}

.al-footer__brand {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.al-footer__brand-mark {
  color: var(--gw-green-accent);
}

.al-footer__address {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin-bottom: 16px;
}

.al-footer__links {
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.al-footer__links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  transition: color 0.2s;
}

.al-footer__links a:hover { color: #fff; }

.al-footer__links-divider {
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.3);
}

.al-footer__copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

/* ============================================================
   STICKY BAR (bottom) — compliant copy
   ============================================================ */
.al-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--gw-white);
  border-top: 1px solid var(--gw-border);
  z-index: 1000;
  padding: 10px 16px calc(6px + env(safe-area-inset-bottom)) 16px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.08);
}

.al-sticky--visible { transform: translateY(0); }

.al-sticky__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.al-sticky__cta {
  padding: 12px 28px;
  font-size: 15px;
  border-radius: 6px;
  width: 100%;
  max-width: 380px;
}

.al-sticky__cta svg { width: 18px; height: 18px; }

.al-sticky__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  color: var(--gw-text-muted);
  margin-top: 4px;
  letter-spacing: 0.04em;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .al-hero { padding-top: 22px; }
  .al-hero__title { font-size: 28px; }
  .al-hero__summary, .al-hero__lede { font-size: 16px; }

  .al-reason {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .al-reason__heading--desktop { display: none; }
  .al-reason__heading--mobile {
    display: block;
    margin-bottom: 0;
  }
  .al-reason__heading { font-size: 22px; }
  .al-reason__media { border-radius: 6px; }
  .al-reasons { gap: 40px; }

  .al-transition { padding-top: 38px; }
  .al-transition__heading { font-size: 22px; }
  .al-transition__subtext { font-size: 16px; }

  .al-cta__inner { grid-template-columns: 1fr; }
  .al-cta__image { min-height: 220px; aspect-ratio: 4/3; }
  .al-cta__details { padding: 24px 20px; }
  .al-cta__offer { font-size: 20px; }

  .al-top-bar__inner { flex-direction: column; gap: 8px; padding: 10px 12px; }
  .al-top-bar__text { font-size: 14px; }
}

@media (max-width: 479px) {
  .al-hero__title { font-size: 24px; }
  .al-reason__heading { font-size: 20px; }
  .al-reason__text { font-size: 16px; }
}

/* ============================================================
   DARK-BOX OVERRIDES (must be at end)
   ============================================================ */
.al-footer,
.al-footer p,
.al-footer a { color-scheme: dark; }

.btn--primary,
.al-cta__button,
.al-sticky__cta,
.al-guarantee__button { color: #fff !important; }
</content>
</invoke>