@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700;800&display=swap");

/*
 * Social Proof PLR membership-site skin
 * Visual source: the product application's interior UI.
 * Content and section order intentionally remain owned by the copied source page.
 */
:root {
  --bg: #f6f6f6;
  --surface: #ffffff;
  --surface-2: #f3f4f6;
  --ink: #111318;
  --muted: #5f6570;
  --line: #dfe1e5;
  --brand: #1f7df4;
  --brand-2: #1268d5;
  --brand-3: #ff2f6d;
  --shadow: none;
  --soft: none;
  --radius: 8px;
  --sp-dark: #111318;
  --sp-dark-panel: #1a1d24;
  --sp-dark-line: rgba(255, 255, 255, 0.14);
  --sp-dark-muted: #c3c7d0;
  --sp-cta-pink: #df1d5d;
  --sp-pink-hover: #c41650;
  --sp-control-radius: 4px;
  --sp-panel-radius: 8px;
  --sp-preview-radius: 16px;
}

html {
  background: #fff;
}

body.theme-emerald-trust {
  color: var(--ink);
  background: #fff;
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.theme-emerald-trust h1,
body.theme-emerald-trust h2,
body.theme-emerald-trust h3 {
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

body.theme-emerald-trust h1 {
  font-size: clamp(3rem, 6.2vw, 5.8rem);
  font-weight: 800;
  line-height: 0.98;
}

body.theme-emerald-trust h2 {
  font-size: clamp(2.25rem, 4.6vw, 4.25rem);
  line-height: 1.02;
}

body.theme-emerald-trust h3 {
  line-height: 1.18;
}

body.theme-emerald-trust .lead,
body.theme-emerald-trust .rich-text,
body.theme-emerald-trust .card p,
body.theme-emerald-trust .card li,
body.theme-emerald-trust .faq-item p {
  color: var(--muted);
}

body.theme-emerald-trust .section {
  padding: 88px 0;
}

body.theme-emerald-trust main > section.light-section,
body.theme-emerald-trust main > section.section:not(.dark-section),
body.theme-emerald-trust main > section.cta-section {
  color: var(--ink) !important;
  background: #fff !important;
}

body.theme-emerald-trust main > section.light-section.alt,
body.theme-emerald-trust main > section.section.alt:not(.dark-section) {
  background: #f6f6f6 !important;
}

body.theme-emerald-trust main > section.dark-section {
  color: #fff !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(31, 125, 244, 0.16), transparent 30rem),
    radial-gradient(circle at 8% 88%, rgba(255, 47, 109, 0.08), transparent 26rem),
    var(--sp-dark) !important;
}

body.theme-emerald-trust .hero {
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(31, 125, 244, 0.22), transparent 31rem),
    radial-gradient(circle at 12% 76%, rgba(255, 47, 109, 0.12), transparent 28rem),
    var(--sp-dark) !important;
}

body.theme-emerald-trust .dark-section .lead,
body.theme-emerald-trust .dark-section .rich-text,
body.theme-emerald-trust .dark-section .card p,
body.theme-emerald-trust .dark-section .card li,
body.theme-emerald-trust .dark-section .quote,
body.theme-emerald-trust .dark-section .faq-item p {
  color: var(--sp-dark-muted) !important;
}

body.theme-emerald-trust .eyebrow {
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.theme-emerald-trust .kicker {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand-2);
  background: #fff;
  box-shadow: none;
}

body.theme-emerald-trust .hero .kicker,
body.theme-emerald-trust .dark-section .kicker {
  color: #eaf3ff;
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--sp-dark-line);
}

body.theme-emerald-trust .gradient-text,
body.theme-emerald-trust .price {
  color: var(--brand) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor;
}

body.theme-emerald-trust .headline-underline,
body.theme-emerald-trust .kicker-em,
body.theme-emerald-trust .guarantee-heading-accent,
body.theme-emerald-trust .gift-label,
body.theme-emerald-trust .bonus-number {
  color: var(--brand-3) !important;
}

body.theme-emerald-trust .headline-underline::after,
body.theme-emerald-trust .headline-underline::before {
  background: var(--brand-3) !important;
  border-color: var(--brand-3) !important;
}

