.svr-home-v2 {
  --svr-v3-bg: #020305;
  --svr-v3-ink: #f7fafc;
  --svr-v3-muted: rgba(247, 250, 252, 0.74);
  --svr-v3-soft: rgba(247, 250, 252, 0.56);
  --svr-v3-lime: #8FEA3F;
  --svr-v3-lime-2: #A7F432;
  --svr-v3-cta: #A7F432;
  --svr-v3-cta-hover: #B8FF3D;
  --svr-v3-green-glow: rgba(79, 175, 143, 0.22);
  --svr-v3-blue: #1557ff;
  --svr-v3-panel: #070a10;
  --svr-v3-panel-2: #0a0f18;
  --svr-v3-line: rgba(255, 255, 255, 0.11);
  --svr-v3-line-strong: rgba(143, 234, 63, 0.35);
  --svr-v3-radius: 8px;
  background:
    linear-gradient(180deg, #020305 0%, #060911 42%, #020305 100%);
  color: var(--svr-v3-ink);
  margin-top: 0;
  padding: 4px 0 42px;
}

body:has(.svr-home-v2) .announcement-bar-section,
body:has(.svr-home-v2) .utility-bar,
body:has(.svr-home-v2) .announcement-bar {
  background: #020305;
  color: #f7fafc;
  min-height: auto;
}

body:has(.svr-home-v2) .utility-bar {
  border-bottom: 1px solid rgba(143, 234, 63, 0.18);
  box-shadow: inset 0 -1px 0 rgba(21, 87, 255, 0.16);
}

body:has(.svr-home-v2) .announcement-bar__message {
  min-height: 2.8rem;
  padding: 0.55rem 0;
  font-size: 0;
  line-height: 1.2;
}

body:has(.svr-home-v2) .announcement-bar__message span {
  display: none;
}

body:has(.svr-home-v2) .announcement-bar__message::before {
  content: "Premium Vapes Under $5 \00B7  Factory Sealed \00B7  Fast U.S. Shipping";
  color: #8FEA3F;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.svr-home-v2,
.svr-home-v2 * {
  box-sizing: border-box;
}

.svr-home-v2 a {
  color: inherit;
}

.svr-v3-container {
  width: min(1400px, calc(100% - 28px));
  margin: 0 auto;
}

.svr-v3-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: 10px;
  align-items: stretch;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--svr-v3-radius);
  background:
    linear-gradient(135deg, rgba(143, 234, 63, 0.11), rgba(7, 10, 16, 0.76) 36%, rgba(21, 87, 255, 0.18)),
    #05070c;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.46), 0 0 44px rgba(21, 87, 255, 0.18);
  overflow: hidden;
}

.svr-v3-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 408px;
  padding: 16px 21px;
}

.svr-v3-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.svr-v3-topline span,
.svr-v3-kicker,
.svr-v3-path-tag {
  color: var(--svr-v3-lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.svr-v3-topline span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(143, 234, 63, 0.26);
  border-radius: 999px;
  background: rgba(143, 234, 63, 0.08);
}

.svr-v3-hero h1 {
  max-width: 740px;
  margin: 0;
  color: #ffffff;
  font-size: 86px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.86;
}

.svr-v3-price-pill {
  width: fit-content;
  margin-top: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(143, 234, 63, 0.42);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(143, 234, 63, 0.24), rgba(143, 234, 63, 0.08));
  color: var(--svr-v3-lime);
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 0 26px rgba(143, 234, 63, 0.13);
}

.svr-v3-hero-lede {
  max-width: 660px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.42;
}

