:root{--teal: #0bb1f1;--teal-dark: #0094d4;--teal-light: #e8f7fe;--teal-mid: #b3e5fb;--navy: #0d1b2a;--navy-mid: #1a3a5c;--blue-accent: #0bb1f1;--white: #ffffff;--off-white: #f7f9fc;--gray-light: #f0f2f5;--gray-mid: #dde2ea;--gray-text: #6b7280;--text-dark: #1a1a2e;--green: #53af01;--red: #dd1d1d;--orange: #f59e0b;--font-h: "Outfit", sans-serif;--font-b: "DM Sans", sans-serif;--r: 12px;--r-sm: 8px;--r-lg: 20px;--shadow: 0 2px 16px rgba(13,27,42,.1);--shadow-md: 0 4px 32px rgba(13,27,42,.15);--shadow-lg: 0 8px 48px rgba(13,27,42,.18)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-b);color:var(--text-dark);background:var(--white);overflow-x:clip;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 20px}.section-title{font-family:var(--font-h);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;color:var(--navy);line-height:1.2}.section-subtitle{font-size:1.05rem;color:var(--gray-text);margin-top:10px;line-height:1.6}.teal{color:var(--teal-dark)}.fade-in{opacity:1;transform:none}.fade-in.animate{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-in.animate.visible{opacity:1;transform:none}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--teal);color:var(--white);font-family:var(--font-h);font-weight:700;font-size:1.1rem;padding:16px 32px;border-radius:var(--r-sm);border:none;cursor:pointer;width:100%;transition:background .2s,transform .1s,box-shadow .2s;box-shadow:0 4px 16px #0bb1f159;letter-spacing:.01em}.btn-primary:hover{background:var(--teal-dark);box-shadow:0 6px 24px #0bb1f173;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--navy);font-family:var(--font-h);font-weight:600;font-size:1rem;padding:14px 28px;border-radius:var(--r-sm);border:2px solid var(--gray-mid);cursor:pointer;width:100%;transition:border-color .2s,background .2s;margin-top:10px}.btn-secondary:hover{border-color:var(--teal);background:var(--teal-light)}#sticky-top{position:sticky;top:0;z-index:1000}#announcement-bar{background:var(--navy);color:var(--white);text-align:center;padding:10px 20px;font-family:var(--font-h);font-weight:600;font-size:.88rem;letter-spacing:.02em}#announcement-bar span{color:var(--teal)}#announcement-bar a{color:var(--teal);text-decoration:underline;margin-left:8px;font-size:.8rem}#offer-bar{background:#0f3460;color:var(--white);padding:7px 12px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:nowrap;white-space:nowrap;overflow:hidden}.offer-bar-text{font-family:var(--font-h);font-weight:700;font-size:.78rem;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.offer-bar-text .lightning{font-style:normal}.offer-clock{display:flex;align-items:center;gap:2px;font-family:var(--font-h);flex-shrink:0}.offer-clock-box{display:flex;flex-direction:column;align-items:center;background:#ffffff26;border-radius:4px;padding:2px 5px;min-width:30px}.offer-clock-num{font-size:.82rem;font-weight:900;line-height:1.1;letter-spacing:.02em}.offer-clock-label{font-size:.42rem;text-transform:uppercase;letter-spacing:.06em;opacity:.8;line-height:1}.offer-clock-sep{font-size:.9rem;font-weight:900;opacity:.7;padding:0 1px;align-self:flex-start;margin-top:1px}#header{border-top:none;background:var(--white);border-bottom:1px solid var(--gray-light);transition:box-shadow .3s}#header.scrolled{box-shadow:var(--shadow)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 20px}.header-logo img{height:44px;width:auto;object-fit:contain}.header-logo{flex:1;display:flex;justify-content:center}.header-left,.header-right{flex:0 0 44px;display:flex;align-items:center}.header-right{justify-content:flex-end}.btn-hamburger{display:flex;flex-direction:column;gap:5px;padding:4px}.btn-hamburger span{width:22px;height:2px;background:var(--navy);border-radius:2px;transition:.3s}.btn-cart{position:relative;padding:4px;background:none;border:none;cursor:pointer}.btn-cart svg{width:24px;height:24px;stroke:var(--navy);fill:none;stroke-width:2}.cart-badge{position:absolute;top:0;right:0;background:var(--teal);color:var(--white);width:16px;height:16px;border-radius:50%;font-size:.65rem;font-weight:700;font-family:var(--font-h);display:flex;align-items:center;justify-content:center;transition:transform .2s}@media(min-width:768px){.btn-hamburger{display:none}}.header-nav-desktop{display:none}@media(min-width:768px){.header-nav-desktop{display:flex;align-items:center;gap:22px;flex:1;justify-content:center}.header-nav-desktop a{font-family:var(--font-h);font-weight:600;font-size:.85rem;color:var(--navy);white-space:nowrap;transition:color .2s;letter-spacing:.01em}.header-nav-desktop a:hover{color:var(--teal-dark)}.header-logo{flex:0 0 auto}}.mobile-nav{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--gray-light);padding:0 20px 8px}.mobile-nav.open{display:flex}.mobile-nav a{font-family:var(--font-h);font-weight:600;font-size:1rem;color:var(--navy);padding:14px 0;border-bottom:1px solid var(--gray-light);transition:color .2s}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a:hover{color:var(--teal-dark)}@media(min-width:768px){.mobile-nav{display:none!important}}.btn-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.btn-hamburger.open span:nth-child(2){opacity:0}.btn-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}#hero{padding:0 0 48px;background:var(--white)}.hero-inner{display:flex;flex-direction:column;gap:24px}@media(min-width:768px){.hero-inner{flex-direction:row;align-items:flex-start;gap:40px;padding:32px 0}.hero-carousel-wrap{flex:0 0 44%;max-width:480px;align-self:flex-start;position:sticky;top:100px}.hero-info{flex:1}}.hero-carousel-wrap{position:relative}@media(min-width:768px){.hero-carousel-wrap{position:sticky}}.carousel{position:relative;overflow:hidden;border-radius:var(--r);background:var(--gray-light)}.carousel-track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.carousel-slide{min-width:100%;aspect-ratio:1/1;overflow:hidden}.carousel-slide img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:var(--r);display:block}.carousel-thumbs{display:flex;gap:8px;margin-top:4px;margin-bottom:-6px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.carousel-thumbs::-webkit-scrollbar{display:none}.carousel-thumb{flex-shrink:0;width:68px;height:68px;border-radius:8px;border:2px solid transparent;overflow:hidden;cursor:pointer;padding:0;background:var(--gray-light);transition:border-color .2s}.carousel-thumb.active{border-color:var(--teal)}.carousel-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hero-info{padding:16px 10px 0}@media(min-width:768px){.hero-info{padding:0}}.hero-reviews{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap;text-decoration:none;color:inherit;cursor:pointer;transition:opacity .15s ease}.hero-reviews:hover{opacity:.75}.hero-reviews:hover .review-count{text-decoration:underline}.stars{color:var(--teal);font-size:1.15rem;letter-spacing:1px}.review-count{font-size:.88rem;color:var(--gray-text)}.review-count strong{color:var(--text-dark)}.hero-title{font-family:var(--font-h);font-weight:900;font-size:clamp(1.75rem,5vw,2.7rem);color:var(--navy);line-height:1.12;margin-bottom:12px}.hero-subtitle{font-size:1rem;color:var(--gray-text);line-height:1.65;margin-bottom:14px}.hero-subtitle strong{color:var(--navy)}.hero-bullets{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:7px}.hero-bullets li{display:flex;align-items:center;gap:9px;font-size:.95rem;color:var(--text-dark)}.hero-bullets li:before{content:"";display:inline-block;flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--teal);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center}.bundle-label{font-family:var(--font-h);font-weight:700;font-size:.88rem;color:var(--navy);text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.bundle-options{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;margin-left:-10px;margin-right:-10px}@media(min-width:768px){.bundle-options{margin-left:0;margin-right:0}}.bundle-option{display:flex;flex-direction:column}.bundle-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.bundle-card{display:flex;align-items:center;gap:12px;border:2px solid var(--gray-mid);border-radius:var(--r);padding:14px;cursor:pointer;position:relative;transition:border-color .2s,background .2s;background:var(--white);flex:1}@media(min-width:768px){.bundle-card{min-height:90px;gap:16px;padding:16px 18px;align-items:center}}.bundle-option input:checked+.bundle-card{border-color:var(--teal);background:var(--teal-light)}.bundle-radio-dot{width:20px;height:20px;border-radius:50%;border:2px solid var(--gray-mid);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.bundle-option input:checked+.bundle-card .bundle-radio-dot{border-color:var(--teal)}.bundle-radio-dot:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--teal);opacity:0;transform:scale(0);transition:.2s}.bundle-option input:checked+.bundle-card .bundle-radio-dot:after{opacity:1;transform:scale(1)}.bundle-variant-img{width:72px;height:72px;flex-shrink:0;border-radius:8px;object-fit:cover;border:1px solid var(--gray-mid);background:var(--off-white)}@media(min-width:768px){.bundle-variant-img{width:80px;height:80px}}.bundle-text{flex:1;min-width:0}.bundle-name{font-family:var(--font-h);font-weight:700;font-size:.95rem;color:var(--navy)}.bundle-desc{font-size:.8rem;color:var(--gray-text);margin-top:2px}@media(min-width:768px){.bundle-name{font-size:1rem}.bundle-desc{font-size:.82rem}}.bundle-pricing{text-align:right;flex-shrink:0}.bundle-price-sale{font-family:var(--font-h);font-weight:800;font-size:1.05rem;color:var(--navy)}.bundle-price-orig{font-size:.78rem;color:var(--gray-text);text-decoration:line-through}@media(min-width:768px){.bundle-price-sale{font-size:1.15rem}.bundle-price-orig{font-size:.82rem}}.bundle-badge{position:absolute;top:-11px;right:14px;color:var(--white);font-family:var(--font-h);font-weight:700;font-size:.7rem;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.hero-award-badge{display:inline-block;font-family:var(--font-h);font-weight:800;font-size:.78rem;letter-spacing:.03em;text-transform:uppercase;color:var(--navy);background:none;border:none;border-radius:0;padding:4px 0;margin:6px 0 2px}.price-display{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin-bottom:18px}.price-display--top{margin-top:2px;margin-bottom:10px}.price-main{font-family:var(--font-h);font-weight:900;font-size:1.7rem;color:var(--teal)}.price-original{font-size:1rem;color:var(--gray-text);text-decoration:line-through}.price-save{background:var(--teal);color:#fff;font-size:.8rem;font-weight:700;font-family:var(--font-h);padding:3px 10px;border-radius:20px}.bundle-save-pill{display:inline-block;background:var(--teal);color:#fff;font-size:.68rem;font-weight:700;font-family:var(--font-h);padding:2px 8px;border-radius:20px;margin-left:6px;vertical-align:middle;white-space:nowrap}.bundle-free-gift{display:none;align-items:center;gap:10px;background:var(--teal);color:#fff;padding:10px 16px;border-radius:0 0 12px 12px;font-size:.82rem;margin-top:-4px}.bundle-free-gift img{width:40px;height:40px;object-fit:contain;border-radius:8px;flex-shrink:0;background:#fff;padding:3px}.bundle-free-gift strong{color:#fff;font-weight:900}.bundle-option input:checked~.bundle-free-gift{display:flex}.bundle-img{width:52px;height:52px;object-fit:cover;border-radius:8px;flex-shrink:0;pointer-events:none}.payment-badges{display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap;margin-top:14px}.payment-badges svg{border-radius:4px;box-shadow:0 0 0 1px #0000001a;display:block}.trust-badges{display:flex;justify-content:center;gap:12px;margin-top:10px;padding-top:10px;border-top:1px solid var(--gray-light);flex-wrap:wrap;margin-bottom:0}.trust-item{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--gray-text);font-weight:500}.trust-item svg{width:24px;height:24px;flex-shrink:0}.buy-faq{margin-top:16px;border-top:1px solid var(--gray-light);width:100%}.buy-faq-item{border-bottom:1px solid var(--gray-light)}.buy-faq-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:13px 2px;background:none;border:none;cursor:pointer;font-family:var(--font-h);font-weight:600;font-size:.88rem;color:var(--navy);text-align:left;gap:12px}.buy-faq-btn:hover{color:var(--teal-dark)}.buy-faq-icon{width:20px;height:20px;flex-shrink:0;border-radius:50%;border:1.5px solid currentColor;display:flex;align-items:center;justify-content:center;transition:transform .25s ease,background .2s}.buy-faq-icon svg{width:10px;height:10px;stroke:currentColor;fill:none;stroke-width:2.5;transition:transform .25s ease}.buy-faq-item.open .buy-faq-icon{background:var(--teal-dark);border-color:var(--teal-dark);color:#fff}.buy-faq-item.open .buy-faq-icon svg{transform:rotate(45deg)}.buy-faq-body{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 2px}.buy-faq-item.open .buy-faq-body{max-height:200px;padding-bottom:14px}.buy-faq-body p{font-size:.84rem;color:var(--gray-text);line-height:1.65;margin:0}.buy-faq-body ul{margin:6px 0 0;padding-left:16px}.buy-faq-body ul li{font-size:.84rem;color:var(--gray-text);line-height:1.7}#before-after{padding:64px 0;background:var(--white)}.ba-header{text-align:center;margin-bottom:44px}.ba-layout{display:flex;flex-direction:column;align-items:center;gap:32px}@media(min-width:768px){.ba-layout{flex-direction:row;align-items:flex-start;justify-content:center;gap:28px}}.ba-features-col{display:flex;flex-direction:column;gap:28px;flex:0 0 auto}@media(min-width:768px){.ba-features-col{width:180px}}@media(max-width:767px){.ba-layout{gap:20px}#ba-col-left,#ba-col-right{flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center;width:100%}.ba-feature{flex:0 0 calc(50% - 8px);max-width:180px}}.ba-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.ba-feature-icon{width:58px;height:58px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--teal-light) 0%,#e0f7fa 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0bb1f12e}.ba-feature-icon svg{width:26px;height:26px;stroke:var(--teal-dark);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ba-feature-title{font-family:var(--font-h);font-weight:700;font-size:.9rem;color:var(--navy)}.ba-feature-text{font-size:.8rem;color:var(--gray-text);line-height:1.5}.ba-slider-center-wrap{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:10px}.ba-comparison{position:relative;overflow:hidden;width:280px;height:280px;border-radius:50%;box-shadow:var(--shadow-lg);cursor:grab;flex-shrink:0;background:var(--gray-light);touch-action:none}@media(min-width:480px){.ba-comparison{width:320px;height:320px}}@media(min-width:768px){.ba-comparison{width:300px;height:300px}}@media(min-width:900px){.ba-comparison{width:340px;height:340px}}.ba-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none}#ba-img-top{clip-path:polygon(0 0,50% 0,50% 100%,0 100%)}#ba-line{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;transform:translate(-50%);z-index:2;pointer-events:none}#ba-handle{position:absolute;width:48px;height:48px;border-radius:50%;top:50%;left:50%;transform:translateY(-50%) translate(-50%);z-index:3;background:#fff;border:3px solid white;box-shadow:0 2px 12px #00000040;display:flex;align-items:center;justify-content:space-between;padding:8px;cursor:grab;pointer-events:none}#ba-handle svg{width:11px;height:11px;fill:var(--navy)}#ba-range{-webkit-appearance:none;-moz-appearance:none;position:absolute;top:0;left:0;background:transparent;width:100%;height:100%;opacity:0;z-index:4;cursor:grab;touch-action:none}#ba-range::-webkit-slider-thumb{-webkit-appearance:none;width:48px;height:48px;border-radius:50%;background:transparent;cursor:grab}#ba-range::-moz-range-track{background:transparent}.ba-labels{display:flex;justify-content:space-between;width:100%;padding:0 4px;margin-top:4px}.ba-label-before,.ba-label-after{font-family:var(--font-h);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;padding:3px 10px;border-radius:20px}.ba-label-before{background:#dd1d1d1a;color:var(--red)}.ba-label-after{background:#0bb1f11a;color:var(--teal-dark)}.ba-hint-text{font-size:.76rem;color:var(--gray-text);display:flex;align-items:center;gap:5px;margin-top:6px}.ba-hint-text svg{width:13px;height:13px;stroke:var(--gray-text);fill:none;stroke-width:2}.ba-disclaimer{text-align:center;margin-top:28px;font-size:.75rem;color:var(--gray-text);font-style:italic}#tutorial{padding:64px 0;background:var(--white)}.tutorial-header{text-align:center;margin-bottom:44px}.steps-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--off-white);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.step-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.step-img-wrap{width:100%}.step-img-wrap img{width:100%;height:auto;object-fit:contain;display:block}.step-body{padding:20px 20px 24px}.step-number{width:44px;height:44px;border-radius:50%;background:var(--teal);color:var(--white);font-family:var(--font-h);font-weight:900;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;box-shadow:0 4px 12px #0bb1f159}.step-title{font-family:var(--font-h);font-weight:700;font-size:1rem;color:var(--navy);margin-bottom:8px}.step-desc{font-size:.9rem;color:var(--gray-text);line-height:1.6}#reasons{padding:64px 0;background:var(--off-white)}.reasons-header{text-align:center;margin-bottom:44px}.reasons-layout{display:flex;flex-direction:column;gap:36px;align-items:center}@media(min-width:768px){.reasons-layout{flex-direction:row;align-items:flex-start;gap:56px}}.reasons-image-wrap{flex:0 0 auto;width:100%;max-width:400px;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-md)}@media(min-width:768px){.reasons-image-wrap{width:380px}}.reasons-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.reasons-list{flex:1;display:flex;flex-direction:column;gap:18px}.reason-item{display:flex;align-items:flex-start;gap:14px}.reason-check{width:28px;height:28px;border-radius:50%;background:var(--teal);color:var(--white);font-size:.85rem;font-weight:900;font-family:var(--font-h);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;box-shadow:0 2px 8px #0bb1f14d}.reason-item-text{flex:1}.reason-title{font-family:var(--font-h);font-weight:700;font-size:.95rem;color:var(--navy);margin-bottom:2px}.reason-desc{font-size:.85rem;color:var(--gray-text);line-height:1.55}.cta-mid-desktop{display:none}@media(min-width:768px){.cta-mid-desktop{display:block;background:linear-gradient(135deg,var(--navy) 0%,#0a4a6e 100%);padding:40px 0}.cta-mid-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-mid-text{flex:1}.cta-mid-label{font-family:var(--font-h);font-size:.8rem;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.cta-mid-title{font-family:var(--font-h);font-size:1.35rem;font-weight:800;color:var(--white);line-height:1.3;margin:0}.btn-cta-mid{flex-shrink:0;display:inline-block;padding:16px 32px;background:var(--teal);color:var(--white);font-family:var(--font-h);font-size:1rem;font-weight:800;border-radius:50px;text-decoration:none;box-shadow:0 4px 20px #0bb1f173;transition:transform .2s,box-shadow .2s;white-space:nowrap}.btn-cta-mid:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0bb1f199}}#comparison{padding:64px 0;background:var(--off-white)}.comparison-header{text-align:center;margin-bottom:40px}.comparison-header p{font-size:1rem;color:var(--gray-text);margin-top:10px}.comparison-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-md);background:var(--white);table-layout:fixed}.comparison-table thead tr th{padding:20px;font-family:var(--font-h);font-weight:800;font-size:.95rem}.comparison-table thead .th-feature{text-align:left;color:var(--gray-text);font-weight:600;width:56%}.comparison-table thead .th-ours{background:var(--navy);color:var(--white);text-align:center;width:22%;padding:16px 8px}.comparison-table thead .th-ours img{height:40px;width:auto;max-width:100%;margin:0 auto;filter:brightness(0) invert(1)}.comparison-table thead .th-others{text-align:center;color:var(--gray-text);width:22%}.comparison-table tbody tr:not(:last-child) td{border-bottom:1px solid var(--gray-light)}.comparison-table tbody td{padding:14px 16px;vertical-align:middle}.comparison-table tbody .td-feature{font-size:.88rem;font-weight:500;color:var(--navy);word-break:break-word}.comparison-table tbody .td-ours{background:#0bb1f10f;text-align:center}.comparison-table tbody .td-others{text-align:center;background:var(--gray-light)}@media(max-width:480px){.comparison-table thead tr th{padding:12px 8px;font-size:.8rem}.comparison-table thead .th-ours img{height:28px}.comparison-table tbody td{padding:11px 8px}.comparison-table tbody .td-feature{font-size:.78rem}.check-icon,.x-icon{width:22px;height:22px}}.check-icon,.x-icon{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.check-icon{background:var(--green)}.check-icon svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:3}.x-icon{background:#e0e0e0}.x-icon svg{width:14px;height:14px;stroke:var(--red);fill:none;stroke-width:3}#clinical{padding:64px 0;background:var(--navy)}.clinical-inner{display:flex;flex-direction:column;gap:36px}@media(min-width:768px){.clinical-inner{flex-direction:row;align-items:center;gap:64px}}.clinical-text{flex:1}.clinical-badge{display:inline-flex;align-items:center;gap:8px;background:#0bb1f126;border:1px solid rgba(11,177,241,.3);color:var(--teal);font-family:var(--font-h);font-weight:700;font-size:.78rem;padding:6px 14px;border-radius:20px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:18px}.clinical-badge svg{width:14px;height:14px;stroke:var(--teal);fill:none;stroke-width:2}.clinical-text .section-title{color:var(--white);margin-bottom:10px}.clinical-subtitle{font-family:var(--font-h);font-weight:600;font-size:1rem;color:var(--teal);margin-bottom:18px}.clinical-body{font-size:.98rem;color:#ffffffc7;line-height:1.75}.clinical-stats{display:flex;gap:28px;margin-top:30px;flex-wrap:wrap}.clinical-stat-num{font-family:var(--font-h);font-weight:900;font-size:2rem;color:var(--teal)}.clinical-stat-label{font-size:.8rem;color:#ffffff8c;line-height:1.35;margin-top:2px}.clinical-visual{flex:0 0 auto;width:100%;border-radius:var(--r);overflow:hidden}.clinical-visual img{width:100%;height:auto;object-fit:contain;display:block;border-radius:var(--r)}@media(min-width:768px){.clinical-visual{flex:0 0 340px;width:340px}}#accordions{padding:64px 0;background:var(--white)}.accordions-header{text-align:center;margin-bottom:36px}.accordions-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.accordion{border:1px solid var(--gray-mid);border-radius:var(--r);overflow:hidden}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;cursor:pointer;font-family:var(--font-h);font-weight:700;font-size:1rem;color:var(--navy);background:none;border:none;text-align:left;transition:background .2s}.accordion-trigger:hover{background:var(--off-white)}.accordion-trigger.open{background:var(--teal-light);color:var(--teal-dark)}.accordion-chevron{width:20px;height:20px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:2.5;transition:transform .3s}.accordion-trigger.open .accordion-chevron{transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .35s ease}.accordion-content.open{max-height:500px}.accordion-body{padding:4px 20px 22px;font-size:.95rem;color:var(--gray-text);line-height:1.72}.accordion-body p+p{margin-top:10px}.accordion-body ul{padding-left:20px;margin-top:10px}.accordion-body li{margin-bottom:6px;list-style:disc}#reviews{padding:64px 0;background:var(--off-white)}.reviews-header{text-align:center;margin-bottom:12px}.reviews-aggregate{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:36px;flex-wrap:wrap}.reviews-big-score{font-family:var(--font-h);font-weight:900;font-size:3rem;color:var(--navy)}.reviews-agg-right{display:flex;flex-direction:column;gap:4px}.reviews-agg-stars{color:var(--teal);font-size:1.6rem;letter-spacing:2px}.reviews-agg-count{font-size:.85rem;color:var(--gray-text)}.reviews-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:480px){.reviews-grid{grid-template-columns:1fr 1fr}}@media(min-width:900px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:var(--white);border-radius:var(--r);padding:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}.review-top{display:flex;align-items:center;gap:12px}.review-avatar{width:46px;height:46px;border-radius:50%;background:var(--teal-light);display:flex;align-items:center;justify-content:center;font-family:var(--font-h);font-weight:800;font-size:1rem;color:var(--teal-dark);flex-shrink:0;overflow:hidden}.review-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.review-meta{flex:1}.review-name{font-family:var(--font-h);font-weight:700;font-size:.92rem;color:var(--navy)}.review-stars{color:var(--teal);font-size:1rem;margin-top:2px}.review-verified{display:inline-flex;align-items:center;gap:4px;background:#e8f5e9;color:var(--green);font-size:.68rem;font-weight:700;font-family:var(--font-h);padding:2px 8px;border-radius:20px;white-space:nowrap;letter-spacing:.03em;text-transform:uppercase}.review-text{font-size:.9rem;color:var(--text-dark);line-height:1.65}.review-detail{font-size:.76rem;color:var(--gray-text)}.trust-badges-row{display:flex;flex-direction:column;gap:28px;align-items:center;text-align:center;padding:48px 0 16px;border-bottom:1px solid var(--gray-light);margin-bottom:56px}@media(min-width:640px){.trust-badges-row{flex-direction:row;align-items:flex-start;justify-content:center;gap:48px}}.trust-badge-item{flex:1;max-width:220px;display:flex;flex-direction:column;align-items:center;gap:10px}.trust-badge-icon{width:64px;height:64px;color:var(--teal-dark);display:flex;align-items:center;justify-content:center}.trust-badge-icon svg{width:100%;height:100%}.trust-badge-title{font-family:var(--font-head);font-size:1rem;font-weight:700;color:var(--navy);margin:0}.trust-badge-desc{font-size:.82rem;color:var(--gray-text);margin:0;line-height:1.4}.guarantee-cta-center{display:flex;flex-direction:column;align-items:center;padding:16px 0}#guarantee{padding:64px 0;background:var(--white)}.guarantee-inner{display:flex;flex-direction:column;gap:40px;align-items:center}@media(min-width:768px){.guarantee-inner{flex-direction:row;align-items:center;gap:64px}}.guarantee-badge-wrap{flex:0 0 auto;display:flex;justify-content:center}.guarantee-badge-circle{width:180px;height:180px;border-radius:50%;border:4px solid var(--teal);background:var(--teal-light);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;flex-shrink:0}.guarantee-days{font-family:var(--font-h);font-weight:900;font-size:2.5rem;color:var(--navy);line-height:1}.guarantee-days-label{font-family:var(--font-h);font-weight:700;font-size:.88rem;color:var(--teal-dark);text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.guarantee-sublabel{font-family:var(--font-h);font-size:.7rem;color:var(--gray-text);margin-top:4px}.guarantee-text{flex:1}.guarantee-text .section-title{margin-bottom:18px}.guarantee-text p{font-size:1rem;color:var(--gray-text);line-height:1.72;margin-bottom:14px}.guarantee-text p strong{color:var(--navy)}.guarantee-cta-wrap{max-width:480px;margin-top:28px}#footer{background:var(--navy);padding:44px 0 28px}.footer-inner{display:flex;flex-direction:column;gap:28px}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:28px;align-items:flex-start}.footer-logo img{height:36px;filter:brightness(0) invert(1);opacity:.9}.footer-tagline{font-size:.82rem;color:#ffffff80;max-width:260px;line-height:1.6;margin-top:10px}.footer-contact-title{font-family:var(--font-h);font-weight:700;font-size:.82rem;color:#ffffffa6;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.footer-contact a{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#ffffffc7;margin-bottom:8px;transition:color .2s}.footer-contact a:hover{color:var(--teal)}.footer-contact svg{width:15px;height:15px;stroke:var(--teal);fill:none;stroke-width:2;flex-shrink:0}.footer-links{display:flex;flex-wrap:wrap;gap:14px 20px}.footer-links a{font-size:.82rem;color:#ffffff8c;transition:color .2s}.footer-links a:hover{color:var(--teal)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;align-items:center}.footer-copy{font-size:.76rem;color:#ffffff61}.footer-trust{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.footer-trust-item{font-size:.72rem;color:#fff6;display:flex;align-items:center;gap:4px}.footer-trust-item svg{width:12px;height:12px;stroke:var(--teal);fill:none;stroke-width:2}#sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:900;background:var(--white);border-top:2px solid var(--gray-light);padding:10px 16px max(14px,env(safe-area-inset-bottom));box-shadow:0 -4px 20px #0000001f;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:none}#sticky-cta.visible{transform:translateY(0)}@media(max-width:767px){#sticky-cta{display:block}}.sticky-cta-inner{display:flex;align-items:center;gap:14px}.sticky-cta-pricing{line-height:1.2}.sticky-cta-price{font-family:var(--font-h);font-weight:900;font-size:1.25rem;color:var(--navy)}.sticky-cta-orig{font-size:.72rem;color:var(--gray-text);text-decoration:line-through}.sticky-cta-btn{flex:1;background:var(--teal);color:var(--white);font-family:var(--font-h);font-weight:700;font-size:1rem;padding:14px 20px;border-radius:var(--r-sm);border:none;cursor:pointer;box-shadow:0 3px 14px #0bb1f159;transition:background .2s}.sticky-cta-btn:hover{background:var(--teal-dark)}#cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#0d1b2a85;opacity:0;pointer-events:none;transition:opacity .28s ease;will-change:opacity}#cart-overlay.open{opacity:1;pointer-events:auto}#cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:1101;width:100%;max-width:420px;background:var(--white);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.25,0,0,1);box-shadow:-4px 0 32px #0d1b2a2e;will-change:transform}#cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--gray-light);background:var(--white)}.cart-drawer-title{font-family:var(--font-h);font-weight:800;font-size:1.1rem;color:var(--navy);display:flex;align-items:center;gap:8px}.cart-drawer-title .cart-count-badge{background:var(--teal);color:var(--white);font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:20px}.cart-close-btn{width:34px;height:34px;border-radius:50%;background:var(--gray-light);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.cart-close-btn:hover{background:var(--gray-mid)}.cart-close-btn svg{width:14px;height:14px;stroke:var(--navy);fill:none;stroke-width:2.5}.cart-drawer-body{flex:1;overflow-y:auto;padding:0}.cart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 24px;gap:16px;text-align:center;height:100%}.cart-empty-state svg{width:56px;height:56px;stroke:var(--gray-mid);fill:none;stroke-width:1.5}.cart-empty-state p{color:var(--gray-text);font-size:1rem;line-height:1.5}.cart-empty-state button{color:var(--teal-dark);font-family:var(--font-h);font-weight:600;font-size:.9rem;background:none;border:none;cursor:pointer;text-decoration:underline}#cart-items-list{padding:8px 0}.cart-item{display:flex;gap:14px;align-items:flex-start;padding:16px 20px;border-bottom:1px solid var(--gray-light)}.cart-item-img{width:72px;height:72px;border-radius:var(--r-sm);object-fit:cover;flex-shrink:0;background:var(--gray-light)}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-family:var(--font-h);font-weight:700;font-size:.9rem;color:var(--navy);line-height:1.3}.cart-item-desc{font-size:.78rem;color:var(--gray-text);margin-top:2px}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.cart-item-price{font-family:var(--font-h);font-weight:800;font-size:1rem;color:var(--navy)}.cart-qty-control{display:flex;align-items:center;gap:0;border:1px solid var(--gray-mid);border-radius:6px;overflow:hidden}.cart-qty-btn{width:30px;height:30px;border:none;background:none;cursor:pointer;font-size:1.1rem;font-weight:600;color:var(--navy);display:flex;align-items:center;justify-content:center;transition:background .15s}.cart-qty-btn:hover{background:var(--gray-light)}.cart-qty-num{width:28px;text-align:center;font-family:var(--font-h);font-weight:700;font-size:.9rem}.cart-item-remove{background:none;border:none;cursor:pointer;padding:2px;margin-left:4px}.cart-item-remove svg{width:14px;height:14px;stroke:var(--gray-text);fill:none;stroke-width:2;transition:stroke .15s}.cart-item-remove:hover svg{stroke:var(--red)}.cart-drawer-footer{padding:20px;border-top:1px solid var(--gray-light);background:var(--white)}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.cart-subtotal-label{font-size:.95rem;color:var(--gray-text);font-weight:500}.cart-subtotal-price{font-family:var(--font-h);font-weight:900;font-size:1.3rem;color:var(--navy)}.cart-ship-note{font-size:.8rem;color:var(--green);font-weight:600;margin-bottom:14px}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--teal);color:var(--white);font-family:var(--font-h);font-weight:700;font-size:1.05rem;padding:15px 20px;border-radius:var(--r-sm);border:none;cursor:pointer;width:100%;box-shadow:0 4px 16px #0bb1f159;transition:background .2s,transform .1s;margin-bottom:16px}.cart-checkout-btn:hover{background:var(--teal-dark)}.cart-checkout-btn:active{transform:translateY(1px)}.cart-trust{display:flex;justify-content:space-between;gap:8px;padding-top:14px;border-top:1px solid var(--gray-light)}.cart-trust-item{display:flex;flex-direction:column;align-items:center;gap:5px;flex:1;text-align:center}.cart-trust-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center}.cart-trust-icon svg{width:28px;height:28px;stroke:var(--teal-dark);fill:none;stroke-width:1.5}.cart-trust-label{font-size:.68rem;font-weight:600;color:var(--gray-text);line-height:1.3}@keyframes cartBounce{0%{transform:scale(1)}40%{transform:scale(1.35)}70%{transform:scale(.9)}to{transform:scale(1)}}.cart-badge-bounce{animation:cartBounce .4s ease}.shopify-section-group-header-group,.shopify-section-group-footer-group{display:none!important}#shopify-pc-cookie-banner,.shopify-pc__banner{font-family:Outfit,sans-serif!important;position:fixed!important;bottom:14px!important;right:14px!important;left:auto!important;width:calc(100vw - 28px)!important;max-width:360px!important;padding:16px 18px 14px!important;border-radius:14px!important;box-shadow:0 8px 32px #0d1b2a2e!important;border:1px solid #e8f7fe!important;background:#fff!important}#shopify-pc-cookie-banner h2,.shopify-pc__banner h2{font-family:Outfit,sans-serif!important;font-size:.9rem!important;font-weight:700!important;color:#0d1b2a!important;margin-bottom:6px!important;line-height:1.3!important}#shopify-pc-cookie-banner p,.shopify-pc__banner p{font-family:Outfit,sans-serif!important;font-size:.75rem!important;line-height:1.5!important;color:#6b7280!important;margin-bottom:12px!important;display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important}#shopify-pc-cookie-banner a,.shopify-pc__banner a{font-family:Outfit,sans-serif!important;font-size:.75rem!important;color:#0094d4!important;font-weight:600!important}#shopify-pc-cookie-banner .shopify-pc__btn-group,.shopify-pc__btn-group{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;margin-top:4px!important}#shopify-pc-cookie-banner button,#shopify-pc-cookie-banner .shopify-pc__btn,.shopify-pc__btn{font-family:Outfit,sans-serif!important;font-size:.78rem!important;font-weight:700!important;padding:7px 14px!important;border-radius:8px!important;min-height:unset!important;cursor:pointer!important;transition:opacity .2s!important}#shopify-pc-cookie-banner .shopify-pc__btn--primary,.shopify-pc__btn--primary{background:#0bb1f1!important;color:#fff!important;border:none!important}#shopify-pc-cookie-banner .shopify-pc__btn--primary:hover,.shopify-pc__btn--primary:hover{opacity:.88!important}#shopify-pc-cookie-banner .shopify-pc__btn--secondary,.shopify-pc__btn--secondary{background:transparent!important;color:#6b7280!important;border:1px solid #dde2ea!important}#shopify-pc-cookie-banner .shopify-pc__btn--tertiary,.shopify-pc__btn--tertiary{background:transparent!important;color:#0094d4!important;border:none!important;font-size:.72rem!important;padding:4px 0!important;text-decoration:underline!important}@media screen and (min-width:480px){#shopify-pc-cookie-banner,.shopify-pc__banner{width:360px!important;bottom:20px!important;right:20px!important}}[id^=shopify-section-group-header-group],.shopify-section-group-header-group,#shopify-section-header,#shopify-section-announcement-bar,.skip-to-content-link{display:none!important}body,#MainContent,.content-for-layout{padding-top:0!important;margin-top:0!important}@media(max-width:768px){.hero-bullets li{font-size:.88rem;gap:5px}.hero-bullets li:before{width:16px;height:16px;background-size:10px;flex-shrink:0}}#cart-shipping-bar{background:#d4edda;border-radius:8px;padding:10px 14px;margin:0 0 10px;font-size:.82rem;font-weight:700;color:#155724}.cart-shipping-progress{height:4px;background:#a8d5b5;border-radius:2px;margin-top:6px}.cart-shipping-fill{height:100%;width:100%;background:#0bb1f1;border-radius:2px}#cart-timer-banner{background:#fff3cd;border-radius:8px;padding:8px 14px;margin-bottom:10px;font-size:.8rem;font-weight:600;color:#856404;text-align:center}#cart-social-proof{text-align:center;font-size:.78rem;color:#666;margin:8px 0 2px}#cart-secure-note{text-align:center;font-size:.72rem;color:#999;margin:0 0 6px}
/*# sourceMappingURL=/cdn/shop/t/7/assets/relivpod-landing.css.map */