body.theme-emerald-trust .cta,
body.theme-emerald-trust .nav-mini {
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid var(--sp-cta-pink);
  border-radius: var(--sp-control-radius) !important;
  color: #fff !important;
  background: var(--sp-cta-pink) !important;
  box-shadow: none !important;
  font-weight: 600;
  transition: background 0.15s ease, border-color 0.15s ease;
}

body.theme-emerald-trust .cta {
  min-height: 58px;
}

body.theme-emerald-trust .cta:hover,
body.theme-emerald-trust .nav-mini:hover {
  background: var(--sp-pink-hover) !important;
  border-color: var(--sp-pink-hover);
  box-shadow: none !important;
  transform: none !important;
}

body.theme-emerald-trust .cta small {
  color: #fff !important;
  font-weight: 500;
  opacity: 1;
}

body.theme-emerald-trust .topbar {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 4px rgba(17, 19, 24, 0.04);
  backdrop-filter: blur(14px);
}

body.theme-emerald-trust .brand-mark {
  border-radius: var(--sp-panel-radius);
  background: linear-gradient(145deg, var(--brand-3), #ff6f61);
  box-shadow: none;
}

body.theme-emerald-trust .pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #454a55;
  background: #fff;
  box-shadow: none;
}

body.theme-emerald-trust .hero .pill,
body.theme-emerald-trust .dark-section .pill {
  color: #eef0f5;
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--sp-dark-line);
  box-shadow: none;
}