.svr-v3-hero-proofline {
  margin: 6px 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.svr-v3-hero-actions,
.svr-v3-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.svr-v3-hero-actions {
  margin-top: 13px;
}

.svr-v3-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.svr-v3-hero-actions .svr-v3-button-primary {
  min-width: 212px;
  min-height: 54px;
  box-shadow: 0 18px 38px var(--svr-v3-green-glow);
}

.svr-v3-hero-actions .svr-v3-button-secondary,
.svr-v3-hero-actions .svr-v3-button-ghost {
  min-width: 152px;
  min-height: 46px;
}

.svr-v3-button:hover {
  transform: translateY(-1px);
}

.svr-v3-button-primary {
  border: 1px solid var(--svr-v3-cta);
  background: var(--svr-v3-cta);
  color: #071006;
  box-shadow: 0 14px 30px var(--svr-v3-green-glow);
}

.svr-v3-button-primary:hover {
  background: var(--svr-v3-cta-hover);
  color: #071006;
}

.svr-v3-button-secondary,
.svr-v3-button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
  color: #ffffff;
}

.svr-v3-button-secondary:hover,
.svr-v3-button-ghost:hover {
  border-color: var(--svr-v3-line-strong);
  color: var(--svr-v3-lime);
}

.svr-v3-showcase {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 408px;
  gap: 7px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--svr-v3-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #060911;
  box-shadow: inset 0 0 38px rgba(21, 87, 255, 0.12);
}

.svr-v3-showcase-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--svr-v3-radius);
  background: rgba(255, 255, 255, 0.035);
}

.svr-v3-showcase-head div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.svr-v3-showcase-head span {
  color: var(--svr-v3-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.svr-v3-showcase-head small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.svr-v3-showcase-head strong {
  flex: 0 0 auto;
  color: var(--svr-v3-lime);
  font-size: 13px;
  font-weight: 950;
}

.svr-v6-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.svr-v6-hero-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(3, 5, 9, 0.72);
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.svr-v6-hero-trust span:first-child {
  border-color: rgba(143, 234, 63, 0.34);
  color: var(--svr-v3-lime);
}

.svr-v6-product-vault {
  background:
    radial-gradient(circle at 52% 16%, rgba(143, 234, 63, 0.08), transparent 18rem),
    radial-gradient(circle at 92% 6%, rgba(21, 87, 255, 0.24), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    #060911;
}

.svr-v6-hero-product-grid {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 6px;
  min-height: 0;
}

.svr-v6-hero-product {
  display: grid;
  grid-template-columns: minmax(132px, 0.92fr) minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
  min-height: 0;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--svr-v3-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(3, 5, 9, 0.78);
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.svr-v6-hero-product:hover {
  transform: translateY(-1px);
  border-color: rgba(143, 234, 63, 0.32);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), 0 0 26px rgba(21, 87, 255, 0.12);
}

.svr-v6-hero-product-media {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 100%;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 24%, rgba(143, 234, 63, 0.12), transparent 9.5rem),
    radial-gradient(circle at 70% 78%, rgba(21, 87, 255, 0.12), transparent 8rem),
    #070b12;
  overflow: hidden;
}

.svr-v6-hero-product-media span {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 7px;
  border: 1px solid rgba(143, 234, 63, 0.31);
  border-radius: 999px;
  background: rgba(2, 3, 5, 0.82);
  color: var(--svr-v3-lime);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.svr-v6-hero-product-img {
  display: block;
  width: 100%;
  max-width: 146px;
  max-height: 142px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38));
}

.svr-v6-hero-product-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 2px 0;
}

.svr-v6-hero-product-title {
  display: -webkit-box;
  min-height: 32px;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.svr-v6-hero-product-info div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin-top: 7px;
}

.svr-v6-hero-product-info strong {
  color: var(--svr-v3-lime);
  font-size: 26px;
  font-weight: 950;
  line-height: 1;
}

.svr-v6-hero-product-info s {
  color: var(--svr-v3-soft);
  font-size: 12px;
  font-weight: 800;
}

.svr-v6-hero-product-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-top: auto;
  border: 1px solid rgba(143, 234, 63, 0.54);
  border-radius: 6px;
  background: linear-gradient(180deg, var(--svr-v3-cta-hover), var(--svr-v3-cta));
  color: #071006;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.svr-v6-price-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-height: 350px;
}

