:root{--orange:#f2791e;--orange-d:#c9600a;--orange-bg:#fef0e1;--green:#3d9b2f;--green-d:#2e7523;--green-bg:#edf7e6;--blue:#1b4c8c;--blue-l:#2e7cd6;--blue-bg:#e9f2fc;--yellow:#f5b800;--yellow-bg:#fff8dc;--ink:#16202e;--ink2:#44506180;--ink2s:#445061;--ink3:#7c8797;--bg:#fff;--card:#fff;--warm:#f8f9fb;--warm2:#eff2f6;--line:#e2e7ee;--navy:#0f1b2a;--r:16px;--rsm:10px;--sh:0 8px 24px #16202e12;--sh2:0 16px 40px #16202e21}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Karla,sans-serif;line-height:1.65;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-family:Bitter,serif;font-weight:800;line-height:1.12}img{max-width:100%;display:block}.wrap{max-width:1120px;margin:0 auto;padding:0 22px}a{color:inherit;text-decoration:none}ul{list-style:none}.btn{cursor:pointer;text-align:center;border:none;border-radius:50px;justify-content:center;align-items:center;gap:9px;padding:16px 32px;font-family:Karla;font-size:1.05rem;font-weight:800;transition:all .18s;display:inline-flex}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 5px 0 var(--orange-d),0 12px 28px #f2791e4d}.btn-primary:hover{background:var(--orange-d);transform:translateY(-2px);box-shadow:0 7px #9e4a04,0 16px 32px #f2791e59}.btn-primary:active{box-shadow:0 2px 0 var(--orange-d);transform:translateY(3px)}.btn-green{background:var(--green);color:#fff;box-shadow:0 5px 0 var(--green-d),0 12px 28px #3d9b2f47}.btn-green:hover{background:var(--green-d);transform:translateY(-2px)}.btn-green:active{box-shadow:0 2px 0 var(--green-d);transform:translateY(3px)}.btn-ghost{color:var(--blue);border:2px solid var(--blue);background:0 0;padding:14px 28px}.btn-ghost:hover{background:var(--blue);color:#fff}.btn svg{flex-shrink:0;width:20px;height:20px}.cta-block{text-align:center;margin-top:32px}.cta-note{color:var(--ink3);margin-top:10px;font-size:.8rem;font-weight:600}.offer-bg .cta-note{color:#ffffffa6}.final-bg .cta-note{color:#ffffffbf}.topbar{background:var(--blue);color:#fff;text-align:center;padding:9px 16px;font-size:.83rem;font-weight:700}.topbar strong{color:#ffd97a}.topbar-short{display:none}.nav{z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-bottom:1px solid #0000;transition:all .2s;position:sticky;top:0}.nav.scrolled{border-color:var(--line);box-shadow:0 4px 18px #16202e0f}.nav-inner{justify-content:space-between;align-items:center;gap:20px;max-width:1120px;margin:0 auto;padding:12px 22px;display:flex}.logo{color:var(--blue);flex-shrink:0;align-items:center;gap:10px;font-family:Bitter;font-size:1.08rem;font-weight:800;display:flex}.logo img{object-fit:contain;width:44px;height:44px}.nav-links{gap:26px;font-size:.92rem;font-weight:600;display:flex}.nav-links a{color:var(--ink2s);transition:color .15s}.nav-links a:hover{color:var(--orange)}.nav .btn-primary{padding:11px 24px;font-size:.9rem}.nav-actions{align-items:center;gap:10px;display:flex}.nav-phone{display:none}@media (max-width:900px){.nav-links{display:none}}@media (min-width:768px){.nav-links-full{display:flex}}@media (max-width:767px){.nav-phone{border:1.5px solid var(--line);width:38px;height:38px;color:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.nav-phone svg{width:17px;height:17px}}.hero{background:linear-gradient(165deg,#eaf3fc 0%,#f8fafd 50%,#edf7e6 100%);padding:32px 0 40px;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1fr 1.05fr;grid-template-areas:"badge med""h1 med""sub med""sta med""pri med""cta med""tru med";align-items:center;gap:0 46px;display:grid}.hero-top-badge{color:var(--blue);border-radius:var(--rsm);box-shadow:var(--sh);border:1px solid var(--blue-bg);background:#fff;grid-area:badge;align-items:center;gap:8px;margin-bottom:16px;padding:9px 16px;font-size:.8rem;font-weight:800;display:inline-flex}.hero-top-badge svg{width:15px;height:15px;color:var(--yellow);flex-shrink:0}.badge-short{display:none}.hero h1{color:var(--blue);grid-area:h1;margin-bottom:10px;font-size:clamp(2rem,4.2vw,3.05rem)}.hero h1 .sub{color:var(--ink);letter-spacing:-.01em;margin-top:6px;font-size:.52em;font-weight:700;display:block}.hero-stats{border:1px solid var(--line);background:#fff;border-radius:12px;grid-area:sta;gap:0;max-width:400px;margin:14px 0;display:flex;overflow:hidden}.hstat{text-align:center;border-right:1px solid var(--line);flex:1;padding:12px 8px}.hstat:last-child{border-right:none}.hstat b{color:var(--orange);font-family:Bitter;font-size:1.35rem;line-height:1;display:block}.hstat small{color:var(--ink3);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.hero-sub{color:var(--ink2s);grid-area:sub;max-width:44ch;margin-bottom:14px;font-size:1.05rem;font-weight:500;line-height:1.55}.hero-sub strong{color:var(--green-d);font-weight:700}.sub-short{display:none}.hero-cta-block{grid-area:cta;margin-bottom:18px}.hero-cta-note{color:var(--ink3);margin-top:10px;font-size:.8rem;font-weight:600}.hero-cta-link{color:var(--blue-l);margin-top:8px;font-size:.9rem;font-weight:700;text-decoration:underline;display:inline-block}.book-hero-grid{grid-template-columns:1fr 1.05fr;grid-template-areas:"head med""body med";align-items:center;column-gap:46px;display:grid}.hero-head{grid-area:head}.hero-body{grid-area:body}.hero-tag{color:var(--blue);letter-spacing:.07em;text-transform:uppercase;border-radius:var(--rsm);box-shadow:var(--sh);border:1px solid var(--blue-bg);background:#fff;align-items:center;gap:8px;margin-bottom:18px;padding:8px 16px;font-size:.74rem;font-weight:800;display:inline-flex}.hero-price{align-items:baseline;gap:12px;margin-bottom:22px;display:flex}.price-main{color:var(--green-d);font-family:Bitter;font-size:2.5rem;font-weight:800;line-height:1}.price-old{color:var(--ink3);font-size:1.15rem;font-weight:600;text-decoration:line-through}.price-save{background:var(--orange);color:#fff;border-radius:6px;padding:5px 11px;font-size:.74rem;font-weight:800}.hero-actions{flex-wrap:wrap;gap:13px;margin-bottom:22px;display:flex}.pb-full{margin-bottom:18px}.pb-row{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.pb-price{color:var(--green-d);font-family:Bitter;font-size:2.5rem;font-weight:800;line-height:1}.pb-dark .pb-price{color:#7be86e}.pb-old{color:var(--ink3);font-size:1.1rem;font-weight:600;text-decoration:line-through}.pb-dark .pb-old{color:#ffffff80}.pb-discount{background:var(--orange);color:#fff;border-radius:6px;padding:5px 11px;font-size:.74rem;font-weight:800}.pb-delivery{color:var(--ink2s);margin-top:6px;font-size:14px;font-weight:700}.pb-dark .pb-delivery{color:#ffffffe6}.pb-compact{color:var(--green-d);flex-wrap:wrap;align-items:baseline;gap:5px 8px;font-family:Bitter;font-size:1.14rem;font-weight:800;display:inline-flex}.pb-compact-delivery{color:var(--ink2s);font-family:Karla;font-size:.6em;font-weight:700}.pb-compact-old{color:var(--ink3);font-family:Karla;font-size:.6em;font-weight:600;text-decoration:line-through}.hero-trust{color:var(--ink2s);flex-wrap:wrap;gap:16px;font-size:.84rem;font-weight:700;display:flex}.hero-trust-pay{flex-wrap:nowrap;grid-area:tru;gap:11px;font-size:.73rem}.hero-trust span{align-items:center;gap:6px;display:flex}.hero-trust svg{flex-shrink:0;width:15px;height:15px}.tg svg{color:var(--green)}.tb svg{color:var(--blue-l)}.to svg{color:var(--orange)}.ty svg{color:var(--yellow)}.hero-media{grid-area:med;position:relative}.hero-media-img{position:relative}.hero-media img{width:100%;box-shadow:var(--sh2);border-radius:20px}.hero-badge{background:var(--green);color:#fff;text-align:center;z-index:3;border:4px solid #fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:88px;height:88px;padding:14px 18px;font-family:Bitter;font-size:.82rem;font-weight:800;line-height:1.15;display:flex;position:absolute;top:-14px;left:-14px;box-shadow:0 8px 22px #3d9b2f66}.hero-badge b{font-size:1.45rem;line-height:1;display:block}.tstrip{background:var(--warm);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.tstrip-in{grid-template-columns:repeat(3,1fr);display:grid}.titem{border-right:1px solid var(--line);text-align:left;justify-content:center;align-items:center;gap:10px;padding:18px 14px;font-size:.86rem;font-weight:700;display:flex}.titem:last-child{border-right:none}.titem svg{flex-shrink:0;width:22px;height:22px}.ti1 svg{color:var(--orange)}.ti2 svg{color:var(--green)}.ti3 svg{color:var(--blue-l)}.tstrip-in-4{grid-template-columns:repeat(4,1fr)}.titem-stat{padding:16px 10px}.titem-icon{flex-shrink:0;font-size:1.3rem;line-height:1}.titem-text{text-align:left;flex-direction:column;line-height:1.3;display:flex}.titem-main{color:var(--ink);font-size:.92rem;font-weight:800}.titem-sub{color:var(--ink3);font-size:.72rem;font-weight:600}section{padding:66px 0}.kicker{text-align:center;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px;font-size:.76rem;font-weight:800;display:block}.k-orange{color:var(--orange-d)}.k-green{color:var(--green-d)}.k-blue{color:var(--blue-l)}.h-sec{text-align:center;color:var(--blue);margin-bottom:14px;font-size:clamp(1.75rem,3.4vw,2.45rem)}.h-sec em{color:var(--orange);font-style:italic}.sub-sec{text-align:center;max-width:52ch;color:var(--ink2s);margin:0 auto 42px;font-size:1.03rem;font-weight:500;line-height:1.7}.pain-bg{background:var(--warm)}.pain-grid{grid-template-columns:1fr 1fr;gap:20px;max-width:840px;margin:0 auto;display:grid}.pain-card{background:var(--card);border-radius:var(--r);box-shadow:var(--sh);padding:26px}.pain-card h3{align-items:center;gap:9px;margin-bottom:13px;font-size:1.12rem;display:flex}.pain-card li{color:var(--ink2s);padding:7px 0 7px 27px;font-size:.96rem;font-weight:500;position:relative}.bad li:before,.bad li:after{content:"";background:var(--orange);width:13px;height:2px;position:absolute;top:14px;left:1px}.bad li:before{transform:rotate(45deg)}.bad li:after{transform:rotate(-45deg)}.good li:before{content:"";border-right:2.5px solid var(--green);border-bottom:2.5px solid var(--green);width:6px;height:11px;position:absolute;top:12px;left:3px;transform:rotate(40deg)}.set-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:34px;display:grid}.set-card{background:var(--card);border-radius:var(--r);box-shadow:var(--sh);border:1px solid var(--line);flex-direction:column;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.set-card:hover{box-shadow:var(--sh2);transform:translateY(-4px)}.set-media{aspect-ratio:1;background:var(--warm);position:relative;overflow:hidden}.set-media img{object-fit:cover;width:100%;height:100%}.set-num{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-family:Bitter;font-size:1rem;font-weight:800;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 3px 10px #0003}.n1{background:var(--green)}.n2{background:var(--orange)}.n3{background:var(--blue-l)}.set-body{flex-direction:column;flex:1;padding:20px 22px 24px;display:flex}.set-body h3{color:var(--blue);margin-bottom:7px;font-size:1.1rem}.set-spec{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:14px;display:flex}.set-spec-item{text-align:center;border-right:1px solid var(--line);flex:1;padding:10px 4px}.set-spec-item:last-child{border-right:none}.set-spec-item b{color:var(--blue);font-family:Bitter;font-size:1.25rem;font-weight:800;line-height:1.15;display:block}.set-spec-item small{color:var(--ink3);text-transform:uppercase;letter-spacing:.04em;margin-top:3px;font-size:.66rem;font-weight:700;display:block}.set-body p{color:var(--ink2s);flex:1;font-size:.92rem;font-weight:500;line-height:1.65}.set-skill{border-radius:50px;align-self:flex-start;align-items:center;gap:6px;margin-top:12px;padding:6px 12px;font-size:.82rem;font-weight:800;display:inline-flex}.sk1{background:var(--green-bg);color:var(--green-d)}.sk2{background:var(--orange-bg);color:var(--orange-d)}.sk3{background:var(--blue-bg);color:var(--blue)}.set-note{background:var(--yellow-bg);border:2px dashed var(--yellow);border-radius:var(--r);align-items:flex-start;gap:14px;max-width:760px;margin:0 auto;padding:20px 24px;display:flex}.set-note svg{color:#b08000;flex-shrink:0;width:24px;height:24px;margin-top:2px}.set-note b{color:var(--ink);margin-bottom:4px;font-family:Bitter;font-size:1rem;display:block}.set-note p{color:var(--ink2s);font-size:.93rem;font-weight:500;line-height:1.6}.guarantee{background:var(--green-bg);border:2px dashed var(--green);border-radius:var(--r);align-items:flex-start;gap:14px;max-width:760px;margin:0 auto 26px;padding:18px 22px;display:flex}.guarantee svg{width:26px;height:26px;color:var(--green-d);flex-shrink:0;margin-top:2px}.guarantee b{color:var(--ink);margin-bottom:4px;font-family:Bitter;font-size:1rem;display:block}.guarantee p{color:var(--ink2s);font-size:.93rem;font-weight:500;line-height:1.6}.co-cutoff{text-align:center;background:var(--orange-bg);max-width:760px;color:var(--orange-d);border:1.5px solid #f2791e66;border-radius:30px;margin:0 auto 26px;padding:10px 18px;font-size:.87rem;font-weight:700}.preorder-bg{background:var(--warm)}.preorder-list{background:var(--card);border-radius:var(--rsm);max-width:680px;box-shadow:var(--sh);margin:0 auto;padding:20px 26px}.preorder-list li{color:var(--ink2s);padding:8px 0 8px 22px;font-size:.89rem;font-weight:500;line-height:1.6;position:relative}.preorder-list li:before{content:"•";color:var(--ink3);font-weight:800;position:absolute;left:4px}.upsell{background:var(--yellow-bg);border:1.5px dashed var(--yellow);border-radius:var(--rsm);color:var(--ink);cursor:pointer;align-items:flex-start;gap:10px;margin:14px 0;padding:12px 14px;font-size:.85rem;font-weight:600;display:flex}.upsell input{cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:3px}.upsell small{color:var(--ink3);margin-top:2px;font-weight:500;display:block}.stages-list{border:1px solid var(--line);border-radius:var(--r);max-width:780px;box-shadow:var(--sh);flex-direction:column;margin:0 auto 26px;display:flex;overflow:hidden}.stage-row{border-bottom:1px solid var(--line);background:var(--card);display:flex}.stage-row:last-child{border-bottom:none}.stage-age{background:var(--green-bg);color:var(--green-d);flex:0 0 150px;align-items:center;padding:16px 20px;font-family:Bitter;font-size:1.05rem;font-weight:800;display:flex}.stage-desc{color:var(--ink2s);flex:1;align-items:center;padding:16px 20px;font-weight:500;line-height:1.55;display:flex}.stages-note{text-align:center;max-width:640px;color:var(--ink2s);margin:0 auto;font-weight:500;line-height:1.6}.stages-punch{text-align:center;max-width:640px;color:var(--blue);margin:14px auto 0;font-family:Bitter;font-size:1.15rem;font-weight:800}@media (max-width:640px){.stages-list{box-shadow:none;background:0 0;border:none;gap:14px}.stage-row{border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh);flex-direction:column;overflow:hidden}.stage-age{flex:none;padding:10px 18px}.stage-desc{padding:14px 18px}}.info-bg{background:var(--blue-bg)}.info-img{max-width:720px;box-shadow:var(--sh2);border-radius:20px;margin:0 auto;overflow:hidden}.info-img video{width:100%;display:block}.gal-bg{background:var(--green-bg)}.gal-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.gal-item .stitch{aspect-ratio:1;position:relative}.stitch{background:var(--card);border-radius:var(--r);box-shadow:var(--sh2);padding:8px;position:relative}.stitch:after{content:"";pointer-events:none;border:2px dashed #a8d89a;border-radius:11px;position:absolute;inset:5px}.stitch img{object-fit:cover;border-radius:9px;width:100%;height:100%}.tab-badge{background:var(--orange);color:#fff;clip-path:polygon(0 0,100% 0,100% 100%,10px 100%,0 70%);z-index:2;padding:6px 11px 6px 9px;font-family:Bitter;font-size:.74rem;font-weight:800;line-height:1;position:absolute;top:0;left:18px}.gal-cap{text-align:center;color:var(--blue);margin-top:11px;font-family:Bitter;font-size:.95rem;font-weight:700}.gal-skill{text-align:center;margin-top:2px;font-size:.82rem;font-weight:600}.gs1{color:var(--blue-l)}.gs2{color:var(--orange-d)}.gs3{color:var(--green-d)}.gs4{color:#b08000}.gal-feature{background:var(--warm);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh);margin-top:20px;display:flex;overflow:hidden}.gal-feature-img{flex:0 0 40%;min-height:220px;position:relative}.gal-feature-img img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.gal-feature-body{flex-direction:column;flex:60%;justify-content:center;padding:28px 30px;display:flex}.gal-feature-badge{background:var(--blue-bg);color:var(--blue);border-radius:50px;align-self:flex-start;align-items:center;margin-bottom:10px;padding:6px 12px;font-size:.82rem;font-weight:800;display:inline-flex}.gal-feature-body h3{color:var(--blue);margin-bottom:8px;font-size:1.25rem}.gal-feature-body p{color:var(--ink2s);font-size:.95rem;font-weight:500;line-height:1.65}.how-bg{background:var(--warm)}.how-img{max-width:900px;box-shadow:var(--sh2);border-radius:20px;margin:0 auto 24px;overflow:hidden}.how-img img{width:100%;display:block}.how-trust{color:var(--ink2s);flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:26px;font-size:.84rem;font-weight:700;display:flex}.how-trust span{align-items:center;gap:6px;display:flex}.how-trust svg{flex-shrink:0;width:15px;height:15px}.how-cta{justify-content:center;display:flex}@media (max-width:430px){.how-trust{gap:10px 16px}}.gdje-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.gdje-card{background:var(--card);border-radius:var(--r);box-shadow:var(--sh);border:1px solid var(--line);overflow:hidden}.gdje-card-img{aspect-ratio:4/3;background:var(--warm);overflow:hidden}.gdje-card-img img{object-fit:cover;width:100%;height:100%;display:block}.gdje-card-body{padding:16px 18px}.gdje-card-body h3{color:var(--blue);margin-bottom:5px;font-size:1rem}.gdje-card-body p{color:var(--ink2s);font-size:.87rem;font-weight:500;line-height:1.5}.gdje-note{text-align:center;color:var(--ink3);margin-top:24px;font-size:.85rem;font-weight:600}.offer-bg{color:#fff;background:linear-gradient(135deg,#153a63 0%,#0f1b2a 100%)}.offer-bg .h-sec{color:#fff}.offer-card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:22px;grid-template-columns:1fr 1.15fr;align-items:center;gap:34px;max-width:860px;margin:0 auto;padding:32px;display:grid}.offer-img{border-radius:14px;overflow:hidden;box-shadow:0 12px 30px #0000004d}.offer-info h3{color:#fff;margin-bottom:4px;font-size:1.5rem}.offer-info .osub{color:#ffffffa6;margin-bottom:16px;font-size:.92rem;font-weight:600}.offer-price{align-items:baseline;gap:12px;margin-bottom:18px;display:flex}.offer-price .pm{color:#7be86e;font-family:Bitter;font-size:2.5rem;font-weight:800;line-height:1}.offer-price .po{color:#ffffff73;font-size:1.1rem;font-weight:600;text-decoration:line-through}.offer-price .ps{background:var(--orange);color:#fff;border-radius:6px;padding:5px 11px;font-size:.74rem;font-weight:800}.value-stack{background:#ffffff0d;border:1px solid #ffffff24;border-radius:12px;margin-bottom:18px;padding:16px 18px}.value-stack-title{color:#ffffff8c;text-transform:uppercase;letter-spacing:.03em;margin-bottom:10px;font-size:.78rem;font-weight:700}.value-stack-list{margin-bottom:10px}.value-stack-list li{color:#ffffffd9;align-items:baseline;gap:6px;padding:4px 0;font-size:.88rem;font-weight:600;display:flex}.value-stack-dots{border-bottom:1px dotted #ffffff47;flex:1;margin-bottom:4px}.value-stack-price{color:#fff;flex-shrink:0;font-weight:700}.value-stack-total{color:#ffffffe6;border-top:1px solid #fff3;justify-content:space-between;align-items:baseline;padding-top:10px;font-size:.92rem;font-weight:800;display:flex}.value-stack-total-price{color:#7be86e;font-family:Bitter;font-size:1.2rem}.value-stack-yours{color:#fff;border-top:2px solid #7be86e59;justify-content:space-between;align-items:baseline;margin-top:6px;padding-top:12px;font-size:1.02rem;font-weight:800;display:flex}.value-stack-yours-price{color:#7be86e;font-family:Bitter;font-size:1.7rem}.value-stack-yours-price small{color:#ffffffa6;margin-left:4px;font-family:Karla;font-size:.85rem;font-weight:600}.offer-seasonal{color:#ffffffb3;margin:18px 0;font-size:.87rem;font-style:italic;font-weight:600}.offer-bonus{background:#f2791e29;border:1px solid #f2791e66;border-radius:12px;margin-bottom:20px;padding:14px 16px}.offer-bonus-title{color:#ffb870;align-items:flex-start;gap:8px;margin-bottom:6px;font-size:.9rem;font-weight:800;line-height:1.4;display:flex}.offer-bonus p{color:#ffffffd9;margin:0;font-size:.86rem;font-weight:500;line-height:1.55}.offer-points{margin-bottom:22px}.offer-points li{color:#ffffffe6;align-items:flex-start;gap:10px;padding:6px 0;font-size:.95rem;font-weight:600;display:flex}.offer-points svg{color:#7be86e;flex-shrink:0;width:18px;height:18px;margin-top:2px}.offer-note{color:#ffffff8c;text-align:center;margin-top:13px;font-size:.81rem;font-weight:500}.offer-note strong{color:#ffd97a}.guarantee-bg{background:var(--green-bg);padding:48px 0}.guarantee-bg .wrap{text-align:center;max-width:560px}.guarantee-seal{border:3px solid var(--green);background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:118px;height:118px;margin:0 auto 20px;display:flex;position:relative;box-shadow:0 8px 20px #3d9b2f40}.guarantee-seal-ring{border:2px dashed var(--green);opacity:.5;border-radius:50%;position:absolute;inset:-7px}.guarantee-seal svg{width:20px;height:20px;color:var(--green-d);margin-bottom:2px}.guarantee-seal-num{color:var(--green-d);font-family:Bitter;font-size:1.85rem;font-weight:800;line-height:1}.guarantee-seal-txt{letter-spacing:.03em;color:var(--green-d);text-transform:uppercase;font-size:.55rem;font-weight:800;line-height:1.3}.guarantee-bg .h-sec{margin-bottom:14px}.guarantee-bg .sub-sec{margin-bottom:12px}.guarantee-p{text-align:center;max-width:560px;color:var(--ink2s);margin:0 auto;font-size:1.03rem;line-height:1.6}.guarantee-p strong{color:var(--green-d)}.rev-bg{background:var(--warm)}.rev-score{justify-content:center;align-items:center;gap:16px;margin-bottom:38px;display:flex}.rev-score .num{color:var(--orange);font-family:Bitter;font-size:3.4rem;font-weight:800;line-height:1}.rss{flex-direction:column;gap:3px;display:flex}.rss .stars{color:var(--yellow);letter-spacing:2px;font-size:1.05rem}.rss small{color:var(--ink2s);font-size:.84rem;font-weight:600}.rev-score-sep{background:#0000001f;width:1px;height:36px}.rss .num2{color:var(--green-d);font-family:Bitter;font-size:1.6rem;font-weight:800;line-height:1}.rev-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.rev-card{background:var(--card);border-radius:var(--r);box-shadow:var(--sh);padding:26px;position:relative}.rev-card:before{content:"“";color:var(--orange);opacity:.18;font-family:Georgia,serif;font-size:3.4rem;line-height:1;position:absolute;top:12px;left:20px}.rev-stars{color:var(--yellow);letter-spacing:2px;margin-bottom:11px;font-size:.93rem}.rev-text{margin-bottom:17px;font-size:.96rem;font-style:italic;font-weight:500;line-height:1.7}.rev-who{align-items:center;gap:12px;display:flex}.rev-av{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Bitter;font-size:1.02rem;font-weight:800;display:flex}.av1{background:var(--blue-l)}.av2{background:var(--orange)}.av3{background:var(--green)}.rev-who b{font-size:.92rem;display:block}.rev-who small{color:var(--ink3);font-size:.81rem;font-weight:600}.reassure-bg{background:var(--green-bg);border-top:1px solid #3d9b2f40;border-bottom:1px solid #3d9b2f40}.reassure-p{text-align:center;max-width:640px;color:var(--ink2s);margin:0 auto;font-size:1.03rem;line-height:1.7}.reassure-quote{background:var(--card);border-left:4px solid var(--green);border-radius:var(--rsm);box-shadow:var(--sh);max-width:600px;color:var(--ink);margin:28px auto 0;padding:22px 26px;font-family:Bitter;font-size:1.08rem;font-style:italic;line-height:1.6}.reassure-quote cite{color:var(--ink3);margin-top:12px;font-family:Karla;font-size:.82rem;font-style:normal;font-weight:700;display:block}.reassure-guarantee{text-align:center;max-width:600px;color:var(--green-d);margin:26px auto 0;font-size:1.03rem;font-weight:800}.co-bg{background:var(--warm2)}.co-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:24px;max-width:940px;margin:0 auto;display:grid}.co-card{background:var(--card);border-radius:var(--r);box-shadow:var(--sh);border:1px solid var(--line);overflow:hidden}.card-head{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:19px 24px;display:flex}.card-head svg{width:18px;height:18px;color:var(--orange)}.card-head h3{font-size:1rem}.card-body{padding:22px 24px}.field{margin-bottom:15px}.field label{margin-bottom:6px;font-size:.87rem;font-weight:700;display:block}.field input,.field textarea,.field select{border:1.5px solid var(--line);border-radius:var(--rsm);background:var(--warm);width:100%;color:var(--ink);padding:13px 15px;font-family:Karla;font-size:.96rem;font-weight:500;transition:border .15s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue-l);outline:none}.field-error{color:var(--orange-d);margin-top:6px;font-size:.8rem;font-weight:700}.field-row{flex-direction:column;display:flex}@media (min-width:480px){.field-row{flex-direction:row;gap:12px}.field-row .field{flex:1}}.age-btns{flex-wrap:wrap;gap:8px;display:flex}.age-btn{border:1.5px solid var(--line);border-radius:var(--rsm);background:var(--warm);color:var(--ink);cursor:pointer;padding:11px 18px;font-family:Karla;font-size:.92rem;font-weight:700;transition:all .15s}.age-btn:hover{border-color:var(--blue-l)}.age-btn.active{background:var(--blue-l);border-color:var(--blue-l);color:#fff}.age-btn-multi{padding:11px 16px}.next-steps{background:var(--blue-bg);border-radius:var(--rsm);margin:16px 0;padding:14px 16px}.next-steps-title{color:var(--blue);margin-bottom:8px;font-size:.83rem;font-weight:800}.next-steps-list{flex-direction:column;gap:7px;display:flex}.next-steps-list li{color:var(--ink2s);font-size:.84rem;font-weight:600;line-height:1.4}.co-commit{text-align:center;color:var(--green-d);margin-top:8px;font-size:.84rem;font-weight:800}.co-viber{text-align:center;color:var(--ink2s);margin-top:22px;font-size:.92rem;font-weight:600}.co-viber a{color:var(--blue);font-weight:800;text-decoration:underline}.sum-card{position:sticky;top:88px}.sum-prod{align-items:center;gap:13px;margin-bottom:14px;display:flex}.sum-prod img{object-fit:cover;border:1px solid var(--line);border-radius:10px;flex-shrink:0;width:62px;height:62px}.sum-prod .spn{margin-bottom:2px;font-size:.92rem;font-weight:700}.sum-prod .spq{color:var(--ink3);font-size:.81rem;font-weight:600}.sum-inc{background:var(--green-bg);border-radius:var(--rsm);margin-bottom:14px;padding:12px 14px}.sum-inc li{color:var(--green-d);align-items:center;gap:8px;padding:3px 0;font-size:.84rem;font-weight:600;display:flex}.sum-inc svg{flex-shrink:0;width:14px;height:14px}.sum-row{color:var(--ink2s);justify-content:space-between;padding:6px 0;font-size:.9rem;font-weight:600;display:flex}.sum-total{border-top:1.5px dashed var(--line);color:var(--ink);align-items:baseline;gap:10px;margin-top:8px;padding-top:14px;font-family:Bitter;font-size:1.28rem;font-weight:800}.sum-total span:last-child{color:var(--green-d);white-space:nowrap}.pay-label{text-transform:uppercase;letter-spacing:.06em;color:var(--ink3);margin:16px 0 9px;font-size:.78rem;font-weight:800}.pay-row{border:1.5px solid var(--green);background:var(--green-bg);border-radius:var(--rsm);align-items:center;gap:11px;padding:13px 15px;display:flex}.pay-dot{border:2px solid var(--green-d);border-radius:50%;flex-shrink:0;width:18px;height:18px;position:relative}.pay-dot:after{content:"";background:var(--green-d);border-radius:50%;position:absolute;inset:3px}.pay-row svg{width:17px;height:17px;color:var(--green-d);flex-shrink:0}.pay-name{font-size:.89rem;font-weight:800}.pay-desc{color:var(--ink3);font-size:.77rem;font-weight:500}.sub-note{text-align:center;color:var(--ink3);justify-content:center;align-items:center;gap:6px;margin-top:12px;font-size:.79rem;font-weight:600;display:flex}.sub-note svg{width:13px;height:13px;color:var(--green)}.book-orders-paused{background:var(--warm);border:1.5px dashed var(--ink3);border-radius:var(--rsm);text-align:center;color:var(--ink2s);margin-top:17px;padding:16px;font-weight:700}.faq-bg{background:var(--orange-bg)}.faq-list{max-width:730px;margin:0 auto}.faq-item{background:var(--card);border-radius:var(--rsm);box-shadow:var(--sh);border:1px solid var(--line);margin-bottom:11px;overflow:hidden}.faq-q{text-align:left;cursor:pointer;width:100%;color:var(--blue);background:0 0;border:none;justify-content:space-between;align-items:center;gap:14px;padding:18px 22px;font-family:Bitter;font-size:.98rem;font-weight:700;display:flex}.faq-q .plus{color:var(--orange);flex-shrink:0;font-size:1.4rem;line-height:1;transition:transform .22s}.faq-item.open .plus{transform:rotate(45deg)}.faq-a{max-height:0;padding:0 22px;transition:max-height .32s;overflow:hidden}.faq-item.open .faq-a{max-height:360px;padding-bottom:19px}.faq-a p{color:var(--ink2s);font-size:.95rem;font-weight:500;line-height:1.7}.final-bg{background:var(--green-d);text-align:center;position:relative;overflow:hidden}.final-bg h2{color:#fff;margin-bottom:13px;font-size:clamp(1.75rem,3.4vw,2.5rem)}.final-bg p{color:#ffffffe0;max-width:48ch;margin:0 auto 26px;font-size:1.05rem;font-weight:500;line-height:1.7}.final-bg .final-bonus{color:#ffe7b8;background:#ffffff1f;border:1px solid #ffffff40;border-radius:30px;max-width:none;margin:0 auto 22px;padding:8px 18px;font-size:.85rem;font-weight:700;display:inline-flex}.final-strip{flex-wrap:wrap;justify-content:center;gap:13px;margin-top:34px;display:flex}.final-strip .stitch{width:110px;height:110px;padding:6px}.final-strip .stitch:after{inset:4px}footer{background:var(--navy);color:#8494a6;padding-top:48px}.foot-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.3fr 1fr 1fr;gap:38px;padding-bottom:32px;display:grid}.foot-logo{color:#fff;align-items:center;gap:10px;margin-bottom:13px;font-family:Bitter;font-size:1.03rem;font-weight:800;display:flex}.foot-logo img{object-fit:contain;width:38px;height:38px}.foot-brand p{color:#67788c;max-width:31ch;font-size:.89rem;line-height:1.75}.foot-col h4{color:#fff;margin-bottom:13px;font-family:Bitter;font-size:.91rem}.foot-col li{margin-bottom:9px;font-size:.89rem}.foot-col a{color:#8494a6;align-items:center;gap:7px;transition:color .15s;display:inline-flex}.foot-col a:hover{color:#fff}.foot-col svg{width:14px;height:14px}.foot-bot{text-align:center;color:#4a5a6e;padding:19px 0;font-size:.81rem}.sticky{z-index:300;background:var(--card);border-top:1px solid var(--line);flex-direction:column;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #16202e21}.sticky-rib{background:var(--green-bg);color:var(--green-d);text-align:center;border-bottom:1px solid #c7e9b8;padding:5px 10px;font-size:.69rem;font-weight:800}.sticky-row{justify-content:space-between;align-items:center;gap:12px;padding:11px 18px;display:flex}.sticky-price{color:var(--green-d);font-family:Bitter;font-size:1.14rem;font-weight:800}.sticky-price small{color:var(--ink3);font-family:Karla;font-size:.74rem;font-weight:600;text-decoration:line-through;display:block}.sticky-row .btn-primary{padding:13px 26px;font-size:.92rem}.sticky-cutoff-v2{background:var(--orange-bg);color:var(--orange-d);text-align:center;border-bottom:1px solid #f2791e4d;padding:4px 10px;font-size:.66rem;font-weight:800}.sticky-row-v2{align-items:center;gap:10px;padding:10px 16px;display:flex}.sticky-price-v2{flex:1;min-width:0;line-height:1.2}.sticky-price-v2-top{align-items:baseline;gap:8px;display:flex}.sticky-price-main{color:var(--green-d);font-family:Bitter;font-size:1.1rem;font-weight:800}.sticky-price-old{color:var(--ink3);font-size:.74rem;font-weight:600;text-decoration:line-through}.sticky-price-delivery{color:var(--ink2s);font-size:.68rem;font-weight:600}.sticky-phone{border:1.5px solid var(--line);width:42px;height:42px;color:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sticky-phone svg{width:18px;height:18px}.sticky-row-v2 .btn-primary{flex-shrink:0;padding:12px 18px;font-size:.86rem}@media (max-width:900px){.hero-grid,.book-hero-grid,.pain-grid,.offer-card,.co-grid{grid-template-columns:1fr}.hero-grid{grid-template-areas:"badge""h1""sub""med""sta""pri""cta""tru";row-gap:14px}.book-hero-grid{grid-template-areas:"head""med""body";row-gap:14px}.hero h1,.hero-sub,.hero-price,.hero-actions,.hero-trust,.hero-top-badge,.hero-cta-block{text-align:center}.hero-actions,.hero-trust,.hero-top-badge{justify-content:center}.hero-stats{display:none}.hero-media{max-width:400px;margin:0 auto}.hero-badge{width:74px;height:74px;font-size:.72rem;top:-10px;left:-8px}.hero-badge b{font-size:1.2rem}.set-grid,.gal-grid,.rev-grid,.gdje-grid{grid-template-columns:1fr}.gal-feature{flex-direction:column}.gal-feature-img{aspect-ratio:16/10;flex:none;width:100%;min-height:0}.gal-feature-body{padding:22px 24px}.tstrip-in{grid-template-columns:1fr}.titem{border-right:none;border-bottom:1px solid var(--line)}.titem:last-child{border-bottom:none}.tstrip-in.tstrip-in-4{grid-template-columns:repeat(2,1fr)}.tstrip-in.tstrip-in-4 .titem{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.tstrip-in.tstrip-in-4 .titem:nth-child(2n){border-right:none}.tstrip-in.tstrip-in-4 .titem:nth-last-child(-n+2){border-bottom:none}.sum-card{position:static}.co-grid{padding-bottom:100px}.foot-grid{grid-template-columns:1fr;gap:28px}section{padding:48px 0}.sticky{display:flex}body{padding-bottom:104px}}@media (max-width:900px) and (min-width:580px){.set-grid,.gal-grid,.rev-grid,.gdje-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.topbar{padding:7px 10px;font-size:.72rem}.topbar-full{display:none}.topbar-short{display:inline}.hero{padding:10px 0 16px}.hero-grid{row-gap:8px}.hero-top-badge{white-space:nowrap;gap:5px;margin-bottom:0;padding:6px 12px;font-size:.7rem}.badge-full{display:none}.badge-short{display:inline}.sub-full{display:none}.sub-short{display:block}.hero-grid h1{margin-bottom:0;font-size:1.55rem;line-height:1.15}.hero-grid .hero-sub{margin-bottom:0;font-size:.85rem;line-height:1.4}.hero-grid .hero-media{max-width:270px;margin:0 auto}.hero-grid .hero-badge{border-width:2px;width:66px;height:66px;font-size:.64rem;bottom:-8px;right:-6px}.hero-grid .hero-badge b{font-size:1.08rem}.hero-price{flex-wrap:wrap}.pb-full{margin-bottom:0}.pb-price{font-size:1.7rem}.pb-delivery{margin-top:2px;font-size:12px}.hero-cta-block{margin-bottom:0}.hero-cta-block .btn{padding:12px 24px;font-size:.92rem}.hero-cta-note{margin-top:5px;font-size:.68rem}.hero-cta-link{display:none}.hero-trust-pay{grid-template-columns:1fr 1fr;gap:10px 14px;display:grid}}@media (max-width:430px){.tstrip-in{grid-template-columns:1fr}.titem:nth-child(odd){border-right:none}.titem{border-bottom:1px solid var(--line)}.titem:last-child{border-bottom:none}.hstat b{font-size:1.15rem}.set-spec-item{padding:8px 2px}.set-spec-item b{font-size:1rem}.set-spec-item small{letter-spacing:.02em;font-size:.58rem}.nav-inner{gap:8px;padding:10px 14px}.logo{gap:6px;font-size:.85rem}.logo img{width:32px;height:32px}.nav .btn-primary{padding:9px 13px;font-size:.76rem}}