body.theme-emerald-trust .card,
body.theme-emerald-trust .offer-card,
body.theme-emerald-trust .image-card,
body.theme-emerald-trust .included-card,
body.theme-emerald-trust .offer-benefit-card,
body.theme-emerald-trust .process-card,
body.theme-emerald-trust .testimonial-card,
body.theme-emerald-trust .value-stack-panel,
body.theme-emerald-trust .rigged-panel,
body.theme-emerald-trust .bonus-card,
body.theme-emerald-trust .guarantee,
body.theme-emerald-trust .faq-item,
body.theme-emerald-trust .checkout-cards,
body.theme-emerald-trust .discount-visual-square,
body.theme-emerald-trust .discount-visual-tall,
body.theme-emerald-trust .product-visual {
  border: 1px solid var(--line) !important;
  border-radius: var(--sp-panel-radius) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.theme-emerald-trust .dark-section .card,
body.theme-emerald-trust .dark-section .image-card,
body.theme-emerald-trust .dark-section .included-card,
body.theme-emerald-trust .dark-section .offer-benefit-card,
body.theme-emerald-trust .dark-section .process-card,
body.theme-emerald-trust .dark-section .testimonial-card,
body.theme-emerald-trust .dark-section .value-stack-panel,
body.theme-emerald-trust .dark-section .rigged-panel,
body.theme-emerald-trust .dark-section .bonus-card,
body.theme-emerald-trust .dark-section .guarantee,
body.theme-emerald-trust .dark-section .faq-item,
body.theme-emerald-trust .dark-section .product-visual {
  color: #fff !important;
  border-color: var(--sp-dark-line) !important;
  background: var(--sp-dark-panel) !important;
}

body.theme-emerald-trust .video-frame,
body.theme-emerald-trust .portal-preview,
body.theme-emerald-trust .proof-images img {
  border: 1px solid var(--line) !important;
  border-radius: var(--sp-preview-radius) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.theme-emerald-trust .video-frame {
  padding: 8px;
}

body.theme-emerald-trust .video-frame iframe {
  border-radius: 10px;
}

body.theme-emerald-trust .dark-section .video-frame,
body.theme-emerald-trust .dark-section .proof-images img,
body.theme-emerald-trust .hero .video-frame {
  border-color: var(--sp-dark-line) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  box-shadow: none !important;
}

body.theme-emerald-trust .hero .offer-card {
  color: var(--ink);
  background: #fff !important;
  border-top: 1px solid var(--line) !important;
  border-bottom: 1px solid var(--line) !important;
  box-shadow: none !important;
}

body.theme-emerald-trust .check-list li::before,
body.theme-emerald-trust .included-method-dot,
body.theme-emerald-trust .value-action {
  background: var(--brand) !important;
  box-shadow: none !important;
}

body.theme-emerald-trust .progress {
  border-radius: 999px;
  background: #e6e8ec;
}

body.theme-emerald-trust .progress span {
  background: var(--brand);
}

body.theme-emerald-trust .stat {
  border: 1px solid var(--line);
  border-radius: var(--sp-panel-radius);
  box-shadow: none;
}

body.theme-emerald-trust .footer {
  color: #aeb3bd;
  background: var(--sp-dark) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.theme-emerald-trust .footer-links a {
  color: #fff;
}

body.theme-emerald-trust a:focus-visible,
body.theme-emerald-trust button:focus-visible,
body.theme-emerald-trust summary:focus-visible {
  outline: 3px solid rgba(31, 125, 244, 0.35);
  outline-offset: 3px;
}

@media (max-width: 940px) {
  body.theme-emerald-trust .section {
    padding: 68px 0;
  }
}

@media (max-width: 620px) {
  body.theme-emerald-trust h1 {
    font-size: clamp(2.55rem, 13vw, 3.65rem);
  }

  body.theme-emerald-trust .section {
    padding: 54px 0;
  }

  body.theme-emerald-trust .cta {
    width: 100%;
    min-height: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-emerald-trust *,
  body.theme-emerald-trust *::before,
  body.theme-emerald-trust *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*
 * LaunchPagery keeps editor-authored responsive declarations at three-ID
 * specificity. This final bridge gives the new product skin authority over
 * presentation properties while leaving the source page's measurements,
 * content, and responsive placements intact.
 */
body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) {
  --ink: #111318 !important;
  --muted: #5f6570 !important;
  --line: #dfe1e5 !important;
  --brand: #1f7df4 !important;
  --brand-2: #1268d5 !important;
  --brand-3: #ff2f6d !important;
  --green: #111318 !important;
  --green-2: #1a1d24 !important;
  --mint: #f6f6f6 !important;
  --cream: #ffffff !important;
  --gold: #ff2f6d !important;
  --emerald-accent: #1f7df4 !important;
  --hero-rule: rgba(31, 125, 244, 0.28) !important;
  --component-dark: #111318 !important;
  --component-panel: #1a1d24 !important;
  --component-light: #ffffff !important;
  --component-ink: #111318 !important;
  --component-muted: #5f6570 !important;
  --component-accent: #1f7df4 !important;
  --component-accent-2: #ff2f6d !important;
  --component-border: #dfe1e5 !important;
  --component-heading: "Source Sans 3", "Segoe UI", Arial, sans-serif !important;
  --component-body: "Source Sans 3", "Segoe UI", Arial, sans-serif !important;
  --component-action: var(--sp-cta-pink) !important;
  --component-action-text: #ffffff !important;
  --component-action-subtitle-text: #ffffff !important;
  color: var(--ink) !important;
  background: #fff !important;
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) * {
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) :is(h1, h1 *, h2, h2 *, h3, h3 *) {
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif !important;
  letter-spacing: -0.035em !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) h1 {
  font-weight: 800 !important;
  line-height: 0.98 !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) :is(h2, h3) {
  font-weight: 700 !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) .hero {
  color: #fff !important;
  background:
    radial-gradient(circle at 82% 16%, rgba(31, 125, 244, 0.22), transparent 31rem),
    radial-gradient(circle at 12% 76%, rgba(255, 47, 109, 0.12), transparent 28rem),
    var(--sp-dark) !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) main > section.dark-section {
  color: #fff !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(31, 125, 244, 0.16), transparent 30rem),
    radial-gradient(circle at 8% 88%, rgba(255, 47, 109, 0.08), transparent 26rem),
    var(--sp-dark) !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) main > section.light-section,
body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) main > section.cta-section,
body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) main > section.section:not(.dark-section) {
  color: var(--ink) !important;
  background: #fff !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) main > section.light-section.alt,
body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) main > section.section.alt:not(.dark-section) {
  background: #f6f6f6 !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) :is(.cta, .nav-mini) {
  min-height: 48px !important;
  padding: 11px 18px !important;
  border: 1px solid var(--sp-cta-pink) !important;
  border-radius: var(--sp-control-radius) !important;
  color: #fff !important;
  background: var(--sp-cta-pink) !important;
  box-shadow: none !important;
  font-weight: 600 !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) .cta {
  min-height: 58px !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) :is(.cta, .nav-mini):hover {
  border-color: var(--sp-pink-hover) !important;
  background: var(--sp-pink-hover) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) .cta :is(span, small) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) .cta small,
body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) .cta small * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) :is(
  .card,
  .offer-card,
  .image-card,
  .included-card,
  .offer-benefit-card,
  .process-card,
  .testimonial-card,
  .value-stack-panel,
  .rigged-panel,
  .bonus-card,
  .guarantee,
  .faq-item,
  .checkout-cards,
  .discount-visual-square,
  .discount-visual-tall,
  .product-visual
) {
  border: 1px solid var(--line) !important;
  border-radius: var(--sp-panel-radius) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) .dark-section :is(
  .card,
  .image-card,
  .included-card,
  .offer-benefit-card,
  .process-card,
  .testimonial-card,
  .value-stack-panel,
  .rigged-panel,
  .bonus-card,
  .guarantee,
  .faq-item,
  .product-visual
) {
  color: #fff !important;
  border-color: var(--sp-dark-line) !important;
  background: var(--sp-dark-panel) !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) :is(.video-frame, .portal-preview, .proof-images img) {
  border: 1px solid var(--line) !important;
  border-radius: var(--sp-preview-radius) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) .story-panel .split {
  border: 1px solid var(--line) !important;
  border-radius: var(--sp-panel-radius) !important;
  box-shadow: none !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) .dark-section.story-panel .split {
  border-color: var(--sp-dark-line) !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) :is(.hero, .dark-section) .video-frame {
  border-color: var(--sp-dark-line) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  box-shadow: none !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) :is(.eyebrow, .kicker-em) {
  color: var(--brand) !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) :is(
  .headline-underline,
  .headline-underline *,
  .guarantee-heading-accent,
  .gift-label,
  .bonus-number,
  .hero-gift-icon,
  .hero-gift-icon *
) {
  color: var(--brand-3) !important;
  border-color: var(--brand-3) !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) :is(.gradient-text, .gradient-text *) {
  color: var(--brand) !important;
  border-color: var(--brand) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) h1 > .headline-line:first-child span span {
  color: var(--brand) !important;
}

