:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#12211b;background:#f5f7f5;line-height:1.5;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{text-decoration:none;color:inherit}.topbar{height:70px;background:#fff;border-bottom:1px solid #e5ebe7;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,5vw,70px);position:sticky;top:0;z-index:5}.topbar nav{display:flex;gap:22px;align-items:center}.topbar nav a{font-size:14px;color:#52635a}.topbar nav a.active{color:#0e6b49;font-weight:700}.brand{font-weight:900;letter-spacing:.03em;color:#0e6b49}.page{max-width:1180px;margin:0 auto;padding:38px 24px 72px}.hero,.lpHero{max-width:1180px;margin:30px auto;padding:72px 48px;border-radius:28px;background:linear-gradient(135deg,#e9f8f0,#fff);border:1px solid #dbece3}.hero.two,.lpHero{display:grid;grid-template-columns:1.4fr .8fr;gap:36px;align-items:center}.lpHero h1,.hero h1{font-size:clamp(36px,5vw,64px);line-height:1.05;margin:14px 0}.muted{color:#65746d}.badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e7f6ee;color:#0e6b49;font-size:12px;font-weight:800}.btn{border:0;border-radius:12px;background:#0e6b49;color:#fff;padding:12px 16px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn.secondary{background:#fff;color:#0e6b49;border:1px solid #cfe4d9}.btn.full{width:100%}.row{display:flex;gap:10px;flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.grid.products{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.twoCols{grid-template-columns:1fr 1fr;margin-top:16px}.card{background:#fff;border:1px solid #e1e8e4;border-radius:18px;padding:22px;box-shadow:0 8px 30px #1d432f0a}.clickable:hover{border-color:#a7cbb9}.kpi{font-size:32px;font-weight:900;margin:10px 0}.kpi.small{font-size:22px}.productVisual{min-height:130px;border-radius:14px;background:#edf3ef;display:grid;place-items:center;font-size:34px;font-weight:900;color:#86a496;margin-bottom:16px;overflow:hidden}.productVisual.large{min-height:300px}.productVisual img{width:100%;height:100%;object-fit:cover}.pageTitle{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.checkoutGrid{display:grid;grid-template-columns:1.8fr .8fr;gap:18px;align-items:start}.summary{position:sticky;top:90px}.summaryRow{display:flex;justify-content:space-between;gap:20px;margin:10px 0}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid #edf0ee;text-align:left}.qty{width:70px}.authCard{max-width:520px;margin:30px auto;background:#fff;border:1px solid #e1e8e4;border-radius:24px;padding:32px}.authCard.center{text-align:center}.authCard form{display:grid;gap:14px}.authCard label,.formGrid label{display:grid;gap:6px;font-weight:700;font-size:14px}input,textarea,select{width:100%;border:1px solid #ccd8d1;border-radius:10px;padding:11px 12px;font:inherit;background:#fff}textarea{min-height:90px}.check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center}.check input{width:auto}.error{color:#b42318}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.fullCol{grid-column:1/-1}.upload{display:inline-flex;background:#0e6b49;color:#fff;padding:12px 16px;border-radius:12px;font-weight:800;cursor:pointer}.upload input{display:none}.narrow{max-width:650px}.appShell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.appShell aside{background:#11231c;color:#fff;padding:26px 18px;display:flex;flex-direction:column;gap:8px}.appShell aside .brand{color:#fff;margin-bottom:18px}.appShell aside a,.appShell aside .linkButton{padding:10px 12px;border-radius:10px;color:#c9d7d0;text-align:left}.appShell aside a.active{background:#1c3b2f;color:#fff}.content{min-width:0}.linkButton{background:none;border:0;font:inherit;cursor:pointer}.linkButton.danger{color:#b42318}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.tabs button{border:1px solid #d9e2dd;background:#fff;padding:9px 12px;border-radius:10px;cursor:pointer}.tabs button.active{background:#0e6b49;color:#fff;border-color:#0e6b49}.progress{height:10px;border-radius:999px;background:#e8eee9;overflow:hidden}.progress span{display:block;height:100%;background:#0e6b49}.kit{display:flex;gap:8px;flex-wrap:wrap}footer{text-align:center;padding:30px;color:#7d8c84}@media(max-width:800px){.topbar{height:auto;align-items:flex-start;padding:16px;gap:14px}.topbar nav{gap:12px;flex-wrap:wrap}.hero.two,.lpHero,.checkoutGrid,.grid,.grid.products,.grid.kpis,.grid.twoCols{grid-template-columns:1fr}.hero,.lpHero{margin:16px;padding:36px 22px}.appShell{grid-template-columns:1fr}.appShell aside{position:static;flex-direction:row;overflow:auto;white-space:nowrap}.formGrid{grid-template-columns:1fr}.page{padding:26px 16px}.summary{position:static}}.stack{display:grid;gap:16px}.sectionGap{margin-top:16px}.checkoutItem{display:grid;grid-template-columns:1fr auto auto auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #edf0ee}.tableWrap{overflow:auto}.tiny{font-size:12px}.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.successBox{background:#e8f7ef;color:#0e6b49;border:1px solid #bfe2cf;padding:12px 14px;border-radius:12px}.successText{color:#0e6b49;font-weight:700}.centerText{text-align:center}.timeline{display:grid;gap:10px}.timeline>div{padding:12px 14px;border-radius:10px;background:#edf0ee;color:#718078}.timeline>div.done{background:#e7f6ee;color:#0e6b49;font-weight:800}.lpSections{display:grid;gap:56px}.lpSections h2{font-size:clamp(26px,4vw,40px);margin:10px 0 20px}.finalCta{padding:44px;border-radius:24px;background:#11231c;color:#fff;text-align:center}.cleanList{display:grid;gap:12px;padding-left:20px}.faq{margin:10px 0}.faq summary{cursor:pointer;font-weight:800}.stepNo{width:36px;height:36px;border-radius:50%;background:#0e6b49;color:#fff;display:grid;place-items:center;font-weight:900}.steps{display:grid;gap:10px;font-size:18px}.page.inner{padding-top:0}.leaderRow{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:11px 0;border-bottom:1px solid #edf0ee}.leaderRow.me{background:#f0faf5;margin:0 -12px;padding:11px 12px;border-radius:10px}.codeArea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;min-height:140px}.jsonRow{white-space:pre-wrap;word-break:break-word;border-bottom:1px solid #edf0ee;padding:8px 0}.full{width:100%}@media(max-width:800px){.checkoutItem{grid-template-columns:1fr auto}.checkoutItem strong:last-of-type{grid-column:1/2}.table{min-width:720px}}.eyebrow{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.12em;color:#0e6b49}.eyebrow.light{color:#b8ecd4}.homeHero{padding:74px 24px 46px;background:linear-gradient(180deg,#f2f8f5,#fff)}.homeHeroInner,.affiliateHeroInner,.homeSection,.affiliateSection{max-width:1180px;margin:0 auto}.homeHeroInner{display:grid;grid-template-columns:1.25fr .75fr;gap:42px;align-items:center}.homeHero h1,.affiliateHero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.04em;margin:14px 0 20px}.homeHero p,.affiliateHero p{font-size:18px;line-height:1.7}.heroActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.heroActions.center{justify-content:center}.btn.big{padding:14px 20px;border-radius:14px;font-size:15px}.heroMicro{margin-top:18px;font-size:13px;color:#687870}.heroPanel{background:#10251c;color:#fff;border-radius:30px;padding:34px;box-shadow:0 24px 70px #10251c29}.heroQuote{font-size:24px;line-height:1.45;font-weight:800}.heroPanelGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}.heroPanelGrid div{background:#ffffff14;padding:15px;border-radius:14px;display:grid;gap:6px}.heroPanelGrid strong{font-size:24px}.homeSection,.affiliateSection{padding:66px 24px}.homeSection.soft,.affiliateSection.soft{max-width:none;padding-left:max(24px,calc((100vw - 1180px)/2 + 24px));padding-right:max(24px,calc((100vw - 1180px)/2 + 24px));background:#f5f8f6}.sectionHeading{max-width:760px;margin-bottom:30px}.sectionHeading h2,.affiliateSection h2,.homeSection h2{font-size:clamp(30px,4vw,46px);line-height:1.12;letter-spacing:-.03em;margin:9px 0 12px}.sectionHeading p{font-size:17px;line-height:1.65;color:#65746d}.featureGrid,.benefitGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.featureCard,.benefitCard{background:#fff;border:1px solid #e1e8e4;border-radius:20px;padding:24px;transition:.2s ease}.featureCard:hover{transform:translateY(-3px);border-color:#a7cbb9;box-shadow:0 14px 34px #0e6b4914}.featureIcon{width:48px;height:48px;border-radius:14px;background:#eaf6ef;display:grid;place-items:center;font-size:24px}.featureCard h3,.benefitCard h3{margin:16px 0 8px}.featureCard p,.benefitCard p{color:#65746d;line-height:1.6}.textLink{font-weight:900;color:#0e6b49}.centerActions{text-align:center;margin-top:28px}.trustStrip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;background:#10251c;color:#fff;border-radius:28px;padding:34px}.trustStrip div{display:grid;gap:7px;padding:8px 18px;border-right:1px solid rgba(255,255,255,.12)}.trustStrip div:last-child{border:0}.trustStrip strong{font-size:34px}.trustStrip span{color:#c8d7cf;line-height:1.5}.twoFeature{display:grid;grid-template-columns:1fr 1fr;gap:20px}.storyBlock{border:1px solid #e1e8e4;border-radius:26px;padding:36px}.storyBlock.dark{background:#0f281e;color:#fff;border-color:#0f281e}.storyBlock p{line-height:1.7}.lightBtn{background:#fff;color:#0e6b49}.finalHome{text-align:center;max-width:850px}.finalHome .heroActions{justify-content:center}.affiliateHero{background:radial-gradient(circle at 80% 20%,#186f50 0,#0f513a 30%,#0b3528 75%);color:#fff;padding:80px 24px}.affiliateHeroInner{display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:center}.affiliateHero p{color:#d5e5dd}.btn.bright{background:#fff;color:#0d5f43}.btn.ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45)}.affiliateHeroPoints{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.affiliateHeroPoints span{font-size:13px;background:#ffffff17;border:1px solid rgba(255,255,255,.13);padding:8px 10px;border-radius:999px}.earnCard{background:#fff;color:#12291f;border-radius:26px;padding:28px;box-shadow:0 24px 70px #0000002e}.earnLabel{font-size:12px;font-weight:900;color:#0e6b49;letter-spacing:.08em}.earnSteps{display:grid;gap:10px;margin-top:18px}.earnSteps div{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:center;border:1px solid #e5ece8;padding:12px;border-radius:13px}.earnSteps b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e8f6ee;color:#0e6b49}.benefitGrid{grid-template-columns:repeat(4,1fr)}.benefitCard>span{font-size:28px}.levelGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.levelCard{border:1px solid #dce7e1;border-radius:18px;padding:20px;background:#fff;display:grid;gap:8px;text-align:center}.levelCard span{font-weight:800;color:#596a61}.levelCard strong{font-size:30px;color:#0e6b49}.levelCard small{color:#74847c}.levelCard.featured{background:#0e6b49;color:#fff}.levelCard.featured span,.levelCard.featured strong,.levelCard.featured small{color:#fff}.noticeCard{margin-top:18px;background:#f2f8f5;border-left:4px solid #0e6b49;padding:16px 18px;border-radius:12px;line-height:1.6}.rewardBand{max-width:none;background:#10251c;color:#fff;padding-left:max(24px,calc((100vw - 1180px)/2 + 24px));padding-right:max(24px,calc((100vw - 1180px)/2 + 24px))}.rewardCards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:24px}.rewardCards>div{background:#ffffff14;padding:24px;border-radius:18px}.rewardCards span{font-size:30px}.rewardCards p{color:#ccdad3;line-height:1.6}.kitShowcase{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.kitMock{background:#f3f8f5;border-radius:26px;padding:24px;display:grid;gap:10px}.kitFile{background:#fff;border:1px solid #dfe8e3;border-radius:14px;padding:15px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.kitFile b{color:#0e6b49;font-size:12px}.flowLine{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;gap:10px;align-items:center}.flowLine div{text-align:center;background:#fff;border:1px solid #dfe8e3;border-radius:16px;padding:18px 10px;display:grid;gap:7px}.flowLine b{width:32px;height:32px;margin:auto;border-radius:50%;background:#0e6b49;color:#fff;display:grid;place-items:center}.flowLine span{font-size:13px;font-weight:800}.flowLine i{font-style:normal;color:#8aa598}.faqGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faqCard{border:1px solid #dfe8e3;border-radius:16px;padding:17px 20px;background:#fff}.faqCard summary{font-weight:900;cursor:pointer}.faqCard p{color:#65746d;line-height:1.6}.affiliateFinal{max-width:none;background:#0b3528;color:#fff;text-align:center;padding-left:max(24px,calc((100vw - 900px)/2 + 24px));padding-right:max(24px,calc((100vw - 900px)/2 + 24px))}.affiliateFinal p{color:#d5e5dd}.authPage{min-height:calc(100vh - 170px);display:grid;align-items:center}.authCard>h1{font-size:34px;margin:14px 0 10px}.authCard>p{line-height:1.6}.errorBox{background:#fff2f0;border:1px solid #f2c6c0;color:#a3261d;padding:12px 14px;border-radius:12px;line-height:1.5}.authFoot{display:flex;justify-content:center;gap:7px;margin-top:18px;color:#65746d}.authFoot a{font-weight:800}.instructionList{display:grid;gap:8px;text-align:left;background:#f5f8f6;padding:18px;border-radius:14px;margin:18px 0}.successIcon,.errorIcon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;font-size:28px;font-weight:900}.successIcon{background:#e6f7ee;color:#0e6b49}.errorIcon{background:#fff1ef;color:#a3261d}.loaderDot{width:44px;height:44px;border:4px solid #dce9e2;border-top-color:#0e6b49;border-radius:50%;margin:0 auto 18px;animation:hqspin .9s linear infinite}@keyframes hqspin{to{transform:rotate(360deg)}}@media(max-width:950px){.homeHeroInner,.affiliateHeroInner,.kitShowcase,.twoFeature{grid-template-columns:1fr}.featureGrid,.benefitGrid{grid-template-columns:1fr 1fr}.levelGrid{grid-template-columns:repeat(3,1fr)}.flowLine{grid-template-columns:1fr}.flowLine i{transform:rotate(90deg)}.trustStrip{grid-template-columns:1fr}.trustStrip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}}@media(max-width:620px){.homeHero,.affiliateHero{padding:52px 18px}.homeHero h1,.affiliateHero h1{font-size:40px}.homeSection,.affiliateSection{padding:48px 18px}.featureGrid,.benefitGrid,.rewardCards,.faqGrid,.levelGrid{grid-template-columns:1fr}.heroPanel,.trustStrip{padding:24px}.homeSection.soft,.affiliateSection.soft,.rewardBand,.affiliateFinal{padding-left:18px;padding-right:18px}.authCard{padding:24px;margin:12px auto}.affiliateTopbar nav a:last-child{display:none}}.storePage{padding-top:34px}.storeHero{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:34px;border-radius:24px;background:linear-gradient(135deg,#f3faf6,#fff)}.storeHero h1{font-size:clamp(34px,4vw,52px);line-height:1.08;margin:10px 0}.storeHero p{max-width:760px;color:#5f7067;line-height:1.7}.storeHeroActions{display:grid;gap:10px;justify-items:end}.modernProducts{align-items:stretch}.modernProduct{display:flex;flex-direction:column;gap:12px}.modernProduct .productVisual{min-height:300px;background:#f5f7f6;border-radius:18px;overflow:hidden}.modernProduct .productVisual img{width:100%;height:100%;object-fit:contain}.softBadge{background:#edf7f2}.productFlowHint{display:flex;gap:7px;align-items:center;color:#76867e;font-size:12px;font-weight:800}.productActions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.productActions .btn:last-child{grid-column:1/-1}.breadcrumb{display:flex;gap:9px;align-items:center;margin-bottom:22px;color:#718078}.productDetailHero{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:center}.productDetailVisual{background:#f4f7f5;border-radius:28px;padding:28px;min-height:540px;display:grid;place-items:center}.productDetailVisual img{max-width:100%;max-height:520px;object-fit:contain}.productDetailCopy h1{font-size:clamp(36px,5vw,60px);line-height:1.04;margin:15px 0}.leadCopy{font-size:18px;line-height:1.7;color:#617168}.priceBlock{display:grid;gap:3px;margin:22px 0}.priceBlock span{font-size:12px;color:#718078;font-weight:800}.priceBlock strong{font-size:34px;color:#0e6b49}.flowChoice{display:grid;grid-template-columns:1fr 1fr;gap:12px}.flowChoice>div{border:1px solid #dce6e1;border-radius:18px;padding:18px;display:grid;gap:9px}.flowChoice span{color:#697970;font-size:13px;line-height:1.5}.detailQuickFacts{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}.detailQuickFacts div{display:grid;gap:5px}.detailQuickFacts span{font-size:12px;color:#78877f}.richLp{background:#fff}.richLpHero{background:linear-gradient(180deg,#f2f8f5,#fff);padding:66px 24px}.richLpHeroInner{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.13fr .87fr;gap:50px;align-items:center}.richLpCopy h1{font-size:clamp(42px,6vw,70px);line-height:1.02;letter-spacing:-.045em;margin:15px 0 18px}.richLpSub{font-size:19px;line-height:1.65;color:#586960}.heroBenefitList{list-style:none;padding:0;display:grid;gap:8px;color:#30483d}.lpPrice{display:grid;gap:2px;margin:23px 0 4px}.lpPrice small{font-weight:800;color:#718078}.lpPrice strong{font-size:34px;color:#0e6b49}.lpMicro{margin-top:15px;color:#6a7971;font-size:13px}.richLpVisual{min-height:610px;display:grid;place-items:center}.richLpVisual img{max-width:100%;max-height:610px;object-fit:contain;filter:drop-shadow(0 28px 28px rgba(17,35,28,.14))}.lpTrustBar{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dfe7e3;border-radius:18px;overflow:hidden;background:#fff}.lpTrustBar div{padding:17px;text-align:center;font-size:13px;font-weight:800;border-right:1px solid #e5ece8}.lpTrustBar div:last-child{border:0}.richLpBody{max-width:1180px;margin:auto}.lpSection{padding:72px 24px}.splitSection{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px}.lpSection h2{font-size:clamp(32px,4.5vw,50px);line-height:1.1;letter-spacing:-.035em;margin:10px 0 15px}.sectionLead{font-size:17px;color:#65756d;line-height:1.65}.painList{display:grid;gap:10px}.painItem{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:center;padding:17px 0;border-bottom:1px solid #e5ece8}.painItem span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#edf7f2;color:#0e6b49;font-weight:900}.painItem p{margin:0;font-size:16px;line-height:1.5}.reframeSection{padding-top:10px}.reframeCard{background:#0e5c42;color:#fff;border-radius:28px;padding:42px}.reframeCard h2{max-width:940px}.reframeCard p{color:#d7e7df;font-size:17px;line-height:1.7}.benefitTiles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.benefitTiles article{border:1px solid #dfe7e3;border-radius:20px;padding:22px;background:#fff}.benefitTiles article span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eaf6ef;color:#0e6b49;font-weight:900}.benefitTiles h3{font-size:17px;line-height:1.45}.softLp{background:#f5f8f6;max-width:none;border-radius:28px}.chapterGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.chapterItem{background:#fff;border:1px solid #e1e8e4;border-radius:14px;padding:14px;display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center}.chapterItem span{color:#0e6b49;font-size:12px;font-weight:900}.audienceSection,.credibilitySection{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}.audienceCard,.credibilityCard,.specCard{border:1px solid #dfe7e3;border-radius:24px;padding:28px}.audienceCard p,.credibilityCard p{font-size:17px;line-height:1.7}.audienceCard ul{display:grid;gap:8px;padding-left:20px}.specCard{display:grid;gap:10px}.specCard div{padding:11px 0;border-bottom:1px solid #e7edea;font-weight:800}.faqStack{display:grid;gap:10px}.finalRichCta{margin:20px 24px 76px;padding:42px;border-radius:28px;background:#0b3528;color:#fff;display:flex;justify-content:space-between;gap:30px;align-items:center}.finalRichCta h2{max-width:760px}.finalRichCta p{color:#d7e7df}.marketplaceCheckout{padding-top:28px}.checkoutStepper{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto 30px;overflow:auto}.checkoutStepper div{display:flex;align-items:center;gap:7px;color:#89958f;white-space:nowrap}.checkoutStepper b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e8eeeb}.checkoutStepper .active{color:#0e6b49;font-weight:900}.checkoutStepper .active b{background:#0e6b49;color:#fff}.checkoutStepper i{font-style:normal;color:#a1ada7}.checkoutSection{padding:24px}.sectionTitleRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.sectionTitleRow>div{display:flex;gap:10px;align-items:center}.sectionTitleRow h3{margin:0}.stepPill{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e8f6ee;color:#0e6b49;font-weight:900}.miniProduct{display:flex;gap:12px;align-items:center}.miniThumb{width:52px;height:64px;border-radius:8px;background:#f0f4f2;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.miniThumb img{width:100%;height:100%;object-fit:cover}.stickySummary{position:sticky;top:86px;height:max-content}.nextFlow{background:#f3f8f5;border-radius:14px;padding:14px;display:grid;gap:5px;margin:16px 0}.nextFlow span{font-size:13px;line-height:1.5;color:#5f7067}.emptyCheckout{text-align:center;padding:44px}@media(max-width:900px){.storeHero,.productDetailHero,.richLpHeroInner,.splitSection,.audienceSection,.credibilitySection{grid-template-columns:1fr}.storeHeroActions{justify-items:start}.detailQuickFacts{grid-template-columns:1fr 1fr}.richLpVisual{min-height:430px}.richLpVisual img{max-height:430px}.lpTrustBar{grid-template-columns:1fr 1fr;margin:0 18px}.benefitTiles{grid-template-columns:1fr 1fr}.finalRichCta{display:grid}.flowChoice{grid-template-columns:1fr}.stickySummary{position:static}}@media(max-width:620px){.productActions,.benefitTiles,.chapterGrid,.detailQuickFacts,.lpTrustBar{grid-template-columns:1fr}.lpTrustBar div{border-right:0;border-bottom:1px solid #e5ece8}.richLpHero{padding:44px 18px}.richLpCopy h1{font-size:40px}.richLpBody .lpSection{padding:50px 18px}.reframeCard,.finalRichCta{padding:28px}.finalRichCta{margin:10px 18px 56px}.checkoutStepper{justify-content:flex-start}}.storeHome{background:#f6f8f6;min-height:100vh;padding-bottom:80px}.storeHomeHero{background:linear-gradient(145deg,#eaf7f0,#f7fbf8 48%,#fff);border-bottom:1px solid #dfe9e3;padding:58px 24px 46px}.storeHomeHeroInner,.storeCategorySection,.storeFeaturedSection,.storeProductsSection,.storeFlowSection{max-width:1180px;margin:0 auto}.storeHomeHeroInner{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:44px;align-items:center}.storeHomeHeroCopy h1{font-size:clamp(42px,5vw,70px);line-height:1.01;letter-spacing:-.045em;margin:12px 0 18px;max-width:850px}.storeHomeHeroCopy>p{font-size:18px;line-height:1.72;color:#5d6e65;max-width:790px}.storeSearchBox{height:58px;background:#fff;border:1px solid #d7e2dc;border-radius:16px;display:flex;align-items:center;gap:10px;padding:0 15px;margin-top:26px;box-shadow:0 12px 30px #133c2b0f;max-width:760px}.storeSearchBox span{font-size:26px;color:#7a8a81}.storeSearchBox input{border:0;outline:0;padding:0;background:transparent;font-size:16px}.storeHeroMeta{display:flex;gap:18px;flex-wrap:wrap;margin-top:15px;color:#486056;font-size:13px;font-weight:800}.storeHeroPanel{background:#0d3d2e;color:#fff;border-radius:26px;padding:26px;box-shadow:0 22px 60px #103e2d29}.storeHeroPanelTop{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:22px}.storeHeroPanelTop span{color:#cfe1d8;font-size:13px}.storeHeroPanelTop strong{font-size:18px}.storeHeroPanelGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.storeHeroPanelGrid div{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px;display:grid;gap:7px}.storeHeroPanelGrid b{font-size:12px;color:#9fd4bb}.storeHeroPanelGrid span{font-weight:800}.storeHeroPanel small{display:block;text-align:center;color:#c8d9d1;margin-top:10px}.storeCategorySection{padding:28px 24px 8px}.storeSectionHead{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:22px}.storeSectionHead.compact{margin-bottom:12px}.storeSectionHead h2{font-size:clamp(28px,3vw,40px);letter-spacing:-.03em;margin:4px 0}.storeSectionHead p{margin:0;color:#697970}.storeCategoryScroller{display:flex;gap:9px;overflow:auto;padding:2px 0 8px;scrollbar-width:none}.storeCategoryScroller::-webkit-scrollbar{display:none}.storeCategoryChip{border:1px solid #d8e2dc;background:#fff;padding:10px 16px;border-radius:999px;font-weight:800;color:#4e6057;cursor:pointer;white-space:nowrap}.storeCategoryChip.active{background:#0e6b49;color:#fff;border-color:#0e6b49}.storeFeaturedSection,.storeProductsSection,.storeFlowSection{padding:50px 24px 8px}.featuredRail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.featuredCard{background:#fff;border:1px solid #e0e8e3;border-radius:22px;overflow:hidden;display:grid;grid-template-columns:140px 1fr;min-height:220px;transition:.2s ease}.featuredCard:hover,.storeProductCard:hover{transform:translateY(-2px);box-shadow:0 16px 38px #19412f14;border-color:#bed5c9}.featuredVisual{background:#f2f5f3;display:grid;place-items:center;padding:12px;overflow:hidden}.featuredVisual img{width:100%;height:100%;object-fit:contain}.featuredBody{padding:18px;display:flex;flex-direction:column;gap:9px}.featuredBody h3{font-size:17px;line-height:1.28;margin:0}.featuredBody p{margin:0;font-size:13px}.featuredBottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.featuredBottom strong{font-size:20px;color:#0e6b49}.affiliateStoreBanner{max-width:1180px;margin:58px auto 8px;padding:34px 36px;border-radius:28px;background:linear-gradient(135deg,#0d3d2e,#0f6b49);color:#fff;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;box-shadow:0 22px 50px #0c4a3224}.affiliateStoreBanner h2{font-size:clamp(28px,3.6vw,44px);line-height:1.05;letter-spacing:-.035em;margin:8px 0 10px}.affiliateStoreBanner p{max-width:760px;margin:0;color:#d6e7df;line-height:1.65}.affiliateBannerPill{display:inline-flex;padding:6px 10px;border-radius:999px;background:#ffffff21;font-size:11px;font-weight:900;letter-spacing:.06em}.affiliateBannerPoints{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px;color:#e8f4ee;font-size:13px;font-weight:800}.affiliateStoreBannerActions{display:grid;gap:10px;min-width:210px}.btn.light{background:#fff;color:#0e6b49}.bannerTextLink{text-align:center;color:#d9ebe2;font-size:13px;font-weight:800}.storeResultCount{background:#fff;border:1px solid #dfe7e3;border-radius:999px;padding:8px 12px;color:#697970;font-size:13px;font-weight:800;white-space:nowrap}.storeProductGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.storeProductCard{padding:0;overflow:hidden;border-radius:22px;gap:0;transition:.2s ease}.storeProductTop{position:relative}.storeProductCard .productVisual{height:310px;min-height:310px;margin:0;border-radius:0;background:#f3f5f4;padding:18px}.storeProductCard .productVisual img{object-fit:contain}.storeProductBadges{position:absolute;left:12px;top:12px;display:flex;gap:6px;flex-wrap:wrap}.storeProductBody{display:flex;flex-direction:column;gap:10px;padding:18px;min-height:250px}.storeProductBody h3{font-size:17px;line-height:1.32;margin:0}.storeProductBody p{font-size:13px;margin:0}.storeProductPrice{font-size:23px;font-weight:900;color:#0e6b49;margin-top:auto}.storeProductActions{display:grid;gap:8px}.storeProductSecondary{display:flex;justify-content:space-between;gap:10px;align-items:center}.storeProductSecondary a,.storeProductSecondary button{border:0;background:none;color:#53675d;padding:4px 0;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.storeProductSecondary a:hover,.storeProductSecondary button:hover{color:#0e6b49}.storeSkeletonGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.storeSkeleton{height:510px;border-radius:22px;background:linear-gradient(90deg,#edf1ef 25%,#f7f9f8,#edf1ef 75%);background-size:200% 100%;animation:storeShimmer 1.2s linear infinite}@keyframes storeShimmer{to{background-position:-200% 0}}.storeEmpty{text-align:center;padding:50px}.storeFlowGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.storeFlowGrid article{background:#fff;border:1px solid #dfe7e3;border-radius:20px;padding:24px}.storeFlowGrid article>b{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#e7f6ee;color:#0e6b49;font-size:12px}.storeFlowGrid h3{margin:14px 0 6px}.storeFlowGrid p{margin:0;color:#66766e;line-height:1.6}.mobileCartBar{display:none}@media(max-width:1020px){.storeHomeHeroInner{grid-template-columns:1fr}.storeHeroPanel{max-width:620px}.featuredRail{grid-template-columns:1fr 1fr}.storeProductGrid,.storeSkeletonGrid{grid-template-columns:repeat(3,1fr)}.affiliateStoreBanner{margin-left:24px;margin-right:24px}}@media(max-width:760px){.storeHome{padding-bottom:110px}.storeHomeHero{padding:34px 18px 26px}.storeHomeHeroCopy h1{font-size:39px}.storeHomeHeroCopy>p{font-size:16px}.storeSearchBox{height:52px;margin-top:20px}.storeHeroMeta{gap:8px 14px}.storeHeroPanel{padding:20px;border-radius:20px}.storeCategorySection,.storeFeaturedSection,.storeProductsSection,.storeFlowSection{padding-left:16px;padding-right:16px}.featuredRail{display:flex;overflow:auto;gap:12px;padding-bottom:8px;scroll-snap-type:x proximity}.featuredCard{min-width:310px;grid-template-columns:116px 1fr;scroll-snap-align:start}.affiliateStoreBanner{margin:40px 16px 0;padding:26px 22px;grid-template-columns:1fr;gap:24px}.affiliateStoreBannerActions{min-width:0}.storeProductGrid,.storeSkeletonGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.storeProductCard .productVisual{height:215px;min-height:215px;padding:10px}.storeProductBody{padding:13px;min-height:236px}.storeProductBody h3{font-size:14px;line-height:1.32}.storeProductBody p{font-size:12px}.storeProductPrice{font-size:18px}.storeProductActions .btn{padding:11px 10px;font-size:13px}.storeProductSecondary{display:grid;gap:3px}.storeProductSecondary a,.storeProductSecondary button{text-align:left;font-size:12px}.storeSectionHead{align-items:start}.storeSectionHead h2{font-size:29px}.storeResultCount{font-size:11px}.storeFlowGrid{grid-template-columns:1fr}.mobileCartBar{position:fixed;display:flex;left:12px;right:12px;bottom:12px;z-index:20;background:#fff;border:1px solid #d7e2dc;border-radius:18px;padding:10px 10px 10px 15px;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 18px 50px #12362833}.mobileCartBar div{display:grid}.mobileCartBar span{font-size:11px;color:#6c7b73;font-weight:800}.mobileCartBar strong{font-size:17px}.mobileCartBar .btn{padding:11px 14px}.topbar{padding:12px 16px;align-items:center}.topbar .brand{font-size:14px}.topbar nav{gap:10px}.topbar nav a{font-size:12px}.topbar nav a:nth-child(2){display:none}}@media(max-width:420px){.storeHomeHeroCopy h1{font-size:35px}.storeHeroPanelGrid{grid-template-columns:1fr 1fr}.featuredCard{min-width:286px}.storeProductGrid,.storeSkeletonGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.storeProductCard .productVisual{height:190px;min-height:190px}.storeProductBody{min-height:228px}.storeProductBadges .badge{font-size:9px;padding:5px 7px}.storeHeroMeta span{font-size:11px}.affiliateBannerPoints{display:grid;gap:7px}}