.svr-v6-price-stack span,
.svr-v6-price-stack strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--svr-v3-radius);
  background:
    radial-gradient(circle at 50% 12%, rgba(143, 234, 63, 0.12), transparent 12rem),
    rgba(3, 5, 9, 0.78);
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.svr-v6-price-stack strong {
  grid-column: 1 / -1;
  min-height: 74px;
  border-color: rgba(143, 234, 63, 0.34);
  color: var(--svr-v3-lime);
  font-size: 30px;
}

.svr-v6-hero-fallback {
  color: #ffffff;
  text-decoration: none;
}

.svr-v6-hero-fallback:hover strong {
  border-color: rgba(143, 234, 63, 0.55);
  box-shadow: 0 0 24px rgba(143, 234, 63, 0.1);
}

.svr-v3-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  gap: 8px;
  min-height: 266px;
}

.svr-v3-showcase-main,
.svr-v3-showcase-mini,
.svr-v3-path-media,
.svr-v3-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--svr-v3-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    #080c14;
}

.svr-v3-showcase-main {
  position: relative;
  border: 1px solid rgba(143, 234, 63, 0.16);
}

.svr-v3-showcase-stack {
  display: grid;
  gap: 8px;
}

.svr-v3-showcase-mini {
  position: relative;
  min-height: 129px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.svr-v4-showcase-stamp,
.svr-v3-showcase-mini span {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 20px);
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(143, 234, 63, 0.28);
  border-radius: 999px;
  background: rgba(2, 3, 5, 0.8);
  color: var(--svr-v3-lime);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.svr-v3-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svr-v3-contain,
.svr-v3-product-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.svr-v3-hero-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.svr-v3-hero-value-grid article {
  min-height: 68px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--svr-v3-radius);
  background: rgba(3, 5, 9, 0.78);
}

.svr-v3-hero-value-grid span {
  display: block;
  color: var(--svr-v3-lime);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
}

.svr-v3-hero-value-grid strong {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.svr-v4-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  max-width: 690px;
  margin-top: 14px;
}

.svr-v4-hero-metrics div {
  min-height: 64px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--svr-v3-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(3, 5, 9, 0.68);
}

.svr-v4-hero-metrics span {
  display: block;
  color: var(--svr-v3-lime);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.svr-v4-hero-metrics strong {
  display: block;
  margin-top: 9px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.22;
}

.svr-v3-price-proof,
.svr-v3-trust-strip,
.svr-v3-section,
.svr-v3-final-cta {
  margin-top: 12px;
}

.svr-v9-proof-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 8px;
  padding: 7px;
  border: 1px solid rgba(143, 234, 63, 0.16);
  border-radius: var(--svr-v3-radius);
  background:
    linear-gradient(90deg, rgba(143, 234, 63, 0.075), rgba(21, 87, 255, 0.08)),
    rgba(5, 7, 12, 0.88);
}

.svr-v9-proof-bar span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(2, 3, 5, 0.58);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.svr-v9-proof-bar span:first-child {
  border-color: rgba(143, 234, 63, 0.32);
  color: var(--svr-v3-lime);
}

.svr-v3-hero + .svr-v3-products {
  margin-top: 12px;
  padding-top: 0;
}

.svr-v9-proof-bar + .svr-v3-products {
  margin-top: 10px;
  padding-top: 0;
}

.svr-v3-price-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(143, 234, 63, 0.18);
  border-radius: var(--svr-v3-radius);
  background:
    linear-gradient(90deg, rgba(143, 234, 63, 0.1), rgba(21, 87, 255, 0.12)),
    var(--svr-v3-panel);
}

