@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--sh-dark: #111111;--sh-dark-2: #1A1A1A;--sh-dark-3: #0D0D0D;--sh-warm-white: #FAFAF7;--sh-cream: #F5F4F0;--sh-gold: #D4AF37;--sh-gold-light: #E8C94A;--sh-gold-dim: rgba(212,175,55,.15);--sh-teal: #0D9488;--sh-teal-light: #14B8A6;--sh-green: #22C55E;--sh-text-light: #E8E6E1;--sh-text-dim: #9CA3AF;--sh-font-display: "Space Grotesk", sans-serif;--sh-font-body: "Inter", sans-serif;--sh-radius: 12px;--sh-radius-sm: 8px;--sh-max-width: 1280px;--sh-transition: .3s cubic-bezier(.4, 0, .2, 1)}[class^=stellar-] *,[class^=stellar-] *:before,[class^=stellar-] *:after{box-sizing:border-box;margin:0;padding:0}[class^=stellar-]{font-family:var(--sh-font-body);-webkit-font-smoothing:antialiased}[class^=stellar-] h1,[class^=stellar-] h2,[class^=stellar-] h3,[class^=stellar-] h4{font-family:var(--sh-font-display)}.stellar-gold-divider{height:1px;background:linear-gradient(90deg,transparent,var(--sh-gold),transparent);opacity:.3}.stellar-hud-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background-image:linear-gradient(rgba(212,175,55,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,.03) 1px,transparent 1px);background-size:60px 60px}.sh-reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.sh-reveal.revealed{opacity:1;transform:translateY(0)}.sh-glass{background:#ffffff0a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:var(--sh-radius)}.stellar-hero{position:relative;min-height:auto;display:flex;align-items:center;overflow:hidden;background:var(--sh-dark-3)}.stellar-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.stellar-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:70% center;transform:scale(1.05);transition:transform 8s ease}.stellar-hero.revealed .stellar-hero__bg img{transform:scale(1)}.stellar-hero__shimmer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(135deg,#d4af3700,#d4af370f,#d4af3700,#d4af370a,#d4af3700);background-size:400% 400%;animation:heroShimmer 8s ease infinite}@keyframes heroShimmer{0%{background-position:0% 0%}50%{background-position:100% 100%}to{background-position:0% 0%}}.stellar-hero__vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;box-shadow:inset 0 0 150px 60px #0006;pointer-events:none}.stellar-hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(90deg,rgba(10,10,8,.95) 0%,rgba(10,10,8,.88) 30%,rgba(10,10,8,.6) 50%,rgba(10,10,8,.25) 70%,rgba(10,10,8,.05) 85%,transparent 100%)}.stellar-hero__bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse at 70% 50%,rgba(212,175,55,.08) 0%,transparent 60%),radial-gradient(ellipse at 80% 30%,rgba(13,148,136,.05) 0%,transparent 50%),linear-gradient(135deg,#0a0a08,#111 40%,#1a1a1a)}.stellar-hero__inner{position:relative;z-index:3;max-width:var(--sh-max-width);margin:0 auto;padding:80px 48px 48px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;min-height:auto}.stellar-hero__content{position:relative;z-index:3}.stellar-hero__inner{grid-template-columns:1fr 1fr;min-height:auto;padding:64px 48px 40px;gap:32px}.stellar-hero__image{display:flex;align-items:center;justify-content:center;z-index:3}.stellar-hero__product-photo{width:100%;max-width:560px;height:auto;border-radius:20px;filter:drop-shadow(0 12px 32px rgba(0,0,0,.3))}.sh-btn-primary--large,.sh-btn-ghost--large{padding:18px 40px;font-size:16px}.stellar-hero__overline-line{display:inline-block;width:32px;height:1px;background:var(--sh-gold);vertical-align:middle}.stellar-hero__noise{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none}.stellar-hero__stats{display:flex;align-items:center;justify-content:center;gap:32px;margin-top:56px;padding-top:40px;border-top:1px solid rgba(212,175,55,.15)}.stellar-hero__stat{display:flex;flex-direction:column;align-items:center;gap:4px}.stellar-hero__stat-number{font-family:var(--sh-font-display);font-size:32px;font-weight:700;color:var(--sh-warm-white);letter-spacing:-.02em}.stellar-hero__stat-label{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#fafaf773}.stellar-hero__stat-divider{width:1px;height:40px;background:#d4af3733}@media (max-width: 768px){.stellar-hero__inner{grid-template-columns:1fr;padding:100px 24px 40px}.stellar-hero__product-photo{max-width:100%}}.stellar-hero__overline{display:inline-flex;align-items:center;gap:8px;font-family:var(--sh-font-body);font-size:13px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--sh-gold);margin-bottom:24px;opacity:0;animation:fadeInUp .8s .3s forwards}.stellar-hero__overline:before{content:"";width:32px;height:1px;background:var(--sh-gold)}.stellar-hero__headline{font-size:clamp(42px,5.5vw,76px);font-weight:700;line-height:1.05;color:#fff;max-width:680px;margin-bottom:24px;opacity:0;animation:fadeInUp .8s .5s forwards}.stellar-hero__headline em{font-style:normal;background:linear-gradient(135deg,var(--sh-gold),var(--sh-gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stellar-hero__sub{font-size:18px;line-height:1.6;color:#ffffffbf;max-width:520px;margin-bottom:36px;opacity:0;animation:fadeInUp .8s .7s forwards}.stellar-hero__cta-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap;opacity:0;animation:fadeInUp .8s .9s forwards}.sh-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:var(--sh-teal);color:#fff;font-family:var(--sh-font-display);font-size:16px;font-weight:600;text-decoration:none;border-radius:50px;border:none;cursor:pointer;transition:all var(--sh-transition);position:relative;overflow:hidden}.sh-btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent);opacity:0;transition:opacity var(--sh-transition)}.sh-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0d948866}.sh-btn-primary:hover:before{opacity:1}.sh-btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:transparent;color:#fff;font-family:var(--sh-font-display);font-size:16px;font-weight:500;text-decoration:none;border:1px solid rgba(255,255,255,.25);border-radius:50px;transition:all var(--sh-transition)}.sh-btn-ghost:hover{border-color:var(--sh-gold);color:var(--sh-gold)}.stellar-hero__trust{margin-top:48px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;font-size:13px;color:#fff9;letter-spacing:.5px;opacity:0;animation:fadeInUp .8s 1.1s forwards}.stellar-hero__trust-stars{color:var(--sh-gold);font-size:16px}.stellar-hero__trust span{display:flex;align-items:center;gap:6px}.stellar-hero__trust-dot{width:3px;height:3px;border-radius:50%;background:#ffffff4d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stellar-trust-strip{background:var(--sh-dark);border-top:1px solid rgba(212,175,55,.15);border-bottom:1px solid rgba(212,175,55,.15);padding:20px 0;overflow:hidden}.stellar-trust-strip__inner{display:flex;align-items:center;justify-content:center;gap:48px;max-width:var(--sh-max-width);margin:0 auto;padding:0 24px;flex-wrap:wrap}.stellar-trust-strip__item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:var(--sh-text-dim);letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.stellar-trust-strip__icon{display:inline-flex;align-items:center;color:var(--sh-gold)}.stellar-trust-strip__icon svg{width:18px;height:18px;stroke:var(--sh-gold);flex-shrink:0}.stellar-value-comparison{background:var(--sh-cream);padding:80px 0}.stellar-value-comparison__inner{max-width:var(--sh-max-width);margin:0 auto;padding:0 48px;display:grid;grid-template-columns:55% 45%;gap:48px;align-items:center}.stellar-value-comparison__content h2{font-size:clamp(28px,3.5vw,42px);font-weight:700;color:var(--sh-dark);line-height:1.15;margin-bottom:12px}.stellar-value-comparison__sub{font-size:16px;color:#666;margin-bottom:32px;max-width:440px}.sh-vc-table{width:100%}.sh-vc-table__head{display:grid;grid-template-columns:1fr 120px 120px;gap:0;padding:0 0 12px;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:0}.sh-vc-table__col-label{font-size:13px;font-weight:600;color:#999;text-align:center}.sh-vc-table__row{display:grid;grid-template-columns:1fr 120px 120px;gap:0;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.04);align-items:center}.sh-vc-table__name{font-size:15px;font-weight:500;color:var(--sh-dark)}.sh-vc-table__check{text-align:center}.sh-vc-table__price{text-align:center;font-size:14px;color:#888}.sh-vc-table__total{display:grid;grid-template-columns:1fr 120px 120px;gap:0;padding:16px 0 0;margin-top:4px;border-top:2px solid var(--sh-dark)}.sh-vc-table__total-label{font-size:15px;font-weight:700;color:var(--sh-dark)}.sh-vc-table__total-ours{text-align:center;font-size:18px;font-weight:800;color:var(--sh-dark)}.sh-vc-table__total-theirs{text-align:center;font-size:18px;font-weight:700;color:#999;text-decoration:line-through}.sh-vc-footnote{font-size:12px;color:#999;font-style:italic;margin-top:16px}.stellar-value-comparison__image{display:flex;justify-content:center;align-items:center;background:#efede8;border-radius:16px;padding:40px}.stellar-value-comparison__image img{max-width:100%;max-height:480px;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.1))}.stellar-how-it-works{background:var(--sh-warm-white);padding:100px 0}.stellar-how-it-works__inner{max-width:var(--sh-max-width);margin:0 auto;padding:0 32px}.stellar-how-it-works__header{text-align:center;margin-bottom:64px}.stellar-how-it-works__header h2{font-size:clamp(28px,3vw,40px);font-weight:700;color:var(--sh-dark)}.stellar-how-it-works__sub{font-size:16px;color:#666;margin-top:8px}.stellar-how-it-works__steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}.sh-step-card{padding:32px 24px;text-align:left;border:1px solid rgba(212,175,55,.12);border-radius:var(--sh-radius);background:var(--sh-cream);transition:transform .3s,box-shadow .3s}.sh-step-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.sh-step-card__icon{margin-bottom:16px}.sh-step-card__num{font-family:var(--sh-font-display);font-size:13px;font-weight:700;color:var(--sh-gold);letter-spacing:.05em;margin-bottom:12px}.sh-step-card h3{font-size:18px;font-weight:700;color:var(--sh-dark);margin-bottom:8px}.sh-step-card p{font-size:14px;line-height:1.6;color:#555}@media (max-width: 768px){.stellar-how-it-works__steps-grid{grid-template-columns:1fr 1fr;gap:16px}}@media (max-width: 480px){.stellar-how-it-works__steps-grid{grid-template-columns:1fr}}.stellar-science-block{position:relative;background:var(--sh-dark);padding:80px 0;overflow:hidden}.stellar-science-block__inner{max-width:var(--sh-max-width);margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative;z-index:2}.stellar-science-block__text h2{font-size:clamp(28px,3vw,40px);font-weight:700;color:#fff;margin-bottom:16px}.stellar-science-block__text p{font-size:16px;color:var(--sh-text-dim);line-height:1.7;margin-bottom:32px}.sh-big-stat{margin-bottom:40px}.sh-big-stat__number{font-family:var(--sh-font-display);font-size:clamp(56px,7vw,96px);font-weight:800;background:linear-gradient(135deg,var(--sh-gold),var(--sh-gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.sh-big-stat__label{font-size:16px;color:var(--sh-text-dim);margin-top:8px}.sh-stat-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.sh-stat-card{padding:24px 16px;text-align:center}.sh-stat-card__number{font-family:var(--sh-font-display);font-size:28px;font-weight:800;color:#fff;margin-bottom:4px}.sh-stat-card__label{font-size:12px;color:var(--sh-text-dim);text-transform:uppercase;letter-spacing:1px}.sh-science-graphic{display:block;margin:0 auto 32px}.stellar-science-block__graphic{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.stellar-science-block__inner--full{grid-template-columns:1fr;text-align:center;max-width:800px}.stellar-science-block__text--full .sh-big-stat{display:flex;flex-direction:column;align-items:center}.stellar-science-block__text--full .sh-stat-cards{justify-content:center}.sh-science-features{display:flex;justify-content:center;gap:32px;margin-top:32px;flex-wrap:wrap}.sh-science-feature{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--sh-text-dim)}.stellar-clinical-index{position:relative;background:linear-gradient(180deg,#0d1117,#111827);padding:120px 0;overflow:hidden}.stellar-clinical-index__inner{max-width:var(--sh-max-width);margin:0 auto;padding:0 32px;position:relative;z-index:2}.stellar-clinical-index__header{text-align:center;margin-bottom:64px}.stellar-clinical-index__shield{font-size:48px;margin-bottom:16px;filter:drop-shadow(0 0 20px rgba(212,175,55,.3))}.stellar-clinical-index__header h2{font-size:clamp(28px,3.5vw,44px);font-weight:700;color:#fff;margin-bottom:16px}.stellar-clinical-index__header p{font-size:16px;color:var(--sh-text-dim);max-width:640px;margin:0 auto;line-height:1.7}.sh-ci-dimensions{display:flex;justify-content:center;gap:32px;margin-bottom:56px;flex-wrap:wrap}.sh-ci-dim{display:flex;flex-direction:column;align-items:center;gap:8px}.sh-ci-dim__icon{width:56px;height:56px;border-radius:50%;background:#d4af371a;border:1px solid rgba(212,175,55,.25);display:flex;align-items:center;justify-content:center;font-size:24px}.sh-ci-dim__label{font-size:11px;color:var(--sh-text-dim);text-transform:uppercase;letter-spacing:1.5px;font-weight:600}.sh-ci-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;margin-bottom:48px}.sh-ci-card{background:#ffffff08;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.06);border-left:3px solid var(--sh-teal);border-radius:var(--sh-radius);padding:24px;display:flex;gap:20px;align-items:flex-start;transition:all var(--sh-transition)}.sh-ci-card:hover{background:#ffffff0f;border-left-color:var(--sh-gold);transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.sh-ci-card__score{flex-shrink:0;width:64px;height:64px;border-radius:var(--sh-radius-sm);background:linear-gradient(135deg,#d4af3726,#d4af370d);border:1px solid rgba(212,175,55,.3);display:flex;align-items:center;justify-content:center;flex-direction:column}.sh-ci-card__score-num{font-family:var(--sh-font-display);font-size:24px;font-weight:800;color:var(--sh-gold);line-height:1}.sh-ci-card__score-of{font-size:9px;color:var(--sh-text-dim);text-transform:uppercase;letter-spacing:1px}.sh-ci-card__info{flex:1}.sh-ci-card__pills{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap}.sh-ci-pill{padding:3px 10px;border-radius:50px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.sh-ci-pill--verified{background:#22c55e1f;color:var(--sh-green);border:1px solid rgba(34,197,94,.25)}.sh-ci-pill--coa{background:#0d94881f;color:var(--sh-teal-light);border:1px solid rgba(13,148,136,.25)}.sh-ci-card__name{font-family:var(--sh-font-display);font-size:16px;font-weight:700;color:#fff;margin-bottom:2px}.sh-ci-card__brand{font-size:12px;color:var(--sh-text-dim);margin-bottom:10px}.sh-ci-card__stats{display:flex;gap:16px;font-size:11px;color:var(--sh-text-dim)}.sh-ci-card__stat{display:flex;align-items:center;gap:4px}.sh-ci-card__stat strong{color:#ffffffb3;font-weight:600}.sh-ci-banner{background:linear-gradient(135deg,#d4af371a,#d4af370d);border:1px solid rgba(212,175,55,.2);border-radius:var(--sh-radius);padding:20px 32px;display:flex;align-items:center;justify-content:center;gap:12px;text-align:center;margin-bottom:32px}.sh-ci-banner__icon{font-size:20px}.sh-ci-banner__text{font-size:14px;color:var(--sh-gold);font-weight:500}.sh-ci-banner__text strong{font-weight:700}.stellar-clinical-index .sh-btn-primary{display:block;width:fit-content;margin:0 auto}.stellar-product-lines{background:var(--sh-warm-white);padding:100px 0}.stellar-product-lines__inner{max-width:var(--sh-max-width);margin:0 auto;padding:0 32px}.stellar-product-lines__header{text-align:center;margin-bottom:56px}.stellar-product-lines__header h2{font-size:clamp(28px,3vw,40px);font-weight:700;color:var(--sh-dark)}.sh-pl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sh-pl-card{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--sh-radius);padding:40px 32px;text-align:center;transition:all var(--sh-transition);position:relative;overflow:hidden}.sh-pl-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(212,175,55,0),transparent 70%);opacity:0;transition:opacity var(--sh-transition)}.sh-pl-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014,0 0 0 1px #d4af3726}.sh-pl-card:hover:before{opacity:.06}.sh-pl-card__icon{font-size:40px;margin-bottom:20px}.sh-pl-card__name{font-family:var(--sh-font-display);font-size:24px;font-weight:700;color:var(--sh-dark);margin-bottom:12px}.sh-pl-card__desc{font-size:14px;color:#666;line-height:1.6;margin-bottom:24px}.sh-pl-card__cta{display:inline-flex;align-items:center;gap:6px;color:var(--sh-teal);font-weight:600;font-size:14px;text-decoration:none;transition:gap var(--sh-transition);position:relative;z-index:1;pointer-events:auto}.sh-pl-card__cta:hover{gap:10px}.stellar-social-proof{background:var(--sh-cream);padding:100px 0}.stellar-social-proof__inner{max-width:var(--sh-max-width);margin:0 auto;padding:0 32px}.stellar-social-proof__header{text-align:center;margin-bottom:56px}.stellar-social-proof__header h2{font-size:clamp(28px,3vw,40px);font-weight:700;color:var(--sh-dark)}.sh-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sh-testimonial{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--sh-radius);padding:32px;transition:all var(--sh-transition)}.sh-testimonial:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.sh-testimonial__stars{color:var(--sh-gold);font-size:14px;margin-bottom:16px;letter-spacing:2px}.sh-testimonial__quote{font-size:15px;line-height:1.7;color:#444;margin-bottom:20px;font-style:italic}.sh-testimonial__author{font-weight:700;font-size:14px;color:var(--sh-dark)}.sh-testimonial__detail{font-size:12px;color:#999;margin-top:2px}.stellar-faq{background:var(--sh-warm-white);padding:100px 0}.stellar-faq__inner{max-width:760px;margin:0 auto;padding:0 32px}.stellar-faq__header{text-align:center;margin-bottom:48px}.stellar-faq__header h2{font-size:clamp(28px,3vw,40px);font-weight:700;color:var(--sh-dark)}.sh-faq-item{border-bottom:1px solid rgba(0,0,0,.08)}.sh-faq-item__q{width:100%;text-align:left;padding:24px 0;background:none;border:none;cursor:pointer;font-family:var(--sh-font-display);font-size:17px;font-weight:600;color:var(--sh-dark);display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color var(--sh-transition)}.sh-faq-item__q:hover{color:var(--sh-teal)}.sh-faq-item__icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--sh-gold-dim);color:var(--sh-gold);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:300;transition:transform var(--sh-transition)}.sh-faq-item.open .sh-faq-item__icon{transform:rotate(45deg)}.sh-faq-item__a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0}.sh-faq-item.open .sh-faq-item__a{max-height:300px;padding:0 0 24px}.sh-faq-item__a p{font-size:15px;line-height:1.7;color:#666}@media (max-width: 768px){.stellar-hero__content{padding:120px 24px 80px}.stellar-hero__gradient{background:linear-gradient(180deg,#0009,#0006,#000000b3)}.stellar-trust-strip__inner{gap:24px;justify-content:center}.stellar-value-comparison__inner{grid-template-columns:1fr;gap:32px;padding:0 24px}.stellar-value-comparison__image{order:-1;padding:24px}.stellar-value-comparison__image img{max-height:280px}.sh-vc-table__head,.sh-vc-table__row,.sh-vc-table__total{grid-template-columns:1fr 90px 90px}.stellar-how-it-works__grid,.stellar-science-block__inner,.sh-ci-cards{grid-template-columns:1fr}.sh-ci-dimensions{gap:16px}.sh-pl-grid,.sh-testimonials{grid-template-columns:1fr}.sh-stat-cards{grid-template-columns:repeat(2,1fr);gap:8px}.stellar-hero__trust{flex-direction:column;gap:8px;align-items:flex-start}}@media (max-width: 480px){.sh-ci-dim__icon{width:44px;height:44px;font-size:20px}.sh-ci-dimensions{gap:12px}.sh-stat-cards{grid-template-columns:1fr}}.subscriptions_app_embed_block,.shopify-payment-terms,[data-shopify-selling-plan-selector],.selling-plan-selector{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:16px 0}.subscriptions_app_embed_block .sas-widget,.subscriptions_app_embed_block>div{border-radius:12px}.subscriptions_app_embed_block .sas-option,.subscriptions_app_embed_block [class*=option],.subscriptions_app_embed_block [class*=plan-row],[data-shopify-selling-plan-selector] .selling-plan-group__input-wrapper,.selling-plan-selector__option{display:flex;align-items:center;gap:12px;border:2px solid #E5E5E5;border-radius:10px;padding:14px 16px;margin-bottom:8px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;background:#fff}.subscriptions_app_embed_block .sas-option:hover,.subscriptions_app_embed_block [class*=option]:hover,[data-shopify-selling-plan-selector] .selling-plan-group__input-wrapper:hover,.selling-plan-selector__option:hover{border-color:#0d9488}.subscriptions_app_embed_block .sas-option.selected,.subscriptions_app_embed_block .sas-option.active,.subscriptions_app_embed_block [class*=option].selected,.subscriptions_app_embed_block [class*=option].active,.subscriptions_app_embed_block [class*=option--selected],[data-shopify-selling-plan-selector] .selling-plan-group__input-wrapper--selected,[data-shopify-selling-plan-selector] .selling-plan-group__input-wrapper.active,.selling-plan-selector__option--active{border-color:#0d9488;background:#0d94880a}.subscriptions_app_embed_block input[type=radio],[data-shopify-selling-plan-selector] input[type=radio],.selling-plan-selector input[type=radio]{accent-color:#0D9488;width:18px;height:18px;min-width:18px;cursor:pointer}.subscriptions_app_embed_block label,[data-shopify-selling-plan-selector] label,.selling-plan-selector label{font-size:14px;font-weight:500;color:#1a1a1a;cursor:pointer;line-height:1.4}.subscriptions_app_embed_block [class*=price],.subscriptions_app_embed_block [class*=discount],.subscriptions_app_embed_block [class*=save]{font-size:13px;color:#0d9488;font-weight:600}.subscriptions_app_embed_block [class*=badge],.subscriptions_app_embed_block [class*=tag],.selling-plan-group__badge,.selling-plan-selector__badge{background:#0d9488;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.subscriptions_app_embed_block select,.selling-plan-selector select{font-family:Inter,-apple-system,sans-serif;font-size:14px;border:1.5px solid #E5E5E5;border-radius:8px;padding:8px 32px 8px 12px;color:#1a1a1a;background:#fff;cursor:pointer;-webkit-appearance:auto;appearance:auto}.subscriptions_app_embed_block select:focus,.selling-plan-selector select:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d94881f}.subscriptions_app_embed_block [class*=info],.subscriptions_app_embed_block [class*=description]{font-size:12px;color:#666;margin-top:4px}#shopify-subscription-policy-button{color:#0d9488;text-decoration:underline;cursor:pointer}.subscriptions_app_embed_block>div,.subscriptions_app_embed_block fieldset,.subscriptions_app_embed_block [class*=selling-plan],.subscriptions_app_embed_block [class*=subscription]{display:flex!important;flex-direction:column!important;gap:0!important}.subscriptions_app_embed_block [class*=group]{flex-direction:column!important;width:100%!important}.subscriptions_app_embed_block label,.subscriptions_app_embed_block [class*=option]{display:flex!important;align-items:center!important;gap:10px!important;padding:12px 16px!important;border:1.5px solid #E5E5E5!important;border-radius:8px!important;margin-bottom:8px!important;cursor:pointer!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:500!important;transition:border-color .2s!important;width:100%!important;box-sizing:border-box!important}.subscriptions_app_embed_block label:hover,.subscriptions_app_embed_block [class*=option]:hover{border-color:#0d9488!important}.subscriptions_app_embed_block input[type=radio]:checked+label,.subscriptions_app_embed_block input[type=radio]:checked~label,.subscriptions_app_embed_block label:has(input:checked){border-color:#0d9488!important;background:#0d94880a!important}.subscriptions_app_embed_block input[type=radio]{accent-color:#0D9488!important;width:18px!important;height:18px!important;flex-shrink:0!important}.grid-product .grid-product__tag--subscribe,.grid-product [class*=subscribe],.grid-product .grid-product__meta .selling-plan-name,.grid-product__content .subscription-text,.grid-product .shopify-selling-plan-badge,.grid-product__meta a[href*=selling_plan],.grid-product .grid-product__price+span:not(.grid-product__price--original),.grid-product .price__unit+*,.grid-product__content [data-selling-plan],.grid-product .selling-plan-allocation__price{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/8/assets/stellar-v2.css.map */
