:root {
  --ink: #15191a;
  --teal: #183d43;
  --teal-2: #b85d2f;
  --cyan: #f1b477;
  --mist: #f4eee6;
  --line: #dedbd6;
  --paper: #ffffff;
  --soft: #f6f3ee;
  --gold: #e6a13d;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(10, 41, 49, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; -webkit-text-size-adjust: 100%; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:where(a, button, summary, [tabindex]):focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.announcement { min-height: 38px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 46px; padding: 8px 20px; color: white; background: var(--teal); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.announcement span + span::before { content: "•"; margin-right: 46px; opacity: .45; }
.site-header { height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(28px, calc((100vw - 1180px)/2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 30; }
.site-header nav { display: flex; gap: 32px; font-size: .9rem; font-weight: 650; color: #415055; }
.site-header nav a:hover { color: var(--teal-2); }
.wordmark { font-size: 2rem; line-height: 1; font-weight: 850; letter-spacing: -.065em; color: var(--teal); }
.wordmark span { color: #57aeb8; font-weight: 700; }
.header-cta { justify-self: end; background: var(--ink); color: white; font-size: .88rem; font-weight: 750; padding: 12px 20px; border-radius: 999px; }

.hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 64px; padding-block: 64px 72px; align-items: start; }
.product-gallery { position: sticky; top: 108px; }
.hero-image-wrap { position: relative; overflow: hidden; background: var(--soft); border-radius: 26px; aspect-ratio: 1/1; box-shadow: inset 0 0 0 1px rgba(10,65,80,.06); }
.hero-image-wrap > img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s ease; }
.gallery-arrow { position: absolute; z-index: 3; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(16,26,29,.72); color: white; font-size: 1.8rem; line-height: 1; cursor: pointer; backdrop-filter: blur(8px); transition: .18s ease; }
.gallery-arrow:hover { background: var(--teal); transform: translateY(-50%) scale(1.04); }
.gallery-prev { left: 14px; }
.gallery-next { right: 14px; }
.gallery-count { position: absolute; z-index: 3; right: 16px; bottom: 16px; padding: 6px 10px; border-radius: 999px; background: rgba(16,26,29,.76); color: white; font-size: .72rem; font-weight: 800; letter-spacing: .08em; backdrop-filter: blur(8px); }
.trial-badge { position: absolute; z-index: 2; top: 22px; left: 22px; width: 92px; height: 92px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--teal); color: white; text-transform: uppercase; font-size: .66rem; font-weight: 800; line-height: 1.1; letter-spacing: .06em; box-shadow: 0 12px 30px rgba(10,65,80,.2); }
.trial-badge strong { font-size: 1.7rem; letter-spacing: -.04em; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(8, 1fr); gap: 7px; margin-top: 12px; }
.thumb { cursor: pointer; border: 2px solid transparent; border-radius: 10px; overflow: hidden; padding: 0; background: var(--soft); aspect-ratio: 1/1; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.active { border-color: var(--teal); }
.eyebrow { color: var(--teal-2); font-size: .74rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #8fd2da; }
.rating { margin-top: 13px; color: #536166; font-size: .88rem; }
.rating span { color: var(--gold); letter-spacing: .08em; margin-right: 8px; }
.rating strong { color: var(--ink); }
h1, h2 { margin: 0; font-weight: 800; letter-spacing: -.045em; line-height: 1.03; }
h1 { font-size: clamp(2.75rem, 4.4vw, 4.35rem); max-width: 650px; margin-top: 15px; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
.hero-copy { max-width: 610px; margin: 22px 0 25px; color: #536166; font-size: 1.08rem; line-height: 1.65; }
.benefit-list { display: grid; gap: 0; list-style: none; padding: 0; margin: 0 0 26px; border-top: 1px solid var(--line); }
.benefit-list li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.benefit-list li > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--mist); color: var(--teal); font-size: .66rem; font-weight: 850; }
.benefit-list strong, .benefit-list small { display: block; }
.benefit-list strong { font-size: .95rem; }
.benefit-list small { color: #6a777b; font-size: .82rem; margin-top: 1px; }
.offer-head { display: flex; justify-content: space-between; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin: 0 2px 10px; }
.offer-head span:last-child { color: var(--teal-2); }
.bundle-grid { display: grid; gap: 10px; }
.bundle { position: relative; cursor: pointer; width: 100%; min-height: 74px; display: grid; grid-template-columns: 24px 1fr auto; gap: 12px; align-items: center; text-align: left; padding: 14px 16px; border: 1px solid #ccd7d8; border-radius: 14px; background: white; color: var(--ink); transition: .18s ease; }
.bundle:hover { border-color: #8db5bb; transform: translateY(-1px); }
.bundle.selected { border: 2px solid var(--teal-2); background: #f1f8f8; box-shadow: 0 8px 24px rgba(10,65,80,.08); }
.radio-dot { width: 19px; height: 19px; border: 2px solid #9bb0b4; border-radius: 50%; position: relative; }
.selected .radio-dot { border-color: var(--teal-2); }
.selected .radio-dot::after { content: ""; position: absolute; inset: 3px; background: var(--teal-2); border-radius: 50%; }
.bundle-copy strong, .bundle-copy small, .bundle-price strong, .bundle-price small { display: block; }
.bundle-copy strong { font-size: .98rem; }
.bundle-copy small { color: #657277; font-size: .8rem; margin-top: 2px; }
.bundle-price { text-align: right; }
.bundle-price strong { color: var(--teal); font-size: 1.05rem; }
.bundle-price small, .bundle-price del { color: #778387; font-size: .74rem; }
.popular { position: absolute; right: 12px; top: -10px; padding: 3px 9px; border-radius: 99px; background: var(--teal); color: white; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.primary-cta { min-height: 58px; margin-top: 14px; display: flex; align-items: center; justify-content: center; border-radius: 13px; background: var(--teal); color: white; font-weight: 800; letter-spacing: .015em; box-shadow: 0 12px 28px rgba(10,65,80,.18); transition: .18s ease; }
.primary-cta:hover { background: #073641; transform: translateY(-1px); }
.micro-trust { display: flex; justify-content: center; gap: 14px; margin-top: 12px; color: #667377; font-size: .72rem; }
.micro-trust span + span::before { content: "·"; margin-right: 14px; }
.micro-trust i { display: inline-block; width: 7px; height: 7px; background: #49a873; border-radius: 50%; margin-right: 5px; }
.guarantee-line { margin: 18px 0 0; padding: 15px 17px; border-radius: 12px; background: var(--soft); color: #5b686c; font-size: .82rem; }
.guarantee-line strong { color: var(--ink); }

.trust-row { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(28px, calc((100vw - 1180px)/2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-row div { padding: 24px 28px; border-left: 1px solid var(--line); }
.trust-row div:last-child { border-right: 1px solid var(--line); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: .92rem; }
.trust-row span { color: #728084; font-size: .78rem; margin-top: 2px; }

.mechanism { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; background: var(--ink); color: white; }
.mechanism-media { min-height: 640px; overflow: hidden; }
.mechanism-media img { width: 100%; height: 100%; object-fit: cover; }
.mechanism-copy { align-self: center; padding: 76px max(42px, calc((100vw - 1180px)/2)); padding-left: 70px; }
.mechanism-copy h2 { margin: 14px 0 24px; }
.mechanism-copy > p { max-width: 550px; color: #bac6c8; font-size: 1.03rem; line-height: 1.75; }
.mechanism-copy ol { list-style: none; padding: 0; margin: 34px 0 0; border-top: 1px solid rgba(255,255,255,.14); }
.mechanism-copy li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.mechanism-copy li > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--cyan); font-size: .75rem; font-weight: 850; }
.mechanism-copy strong, .mechanism-copy small { display: block; }
.mechanism-copy small { color: #aab8ba; margin-top: 3px; }

.design-section { padding-block: 110px 120px; }
.section-heading { text-align: center; }
.section-heading h2 { margin-top: 15px; }
.feature-stage { position: relative; max-width: 1010px; margin: 64px auto 0; min-height: 620px; }
.feature-stage > img { width: 72%; margin: auto; border-radius: 28px; box-shadow: var(--shadow); }
.feature-note { position: absolute; width: 260px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.95); box-shadow: 0 15px 40px rgba(10,41,49,.12); }
.feature-note > span { color: var(--teal-2); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.feature-note strong, .feature-note small { display: block; }
.feature-note strong { margin-top: 6px; }
.feature-note small { color: #667579; font-size: .79rem; margin-top: 3px; }
.note-one { top: 9%; left: 0; }
.note-two { top: 47%; right: 0; }
.note-three { bottom: 4%; left: 9%; }

.compare-section { background: var(--teal); color: white; padding-block: 110px; }
.compare-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.compare-intro h2 { margin: 15px 0 22px; }
.compare-intro p { color: #c3d8db; line-height: 1.7; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 20px; padding-bottom: 5px; border-bottom: 1px solid #77bbc3; font-weight: 750; }
.comparison-card { background: white; color: var(--ink); border-radius: 22px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.17); }
.comparison-row { display: grid; grid-template-columns: 1.65fr .75fr .85fr .7fr; align-items: center; min-height: 62px; border-top: 1px solid var(--line); }
.comparison-row > * { padding: 14px 15px; text-align: center; font-size: .82rem; }
.comparison-row > strong:first-child { text-align: left; font-size: .86rem; }
.comparison-row > b { color: var(--teal); font-size: 1.15rem; background: #eff8f8; align-self: stretch; display: grid; place-items: center; }
.comparison-row span { color: #6f7c80; }
.comparison-head { min-height: 70px; border-top: 0; background: var(--soft); }
.comparison-head strong { background: var(--teal) !important; color: white; align-self: stretch; display: grid; place-items: center; }

.reviews-section { padding-block: 115px; }
.review-score { display: grid; grid-template-columns: 1fr 2fr; gap: 26px; align-items: end; }
.review-score .eyebrow { grid-column: 1 / -1; }
.score-line { display: flex; align-items: center; gap: 16px; }
.score-line > strong { font-size: 4rem; line-height: 1; letter-spacing: -.06em; }
.score-line span { color: var(--gold); letter-spacing: .08em; }
.score-line small { display: block; color: #6e7a7e; letter-spacing: 0; font-size: .72rem; margin-top: 4px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.review-card { min-height: 300px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.featured-review { background: var(--ink); color: white; border-color: var(--ink); transform: translateY(-12px); }
.review-meta { display: flex; justify-content: space-between; align-items: center; font-size: .72rem; }
.review-meta span { color: var(--gold); letter-spacing: .08em; }
.review-meta em { font-style: normal; color: #778488; }
.featured-review .review-meta em { color: #a9b5b8; }
blockquote { margin: 40px 0 28px; font-size: 1.06rem; line-height: 1.65; letter-spacing: -.01em; }
.review-card footer { margin-top: auto; }
.review-card footer strong, .review-card footer span { display: block; }
.review-card footer span { color: #7a8689; font-size: .78rem; margin-top: 2px; }
.featured-review footer span { color: #a6b2b5; }

.trial-section { padding-bottom: 115px; }
.trial-card { display: grid; grid-template-columns: 160px 1fr auto; gap: 44px; align-items: center; padding: 52px; border-radius: 24px; background: var(--teal); color: white; overflow: hidden; }
.trial-mark { width: 136px; height: 136px; display: grid; place-content: center; text-align: center; border: 1px solid #7cb8bf; border-radius: 50%; box-shadow: inset 0 0 0 10px rgba(255,255,255,.06); }
.trial-mark span { font-size: 3.4rem; font-weight: 850; line-height: .9; letter-spacing: -.06em; }
.trial-mark small { text-transform: uppercase; letter-spacing: .14em; margin-top: 8px; }
.trial-card h2 { font-size: clamp(2rem, 3vw, 3.15rem); margin: 12px 0 14px; }
.trial-card p { max-width: 620px; margin: 0; color: #c3d9dc; }
.outline-cta { border: 1px solid #8ac3ca; border-radius: 999px; padding: 14px 20px; font-weight: 750; white-space: nowrap; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; padding-bottom: 120px; }
.faq-intro h2 { margin: 14px 0 18px; }
.faq-intro p { color: #657377; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--teal-2); font-size: 1.3rem; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { color: #667478; margin: -4px 42px 24px 0; line-height: 1.7; }
.final-cta { min-height: 330px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 72px max(28px, calc((100vw - 1180px)/2)); background: var(--ink); color: white; }
.final-cta h2 { margin-top: 13px; }
.light-cta { min-width: 170px; text-align: center; padding: 16px 24px; border-radius: 999px; background: white; color: var(--ink); font-weight: 800; }
.site-footer { position: relative; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding: 70px max(28px, calc((100vw - 1180px)/2)) 95px; background: #0a1214; color: white; }
.inverted { color: white; }
.site-footer p { color: #89979b; max-width: 300px; }
.site-footer > div:not(:first-child) { display: grid; align-content: start; gap: 9px; }
.site-footer > div:not(:first-child) strong { margin-bottom: 5px; font-size: .78rem; text-transform: uppercase; letter-spacing: .11em; color: #9fb0b4; }
.site-footer > div:not(:first-child) a { color: #d4dcde; font-size: .88rem; }
.site-footer > small { position: absolute; left: max(28px, calc((100vw - 1180px)/2)); bottom: 32px; color: #667579; }
.mobile-bar { display: none; }

@media (max-width: 960px) {
  .announcement { gap: 10px 20px; }
  .announcement span + span::before { margin-right: 20px; }
  .site-header { grid-template-columns: 1fr auto; height: 70px; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-top: 34px; }
  .product-gallery { position: static; }
  .mechanism { grid-template-columns: 1fr; }
  .mechanism-media { min-height: 520px; }
  .mechanism-copy { padding: 72px 40px; }
  .feature-stage { min-height: 570px; }
  .compare-grid, .faq-section { grid-template-columns: 1fr; gap: 50px; }
  .review-score { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .featured-review { transform: none; }
  .trial-card { grid-template-columns: 130px 1fr; }
  .outline-cta { grid-column: 2; justify-self: start; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); font-size: 16px; line-height: 1.6; }
  .section-shell { width: min(100% - 28px, 1180px); }
  .announcement { justify-content: center; min-height: 38px; padding-block: 9px; font-size: .875rem; line-height: 1.35; letter-spacing: .055em; gap: 0; }
  .announcement span { display: none; }
  .announcement span:last-child { display: inline; }
  .announcement span + span::before { display: none; }
  .site-header { height: 64px; padding-inline: 14px; }
  .wordmark { font-size: 1.8rem; }
  .header-cta { display: inline-flex; align-items: center; min-height: 44px; font-size: 1rem; padding: 10px 15px; }
  .hero { gap: 28px; padding-block: 14px 48px; }
  .product-gallery { min-width: 0; }
  .hero-image-wrap { border-radius: 18px; }
  .trial-badge { width: 74px; height: 74px; top: 14px; left: 14px; font-size: .55rem; }
  .trial-badge strong { font-size: 1.35rem; }
  .gallery-thumbs { gap: 7px; }
  .gallery-thumbs { grid-template-columns: repeat(8, 72px); overflow-x: auto; padding: 2px 1px 8px; scrollbar-width: none; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; }
  .gallery-thumbs::-webkit-scrollbar { display: none; }
  .thumb { scroll-snap-align: start; }
  .gallery-arrow { width: 46px; height: 46px; }
  .gallery-prev { left: 10px; }
  .gallery-next { right: 10px; }
  h1 { font-size: clamp(2.35rem, 11vw, 2.65rem); line-height: 1.02; }
  h2 { font-size: clamp(2rem, 9.5vw, 2.35rem); line-height: 1.05; }
  .eyebrow { font-size: .875rem; line-height: 1.4; }
  .rating { font-size: 1rem; line-height: 1.5; }
  .hero-copy { font-size: 1.0625rem; line-height: 1.65; }
  .benefit-list strong { font-size: 1.0625rem; }
  .benefit-list small { font-size: 1rem; line-height: 1.45; margin-top: 4px; }
  .offer-head { font-size: .875rem; }
  .bundle { min-height: 92px; grid-template-columns: 22px minmax(0, 1fr) auto; gap: 9px; padding: 16px 12px; touch-action: manipulation; }
  .bundle-copy { min-width: 0; }
  .bundle-copy strong, .bundle-price strong { font-size: 1.0625rem; }
  .bundle-copy small, .bundle-price small, .bundle-price del { font-size: 1rem; line-height: 1.4; }
  .popular { font-size: .75rem; }
  .primary-cta { min-height: 60px; width: 100%; font-size: 1.0625rem; touch-action: manipulation; }
  .micro-trust { justify-content: flex-start; flex-wrap: wrap; gap: 7px 12px; }
  .micro-trust { font-size: 1rem; line-height: 1.45; }
  .micro-trust span + span::before { display: none; }
  .guarantee-line { font-size: 1rem; line-height: 1.55; }
  .trust-row { grid-template-columns: 1fr 1fr; padding-inline: 0; }
  .trust-row div { padding: 19px 16px; border-top: 1px solid var(--line); }
  .trust-row strong, .trust-row span { font-size: 1rem; line-height: 1.45; }
  .mechanism { min-height: auto; }
  .mechanism-media { min-height: 360px; }
  .mechanism-copy { padding: 58px 20px; }
  .mechanism-copy > p, .compare-intro p, .trial-card p, .faq-intro p { font-size: 1.0625rem; line-height: 1.7; }
  .mechanism-copy strong { font-size: 1.0625rem; }
  .mechanism-copy small { font-size: 1rem; line-height: 1.5; }
  .design-section, .reviews-section { padding-block: 78px; }
  .feature-stage { min-height: auto; margin-top: 38px; display: grid; gap: 10px; }
  .feature-stage > img { width: 100%; border-radius: 18px; }
  .feature-note { position: static; width: 100%; box-shadow: none; }
  .feature-note strong { font-size: 1.0625rem; }
  .feature-note small { font-size: 1rem; line-height: 1.5; }
  .compare-section { padding-block: 76px; }
  .comparison-card { position: relative; overflow-x: auto; border-radius: 16px; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .comparison-row { grid-template-columns: 178px repeat(3, 112px); min-width: 514px; }
  .comparison-row > *, .comparison-row > strong:first-child { font-size: 1rem; }
  .comparison-row > :first-child { position: sticky; left: 0; z-index: 2; background: white; box-shadow: 8px 0 14px -14px rgba(0,0,0,.75); }
  .comparison-head > :first-child { background: var(--soft); }
  .score-line > strong { font-size: 3rem; }
  .score-line small { font-size: 1rem; line-height: 1.4; }
  .review-card { min-height: 280px; }
  .review-meta { font-size: 1rem; }
  blockquote { font-size: 1.0625rem; line-height: 1.7; }
  .review-card footer strong, .review-card footer span { font-size: 1rem; }
  .trial-section { padding-bottom: 78px; }
  .trial-card { grid-template-columns: 1fr; gap: 28px; padding: 34px 24px; }
  .trial-mark { width: 108px; height: 108px; }
  .trial-mark span { font-size: 2.8rem; }
  .outline-cta { grid-column: 1; }
  .outline-cta, .light-cta { font-size: 1.0625rem; }
  .faq-section { padding-bottom: 78px; gap: 30px; }
  summary { min-height: 64px; align-items: center; font-size: 1.0625rem; line-height: 1.5; touch-action: manipulation; }
  details p { margin-right: 0; font-size: 1rem; line-height: 1.7; }
  .final-cta { min-height: 300px; align-items: flex-start; flex-direction: column; padding-block: 64px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-bottom: 105px; }
  .site-footer > div:first-child { grid-column: 1 / -1; }
  .site-footer p, .site-footer > div:not(:first-child) a { font-size: 1rem; line-height: 1.6; }
  .site-footer > div:not(:first-child) a { display: flex; align-items: center; min-height: 44px; }
  .mobile-bar { position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: 0 -10px 30px rgba(16,26,29,.1); }
  .mobile-bar small, .mobile-bar strong { display: block; }
  .mobile-bar small { color: #69777b; font-size: .875rem; }
  .mobile-bar strong { font-size: 1.0625rem; }
  .mobile-bar a { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 18px; border-radius: 10px; background: var(--teal); color: white; font-size: 1rem; font-weight: 800; touch-action: manipulation; }
}

@media (max-width: 380px) {
  .section-shell { width: min(100% - 22px, 1180px); }
  .header-cta { padding-inline: 12px; }
  .bundle { grid-template-columns: 20px minmax(0, 1fr) auto; padding-inline: 10px; }
  .bundle-copy small { max-width: 145px; }
  .mobile-bar { padding-inline: 10px; }
  .mobile-bar a { padding-inline: 13px; }
}

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