.svr-v3-price-proof h2 {
  margin: 6px 0 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.svr-v3-proof-chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.svr-v3-proof-chips span {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--svr-v3-radius);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.svr-v3-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.svr-v3-trust-strip article,
.svr-v3-path-card,
.svr-v3-product-card,
.svr-v3-step-grid article,
.svr-v3-sourcing-grid article,
.svr-v3-confidence-grid article,
.svr-v3-faq details,
.svr-v3-empty-state {
  border: 1px solid var(--svr-v3-line);
  border-radius: var(--svr-v3-radius);
  background: rgba(7, 10, 16, 0.94);
}

.svr-v3-trust-strip article {
  display: flex;
  gap: 12px;
  min-height: 102px;
  padding: 14px;
}

.svr-v3-trust-mark {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(143, 234, 63, 0.4);
  border-radius: 6px;
  background:
    linear-gradient(135deg, var(--svr-v3-lime), rgba(21, 87, 255, 0.55));
  box-shadow: 0 0 18px rgba(143, 234, 63, 0.14);
}

.svr-v3-trust-strip h3 {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.2;
}

.svr-v3-trust-strip p,
.svr-v3-section-head p,
.svr-v3-products-head p,
.svr-v3-path-card p,
.svr-v3-step-grid p,
.svr-v3-sourcing-copy p,
.svr-v3-sourcing-grid p,
.svr-v3-confidence-grid p,
.svr-v3-wholesale p,
.svr-v3-final-cta p,
.svr-v3-faq p,
.svr-v3-empty-state p {
  color: var(--svr-v3-muted);
  font-size: 14px;
  line-height: 1.45;
}

.svr-v3-trust-strip p {
  margin: 7px 0 0;
}

.svr-v3-section {
  padding-top: 18px;
}

.svr-v3-section-head {
  max-width: 820px;
  margin-bottom: 14px;
}

.svr-v3-section-head h2,
.svr-v3-products-head h2,
.svr-v3-stockup h2,
.svr-v3-sourcing h2,
.svr-v3-wholesale h2,
.svr-v3-final-cta h2 {
  margin: 6px 0 0;
  color: #ffffff;
  font-size: 48px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
}

.svr-v3-section-head p,
.svr-v3-products-head p {
  max-width: 660px;
  margin: 10px 0 0;
  font-size: 16px;
}

.svr-v3-path-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.svr-v3-path-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 112px auto;
  min-height: 276px;
  padding: 12px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.svr-v3-path-card:hover,
.svr-v3-product-card:hover {
  transform: translateY(-2px);
  border-color: var(--svr-v3-line-strong);
}

.svr-v3-path-under5 {
  border-color: rgba(143, 234, 63, 0.25);
  background:
    linear-gradient(145deg, rgba(143, 234, 63, 0.12), rgba(7, 10, 16, 0.96) 46%, rgba(21, 87, 255, 0.11));
}

.svr-v3-path-deals {
  background:
    linear-gradient(145deg, rgba(21, 87, 255, 0.16), rgba(7, 10, 16, 0.96) 44%, rgba(143, 234, 63, 0.08));
}

.svr-v12-path-card {
  border-color: rgba(88, 148, 255, 0.28);
  background:
    radial-gradient(circle at 80% 16%, rgba(21, 87, 255, 0.18), transparent 8.5rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(7, 10, 16, 0.96) 46%, rgba(143, 234, 63, 0.08));
}

.svr-v3-path-copy {
  min-width: 0;
}

.svr-v3-path-card h3 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.svr-v3-path-card p {
  margin: 7px 0 0;
}

.svr-v3-path-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.svr-v3-path-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: var(--svr-v3-soft);
  font-size: 11px;
  font-weight: 850;
}

.svr-v3-path-media {
  margin: 8px 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.svr-v3-path-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 6px;
  border: 1px solid rgba(143, 234, 63, 0.36);
  background: rgba(143, 234, 63, 0.15);
  color: var(--svr-v3-lime);
  font-size: 13px;
  font-weight: 950;
}

