body.single-product { overflow-x: hidden; background: #f7f3e9; }
body.single-product .hv-activity-site-header { z-index: 1000; }
body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-notices-wrapper:empty { display: none; }

.hv-card-sale {
  --hv-card-cream: #f7f3e9;
  --hv-card-paper: #fffdf7;
  --hv-card-forest: #0b4034;
  --hv-card-deep: #062d25;
  --hv-card-lime: #d4f538;
  --hv-card-coral: #f26643;
  --hv-card-ink: #15342b;
  --hv-card-muted: #68786f;
  --hv-card-line: rgba(11, 64, 52, .14);
  color: var(--hv-card-ink);
  background: var(--hv-card-cream);
  font-family: Manrope, sans-serif;
}

.hv-card-sale *, .hv-card-sale *::before, .hv-card-sale *::after { box-sizing: border-box; }
.hv-card-product__shell { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.hv-card-sale svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.hv-card-product__hero {
  position: relative;
  min-height: 940px;
  overflow: hidden;
  padding: 152px 0 76px;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 67% 32%, rgba(96, 155, 84, .32), transparent 28%),
    linear-gradient(132deg, #062b24 0%, #0a4033 55%, #0b4a3b 100%);
}

.hv-card-product__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .24;
  background-image: radial-gradient(rgba(212, 245, 56, .46) 1px, transparent 1px);
  background-size: 15px 15px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.3) 58%, transparent 88%);
}

.hv-card-product__orb { position: absolute; z-index: -1; border: 1px solid rgba(212, 245, 56, .22); border-radius: 50%; }
.hv-card-product__orb--one { top: -380px; right: -240px; width: 860px; height: 860px; box-shadow: 0 0 0 80px rgba(212,245,56,.025), 0 0 0 160px rgba(212,245,56,.018); }
.hv-card-product__orb--two { bottom: -230px; left: -190px; width: 540px; height: 540px; }

.hv-card-product__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, .88fr);
  gap: 36px 70px;
  align-items: center;
}

