:root{--g-purple:#7057D9;--g-purple-deep:#4F3BB0;--g-lilac:#D978E8;--g-lilac-soft:#C189E5;--g-lilac-pale:#F1E4F7;--g-cream:#F8F1E7;--g-cream-deep:#EFE4D3;--g-red:#F43F32;--g-yellow:#FFC400;--g-orange:#FF7A2F;--g-ink:#26203F;--g-ink-soft:#5B5577;--g-white:#FFFDFA;--g-green:#1F9D63;--f-display:"Bowlby One", "Arial Black", sans-serif;--f-body:"Work Sans", system-ui, sans-serif;--ease:cubic-bezier(.16,1,.3,1)}.m-root *,.m-root *:before,.m-root *:after{margin:0;padding:0;box-sizing:border-box}.m-root{font-family:var(--f-body);color:var(--g-ink);background:var(--g-cream);position:relative}.m-wrap{max-width:1120px;margin:0 auto;padding:0 40px}.m-h1,.m-h2,.m-h3,.m-display{font-family:var(--f-display);font-weight:400;text-transform:uppercase;letter-spacing:.5px;line-height:1}.m-h1{font-size:clamp(34px,5vw,64px)}.m-h2{font-size:clamp(26px,3.4vw,42px)}.m-h3{font-size:18px}.m-eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;font-weight:600;color:var(--g-purple)}.m-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--f-display);text-transform:uppercase;letter-spacing:.5px;font-size:15px;padding:18px 32px;border-radius:999px;border:none;cursor:pointer;text-decoration:none;transition:transform .25s var(--ease),box-shadow .25s;position:relative}.m-btn-red{background:var(--g-red);color:#fff;box-shadow:0 10px 30px #f43f3259}.m-btn-red:hover{transform:translateY(-2px);box-shadow:0 16px 36px #f43f3273}.m-btn-yellow{background:var(--g-yellow);color:var(--g-ink);box-shadow:0 10px 30px #ffc40059}.m-btn-yellow:hover{transform:translateY(-2px)}.m-btn-ghost{background:transparent;color:var(--g-purple);border:2px solid var(--g-purple);font-family:var(--f-body);font-weight:700;text-transform:none;letter-spacing:0;font-size:14px;padding:14px 26px}.m-btn-ghost:hover{background:var(--g-purple);color:#fff}.m-btn-white{background:#fff;color:var(--g-ink);box-shadow:0 10px 30px #26203f1f}.m-btn-white .arr{background:#0000001a}.m-btn-white:hover{transform:translateY(-2px)}.m-btn .arr{width:20px;height:20px;background:#ffffff40;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.m-btn-yellow .arr{background:#0000001a}.m-goto{font-size:11px;font-weight:500;color:var(--g-ink-soft);display:flex;align-items:center;gap:6px;margin-top:10px}.m-goto b{color:var(--g-green);font-weight:600}.m-logo{display:inline-flex;flex-direction:column;align-items:center;line-height:1;text-decoration:none;color:inherit}.m-logo .jtc{white-space:nowrap;font-size:8px;letter-spacing:2.5px;font-weight:700;text-transform:uppercase;margin-bottom:2px}.m-logo .word{font-family:var(--f-display);font-size:30px;letter-spacing:-1px;display:flex;align-items:center}.m-logo .eye{width:.78em;height:.78em;display:inline-block;margin:0 1px;position:relative;top:.03em}.m-verified{background:var(--g-ink);color:#fff;font-size:11.5px;display:flex;align-items:center;justify-content:center;gap:22px;padding:8px 16px;flex-wrap:wrap}.m-verified span{display:inline-flex;align-items:center;gap:7px}.m-verified .dot{width:8px;height:8px;border-radius:50%;background:var(--g-green);box-shadow:0 0 0 3px #1f9d6340}.m-verified b{font-weight:600;color:var(--g-yellow)}.m-nav{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:10px 40px;background:#f8f1e7f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(112,87,217,.12)}.m-nav .m-btn{padding:12px 22px;font-size:12px}.m-nav-mid{display:flex;gap:26px;font-size:12.5px;font-weight:600}.m-nav-mid a{color:var(--g-ink-soft);text-decoration:none}.m-ticker{overflow:hidden;background:var(--g-purple);color:#fff;font-family:var(--f-display);font-size:13px;letter-spacing:2px;padding:9px 0;white-space:nowrap}.m-ticker div{display:inline-block;animation:tick 28s linear infinite}.m-ticker span{margin:0 22px}@keyframes tick{0%{transform:translate(0)}to{transform:translate(-50%)}}.m-hero{position:relative;overflow:hidden;padding:64px 0 72px}.m-hero.t-purple{background:var(--g-purple);color:#fff}.m-hero.t-lilac{background:var(--g-lilac);color:#fff}.m-hero.t-orange{background:var(--g-orange);color:#fff}.m-hero .m-eyebrow{color:#ffffffd9}.m-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.m-hero-sub{font-size:17px;line-height:1.6;max-width:520px;margin:22px 0 30px;font-weight:400;color:#ffffffeb}.m-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.m-pill{background:#ffffff29;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:7px 14px;font-size:12px;font-weight:600}.m-pill.solid{background:#fff;color:var(--g-ink)}.m-hero-visual{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.m-hero-visual .blob{position:absolute;top:6%;right:6%;bottom:6%;left:6%;border-radius:46% 54% 52% 48%/50% 42% 58% 50%;background:#ffffff24;animation:blob 9s ease-in-out infinite alternate}@keyframes blob{to{border-radius:54% 46% 48% 52%/42% 58%;transform:rotate(8deg)}}.m-hero-visual img{position:relative;width:78%;max-height:92%;object-fit:contain;filter:drop-shadow(0 30px 40px rgba(0,0,0,.3));animation:floaty 6s ease-in-out infinite}@keyframes floaty{50%{transform:translateY(-12px)}}.m-hero-visual .fallback{position:relative;width:70%;aspect-ratio:3/4;border-radius:28px;background:#ffffff38;border:2px dashed rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;text-align:center;font-size:13px;padding:20px;color:#fff}.m-hero .squiggle{position:absolute;right:-80px;top:-80px;width:380px;opacity:.18}.m-price-tag{position:absolute;right:6%;bottom:8%;background:var(--g-yellow);color:var(--g-ink);border-radius:50%;width:112px;height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:var(--f-display);line-height:1;transform:rotate(-8deg);box-shadow:0 12px 30px #0003}.m-price-tag small{font-family:var(--f-body);font-weight:700;font-size:10px;letter-spacing:1px}.m-price-tag b{font-size:26px;font-weight:400}.m-section{padding:72px 0}.m-section.alt{background:var(--g-white)}.m-section.lilac{background:var(--g-lilac-pale)}.m-center{text-align:center;max-width:680px;margin:0 auto 40px}.m-center p{font-size:16px;color:var(--g-ink-soft);margin-top:14px;line-height:1.6}.m-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.m-card{background:#fff;border-radius:22px;padding:28px;border:1px solid rgba(112,87,217,.1);box-shadow:0 10px 30px #26203f0d;transition:transform .3s var(--ease)}.m-card:hover{transform:translateY(-4px)}.m-card .ic{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:22px}.m-card h4{font-family:var(--f-display);font-weight:400;font-size:17px;text-transform:uppercase;margin-bottom:8px;line-height:1.15}.m-card p{font-size:14px;line-height:1.6;color:var(--g-ink-soft)}.m-choose{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.m-opts{display:flex;flex-direction:column;gap:10px}.m-opt{display:flex;align-items:center;gap:14px;padding:16px 18px;border:2px solid rgba(112,87,217,.15);border-radius:16px;background:#fff;cursor:pointer;transition:all .2s}.m-opt .sw{width:34px;height:34px;border-radius:50%;flex:none;border:3px solid #fff;box-shadow:0 0 0 2px #0000000f}.m-opt b{font-size:15px;display:block}.m-opt small{font-size:12px;color:var(--g-ink-soft)}.m-opt.active{border-color:var(--g-purple);background:var(--g-lilac-pale)}.m-opt .tick{margin-left:auto;width:22px;height:22px;border-radius:50%;border:2px solid rgba(112,87,217,.3)}.m-opt.active .tick{background:var(--g-purple);border-color:var(--g-purple);position:relative}.m-opt.active .tick:after{content:"";position:absolute;left:7px;top:3px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.m-choose-visual{border-radius:28px;background:var(--g-purple);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.m-choose-visual img{width:62%;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(0,0,0,.3))}.m-choose-visual .pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.12;background-image:radial-gradient(circle at 20% 30%,#fff 6px,transparent 7px),radial-gradient(circle at 70% 60%,#fff 6px,transparent 7px),radial-gradient(circle at 40% 80%,#fff 6px,transparent 7px);background-size:120px 120px}.m-rating{display:flex;align-items:center;gap:18px;justify-content:center;margin-bottom:28px;flex-wrap:wrap}.m-rating .big{font-family:var(--f-display);font-size:56px;line-height:1}.m-stars{color:var(--g-yellow);font-size:18px;letter-spacing:2px}.m-rating small{display:block;font-size:12px;color:var(--g-ink-soft)}.m-review{background:#fff;border-radius:20px;padding:22px;border:1px solid rgba(112,87,217,.1)}.m-review .who{display:flex;align-items:center;gap:10px;margin-bottom:10px}.m-review .av{width:38px;height:38px;border-radius:50%;background:var(--g-lilac);display:flex;align-items:center;justify-content:center;font-family:var(--f-display);color:#fff;font-size:14px}.m-review b{font-size:13.5px;display:block}.m-review small{font-size:11px;color:var(--g-green);font-weight:600}.m-review p{font-size:14px;line-height:1.6;color:var(--g-ink)}.m-review .m-stars{font-size:13px;margin-bottom:8px}.m-demo-note{text-align:center;font-size:11px;color:var(--g-ink-soft);margin-top:16px;font-style:italic}.m-lab{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.m-lab-doc{background:#fff;border-radius:20px;padding:26px;border:1px solid rgba(112,87,217,.15);box-shadow:0 20px 50px #26203f14;font-size:12px;position:relative}.m-lab-doc .stamp{position:absolute;top:18px;right:18px;border:3px solid var(--g-green);color:var(--g-green);font-family:var(--f-display);font-size:11px;padding:4px 8px;transform:rotate(8deg);border-radius:6px;letter-spacing:1px}.m-lab-doc .row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed rgba(0,0,0,.1)}.m-lab-doc .row b{color:var(--g-purple)}.m-lab ul{list-style:none;margin-top:22px;display:flex;flex-direction:column;gap:12px}.m-lab li{display:flex;gap:12px;font-size:15px;line-height:1.5}.m-lab li:before{content:"\2713";flex:none;width:24px;height:24px;border-radius:50%;background:var(--g-green);color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;font-weight:700;margin-top:1px}.m-trust{background:var(--g-ink);color:#fff;padding:0;position:relative}.m-trust:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--g-purple) 0%,var(--g-lilac) 34%,var(--g-orange) 67%,var(--g-yellow) 100%)}.m-trust .m-wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:0;align-items:stretch}.m-trust-item{display:flex;align-items:center;gap:13px;padding:26px 22px;position:relative;min-width:0}.m-trust-item:first-child{padding-left:0}.m-trust-item:last-child{padding-right:0}.m-trust-item+.m-trust-item:before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:1px;background:#ffffff24}.m-trust-ic{flex:none;width:26px;height:26px;color:var(--g-yellow);display:flex;align-items:center;justify-content:center}.m-trust-ic svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.m-trust-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.m-trust-copy b{font-size:13.5px;font-weight:600;line-height:1.25;letter-spacing:.1px}.m-trust-copy span{font-size:12.5px;line-height:1.4;color:#ffffffb8}.m-trust--bare .m-trust-item{padding-top:24px;padding-bottom:24px}.m-offers{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.m-offer{background:#fff;border-radius:24px;padding:28px 24px;border:2px solid rgba(112,87,217,.12);text-align:center;position:relative;display:flex;flex-direction:column}.m-offer.best{border-color:var(--g-purple);background:linear-gradient(180deg,#fff,var(--g-lilac-pale))}.m-offer .tag{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--g-red);color:#fff;font-size:10px;letter-spacing:1.5px;font-weight:700;padding:5px 12px;border-radius:999px;text-transform:uppercase}.m-offer h4{font-family:var(--f-display);font-weight:400;font-size:22px;text-transform:uppercase}.m-offer .price{font-family:var(--f-display);font-size:40px;margin:14px 0 4px;color:var(--g-purple)}.m-offer .was{font-size:13px;color:var(--g-ink-soft);text-decoration:line-through}.m-offer .per{font-size:12px;color:var(--g-ink-soft);margin-bottom:18px}.m-offer ul{list-style:none;font-size:13px;margin-bottom:22px;color:var(--g-ink-soft);display:flex;flex-direction:column;gap:6px}.m-offer .m-btn{margin-top:auto;width:100%}.m-legal{font-size:11px;color:var(--g-ink-soft);text-align:center;margin-top:20px;line-height:1.5}.m-bridge{background:var(--g-purple);color:#fff;padding:70px 0;position:relative;overflow:hidden}.m-bridge .m-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}.m-bridge p{font-size:16px;line-height:1.65;color:#ffffffe6;margin:18px 0 26px}.m-bridge-card{background:#fff;color:var(--g-ink);border-radius:22px;padding:22px;box-shadow:0 30px 60px #0000004d}.m-url{display:flex;align-items:center;gap:10px;background:var(--g-cream);border-radius:12px;padding:12px 14px;font-size:13px;font-weight:600;border:1px solid rgba(0,0,0,.06)}.m-url .lockg{width:15px;height:15px;flex:none;color:var(--g-green-deep);display:flex;align-items:center;justify-content:center}.m-url .lockg svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.m-url small{margin-left:auto;color:var(--g-green);font-weight:700;font-size:11px}.m-bridge-card ul{list-style:none;margin-top:16px;display:flex;flex-direction:column;gap:10px;font-size:13.5px}.m-bridge-card li{display:flex;gap:10px;align-items:flex-start}.m-bridge-card li span{flex:none;width:22px;height:22px;border-radius:50%;background:var(--g-lilac-pale);color:var(--g-purple);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.m-bridge .returning,.m-bridge .returning p,.m-bridge .returning strong{color:var(--g-ink)}.m-bridge .returning p{font-size:13px;line-height:1.5;margin:0}.m-bridge .returning{margin-top:14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:14px;padding:12px 16px;font-size:13px}.m-faq{max-width:760px;margin:0 auto}.m-acc{border-bottom:1px solid rgba(112,87,217,.15)}.m-acc-h{width:100%;background:none;border:none;font-family:var(--f-body);font-size:16px;font-weight:600;text-align:left;padding:20px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:var(--g-ink)}.m-acc-h:after{content:"+";font-family:var(--f-display);font-size:20px;color:var(--g-purple);transition:transform .3s}.m-acc.open .m-acc-h:after{transform:rotate(45deg)}.m-acc-b{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}.m-acc-b p{padding:0 0 20px;font-size:14.5px;line-height:1.65;color:var(--g-ink-soft)}.m-email{background:var(--g-ink);color:#fff;padding:64px 0;text-align:center}.m-email p{color:#ffffffbf;margin:14px auto 24px;max-width:520px;font-size:15px;line-height:1.6}.m-email form{display:flex;gap:10px;max-width:520px;margin:0 auto}.m-email input{flex:1;padding:16px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font-family:var(--f-body);font-size:14px}.m-email small{display:block;margin-top:12px;font-size:11px;color:#ffffff80}.m-footer{background:#1b1433;color:#ffffffb3;padding:34px 0;font-size:12px}.m-footer .m-wrap{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.m-footer .m-logo{color:#fff}.m-footer .m-logo .word{font-size:22px}.m-footer .links{display:flex;gap:18px}.m-footer a{color:inherit;text-decoration:none}.m-footer .plus18{border:2px solid var(--g-yellow);color:var(--g-yellow);font-family:var(--f-display);font-size:12px;padding:4px 8px;border-radius:6px}.m-sticky{position:sticky;bottom:0;z-index:45;background:#fffdfaf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(112,87,217,.15);padding:10px 40px;display:flex;align-items:center;justify-content:space-between;gap:14px;transform:translateY(0)}.m-sticky .info b{display:block;font-size:14px}.m-sticky .info small{font-size:12px;color:var(--g-ink-soft)}.m-sticky .m-btn{padding:13px 24px;font-size:13px;white-space:nowrap}.m-wa{position:sticky;bottom:80px;margin-left:auto;margin-right:20px;width:54px;height:54px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #25d36666;z-index:46;pointer-events:none}.m-wa svg{width:28px;height:28px;fill:#fff}.m-gate{position:sticky;top:0;height:86vh;margin-bottom:-86vh;z-index:60;background:#26203fe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px}.m-gate.hidden,.m-gate.is-pending{display:none}.m-gate-box{background:var(--g-cream);color:var(--g-ink);border-radius:28px;padding:40px 36px;max-width:440px;width:100%;text-align:center;position:relative;overflow:hidden}.m-gate-box:before{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;border-radius:50%;background:var(--g-lilac);opacity:.25}.m-gate-box .m-logo{margin-bottom:18px}.m-gate-box h3{font-family:var(--f-display);font-weight:400;text-transform:uppercase;font-size:26px;line-height:1.05;margin-bottom:10px}.m-gate-box p{font-size:14px;color:var(--g-ink-soft);line-height:1.55;margin-bottom:24px}.m-gate-box .row{display:flex;gap:10px}.m-gate-box .row .m-btn{flex:1;padding:15px 10px;font-size:14px}.m-gate-box small{display:block;margin-top:16px;font-size:11px;color:var(--g-ink-soft)}.m-reveal{animation:mFade .8s var(--ease) both}@keyframes mFade{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.m-club-hero{background:var(--g-lilac);color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}.m-club-hero .shapes{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.18;pointer-events:none}.m-club-hero .shapes svg{position:absolute}.m-club-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.m-club-form{background:#fff;color:var(--g-ink);border-radius:24px;padding:28px;max-width:520px;margin:34px auto 0;text-align:left;box-shadow:0 30px 60px #0003}.m-club-form label{font-size:12px;font-weight:600;display:block;margin:12px 0 6px}.m-club-form input,.m-club-form select{width:100%;padding:14px 16px;border-radius:12px;border:1.5px solid rgba(112,87,217,.2);font-family:var(--f-body);font-size:14px;background:var(--g-cream)}.m-club-form .m-btn{width:100%;margin-top:18px}.m-club-form .disc{font-size:11px;color:var(--g-ink-soft);margin-top:10px;line-height:1.5}.m-gen-hero{background:var(--g-purple);color:#fff;padding:70px 0 80px;position:relative;overflow:hidden;text-align:center}.m-gen-hero .m-h1{font-size:clamp(40px,6.4vw,84px);max-width:900px;margin:14px auto 0}.m-gen-hero .m-hero-sub{margin:20px auto 30px;text-align:center;max-width:600px}.m-gen-hero .ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.m-gen-hero .bg-eyes{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.12;pointer-events:none;background-image:radial-gradient(ellipse 34px 20px at 50% 50%,#fff 60%,transparent 62%);background-size:140px 110px}.m-gen-proof{display:flex;justify-content:center;gap:40px;margin-top:34px;flex-wrap:wrap}.m-gen-proof div{text-align:center}.m-gen-proof b{font-family:var(--f-display);font-size:30px;display:block;line-height:1}.m-gen-proof small{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;color:#fffc}.m-paths{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.m-path{border-radius:26px;padding:28px 24px 24px;color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:420px;transition:transform .3s var(--ease)}.m-path:hover{transform:translateY(-5px)}.m-path .lbl{font-size:11px;letter-spacing:2px;text-transform:uppercase;font-weight:700;background:#fff3;padding:6px 12px;border-radius:999px;align-self:flex-start}.m-path h3{font-family:var(--f-display);font-weight:400;text-transform:uppercase;font-size:26px;line-height:1;margin:16px 0 8px}.m-path p{font-size:13.5px;line-height:1.55;color:#ffffffe6}.m-path .img{flex:1;display:flex;align-items:center;justify-content:center;margin:14px 0}.m-path .img img{max-height:170px;max-width:80%;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(0,0,0,.3))}.m-path .img .ph{width:120px;height:150px;border-radius:18px;border:2px dashed rgba(255,255,255,.5);background:#ffffff26}.m-path .m-btn{width:100%;background:#fff;color:var(--g-ink);box-shadow:none;font-size:13px;padding:14px}.m-path .pr{font-size:12px;margin-top:8px;color:#ffffffd9;text-align:center}.m-path.p1{background:var(--g-orange)}.m-path.p2{background:var(--g-lilac)}.m-path.p3{background:var(--g-red)}.m-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;counter-reset:st}.m-step{background:#fff;border-radius:20px;padding:24px 22px 22px;border:1px solid rgba(112,87,217,.12);position:relative}.m-step:before{counter-increment:st;content:counter(st);position:absolute;top:-14px;left:20px;width:32px;height:32px;border-radius:50%;background:var(--g-yellow);font-family:var(--f-display);display:flex;align-items:center;justify-content:center;font-size:14px}.m-step b{display:block;font-family:var(--f-display);font-weight:400;text-transform:uppercase;font-size:15px;margin:8px 0 6px}.m-step p{font-size:13px;color:var(--g-ink-soft);line-height:1.55}.m-quiz{background:var(--g-ink);color:#fff;border-radius:28px;padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.m-quiz .q{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.m-quiz .q span{border:1.5px solid rgba(255,255,255,.3);border-radius:999px;padding:10px 16px;font-size:13px;cursor:pointer}.m-quiz .q span.on{background:var(--g-yellow);color:var(--g-ink);border-color:var(--g-yellow);font-weight:600}.m-quiz .res{background:#ffffff14;border-radius:20px;padding:24px;border:1px solid rgba(255,255,255,.15)}.m-quiz .res b{font-family:var(--f-display);font-weight:400;text-transform:uppercase;font-size:22px;display:block;margin-bottom:6px}.m-quiz .res p{font-size:13.5px;color:#fffc;line-height:1.55;margin-bottom:16px}@media(max-width:1023px){.m-wrap{padding:0 28px}.m-paths{gap:10px}.m-path{padding:20px 16px;min-height:380px}.m-steps{grid-template-columns:1fr 1fr}.m-hero-grid{gap:28px}.m-grid3,.m-offers,.m-club-grid{grid-template-columns:repeat(3,1fr);gap:12px}.m-trust .m-wrap{grid-template-columns:repeat(2,1fr)}.m-trust-item{padding:22px 20px}.m-trust-item:nth-child(odd){padding-left:0}.m-trust-item:nth-child(2n){padding-right:0}.m-trust-item:nth-child(odd):before{display:none}.m-trust-item:nth-child(n+3):after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ffffff24}.m-nav-mid{display:none}.m-card{padding:20px}}@media(max-width:749px){.m-wrap{padding:0 18px}.m-paths,.m-steps,.m-quiz{grid-template-columns:1fr}.m-path{min-height:0}.m-path .img img{max-height:130px}.m-quiz{padding:24px}.m-gen-hero{padding:44px 0 50px}.m-gen-hero .m-h1{font-size:42px}.m-gen-proof{gap:20px}.m-nav{padding:8px 16px}.m-nav-mid{display:none}.m-nav .m-btn{padding:10px 16px;font-size:11px;width:auto}.m-verified{gap:10px;font-size:10.5px;padding:7px 10px;justify-content:flex-start;overflow-x:auto;white-space:nowrap;flex-wrap:nowrap}.m-hero{padding:34px 0 40px}.m-hero-grid{grid-template-columns:1fr;gap:18px}.m-hero-visual{order:-1;max-width:240px;margin:0 auto}.m-h1{font-size:34px}.m-hero-sub{font-size:15px;margin:16px 0 22px}.m-btn{width:100%;padding:16px 20px;font-size:14px}.m-price-tag{width:86px;height:86px;right:-6px;bottom:-6px}.m-price-tag b{font-size:20px}.m-section{padding:48px 0}.m-grid3,.m-offers,.m-choose,.m-lab,.m-bridge .m-wrap,.m-club-grid{grid-template-columns:1fr;gap:14px}.m-choose-visual{aspect-ratio:16/10;order:-1}.m-trust .m-wrap{grid-template-columns:1fr;gap:0}.m-trust-item{padding:16px 0}.m-trust-item:before,.m-trust-item:after{display:none}.m-trust-item+.m-trust-item{border-top:1px solid rgba(255,255,255,.14)}.m-rating .big{font-size:44px}.m-email form{flex-direction:column}.m-footer .m-wrap{flex-direction:column;align-items:flex-start}.m-sticky{padding:10px 14px}.m-sticky .m-btn{width:auto;padding:12px 18px;font-size:12px}.m-wa{bottom:74px;margin-right:14px;width:48px;height:48px}.m-gate-box{padding:30px 22px}.m-h2{font-size:26px}}.m-sticky{position:fixed;left:0;right:0;bottom:0;width:100%}.m-sticky-spacer{height:72px}.m-wa{position:fixed;right:20px;bottom:92px;margin:0;pointer-events:auto;text-decoration:none}@media(max-width:749px){.m-sticky-spacer{height:68px}.m-wa{right:14px;bottom:86px}}.m-email form{display:block}.m-email .m-email-row{display:flex;gap:10px;max-width:520px;margin:0 auto}@media(max-width:749px){.m-email .m-email-row{flex-direction:column}}.visually-hidden,.m-root .visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.m-opt:focus-visible,.m-acc-h:focus-visible,.m-btn:focus-visible{outline:3px solid var(--g-yellow);outline-offset:2px}:root{--g-green-deep:#17784B;--g-red-deep:#D2271B}.m-hero.t-lilac,.m-hero.t-orange,.m-hero.t-lilac .m-eyebrow,.m-hero.t-orange .m-eyebrow{color:var(--g-ink)}.m-hero.t-lilac .m-hero-sub,.m-hero.t-orange .m-hero-sub{color:#26203fe6}.m-hero.t-lilac .m-pill,.m-hero.t-orange .m-pill{background:#ffffff80;border-color:#26203f33;color:var(--g-ink)}.m-club-hero,.m-club-hero .m-eyebrow{color:var(--g-ink)}.m-club-hero .m-hero-sub{color:#26203fe6}.m-gen-hero .m-eyebrow,.m-bridge .m-eyebrow,.m-hero.t-purple .m-eyebrow{color:#fff}.m-section.lilac .m-eyebrow{color:var(--g-purple-deep)}.m-goto b{color:var(--g-green-deep)}.m-gen-hero .m-goto,.m-bridge .m-goto,.m-hero.t-purple .m-goto{color:#ffffffeb}.m-gen-hero .m-goto b,.m-bridge .m-goto b,.m-hero.t-purple .m-goto b{color:#fff}.m-hero.t-lilac .m-goto,.m-hero.t-orange .m-goto{color:#26203fe6}.m-hero.t-lilac .m-goto b,.m-hero.t-orange .m-goto b{color:var(--g-ink)}.m-review small,.m-url small{color:var(--g-green-deep)}.m-lab-doc .stamp{border-color:var(--g-green-deep);color:var(--g-green-deep)}.m-lab li:before{background:var(--g-green-deep)}.m-btn-red{background:var(--g-red-deep);box-shadow:0 10px 30px #d2271b59}.m-btn-red:hover{box-shadow:0 16px 36px #d2271b73}.m-offer .tag,.m-path.p3{background:var(--g-red-deep)}.m-path.p1,.m-path.p2{color:var(--g-ink)}.m-path.p1 p,.m-path.p2 p{color:#26203fe6}.m-path.p1 .lbl,.m-path.p2 .lbl{background:#ffffff8c;color:var(--g-ink)}.m-path.p1 .pr,.m-path.p2 .pr{color:#26203fd9}.m-path.p3 p{color:#fffffff2}.m-path.p3 .pr{color:#ffffffeb}.m-gen-proof small{color:#fff}.m-review .av{background:var(--g-purple);color:#fff}.m-carousel{position:relative}.m-carousel-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 40px)/3);gap:20px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 0;scrollbar-width:none;-ms-overflow-style:none}.m-carousel-track::-webkit-scrollbar{display:none}.m-carousel-track>*{scroll-snap-align:start}.m-carousel-track:focus-visible{outline:3px solid var(--g-purple);outline-offset:4px;border-radius:20px}.m-carousel-nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:26px}.m-carousel-btn{width:42px;height:42px;flex:none;border-radius:50%;border:1.5px solid rgba(112,87,217,.32);background:var(--g-white);color:var(--g-purple);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border-color .2s,opacity .2s}.m-carousel-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.m-carousel-btn:hover:not(:disabled){background:var(--g-purple);border-color:var(--g-purple);color:#fff}.m-carousel-btn:disabled{opacity:.3;cursor:default}.m-carousel-dots{display:flex;align-items:center;gap:7px}.m-carousel-dot{width:8px;height:8px;padding:0;border:none;border-radius:99px;background:#7057d947;cursor:pointer;transition:width .25s,background .25s}.m-carousel-dot.is-on{width:24px;background:var(--g-purple)}.m-carousel .m-review{height:100%;display:flex;flex-direction:column}.m-carousel .m-review p{flex:1}.m-review-tag{align-self:flex-start;margin-top:14px;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--g-purple-deep);background:var(--g-lilac-pale);border-radius:999px;padding:5px 11px}@media(max-width:1023px){.m-carousel-track{grid-auto-columns:calc((100% - 20px)/2)}}@media(max-width:749px){.m-carousel-track{grid-auto-columns:86%;gap:14px}.m-carousel-nav{gap:12px;margin-top:20px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/gods-landing.css.map */
