@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif}:root{--black:#080B12;--dark:#0E1220;--card:#131825;--border:rgba(255,255,255,.07);--teal:#1EC8C0;--teal-glow:rgba(30,200,192,.22);--teal-dim:rgba(30,200,192,.08);--white:#FFFFFF;--muted:rgba(255,255,255,.55);--faint:rgba(255,255,255,.08);--radius:16px;--radius-sm:10px;--radius-pill:999px}.gw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:17px 36px;border-radius:var(--radius-pill);font-family:inherit;font-weight:800;font-size:1rem;letter-spacing:.01em;text-decoration:none;cursor:pointer;border:none;transition:all .22s cubic-bezier(.4,0,.2,1)}.gw-btn--primary{background:linear-gradient(135deg,#1ec8c0,#15a89f);color:#000;box-shadow:0 8px 32px var(--teal-glow)}.gw-btn--primary:hover{transform:translateY(-2px);box-shadow:0 14px 44px #1ec8c061}.gw-btn--xl{padding:20px 48px;font-size:1.1rem}.gw-inner{max-width:1080px;margin:0 auto;padding:0 20px}.gw-tag{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:var(--radius-pill);background:var(--teal-dim);border:1px solid rgba(30,200,192,.25);color:var(--teal);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.gw-h1{font-size:clamp(2.6rem,6.5vw,5rem);font-weight:900;color:var(--white);line-height:1.05;letter-spacing:-.03em}.gw-h2{font-size:clamp(1.9rem,4vw,3rem);font-weight:900;color:var(--white);line-height:1.1;letter-spacing:-.02em}.gw-accent{color:var(--teal)}.gw-sub{font-size:1.1rem;color:var(--muted);line-height:1.75;max-width:580px}.gw-section-head{text-align:center;margin-bottom:56px}.gw-section-head .gw-sub{margin:16px auto 0}section[class^=gw-]{padding:88px 20px}.gw-hero{background:var(--black);padding:0;min-height:100svh;display:flex;align-items:center;position:relative;overflow:hidden}.gw-hero:before{content:"";position:absolute;top:-20%;left:50%;transform:translate(-50%);width:900px;height:900px;border-radius:50%;background:radial-gradient(circle,rgba(30,200,192,.13) 0%,transparent 65%);pointer-events:none}.gw-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,var(--black));pointer-events:none}.gw-hero__inner{position:relative;z-index:1;max-width:820px;margin:0 auto;padding:120px 20px 100px;text-align:center}.gw-hero__tagline{margin-bottom:28px}.gw-hero__title{margin-bottom:24px}.gw-hero__body{margin:0 auto 40px;font-size:1.15rem;color:#ffffffad;line-height:1.75;max-width:600px}.gw-hero__cta-group{display:flex;flex-direction:column;align-items:center;gap:14px}.gw-hero__cta-note{font-size:.82rem;color:#ffffff59}.gw-hero__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:44px}.gw-hero__badge{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#ffffff80;font-weight:500}.gw-hero__badge:before{content:"\2713";color:var(--teal);font-weight:900}.gw-hero__stars{margin-top:28px;color:#ffffff73;font-size:.88rem;display:flex;align-items:center;justify-content:center;gap:8px}.gw-hero__stars strong{color:var(--white)}.gw-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(30,200,192,.25),transparent);margin:0 auto;max-width:600px}.gw-pain{background:var(--dark)}.gw-pain__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}.gw-pain__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:32px 26px;text-align:center;transition:border-color .2s}.gw-pain__card:hover{border-color:#1ec8c033}.gw-pain__icon{font-size:2.2rem;margin-bottom:16px;display:block}.gw-pain__card h3{color:var(--white);font-size:1.05rem;font-weight:700;margin-bottom:10px}.gw-pain__card p{color:var(--muted);font-size:.92rem;line-height:1.65}.gw-bridge{background:linear-gradient(160deg,var(--black) 0%,#0a1220 100%);text-align:center;padding:80px 20px}.gw-bridge__inner{max-width:700px;margin:0 auto}.gw-bridge__title{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900;color:var(--white);line-height:1.2;margin:20px 0 16px}.gw-bridge p{color:var(--muted);font-size:1.05rem;line-height:1.75}.gw-benefits{background:var(--black)}.gw-benefits__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px}.gw-benefit{display:flex;gap:18px;align-items:flex-start;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;transition:border-color .2s,transform .2s}.gw-benefit:hover{border-color:#1ec8c040;transform:translateY(-2px)}.gw-benefit__icon{width:52px;height:52px;border-radius:14px;background:var(--teal-dim);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.gw-benefit h3{color:var(--white);font-size:1rem;font-weight:700;margin-bottom:8px}.gw-benefit p{color:var(--muted);font-size:.9rem;line-height:1.65}.gw-how{background:var(--dark)}.gw-how__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;position:relative}.gw-step{text-align:center;padding:36px 28px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.gw-step__num{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--teal),#15A89F);color:#000;font-weight:900;font-size:1.3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 6px 20px var(--teal-glow)}.gw-step h3{color:var(--white);font-size:1.05rem;font-weight:700;margin-bottom:10px}.gw-step p{color:var(--muted);font-size:.92rem;line-height:1.65}.gw-proof{background:var(--black)}.gw-proof__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-bottom:64px}.gw-stat{text-align:center}.gw-stat__num{font-size:2.6rem;font-weight:900;color:var(--teal);line-height:1}.gw-stat__label{font-size:.85rem;color:var(--muted);margin-top:6px;font-weight:500}.gw-proof__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px}.gw-review{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:30px}.gw-review__stars{color:#f5c542;font-size:1rem;margin-bottom:14px;letter-spacing:2px}.gw-review p{color:#ffffffd1;font-size:.97rem;line-height:1.7;font-style:italic;margin-bottom:20px}.gw-reviewer{display:flex;align-items:center;gap:12px}.gw-reviewer__av{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--teal),#15A89F);color:#000;font-weight:900;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gw-reviewer__name{color:var(--white);font-weight:700;font-size:.9rem}.gw-reviewer__loc{color:var(--muted);font-size:.8rem}.gw-reviewer__badge{margin-left:auto;font-size:.75rem;color:var(--teal);font-weight:700;background:var(--teal-dim);padding:3px 10px;border-radius:var(--radius-pill)}.gw-urgency{background:linear-gradient(90deg,#1ec8c01a,#1ec8c00a);border-top:1px solid rgba(30,200,192,.2);border-bottom:1px solid rgba(30,200,192,.2);padding:16px 20px;text-align:center}.gw-urgency p{color:#ffffffe0;font-weight:600;font-size:.95rem}.gw-urgency span{color:var(--teal);font-weight:900}.gw-offer{background:var(--dark);text-align:center}.gw-offer__box{max-width:620px;margin:0 auto;background:var(--card);border:1px solid rgba(30,200,192,.2);border-radius:24px;padding:52px 40px;box-shadow:0 0 80px #1ec8c014}.gw-offer__name{color:var(--muted);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.gw-offer__product{color:var(--white);font-size:1.5rem;font-weight:900;margin-bottom:28px}.gw-offer__pricing{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:32px;flex-wrap:wrap}.gw-price-old{color:#ffffff4d;font-size:1.15rem;text-decoration:line-through}.gw-price-new{font-size:3.2rem;font-weight:900;color:var(--white);line-height:1}.gw-price-badge{background:linear-gradient(135deg,#1ec8c033,#1ec8c014);border:1px solid rgba(30,200,192,.3);color:var(--teal);font-size:.88rem;font-weight:800;padding:6px 14px;border-radius:var(--radius-pill)}.gw-offer__trust{margin-top:22px;color:#ffffff59;font-size:.82rem;display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.gw-trust{background:var(--black);padding:56px 20px}.gw-trust__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:24px;max-width:900px;margin:0 auto}.gw-trust-item{text-align:center}.gw-trust-item span{font-size:2rem;display:block;margin-bottom:10px}.gw-trust-item strong{color:var(--white);font-size:.95rem;font-weight:700;display:block;margin-bottom:5px}.gw-trust-item p{color:var(--muted);font-size:.82rem}.gw-faq{background:var(--dark)}.gw-faq__list{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.gw-faq__item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;transition:border-color .2s}.gw-faq__item.open{border-color:#1ec8c040}.gw-faq__q{width:100%;background:none;border:none;cursor:pointer;padding:20px 24px;color:var(--white);font-family:inherit;font-size:.97rem;font-weight:600;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:16px}.gw-faq__icon{width:28px;height:28px;border-radius:50%;background:var(--faint);color:var(--teal);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:400;flex-shrink:0;transition:transform .2s,background .2s}.gw-faq__item.open .gw-faq__icon{transform:rotate(45deg);background:var(--teal-dim)}.gw-faq__a{display:none;padding:0 24px 20px}.gw-faq__a p{color:var(--muted);font-size:.93rem;line-height:1.75}.gw-faq__item.open .gw-faq__a{display:block}.gw-guarantee{background:var(--black);text-align:center;border-top:1px solid var(--border)}.gw-guarantee__inner{max-width:640px;margin:0 auto}.gw-guarantee__seal{font-size:4rem;margin-bottom:20px;display:block}.gw-guarantee h2{margin-bottom:16px}.gw-guarantee p{color:var(--muted);font-size:1rem;line-height:1.75;margin-bottom:36px}@media(max-width:640px){.gw-hero__inner{padding:90px 20px 80px}.gw-h1{font-size:2.4rem}.gw-btn--xl{padding:18px 32px;font-size:1rem;width:100%;max-width:340px}.gw-offer__box{padding:36px 24px}.gw-price-new{font-size:2.6rem}section[class^=gw-]{padding:64px 20px}}*,*:before,*:after{box-sizing:border-box}.cd-badge{display:inline-block;background:#20b2aa1f;color:#20b2aa;border:1px solid rgba(32,178,170,.3);border-radius:999px;padding:6px 18px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:24px}.cd-btn{display:inline-block;padding:16px 36px;border-radius:50px;font-weight:700;font-size:16px;text-decoration:none;transition:all .2s;cursor:pointer}.cd-btn--primary{background:linear-gradient(135deg,#20b2aa,#17a896);color:#fff;box-shadow:0 8px 30px #20b2aa59}.cd-btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #20b2aa80;color:#fff}.cd-btn--large{padding:20px 48px;font-size:18px}.cd-hero{background:#060a12;color:#fff;padding:80px 20px 60px;text-align:center}.cd-hero__inner{max-width:800px;margin:0 auto}.cd-hero__title{font-size:clamp(2.4rem,6vw,4.2rem);font-weight:900;line-height:1.1;margin:0 0 20px;color:#fff}.cd-hero__accent{color:#20b2aa}.cd-hero__sub{font-size:1.15rem;line-height:1.7;color:#ffffffbf;max-width:640px;margin:0 auto 36px}.cd-hero__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin:20px 0;font-size:14px;color:#fff9}.cd-hero__social-proof{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:16px;font-size:13px;color:#ffffff80}.cd-section-inner{max-width:1100px;margin:0 auto;padding:0 20px}.cd-section-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:#fff;margin:0 0 16px;text-align:center}.cd-section-sub{font-size:1.05rem;color:#fff9;text-align:center;margin:0 0 48px}.cd-problems{background:#0a0e1a;padding:80px 20px;color:#fff}.cd-problems .cd-badge{display:block;text-align:center;margin:0 auto 24px}.cd-problems__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:48px}.cd-problem-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px 24px;text-align:center}.cd-problem-card h3{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 10px}.cd-problem-card p{font-size:.9rem;color:#fff9;margin:0;line-height:1.6}.cd-features{background:#060a12;padding:80px 20px;color:#fff}.cd-features .cd-badge{display:block;text-align:center;margin:0 auto 24px}.cd-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:48px}.cd-feature-card{background:#20b2aa0f;border:1px solid rgba(32,178,170,.15);border-radius:16px;padding:32px 24px}.cd-feature-card h3{font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 10px}.cd-feature-card p{font-size:.9rem;color:#fff9;margin:0;line-height:1.6}.cd-how-it-works{background:#0a0e1a;padding:80px 20px;color:#fff}.cd-how-it-works .cd-section-title{margin-bottom:48px}.cd-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px}.cd-step{text-align:center;padding:24px}.cd-step h3{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 12px}.cd-step p{font-size:.9rem;color:#fff9;margin:0;line-height:1.6}.cd-reviews{background:#060a12;padding:80px 20px;color:#fff}.cd-reviews__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:48px}.cd-review-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px}.cd-stars{color:#f59e0b;font-size:1.1rem;margin-bottom:12px}.cd-review-card p{font-size:.95rem;color:#fffc;line-height:1.7;margin:0 0 20px;font-style:italic}.cd-reviewer{display:flex;align-items:center;gap:12px}.cd-reviewer__initials{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#20b2aa,#17a896);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#fff;flex-shrink:0}.cd-reviewer strong{color:#fff;font-size:.9rem}.cd-reviewer span{color:#ffffff80;font-size:.8rem}.cd-verified{margin-left:auto;color:#20b2aa;font-size:.8rem;font-weight:600}.cd-urgency{background:#1a0a0a;border-top:1px solid rgba(239,68,68,.2);border-bottom:1px solid rgba(239,68,68,.2);padding:16px 20px;text-align:center;color:#ffb4b4e6;font-size:.95rem;font-weight:600}.cd-offer{background:#0a0e1a;padding:80px 20px;text-align:center;color:#fff}.cd-offer p{color:#ffffffb3;margin:0 0 8px}.cd-offer__sub{font-size:.95rem;margin-bottom:32px!important}.cd-offer__price{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin:32px 0}.cd-price--old{font-size:1.1rem;color:#fff6;text-decoration:line-through}.cd-price--new{font-size:2.4rem;font-weight:900;color:#20b2aa}.cd-price--savings{background:#20b2aa1f;color:#20b2aa;border:1px solid rgba(32,178,170,.3);padding:6px 16px;border-radius:999px;font-size:.9rem;font-weight:700}.cd-offer__trust{margin-top:20px;font-size:.85rem;color:#fff6}.cd-trust{background:#060a12;border-top:1px solid rgba(255,255,255,.06);padding:48px 20px}.cd-trust__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;text-align:center}.cd-trust-item span{font-size:1.6rem;display:block;margin-bottom:8px}.cd-trust-item strong{display:block;color:#fff;font-size:.95rem;margin-bottom:4px}.cd-trust-item p{color:#ffffff80;font-size:.85rem;margin:0}.cd-faq{background:#0a0e1a;padding:80px 20px;color:#fff}.cd-faq__list{max-width:720px;margin:48px auto 0}.cd-faq__item{border-bottom:1px solid rgba(255,255,255,.08)}.cd-faq__q{width:100%;background:none;border:none;color:#fff;font-size:1rem;font-weight:600;padding:20px 0;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}.cd-faq__q span{color:#20b2aa;font-size:1.4rem;transition:transform .2s}.cd-faq__item.open .cd-faq__q span{transform:rotate(45deg)}.cd-faq__a{display:none;padding:0 0 20px}.cd-faq__item.open .cd-faq__a{display:block}.cd-faq__a p{color:#ffffffa6;font-size:.95rem;line-height:1.7;margin:0}.cd-guarantee{background:linear-gradient(135deg,#060f1a,#0a1628);padding:80px 20px;text-align:center;color:#fff;border-top:1px solid rgba(32,178,170,.15)}.cd-guarantee h2{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:900;color:#fff;margin:0 0 16px}.cd-guarantee p{color:#ffffffa6;max-width:560px;margin:0 auto 36px;line-height:1.7}.cd-hero__split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;text-align:left;max-width:1100px}.cd-hero__text .cd-badge{text-align:left}.cd-hero__img-wrap{position:relative}.cd-hero__img{width:100%;border-radius:20px;box-shadow:0 30px 80px #0009;display:block}.cd-hero__img-badge{position:absolute;bottom:20px;left:20px;background:#20b2aaf2;color:#fff;font-weight:700;font-size:1rem;padding:10px 18px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cd-hero__img-badge span{display:block;font-size:.75rem;font-weight:400;opacity:.85}@media(max-width:768px){.cd-hero__split{grid-template-columns:1fr}.cd-hero__text,.cd-hero__text .cd-badge{text-align:center}.cd-hero__img-wrap{order:-1}}.cd-gallery{background:#0a0e1a;padding:60px 20px}.cd-gallery .cd-section-title{margin-bottom:8px}.cd-gallery .cd-section-sub{margin-bottom:36px}.cd-gallery__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.cd-gallery__grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:transform .2s,box-shadow .2s;cursor:pointer}.cd-gallery__grid img:hover{transform:scale(1.04);box-shadow:0 8px 30px #00000080}@media(max-width:640px){.cd-gallery__grid{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/clouddrift-custom.css.map */