.hv-card-product__hero-copy { position: relative; z-index: 2; padding-top: 12px; }
.hv-card-product__breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-bottom: 52px; color: rgba(255,255,255,.66); font-size: 13px; font-weight: 700; }
.hv-card-product__breadcrumbs a { color: var(--hv-card-lime); }
.hv-card-product__kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 19px; color: var(--hv-card-lime); font-size: 13px; font-weight: 800; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.hv-card-product__kicker span { display: inline-block; width: 48px; height: 3px; border-radius: 3px; background: currentColor; }
.hv-card-product__kicker--dark { color: #71862e; }

.hv-card-product__hero h1,
.hv-card-product__section-head h2,
.hv-card-product__steps h2,
.hv-card-product__faq h2,
.hv-card-product__closing h2 {
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-weight: 600;
  letter-spacing: -.052em;
  line-height: .91;
  text-wrap: balance;
}

.hv-card-product__hero h1 { max-width: 690px; color: #fff; font-size: clamp(56px, 6vw, 88px); }
.hv-card-product__hero h1::after { display: block; width: 116px; height: 8px; margin-top: 27px; border-radius: 12px; background: var(--hv-card-coral); content: ''; transform: rotate(-2deg); }
.hv-card-product__lead { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.79); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.7; }

.hv-card-product__hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hv-card-product__hero-pills span { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 100px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.07); font-size: 13px; font-weight: 700; backdrop-filter: blur(12px); }
.hv-card-product__hero-pills svg { width: 20px; height: 20px; color: var(--hv-card-lime); }
.hv-card-product__discover { display: inline-flex; align-items: center; gap: 13px; margin-top: 42px; color: #fff; font-size: 15px; font-weight: 800; }
.hv-card-product__discover svg { width: 23px; height: 23px; color: var(--hv-card-lime); transition: transform .25s ease; }
.hv-card-product__discover:hover svg { transform: translateY(5px); }

.hv-card-product__stage { position: relative; min-width: 0; min-height: 560px; perspective: 1200px; }
.hv-card-product__stage-copy { position: absolute; top: 10px; right: -12px; color: rgba(255,255,255,.05); font-family: Newsreader, Georgia, serif; font-size: 110px; font-weight: 600; letter-spacing: -.08em; line-height: .66; }
.hv-card-product__orbit { position: absolute; top: 30px; left: 50%; width: 510px; max-width: 100%; transform: translateX(-50%); color: rgba(212,245,56,.25); }
.hv-card-product__orbit svg { display: block; width: 100%; stroke-width: .7; }
.hv-card-product__card { position: absolute; z-index: 2; top: 140px; left: 50%; width: min(90%, 510px); max-height: 324px; margin: 0; overflow: hidden; aspect-ratio: 900 / 570; border-radius: 22px; background: #f1f1ef; transform: translateX(-50%) rotate(-4deg); transform-style: preserve-3d; filter: drop-shadow(0 32px 38px rgba(0,0,0,.34)); transition: transform .16s ease-out; }
.hv-card-product__card img { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; border-radius: inherit; }
.hv-card-product__shine { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; background: linear-gradient(110deg, transparent 22%, rgba(255,255,255,.06) 37%, rgba(255,255,255,.72) 49%, rgba(255,255,255,.08) 62%, transparent 76%); background-position: 140% 0; background-size: 240% 100%; mix-blend-mode: screen; pointer-events: none; animation: hv-card-shine 5.5s ease-in-out infinite; }
.hv-card-product__card::after { position: absolute; right: 7%; bottom: -38px; left: 7%; height: 46px; border-radius: 50%; background: rgba(0,0,0,.32); filter: blur(22px); content: ''; transform: translateZ(-20px); }

.hv-card-product__float-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 13px; min-width: 192px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; color: var(--hv-card-deep); background: rgba(255,253,247,.94); box-shadow: 0 18px 45px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.hv-card-product__float-note > svg { width: 42px; height: 42px; flex: 0 0 auto; padding: 9px; border-radius: 12px; color: var(--hv-card-forest); background: var(--hv-card-lime); }
.hv-card-product__float-note span { display: grid; }
.hv-card-product__float-note small { color: #7c8882; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hv-card-product__float-note strong { font-size: 15px; }
.hv-card-product__float-note--discount { top: 74px; left: 0; transform: rotate(3deg); }
.hv-card-product__float-note--digital { right: -18px; bottom: 68px; transform: rotate(-2deg); }

.hv-card-product__buy { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr .9fr 1.25fr 1.1fr; gap: 22px; align-items: center; margin-top: -12px; padding: 22px; border: 1px solid rgba(255,255,255,.19); border-radius: 26px; color: var(--hv-card-ink); background: rgba(255,253,247,.96); box-shadow: 0 30px 75px rgba(0,0,0,.22); backdrop-filter: blur(18px); }
.hv-card-product__buy-head { display: flex; align-items: center; gap: 14px; min-width: 0; }
.hv-card-product__buy-icon { display: grid; width: 58px; height: 58px; flex: 0 0 auto; place-items: center; border-radius: 17px; color: var(--hv-card-forest); background: var(--hv-card-lime); }
.hv-card-product__buy-icon svg { width: 31px; height: 31px; }
.hv-card-product__buy-head div { display: grid; gap: 3px; }
.hv-card-product__buy-head small { color: #78857e; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hv-card-product__buy-head strong { font-size: 15px; }
.hv-card-product__price { display: grid; padding-left: 21px; border-left: 1px solid var(--hv-card-line); }
.hv-card-product__price .price { margin: 0; color: var(--hv-card-forest); font-size: 25px; font-weight: 800; line-height: 1.2; }
.hv-card-product__price .subscription-details { font-size: 13px; font-weight: 700; }
.hv-card-product__price > small { margin-top: 5px; color: #78857e; font-size: 11px; font-weight: 700; }
.hv-card-product__included { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.hv-card-product__included li { display: flex; align-items: center; gap: 8px; color: #415a50; font-size: 11px; font-weight: 700; }
.hv-card-product__included svg { width: 17px; height: 17px; flex: 0 0 auto; color: #739321; stroke-width: 2.4; }
.hv-card-product__cart { min-width: 0; }
.hv-card-product__cart form.cart { margin: 0 !important; }
.hv-card-product__cart .quantity { display: none !important; }
.hv-card-product__cart .single_add_to_cart_button {
  width: 100%;
  min-height: 60px;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 17px !important;
  color: #092e27 !important;
  background: var(--hv-card-lime) !important;
  box-shadow: none !important;
  font: 800 16px/1 Manrope, sans-serif !important;
  cursor: pointer;
  opacity: 1 !important;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.hv-card-product__cart .single_add_to_cart_button:hover { background: #fff06c !important; box-shadow: 0 14px 30px rgba(114,143,31,.22) !important; transform: translateY(-3px); }
.hv-card-product__secure { grid-column: 4; display: flex; align-items: center; gap: 8px; margin: -10px 4px 0; color: #7a8781; font-size: 10px; line-height: 1.4; }
.hv-card-product__secure svg { width: 16px; height: 16px; flex: 0 0 auto; color: #739321; }
.hv-card-product__buy .woocommerce-error,
.hv-card-product__buy .woocommerce-message,
.hv-card-product__buy .woocommerce-info { grid-column: 1 / -1; margin: 0 0 10px; border: 0; border-radius: 14px; background: #eef5dd; font-size: 13px; }

.hv-card-product__signal { border-bottom: 1px solid var(--hv-card-line); background: #eef4dc; }
.hv-card-product__signal .hv-card-product__shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.hv-card-product__signal span { display: flex; min-height: 132px; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid var(--hv-card-line); }
.hv-card-product__signal span:first-child { border-left: 1px solid var(--hv-card-line); }
.hv-card-product__signal strong { color: var(--hv-card-forest); font: 600 clamp(39px, 4vw, 58px)/1 Newsreader, Georgia, serif; letter-spacing: -.05em; }
.hv-card-product__signal small { max-width: 100px; color: #6d7c74; font-size: 11px; font-weight: 800; letter-spacing: .06em; line-height: 1.35; text-transform: uppercase; }

.hv-card-product__benefits { padding: 120px 0 130px; background: radial-gradient(circle at 85% 12%, rgba(205,228,141,.38), transparent 26%), var(--hv-card-cream); }
.hv-card-product__section-head { display: grid; grid-template-columns: 1.15fr .65fr; gap: 90px; align-items: end; margin-bottom: 55px; }
.hv-card-product__section-head h2,
.hv-card-product__faq h2 { color: var(--hv-card-forest); font-size: clamp(48px, 5.4vw, 76px); }
.hv-card-sale h2 em { color: #789728; font-weight: inherit; }
.hv-card-product__section-head > p { max-width: 520px; margin: 0 0 4px; color: var(--hv-card-muted); font-size: 17px; line-height: 1.72; }
.hv-card-product__benefit-grid { display: grid; grid-template-columns: 1.16fr .84fr .84fr; gap: 18px; }
.hv-card-product__benefit { position: relative; min-height: 330px; overflow: hidden; padding: 30px; border: 1px solid var(--hv-card-line); border-radius: 28px; background: rgba(255,255,255,.72); box-shadow: 0 14px 36px rgba(24,60,48,.055); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.hv-card-product__benefit:nth-child(4) { grid-column: 2 / 4; min-height: 285px; }
.hv-card-product__benefit:hover { border-color: rgba(116,147,33,.42); box-shadow: 0 24px 50px rgba(24,60,48,.11); transform: translateY(-7px); }
.hv-card-product__benefit--featured { grid-row: span 2; min-height: 633px; color: #fff; background: linear-gradient(145deg, #0c493b, #062e26); }
.hv-card-product__benefit--featured::before { position: absolute; right: -150px; bottom: -170px; width: 460px; height: 460px; border: 1px solid rgba(212,245,56,.31); border-radius: 50%; box-shadow: 0 0 0 54px rgba(212,245,56,.045), 0 0 0 108px rgba(212,245,56,.025); content: ''; }
.hv-card-product__benefit-icon { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 22px; color: var(--hv-card-forest); background: var(--hv-card-lime); }
.hv-card-product__benefit-icon svg { width: 42px; height: 42px; }
.hv-card-product__benefit-index { position: absolute; top: 35px; right: 32px; color: #98a59f; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.hv-card-product__benefit--featured .hv-card-product__benefit-index { color: rgba(255,255,255,.46); }
.hv-card-product__benefit h3 { position: relative; margin: 70px 0 15px; color: var(--hv-card-forest); font-size: 24px; letter-spacing: -.03em; line-height: 1.1; }
.hv-card-product__benefit--featured h3 { max-width: 420px; margin-top: 230px; color: #fff; font: 600 clamp(40px, 4vw, 58px)/.95 Newsreader, Georgia, serif; }
.hv-card-product__benefit p { position: relative; max-width: 510px; margin: 0; color: var(--hv-card-muted); font-size: 15px; line-height: 1.7; }
.hv-card-product__benefit--featured p { max-width: 440px; color: rgba(255,255,255,.72); font-size: 16px; }
.hv-card-product__benefit a { position: relative; display: inline-flex; align-items: center; gap: 12px; margin-top: 26px; color: var(--hv-card-lime); font-size: 14px; font-weight: 800; }

.hv-card-product__steps { position: relative; overflow: hidden; padding: 120px 0; color: #fff; background: #0a3c31; }
.hv-card-product__steps::before { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(90deg, transparent 49.7%, rgba(212,245,56,.35) 50%, transparent 50.3%), linear-gradient(transparent 49.7%, rgba(212,245,56,.35) 50%, transparent 50.3%); background-size: 84px 84px; content: ''; mask-image: linear-gradient(90deg, transparent, #000 65%, transparent); }
.hv-card-product__steps-layout { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.hv-card-product__steps-copy { position: sticky; top: 135px; }
.hv-card-product__steps h2 { color: #fff; font-size: clamp(48px, 5vw, 72px); }
.hv-card-product__steps-copy > p:not(.hv-card-product__kicker) { max-width: 470px; margin: 27px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.hv-card-product__steps-copy > a { display: inline-flex; align-items: center; gap: 14px; min-height: 56px; margin-top: 32px; padding: 0 21px; border-radius: 16px; color: var(--hv-card-deep); background: var(--hv-card-lime); font-size: 15px; font-weight: 800; }
.hv-card-product__step-list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.hv-card-product__step-list li { position: relative; display: grid; grid-template-columns: 76px 44px 1fr; gap: 22px; align-items: center; min-height: 165px; padding: 28px; border: 1px solid rgba(255,255,255,.17); border-radius: 27px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); transition: background .3s ease, transform .3s ease; }
.hv-card-product__step-list li:hover { background: rgba(255,255,255,.12); transform: translateX(-7px); }
.hv-card-product__step-list li:not(:last-child)::after { position: absolute; z-index: 2; bottom: -25px; left: 65px; width: 2px; height: 34px; background: var(--hv-card-lime); content: ''; }
.hv-card-product__step-icon { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 22px; color: var(--hv-card-deep); background: var(--hv-card-lime); }
.hv-card-product__step-icon svg { width: 42px; height: 42px; }
.hv-card-product__step-number { color: var(--hv-card-lime); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.hv-card-product__step-list h3 { margin: 0 0 8px; color: #fff; font-size: 22px; }
.hv-card-product__step-list p { margin: 0; color: rgba(255,255,255,.69); font-size: 15px; line-height: 1.65; }

.hv-card-product__editorial { padding: 80px 0 0; }
.hv-card-product__editorial .hv-card-product__shell { padding: 44px; border: 1px solid var(--hv-card-line); border-radius: 28px; background: rgba(255,255,255,.75); color: var(--hv-card-muted); font-size: 17px; line-height: 1.75; }
.hv-card-product__editorial p:first-child { margin-top: 0; }
.hv-card-product__editorial p:last-child { margin-bottom: 0; }

.hv-card-product__faq { padding: 125px 0; background: radial-gradient(circle at 12% 20%, rgba(212,245,56,.14), transparent 23%), var(--hv-card-paper); }
.hv-card-product__faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.hv-card-product__faq-layout > div:first-child { position: sticky; top: 135px; }
.hv-card-product__faq-layout > div:first-child > p:not(.hv-card-product__kicker) { max-width: 380px; margin: 25px 0 0; color: var(--hv-card-muted); font-size: 15px; line-height: 1.65; }
.hv-card-product__faq-layout > div:first-child > a { display: inline-flex; gap: 10px; margin-top: 24px; color: var(--hv-card-forest); font-size: 14px; font-weight: 800; }
.hv-card-product__accordion { border-top: 1px solid var(--hv-card-line); }
.hv-card-product__accordion details { border-bottom: 1px solid var(--hv-card-line); }
.hv-card-product__accordion summary { position: relative; display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 3px; color: var(--hv-card-forest); font-size: 18px; font-weight: 800; cursor: pointer; list-style: none; }
.hv-card-product__accordion summary::-webkit-details-marker { display: none; }
.hv-card-product__accordion summary span { position: relative; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; background: #eef4dc; }
.hv-card-product__accordion summary span::before,
.hv-card-product__accordion summary span::after { position: absolute; top: 50%; left: 50%; width: 16px; height: 2px; background: var(--hv-card-forest); content: ''; transform: translate(-50%, -50%); transition: transform .25s ease; }
.hv-card-product__accordion summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.hv-card-product__accordion details[open] summary span { background: var(--hv-card-lime); }
.hv-card-product__accordion details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.hv-card-product__accordion details p { max-width: 670px; margin: -5px 65px 25px 3px; color: var(--hv-card-muted); font-size: 15px; line-height: 1.72; }

.hv-card-product__closing { position: relative; overflow: hidden; padding: 85px 0; color: #fff; background: linear-gradient(115deg, #789727, #b5cf4a); }
.hv-card-product__closing-lines { position: absolute; inset: 0; opacity: .27; background: repeating-radial-gradient(ellipse at 82% 50%, transparent 0 45px, rgba(255,255,255,.6) 46px 47px, transparent 48px 96px); }
.hv-card-product__closing-inner { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.hv-card-product__closing h2 { color: #fff; font-size: clamp(48px, 5vw, 74px); }
.hv-card-product__closing h2 em { color: var(--hv-card-deep); }
.hv-card-product__closing-inner > a { display: grid; grid-template-columns: 1fr auto; gap: 3px 25px; align-items: center; min-width: 300px; min-height: 92px; padding: 20px 22px 20px 26px; border-radius: 22px; color: #fff; background: var(--hv-card-deep); box-shadow: 0 18px 42px rgba(5,42,34,.21); transition: transform .25s ease, background .25s ease; }
.hv-card-product__closing-inner > a:hover { background: #124d40; transform: translateY(-5px); }
.hv-card-product__closing-inner > a span { font-size: 16px; font-weight: 800; }
.hv-card-product__closing-inner > a strong { font-size: 13px; }
.hv-card-product__closing-inner > a svg { grid-row: 1 / 3; grid-column: 2; width: 28px; height: 28px; color: var(--hv-card-lime); }

.hv-card-product__mobile-buy { display: none; transition: opacity .25s ease, transform .25s ease; }

[data-hv-card-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
[data-hv-card-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes hv-card-shine {
  0%, 18% { background-position: 140% 0; opacity: .04; }
  45%, 58% { background-position: -50% 0; opacity: .72; }
  82%, 100% { background-position: -50% 0; opacity: .04; }
}

@media (max-width: 1120px) {
  .hv-card-product__hero { min-height: 0; }
  .hv-card-product__hero-inner { grid-template-columns: minmax(0, .92fr) minmax(370px, .78fr); gap: 40px; }
  .hv-card-product__stage { min-height: 500px; }
  .hv-card-product__card { top: 145px; }
  .hv-card-product__float-note--discount { left: -20px; }
  .hv-card-product__float-note--digital { right: -12px; bottom: 30px; }
  .hv-card-product__buy { grid-template-columns: 1fr 1fr 1fr; }
  .hv-card-product__cart { grid-column: 3; }
  .hv-card-product__secure { grid-column: 3; }
  .hv-card-product__included { grid-column: 1 / 3; grid-row: 2; grid-template-columns: 1fr 1fr; }
  .hv-card-product__benefit-grid { grid-template-columns: 1fr 1fr; }
  .hv-card-product__benefit--featured { grid-column: 1 / -1; grid-row: auto; min-height: 500px; }
  .hv-card-product__benefit--featured h3 { margin-top: 160px; }
  .hv-card-product__benefit:nth-child(4) { grid-column: auto; min-height: 330px; }
}

@media (max-width: 850px) {
  body.single-product .site-header { z-index: 1000; }
  .hv-card-product__hero { padding: 125px 0 54px; }
  .hv-card-product__hero-inner { grid-template-columns: 1fr; }
  .hv-card-product__hero-copy { max-width: 700px; }
  .hv-card-product__breadcrumbs { margin-bottom: 37px; }
  .hv-card-product__stage { width: min(100%, 650px); min-height: 520px; margin-inline: auto; }
  .hv-card-product__buy { grid-template-columns: 1fr 1fr; }
  .hv-card-product__cart { grid-column: 2; }
  .hv-card-product__secure { grid-column: 2; }
  .hv-card-product__included { grid-column: 1; grid-row: 2 / span 2; grid-template-columns: 1fr; }
  .hv-card-product__signal .hv-card-product__shell { grid-template-columns: 1fr 1fr; }
  .hv-card-product__signal span { border-bottom: 1px solid var(--hv-card-line); }
  .hv-card-product__signal span:nth-child(3) { border-left: 1px solid var(--hv-card-line); }
  .hv-card-product__section-head,
  .hv-card-product__steps-layout,
  .hv-card-product__faq-layout,
  .hv-card-product__closing-inner { grid-template-columns: 1fr; gap: 48px; }
  .hv-card-product__steps-copy,
  .hv-card-product__faq-layout > div:first-child { position: static; }
  .hv-card-product__closing-inner > a { width: min(100%, 360px); min-width: 0; }
}

@media (max-width: 620px) {
  .hv-card-product__shell { width: calc(100% - 30px); }
  .hv-card-product__hero { padding-top: 112px; }
  .hv-card-product__kicker { font-size: 11px; letter-spacing: .09em; }
  .hv-card-product__kicker span { width: 34px; }
  .hv-card-product__hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .hv-card-product__lead { font-size: 16px; }
  .hv-card-product__hero-pills { display: grid; align-items: start; }
  .hv-card-product__hero-pills span { width: fit-content; }
  .hv-card-product__stage { min-height: 420px; }
  .hv-card-product__stage-copy { font-size: 72px; }
  .hv-card-product__orbit { top: 28px; width: 390px; }
  .hv-card-product__card { top: 128px; width: 92%; }
  .hv-card-product__card img,
  .hv-card-product__shine { border-radius: 15px; }
  .hv-card-product__float-note { min-width: 0; padding: 10px 12px; border-radius: 14px; }
  .hv-card-product__float-note > svg { width: 35px; height: 35px; }
  .hv-card-product__float-note--discount { top: 64px; left: -5px; }
  .hv-card-product__float-note--digital { right: -2px; bottom: 25px; }
  .hv-card-product__float-note small { font-size: 8px; }
  .hv-card-product__float-note strong { font-size: 12px; }
  .hv-card-product__buy { display: grid; grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .hv-card-product__buy-head,
  .hv-card-product__price,
  .hv-card-product__included,
  .hv-card-product__cart,
  .hv-card-product__secure { grid-column: 1; grid-row: auto; }
  .hv-card-product__price { padding: 17px 0 0; border-top: 1px solid var(--hv-card-line); border-left: 0; }
  .hv-card-product__included { padding-block: 3px; }
  .hv-card-product__secure { margin-top: -7px; }
  .hv-card-product__signal span { min-height: 105px; flex-direction: column; gap: 5px; text-align: center; }
  .hv-card-product__signal strong { font-size: 38px; }
  .hv-card-product__signal small { font-size: 9px; }
  .hv-card-product__benefits,
  .hv-card-product__steps,
  .hv-card-product__faq { padding: 82px 0; }
  .hv-card-product__section-head { gap: 25px; margin-bottom: 36px; }
  .hv-card-product__section-head h2,
  .hv-card-product__steps h2,
  .hv-card-product__faq h2,
  .hv-card-product__closing h2 { font-size: clamp(42px, 12vw, 58px); }
  .hv-card-product__section-head > p { font-size: 15px; }
  .hv-card-product__benefit-grid { grid-template-columns: 1fr; }
  .hv-card-product__benefit,
  .hv-card-product__benefit:nth-child(4) { grid-column: auto; min-height: 300px; padding: 25px; }
  .hv-card-product__benefit--featured { min-height: 475px; }
  .hv-card-product__benefit-icon { width: 66px; height: 66px; border-radius: 19px; }
  .hv-card-product__benefit-icon svg { width: 36px; height: 36px; }
  .hv-card-product__benefit h3 { margin-top: 54px; }
  .hv-card-product__benefit--featured h3 { margin-top: 155px; font-size: 43px; }
  .hv-card-product__step-list li { grid-template-columns: 64px 1fr; gap: 17px; padding: 21px; }
  .hv-card-product__step-number { position: absolute; top: 19px; right: 20px; }
  .hv-card-product__step-icon { width: 64px; height: 64px; border-radius: 19px; }
  .hv-card-product__step-icon svg { width: 35px; height: 35px; }
  .hv-card-product__step-list li div { grid-column: 1 / -1; }
  .hv-card-product__step-list li:not(:last-child)::after { left: 52px; }
  .hv-card-product__faq-layout { gap: 35px; }
  .hv-card-product__accordion summary { min-height: 75px; font-size: 16px; }
  .hv-card-product__accordion summary span { width: 38px; height: 38px; }
  .hv-card-product__accordion details p { margin-right: 10px; }
  .hv-card-product__closing { padding: 70px 0 104px; }
  .hv-card-product__mobile-buy { position: fixed; z-index: 1200; right: 12px; bottom: 12px; left: 12px; display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 11px 10px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; color: #fff; background: rgba(6,45,37,.95); box-shadow: 0 16px 40px rgba(5,36,29,.32); backdrop-filter: blur(16px); }
  .hv-card-product__mobile-buy span { display: grid; }
  .hv-card-product__mobile-buy small { color: rgba(255,255,255,.66); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .hv-card-product__mobile-buy strong { font-size: 14px; }
  .hv-card-product__mobile-buy b { display: grid; min-height: 46px; place-items: center; padding: 0 17px; border-radius: 13px; color: var(--hv-card-deep); background: var(--hv-card-lime); font-size: 13px; }
  .hv-card-product__mobile-buy[data-panel-visible] { opacity: 0; pointer-events: none; transform: translateY(18px); }
  body.single-product .site-footer { padding-bottom: 95px; }
}

@media (prefers-reduced-motion: reduce) {
  .hv-card-sale *, .hv-card-sale *::before, .hv-card-sale *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  [data-hv-card-reveal] { opacity: 1; transform: none; }
  .hv-card-product__card { transform: translateX(-50%) rotate(-4deg) !important; }
}