body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) :is(.gradient-text, .headline-underline)::before,
body.theme-emerald-trust:not(#sp-ui-a):not(#sp-ui-b):not(#sp-ui-c):not(#sp-ui-d) :is(.gradient-text, .headline-underline)::after {
  border-color: var(--brand-3) !important;
  background: var(--brand-3) !important;
  box-shadow: none !important;
}

/* Frame-free cleanup: remove the inherited Emerald Trust rules and dividers. */
body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) {
  --gold: var(--brand-3) !important;
  --emerald-gold-soft: #ff8caf !important;
  --lp-global-brand: var(--brand-3) !important;
  --lp-global-accent: var(--brand) !important;
  --component-border: transparent !important;
  --hero-rule: transparent !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) :is(
  main > section,
  .hero,
  .footer,
  .cta-section,
  .offer-card,
  .offer-benefits,
  .offer-benefit-card,
  .cards,
  .card,
  .testimonials,
  .testimonial-card,
  .steps,
  .step-card,
  .step-visual,
  .benefit-visual,
  .story-panel .split,
  .image-card,
  .video-frame,
  .portal-preview,
  .proof-images,
  .proof-images img,
  .product-visual,
  .process-visual,
  .included-card,
  .process-card,
  .value-stack-panel,
  .rigged-panel,
  .bonus-card,
  .guarantee,
  .faq-item,
  .checkout-cards,
  .discount-visual-square,
  .discount-visual-tall
) {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) :is(
  .offer-card,
  .offer-benefit-card,
  .testimonial-card,
  .step-card,
  .included-card,
  .process-card,
  .value-stack-panel,
  .rigged-panel,
  .bonus-card,
  .guarantee,
  .faq-item
)::before,
body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) :is(
  .offer-card,
  .offer-benefit-card,
  .testimonial-card,
  .step-card,
  .included-card,
  .process-card,
  .value-stack-panel,
  .rigged-panel,
  .bonus-card,
  .guarantee,
  .faq-item
)::after {
  border-color: transparent !important;
  box-shadow: none !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) :is(
  .cards.testimonials,
  .cards.steps,
  .offer-benefits,
  .bonus-grid,
  .included-grid
) {
  gap: 16px !important;
  background: transparent !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) .light-section :is(
  .card,
  .testimonial-card,
  .step-card,
  .offer-benefit-card,
  .included-card,
  .process-card,
  .bonus-card,
  .faq-item
) {
  background: #f6f6f6 !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) .cta-section .offer-card {
  background: transparent !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) .story-panel .split {
  padding: 0 !important;
  background: transparent !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) :is(
  .image-card,
  .video-frame,
  .portal-preview,
  .product-visual,
  .discount-visual-square,
  .discount-visual-tall
) {
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) img {
  max-width: 100% !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) :is(
  .proof-images img,
  .image-card img,
  .step-card img,
  .bonus-card img,
  .product-visual img,
  .process-visual img,
  .discount-visual-square img,
  .discount-visual-tall img
) {
  display: block;
  width: 100% !important;
  height: auto;
  background: transparent !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) .testimonial-photo {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) hr {
  display: none !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) [style*="rgb(225, 202, 149)"],
