.landing{font-family:var(--font-body);font-size:19px;line-height:1.7;color:var(--text);background:var(--bg);transition:background .3s,color .3s}.section{padding:var(--section-py) 0;scroll-margin-top:72px}.section--cream{background:var(--bg-alt)}.section--white{background:var(--bg)}.label{font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:var(--purple);margin-bottom:12px}.heading,.label{font-family:var(--font-heading)}.heading{font-weight:400;color:var(--text);line-height:1.15}.heading--xl{font-size:clamp(38px,5.5vw,72px)}.heading--lg{font-size:clamp(26px,3.5vw,40px);margin-bottom:8px}.heading--md{font-size:clamp(24px,3vw,36px)}.subtitle{font-family:var(--font-body);font-size:clamp(17px,2vw,21px);color:var(--text-mid);line-height:1.7;max-width:600px;margin-top:16px}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.botanical{position:relative}.botanical:before{content:"";position:absolute;width:120px;height:120px;border:1px solid var(--border);border-radius:50%;opacity:.4;pointer-events:none}.hero{padding:clamp(32px,4vw,56px) 0 clamp(24px,3vw,40px);text-align:center;position:relative;overflow:hidden}.hero:before{top:-200px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(124,92,252,.04) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.hero:after{bottom:-150px;left:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(26,83,92,.03) 0,transparent 70%)}.hero__badge{display:inline-block;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-mid);border:1px solid var(--border);padding:8px 20px;border-radius:100px}.hero h1,.hero__badge{font-family:var(--font-heading);margin-bottom:14px}.hero h1{font-size:clamp(44px,7vw,80px);font-weight:400;line-height:1.1;color:var(--text);letter-spacing:-.5px;max-width:700px;margin-left:auto;margin-right:auto}.hero h1 em{font-style:italic;display:inline-block;position:relative}.hero h1 em:after{content:"";position:absolute;bottom:4px;left:0;right:0;height:2px;background:var(--purple);opacity:.4}.hero__subtitle{font-family:var(--font-body);font-size:clamp(18px,2.2vw,22px);color:var(--text-mid);max-width:580px;margin:0 auto 20px;line-height:1.65}.hero__systems{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:24px}.hero__tag{font-family:var(--font-heading);font-size:12px;font-weight:500;letter-spacing:.8px;color:var(--text-mid);padding:6px 16px 6px 12px;border:1px solid var(--border);border-radius:100px;display:flex;align-items:center;gap:6px;background:var(--card-bg)}.dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.hero__buttons{gap:16px}.hero__buttons,.hero__system-dots{display:flex;justify-content:center;flex-wrap:wrap}.hero__system-dots{margin-top:32px;gap:20px}.hero__system-dot{width:8px;height:8px;border-radius:50%}.btn{font-family:var(--font-heading);font-size:15px;font-weight:600;padding:14px 32px;border-radius:10px;transition:all .2s;letter-spacing:.3px}.btn--primary{background:var(--purple);color:#fff;border:2px solid var(--purple)}.btn--primary:hover{background:var(--purple-hover);border-color:var(--purple-hover);transform:translateY(-2px);box-shadow:0 8px 24px rgba(124,92,252,.25)}.btn--outline{background:transparent;color:var(--text);border:2px solid var(--border)}.btn--outline:hover{border-color:var(--text);transform:translateY(-1px)}.scientists__intro{font-family:var(--font-body);font-size:clamp(22px,3vw,30px);font-weight:300;color:var(--text);line-height:1.55;max-width:720px;text-align:center;margin:0 auto 64px}.scientists__list{max-width:680px;margin:0 auto}.scientist{display:flex;gap:24px;padding:28px 0;border-bottom:1px solid var(--border)}.scientist:last-child{border-bottom:none}.scientist__num{font-family:var(--font-heading);font-size:14px;font-weight:600;color:var(--purple);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(124,92,252,.3);border-radius:50%;flex-shrink:0;margin-top:4px}.scientist__text{font-family:var(--font-body);font-size:18px;color:var(--text-mid);line-height:1.65}.scientist__text strong{color:var(--text);font-weight:500}.scientist__tag{font-family:var(--font-heading);font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--purple);margin-top:8px;display:block}.scientists__closing{font-family:var(--font-body);font-size:clamp(18px,2.2vw,22px);color:var(--text);text-align:center;max-width:640px;margin:48px auto 0;line-height:1.6;font-weight:400}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:32px}.step{text-align:center}.step__num{font-family:var(--font-heading);font-size:44px;font-weight:300;color:var(--sand);line-height:1;margin-bottom:16px;transition:color .3s}.step:hover .step__num{color:var(--purple)}.step__title{font-family:var(--font-heading);font-size:18px;font-weight:600;color:var(--text);margin-bottom:10px}.step__desc{font-family:var(--font-body);font-size:16px;color:var(--text-mid);line-height:1.6}@media (max-width:768px){.steps{grid-template-columns:1fr 1fr}}@media (max-width:480px){.steps{grid-template-columns:1fr;gap:40px}}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}.product{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:28px 24px 24px;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;box-shadow:0 2px 12px rgba(30,30,46,.04)}.product:hover{transform:translateY(-6px);box-shadow:0 20px 56px rgba(30,30,46,.1);border-color:rgba(124,92,252,.25)}.product__accent{height:3px;border-radius:3px 3px 0 0;margin:-28px -24px 0}.product__preview{margin:0 -24px 16px;padding:20px 24px;background:var(--bg);border-bottom:1px solid var(--border);text-align:center}.product__preview-doc{display:inline-block;width:80px;height:100px;background:var(--card-bg);border:1px solid var(--border);border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:8px 6px;text-align:left;position:relative}.product__preview-doc:after{content:"";position:absolute;top:8px;right:6px;width:16px;height:16px;border-radius:50%;opacity:.15}.product:first-child .product__preview-doc:after{background:var(--purple)}.product:nth-child(2) .product__preview-doc:after{background:#0ea5a5}.product:nth-child(3) .product__preview-doc:after{background:var(--dont)}.product__preview-line{height:2px;background:var(--border);border-radius:1px;margin-bottom:3px}.product__preview-line:first-child{width:60%}.product__preview-line:nth-child(2){width:80%}.product__preview-line:nth-child(3){width:45%}.product__preview-line:nth-child(4){width:70%;margin-top:6px}.product__preview-line:nth-child(5){width:55%}.product__preview-line:nth-child(6){width:65%}.product__preview-pages{font-family:var(--font-heading);font-size:11px;color:var(--text-light);margin-top:8px}.product:first-child .product__accent{background:var(--purple)}.product:nth-child(2) .product__accent{background:#0ea5a5}.product:nth-child(3) .product__accent{background:var(--dont)}.product__icon{font-size:36px;text-align:center;margin-bottom:12px;line-height:1}.product__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;padding-bottom:6px;border-bottom:1px solid var(--border)}.product__name{font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--purple)}.product__name,.product__price{font-family:var(--font-heading)}.product__price{font-size:30px;font-weight:400;color:var(--text)}.product__for{font-family:var(--font-body);font-size:15px;color:var(--text-light);margin-bottom:4px}.product__desc{font-family:var(--font-body);font-size:17px;font-style:italic;color:var(--text);line-height:1.5;margin-bottom:10px}.product__features{list-style:none;margin-bottom:10px;flex-grow:1}.product__desc,.product__for{text-align:left}.product__features li{font-family:var(--font-body);font-size:16px;color:var(--text-mid);padding:5px 0 5px 20px;position:relative;line-height:1.5;text-align:left}.product__features li:before{content:"✦";position:absolute;left:0;color:var(--purple);font-size:8px;top:5px}.product__meta{font-family:var(--font-heading);font-size:12px;color:var(--text-light);letter-spacing:.5px;padding-top:16px;border-top:1px solid var(--border);margin-bottom:12px;text-align:center}.product__buttons{display:flex;flex-direction:column;gap:8px}.product__btn-primary{font-family:var(--font-heading);font-size:14px;font-weight:600;text-align:center;padding:12px;background:var(--purple);color:#fff;border-radius:8px;transition:background .2s}.product__btn-primary:hover{background:var(--purple-hover)}.product__btn-secondary{font-family:var(--font-heading);font-size:14px;font-weight:600;text-align:center;padding:12px;background:transparent;color:var(--text);border:1.5px solid var(--border);border-radius:8px;transition:border-color .2s,color .2s}.product__btn-secondary:hover{border-color:var(--purple);color:var(--purple)}.products__trust{text-align:center;margin-top:32px;font-family:var(--font-heading);font-size:13px;color:var(--text-light);display:flex;align-items:center;justify-content:center;gap:8px}@media (max-width:768px){.products{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--border);border-radius:16px;overflow:hidden}.stat{background:var(--bg);padding:36px 24px;text-align:center}.stats{background:var(--border)}.stat__value{font-family:var(--font-heading);font-size:clamp(28px,3.5vw,40px);font-weight:400;color:var(--text);line-height:1.1;margin-bottom:8px}.stat__label{font-family:var(--font-body);font-size:14px;color:var(--text-light);line-height:1.4}@media (max-width:768px){.stats{grid-template-columns:1fr 1fr}}.systems-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:32px}.system-card{text-align:center;padding:32px 20px;border:1px solid var(--border);border-radius:16px;background:var(--card-bg);box-shadow:0 2px 8px rgba(30,30,46,.04);transition:transform .3s,border-color .3s,box-shadow .3s}.system-card:hover{transform:translateY(-4px);border-color:rgba(124,92,252,.3);box-shadow:0 12px 36px rgba(30,30,46,.08)}.system-card__icon{font-size:28px;margin-bottom:16px;display:block;color:var(--teal)}.system-card__name{font-family:var(--font-heading);font-size:16px;font-weight:600;color:var(--text);margin-bottom:10px}.system-card__desc{font-family:var(--font-body);font-size:15px;color:var(--text-mid);line-height:1.5}@media (max-width:768px){.systems-grid{grid-template-columns:repeat(2,1fr)}.systems-grid>:last-child{grid-column:span 2;max-width:50%;margin:0 auto}}@media (max-width:480px){.systems-grid{grid-template-columns:1fr}.systems-grid>:last-child{grid-column:span 1;max-width:100%}}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}.review{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:32px;box-shadow:0 2px 8px rgba(30,30,46,.03)}.review__stars{color:var(--star);font-size:16px;letter-spacing:4px;margin-bottom:16px}.review__text{font-family:var(--font-body);font-size:17px;font-style:italic;color:var(--text);line-height:1.6;margin-bottom:12px}.review__author{font-family:var(--font-heading);font-size:13px;color:var(--text-mid)}.review__author strong{color:var(--text);font-weight:600}.reviews-grid>:last-child:nth-child(odd){grid-column:span 2;max-width:50%;margin:0 auto}@media (max-width:768px){.reviews-grid{grid-template-columns:1fr}.reviews-grid>:last-child:nth-child(odd){grid-column:span 1;max-width:100%}}.faq-list{max-width:720px;margin:48px auto 0}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px 0;font-family:var(--font-heading);font-size:17px;font-weight:500;color:var(--text);text-align:left;cursor:pointer;transition:color .2s}.faq-question:hover{color:var(--purple)}.faq-toggle{font-size:22px;font-weight:300;color:var(--text-light);transition:transform .3s;flex-shrink:0;margin-left:16px}.faq-item.open .faq-toggle{transform:rotate(45deg)}.faq-answer{font-family:var(--font-body);font-size:17px;color:var(--text-mid);line-height:1.65;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;padding:0}.faq-item.open .faq-answer{max-height:300px;padding:0 0 24px}@media (max-width:768px){.hero__buttons{flex-direction:column;gap:10px;align-items:stretch;padding:0 24px}.hero__buttons .btn{text-align:center}div[style*="margin-top:32px;display:flex;justify-content:center;gap:20px"]{display:none!important}.scientist{gap:16px;padding:20px 0}.scientists__intro{margin-bottom:40px}.systems-grid>:last-child{max-width:100%!important}}@media (max-width:480px){.section{padding:40px 0!important}.container{padding:0 16px!important}.label{font-size:10px;letter-spacing:2px;margin-bottom:8px}.hero{padding:16px 0 12px!important}.hero h1{font-size:34px!important;margin-bottom:12px!important}.hero__subtitle{font-size:15px!important;margin-bottom:14px!important;line-height:1.5!important}.hero__badge{font-size:9px!important;padding:5px 12px!important;margin-bottom:10px!important;letter-spacing:1.5px!important}.hero__systems{gap:5px!important;margin-bottom:14px!important}.hero__tag{font-size:10px!important;padding:4px 8px 4px 6px!important}.dot{width:6px!important;height:6px!important}.hero__buttons{padding:0 8px!important;gap:8px!important}.hero__buttons .btn{padding:13px!important;font-size:14px!important}div[style*="width:140px"]{display:none!important}.hero svg[width="56"]{width:40px!important;height:40px!important}div[style*="margin-bottom:16px"]{margin-bottom:10px!important}.scientists__intro{font-size:18px!important;margin-bottom:32px!important}.scientist{gap:12px;padding:16px 0}.scientist__num{width:28px;height:28px;font-size:12px}.scientist__text{font-size:15px!important}.scientists__closing{font-size:16px!important;margin-top:32px!important}.heading--lg{font-size:24px!important}.subtitle{font-size:15px!important}.steps{gap:24px!important;margin-top:24px!important}.step__num{font-size:36px!important;margin-bottom:10px!important}.step__title{font-size:16px!important}.step__desc{font-size:14px!important}.products{margin-top:24px!important;gap:16px!important}.product{padding:18px 16px 16px!important;border-radius:12px!important}.product__price{font-size:24px!important}.product__name{font-size:10px!important}.product__desc{font-size:14px!important;margin-bottom:8px!important}.product__features li{font-size:13px!important;padding:2px 0 2px 18px!important}.product__features li:before{font-size:7px!important;top:5px!important}.product__meta{font-size:11px!important;padding-top:10px!important;margin-bottom:10px!important}.product__btn-primary,.product__btn-secondary{font-size:14px!important;padding:11px!important}.stats{border-radius:12px!important}.stat{padding:20px 12px!important}.stat__value{font-size:24px!important}.stat__label{font-size:12px!important}.systems-grid{gap:12px!important;margin-top:24px!important}.system-card{padding:20px 16px!important;border-radius:12px!important}.system-card__icon{font-size:22px!important;margin-bottom:10px!important}.system-card__name{font-size:14px!important;margin-bottom:6px!important}.system-card__desc{font-size:13px!important}.reviews-grid{margin-top:32px!important;gap:16px!important}.review{padding:20px!important;border-radius:12px!important}.review__stars{font-size:12px!important;letter-spacing:2px!important;margin-bottom:10px!important}.review__text{font-size:15px!important;margin-bottom:14px!important}.review__author{font-size:12px!important}.faq-list{margin-top:32px!important}.faq-question{padding:18px 0!important;font-size:15px!important}.faq-answer{font-size:14px!important}}@media (max-width:375px){.hero h1{font-size:30px!important}.hero__subtitle{font-size:14px!important}.heading--lg,.product__price{font-size:22px!important}.step__num{font-size:30px!important}}.gift-card{margin:40px auto 0;max-width:640px;background:var(--card-bg);border:1px solid var(--border);border-radius:20px;padding:clamp(28px,4vw,44px);text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.02)}.gift-card__icon{width:56px;height:56px;margin:0 auto 20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(124,92,252,.08);color:var(--purple)}.gift-card__bullets{list-style:none;padding:0;text-align:left;max-width:440px;margin:0 auto 28px}.gift-card__bullets li{position:relative;padding:8px 0 8px 22px;color:var(--text-mid);font-size:16px;line-height:1.6}.gift-card__bullets li:before{content:"";position:absolute;left:0;top:17px;width:6px;height:6px;border-radius:50%;background:var(--purple)}.gift-card__cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 28px;border-radius:999px;background:var(--purple);color:#fff;font-family:var(--font-heading);font-weight:600;font-size:15px;text-decoration:none;transition:opacity .2s}.gift-card__cta:hover{opacity:.9}