/** Shopify CDN: Minification failed

Line 24:0 Unexpected "+6"

**/
/* Stiller modular homepage - shared design system */
:root {
  --sm-ink: #141217;
  --sm-muted: #69636f;
  --sm-paper: #fbfaf7;
  --sm-warm: #f1ece5;
  --sm-purple: #7650c8;
  --sm-purple-dark: #4e2f90;
  --sm-purple-soft: #eee8fb;
  --sm-green: #08a46f;
  --sm-line: rgba(20, 18, 23, 0.13);
  --sm-white: #ffffff;
  --sm-radius: 24px;
  --sm-shadow: 0 24px 70px rgba(31, 20, 45, 0.12);
  --sm-max: 1240px;
  --sm-header-offset: 72px;
}

+6
  color: var(--sm-ink);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.sm img { display: block; max-width: 100%; }
.sm a { color: inherit; text-decoration: none; }
.sm button,
.sm input { font: inherit; }
.sm h1,
.sm h2,
.sm h3,
.sm p { margin-top: 0; }
.sm h1,
.sm h2,
.sm h3 {
  color: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.99;
}
.sm h1 { font-size: clamp(3.5rem, 7vw, 7rem); margin-bottom: 24px; }
.sm h2 { font-size: clamp(2.5rem, 5vw, 5rem); margin-bottom: 20px; }
.sm h3 { font-size: 1.2rem; margin-bottom: 10px; }
.sm p { color: var(--sm-muted); line-height: 1.65; }

.sm-container {
  width: min(calc(100% - 40px), var(--sm-max));
  margin-inline: auto;
}

.sm-section { padding: clamp(80px, 9vw, 120px) 0; }
.sm-section-head { max-width: 760px; margin-bottom: 48px; }
.sm-section-head--center { margin-inline: auto; text-align: center; }
.sm-eyebrow {
  margin: 0 0 18px;
  color: var(--sm-purple);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.sm-lead { font-size: 1.08rem; }

.sm-button {
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--sm-ink);
  color: #fff !important;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}
.sm-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(20, 18, 23, 0.18); }
.sm-button--purple { background: linear-gradient(135deg, var(--sm-purple), var(--sm-purple-dark)); }
.sm-button--ghost { background: transparent; border-color: var(--sm-line); color: var(--sm-ink) !important; }
.sm-button--light { background: #fff; color: var(--sm-ink) !important; }

.sm-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.8s cubic-bezier(.2,.75,.25,1), transform 0.8s cubic-bezier(.2,.75,.25,1); }
.sm-reveal.sm-visible { opacity: 1; transform: none; }