body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) [style*="rgb(213, 181, 108)"],
body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) [style*="#d5b56c" i],
body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) [style*="#e1ca95" i] {
  color: var(--brand) !important;
  border-color: transparent !important;
  text-shadow: none !important;
}

@media (min-width: 941px) {
  body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) #price-will-not-last > .wrap.split {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: start !important;
    gap: clamp(36px, 5vw, 64px) !important;
    padding: 0 !important;
  }
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) #price-will-not-last .discount-visual-square {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  transform: none !important;
  scale: 1 !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) #price-will-not-last .text-stack {
  position: relative;
  z-index: 1;
  min-width: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) #price-will-not-last .text-stack > :first-child {
  margin-top: 0 !important;
}

@media (max-width: 940px) {
  body.theme-emerald-trust:not(#sp-clean-a):not(#sp-clean-b):not(#sp-clean-c):not(#sp-clean-d) #price-will-not-last > .wrap.split {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
    padding: 0 !important;
  }
}

/* Keep CTA and value-stack surfaces flush with the sections that contain them. */
body.theme-emerald-trust:not(#sp-bg-a):not(#sp-bg-b):not(#sp-bg-c):not(#sp-bg-d) main > section.cta-section .offer-card {
  background-color: transparent !important;
  background-image: none !important;
}

body.theme-emerald-trust:not(#sp-bg-a):not(#sp-bg-b):not(#sp-bg-c):not(#sp-bg-d) main > section#value-stack {
  color: var(--ink) !important;
  background-color: #fff !important;
  background-image: none !important;
}

body.theme-emerald-trust:not(#sp-bg-a):not(#sp-bg-b):not(#sp-bg-c):not(#sp-bg-d) #value-stack > .wrap > .value-stack-panel {
  color: #fff !important;
  background-color: var(--sp-dark-panel) !important;
  background-image: none !important;
}