.svr-v4-path-badge {
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(143, 234, 63, 0.3);
  border-radius: 999px;
  background: rgba(2, 3, 5, 0.78);
  color: var(--svr-v3-lime);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.svr-v4-path-badge + .svr-v3-path-copy {
  padding-right: 52px;
}

.svr-v3-products-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}

.svr-v3-section-link {
  color: var(--svr-v3-lime);
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.svr-v3-section-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.svr-v3-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 11px;
}

.svr-v3-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 326px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease;
}

.svr-v3-product-media {
  position: relative;
  height: 168px;
  padding: 16px;
  border-radius: 0;
}

.svr-v3-product-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid rgba(143, 234, 63, 0.3);
  border-radius: 999px;
  background: rgba(2, 3, 5, 0.82);
  color: var(--svr-v3-lime);
  font-size: 11px;
  font-weight: 950;
}

.svr-v3-product-img {
  max-height: 136px;
}

.svr-v3-product-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 11px 12px 12px;
}

.svr-v4-product-type {
  display: block;
  margin-bottom: 7px;
  color: var(--svr-v3-lime);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.svr-v3-product-info h3 {
  display: -webkit-box;
  min-height: 39px;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.svr-v3-product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  margin-top: 10px;
}

.svr-v3-product-price {
  color: var(--svr-v3-lime);
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.svr-v3-compare-price {
  color: var(--svr-v3-soft);
  font-size: 12px;
  font-weight: 800;
  text-decoration: line-through;
}

.svr-v3-product-foot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
}

.svr-v3-product-foot span {
  color: var(--svr-v3-soft);
  font-size: 12px;
  font-weight: 850;
}

.svr-v3-product-foot strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid rgba(143, 234, 63, 0.42);
  border-radius: 6px;
  background: linear-gradient(180deg, var(--svr-v3-cta-hover), var(--svr-v3-cta));
  color: #071006;
  font-size: 12px;
  font-weight: 950;
}

.svr-v12-upgrade {
  position: relative;
  margin-top: 2px;
  padding: 18px;
  border: 1px solid rgba(143, 234, 63, 0.18);
  border-radius: calc(var(--svr-v3-radius) + 2px);
  background:
    radial-gradient(circle at 16% 0%, rgba(21, 87, 255, 0.22), transparent 19rem),
    radial-gradient(circle at 88% 18%, rgba(79, 175, 143, 0.18), transparent 17rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(7, 10, 16, 0.9)),
    #05070c;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.svr-v12-upgrade:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.svr-v12-upgrade-head {
  position: relative;
}

.svr-v12-upgrade-head h2 {
  color: #ffffff;
}

.svr-v12-upgrade .svr-v3-section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(143, 234, 63, 0.36);
  border-radius: 6px;
  background: rgba(143, 234, 63, 0.1);
  text-align: center;
}

.svr-v12-upgrade .svr-v3-section-link:hover {
  border-color: rgba(143, 234, 63, 0.5);
  background: rgba(143, 234, 63, 0.14);
  text-decoration: none;
}

.svr-v12-product-grid {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.svr-v12-product-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(21, 87, 255, 0.14), transparent 12rem),
    radial-gradient(circle at 80% 92%, rgba(79, 175, 143, 0.14), transparent 10rem),
    rgba(7, 10, 16, 0.94);
}

.svr-v12-product-card .svr-v3-product-media {
  height: 204px;
  padding: 19px;
}

.svr-v12-product-card .svr-v3-product-img {
  max-height: 170px;
}

.svr-v12-upgrade-empty {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(143, 234, 63, 0.18);
  border-radius: var(--svr-v3-radius);
  background: rgba(2, 3, 5, 0.72);
  color: #ffffff;
  text-decoration: none;
}