/* Announcement */
.sm-announcement { min-height: 34px; overflow: hidden; display: flex; align-items: center; color: #fff; }
.sm-announcement__track { display: flex; align-items: center; width: max-content; min-width: max-content; animation: sm-marquee var(--sm-marquee-duration, 24s) linear infinite; }
.sm-announcement__track:hover { animation-play-state: paused; }
.sm-announcement__item { flex: none; padding: 0 42px; color: inherit; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.13em; white-space: nowrap; text-transform: uppercase; }
@keyframes sm-marquee { to { transform: translateX(-50%); } }

/* Header */
.sm-site-header-section { position: sticky; top: 0; z-index: 70; }
.sm-header { background: rgba(251, 250, 247, 0.9); border-bottom: 1px solid var(--sm-line); backdrop-filter: blur(18px); }
.sm-header__inner { height: var(--sm-header-height, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.sm-header__brand { font-size: 1.8rem; font-weight: 850; letter-spacing: -0.06em; }
.sm-header__brand img { width: auto; height: var(--sm-logo-height, 34px); }
.sm-header__nav { display: flex; align-items: center; gap: 28px; }
.sm-header__nav--right { justify-content: flex-end; }
.sm-header__nav a { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.sm-header__nav a:hover { color: var(--sm-purple); }
.sm-header__icon { position: relative; width: 38px; height: 38px; border: 0; background: transparent; display: grid; place-items: center; cursor: pointer; }
.sm-header__icon svg { width: 21px; height: 21px; }
.sm-header__cart-count { position: absolute; right: 0; top: 0; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; border-radius: 999px; background: var(--sm-purple); color: #fff; font-size: 0.62rem; }
.sm-header__burger { display: none; justify-self: start; }
.sm-header__mobile-menu { display: none; padding: 26px 20px 30px; background: #fff; border-bottom: 1px solid var(--sm-line); }
.sm-header__mobile-menu.sm-open { display: grid; gap: 18px; }
.sm-header__mobile-menu a { font-size: 1rem; font-weight: 800; }

/* Hero */
.sm-hero { min-height: var(--sm-hero-min, 720px); display: grid; grid-template-columns: var(--sm-copy-width, 48%) 1fr; overflow: hidden; background: var(--sm-hero-bg, #fff); }
.sm-hero__copy { padding: 70px max(24px, calc((100vw - var(--sm-max)) / 2)) 65px max(24px, calc((100vw - var(--sm-max)) / 2)); padding-right: 48px; display: flex; align-items: center; }
.sm-hero__copy-inner { max-width: 600px; }
.sm-hero__review { margin-bottom: 26px; display: flex; align-items: center; gap: 14px; }
.sm-hero__avatars { width: 124px; height: 44px; object-fit: cover; border-radius: 999px; }
.sm-stars { color: var(--sm-green); letter-spacing: 0.08em; font-size: 1rem; }
.sm-hero__review-line { color: var(--sm-purple); font-size: 0.92rem; font-weight: 700; }
.sm-hero__heading { white-space: pre-line; }
.sm-hero__body { max-width: 48ch; margin-bottom: 30px; font-size: 1.08rem; }
.sm-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sm-hero__microtrust { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 22px; color: #5f5965; font-size: 0.76rem; font-weight: 750; }
.sm-hero__microtrust span::before { content: "✓"; margin-right: 7px; color: var(--sm-purple); }
.sm-hero__media { position: relative; min-height: var(--sm-hero-min, 720px); overflow: hidden; background: linear-gradient(145deg, #e9e2db, #d9cfc4); }
.sm-hero__media > picture,
.sm-hero__media > img { width: 100%; height: 100%; }
.sm-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--sm-image-position, 54% center); }
.sm-hero__media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.23), transparent 22%); }
.sm-hero__placeholder { height: 100%; min-height: inherit; display: grid; place-items: center; padding: 30px; color: var(--sm-muted); text-align: center; background: linear-gradient(145deg, #eee8fb, #ddd1f0); }
.sm-hero__badge { position: absolute; right: 28px; top: 28px; z-index: 2; padding: 14px 18px; border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: var(--sm-shadow); backdrop-filter: blur(12px); }
.sm-hero__badge strong { display: block; font-size: 1.35rem; }
.sm-hero__badge span { color: var(--sm-muted); font-size: 0.72rem; }

/* Logo / trust strip */
.sm-logo-strip { border-block: 1px solid var(--sm-line); background: var(--sm-strip-bg, #fff); }
.sm-logo-strip__grid { padding: 28px 0; display: grid; grid-template-columns: repeat(var(--sm-logo-count, 5), 1fr); align-items: center; gap: 20px; color: #8a858c; text-align: center; font-weight: 800; letter-spacing: 0.06em; }
.sm-logo-strip__grid img { max-height: 34px; width: auto; margin: auto; opacity: 0.58; filter: grayscale(1); }

/* Results */
.sm-results { background: var(--sm-results-bg, var(--sm-paper)); }
.sm-stat-grid { margin-bottom: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sm-stat { padding: 28px; border-top: 1px solid var(--sm-line); text-align: center; }
.sm-stat strong { display: block; margin-bottom: 4px; font-size: 2rem; }
.sm-stat span { color: var(--sm-muted); font-size: 0.72rem; letter-spacing: 0.13em; text-transform: uppercase; }
.sm-carousel { position: relative; }
.sm-result-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 1fr); gap: 22px; overflow: hidden; scroll-behavior: smooth; }
.sm-result-card { overflow: hidden; border: 1px solid var(--sm-line); border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(20,18,23,.06); }
.sm-result-card__visual { position: relative; height: 280px; display: grid; grid-template-columns: 1fr 1fr; background: linear-gradient(140deg, #c9bdd8, #745e8c); }
.sm-result-card__half { position: relative; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; padding: 20px; color: #fff; font-size: 1.2rem; font-weight: 850; }
.sm-result-card__half:first-child { background: rgba(20,18,23,.34); }
.sm-result-card__half img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sm-result-card__half::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.5), transparent 55%); }
.sm-result-card__half span { position: relative; z-index: 1; }
.sm-result-card__badge { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3; width: 88px; height: 88px; padding: 8px; border: 4px solid #fff; border-radius: 50%; display: grid; place-items: center; background: #5b3d89; color: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.25); text-align: center; font-size: 0.77rem; font-weight: 900; line-height: 1.1; }
.sm-result-card__body { padding: 24px; }
.sm-result-card__body p { font-size: 0.94rem; }
.sm-result-card__author { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
.sm-result-card__author img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.sm-result-card__initial { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--sm-purple-soft); color: var(--sm-purple-dark); font-weight: 900; }
.sm-carousel__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 46px; height: 46px; border: 1px solid var(--sm-line); border-radius: 50%; background: #fff; box-shadow: var(--sm-shadow); cursor: pointer; }
.sm-carousel__arrow--prev { left: -22px; }
.sm-carousel__arrow--next { right: -22px; }

/* Product story */
.sm-product-story { height: var(--sm-story-height, 230vh); position: relative; background: var(--sm-story-bg, linear-gradient(180deg,#17131d,#251c32)); color: #fff; }
.sm-product-stage { position: sticky; top: var(--sm-header-offset); height: calc(100vh - var(--sm-header-offset)); overflow: hidden; display: grid; grid-template-columns: 42% 58%; align-items: center; }
.sm-product-copy { padding-left: max(24px, calc((100vw - var(--sm-max)) / 2)); padding-right: 48px; }
.sm-product-copy .sm-eyebrow { color: var(--sm-story-accent, #bba4ed); }
.sm-product-copy p { color: rgba(255,255,255,.68); font-size: 1.05rem; }
.sm-feature-list { margin-top: 34px; display: grid; gap: 15px; }
.sm-feature { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); opacity: 0.32; transform: translateX(-10px); transition: opacity .45s ease, transform .45s ease; }
.sm-feature.sm-active { opacity: 1; transform: none; }
.sm-feature strong { display: block; margin-bottom: 4px; }
.sm-product-visual { position: relative; height: 100%; display: grid; place-items: center; perspective: 1200px; }
.sm-product-halo { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(156,121,228,.34), rgba(156,121,228,0) 68%); filter: blur(4px); }
.sm-product-image { position: relative; z-index: 2; width: min(760px, 82%); max-height: 68vh; object-fit: contain; filter: drop-shadow(0 32px 34px rgba(0,0,0,.38)); transform-style: preserve-3d; will-change: transform; }
.sm-product-placeholder { position: relative; z-index: 2; width: min(760px, 82%); aspect-ratio: 1.75; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; display: grid; place-items: center; color: rgba(255,255,255,.65); background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.03)); }
.sm-product-chip { position: absolute; z-index: 3; padding: 14px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.1); backdrop-filter: blur(12px); font-size: 0.78rem; opacity: 0; transform: translateY(12px); transition: opacity .45s ease, transform .45s ease; }
.sm-product-chip.sm-visible { opacity: 1; transform: none; }
.sm-product-chip--1 { right: 8%; top: 22%; }
.sm-product-chip--2 { left: 8%; bottom: 25%; }
.sm-product-chip--3 { right: 14%; bottom: 16%; }
.sm-product-cta { margin-top: 30px; }

/* Programs */
.sm-programs { background: var(--sm-programs-bg, linear-gradient(145deg,#eee8fb,#f9f7fb)); }
.sm-tabs { margin-bottom: 34px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.sm-tab { padding: 12px 18px; border: 1px solid var(--sm-line); border-radius: 999px; background: #fff; cursor: pointer; color: var(--sm-ink); font-weight: 800; }
.sm-tab.sm-active { background: var(--sm-ink); color: #fff; }
.sm-program-panel { display: none; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding: 32px; border-radius: 28px; background: #fff; box-shadow: var(--sm-shadow); }
.sm-program-panel.sm-active { display: grid; }
.sm-program-visual { min-height: 410px; overflow: hidden; position: relative; border-radius: 22px; display: grid; place-items: center; background: linear-gradient(145deg,#cab9eb,#7d5db7); }
.sm-program-visual img { width: 100%; height: 100%; object-fit: cover; }
.sm-phone { width: 180px; height: 350px; padding: 15px; border: 8px solid #222; border-radius: 32px; transform: rotate(-5deg); background: #15131a; box-shadow: 0 28px 55px rgba(0,0,0,.32); color: #fff; }
.sm-phone__screen { height: 100%; padding: 20px; border-radius: 20px; background: linear-gradient(180deg,#f6f2fb,#c9b9eb); color: var(--sm-ink); }
.sm-phone__media { height: 120px; margin: 20px 0; border-radius: 16px; background: #fff; }
.sm-program-points { margin: 28px 0; display: grid; gap: 15px; }
.sm-program-point { display: flex; align-items: center; gap: 12px; }
.sm-program-point::before { content: "✓"; width: 30px; height: 30px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--sm-purple-soft); color: var(--sm-purple); font-weight: 900; }

/* Included */
.sm-included { background: var(--sm-included-bg, #fff); }
.sm-included-grid { display: grid; grid-template-columns: repeat(var(--sm-included-cols, 5), 1fr); gap: 18px; }
.sm-included-item { padding: 24px 16px; border-top: 1px solid var(--sm-line); }
.sm-included-item__media { height: 150px; margin-bottom: 18px; overflow: hidden; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(145deg,#f0ecf7,#d7c9ee); color: var(--sm-purple); font-size: 2rem; font-weight: 900; }
.sm-included-item__media img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }

/* Reviews */
.sm-reviews { background: var(--sm-reviews-bg, #17131d); color: #fff; }
.sm-reviews p { color: rgba(255,255,255,.68); }
.sm-reviews .sm-eyebrow { color: var(--sm-reviews-accent, #bba4ed); }
.sm-review-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.sm-review-card { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.055); }
.sm-review-card--featured { grid-row: span 2; padding: 38px; }
.sm-review-card blockquote { margin: 18px 0; font-size: 1.12rem; line-height: 1.65; }
.sm-review-author { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.sm-review-avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; object-fit: cover; background: #d9c9ef; color: #4d3970; font-weight: 900; }

/* Guarantee */
.sm-guarantee { background: var(--sm-guarantee-bg, linear-gradient(120deg,#f7f3ee,#eee7fb)); }
.sm-guarantee__shell { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.sm-guarantee__media { min-height: 450px; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg,#eee8fb,#d9cbe9); box-shadow: var(--sm-shadow); }
.sm-guarantee__media img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.sm-guarantee__points { margin: 30px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.sm-guarantee__point { padding: 18px; border: 1px solid var(--sm-line); border-radius: 16px; background: rgba(255,255,255,.72); }
.sm-guarantee__point p { margin-bottom: 0; font-size: 0.9rem; }

/* FAQ */
.sm-faq { background: var(--sm-faq-bg, #fff); }
.sm-faq__shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }
.sm-faq details { padding: 22px 0; border-bottom: 1px solid var(--sm-line); }
.sm-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; font-size: 1.05rem; font-weight: 800; }
.sm-faq summary::-webkit-details-marker { display: none; }
.sm-faq summary::after { content: "+"; font-size: 1.5rem; }
.sm-faq details[open] summary::after { content: "-"; }
.sm-faq details p { margin: 14px 0 0; }

/* Footer */
.sm-footer { padding: 50px 0; background: var(--sm-footer-bg, #121015); color: #fff; }
.sm-footer p { color: rgba(255,255,255,.62); }
.sm-footer__grid { display: grid; grid-template-columns: 1.2fr repeat(3,.6fr); gap: 40px; }
.sm-footer__brand { display: inline-block; margin-bottom: 14px; font-size: 1.8rem; font-weight: 850; letter-spacing: -0.06em; }
.sm-footer__column strong { display: block; margin-bottom: 14px; }
.sm-footer__column a { display: block; margin: 8px 0; color: rgba(255,255,255,.66); font-size: 0.9rem; }
.sm-footer__column a:hover { color: #fff; }
.sm-footer__bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.5); font-size: 0.78rem; }

/* Sticky buy */
.sm-sticky-buy-section { position: relative; z-index: 85; }
.sm-sticky-buy { display: none; }

@media (max-width: 900px) {
  :root { --sm-header-offset: 66px; }
  .sm-header__nav { display: none; }
  .sm-header__burger { display: grid; }
  .sm-header__inner { grid-template-columns: 1fr auto 1fr; height: 66px; }
  .sm-header__brand { font-size: 1.55rem; }

  .sm-hero { grid-template-columns: 1fr; min-height: auto; }
  .sm-hero__copy { order: 2; padding: 38px 20px 48px; }
  .sm-hero__media { order: 1; min-height: var(--sm-mobile-image-height, 46vh); }
  .sm-hero__media img { object-position: var(--sm-mobile-image-position, 58% center); }
  .sm-hero__badge { right: 16px; top: 16px; }
  .sm h1 { font-size: clamp(3rem, 14vw, 5.2rem); }

  .sm-logo-strip__grid { grid-template-columns: repeat(3, 1fr); }
  .sm-logo-strip__grid > *:nth-child(n+4) { display: none; }

  .sm-stat-grid { grid-template-columns: 1fr 1fr; }
  .sm-stat:nth-child(3) { grid-column: 1 / -1; }
  .sm-result-rail {
    grid-auto-columns: 86vw;
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-y pinch-zoom;
    overscroll-behavior-x: contain;
  }
  .sm-result-rail::-webkit-scrollbar { display: none; }
  .sm-result-card { scroll-snap-align: center; scroll-snap-stop: always; }
  .sm-carousel__arrow { display: none; }

  .sm-product-story { height: var(--sm-story-mobile-height, 260vh); }
  .sm-product-stage { height: calc(100vh - var(--sm-header-offset)); grid-template-columns: 1fr; padding: 42px 20px; }
  .sm-product-copy { align-self: end; z-index: 4; padding: 0; }
  .sm-product-copy h2 { font-size: 2.6rem; }
  .sm-product-visual { position: absolute; inset: 0 0 42%; height: auto; }
  .sm-product-image,
  .sm-product-placeholder { width: 94%; }
  .sm-product-chip { padding: 10px; font-size: 0.68rem; }

  .sm-program-panel.sm-active { grid-template-columns: 1fr; }
  .sm-included-grid { grid-template-columns: repeat(2, 1fr); }
  .sm-review-grid { grid-template-columns: 1fr; }
  .sm-review-card--featured { grid-row: auto; }
  .sm-guarantee__shell,
  .sm-faq__shell { grid-template-columns: 1fr; }
  .sm-guarantee__media { min-height: 340px; }
  .sm-footer__grid { grid-template-columns: 1fr 1fr; }

  .sm-sticky-buy { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 85; padding: 10px; border: 1px solid var(--sm-line); border-radius: 18px; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.95); box-shadow: var(--sm-shadow); backdrop-filter: blur(16px); }
  .sm-sticky-buy__copy { flex: 1; }
  .sm-sticky-buy strong { display: block; font-size: 0.88rem; }
  .sm-sticky-buy span { color: var(--sm-muted); font-size: 0.7rem; }
  .sm-sticky-buy .sm-button { width: auto; min-height: 46px; padding-inline: 16px; }
  .template--index { padding-bottom: 82px; }
}

@media (max-width: 560px) {
  .sm-container { width: min(calc(100% - 28px), var(--sm-max)); }
  .sm-section { padding: 78px 0; }
  .sm-hero__media { min-height: var(--sm-mobile-image-height, 44vh); }
  .sm-hero__copy { padding-top: 32px; }
  .sm-hero__review { align-items: flex-start; gap: 10px; }
  .sm-hero__avatars { width: 92px; height: 34px; }
  .sm-hero__review-line { font-size: 0.8rem; }
  .sm-hero__actions { display: grid; }
  .sm-hero__actions .sm-button { width: 100%; }
  .sm-included-grid { grid-template-columns: 1fr 1fr; }
  .sm-guarantee__points { grid-template-columns: 1fr; }
  .sm-footer__grid { grid-template-columns: 1fr; }
  .sm-footer__bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .sm * { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .sm-reveal { opacity: 1 !important; transform: none !important; }
}

/* Optional ecosystem / accessories */
.sm-ecosystem { background: var(--sm-ecosystem-bg, #f3eefb); }
.sm-ecosystem__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sm-ecosystem__card { overflow: hidden; border: 1px solid var(--sm-line); border-radius: 22px; background: rgba(255,255,255,.78); transition: transform .3s ease, box-shadow .3s ease; }
.sm-ecosystem__card:hover { transform: translateY(-4px); box-shadow: var(--sm-shadow); }
.sm-ecosystem__media { aspect-ratio: 1.1; overflow: hidden; display: grid; place-items: center; background: linear-gradient(145deg,#ddd1f0,#f7f3fb); }
.sm-ecosystem__media img { width: 100%; height: 100%; object-fit: cover; }
.sm-ecosystem__placeholder { color: var(--sm-purple); font-size: 2rem; font-weight: 900; }
.sm-ecosystem__body { padding: 22px; }
.sm-ecosystem__meta { display: flex; justify-content: space-between; gap: 15px; align-items: baseline; }
.sm-ecosystem__tag { color: var(--sm-purple); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
@media(max-width:900px){.sm-ecosystem__grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.sm-ecosystem__grid{grid-template-columns:1fr}}