body.theme-emerald-trust:not(#sp-bg-a):not(#sp-bg-b):not(#sp-bg-c):not(#sp-bg-d) #value-stack .value-action {
  border: 0 !important;
  outline: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Custom component language: open checklists, editorial feature rows and inventory tiles. */
body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #hero .hero-pills {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-template-rows: auto !important;
  gap: 18px 28px !important;
  width: min(calc(100vw - 84px), 1040px) !important;
  height: auto !important;
  margin: 30px auto 0 !important;
  padding: 22px 0 4px !important;
  border: 0 !important;
  background: transparent !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #hero .pill,
body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #hero .pill:nth-child(n) {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 1.34 !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #hero .pill-icon {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  padding: 8px !important;
  border-radius: 50% !important;
  color: var(--sp-cta-pink) !important;
  background: color-mix(in srgb, var(--sp-cta-pink) 16%, transparent) !important;
  filter: none !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefits {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 18px !important;
  margin-top: 46px !important;
  border: 0 !important;
  background: transparent !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr) !important;
  grid-template-rows: auto auto !important;
  grid-template-areas: "visual title" "visual copy" !important;
  align-items: center !important;
  gap: 12px 42px !important;
  min-height: 246px !important;
  padding: 22px !important;
  border: 0 !important;
  border-radius: 26px !important;
  background: linear-gradient(120deg, rgba(255,255,255,.075), rgba(255,255,255,.025)) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card:nth-child(even) {
  grid-template-columns: minmax(0, 1.22fr) minmax(250px, .78fr) !important;
  grid-template-areas: "title visual" "copy visual" !important;
  background: linear-gradient(240deg, rgba(37,128,247,.12), rgba(255,255,255,.025)) !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .benefit-visual {
  grid-area: visual !important;
  align-self: stretch !important;
  width: 100% !important;
  height: auto !important;
  min-height: 202px !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 20px !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: none !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card h3 {
  grid-area: title !important;
  align-self: end !important;
  margin: 34px 0 0 !important;
  padding: 0 !important;
  font-size: clamp(1.7rem, 2.8vw, 2.45rem) !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card p {
  grid-area: copy !important;
  align-self: start !important;
  margin: 0 !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card::before {
  position: absolute !important;
  top: 34px !important;
  left: 42px !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 30px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--sp-cta-pink) !important;
  font: 900 .76rem/1 Manrope, Arial, sans-serif !important;
  letter-spacing: .08em !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card:nth-child(1)::before { content: "01" !important; }
body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card:nth-child(2)::before {
  right: 42px !important;
  left: auto !important;
  content: "02" !important;
}
body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card:nth-child(3)::before { content: "03" !important; }

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #money-process .process-visual {
  border: 0 !important;
  outline: 0 !important;
  border-radius: 18px !important;
  background-color: #0a463b !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #guarantee .guarantee-badge {
  top: -116px !important;
  left: 50% !important;
  display: block !important;
  width: 222px !important;
  height: 222px !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: transparent url("../images/30-day-guarantee.svg") center / contain no-repeat !important;
  box-shadow: none !important;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.28)) !important;
  transform: translateX(-50%) !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #guarantee .guarantee-badge > * {
  display: none !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #value-stack .value-stack-list {
  counter-reset: value-item !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 36px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #value-stack .value-stack-list li,
body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #value-stack .value-stack-list li:nth-child(n) {
  counter-increment: value-item !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-content: center !important;
  align-items: start !important;
  gap: 8px 14px !important;
  min-height: 116px !important;
  padding: 18px !important;
  border: 0 !important;
  border-radius: 18px !important;
  color: #fff !important;
  background: rgba(255,255,255,.065) !important;
  box-shadow: none !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #value-stack .value-stack-list li:nth-child(3n+2) {
  background: rgba(37,128,247,.12) !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #value-stack .value-stack-list li:nth-child(3n) {
  background: rgba(223,29,93,.10) !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #value-stack .value-stack-list li::before {
  position: static !important;
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 13px !important;
  color: #fff !important;
  background: var(--sp-cta-pink) !important;
  box-shadow: none !important;
  content: counter(value-item, decimal-leading-zero) !important;
  font: 900 .75rem/1 Manrope, Arial, sans-serif !important;
  letter-spacing: .04em !important;
  transform: none !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #value-stack .value-stack-list li::after {
  display: none !important;
  content: none !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #value-stack .value-stack-list li > span {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  font-weight: 800 !important;
  line-height: 1.38 !important;
}

body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #value-stack .value-stack-list li > strong {
  grid-column: 2 !important;
  grid-row: 2 !important;
  justify-self: start !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  color: #9bc8ff !important;
  background: rgba(37,128,247,.16) !important;
  font-size: .76rem !important;
  line-height: 1.2 !important;
  white-space: normal !important;
}

@media (max-width: 980px) {
  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #hero .hero-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card,
  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card:nth-child(even) {
    grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr) !important;
    grid-template-areas: "visual title" "visual copy" !important;
    gap: 10px 28px !important;
  }

  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card:nth-child(2)::before {
    right: auto !important;
    left: 42px !important;
  }
}

@media (max-width: 700px) {
  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card,
  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    grid-template-areas: "visual" "title" "copy" !important;
    gap: 0 !important;
    padding: 16px !important;
  }

  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .benefit-visual {
    min-height: 210px !important;
  }

  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card h3 {
    margin-top: 24px !important;
  }

  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card p {
    margin-top: 14px !important;
  }

  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card::before,
  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #offer .offer-benefit-card:nth-child(2)::before {
    top: 28px !important;
    right: auto !important;
    left: 30px !important;
  }

  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #value-stack .value-stack-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 560px) {
  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #hero .hero-pills {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 15px !important;
    width: calc(100vw - 40px) !important;
  }

  body.theme-emerald-trust.lp-variation:not(#sp-custom-a):not(#sp-custom-b):not(#sp-custom-c):not(#sp-custom-d) #guarantee .guarantee-badge {
    top: -90px !important;
    width: 176px !important;
    height: 176px !important;
  }
}