.svr-v12-upgrade-empty span,
.svr-v12-upgrade-empty em {
  color: var(--svr-v3-lime);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.svr-v12-upgrade-empty strong {
  max-width: 720px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.05;
}

.svr-v3-empty-state {
  grid-column: 1 / -1;
  padding: 20px;
}

.svr-v3-empty-state h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}

.svr-v3-empty-state p {
  margin: 8px 0 0;
}

.svr-v3-stockup,
.svr-v3-sourcing,
.svr-v3-wholesale,
.svr-v3-seo,
.svr-v3-final-cta {
  border: 1px solid var(--svr-v3-line);
  border-radius: var(--svr-v3-radius);
  background: var(--svr-v3-panel);
}

.svr-v3-stockup {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 16px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(143, 234, 63, 0.1), rgba(7, 10, 16, 0.94) 42%, rgba(21, 87, 255, 0.12)),
    var(--svr-v3-panel);
}

.svr-v3-stockup-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.svr-v3-stockup-copy p,
.svr-v3-sourcing-copy p,
.svr-v3-wholesale p,
.svr-v3-seo p,
.svr-v3-final-cta p {
  max-width: 700px;
  margin: 11px 0 0;
  font-size: 16px;
}

.svr-v3-stockup-copy .svr-v3-button {
  margin-top: 16px;
}

.svr-v3-step-grid,
.svr-v3-sourcing-grid,
.svr-v3-confidence-grid {
  display: grid;
  gap: 10px;
}

.svr-v3-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.svr-v3-step-grid article {
  min-height: 174px;
  padding: 14px;
}

.svr-v3-step-grid span {
  color: var(--svr-v3-lime);
  font-size: 12px;
  font-weight: 950;
}

.svr-v3-step-grid h3,
.svr-v3-sourcing-grid span,
.svr-v3-confidence-grid h3 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
}

.svr-v3-step-grid p,
.svr-v3-sourcing-grid p,
.svr-v3-confidence-grid p {
  margin: 10px 0 0;
}

.svr-v3-sourcing {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 16px;
  padding: 16px;
  border-color: rgba(21, 87, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(21, 87, 255, 0.15), rgba(7, 10, 16, 0.94) 45%, rgba(143, 234, 63, 0.08)),
    var(--svr-v3-panel-2);
}

.svr-v3-sourcing-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.svr-v3-sourcing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.svr-v3-sourcing-grid article,
.svr-v3-confidence-grid article {
  min-height: 112px;
  padding: 14px;
}

.svr-v3-sourcing-grid span {
  display: block;
  margin: 0;
  color: #ffffff;
}

.svr-v3-confidence-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.svr-v3-confidence-grid h3 {
  margin: 0;
  font-size: 18px;
}

.svr-v3-wholesale,
.svr-v3-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px;
}

.svr-v3-wholesale {
  border-color: rgba(21, 87, 255, 0.28);
  background:
    linear-gradient(90deg, rgba(21, 87, 255, 0.15), rgba(7, 10, 16, 0.94) 54%, rgba(143, 234, 63, 0.08)),
    var(--svr-v3-panel);
}

.svr-v3-seo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-color: rgba(143, 234, 63, 0.2);
  background:
    radial-gradient(circle at 88% 18%, rgba(79, 175, 143, 0.16), transparent 20rem),
    linear-gradient(135deg, rgba(7, 10, 16, 0.96), rgba(21, 87, 255, 0.12)),
    var(--svr-v3-panel);
}

.svr-v3-seo h2 {
  max-width: 840px;
  margin: 8px 0 0;
  color: #ffffff;
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
}

.svr-v3-seo p {
  max-width: 900px;
  color: var(--svr-v3-muted);
}

.svr-v3-seo-links {
  display: grid;
  gap: 8px;
}

.svr-v3-seo-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.svr-v3-seo-links a::after {
  color: var(--svr-v3-lime);
  content: "Shop";
  font-size: 11px;
}

.svr-v3-seo-links a:hover {
  border-color: rgba(143, 234, 63, 0.35);
  color: var(--svr-v3-lime);
}

