@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Unbounded:wght@500;600&display=swap');

:root {
  --ink: #141714;
  --muted: #5f635e;
  --paper: #f2f0e8;
  --paper-2: #e8e5da;
  --acid: #caff2f;
  --orange: #ff5a13;
  --green: #2fa716;
  --violet: #7d69ff;
  --blue: #1555c4;
  --line: rgba(20, 23, 20, .16);
  --white: #fbfaf5;
  --radius: 2px;
  --display: "Unbounded", "Arial Black", sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#products, #choice, #quality, #faq { scroll-margin-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 999; padding: 12px 18px; background: var(--acid); color: var(--ink); }
.skip-link:focus { top: 20px; }

.topline { position: relative; z-index: 50; min-height: 36px; padding: 7px clamp(20px, 3vw, 48px); display: flex; align-items: center; justify-content: space-between; color: #d8d9d4; background: var(--ink); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.topline p { margin: 0; }
.topline p span { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px var(--acid); }
.text-button { padding: 0; border: 0; color: inherit; background: transparent; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.text-button span { margin-left: 6px; color: var(--acid); }

.site-header { position: sticky; top: 0; z-index: 45; height: 82px; padding: 0 clamp(20px, 3vw, 48px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(242, 240, 232, .94); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-family: var(--display); font-size: 17px; font-weight: 600; letter-spacing: -.04em; }
.brand b { color: var(--blue); font-weight: 600; }
.brand small { margin-left: 2px; font-family: var(--body); font-size: .55em; font-weight: 600; letter-spacing: -.02em; }
.brand-mark { position: relative; width: 27px; height: 27px; display: inline-flex; align-items: flex-end; gap: 2px; padding: 5px 4px; border: 1px solid currentColor; border-radius: 50%; transform: rotate(-10deg); }
.brand-mark i { display: block; width: 5px; background: currentColor; border-radius: 3px; }
.brand-mark i:nth-child(1) { height: 8px; }
.brand-mark i:nth-child(2) { height: 15px; }
.brand-mark i:nth-child(3) { height: 11px; }
.desktop-nav { display: flex; gap: 36px; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transition: transform .25s ease; transform-origin: right; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; }
.menu-button, .mobile-menu { display: none; }

.button { min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; border-radius: var(--radius); font-size: 12px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--large { min-height: 58px; padding-inline: 24px; }
.button--dark { color: white; background: var(--ink); }
.button--dark:hover { background: #292d28; }
.button--acid { color: var(--ink); background: var(--acid); }
.button--acid:hover { background: #d7ff62; }
.button--ghost { border-color: var(--line); background: rgba(255, 255, 255, .16); }
.button--ghost:hover { border-color: var(--ink); }
.button--light { color: var(--ink); background: var(--white); }
.button--outline { border-color: rgba(255, 255, 255, .35); color: white; background: transparent; }
.button--wide { width: 100%; }
.button-arrow { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .16); font-size: 14px; }
.button--acid .button-arrow, .button--light .button-arrow { background: rgba(20, 23, 20, .11); }

.hero { position: relative; min-height: 770px; display: grid; grid-template-columns: 52% 48%; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-noise { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-copy { padding: clamp(72px, 9vw, 130px) clamp(30px, 5vw, 88px) 64px; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { margin: 0 0 25px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 22px; height: 1px; margin: 0 10px 3px 0; background: currentColor; }
.eyebrow--light { color: #c9cbc6; }
.hero h1, .section h2, .community-section h2, .final-cta h2, .dialog-step h2, .privacy-dialog h2 { margin: 0; font-family: var(--display); font-weight: 500; line-height: 1.04; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 { max-width: 750px; font-size: clamp(52px, 5.5vw, 94px); }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 600px; margin: 32px 0 0; color: var(--muted); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.65; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-trust { width: 100%; max-width: 630px; margin-top: auto; padding-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.hero-trust > div { display: flex; align-items: center; gap: 12px; padding-right: 14px; border-right: 1px solid var(--line); }
.hero-trust > div:not(:first-child) { padding-left: 18px; }
.hero-trust > div:last-child { border-right: 0; }
.hero-trust p { margin: 0; font-size: 11px; line-height: 1.45; text-transform: uppercase; }
.trust-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; font-size: 9px; }

.hero-visual { position: relative; min-height: 770px; overflow: hidden; background: #fff; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 7; opacity: .07; pointer-events: none; background-image: linear-gradient(rgba(20, 23, 20, .5) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 23, 20, .5) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 43%); }
.hero-visual::after { content: ""; position: absolute; right: -14%; bottom: -16%; left: -10%; height: 28%; z-index: -1; background: #aeb6ad; border-radius: 50% 50% 0 0 / 28% 28% 0 0; transform: rotate(-3deg); box-shadow: inset 0 30px 80px rgba(255,255,255,.3); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb--one { z-index: 1; width: 310px; height: 310px; top: 9%; right: -8%; background: rgba(202, 255, 47, .72); box-shadow: 0 0 90px rgba(202, 255, 47, .5); }
.orb--two { width: 130px; height: 130px; bottom: 19%; left: 5%; border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.09); backdrop-filter: blur(10px); }
.visual-note { position: absolute; z-index: 8; margin: 0; color: #242824; font-size: 10px; font-weight: 700; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.visual-note--top { top: 34px; left: 34px; }
.visual-note--top span { color: var(--acid); text-shadow: 0 0 8px #7da313; }
.visual-note--bottom { right: 30px; bottom: 27px; color: #dfe2db; text-align: right; }
.visual-note--bottom span { margin-left: 8px; color: var(--acid); }
.hero-renders { position: absolute; right: 20px; bottom: 72px; left: 20px; z-index: 3; height: 520px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: white; }
.hero-render { position: relative; width: 100%; height: 100%; min-width: 0; object-fit: cover; object-position: center; }
.hero-render + .hero-render { border-left: 1px solid rgba(20,23,20,.08); }
.render-tabs { position: absolute; bottom: 26px; left: 27px; z-index: 9; display: flex; gap: 7px; }
.render-tabs span { padding: 6px 9px; border: 1px solid rgba(20,23,20,.18); border-radius: 20px; background: rgba(255,255,255,.66); backdrop-filter: blur(8px); font-size: 7px; font-weight: 700; letter-spacing: .08em; }

.bottle { position: absolute; z-index: 3; filter: drop-shadow(0 35px 30px rgba(0,0,0,.28)); }
.bottle-cap { position: relative; width: 150px; height: 98px; margin: 0 auto -14px; display: flex; justify-content: center; gap: 10px; padding-top: 14px; border-radius: 22px 22px 10px 10px; background: linear-gradient(90deg, #292c29, #111311 42%, #444944 78%, #171917); box-shadow: inset 0 1px rgba(255,255,255,.2), inset 0 -10px 15px rgba(0,0,0,.45); }
.bottle-cap i { width: 5px; height: 62px; display: block; border-radius: 5px; background: linear-gradient(90deg, #080908, #525752, #101210); }
.bottle-body { position: relative; width: 202px; height: 334px; padding: 40px 14px 20px; border-radius: 54px 54px 42px 42px; background: linear-gradient(90deg, #181b18, #3b403c 17%, #111411 52%, #454b45 84%, #151715); box-shadow: inset 12px 0 20px rgba(255,255,255,.06), inset -20px -20px 35px rgba(0,0,0,.48), inset 0 5px 3px rgba(255,255,255,.14); }
.bottle-body::before { content: ""; position: absolute; top: 25px; right: 18px; bottom: 28px; width: 12px; border-radius: 50%; background: rgba(255,255,255,.09); filter: blur(3px); }
.bottle-label { position: relative; height: 232px; padding: 18px 14px; overflow: hidden; color: white; background: linear-gradient(135deg, #232723, #121412); border: 1px solid rgba(255,255,255,.12); }
.bottle-label::before { content: ""; position: absolute; top: 0; right: 0; width: 92px; height: 92px; border-radius: 0 0 0 100%; background: var(--label-color); opacity: .92; }
.bottle-label small, .bottle-label strong, .bottle-label span { position: relative; z-index: 2; display: block; }
.bottle-label small { font-size: 6px; letter-spacing: .16em; }
.bottle-label strong { margin-top: 32px; font-family: var(--display); font-size: 18px; line-height: 1.1; letter-spacing: -.03em; }
.bottle-label span { margin-top: 16px; color: #b7bcb6; font-size: 7px; letter-spacing: .16em; }
.bottle-label b { position: absolute; right: -4px; bottom: -28px; color: var(--label-color); font-family: var(--display); font-size: 115px; font-weight: 600; line-height: 1; opacity: .84; }
.bottle--mq { --label-color: var(--acid); left: 29%; bottom: 6%; z-index: 5; transform: rotate(-3deg) scale(1.03); }
.bottle--mq .bottle-label b { color: var(--acid); }
.bottle--slu { --label-color: var(--violet); right: 5%; bottom: 9%; transform: rotate(6deg) scale(.88); }
.bottle--blue { --label-color: var(--blue); left: 3%; bottom: 4%; z-index: 2; transform: rotate(-12deg) scale(.79); }
.capsule { position: absolute; z-index: 8; width: 30px; height: 76px; border-radius: 18px; background: linear-gradient(to bottom, #e6eadc 50%, #aab0a5 50%); box-shadow: inset 6px 0 7px rgba(255,255,255,.5), 0 15px 20px rgba(0,0,0,.3); }
.capsule--one { bottom: 9%; right: 30%; transform: rotate(67deg); }
.capsule--two { bottom: 5%; right: 20%; transform: rotate(82deg) scale(.8); }

.signal-bar { min-height: 56px; padding: 12px clamp(22px, 4vw, 70px); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--paper); background: var(--ink); overflow: hidden; }
.signal-bar p { margin: 0; flex: 0 0 auto; font-family: var(--display); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.signal-bar span { color: var(--acid); }
.signal-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}
.signal-item span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(10,166,164,.28);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
}
.signal-item strong { font-size: 10px; line-height: 1.35; letter-spacing: .035em; text-transform: uppercase; }

.section { padding: clamp(86px, 10vw, 150px) clamp(22px, 5vw, 80px); }
.section-heading { margin-bottom: 70px; display: grid; grid-template-columns: 1.45fr .55fr; gap: 8vw; align-items: end; }
.section-heading h2, .choice-intro h2, .quality-copy h2, .faq-heading h2 { font-size: clamp(42px, 5vw, 76px); }
.section-heading > p { max-width: 480px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.7; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: rgba(255,255,255,.24); overflow: hidden; transition: transform .35s ease, box-shadow .35s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(20,23,20,.12); }
.card-topline { height: 45px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.card-topline span:last-child { color: var(--muted); }
.product-art { position: relative; min-height: 390px; display: grid; place-items: center; overflow: hidden; }
.product-card--lime .product-art, .product-card--violet .product-art, .product-card--blue .product-art { background: #fff; }
.product-card--lime .card-topline { box-shadow: inset 0 3px var(--orange); }
.product-card--violet .card-topline { box-shadow: inset 0 3px var(--green); }
.product-card--blue .card-topline { box-shadow: inset 0 3px var(--blue); }
.product-art::after { display: none; }
.art-word { position: absolute; top: 22px; left: 50%; z-index: 0; color: rgba(255,255,255,.4); font-family: var(--display); font-size: clamp(34px, 3.3vw, 55px); letter-spacing: -.07em; transform: translateX(-50%); }
.real-product-image { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; display: none; object-fit: cover; }
.real-product-image.is-loaded { display: block; }
.real-product-image.is-loaded + .mini-bottle { display: none; }
.mini-bottle { position: relative; z-index: 3; width: 142px; filter: drop-shadow(0 27px 22px rgba(0,0,0,.28)); transform: translateY(13px); }
.mini-cap { width: 104px; height: 65px; margin: 0 auto -10px; border-radius: 15px 15px 7px 7px; background: repeating-linear-gradient(90deg, #171917 0 6px, #454a45 7px 9px, #121412 10px 15px); }
.mini-body { position: relative; height: 230px; padding: 45px 17px 18px; overflow: hidden; color: white; border-radius: 38px 38px 31px 31px; background: linear-gradient(90deg, #1a1d1a, #454a45 21%, #121412 60%, #343934); box-shadow: inset 6px 0 8px rgba(255,255,255,.07); }
.mini-body::before { content: ""; position: absolute; top: 37px; right: 9px; bottom: 18px; left: 9px; border: 1px solid rgba(255,255,255,.15); background: #151815; }
.mini-body::after { content: ""; position: absolute; top: 37px; right: 9px; width: 64px; height: 64px; border-radius: 0 0 0 100%; background: var(--mini-accent); }
.mini-body small, .mini-body strong, .mini-body b { position: relative; z-index: 1; display: block; }
.mini-body small { font-size: 6px; letter-spacing: .1em; }
.mini-body strong { margin-top: 30px; font-family: var(--display); font-size: 14px; line-height: 1.15; }
.mini-body b { position: absolute; right: 3px; bottom: -20px; z-index: 1; color: var(--mini-accent); font-family: var(--display); font-size: 85px; line-height: 1; }
.mini-bottle--lime { --mini-accent: var(--acid); }
.mini-bottle--violet { --mini-accent: var(--violet); transform: translateY(14px) rotate(4deg); }
.mini-bottle--blue { --mini-accent: var(--blue); transform: translateY(14px) rotate(-4deg); }
.product-content { padding: 28px 28px 30px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.product-kicker { margin: 0 0 8px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-content h3 { margin: 0; font-family: var(--display); font-size: clamp(22px, 2vw, 29px); font-weight: 500; letter-spacing: -.045em; text-transform: uppercase; }
.product-content > p:not(.product-kicker) { min-height: 105px; margin: 18px 0 19px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.product-content ul { width: 100%; margin: 0 0 27px; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.product-content li { display: flex; gap: 9px; margin: 7px 0; font-size: 11px; line-height: 1.45; }
.product-content li span { width: 6px; height: 6px; margin-top: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--card-accent); }
.product-card--lime { --card-accent: var(--orange); }
.product-card--violet { --card-accent: var(--green); }
.product-card--blue { --card-accent: var(--blue); }
.card-link, .text-link { margin-top: auto; padding: 0 0 6px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.card-link span, .text-link span { margin-left: 14px; }
.catalog-note { max-width: 920px; margin: 44px auto 0; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--muted); font-size: 11px; text-align: center; }
.catalog-note span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); font-weight: 700; }

.choice-section { padding-top: 130px; padding-bottom: 130px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; color: white; background: var(--ink); }
.choice-intro > p:not(.eyebrow) { max-width: 500px; margin: 32px 0; color: #acb0aa; font-size: 16px; line-height: 1.75; }
.choice-intro h2 em { color: var(--acid); }
.choice-steps { margin: 0; padding: 0; list-style: none; }
.choice-steps li { min-height: 175px; padding: 36px 0; display: grid; grid-template-columns: 50px 1fr 50px; gap: 25px; align-items: start; border-top: 1px solid rgba(255,255,255,.18); }
.choice-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.step-number { color: var(--acid); font-family: var(--display); font-size: 11px; }
.choice-steps h3 { margin: 0 0 12px; font-family: var(--display); font-size: 21px; font-weight: 500; letter-spacing: -.03em; text-transform: uppercase; }
.choice-steps p { max-width: 470px; margin: 0; color: #acb0aa; font-size: 14px; line-height: 1.65; }
.step-icon { width: 43px; height: 43px; display: grid; place-items: center; justify-self: end; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--acid); font-size: 17px; }

.quality-section { background: #daddd3; }
.quality-card { position: relative; min-height: 480px; padding: clamp(40px, 6vw, 84px); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; background: var(--white); }
.quality-copy { position: relative; z-index: 3; }
.quality-copy > p:last-child { max-width: 530px; margin: 30px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.quality-orbit { position: relative; width: min(35vw, 440px); aspect-ratio: 1; justify-self: center; }
.orbit { position: absolute; inset: 0; border: 1px solid var(--line); border-radius: 50%; }
.orbit--inner { inset: 22%; }
.quality-core { position: absolute; inset: 34%; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--ink); font-family: var(--display); font-size: 20px; font-weight: 600; line-height: 1; text-align: center; box-shadow: 0 25px 50px rgba(20,23,20,.22); }
.quality-core span { color: var(--acid); }
.satellite { position: absolute; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(20,23,20,.15); border-radius: 50%; background: var(--acid); font-family: var(--display); font-size: 9px; box-shadow: 0 13px 20px rgba(20,23,20,.12); }
.satellite--one { top: 9%; right: 12%; }
.satellite--two { right: 2%; bottom: 21%; background: var(--violet); color: white; }
.satellite--three { bottom: 1%; left: 23%; background: var(--blue); color: white; }
.checklist-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.check-card { min-height: 235px; padding: 30px 26px; border-right: 1px solid rgba(20,23,20,.14); border-bottom: 1px solid rgba(20,23,20,.14); background: rgba(255,255,255,.26); }
.check-card:first-child { border-left: 1px solid rgba(20,23,20,.14); }
.check-card span { display: block; margin-bottom: 46px; color: var(--blue); font-family: var(--display); font-size: 10px; }
.check-card h3 { margin: 0 0 11px; font-family: var(--display); font-size: 15px; font-weight: 500; text-transform: uppercase; }
.check-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.quality-cta { min-height: 90px; padding: 18px 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: white; background: var(--blue); }
.quality-cta p { margin: 0; font-size: 13px; }
.quality-cta p span { margin-right: 10px; color: var(--acid); }

.community-section { position: relative; min-height: 680px; padding: clamp(80px, 10vw, 150px) clamp(25px, 7vw, 120px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; overflow: hidden; color: white; background: linear-gradient(135deg, #2668ed 0%, #1548bd 55%, #0c2f85 100%); }
.community-section::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, black, transparent 65%); }
.community-visual { position: relative; min-height: 440px; }
.community-ring { position: absolute; top: 50%; left: 50%; display: block; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; transform: translate(-50%, -50%); }
.community-ring--one { width: 420px; height: 420px; }
.community-ring--two { width: 300px; height: 300px; }
.community-ring--three { width: 185px; height: 185px; background: rgba(255,255,255,.06); backdrop-filter: blur(6px); }
.community-logo { position: absolute; top: 50%; left: 50%; width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); font-family: var(--display); font-size: 25px; transform: translate(-50%, -50%) rotate(-7deg); box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.community-logo span { color: var(--blue); }
.community-pill { position: absolute; z-index: 2; padding: 8px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: rgba(255,255,255,.11); backdrop-filter: blur(8px); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.community-pill--one { top: 12%; left: 52%; }
.community-pill--two { top: 51%; left: 1%; }
.community-pill--three { right: 3%; bottom: 18%; }
.community-copy { position: relative; z-index: 2; }
.community-copy h2 { font-size: clamp(39px, 4.5vw, 70px); }
.community-copy h2 em { color: var(--acid); }
.community-copy > p:not(.eyebrow) { max-width: 580px; margin: 29px 0 33px; color: #d2dcfa; font-size: 16px; line-height: 1.75; }
.community-copy small { display: block; margin-top: 13px; color: #a9bbeb; font-size: 10px; }

.faq-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10vw; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading > p:not(.eyebrow) { margin: 30px 0 4px; color: var(--muted); font-size: 13px; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item > button { width: 100%; min-height: 92px; padding: 20px 0; display: grid; grid-template-columns: 1fr 35px; gap: 25px; align-items: center; border: 0; background: transparent; font-family: var(--display); font-size: clamp(14px, 1.3vw, 18px); font-weight: 500; letter-spacing: -.025em; text-align: left; text-transform: uppercase; cursor: pointer; }
.accordion-item > button i { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: var(--body); font-size: 20px; font-style: normal; font-weight: 400; transition: transform .25s ease, background .25s ease; }
.accordion-item > button[aria-expanded="true"] i { background: var(--acid); transform: rotate(45deg); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.accordion-panel > p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); font-size: 14px; line-height: 1.75; }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel > p { padding: 0 65px 30px 0; }
.accordion-panel a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

.final-cta { position: relative; min-height: 620px; padding: 110px 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; color: white; background: var(--ink); text-align: center; }
.final-cta-glow { position: absolute; top: -50%; left: 50%; width: 860px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(38,104,237,.65), transparent 65%); transform: translateX(-50%); filter: blur(15px); }
.final-cta > *:not(.final-cta-glow) { position: relative; z-index: 2; }
.final-cta h2 { max-width: 1000px; font-size: clamp(40px, 5.3vw, 78px); }
.final-cta h2 em { color: var(--acid); }
.final-cta > p:not(.eyebrow) { max-width: 620px; margin: 30px 0; color: #b7bab4; font-size: 15px; line-height: 1.7; }

.site-footer { padding: 70px clamp(25px, 5vw, 80px) 30px; color: #d9dcd5; background: #0c0e0c; }
.footer-main { display: grid; grid-template-columns: 1fr .6fr 1.25fr; gap: 7vw; padding-bottom: 70px; }
.brand--footer { color: white; align-self: start; }
.footer-main > p { margin: 0; color: #858a83; font-size: 13px; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; }
.footer-links h3 { margin: 0 0 18px; color: #737871; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a, .footer-links button { width: max-content; margin: 7px 0; padding: 0; display: block; border: 0; color: #d9dcd5; background: transparent; font-size: 12px; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: var(--acid); }
.footer-legal { padding-top: 24px; display: flex; justify-content: space-between; gap: 50px; border-top: 1px solid rgba(255,255,255,.11); color: #646962; font-size: 9px; line-height: 1.6; }
.footer-legal p { max-width: 800px; margin: 0; }
.footer-legal p:last-child { flex: 0 0 auto; text-align: right; }
.footer-legal span { margin: 0 5px; }
.footer-legal a { text-decoration: underline; text-underline-offset: 3px; }

.mobile-sticky { display: none; }

dialog { color: var(--ink); }
dialog::backdrop { background: rgba(10,12,10,.76); backdrop-filter: blur(8px); }
.consultation-dialog, .privacy-dialog { width: min(94vw, 640px); max-height: 92vh; margin: auto; padding: clamp(32px, 5vw, 58px); border: 0; background: var(--paper); overflow: auto; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.consultation-dialog[open], .privacy-dialog[open] { animation: dialog-in .25s ease both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(16px) scale(.98); } }
.dialog-close { position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 23px; line-height: 1; cursor: pointer; }
.dialog-progress { width: 100%; margin: 0 0 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.dialog-progress span, .dialog-progress i { height: 3px; background: #d2d0c8; }
.dialog-progress span { background: var(--ink); }
.dialog-progress.is-step-two i { background: var(--ink); }
.dialog-step { display: none; }
.dialog-step.is-active { display: block; animation: step-in .22s ease both; }
@keyframes step-in { from { opacity: 0; transform: translateX(10px); } }
.dialog-step .eyebrow, .privacy-dialog .eyebrow { margin-bottom: 17px; }
.dialog-step h2, .privacy-dialog h2 { font-size: clamp(32px, 5vw, 48px); }
.dialog-step > p:not(.eyebrow), .privacy-dialog > p:not(.eyebrow) { margin: 17px 0 26px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.interest-options { margin: 0 0 18px; display: grid; gap: 8px; }
.interest-options label { cursor: pointer; }
.interest-options input, .channel-options input { position: absolute; opacity: 0; pointer-events: none; }
.interest-options span { min-height: 55px; padding: 0 16px; display: grid; grid-template-columns: 35px 1fr 25px; align-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.28); font-size: 13px; font-weight: 600; }
.interest-options span b { color: var(--muted); font-size: 9px; }
.interest-options span i { justify-self: end; font-style: normal; }
.interest-options input:checked + span { border-color: var(--ink); background: var(--acid); }
.field-label { margin: 0 0 17px; display: block; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.field-label input { width: 100%; height: 54px; margin-top: 7px; padding: 0 15px; border: 1px solid var(--line); border-radius: 0; outline: none; background: rgba(255,255,255,.4); font-size: 14px; text-transform: none; }
.field-label input:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(38,104,237,.12); }
.lead-form fieldset { margin: 0 0 17px; padding: 0; border: 0; }
.lead-form legend { margin-bottom: 7px; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.channel-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.channel-options label { cursor: pointer; }
.channel-options span { height: 44px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.channel-options input:checked + span { color: white; border-color: var(--ink); background: var(--ink); }
.consent { margin: 6px 0 18px; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 10px; line-height: 1.45; cursor: pointer; }
.consent input { width: 15px; height: 15px; margin: 0; flex: 0 0 auto; accent-color: var(--blue); }
.back-button { margin: 16px auto 0; display: block; border: 0; background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; }
.form-status { min-height: 20px; margin: 13px 0 0 !important; color: var(--blue) !important; text-align: center; }
.privacy-dialog { width: min(94vw, 720px); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .header-cta { margin-right: 62px; }
  .menu-button { position: absolute; right: 25px; width: 40px; height: 40px; padding: 0 8px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 6px; border: 0; background: transparent; cursor: pointer; }
  .menu-button span:not(.sr-only) { height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 82px; right: 0; left: 0; padding: 30px 25px 35px; display: grid; gap: 0; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 40px rgba(20,23,20,.12); transform: translateY(-15px); opacity: 0; visibility: hidden; transition: .25s ease; }
  .mobile-menu.is-open { transform: none; opacity: 1; visibility: visible; }
  .mobile-menu a { padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 16px; text-transform: uppercase; }
  .mobile-menu .button { margin-top: 20px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 700px; }
  .hero-visual { min-height: 720px; }
  .hero h1 { font-size: clamp(58px, 10vw, 100px); }
  .bottle--mq { left: 37%; }
  .bottle--blue { left: 17%; }
  .bottle--slu { right: 16%; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; width: calc(50% - 8px); justify-self: center; }
  .choice-section { gap: 6vw; }
  .checklist-grid { grid-template-columns: 1fr 1fr; }
  .check-card:nth-child(3) { border-left: 1px solid rgba(20,23,20,.14); }
  .community-section { gap: 4vw; }
}

@media (max-width: 760px) {
  body { padding-bottom: 78px; }
  .topline { min-height: 32px; padding: 7px 16px; }
  .topline p { font-size: 8px; }
  .topline .text-button { display: none; }
  .site-header { height: 68px; padding: 0 17px; }
  .brand { font-size: 15px; }
  .brand-mark { width: 25px; height: 25px; }
  .header-cta { display: none; }
  .menu-button { right: 10px; }
  .mobile-menu { top: 68px; }
  .hero-copy { min-height: auto; padding: 70px 20px 54px; }
  .eyebrow { margin-bottom: 19px; }
  .hero h1 { font-size: clamp(39px, 11.5vw, 52px); line-height: 1.08; }
  .hero-lead { margin-top: 25px; font-size: 15px; }
  .hero-actions { width: 100%; margin-top: 27px; display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust { margin-top: 42px; padding-top: 0; grid-template-columns: 1fr; gap: 13px; }
  .hero-trust > div, .hero-trust > div:not(:first-child) { padding: 0; border-right: 0; }
  .hero-trust > div:nth-child(3) { display: none; }
  .hero-visual { min-height: 565px; }
  .hero-renders { right: 8px; bottom: 68px; left: 8px; height: 350px; }
  .render-tabs { left: 13px; gap: 4px; }
  .render-tabs span { padding: 5px 6px; font-size: 6px; }
  .visual-note--top { top: 20px; left: 20px; }
  .visual-note--bottom { right: 18px; bottom: 18px; }
  .bottle { transform-origin: bottom center; }
  .bottle-cap { width: 112px; height: 75px; gap: 7px; }
  .bottle-cap i { height: 45px; }
  .bottle-body { width: 153px; height: 260px; padding: 34px 10px 16px; border-radius: 43px 43px 33px 33px; }
  .bottle-label { height: 176px; padding: 14px 10px; }
  .bottle-label strong { margin-top: 22px; font-size: 13px; }
  .bottle-label span { margin-top: 11px; }
  .bottle-label b { font-size: 82px; }
  .bottle--mq { left: 28%; bottom: 6%; transform: rotate(-3deg) scale(1); }
  .bottle--blue { left: -5%; bottom: 4%; transform: rotate(-12deg) scale(.77); }
  .bottle--slu { right: -2%; bottom: 8%; transform: rotate(7deg) scale(.82); }
  .capsule { width: 23px; height: 58px; }
  .capsule--one { right: 19%; }
  .capsule--two { display: none; }
  .signal-bar { justify-content: flex-start; gap: 22px; overflow-x: auto; scrollbar-width: none; }
  .signal-bar::-webkit-scrollbar { display: none; }
  .section { padding: 82px 18px; }
  .section-heading { margin-bottom: 42px; display: block; }
  .section-heading h2, .choice-intro h2, .quality-copy h2, .faq-heading h2 { font-size: clamp(36px, 10.5vw, 50px); }
  .section-heading > p { margin-top: 26px; font-size: 14px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; width: auto; }
  .product-art { min-height: 345px; }
  .product-content { padding: 24px 21px 27px; }
  .product-content > p:not(.product-kicker) { min-height: 0; }
  .catalog-note { align-items: flex-start; text-align: left; }
  .choice-section { padding-top: 83px; padding-bottom: 83px; display: block; }
  .choice-intro { margin-bottom: 67px; }
  .choice-intro > p:not(.eyebrow) { font-size: 14px; }
  .choice-intro .button { width: 100%; }
  .choice-steps li { min-height: 155px; grid-template-columns: 30px 1fr 36px; gap: 12px; }
  .choice-steps h3 { font-size: 16px; }
  .choice-steps p { font-size: 12px; }
  .step-icon { width: 34px; height: 34px; }
  .quality-card { min-height: 670px; padding: 38px 24px; display: block; }
  .quality-copy > p:last-child { font-size: 14px; }
  .quality-orbit { width: min(100%, 340px); margin: 50px auto 0; }
  .quality-core { font-size: 15px; }
  .satellite { width: 48px; height: 48px; }
  .checklist-grid { grid-template-columns: 1fr; }
  .check-card, .check-card:nth-child(3) { min-height: 185px; border-left: 1px solid rgba(20,23,20,.14); }
  .check-card span { margin-bottom: 27px; }
  .quality-cta { padding: 22px 20px; display: block; }
  .quality-cta .button { width: 100%; margin-top: 18px; }
  .community-section { min-height: auto; padding: 82px 20px; display: flex; flex-direction: column-reverse; gap: 60px; }
  .community-copy h2 { font-size: clamp(35px, 9.5vw, 46px); }
  .community-copy > p:not(.eyebrow) { font-size: 14px; }
  .community-copy .button { width: 100%; }
  .community-visual { width: 100%; min-height: 340px; }
  .community-ring--one { width: 320px; height: 320px; }
  .community-ring--two { width: 230px; height: 230px; }
  .community-ring--three { width: 145px; height: 145px; }
  .community-logo { width: 90px; height: 90px; font-size: 20px; }
  .faq-section { display: block; }
  .faq-heading { position: static; margin-bottom: 50px; }
  .accordion-item > button { min-height: 82px; font-size: 13px; }
  .accordion-item.is-open .accordion-panel > p { padding-right: 15px; }
  .final-cta { min-height: 610px; padding: 90px 19px; }
  .final-cta h2 { font-size: clamp(37px, 10.2vw, 49px); }
  .final-cta .button { width: 100%; }
  .site-footer { padding: 60px 20px 35px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; padding-bottom: 50px; }
  .footer-links { margin-top: 18px; gap: 30px; }
  .footer-legal { display: block; }
  .footer-legal p:last-child { margin-top: 18px; text-align: left; }
  .mobile-sticky { position: fixed; right: 0; bottom: 0; left: 0; z-index: 40; min-height: 78px; padding: 10px 12px 10px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(255,255,255,.14); color: white; background: rgba(20,23,20,.96); backdrop-filter: blur(12px); transform: translateY(100%); transition: transform .3s ease; }
  .mobile-sticky.is-visible { transform: none; }
  .mobile-sticky div { min-width: 0; }
  .mobile-sticky small, .mobile-sticky strong { display: block; }
  .mobile-sticky small { color: #8f948d; font-size: 9px; text-transform: uppercase; }
  .mobile-sticky strong { overflow: hidden; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
  .mobile-sticky .button { min-height: 46px; padding: 0 15px; gap: 12px; }
  .consultation-dialog, .privacy-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); padding: 44px 20px 27px; }
  .dialog-step h2, .privacy-dialog h2 { font-size: 31px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Pept-X premium clinical theme */
:root {
  --ink: #101a32;
  --muted: #687184;
  --paper: #f6f5f1;
  --paper-2: #eceef1;
  --acid: #cbd8e8;
  --blue: #24558f;
  --line: rgba(16, 26, 50, .13);
  --white: #ffffff;
  --radius: 14px;
  --display: "Manrope", Arial, sans-serif;
}

body { background: var(--paper); color: var(--ink); }
.topline { min-height: 34px; color: #dfe5ee; background: #0d1830; letter-spacing: .055em; }
.topline p span { background: #df6b38; box-shadow: none; }
.topline .text-button span { color: #aebed5; }

.site-header { height: 76px; border-color: rgba(16,26,50,.09); background: rgba(255,255,255,.94); box-shadow: 0 8px 28px rgba(13,24,48,.035); }
.brand { font-family: var(--body); font-size: 19px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { border-color: #253b63; color: #253b63; }
.desktop-nav { color: #39445b; font-size: 12px; font-weight: 600; }
.desktop-nav a::after { background: #415c85; }

.button { min-height: 50px; padding-inline: 22px; gap: 18px; border-radius: 999px; letter-spacing: .025em; }
.button:hover { transform: translateY(-1px); }
.button--dark, .button--acid { color: white; background: #14213d; }
.button--dark:hover, .button--acid:hover { color: white; background: #243452; }
.button--ghost { border-color: rgba(16,26,50,.16); background: rgba(255,255,255,.64); }
.button--ghost:hover { border-color: #6e7b91; }
.button-arrow { background: rgba(255,255,255,.14); }
.button--light .button-arrow { background: #e8edf4; }

.hero { min-height: 820px; padding: 28px clamp(24px, 3vw, 50px) 42px; grid-template-columns: 51% 49%; gap: 24px; border: 0; background: linear-gradient(135deg, #f8f7f4, #f1f2f3); }
.hero-copy { min-height: 750px; padding: clamp(72px, 7vw, 105px) clamp(20px, 3vw, 48px) 30px; }
.eyebrow { color: #5f6d82; font-size: 10px; letter-spacing: .13em; }
.hero h1, .section h2, .community-section h2, .final-cta h2, .dialog-step h2, .privacy-dialog h2 { color: var(--ink); font-family: var(--display); font-weight: 600; letter-spacing: -.055em; text-transform: none; }
.hero h1 { max-width: 710px; font-size: clamp(52px, 5.15vw, 76px); line-height: 1.02; }
.hero h1 em, .section h2 em { color: #315d95; }
.hero-lead { max-width: 560px; margin-top: 30px; color: #646e7d; font-size: 17px; line-height: 1.7; }
.hero-actions { margin-top: 32px; }
.hero-trust { max-width: 620px; padding-top: 46px; }
.hero-trust > div { border-color: rgba(16,26,50,.12); }
.hero-trust p { color: #4e5a6c; }
.trust-icon { border-color: rgba(16,26,50,.15); color: #315d95; background: white; }

.hero-visual { min-height: 750px; border: 1px solid rgba(16,26,50,.09); border-radius: 28px; background: #fff; box-shadow: 0 26px 70px rgba(23,38,67,.09); }
.hero-visual::before { opacity: .045; }
.hero-visual::after { height: 24%; background: #e6e9ec; box-shadow: none; }
.orb--one { width: 280px; height: 280px; background: #e7edf5; box-shadow: none; }
.orb--two { display: none; }
.visual-note { color: #5b677a; }
.visual-note--top span { color: #df6b38; text-shadow: none; }
.visual-note--bottom { color: #586579; }
.visual-note--bottom span { color: #315d95; }
.hero-renders { border-radius: 14px; box-shadow: 0 14px 34px rgba(18,30,55,.06); }
.render-tabs span { color: #354056; border-color: rgba(16,26,50,.1); background: rgba(255,255,255,.88); box-shadow: 0 5px 16px rgba(16,26,50,.05); }

.signal-bar { min-height: 62px; color: #435067; border-top: 1px solid rgba(16,26,50,.08); border-bottom: 1px solid rgba(16,26,50,.08); background: #fff; }
.signal-bar p { font-family: var(--body); font-size: 10px; font-weight: 700; }
.signal-bar span { color: #a1a9b5; }

.section { padding-top: clamp(92px, 9vw, 138px); padding-bottom: clamp(92px, 9vw, 138px); }
.products-section { background: #f7f7f5; }
.section-heading h2, .choice-intro h2, .quality-copy h2, .faq-heading h2 { color: var(--ink); font-size: clamp(40px, 4.65vw, 68px); line-height: 1.08; }
.section-heading > p { color: #687184; }

.product-grid { gap: 20px; }
.product-card { border-color: rgba(16,26,50,.1); border-radius: 22px; background: #fff; box-shadow: 0 14px 34px rgba(20,31,55,.055); }
.product-card:hover { box-shadow: 0 24px 55px rgba(20,31,55,.10); }
.card-topline { color: #4c586d; background: #fbfbfa; }
.product-art { min-height: 380px; }
.product-content { padding: 30px 28px 32px; }
.product-content h3 { color: #111c34; font-family: var(--body); font-weight: 700; letter-spacing: -.045em; }
.product-content > p:not(.product-kicker), .product-content li { color: #677184; }
.product-kicker { color: #7b8493; }
.card-link, .text-link { color: #1e3964; border-color: #8b9ab0; }
.catalog-note { color: #737c8b; }

.choice-section { color: white; background: linear-gradient(135deg, #0d1830, #142849); }
.choice-intro h2 { color: white; }
.choice-intro h2 em { color: #bdcde2; }
.choice-intro > p:not(.eyebrow), .choice-steps p { color: #aeb9ca; }
.choice-section .button--acid, .final-cta .button--acid { color: #14213d; background: white; }
.choice-section .button--acid:hover, .final-cta .button--acid:hover { color: #14213d; background: #edf1f6; }
.choice-steps li { border-color: rgba(255,255,255,.13); }
.choice-steps h3 { font-family: var(--body); font-weight: 700; letter-spacing: -.03em; }
.step-number, .step-icon { color: #b6c8df; }

.quality-section { background: #eceff2; }
.quality-card { border: 1px solid rgba(16,26,50,.08); border-radius: 28px 28px 0 0; background: #fff; }
.quality-copy > p:last-child, .check-card p { color: #687184; }
.quality-core { color: white; background: #14213d; box-shadow: 0 20px 45px rgba(20,33,61,.18); }
.quality-core span { color: #b8c8dd; }
.satellite { color: #24324b; background: #e0e7ef; box-shadow: 0 12px 28px rgba(20,33,61,.10); }
.satellite--two { color: #314c3c; background: #dce9de; }
.satellite--three { color: #315178; background: #dbe5f0; }
.check-card { background: rgba(255,255,255,.55); }
.check-card h3 { font-family: var(--body); font-weight: 700; }
.quality-cta { border-radius: 0 0 20px 20px; background: #1c365e; }

.community-section { background: linear-gradient(135deg, #101d38 0%, #18345d 100%); }
.community-section::before { opacity: .07; }
.community-logo { color: #14213d; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.16); }
.community-logo span { color: #55729a; }
.community-copy h2 { color: white; }
.community-copy h2 em { color: #c4d3e5; }
.community-copy > p:not(.eyebrow) { color: #c0cad8; }
.community-copy small { color: #879bb8; }
.community-pill { color: #dce5f0; background: rgba(255,255,255,.075); }

.faq-section { background: #fbfbf9; }
.faq-heading h2 { color: var(--ink); }
.accordion-item > button { color: #1c2942; font-family: var(--body); font-weight: 700; letter-spacing: -.025em; text-transform: none; }
.accordion-item > button[aria-expanded="true"] i { color: white; background: #274b7c; }

.final-cta { background: linear-gradient(145deg, #0d1830, #172b4d); }
.final-cta-glow { opacity: .3; background: radial-gradient(circle, rgba(108,139,184,.65), transparent 68%); }
.final-cta h2 { color: white; }
.final-cta h2 em { color: #c8d6e7; }
.final-cta > p:not(.eyebrow) { color: #aeb9c8; }

.site-footer { color: #d9e0e9; background: #091326; }
.footer-links a:hover, .footer-links button:hover { color: #b9cbe1; }

.mobile-sticky { background: rgba(13,24,48,.97); }
.mobile-sticky .button--acid { color: #14213d; background: white; }

.consultation-dialog, .privacy-dialog { border-radius: 24px; background: #f8f8f6; }
.dialog-progress span, .dialog-progress.is-step-two i { background: #1b3157; }
.dialog-close { background: white; }
.interest-options span, .field-label input { border-radius: 10px; background: white; }
.interest-options input:checked + span { border-color: #315d95; background: #e6edf5; }
.channel-options span { border-radius: 999px; }
.channel-options input:checked + span { border-color: #14213d; background: #14213d; }

@media (max-width: 1100px) {
  .hero { padding: 20px 24px 38px; grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; padding: 72px 30px 54px; }
  .hero-visual { min-height: 720px; }
}

@media (max-width: 760px) {
  .topline { padding-inline: 16px; }
  .site-header { height: 68px; padding-inline: 17px; }
  .hero { padding: 0 12px 28px; gap: 12px; }
  .hero-copy { padding: 62px 8px 42px; }
  .hero h1 { font-size: clamp(39px, 11.3vw, 48px); line-height: 1.06; }
  .hero-lead { font-size: 15px; line-height: 1.65; }
  .hero-visual { min-height: 565px; border-radius: 20px; }
  .hero-trust { gap: 16px; }
  .signal-bar { min-height: 56px; }
  .section { padding: 78px 16px; }
  .section-heading h2, .choice-intro h2, .quality-copy h2, .faq-heading h2 { font-size: clamp(35px, 9.5vw, 44px); }
  .product-card { border-radius: 18px; }
  .product-content { padding: 26px 21px 28px; }
  .choice-section { padding: 80px 20px; }
  .quality-card { border-radius: 20px 20px 0 0; }
  .community-section { padding: 80px 20px; }
  .consultation-dialog, .privacy-dialog { border-radius: 20px; }
}

/* Product renders: always show the complete bottle */
.hero-visual::after { display: none; }
.hero-visual .orb { display: none; }
.hero-renders {
  position: absolute;
  inset: 64px 0 52px;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-render {
  position: absolute;
  bottom: 0;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  border: 0 !important;
}
.hero-render--mq { left: 14%; z-index: 3; width: 72%; }
.hero-render--mb { left: -8%; z-index: 2; width: 61%; height: 88%; }
.hero-render--slu { right: -8%; z-index: 2; width: 61%; height: 88%; }

.real-product-image {
  object-fit: contain;
  transform: scale(1.08);
  transform-origin: center;
}
.product-art { min-height: 410px; }

@media (max-width: 760px) {
  .hero-renders { inset: 58px 0 54px; }
  .hero-render--mq { left: 5%; width: 90%; height: 100%; }
  .hero-render--mb { left: -10%; width: 72%; height: 82%; }
  .hero-render--slu { right: -10%; width: 72%; height: 82%; }
  .product-art { min-height: 390px; }
  .real-product-image { transform: scale(1.04); }
}

/* Non-overlapping product stage */
.hero-renders {
  inset: 76px 16px 58px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  background: #fff;
}
.hero-render,
.hero-render--mq,
.hero-render--mb,
.hero-render--slu {
  position: relative;
  inset: auto;
  z-index: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: normal;
  transform: scale(1.78);
  transform-origin: center;
}
.hero-render + .hero-render { border-left: 1px solid rgba(16,26,50,.08) !important; }

@media (max-width: 760px) {
  .hero-renders { inset: 66px 8px 56px; }
  .hero-render,
  .hero-render--mq,
  .hero-render--mb,
  .hero-render--slu { transform: scale(1.72); }
}

/* Hero product switcher */
.hero-renders {
  inset: 62px 48px 86px;
  display: block;
  overflow: hidden;
  border: 0;
  background: #fff;
}
.hero-render,
.hero-render--mq,
.hero-render--mb,
.hero-render--slu {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: normal;
  border: 0 !important;
  opacity: 0;
  transform: translateY(10px) scale(.985);
  transition: opacity .35s ease, transform .45s ease;
}
.hero-render.is-active { z-index: 2; opacity: 1; transform: none; }

.render-tabs { right: 24px; bottom: 22px; left: 24px; justify-content: center; gap: 8px; }
.render-tabs button {
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(16,26,50,.11);
  border-radius: 999px;
  color: #536076;
  background: rgba(255,255,255,.94);
  box-shadow: 0 6px 18px rgba(16,26,50,.05);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.render-tabs button i { width: 5px; height: 5px; border-radius: 50%; background: #aeb6c2; }
.render-tabs button:nth-child(1).is-active i { background: var(--orange); }
.render-tabs button:nth-child(2).is-active i { background: var(--green); }
.render-tabs button:nth-child(3).is-active i { background: var(--blue); }
.render-tabs button.is-active { color: #14213d; border-color: #73839a; background: #fff; }
.hero-product-panel { display: none; }
.hero-render.is-active { animation: hero-bottle-float 4.6s ease-in-out infinite; }
@keyframes hero-bottle-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (max-width: 760px) {
  .hero-renders { inset: 54px 20px 82px; }
  .render-tabs { right: 10px; bottom: 16px; left: 10px; gap: 5px; }
  .render-tabs button { min-height: 31px; padding-inline: 8px; gap: 5px; font-size: 6.5px; }
  .visual-note--bottom { display: none; }
}

/* Supplied Pept-X logo */
.brand { height: 64px; gap: 0; overflow: hidden; }
.brand-logo-crop {
  position: relative;
  width: 170px;
  height: 64px;
  display: block;
  overflow: hidden;
  background: #fff;
}
.brand-logo-crop img {
  position: absolute;
  top: -40px;
  left: 10px;
  width: 150px;
  height: 150px;
  max-width: none;
  object-fit: cover;
}
.brand--footer.brand--logo { width: 230px; height: 92px; padding: 0; border-radius: 12px; background: #fff; }
.brand--footer .brand-logo-crop { width: 230px; height: 92px; border-radius: 12px; }
.brand--footer .brand-logo-crop img { top: -59px; left: 5px; width: 220px; height: 220px; }

@media (max-width: 760px) {
  .brand { height: 56px; }
  .brand-logo-crop { width: 140px; height: 56px; }
  .brand-logo-crop img { top: -33px; left: 8px; width: 125px; height: 125px; }
  .brand--footer.brand--logo { width: 200px; height: 82px; }
  .brand--footer .brand-logo-crop { width: 200px; height: 82px; }
  .brand--footer .brand-logo-crop img { top: -51px; left: 5px; width: 190px; height: 190px; }
}

/* Updated supplied logo: preserve the complete mark with breathing room */
.brand { height: 72px; }
.brand-logo-crop { width: 130px; height: 72px; border-radius: 8px; }
.brand-logo-crop img {
  top: -6px;
  left: -10px;
  width: 150px;
  height: 84px;
  object-fit: contain;
}
.brand--footer.brand--logo { width: 250px; height: 140px; padding: 0; }
.brand--footer .brand-logo-crop { width: 250px; height: 140px; }
.brand--footer .brand-logo-crop img { top: -10px; left: -15px; width: 280px; height: 157px; }

/* Expanded product information */
.product-details { margin-top: 38px; display: grid; gap: 12px; }
.product-detail { scroll-margin-top: 100px; border: 1px solid rgba(16,26,50,.1); border-radius: 18px; background: #fff; overflow: hidden; box-shadow: 0 10px 28px rgba(20,31,55,.035); }
.product-detail--orange { border-top: 3px solid var(--orange); }
.product-detail--green { border-top: 3px solid var(--green); }
.product-detail--blue { border-top: 3px solid var(--blue); }
.product-detail summary { min-height: 92px; padding: 20px 26px; display: flex; align-items: center; justify-content: space-between; gap: 25px; list-style: none; cursor: pointer; }
.product-detail summary::-webkit-details-marker { display: none; }
.product-detail summary span, .product-detail summary small, .product-detail summary strong { display: block; }
.product-detail summary small { margin-bottom: 5px; color: #7b8493; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-detail summary strong { color: #15213b; font-size: clamp(20px, 2vw, 28px); letter-spacing: -.035em; }
.product-detail summary i { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(16,26,50,.13); border-radius: 50%; font-size: 21px; font-style: normal; font-weight: 400; transition: transform .25s ease, background .25s ease; }
.product-detail[open] summary { border-bottom: 1px solid rgba(16,26,50,.09); }
.product-detail[open] summary i { color: white; background: #193158; transform: rotate(45deg); }
.product-detail-body { padding: 34px 28px 28px; }
.detail-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; align-items: start; }
.detail-intro > p { margin: 0; color: #5f6a7d; font-size: 14px; line-height: 1.75; }
.detail-intro > p:first-child { color: #364258; font-size: 16px; }
.detail-intro .evidence-note { padding: 18px; border-radius: 12px; color: #4d5b70; background: #edf1f5; font-size: 12px; }
.detail-columns { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.detail-columns section { min-width: 0; padding-top: 22px; border-top: 1px solid rgba(16,26,50,.12); }
.detail-columns h4 { margin: 0 0 17px; color: #18243e; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.detail-columns ul { margin: 0; padding: 0; list-style: none; }
.detail-columns li { position: relative; margin: 10px 0; padding-left: 17px; color: #606b7d; font-size: 13px; line-height: 1.55; }
.detail-columns li::before { content: ""; position: absolute; top: 8px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #627897; }
.product-detail--orange .detail-columns li::before { background: var(--orange); }
.product-detail--green .detail-columns li::before { background: var(--green); }
.product-detail--blue .detail-columns li::before { background: var(--blue); }
.detail-specs dl { margin: 0; }
.detail-specs dl div { padding: 11px 0; display: grid; grid-template-columns: 125px 1fr; gap: 16px; border-bottom: 1px solid rgba(16,26,50,.08); }
.detail-specs dt { color: #7b8493; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.detail-specs dd { margin: 0; color: #39465b; font-size: 12px; line-height: 1.55; }
.detail-action { margin-top: 28px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: 14px; background: #f0f3f6; }
.detail-action p { max-width: 720px; margin: 0; color: #566175; font-size: 12px; line-height: 1.6; }
.detail-action .button { flex: 0 0 auto; }

@media (max-width: 760px) {
  .brand { height: 64px; }
  .brand-logo-crop { width: 120px; height: 64px; }
  .brand-logo-crop img { top: -5px; left: -9px; width: 138px; height: 77px; }
  .brand--footer.brand--logo { width: 220px; height: 122px; }
  .brand--footer .brand-logo-crop { width: 220px; height: 122px; }
  .brand--footer .brand-logo-crop img { top: -8px; left: -13px; width: 246px; height: 138px; }
  .product-details { margin-top: 24px; }
  .product-detail { border-radius: 15px; }
  .product-detail summary { min-height: 80px; padding: 17px 18px; }
  .product-detail summary strong { font-size: 20px; }
  .product-detail-body { padding: 24px 18px 20px; }
  .detail-intro, .detail-columns { grid-template-columns: 1fr; gap: 18px; }
  .detail-intro > p:first-child { font-size: 14px; }
  .detail-columns { margin-top: 24px; }
  .detail-specs dl div { grid-template-columns: 1fr; gap: 4px; }
  .detail-action { align-items: stretch; flex-direction: column; }
  .detail-action .button { width: 100%; }
}

/* More commercial Pept-X brand palette */
:root {
  --brand-teal: #0aa6a4;
  --brand-teal-dark: #087f82;
  --brand-navy: #063a68;
  --blue: #0d5f91;
}
.topline { background: linear-gradient(90deg, #063a68, #087f82); }
.topline p span { background: #fff; }
.button--dark, .button--acid {
  color: white;
  background: linear-gradient(135deg, var(--brand-teal), var(--brand-navy));
  box-shadow: 0 10px 24px rgba(6,58,104,.14);
}
.button--dark:hover, .button--acid:hover { background: linear-gradient(135deg, #0ab5b1, #074878); }
.hero { background: radial-gradient(circle at 35% 18%, rgba(10,166,164,.07), transparent 28%), linear-gradient(135deg, #faf9f6, #f1f5f5); }
.eyebrow { color: #168988; }
.hero h1 em, .section h2 em { color: var(--brand-teal-dark); }
.trust-icon { color: var(--brand-teal-dark); border-color: rgba(10,166,164,.2); }
.signal-bar { color: #174961; background: #f1f9f8; }
.signal-bar span { color: var(--brand-teal); }
.card-link, .text-link { color: #087f82; border-color: rgba(8,127,130,.45); }
.choice-section { background: linear-gradient(135deg, #053558, #08777a); }
.choice-intro h2 em { color: #bce5e2; }
.choice-section .button--acid, .final-cta .button--acid { color: #064b66; background: white; box-shadow: none; }
.step-number, .step-icon { color: #a9dedb; }
.quality-core { background: linear-gradient(145deg, #087f82, #063a68); }
.quality-cta { background: linear-gradient(90deg, #087f82, #0d5f91); }
.community-section { background: linear-gradient(135deg, #063a68 0%, #075f70 100%); }
.community-copy h2 em { color: #bce5e2; }
.community-logo span { color: var(--brand-teal-dark); }
.catalog-community-cta {
  margin-top: 24px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 22px;
  color: white;
  background: linear-gradient(120deg, #063a68 0%, #087f82 100%);
  box-shadow: 0 18px 42px rgba(6, 58, 104, .14);
}
.catalog-community-cta p {
  margin: 0 0 8px;
  color: #bce5e2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.catalog-community-cta h3 {
  max-width: 680px;
  margin: 0;
  color: white;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.2;
  letter-spacing: -.035em;
}
.catalog-community-benefit {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
}
.catalog-community-cta .button { flex: 0 0 auto; }
.final-cta { background: linear-gradient(145deg, #053558, #08777a); }
.final-cta-glow { background: radial-gradient(circle, rgba(25,184,179,.5), transparent 68%); }
.final-cta h2 em { color: #c7ebe8; }
.mobile-sticky { background: rgba(5,53,88,.97); }

@media (max-width: 760px) {
  .catalog-community-cta {
    margin-top: 16px;
    padding: 24px 20px;
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    border-radius: 18px;
  }
  .catalog-community-cta .button { width: 100%; }
}
.dialog-progress span, .dialog-progress.is-step-two i { background: var(--brand-teal-dark); }
.interest-options input:checked + span { border-color: var(--brand-teal-dark); background: #e7f5f4; }
.channel-options input:checked + span { border-color: var(--brand-navy); background: var(--brand-navy); }
.mobile-product-more,
.card-reviews { display: none; }
.product-price {
  width: 100%;
  margin-top: 15px;
  padding: 13px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(16,26,50,.1);
  border-bottom: 1px solid rgba(16,26,50,.1);
}
.product-price span { color: #7b8493; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-price strong { color: #0b365c; font-size: 22px; letter-spacing: -.035em; }
.product-buy { width: 100%; margin-top: 10px; }
.trust-action,
.choice-step-contact { cursor: pointer; }
.trust-action:focus-visible,
.choice-step-contact:focus-visible { outline: 2px solid var(--brand-teal); outline-offset: 4px; }
.trust-arrow { margin-left: auto; font-size: 15px; }

/* Focused mobile conversion layout */
.mobile-hero-actions { display: none; }

@media (max-width: 760px) {
  html { scroll-padding-top: 82px; }
  body { padding-bottom: 0; }
  .topline { display: none; }
  .mobile-sticky { display: none !important; }

  .site-header {
    height: 72px;
    padding: 0 16px;
  }
  .brand { height: 64px; }
  .brand-logo-crop { width: 126px; height: 64px; }
  .brand-logo-crop img { top: -5px; left: -9px; width: 145px; height: 81px; }
  .menu-button {
    right: 8px;
    width: 44px;
    height: 44px;
    padding-inline: 10px;
  }
  .mobile-menu { top: 72px; padding: 22px 16px 28px; }
  .mobile-menu a { min-height: 48px; padding: 14px 0; display: flex; align-items: center; }
  .mobile-menu .button { min-height: 52px; }
  #products, #choice, #community, #faq, .product-detail { scroll-margin-top: 82px; }

  .hero { padding: 0 12px 20px; gap: 10px; }
  .hero-copy { padding: 34px 8px 22px; }
  .hero-copy .eyebrow { margin-bottom: 13px; font-size: 10px; }
  .hero h1 { font-size: clamp(40px, 11.4vw, 46px); line-height: 1.01; }
  .hero-lead { margin-top: 18px; font-size: 15.5px; line-height: 1.55; }
  .hero-copy .hero-actions {
    width: 100%;
    margin-top: 26px;
    display: grid;
    gap: 8px;
  }
  .hero-copy .hero-actions .button { width: 100%; min-height: 52px; }
  .hero-copy .hero-actions .button--ghost {
    color: white;
    border-color: transparent;
    background: linear-gradient(135deg, #063a68, #075f70);
    box-shadow: 0 12px 26px rgba(6,58,104,.18);
  }
  .hero-trust { display: none !important; }
  .hero-trust {
    margin-top: 24px;
    padding-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(16,26,50,.11);
  }
  .hero-trust > div,
  .hero-trust > div:not(:first-child),
  .hero-trust > div:nth-child(3) {
    min-width: 0;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-right: 1px solid rgba(16,26,50,.1);
  }
  .hero-trust > div:first-child { padding-left: 0; }
  .hero-trust > div:last-child { padding-right: 0; border-right: 0; }
  .trust-icon { width: 30px; height: 30px; font-size: 8px; }
  .hero-trust p { font-size: 10px; line-height: 1.35; letter-spacing: .01em; }
  .hero-trust > div:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 62px;
    margin-top: 14px;
    padding: 10px 12px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(10,166,164,.18);
    border-radius: 14px;
    background: #e8f6f5;
  }
  .hero-trust > div:nth-child(3) p { font-size: 12px; }
  .trust-arrow { color: var(--brand-teal-dark); font-size: 18px; }

  .hero-visual { min-height: 690px; display: block; }
  .hero-renders { inset: 20px 18px 205px; }
  .visual-note--bottom { display: none; }
  .render-tabs { right: 12px; bottom: 150px; left: 12px; gap: 6px; }
  .render-tabs button {
    min-height: 44px;
    padding: 0 8px;
    flex: 1 1 0;
    justify-content: center;
    gap: 5px;
    font-size: 7.5px;
    letter-spacing: .035em;
  }
  .mobile-hero-actions {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 10;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 8px;
  }
  .mobile-hero-actions .button { min-height: 52px; padding-inline: 10px; gap: 8px; font-size: 9px; }
  .mobile-hero-actions .button--ghost { color: #16324e; border-color: rgba(6,58,104,.22); background: #f4f8f8; }
  .hero-product-panel {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 10;
    padding: 14px;
    display: grid;
    gap: 12px;
    border: 1px solid rgba(6,58,104,.1);
    border-radius: 16px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 14px 34px rgba(18,45,70,.11);
    backdrop-filter: blur(12px);
  }
  .hero-product-info { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
  .hero-product-info span { color: #17324f; font-size: 13px; font-weight: 700; }
  .hero-product-info strong { color: #087f82; font-size: 22px; letter-spacing: -.035em; white-space: nowrap; }
  .hero-product-actions { display: grid; grid-template-columns: .86fr 1.14fr; gap: 8px; }
  .hero-product-actions .button { min-height: 48px; padding-inline: 12px; font-size: 10px; }
  .hero-product-actions .button--ghost { color: #075d70; border-color: rgba(8,127,130,.25); background: #edf8f7; }

  .signal-bar {
    min-height: 0;
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    overflow: visible;
    background: #f1f9f8;
  }
  .signal-item {
    min-height: 104px;
    padding: 12px 5px 10px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 9px;
    border: 1px solid rgba(6,58,104,.09);
    border-radius: 14px;
    color: #153c55;
    background: #fff;
    text-align: center;
  }
  .signal-item span { width: 38px; height: 38px; color: #087f82; background: #edf8f7; }
  .signal-item strong { font-size: 9px; line-height: 1.35; letter-spacing: .01em; }
  .section { padding: 68px 16px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2,
  .choice-intro h2,
  .quality-copy h2,
  .faq-heading h2 { font-size: clamp(34px, 9.3vw, 41px); }
  .section-heading > p { margin-top: 20px; font-size: 15px; line-height: 1.6; }

  .product-grid { gap: 16px; }
  .product-card { border-radius: 20px; }
  .card-topline { display: none; }
  .product-art { display: none; }
  .real-product-image { transform: scale(1.02); }
  .product-content { padding: 24px 20px 22px; }
  .product-kicker { margin-bottom: 8px; font-size: 10px; }
  .product-content h3 { font-size: 27px; }
  .product-price { margin-top: 16px; }
  .product-price strong { font-size: 24px; }
  .product-content > p:not(.product-kicker) { margin: 16px 0 18px; font-size: 14.5px; line-height: 1.62; }
  .product-content ul { margin-bottom: 18px; padding-top: 15px; }
  .product-content li { margin: 8px 0; font-size: 13px; }
  .card-link {
    width: 100%;
    min-height: 48px;
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0;
    border-top: 1px solid rgba(16,26,50,.11);
    font-size: 11px;
  }
  .card-link span { font-size: 18px; }

  .card-link { display: none; }
  .product-details { display: none; }
  .mobile-product-more {
    margin-top: 2px;
    display: block;
    border-top: 1px solid rgba(16,26,50,.11);
    border-bottom: 1px solid rgba(16,26,50,.11);
  }
  .mobile-product-more summary {
    min-height: 52px;
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #087f82;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
    list-style: none;
    cursor: pointer;
  }
  .mobile-product-more summary::-webkit-details-marker { display: none; }
  .mobile-product-more summary span { font-size: 20px; font-weight: 400; transition: transform .2s ease; }
  .mobile-product-more[open] summary span { transform: rotate(45deg); }
  .mobile-product-more > div { padding: 4px 0 18px; }
  .mobile-product-more > div > p { margin: 0; color: #5f6a7d; font-size: 14px; line-height: 1.65; }
  .product-content .mobile-product-benefits {
    margin: 15px 0 0;
    padding: 13px 0 0;
    border-top: 1px solid rgba(16,26,50,.08);
  }
  .product-content .mobile-product-benefits li {
    position: relative;
    margin: 9px 0;
    padding-left: 15px;
    display: block;
    color: #536075;
    font-size: 13px;
    line-height: 1.5;
  }
  .product-content .mobile-product-benefits li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--card-accent);
  }
  .card-reviews {
    width: 100%;
    min-height: 52px;
    margin-top: 14px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border: 1px solid rgba(8,127,130,.2);
    border-radius: 12px;
    color: #075d70;
    background: #edf8f7;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .035em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }
  .card-reviews span { font-size: 18px; }
  .product-buy { min-height: 54px; margin-top: 9px; }

  .catalog-community-cta { padding: 26px 20px; gap: 18px; }
  .catalog-community-cta p { font-size: 10px; }
  .catalog-community-cta h3 { font-size: 25px; }
  .catalog-community-benefit { font-size: 14px; line-height: 1.5; }
  .catalog-community-cta .button { min-height: 54px; }

  .product-details { margin-top: 18px; gap: 10px; }
  .product-detail { border-radius: 17px; }
  .product-detail summary { min-height: 78px; padding: 16px; }
  .product-detail summary small { font-size: 9px; }
  .product-detail summary strong { font-size: 21px; }
  .product-detail summary i { width: 44px; height: 44px; font-size: 23px; }
  .product-detail-body { padding: 24px 18px 20px; }
  .detail-intro { gap: 14px; }
  .detail-intro > p,
  .detail-intro > p:first-child { font-size: 15px; line-height: 1.65; }
  .detail-intro .evidence-note { padding: 15px; font-size: 13px; line-height: 1.55; }
  .detail-columns { margin-top: 22px; gap: 22px; }
  .detail-columns section { padding-top: 18px; }
  .detail-columns h4 { margin-bottom: 13px; font-size: 11px; }
  .detail-columns li { margin: 11px 0; font-size: 14px; line-height: 1.55; }
  .detail-specs dt { font-size: 10px; }
  .detail-specs dd { font-size: 13px; line-height: 1.55; }
  .detail-action { margin-top: 22px; padding: 18px; gap: 16px; }
  .detail-action p { font-size: 13.5px; }
  .detail-action .button { min-height: 52px; }

  .choice-section { padding: 68px 20px; }
  .choice-intro { margin-bottom: 44px; }
  .choice-intro > p:not(.eyebrow) { margin: 22px 0 26px; font-size: 15px; line-height: 1.65; }
  .choice-intro .button { min-height: 54px; }
  .choice-steps li {
    min-height: 0;
    padding: 26px 0;
    grid-template-columns: 30px 1fr 40px;
    gap: 12px;
  }
  .choice-steps h3 { font-size: 17px; }
  .choice-steps p { margin-top: 8px; font-size: 14px; line-height: 1.55; }
  .step-icon { width: 40px; height: 40px; }

  .community-section { padding: 72px 20px; }
  .community-copy > p:not(.eyebrow) { margin: 22px 0 26px; font-size: 15px; line-height: 1.65; }
  .community-copy .button { min-height: 54px; }

  .faq-section { padding: 68px 16px; }
  .faq-heading { margin-bottom: 34px; }
  .faq-heading > p:not(.eyebrow) { margin-top: 22px; font-size: 14px; }
  .text-link { min-height: 44px; padding: 10px 0; display: inline-flex; align-items: center; }
  .accordion-item > button { min-height: 74px; padding-right: 2px; font-size: 15px; line-height: 1.35; }
  .accordion-panel p { font-size: 14px; line-height: 1.65; }

  .final-cta { min-height: 530px; padding: 74px 20px; }
  .final-cta h2 { font-size: 39px; }
  .final-cta > p:not(.eyebrow) { font-size: 15px; line-height: 1.6; }
  .final-cta .button { min-height: 54px; width: 100%; }

  .footer-main { gap: 26px; padding-bottom: 36px; }
  .footer-links { gap: 20px; }
  .footer-links a, .footer-links button { min-height: 40px; display: inline-flex; align-items: center; }

  .consultation-dialog,
  .privacy-dialog {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
    padding: 48px 20px 26px;
    border-radius: 22px;
  }
  .dialog-close { top: 10px; right: 10px; width: 44px; height: 44px; }
  .interest-options span { min-height: 56px; }
  .channel-options span { min-height: 48px; height: auto; }
  .consent { gap: 12px; font-size: 11px; line-height: 1.5; }
  .consent input { width: 22px; height: 22px; }
  .back-button { min-height: 44px; padding: 10px 16px; }
}

/* 2026-07-16 · mobile catalog refinement */
:root {
  --orange: #E25822;
  --green: #4B9B2B;
  --blue: #0033A0;
}

.brand-logo-crop img { object-fit: contain; }
.product-card--lime { --card-accent: #E25822; }
.product-card--violet { --card-accent: #4B9B2B; }
.product-card--blue { --card-accent: #0033A0; }
.product-card { border-top: 4px solid var(--card-accent); }
.product-card-visual { min-width: 0; }
.health-benefits { display: none; }

.product-buy {
  color: #fff;
  background: linear-gradient(135deg, #10aaa7, #087f82);
  box-shadow: 0 12px 24px rgba(8,127,130,.17);
}
.product-buy:hover { background: linear-gradient(135deg, #13b9b5, #076d70); }
.product-trust {
  width: 100%;
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.product-trust > div {
  min-width: 0;
  padding: 11px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 18%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, var(--card-accent) 5%, white);
}
.product-trust p { min-width: 0; margin: 0; }
.product-trust strong,
.product-trust small { display: block; }
.product-trust strong { color: #17233b; font-size: 10px; line-height: 1.25; }
.product-trust small { margin-top: 2px; color: #718096; font-size: 8px; line-height: 1.3; }
.quality-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--card-accent);
  background: #fff;
  font-size: 18px;
  line-height: 1;
}
.quality-icon--capsule { position: relative; }
.quality-icon--capsule::before {
  content: "";
  width: 18px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: rotate(-40deg);
}
.quality-icon--capsule::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 9px;
  background: currentColor;
  transform: rotate(50deg);
}

.catalog-community-cta--hero {
  width: min(1240px, calc(100% - 32px));
  margin: 20px auto;
}

.hero-product-panel { --result-accent: #E25822; overflow: hidden; }
.hero-product-info > div { min-width: 0; }
.hero-product-info small {
  display: block;
  margin-bottom: 5px;
  color: var(--result-accent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-product-info span { display: block; line-height: 1.3; }
.hero-product-info p { margin: 6px 0 0; color: #6b7688; font-size: 10px; line-height: 1.45; }
.hero-result-loader {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 3;
  width: 24px;
  height: 48px;
  opacity: 0;
  pointer-events: none;
}
.hero-result-loader i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--result-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--result-accent) 12%, white);
}
.hero-result-loader i:nth-child(1) { right: 1px; bottom: 0; }
.hero-result-loader i:nth-child(2) { left: 1px; bottom: 10px; }
.hero-result-loader i:nth-child(3) { right: 1px; bottom: 20px; }
.hero-result-loader i:nth-child(4) { left: 1px; bottom: 30px; }
.hero-result-loader i:nth-child(5) { right: 1px; bottom: 40px; }
.hero-product-panel.is-switching .hero-result-loader { animation: result-loader-in .56s ease both; }
.hero-product-panel.is-switching .hero-result-loader i { animation: result-dot .5s ease both; }
.hero-product-panel.is-switching .hero-result-loader i:nth-child(2) { animation-delay: .05s; }
.hero-product-panel.is-switching .hero-result-loader i:nth-child(3) { animation-delay: .1s; }
.hero-product-panel.is-switching .hero-result-loader i:nth-child(4) { animation-delay: .15s; }
.hero-product-panel.is-switching .hero-result-loader i:nth-child(5) { animation-delay: .2s; }
.hero-product-panel.is-switching .hero-product-info,
.hero-product-panel.is-switching .hero-product-actions { animation: result-copy .56s ease both; }
@keyframes result-loader-in { 0% { opacity: 0; transform: translateY(8px); } 25%, 72% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateY(-6px); } }
@keyframes result-dot { 0% { opacity: 0; transform: scale(.3); } 55% { opacity: 1; transform: scale(1); } 100% { opacity: .15; transform: scale(.7); } }
@keyframes result-copy { 0%, 25% { opacity: .22; transform: translateY(4px); } 100% { opacity: 1; transform: none; } }

@media (max-width: 760px) {
  .site-header .brand-logo-crop { width: 142px; height: 64px; }
  .site-header .brand-logo-crop img { top: -5px; left: -8px; width: 158px; height: 90px; }

  .hero-visual { min-height: 760px; }
  .hero-renders { inset: 20px 18px 276px; }
  .render-tabs { bottom: 222px; }
  .hero-product-panel { min-height: 194px; padding: 16px; gap: 13px; }
  .hero-product-info { align-items: flex-start; }
  .hero-product-info > div { padding-right: 4px; }
  .hero-product-info span { max-width: 220px; color: #17233b; font-size: 13px; line-height: 1.35; }
  .hero-product-info strong { padding-top: 19px; color: var(--result-accent); font-size: 21px; }
  .hero-product-info p { max-width: 235px; font-size: 10.5px; }
  .hero-product-actions { margin-top: auto; grid-template-columns: .74fr 1.26fr; }
  .hero-product-actions .button--dark { background: linear-gradient(135deg, #10aaa7, #087f82); }

  .catalog-community-cta--hero {
    width: auto;
    margin: 0 12px 16px;
    border-radius: 20px;
  }

  .product-card { overflow: hidden; border-top-width: 4px; }
  .product-card-visual {
    min-height: 252px;
    display: grid;
    grid-template-columns: 43% 57%;
    border-bottom: 1px solid rgba(16,26,50,.08);
    background: linear-gradient(145deg, #fff, color-mix(in srgb, var(--card-accent) 4%, white));
  }
  .product-card-visual .product-art {
    min-height: 252px;
    display: block;
    border-right: 1px solid rgba(16,26,50,.07);
    background: #fff;
  }
  .product-card-visual .real-product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.02);
  }
  .product-card-visual .art-word,
  .product-card-visual .mini-bottle { display: none !important; }
  .health-benefits {
    min-width: 0;
    padding: 25px 16px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .health-benefits small {
    color: #7a8495;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .health-benefits h4 {
    margin: 8px 0 13px;
    color: var(--card-accent);
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.035em;
  }
  .health-benefits ul { margin: 0; padding: 0; border: 0; list-style: none; }
  .health-benefits li {
    position: relative;
    margin: 8px 0;
    padding-left: 14px;
    display: block;
    color: #4d596c;
    font-size: 10.5px;
    line-height: 1.4;
  }
  .health-benefits li::before {
    content: "";
    position: absolute;
    top: .52em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--card-accent);
  }
  .product-content { padding: 22px 20px 24px; }
  .product-content h3 { color: var(--card-accent); }
  .product-price { margin-top: 12px; border-top-color: color-mix(in srgb, var(--card-accent) 16%, transparent); }
  .product-price strong { color: #14213d; }
  .product-content > p:not(.product-kicker),
  .product-content > .product-spec-list { display: none; }
  .product-buy { min-height: 56px; margin-top: 14px; }
  .product-trust { margin-bottom: 12px; }
  .product-trust > div { min-height: 61px; padding: 9px; }
  .product-trust strong { font-size: 9.5px; }
  .product-trust small { font-size: 7.5px; }
  .quality-icon { width: 28px; height: 28px; }
  .mobile-product-more { margin-top: 0; }
  .card-reviews { margin-top: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-product-panel.is-switching .hero-result-loader,
  .hero-product-panel.is-switching .hero-result-loader i,
  .hero-product-panel.is-switching .hero-product-info,
  .hero-product-panel.is-switching .hero-product-actions { animation: none; }
}

/* 2026-07-16 · persistent mobile purchase action */
@media (max-width: 760px) {
  body { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }

  .render-tabs button { font-size: 8.4px; font-weight: 700; }
  .render-tabs button:nth-child(1).is-active { color: #9b3311; border-color: #E25822; background: #fff3ec; }
  .render-tabs button:nth-child(2).is-active { color: #32681e; border-color: #4B9B2B; background: #f1f8ed; }
  .render-tabs button:nth-child(3).is-active { color: #0033A0; border-color: #0033A0; background: #eef3ff; }

  .health-benefits h4 { font-size: 16.5px; }
  .health-benefits li { font-size: 11.2px; line-height: 1.42; }

  .mobile-sticky {
    --sticky-accent: #E25822;
    min-height: 76px;
    padding: 9px 11px calc(9px + env(safe-area-inset-bottom)) 16px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 3px solid var(--sticky-accent);
    color: #14213d;
    background: rgba(255,255,255,.96);
    box-shadow: 0 -14px 32px rgba(13,35,58,.13);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 8px));
    transition: opacity .25s ease, transform .3s ease, border-color .25s ease;
  }
  .mobile-sticky.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-sticky-product { min-width: 0; }
  .mobile-sticky-product small {
    overflow: hidden;
    color: #667286;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .035em;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
  }
  .mobile-sticky-product strong { margin-top: 2px; color: var(--sticky-accent); font-size: 19px; line-height: 1.1; }
  .mobile-sticky .button {
    min-width: 146px;
    min-height: 52px;
    padding-inline: 18px;
    color: #fff;
    background: linear-gradient(135deg, #10aaa7, #087f82);
    box-shadow: 0 10px 22px rgba(8,127,130,.18);
  }
}

/* 2026-07-16 · calm product cards, journey section and Telegram footer */
.hero-product-panel { --result-accent: var(--brand-teal-dark); }
.product-card {
  border: 1px solid rgba(16,26,50,.1);
  border-top: 1px solid rgba(16,26,50,.1);
}
.product-card--lime .card-topline,
.product-card--violet .card-topline,
.product-card--blue .card-topline { box-shadow: none; }
.health-benefits h4,
.product-content h3 { color: #14213d; }
.health-benefits li::before,
.product-content .mobile-product-benefits li::before { background: var(--brand-teal-dark); }
.product-card-visual { background: linear-gradient(145deg, #fff, #f5f7f7); }
.product-price { border-color: rgba(16,26,50,.1); }
.product-trust > div {
  border-color: rgba(16,26,50,.09);
  background: #f6f8f8;
}
.quality-icon { color: var(--brand-teal-dark); }
.product-detail--orange,
.product-detail--green,
.product-detail--blue { border-top-color: rgba(16,26,50,.12); }
.render-tabs button:nth-child(1).is-active,
.render-tabs button:nth-child(2).is-active,
.render-tabs button:nth-child(3).is-active {
  color: #075d70;
  border-color: rgba(8,127,130,.38);
  background: #edf8f7;
}
.render-tabs button:nth-child(1).is-active i,
.render-tabs button:nth-child(2).is-active i,
.render-tabs button:nth-child(3).is-active i { background: var(--brand-teal-dark); }
.mobile-sticky { --sticky-accent: var(--brand-teal-dark); }

.journey-section {
  padding-top: 108px;
  padding-bottom: 108px;
  background: linear-gradient(180deg, #f5f6f4, #eef2f1);
}
.journey-heading {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 60px;
  align-items: end;
}
.journey-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -24px; }
.journey-heading h2 {
  margin: 0;
  color: #14213d;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -.055em;
}
.journey-heading h2 em { color: #087f82; font-style: normal; }
.journey-heading > p:last-child { max-width: 520px; margin: 0; color: #687184; font-size: 15px; line-height: 1.7; }
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.journey-card {
  min-height: 330px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(16,26,50,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 35px rgba(20,31,55,.045);
}
.journey-card-top { display: flex; align-items: center; justify-content: space-between; }
.journey-card-top span { color: #7b8798; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.journey-card-top i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8,127,130,.16);
  border-radius: 50%;
  color: #087f82;
  background: #edf8f7;
  font-size: 20px;
  font-style: normal;
}
.journey-card h3 { margin: 62px 0 14px; color: #14213d; font-size: 22px; line-height: 1.15; letter-spacing: -.035em; }
.journey-card p { margin: 0 0 28px; color: #687184; font-size: 13px; line-height: 1.65; }
.journey-card a,
.journey-card button {
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-top: 1px solid rgba(16,26,50,.1);
  color: #075d70;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
  cursor: pointer;
}
.journey-card a span,
.journey-card button span { font-size: 17px; }
.journey-card--action { color: white; border-color: transparent; background: linear-gradient(145deg, #075f70, #063a68); }
.journey-card--action .journey-card-top span { color: rgba(255,255,255,.6); }
.journey-card--action .journey-card-top i { color: white; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.09); }
.journey-card--action h3 { color: white; }
.journey-card--action p { color: rgba(255,255,255,.72); }
.journey-card--action button { color: white; border-top-color: rgba(255,255,255,.16); }

.site-footer { padding: 0; color: white; background: #07162a; }
.footer-contact {
  padding: 72px clamp(24px, 5vw, 78px);
  display: grid;
  grid-template-columns: .72fr 1fr .92fr;
  gap: clamp(35px, 5vw, 78px);
  align-items: center;
}
.footer-contact .brand--footer.brand--logo {
  width: 230px;
  height: 128px;
  margin: 0;
  border-radius: 18px;
  background: #fff;
}
.footer-contact .brand-logo-crop { width: 230px; height: 128px; }
.footer-contact .brand-logo-crop img { top: -9px; left: -13px; width: 256px; height: 144px; }
.footer-contact-copy > p {
  margin: 0 0 14px;
  color: #77d8d2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-contact-copy h2 { margin: 0; color: white; font-size: clamp(34px, 4vw, 54px); line-height: 1.02; letter-spacing: -.055em; }
.footer-contact-copy > span { max-width: 430px; margin-top: 20px; display: block; color: #9eacbd; font-size: 13px; line-height: 1.65; }
.telegram-contact {
  min-height: 102px;
  padding: 18px;
  display: grid;
  grid-template-columns: 58px 1fr 28px;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 19px;
  color: white;
  background: rgba(255,255,255,.055);
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.telegram-contact:hover { border-color: rgba(61,181,229,.48); background: rgba(61,181,229,.09); transform: translateY(-2px); }
.telegram-contact-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #2aabee;
  font-size: 25px;
  transform: rotate(-9deg);
  box-shadow: 0 12px 28px rgba(42,171,238,.24);
}
.telegram-contact-text small,
.telegram-contact-text strong { display: block; }
.telegram-contact-text small { color: #91a1b5; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.telegram-contact-text strong { margin-top: 5px; font-size: 17px; letter-spacing: -.02em; }
.telegram-contact-arrow { color: #64c6ef; font-size: 20px; }
.footer-bottom {
  min-height: 74px;
  padding: 18px clamp(24px, 5vw, 78px);
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 32px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.09);
  color: #77869a;
  font-size: 10px;
}
.footer-bottom nav { display: flex; gap: 24px; }
.footer-bottom a:hover { color: white; }
.footer-bottom p { margin: 0; }
.footer-bottom button { padding: 0; border: 0; color: inherit; background: transparent; font-size: inherit; cursor: pointer; }
.footer-bottom button:hover { color: white; }

@media (max-width: 760px) {
  .product-card-visual { background: linear-gradient(145deg, #fff, #f5f7f7); }
  .product-content h3 { color: #14213d; }

  .journey-section { padding: 72px 16px; }
  .journey-heading { margin-bottom: 34px; display: block; }
  .journey-heading .eyebrow { margin-bottom: 18px; }
  .journey-heading h2 { font-size: clamp(35px, 9.5vw, 42px); line-height: 1.07; }
  .journey-heading > p:last-child { margin-top: 22px; font-size: 14px; line-height: 1.65; }
  .journey-grid { grid-template-columns: 1fr; gap: 12px; }
  .journey-card { min-height: 276px; padding: 24px 22px; border-radius: 19px; }
  .journey-card h3 { margin-top: 40px; font-size: 21px; }
  .journey-card p { font-size: 13.5px; }

  .footer-contact { padding: 52px 20px 44px; display: block; }
  .footer-contact .brand--footer.brand--logo { width: 210px; height: 118px; }
  .footer-contact .brand-logo-crop { width: 210px; height: 118px; }
  .footer-contact .brand-logo-crop img { top: -8px; left: -12px; width: 234px; height: 132px; }
  .footer-contact-copy { margin: 36px 0 30px; }
  .footer-contact-copy h2 { font-size: 41px; }
  .footer-contact-copy > span { font-size: 14px; }
  .telegram-contact { width: 100%; min-height: 94px; grid-template-columns: 56px 1fr 24px; }
  .telegram-contact-icon { width: 56px; height: 56px; }
  .footer-bottom { padding: 25px 20px 28px; display: block; }
  .footer-bottom nav { flex-wrap: wrap; gap: 14px 20px; }
  .footer-bottom p { margin-top: 24px; }
  .footer-bottom button { margin-top: 13px; }
}

/* 2026-07-16 · refined result card, stronger gradients and light footer */
.product-buy,
.hero-product-actions .button--dark,
.mobile-sticky .button {
  color: #fff;
  background: linear-gradient(118deg, #14bbb5 0%, #07918f 42%, #075f70 70%, #063a68 100%);
  box-shadow: 0 14px 28px rgba(6,95,112,.22);
}
.product-buy:hover,
.hero-product-actions .button--dark:hover,
.mobile-sticky .button:hover {
  background: linear-gradient(118deg, #18c8c1 0%, #079c99 42%, #075f70 70%, #063a68 100%);
}

.catalog-community-cta--hero {
  color: white;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 92% 8%, rgba(33,201,195,.28), transparent 32%),
    linear-gradient(125deg, #063a68 0%, #075f70 52%, #087f82 100%);
  box-shadow: 0 20px 46px rgba(6,58,104,.18);
}
.catalog-community-cta--hero p { color: #bce5e2; }
.catalog-community-cta--hero h3 { color: white; }
.catalog-community-cta--hero .catalog-community-benefit { color: rgba(255,255,255,.78); }
.catalog-community-cta--hero .button--light {
  color: #0b365c;
  background: rgba(255,255,255,.96);
  box-shadow: 0 13px 26px rgba(4,35,59,.2);
}

.hero-product-info { display: block; }
.hero-product-meta {
  padding-top: 11px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(16,26,50,.09);
}
.hero-product-meta span { color: #7b8798; font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero-product-meta strong { color: #087f82; font-size: 25px; line-height: 1; letter-spacing: -.045em; }

.site-footer {
  padding: 18px 18px 0;
  color: #14213d;
  background: linear-gradient(180deg, #f4f8f7 0%, #edf5f4 100%);
}
.footer-contact {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 58px clamp(28px, 5vw, 66px);
  border: 1px solid rgba(8,127,130,.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 18%, rgba(42,171,238,.13), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f6fbfa 54%, #e3f4f2 100%);
  box-shadow: 0 20px 58px rgba(20,52,74,.08);
}
.footer-contact .brand--footer.brand--logo { border: 1px solid rgba(16,26,50,.07); box-shadow: 0 12px 30px rgba(20,52,74,.07); }
.footer-contact-copy > p { color: #087f82; }
.footer-contact-copy h2 { color: #14213d; }
.footer-contact-copy > span { color: #667286; }
.telegram-contact {
  border-color: rgba(42,171,238,.24);
  color: #14213d;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 32px rgba(20,52,74,.08);
}
.telegram-contact:hover { border-color: rgba(42,171,238,.52); background: #fff; }
.telegram-contact-icon {
  overflow: hidden;
  background: transparent;
  box-shadow: 0 12px 28px rgba(42,171,238,.22);
  transform: none;
}
.telegram-contact-icon img { width: 100%; height: 100%; display: block; object-fit: contain; }
.telegram-contact-text small { color: #7d8a9c; }
.telegram-contact-text strong { color: #17324f; }
.telegram-contact-arrow { color: #239bd1; }
.footer-bottom {
  width: min(1240px, 100%);
  margin: 0 auto;
  border-top: 0;
  color: #6f7e90;
}
.footer-bottom a:hover,
.footer-bottom button:hover { color: #087f82; }

@media (max-width: 760px) {
  .hero-visual { min-height: 842px; }
  .hero-renders { inset: 20px 18px 332px; }
  .render-tabs { bottom: 278px; }
  .hero-product-panel { min-height: 246px; padding: 17px; gap: 12px; }
  .hero-product-info > div { padding-right: 0; }
  .hero-product-info span { max-width: none; font-size: 13.5px; line-height: 1.38; }
  .hero-product-info p { max-width: none; margin-top: 7px; font-size: 11px; line-height: 1.45; }
  .hero-product-meta { padding-top: 10px; }
  .hero-product-meta strong { font-size: 27px; }
  .hero-product-actions { grid-template-columns: .82fr 1.18fr; gap: 7px; }
  .hero-product-actions .button { min-height: 44px; padding-inline: 10px; font-size: 8.8px; }
  .hero-product-actions .button--dark { padding-inline: 11px; }

  .product-buy { min-height: 54px; font-size: 10.5px; }

  .site-footer { padding: 12px 12px 0; }
  .footer-contact { padding: 36px 20px 32px; border-radius: 24px; }
  .footer-contact .brand--footer.brand--logo { width: 188px; height: 105px; }
  .footer-contact .brand-logo-crop { width: 188px; height: 105px; }
  .footer-contact .brand-logo-crop img { top: -7px; left: -11px; width: 210px; height: 118px; }
  .footer-contact-copy { margin: 32px 0 26px; }
  .footer-contact-copy h2 { font-size: 37px; line-height: 1.06; }
  .footer-contact-copy > span { font-size: 13.5px; }
  .telegram-contact { min-height: 92px; padding: 17px; }
  .footer-bottom { padding-right: 8px; padding-left: 8px; }
}

/* 2026-07-16 · compact mobile conversion flow */
body.is-locked { overflow: hidden; }

.hero-actions { flex-wrap: wrap; }
.hero-actions [data-order-current] {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(118deg, #14bbb5 0%, #07918f 44%, #063a68 100%);
  box-shadow: 0 16px 34px rgba(6, 95, 112, .22);
}
.hero-reviews-link {
  flex: 0 0 100%;
  width: max-content;
  padding: 2px 0;
  border: 0;
  color: #0a777b;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .02em;
  text-align: left;
  cursor: pointer;
}
.hero-reviews-link:hover { color: #064b68; }
.hero-reviews-link span { display: inline-block; margin-left: 5px; }

.signal-item {
  appearance: none;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.order-note {
  margin: 0;
  color: #7b8798;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: .01em;
  text-align: center;
}

.product-purpose {
  margin: 12px 0 0;
  color: #5e6c7d;
  font-size: 13px;
  line-height: 1.58;
}
.product-course {
  min-height: 48px;
  margin: 13px 0 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(8, 127, 130, .12);
  border-radius: 13px;
  background: #f5faf9;
}
.product-course strong {
  color: #15324e;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.product-course span {
  color: #758295;
  font-size: 11px;
}
.product-content > .order-note { margin: 9px 0 0; }
.product-essentials {
  margin-top: 15px;
  border-top: 1px solid rgba(16, 26, 50, .09);
}
.product-essentials summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #17324f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}
.product-essentials summary::-webkit-details-marker { display: none; }
.product-essentials summary span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(8, 127, 130, .2);
  border-radius: 50%;
  color: #087f82;
  font-size: 17px;
  font-weight: 400;
  transition: transform .2s ease;
}
.product-essentials[open] summary span { transform: rotate(45deg); }
.product-essentials-body {
  padding: 3px 0 8px;
  color: #657184;
  font-size: 12px;
  line-height: 1.6;
}
.product-essentials-body p { margin: 0 0 13px; }
.product-essentials-body strong {
  display: block;
  margin-bottom: 3px;
  color: #17324f;
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.product-description {
  margin-top: 0;
}
.product-description-body {
  padding: 4px 0 14px;
  color: #5e6c7f;
  font-size: 13px;
  line-height: 1.7;
}
.product-description-body p {
  margin: 0 0 14px;
}
.product-description-body .product-description-lead {
  color: #17324f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.product-description-body h4 {
  margin: 22px 0 10px;
  color: #17324f;
  font-size: 11px;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.product-description-body ul {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.product-description-body li {
  position: relative;
  padding-left: 19px;
}
.product-description-body li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c7c4, #087f82);
  box-shadow: 0 0 0 4px rgba(23, 178, 176, .08);
}
.product-description-body .product-description-finale {
  margin-top: 20px;
  padding: 13px 14px;
  border-radius: 14px;
  color: #14304c;
  background: linear-gradient(135deg, rgba(31, 199, 195, .10), rgba(8, 127, 130, .04));
  font-weight: 700;
}

.conversion-dialog {
  width: min(560px, calc(100vw - 30px));
  max-height: calc(100dvh - 30px);
  margin: auto;
  padding: 34px;
  overflow: auto;
  border: 0;
  border-radius: 28px;
  color: #14213d;
  background:
    radial-gradient(circle at 92% 4%, rgba(33, 201, 195, .13), transparent 27%),
    #fff;
  box-shadow: 0 30px 90px rgba(13, 42, 62, .25);
}
.conversion-dialog::backdrop {
  background: rgba(9, 26, 42, .56);
  backdrop-filter: blur(6px);
}
.conversion-dialog h2 {
  max-width: 440px;
  margin: 8px 0 10px;
  font-size: clamp(30px, 5vw, 42px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.dialog-intro {
  max-width: 470px;
  margin: 0 0 22px;
  color: #687588;
  font-size: 13px;
  line-height: 1.55;
}
.order-product-picker {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
}
.order-product-picker legend {
  margin-bottom: 8px;
  color: #31445c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.order-product-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}
.order-product-options button {
  min-width: 0;
  min-height: 58px;
  padding: 9px 6px;
  border: 1px solid rgba(20, 50, 74, .14);
  border-radius: 13px;
  color: #31445c;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.order-product-options button strong,
.order-product-options button span {
  display: block;
}
.order-product-options button strong {
  font-size: 9.5px;
  line-height: 1.25;
}
.order-product-options button span {
  margin-top: 4px;
  color: #7a8798;
  font-size: 9px;
}
.order-product-options button:hover,
.order-product-options button:focus-visible {
  border-color: rgba(8, 127, 130, .42);
  outline: none;
}
.order-product-options button.is-selected {
  border-color: #087f82;
  color: #075d70;
  background: #edf8f7;
  box-shadow: 0 0 0 3px rgba(8, 127, 130, .08);
}
.order-summary {
  min-height: 112px;
  margin-bottom: 18px;
  padding: 13px 15px 13px 11px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  border: 1px solid rgba(8, 127, 130, .13);
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbfb, #edf7f5);
}
.order-summary.is-empty {
  min-height: 76px;
  grid-template-columns: 1fr;
  text-align: center;
}
.order-summary.is-empty [data-order-image],
.order-summary.is-empty [data-order-price] {
  display: none !important;
}
.order-summary img {
  width: 78px;
  height: 90px;
  display: block;
  object-fit: contain;
}
.order-summary small,
.order-summary strong,
.order-summary span { display: block; }
.order-summary small {
  color: #8490a0;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.order-summary strong { margin-top: 5px; font-size: 17px; letter-spacing: -.025em; }
.order-summary span { margin-top: 5px; color: #6f7d90; font-size: 10px; }
.order-summary b { color: #087f82; font-size: 20px; white-space: nowrap; }
.order-form { display: grid; gap: 13px; }
.order-form .field-label {
  display: grid;
  gap: 7px;
  color: #31445c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.order-form input {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid rgba(20, 50, 74, .14);
  border-radius: 13px;
  outline: none;
  color: #14213d;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.order-form input:focus {
  border-color: rgba(8, 127, 130, .55);
  box-shadow: 0 0 0 4px rgba(8, 127, 130, .08);
}
.dialog-consent,
.form-status {
  margin: 0;
  color: #8a95a3;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}
.dialog-consent button {
  padding: 0;
  border: 0;
  color: #087f82;
  background: transparent;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.form-status { min-height: 14px; color: #087f82; font-weight: 700; }

.quiz-progress {
  height: 4px;
  margin: -4px 38px 27px 0;
  overflow: hidden;
  border-radius: 99px;
  background: #e5eeed;
}
.quiz-progress span {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #17b9b4, #075f70);
  transition: width .25s ease;
}
.quiz-step { display: none; }
.quiz-step.is-active { display: block; animation: quiz-in .24s ease both; }
@keyframes quiz-in { from { opacity: 0; transform: translateY(7px); } }
.quiz-options { margin-top: 22px; display: grid; gap: 10px; }
.quiz-options button {
  min-height: 63px;
  padding: 12px 15px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  gap: 11px;
  align-items: center;
  border: 1px solid rgba(20, 50, 74, .12);
  border-radius: 15px;
  color: #17324f;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.quiz-options button:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 127, 130, .32);
  background: #f3faf9;
}
.quiz-options button span { color: #0b9d9c; font-size: 10px; font-weight: 850; }
.quiz-options button strong { font-size: 13px; line-height: 1.35; }
.quiz-options button i { color: #0a8b8d; font-size: 17px; font-style: normal; }
.quiz-back,
.quiz-restart {
  margin-top: 18px;
  padding: 5px 0;
  border: 0;
  color: #728093;
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.quiz-result > p:not(.eyebrow) { color: #687588; font-size: 13px; line-height: 1.55; }
.quiz-result-offer {
  margin: 20px 0 16px;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-radius: 14px;
  background: #eef7f6;
}
.quiz-result-offer span { color: #667689; font-size: 11px; }
.quiz-result-offer strong { color: #087f82; font-size: 21px; white-space: nowrap; }
.quiz-result .button + .button { margin-top: 9px; }
.quiz-restart { width: 100%; text-align: center; }

@media (max-width: 760px) {
  .hero-copy .hero-actions { grid-template-columns: 1fr; gap: 9px; }
  .hero-copy .hero-actions .button { width: 100%; }
  .hero-copy .hero-actions .button--ghost {
    color: #16435e;
    border-color: rgba(8, 127, 130, .22);
    background: rgba(255, 255, 255, .72);
    box-shadow: none;
  }
  .hero-reviews-link { width: 100%; padding: 7px 4px 0; font-size: 11.5px; text-align: center; }

  .hero-product-actions { grid-template-columns: 1fr 1fr; gap: 7px; }
  .hero-product-actions .button {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 10.8px;
    line-height: 1.1;
    letter-spacing: .025em;
  }
  .hero-product-panel > .order-note { font-size: 9.3px; }

  .product-content > .product-purpose { display: block; }
  .product-content > .order-note { display: block; }
  .product-buy { min-height: 44px; margin-top: 0; font-size: 11px; letter-spacing: .045em; }
  .product-course { margin-top: 12px; }

  .conversion-dialog {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    padding: 43px 18px 23px;
    border-radius: 24px;
  }
  .conversion-dialog h2 { font-size: 31px; }
  .dialog-intro { margin-bottom: 17px; font-size: 12px; }
  .order-summary {
    min-height: 98px;
    grid-template-columns: 66px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px 12px 10px 8px;
    border-radius: 16px;
  }
  .order-summary img { width: 66px; height: 78px; }
  .order-summary strong { font-size: 15px; }
  .order-summary b { font-size: 17px; }
  .order-form .button,
  .quiz-result .button { min-height: 48px; font-size: 11px; }
  .quiz-progress { margin-top: -12px; margin-bottom: 24px; }
  .quiz-step h2 { font-size: 30px; }
  .quiz-options button { min-height: 60px; }
}

/* Mobile community block: keep the brand name intact and let the logo sit on the section surface. */
.footer-contact-copy h2 .brand-wordmark {
  display: inline-block;
  white-space: nowrap;
}

.footer-contact .brand--footer.brand--logo,
.footer-contact .brand-logo-crop {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-contact .brand-logo-crop img {
  mix-blend-mode: multiply;
}

@media (max-width: 760px) {
  .footer-contact-copy h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -.045em;
  }
}

/* Simplify the lower conversion blocks: content sits directly on its surface. */
.footer-contact .brand--footer.brand--logo,
.footer-contact .brand-logo-crop {
  background: none;
  box-shadow: none;
}

.footer-contact .brand-logo-crop img {
  mix-blend-mode: multiply;
}

.footer-contact .telegram-contact {
  padding-inline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-contact .telegram-contact:hover {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.journey-card > a,
.journey-card > button {
  justify-content: flex-start;
}

.journey-card > a > span:last-child,
.journey-card > button > span:last-child,
.catalog-community-cta--hero > .button .button-arrow {
  display: none;
}

/* Keep every action clean: directional arrows are removed site-wide. */
.button > span,
.text-button > span[aria-hidden="true"],
.hero-reviews-link > span[aria-hidden="true"],
.trust-arrow,
.telegram-contact-arrow,
.quiz-options button > i,
.journey-card > a > span:last-child,
.journey-card > button > span:last-child {
  display: none !important;
}

@keyframes sticky-button-glow {
  0%, 100% { background-position: 0% 50%; box-shadow: 0 10px 24px rgba(6,95,112,.20); }
  50% { background-position: 100% 50%; box-shadow: 0 13px 30px rgba(6,95,112,.30); }
}

@keyframes sticky-button-shine {
  0%, 60% { transform: translateX(-170%) skewX(-18deg); }
  82%, 100% { transform: translateX(390%) skewX(-18deg); }
}

@media (max-width: 760px) {
  .mobile-sticky {
    min-height: 72px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    gap: 12px;
    border-top: 1px solid rgba(8,127,130,.14);
    color: #14213d;
    background: rgba(255,255,255,.91);
    box-shadow: 0 -12px 30px rgba(13,35,58,.11);
    backdrop-filter: blur(14px);
  }

  .mobile-sticky-product { flex: 0 0 auto; }
  .mobile-sticky-product small {
    color: #758195;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: .13em;
  }
  .mobile-sticky-product strong {
    margin-top: 1px;
    color: #14213d;
    font-size: 19px;
    font-weight: 800;
  }

  .mobile-sticky .button {
    position: relative;
    width: auto;
    min-width: 0;
    min-height: 52px;
    padding: 0 18px;
    flex: 1 1 auto;
    overflow: hidden;
    isolation: isolate;
    border-radius: 999px;
    background: linear-gradient(118deg, #14bbb5 0%, #07918f 42%, #075f70 70%, #063a68 100%);
    background-size: 180% 100%;
    color: #fff;
    font-size: 11.5px;
    font-weight: 750;
    letter-spacing: .055em;
    white-space: nowrap;
    animation: sticky-button-glow 4.5s ease-in-out infinite;
  }

  .mobile-sticky .button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 42%;
    z-index: -1;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.34), transparent);
    animation: sticky-button-shine 4.2s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-sticky .button,
  .mobile-sticky .button::after { animation: none; }
}

/* Shared interactive widget treatment for the site's main actions. */
.action-widget {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
}

.action-widget::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -65%;
  width: 42%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.30), transparent);
  transform: skewX(-18deg);
  animation: action-widget-shine 4.8s ease-in-out infinite;
}

.button--ghost.action-widget::before,
.button--light.action-widget::before,
.text-button.action-widget::before,
.hero-reviews-link.action-widget::before,
.telegram-contact.action-widget::before,
.journey-card .action-widget::before,
.signal-item.action-widget::before,
.trust-action.action-widget::before,
.quiz-options .action-widget::before,
.quiz-back.action-widget::before,
.quiz-restart.action-widget::before {
  background: linear-gradient(100deg, transparent, rgba(8,145,143,.18), transparent);
}

.button--dark.action-widget,
.button--acid.action-widget,
.product-buy.action-widget,
.mobile-sticky .button.action-widget {
  background-size: 180% 100%;
  animation: action-widget-gradient 4.8s ease-in-out infinite;
}

.button.action-widget:hover,
.hero-reviews-link.action-widget:hover,
.telegram-contact.action-widget:hover,
.journey-card .action-widget:hover {
  transform: translateY(-2px);
}

.action-widget:active { transform: scale(.975) !important; }

.action-ripple,
.button > .action-ripple {
  position: absolute;
  z-index: 4;
  display: block !important;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(255,255,255,.38);
  transform: scale(0);
  opacity: .7;
  animation: action-widget-ripple .62s ease-out forwards;
}

.button--ghost .action-ripple,
.button--light .action-ripple,
.text-button .action-ripple,
.hero-reviews-link .action-ripple,
.telegram-contact .action-ripple,
.journey-card .action-ripple,
.signal-item .action-ripple,
.trust-action .action-ripple {
  background: rgba(8,145,143,.20);
}

.quiz-options .action-ripple,
.quiz-back .action-ripple,
.quiz-restart .action-ripple { background: rgba(8,145,143,.20); }

.mobile-sticky .button.action-widget::after { display: none; }

@keyframes action-widget-shine {
  0%, 62% { left: -65%; }
  86%, 100% { left: 135%; }
}

@keyframes action-widget-gradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes action-widget-ripple {
  to { transform: scale(2.25); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .action-widget,
  .action-widget::before { animation: none !important; }
  .action-ripple { display: none !important; }
}

/* 2026-07-17 · clean bottle stage and precise mobile card alignment */
.hero-visual,
.hero-renders,
.hero-render {
  background-color: #fff;
}

.hero-visual::before {
  display: none;
  background-image: none;
}

@media (max-width: 760px) {
  .product-grid,
  .product-card,
  .product-card-visual {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .product-card {
    justify-self: stretch;
  }

  .product-grid > .product-card.product-card--blue:last-child {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    justify-self: stretch;
    align-self: stretch;
  }

  .product-card-visual {
    grid-template-columns: minmax(0, 43%) minmax(0, 57%);
    overflow: hidden;
    background: #fff;
  }

  .product-card-visual > *,
  .product-card-visual .product-art,
  .product-card-visual .health-benefits {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .product-card-visual .health-benefits {
    align-self: stretch;
    overflow: hidden;
    background: #fff;
  }
}