/* Rebuilt hero section. */
#hero {
  box-sizing: border-box;
  padding: 34px 0 56px !important;
}

#hero,
#hero :is(h1, p, span, strong, li) {
  font-family: "Segoe UI", Arial, sans-serif !important;
}

#hero .hero-shell {
  box-sizing: border-box;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
}

#hero .social-proof-hero-logo {
  display: block;
  width: 319px;
  max-width: 70vw;
  height: auto;
  margin: 0 auto 34px;
}

#hero .hero-kicker {
  margin: 0 auto 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

#hero .hero-kicker > span {
  display: inline;
}

#hero .hero-kicker-accent {
  color: #ff2f6f;
  padding-bottom: 3px;
  border-bottom: 2px solid currentColor;
}

#hero .hero-title {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

#hero .hero-title-line {
  display: block;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  white-space: normal;
}

#hero .hero-title-primary {
  color: #ffffff;
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.06;
  white-space: nowrap;
}

#hero .hero-title-accent {
  display: inline !important;
  color: #ff2f6f;
}

#hero .hero-title-secondary {
  margin-top: 10px;
  color: #2580f7;
  font-size: clamp(39px, 3.6vw, 50px);
  font-weight: 900;
  line-height: 1.1;
}

#hero .hero-title-support {
  margin-top: 12px;
  color: #ffffff;
  font-size: clamp(32px, 2.8vw, 40px);
  font-weight: 800;
  line-height: 1.16;
}

#hero .hero-rights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 8px;
  max-width: 940px;
  margin: 34px auto 0;
  color: rgba(255,255,255,.88);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

#hero .hero-rights strong {
  color: #ff78a1;
  font-weight: 900;
}

#hero .hero-rights-icon {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
}

#hero .hero-media {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(240px, 2.5fr);
  align-items: start;
  gap: 28px;
  width: 100%;
  margin: 30px auto 0;
}

#hero .hero-video {
  position: relative;
  align-self: start;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 18px;
  background: #090d14;
  aspect-ratio: 16 / 9;
}

#hero .hero-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#hero .hero-benefits {
  display: grid;
  grid-template-rows: repeat(8, minmax(0, 1fr));
  align-self: stretch;
  gap: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

#hero .hero-benefits li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 0;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #ffffff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.28;
}

#hero .hero-benefits li:last-child {
  border-bottom: 0;
}

#hero .hero-benefit-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #ffffff;
  background: #ff2f6f;
  font-size: 15px;
  font-weight: 900;
}

@media (max-width: 900px) {
  #hero {
    padding: 28px 0 48px !important;
  }

  #hero .hero-shell {
    width: min(720px, calc(100% - 40px));
  }

  #hero .social-proof-hero-logo {
    width: 280px;
    margin-bottom: 30px;
  }

  #hero .hero-title-primary {
    font-size: clamp(46px, 7.5vw, 60px);
    white-space: normal;
  }

  #hero .hero-title-secondary {
    font-size: clamp(36px, 5.6vw, 46px);
  }

  #hero .hero-title-support {
    font-size: clamp(32px, 4.8vw, 38px);
  }

  #hero .hero-media {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-top: 28px;
  }

  #hero .hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, auto);
    gap: 0 24px;
  }
}

@media (max-width: 560px) {
  #hero {
    padding: 24px 0 42px !important;
  }

  #hero .hero-shell {
    width: calc(100% - 28px);
  }

  #hero .social-proof-hero-logo {
    width: 232px;
    max-width: 72vw;
    margin-bottom: 26px;
  }

  #hero .hero-kicker {
    margin-bottom: 24px;
    font-size: 12px;
  }

  #hero .hero-title-primary {
    font-size: clamp(39px, 10.8vw, 44px);
  }

  #hero .hero-title-primary .hero-title-accent {
    display: block !important;
  }

  #hero .hero-title-secondary {
    font-size: clamp(34px, 9.2vw, 40px);
  }

  #hero .hero-title-support {
    font-size: clamp(30px, 8vw, 35px);
  }

  #hero .hero-rights {
    margin-top: 28px;
    font-size: 15px;
  }

  #hero .hero-media {
    margin-top: 24px;
  }

  #hero .hero-benefits {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }

  #hero .hero-benefits li {
    font-size: 14px;
  }
}