.svr-v3-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.svr-v3-faq details {
  overflow: hidden;
}

.svr-v3-faq summary {
  position: relative;
  cursor: pointer;
  min-height: 54px;
  padding: 16px 44px 15px 16px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
  list-style: none;
}

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

.svr-v3-faq summary::after {
  position: absolute;
  top: 15px;
  right: 16px;
  color: var(--svr-v3-lime);
  content: "+";
  font-size: 22px;
  line-height: 1;
}

.svr-v3-faq details[open] summary::after {
  content: "-";
}

.svr-v3-faq p {
  margin: 0;
  padding: 0 16px 16px;
}

.svr-v3-final-cta {
  margin-top: 20px;
  border-color: rgba(143, 234, 63, 0.28);
  background:
    linear-gradient(135deg, rgba(143, 234, 63, 0.14), rgba(7, 10, 16, 0.94) 48%, rgba(21, 87, 255, 0.16)),
    var(--svr-v3-panel);
}

.svr-v3-final-actions {
  justify-content: flex-end;
}

@media screen and (max-width: 1240px) {
  .svr-v3-hero {
    grid-template-columns: 1fr;
  }

  .svr-v3-hero-copy,
  .svr-v3-showcase {
    min-height: auto;
  }

  .svr-v3-hero h1 {
    font-size: 82px;
  }

  .svr-v4-hero-metrics {
    max-width: none;
  }

  .svr-v3-price-proof,
  .svr-v3-stockup,
  .svr-v3-sourcing {
    grid-template-columns: 1fr;
  }

  .svr-v3-proof-chips,
  .svr-v3-trust-strip,
  .svr-v3-confidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svr-v3-path-grid,
  .svr-v3-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 989px) {
  .svr-v3-container {
    width: min(100% - 24px, 1400px);
  }

  .svr-v3-hero h1 {
    font-size: 68px;
  }

  .svr-v3-section-head,
  .svr-v3-products-head,
  .svr-v3-wholesale,
  .svr-v3-seo,
  .svr-v3-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .svr-v3-products-head,
  .svr-v3-wholesale,
  .svr-v3-seo,
  .svr-v3-final-cta {
    display: flex;
  }

  .svr-v3-section-head h2,
  .svr-v3-products-head h2,
  .svr-v3-stockup h2,
  .svr-v3-sourcing h2,
  .svr-v3-wholesale h2,
  .svr-v3-seo h2,
  .svr-v3-final-cta h2 {
    font-size: 38px;
  }

  .svr-v3-path-grid,
  .svr-v3-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svr-v3-step-grid,
  .svr-v3-sourcing-grid {
    grid-template-columns: 1fr;
  }

  .svr-v4-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .svr-v3-final-actions {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 749px) {
  body:has(.svr-home-v2) .announcement-bar__message::before {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }

  .svr-home-v2 {
    padding: 2px 0 28px;
  }

  .svr-v3-container {
    width: calc(100% - 14px);
  }

  .svr-v3-hero {
    padding: 8px;
  }

  .svr-v3-hero-copy {
    padding: 8px;
  }

  .svr-v3-topline span {
    min-height: 26px;
    font-size: 10px;
  }

  .svr-v3-hero h1 {
    font-size: 52px;
    line-height: 0.9;
  }

  .svr-v3-price-pill {
    font-size: 13px;
    margin-top: 10px;
  }

  .svr-v3-hero-lede {
    margin-top: 10px;
  }

  .svr-v3-hero-actions {
    margin-top: 12px;
  }

  .svr-v9-proof-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
    padding: 7px;
  }

  .svr-v9-proof-bar span {
    min-height: 30px;
    padding: 0 7px;
    font-size: 10px;
  }

  .svr-v6-hero-trust {
    margin-top: 10px;
  }

  .svr-v6-hero-trust span {
    min-height: 28px;
    font-size: 10px;
  }

  .svr-v3-hero-lede,
  .svr-v3-section-head p,
  .svr-v3-products-head p,
  .svr-v3-stockup-copy p,
  .svr-v3-sourcing-copy p,
  .svr-v3-wholesale p,
  .svr-v3-seo p,
  .svr-v3-final-cta p {
    font-size: 15px;
  }

  .svr-v3-hero-actions,
  .svr-v3-final-actions {
    flex-direction: column;
    width: 100%;
  }

  .svr-v3-button {
    width: 100%;
  }

  .svr-v3-showcase-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .svr-v3-showcase-main {
    min-height: 248px;
  }

  .svr-v6-hero-product-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: auto;
  }

  .svr-v6-hero-product {
    grid-template-columns: minmax(136px, 0.5fr) minmax(0, 0.5fr);
    min-height: 164px;
  }

  .svr-v6-hero-product-img {
    max-width: 144px;
    max-height: 142px;
  }

  .svr-v6-hero-product-title {
    min-height: 34px;
    font-size: 13px;
  }

  .svr-v6-hero-product-info strong {
    font-size: 20px;
  }

  .svr-v6-price-stack {
    min-height: auto;
  }

  .svr-v6-price-stack span {
    min-height: 86px;
    font-size: 20px;
  }

  .svr-v6-price-stack strong {
    min-height: 66px;
    font-size: 24px;
  }

  .svr-v3-showcase-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svr-v3-showcase-mini {
    min-height: 124px;
  }

  .svr-v3-hero-value-grid,
  .svr-v4-hero-metrics,
  .svr-v3-proof-chips,
  .svr-v3-trust-strip,
  .svr-v3-path-grid,
  .svr-v3-confidence-grid,
  .svr-v3-faq-grid {
    grid-template-columns: 1fr;
  }

  .svr-v3-price-proof h2 {
    font-size: 24px;
  }

  .svr-v3-section {
    padding-top: 20px;
  }

  .svr-v3-section-head h2,
  .svr-v3-products-head h2,
  .svr-v3-stockup h2,
  .svr-v3-sourcing h2,
  .svr-v3-wholesale h2,
  .svr-v3-seo h2,
  .svr-v3-final-cta h2 {
    font-size: 32px;
  }

  .svr-v3-path-card {
    grid-template-rows: auto 170px auto;
    min-height: auto;
  }

  .svr-v4-path-badge {
    position: static;
    width: fit-content;
    margin-bottom: 8px;
  }

  .svr-v4-path-badge + .svr-v3-path-copy {
    padding-right: 0;
  }

  .svr-v3-path-card h3 {
    font-size: 28px;
  }

  .svr-v3-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .svr-v3-product-card {
    min-height: 334px;
  }

  .svr-v3-product-media {
    height: 170px;
    padding: 14px;
  }

  .svr-v3-product-img {
    max-height: 130px;
  }

  .svr-v12-product-card .svr-v3-product-media {
    height: 194px;
    padding: 16px;
  }

  .svr-v12-product-card .svr-v3-product-img {
    max-height: 158px;
  }

  .svr-v3-product-info {
    padding: 11px;
  }

  .svr-v3-product-info h3 {
    font-size: 13px;
    min-height: 36px;
  }

  .svr-v3-product-price {
    font-size: 17px;
  }
}

@media screen and (max-width: 420px) {
  .svr-v3-hero h1 {
    font-size: 45px;
  }

  .svr-v3-product-grid {
    grid-template-columns: 1fr;
  }

  .svr-v3-product-card {
    min-height: auto;
  }

  .svr-v3-product-media {
    height: 205px;
  }

  .svr-v3-product-img {
    max-height: 160px;
  }

  .svr-v12-product-card .svr-v3-product-media {
    height: 220px;
  }

  .svr-v12-product-card .svr-v3-product-img {
    max-height: 176px;
  }
}
