@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.pdx-wrap :is(h1,h2,h3,h4,h5,h6){font-family:Montserrat,sans-serif}.pdx-wrap{--pdx-green: #1B4D3E;--pdx-green-soft: #E8F1ED;--pdx-green-mid: #2D6A4F;--pdx-cream: #FAF7F2;--pdx-text: #2A2A2A;--pdx-text-soft: rgba(42, 42, 42, .72);--pdx-border: rgba(27, 77, 62, .14);--pdx-gold: #C9A961;--pdx-red: #D64545;font-family:Montserrat,sans-serif;color:var(--pdx-text);background:#fff;overflow-x:hidden;line-height:1.55}.pdx-wrap *{box-sizing:border-box}.pdx-wrap img{max-width:100%;height:auto;display:block}.pdx-loading-wrap{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#fff}.pdx-loading-bar{width:240px;height:3px;background:linear-gradient(90deg,transparent,var(--pdx-green),transparent);background-size:200% 100%;animation:pdx-loading 1.2s linear infinite;border-radius:999px}@keyframes pdx-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.pdx-ann-bar{background:var(--pdx-green);color:#fff;padding:8px 12px;text-align:center;font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;position:sticky;top:0;z-index:50;overflow:hidden}.pdx-ann-msg{display:inline-block;transition:opacity .35s ease,transform .35s ease}.pdx-ann-msg.hidden{opacity:0;transform:translateY(-6px)}.pdx-ann-msg.visible{opacity:1;transform:translateY(0)}.pdx-hero{background:linear-gradient(180deg,var(--pdx-green-soft) 0%,#fff 100%);padding:20px 0 32px}.pdx-hero-inner{max-width:1100px;margin:0 auto;padding:0 16px;display:grid;gap:24px}.pdx-gallery{display:flex;flex-direction:column;gap:10px}.pdx-gallery-main{background:#fff;border-radius:16px;overflow:hidden;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #1b4d3e14}.pdx-gallery-main img{width:100%;height:100%;object-fit:cover}.pdx-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.pdx-thumb{background:#fff;border:2px solid transparent;border-radius:10px;padding:2px;cursor:pointer;aspect-ratio:1 / 1;overflow:hidden;transition:border-color .2s ease,transform .2s ease}.pdx-thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}.pdx-thumb--active{border-color:var(--pdx-green);transform:scale(.98)}.pdx-info{display:flex;flex-direction:column;gap:14px}.pdx-stars{display:flex;align-items:center;gap:8px;font-size:13px}.pdx-stars-count{color:var(--pdx-text-soft);font-weight:500}.pdx-product-title{font-size:26px;font-weight:800;color:var(--pdx-green);line-height:1.18;margin:0}.pdx-product-title em{font-style:italic;font-weight:900;color:var(--pdx-green-mid)}.pdx-product-desc{color:var(--pdx-text-soft);font-size:14px;margin:0}.pdx-trust{list-style:none;padding:0;margin:4px 0 8px;display:flex;flex-direction:column;gap:6px}.pdx-trust li{font-size:14px;font-weight:600}.pdx-bundles{display:flex;flex-direction:column;gap:10px;margin:6px 0 4px}.pdx-bundle{position:relative;background:#fff;border:2px solid var(--pdx-border);border-radius:14px;padding:14px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.pdx-bundle input{position:absolute;opacity:0;pointer-events:none}.pdx-bundle--active{border-color:var(--pdx-green);background:var(--pdx-green-soft);box-shadow:0 4px 14px #1b4d3e1f}.pdx-bundle--popular{border-color:var(--pdx-gold)}.pdx-bundle--popular.pdx-bundle--active{border-color:var(--pdx-green)}.pdx-bundle-badge{position:absolute;top:-10px;left:14px;background:var(--pdx-green);color:#fff;font-size:10px;font-weight:800;letter-spacing:.06em;padding:4px 10px;border-radius:999px;text-transform:uppercase}.pdx-bundle--popular .pdx-bundle-badge{background:var(--pdx-gold)}.pdx-bundle-head{display:flex;align-items:flex-start;gap:12px}.pdx-bundle-radio{flex-shrink:0;width:22px;height:22px;border:2px solid var(--pdx-border);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px;background:#fff}.pdx-bundle--active .pdx-bundle-radio{border-color:var(--pdx-green)}.pdx-bundle-radio-dot{width:12px;height:12px;border-radius:50%;background:transparent;transition:background .2s ease}.pdx-bundle--active .pdx-bundle-radio-dot{background:var(--pdx-green)}.pdx-bundle-title-wrap{flex:1;display:flex;flex-direction:column;gap:4px}.pdx-bundle-title{font-size:13.5px;font-weight:800;color:#111;line-height:1.3}.pdx-bundle-benefit{font-size:11.5px;color:var(--pdx-text-soft);line-height:1.45}.pdx-bundle-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.pdx-bundle-was{font-size:11px;color:#999;text-decoration:line-through}.pdx-bundle-now{font-size:17px;font-weight:900;color:var(--pdx-green)}.pdx-bundle-off{font-size:9.5px;font-weight:800;background:var(--pdx-red);color:#fff;padding:2px 6px;border-radius:4px;letter-spacing:.03em}.pdx-bundle-gift{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;padding-top:14px;border-top:1px dashed var(--pdx-border)}.pdx-bundle-item{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;max-width:110px}.pdx-bundle-thumb{position:relative;width:70px;height:70px;border-radius:10px;overflow:hidden;background:#fff;border:1px solid var(--pdx-border)}.pdx-bundle-thumb img{width:100%;height:100%;object-fit:cover}.pdx-bundle-thumb--gift:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(201,169,97,.35),transparent 60%);pointer-events:none}.pdx-bundle-gift-tag{position:absolute;bottom:4px;left:4px;background:var(--pdx-gold);color:#fff;font-size:8.5px;font-weight:900;padding:2px 5px;border-radius:3px;letter-spacing:.04em}.pdx-bundle-item span:not(.pdx-bundle-gift-tag){font-size:11px;font-weight:700;text-align:center;color:var(--pdx-text);line-height:1.2}.pdx-bundle-plus{font-size:22px;font-weight:900;color:var(--pdx-green);flex-shrink:0}.pdx-hero-review{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--pdx-border);border-radius:12px;padding:12px;margin:8px 0}.pdx-hr-avatar{flex-shrink:0;width:48px;height:48px;border-radius:50%;overflow:hidden;background:var(--pdx-green-soft)}.pdx-hr-avatar img{width:100%;height:100%;object-fit:cover}.pdx-hr-body{flex:1}.pdx-hr-stars{color:#ffb800;font-size:13px;letter-spacing:1px}.pdx-hr-text{font-size:12.5px;color:var(--pdx-text-soft);margin:4px 0;line-height:1.5;font-style:italic}.pdx-hr-name{font-size:11px;font-weight:700;color:#111}.pdx-cta{background:var(--pdx-green);color:#fff;border:none;padding:16px 18px;border-radius:12px;font-size:14.5px;font-weight:900;letter-spacing:.04em;cursor:pointer;font-family:inherit;transition:transform .15s ease,box-shadow .15s ease,background .2s ease;box-shadow:0 6px 16px #1b4d3e47}.pdx-cta:hover{transform:translateY(-1px);box-shadow:0 8px 20px #1b4d3e5c}.pdx-cta:active{transform:translateY(0)}.pdx-stock-alert{text-align:center;font-size:12px;font-weight:700;color:var(--pdx-red);margin:4px 0 0}.pdx-section{padding:48px 16px}.pdx-section-title{font-size:24px;font-weight:900;text-align:center;color:var(--pdx-green);margin:0 0 8px;line-height:1.2}.pdx-section-title em{font-style:italic;color:var(--pdx-green-mid)}.pdx-section-sub{text-align:center;color:var(--pdx-text-soft);font-size:14px;margin:0 auto 28px;max-width:560px;line-height:1.55}.pdx-feel{background:var(--pdx-cream)}.pdx-feel-grid{max-width:900px;margin:0 auto;display:grid;gap:20px}.pdx-feel-img{border-radius:16px;overflow:hidden}.pdx-feel-img img{aspect-ratio:4 / 3;object-fit:cover;width:100%}.pdx-feel-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.pdx-feel-list li{display:flex;align-items:flex-start;gap:10px;background:#fff;padding:12px 14px;border-radius:10px;font-size:14px;border-left:3px solid var(--pdx-green)}.pdx-feel-check{color:var(--pdx-green);font-weight:900;flex-shrink:0}.pdx-stats{background:#fff}.pdx-stats-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:28px 16px}.pdx-stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.pdx-stat-circle{width:110px;height:110px;border-radius:50%;background:conic-gradient(var(--pdx-green) var(--pdx-pct, 0%),var(--pdx-green-soft) 0);display:flex;align-items:center;justify-content:center;position:relative}.pdx-stat-circle:before{content:"";position:absolute;inset:8px;background:#fff;border-radius:50%}.pdx-stat-pct{position:relative;font-size:22px;font-weight:900;color:var(--pdx-green)}.pdx-stat-text{font-size:12.5px;color:var(--pdx-text-soft);line-height:1.5;margin:0;max-width:180px}.pdx-stat-text strong{color:var(--pdx-text);font-weight:800}.pdx-stats-footnote{text-align:center;font-size:11px;color:var(--pdx-text-soft);margin:24px 0 0;font-style:italic}.pdx-ingredients{background:var(--pdx-green-soft)}.pdx-ingredients-img{max-width:900px;margin:0 auto;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px #1b4d3e24}.pdx-ingredients-img img{width:100%;display:block}.pdx-feature{background:#fff}.pdx-feature:nth-of-type(2n){background:var(--pdx-cream)}.pdx-feature-inner{max-width:1000px;margin:0 auto;display:grid;gap:20px}.pdx-feature-img{border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #1b4d3e1a}.pdx-feature-img img{aspect-ratio:4 / 3;object-fit:cover;width:100%}.pdx-feature-body{display:flex;flex-direction:column;gap:12px}.pdx-feature-title{font-size:22px;font-weight:800;color:var(--pdx-green);line-height:1.25;margin:0}.pdx-feature-desc{font-size:14.5px;color:var(--pdx-text-soft);line-height:1.7;margin:0}.pdx-feature-cta{align-self:flex-start;background:transparent;color:var(--pdx-green);border:2px solid var(--pdx-green);padding:10px 18px;border-radius:999px;font-size:12.5px;font-weight:800;letter-spacing:.04em;cursor:pointer;font-family:inherit;transition:background .2s ease,color .2s ease;margin-top:4px}.pdx-feature-cta:hover{background:var(--pdx-green);color:#fff}.pdx-comp{background:var(--pdx-cream)}.pdx-comp-table{max-width:800px;margin:0 auto;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #1b4d3e14}.pdx-comp-row{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;padding:14px 12px;border-bottom:1px solid var(--pdx-border);font-size:13px}.pdx-comp-row:last-child{border-bottom:none}.pdx-comp-row--head{background:var(--pdx-green);color:#fff;font-weight:800;font-size:11.5px;letter-spacing:.04em;text-transform:uppercase}.pdx-comp-feature{font-weight:600}.pdx-comp-us,.pdx-comp-them{text-align:center}.pdx-comp-check{color:var(--pdx-green);font-size:18px;font-weight:900}.pdx-comp-x{color:var(--pdx-red);font-size:16px;font-weight:900}.pdx-ba{background:#fff}.pdx-ba-wrap{max-width:600px;margin:0 auto;padding:0 4px}.pdx-ba-container{position:relative;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;-webkit-user-select:none;user-select:none;background:#f5f5f5}.pdx-ba-imgs{position:absolute;inset:0}.pdx-ba-after,.pdx-ba-before{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pdx-ba-before{clip-path:inset(0 calc(100% - var(--pdx-ba-pos, 50%)) 0 0)}.pdx-ba-badge{position:absolute;top:12px;background:#000000a6;color:#fff;padding:4px 10px;border-radius:999px;font-size:10.5px;font-weight:700;letter-spacing:.04em}.pdx-ba-badge--before{left:12px}.pdx-ba-badge--after{right:12px}.pdx-ba-line{position:absolute;top:0;bottom:0;left:var(--pdx-ba-pos, 50%);width:2px;background:#fff;transform:translate(-50%);pointer-events:none;box-shadow:0 0 8px #0000004d}.pdx-ba-handle{position:absolute;top:50%;left:var(--pdx-ba-pos, 50%);transform:translate(-50%,-50%);width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none;box-shadow:0 2px 8px #00000040;color:var(--pdx-green)}.pdx-ba-range{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;-webkit-appearance:none;appearance:none;background:transparent}.pdx-ba-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:40px;height:100%;background:transparent;cursor:ew-resize}.pdx-ba-range::-moz-range-thumb{width:40px;height:100%;background:transparent;cursor:ew-resize;border:none}.pdx-howto{background:var(--pdx-cream)}.pdx-steps{max-width:1000px;margin:0 auto;display:grid;gap:16px}.pdx-step{display:grid;grid-template-columns:96px 1fr;gap:16px;background:#fff;border-radius:14px;overflow:hidden;padding:12px;box-shadow:0 3px 10px #1b4d3e0f}.pdx-step-img{border-radius:10px;overflow:hidden}.pdx-step-img img{width:96px;height:96px;object-fit:cover}.pdx-step-body{display:flex;flex-direction:column;gap:4px;align-self:center}.pdx-step-num{display:inline-block;width:24px;height:24px;background:var(--pdx-green);color:#fff;border-radius:50%;font-size:12px;font-weight:900;text-align:center;line-height:24px;margin-bottom:2px}.pdx-step-title{font-size:15px;font-weight:800;color:var(--pdx-green);margin:0}.pdx-step-desc{font-size:13px;color:var(--pdx-text-soft);margin:0;line-height:1.55}.pdx-reviews{background:#fff}.pdx-reviews-grid{max-width:1100px;margin:0 auto;display:grid;gap:16px}.pdx-review-card{background:var(--pdx-cream);border-radius:14px;overflow:hidden;display:grid;grid-template-columns:1fr;box-shadow:0 4px 14px #1b4d3e12}.pdx-review-img img{aspect-ratio:16 / 10;object-fit:cover;width:100%}.pdx-review-body{padding:16px;display:flex;flex-direction:column;gap:6px}.pdx-review-stars{color:#ffb800;font-size:14px;letter-spacing:1.5px}.pdx-review-title{font-size:14.5px;font-weight:900;color:var(--pdx-green);margin:0;text-transform:uppercase;letter-spacing:.02em}.pdx-review-text{font-size:13.5px;color:var(--pdx-text-soft);line-height:1.65;margin:0;font-style:italic}.pdx-review-name{font-size:12px;font-weight:700;color:var(--pdx-text);margin-top:4px}.pdx-guarantee{background:var(--pdx-green);color:#fff;padding:48px 16px}.pdx-guarantee-inner{max-width:600px;margin:0 auto;text-align:center}.pdx-guarantee-badge{color:var(--pdx-gold);margin:0 auto 16px;width:80px}.pdx-guarantee-badge svg{width:100%;height:auto}.pdx-guarantee-title{font-size:24px;font-weight:900;color:#fff;margin:0 0 12px;letter-spacing:.02em}.pdx-guarantee-text{font-size:14px;opacity:.9;line-height:1.65;margin:0 0 20px}.pdx-guarantee-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:24px}.pdx-guarantee-pills span{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);padding:6px 12px;border-radius:999px;font-size:11.5px;font-weight:600}.pdx-cta--guarantee{background:var(--pdx-gold);color:#1b1b1b;box-shadow:0 6px 16px #00000040;width:100%;max-width:360px}.pdx-cta--guarantee:hover{background:#b89953;color:#fff}.pdx-faq{background:var(--pdx-cream)}.pdx-faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.pdx-faq-item{background:#fff;border-radius:12px;border:1px solid var(--pdx-border);overflow:hidden;transition:border-color .2s ease}.pdx-faq-item--open{border-color:var(--pdx-green)}.pdx-faq-q{width:100%;background:transparent;border:none;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:700;color:#111;cursor:pointer;font-family:inherit;text-align:left}.pdx-faq-arrow{font-size:22px;font-weight:400;color:var(--pdx-green);flex-shrink:0}.pdx-faq-a{padding:0 18px 16px;font-size:13.5px;color:var(--pdx-text-soft);line-height:1.7}.pdx-footer{background:#1a2a24;color:#fff;padding:32px 16px 24px;text-align:center}.pdx-footer-brand{font-size:22px;font-weight:900;letter-spacing:.02em}.pdx-footer-tagline{font-size:12px;opacity:.7;margin:4px 0 16px}.pdx-footer-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;font-size:11px;opacity:.8;margin-bottom:14px}.pdx-footer-links{font-size:12px;opacity:.65;display:flex;justify-content:center;gap:8px}.pdx-footer-links a{color:inherit;text-decoration:none}.pdx-footer-links a:hover{text-decoration:underline}.pdx-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--pdx-border);padding:10px 14px;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;transform:translateY(110%);transition:transform .25s ease;z-index:60;box-shadow:0 -4px 16px #0000001a}.pdx-sticky--visible{transform:translateY(0)}.pdx-sticky-info{display:flex;flex-direction:column;line-height:1.1}.pdx-sticky-was{font-size:11px;color:#999;text-decoration:line-through}.pdx-sticky-now{font-size:18px;font-weight:900;color:var(--pdx-green)}.pdx-sticky-cta{background:var(--pdx-green);color:#fff;border:none;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:900;letter-spacing:.03em;cursor:pointer;font-family:inherit}@media(min-width:768px){.pdx-hero-inner{grid-template-columns:1fr 1fr;align-items:flex-start;gap:40px;padding:0 24px}.pdx-section{padding:64px 24px}.pdx-section-title,.pdx-product-title{font-size:32px}.pdx-feel-grid{grid-template-columns:1fr 1fr;align-items:center;gap:32px}.pdx-stats-grid{grid-template-columns:repeat(4,1fr);gap:24px}.pdx-stat-circle{width:130px;height:130px}.pdx-stat-pct{font-size:26px}.pdx-feature-inner{grid-template-columns:1fr 1fr;align-items:center;gap:40px}.pdx-feature--right .pdx-feature-inner>.pdx-feature-img{order:2}.pdx-feature--right .pdx-feature-inner>.pdx-feature-body{order:1}.pdx-feature-title{font-size:28px}.pdx-steps{grid-template-columns:repeat(2,1fr);gap:20px}.pdx-reviews-grid{grid-template-columns:1fr 1fr;gap:24px}.pdx-guarantee-title{font-size:30px}.pdx-sticky{padding:12px 24px;max-width:920px;margin:0 auto;left:24px;right:24px;bottom:16px;border-radius:14px;border:1px solid var(--pdx-border)}}@media(min-width:1024px){.pdx-steps{grid-template-columns:repeat(4,1fr)}}.led-wrap :is(h1,h2,h3,h4,h5,h6){font-family:Montserrat,sans-serif}.led-wrap{--led-pink: #FFC6C6;--led-white: #FFFFFF;--led-black: #000000;--led-text: rgba(46, 42, 57, .75);--led-gray-dark: #535353;--led-gray-light: rgba(224, 224, 224, .5);--led-gold: #FFB800;--led-green: #22C55E;--led-red: #EF4444;font-family:Montserrat,sans-serif;color:var(--led-text);background:var(--led-white);overflow-x:hidden;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-size-adjust:100%}.led-wrap button,.led-wrap input,.led-wrap label{touch-action:manipulation}.led-loading-wrap{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif}.led-loading-bar{width:200px;height:4px;background:linear-gradient(90deg,#ffc6c6,#ff9b9b,#ffc6c6);background-size:200% 100%;border-radius:2px;animation:led-bar-anim 1.2s linear infinite}@keyframes led-bar-anim{0%{background-position:200% 0}to{background-position:-200% 0}}.led-ann-bar{background:var(--led-pink);padding:10px 16px;min-height:40px;display:flex;align-items:center;justify-content:center;overflow:hidden}.led-ann-msg{font-size:13px;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:.06em;text-align:center;transition:opacity .4s ease}.led-ann-msg.hidden{opacity:0}.led-ann-msg.visible{opacity:1}.led-section{padding:48px 20px}.led-section--pink{background:var(--led-pink)}.led-section--white{background:var(--led-white)}.led-container{max-width:1100px;margin:0 auto}.led-section-title{font-size:22px;font-weight:800;color:#000;text-align:center;margin:0 0 10px;line-height:1.25}.led-section-title em{font-style:italic;font-weight:900}.led-section-sub{font-size:14px;font-weight:400;color:var(--led-text);text-align:center;margin:0 auto 32px;line-height:1.6;max-width:600px}.led-hero{background:var(--led-white);padding:24px 20px 40px}.led-hero-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.led-gallery{width:100%}.led-gallery-main{aspect-ratio:1 / 1;width:100%;border-radius:12px;overflow:hidden;background:#f5f5f5;margin-bottom:12px}.led-gallery-main img{width:100%;height:100%;object-fit:cover;display:block}.led-img-placeholder{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:12px;color:#aaa;font-weight:500;text-align:center;padding:16px;box-sizing:border-box;min-height:80px;border-radius:8px;font-family:Montserrat,sans-serif}.led-thumbs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.led-thumbs::-webkit-scrollbar{display:none}.led-thumb{flex-shrink:0;width:70px;height:70px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:#f5f5f5;transition:border-color .15s ease}.led-thumb.led-thumb-active{border-color:#000}.led-thumb img{width:100%;height:100%;object-fit:cover;display:block}.led-info{width:100%}.led-stars{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--led-gold);margin-bottom:10px;flex-wrap:wrap}.led-stars-count{color:#000;font-weight:700}.led-reviews-count{color:var(--led-text);font-weight:500;font-size:12px}.led-product-title{font-size:24px;font-weight:700;color:#111;margin:0 0 16px;line-height:1.25}.led-pricing{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}.led-price-original{font-size:16px;font-weight:500;color:#999;text-decoration:line-through}.led-price-sale{font-size:26px;font-weight:700;color:#000}.led-badge-discount{background:var(--led-pink);color:#000;font-size:13px;font-weight:700;padding:4px 12px;border-radius:20px}.led-cuotas{width:100%;font-size:12.5px;font-weight:600;color:#a0003e;letter-spacing:.01em;margin-top:-8px}.led-cuotas strong{font-weight:800}.led-target-section{margin:0 0 20px}.led-target-title{margin:0 0 8px}.led-target-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;font-size:14px;line-height:1.5;color:var(--led-text)}.led-urgency{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--led-red);margin-bottom:20px;animation:led-pulse 2s ease-in-out infinite}@keyframes led-pulse{0%,to{opacity:1}50%{opacity:.5}}.led-btn-cta{width:100%;background:#000;color:#fff;font-family:Montserrat,sans-serif;font-size:15px;font-weight:700;padding:16px 24px;border-radius:11px;border:none;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;transition:background .18s ease,transform .18s ease;display:block;text-align:center;margin-bottom:16px}.led-btn-cta:hover{background:#222;transform:translateY(-1px)}.led-btn-cta:disabled{background:#aaa;cursor:not-allowed;transform:none}.led-btn-cta-center{display:inline-block;background:#000;color:#fff;font-family:Montserrat,sans-serif;font-size:15px;font-weight:700;padding:16px 40px;border-radius:11px;border:none;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;transition:background .18s ease,transform .18s ease;min-width:260px;max-width:100%}.led-btn-cta-center:hover{background:#222;transform:translateY(-1px)}.led-btn-cta-center:disabled{background:#aaa;cursor:not-allowed}.led-cta-row{text-align:center;margin-top:32px}.led-trust-badges{display:flex;justify-content:space-around;align-items:flex-start;padding:16px 8px;margin:16px 0}.led-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;gap:8px}.led-trust-svg{width:44px;height:44px;color:#111}.led-trust-item .color{color:#111}.led-trust-item span{font-size:11px;color:#2e2a39bf;line-height:1.4;font-family:Montserrat,sans-serif;font-weight:600}.led-payment-block{margin:12px 0 20px;text-align:center}.led-payment-label{font-size:10px;font-weight:700;letter-spacing:.08em;color:#2e2a3980;display:block;margin-bottom:10px;text-transform:uppercase}.led-payment-grid{display:flex;flex-wrap:wrap;gap:7px;align-items:center;justify-content:center}.led-pay-logo{height:28px;width:auto;border-radius:4px;border:1px solid rgba(0,0,0,.08)}.led-hero-review{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:14px;margin:4px 0 20px;box-shadow:0 1px 6px #0000000f;position:relative}.led-hr-avatar{width:44px;height:44px;border-radius:50%;background:var(--led-pink);color:#111;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0;font-family:Montserrat,sans-serif}.led-hr-content{flex:1;padding-right:24px}.led-hr-top{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}.led-hr-name{font-weight:700;font-size:13px;color:#111}.led-hr-stars{color:var(--led-pink);font-size:14px;letter-spacing:1px}.led-hr-text{font-size:12px;color:#2e2a39bf;margin:0;line-height:1.5;font-style:italic}.led-hr-next{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:22px;color:#999;cursor:pointer;padding:4px;line-height:1}.led-hr-next:hover{color:#333}.led-accordion{border-top:1px solid #eee}.led-acc-item{border-bottom:1px solid #eee}.led-acc-trigger{display:flex;align-items:center;gap:12px;padding:14px 2px;cursor:pointer;background:transparent;border:none;width:100%;text-align:left;font-family:Montserrat,sans-serif}.led-acc-trigger:hover{opacity:.8}.led-acc-icon{width:20px;height:20px;flex-shrink:0;color:#111;display:flex;align-items:center;justify-content:center}.led-acc-icon svg{width:20px;height:20px}.led-acc-title{flex:1;font-size:14px;font-weight:600;color:#111;font-family:Montserrat,sans-serif}.led-acc-arrow{font-size:14px;transition:transform .3s ease;flex-shrink:0;display:inline-block;color:#999}.led-acc-arrow.open{transform:rotate(90deg)}.led-acc-body{overflow:hidden;max-height:0;transition:max-height .35s ease}.led-acc-body.open{max-height:600px}.led-acc-body-inner{padding:0 2px 16px 34px;font-size:14px;line-height:1.7;color:var(--led-text)}.led-acc-body-inner p{margin:0 0 8px}.led-acc-body-inner p:last-child{margin:0}.led-mrb{margin-top:14px;background:transparent;padding-bottom:20px}.led-mrb-label{font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#0b122061;margin-bottom:8px}.led-mrb-viewport{overflow:hidden}.led-mrb-track{display:flex;width:100%;transition:transform .35s cubic-bezier(.4,0,.2,1)}.led-mrb-slide{flex:0 0 100%;width:100%}.led-mrb-card{background:#fff;border:1px solid rgba(2,8,23,.09);border-radius:14px;padding:12px 14px;box-shadow:0 2px 12px #0a142812;display:flex;flex-direction:column;gap:8px}.led-mrb-header{display:flex;align-items:center;gap:10px}.led-mrb-avatar{width:34px;height:34px;border-radius:50%;background:#ffc6c6;color:#111;font-weight:900;font-size:.95rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.led-mrb-meta{display:flex;flex-direction:column;gap:2px}.led-mrb-title{font-size:.82rem;font-weight:800;color:#0b1220d1}.led-mrb-name{font-size:.75rem;font-weight:600;color:#0b122099}.led-mrb-stars{color:#ffc6c6;font-size:11px}.led-mrb-text{margin:0;font-size:.84rem;font-style:italic;color:#0b1220a6;font-weight:500;line-height:1.5}.led-mrb-nav{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:10px}.led-mrb-prev,.led-mrb-next{width:32px;height:32px;border-radius:50%;border:1px solid #eee;background:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.led-mrb-dots{display:flex;gap:5px}.led-mrb-dot{width:5px;height:5px;border-radius:999px;border:none;background:#0208172e;cursor:pointer;padding:0;transition:width .22s ease,background .18s ease}.led-mrb-dot.on{background:#ffc6c6;width:16px}.led-test-viewport{overflow:hidden}.led-test-track{display:flex;transition:transform .4s ease;will-change:transform}.led-test-slide{flex-shrink:0;width:100%;padding:0 4px;box-sizing:border-box}.led-test-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;box-shadow:0 2px 12px #0000000f;min-height:200px;display:flex;flex-direction:column}.led-test-text{font-size:14px;line-height:1.65;color:var(--led-text);margin:0 0 14px;font-style:italic;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical}.led-test-name{font-size:13px;font-weight:700;color:#111}.led-test-nav{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:20px}.led-test-btn{width:36px;height:36px;border-radius:50%;border:1.5px solid #ddd;background:#fff;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;line-height:1}.led-test-btn:hover{border-color:#000;background:#000;color:#fff}.led-test-dots{display:flex;gap:6px}.led-test-dot{width:7px;height:7px;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:all .2s ease;padding:0}.led-test-dot.led-active{background:#000;width:20px;border-radius:4px}.led-review-stars{color:#ffc6c6;font-size:18px;letter-spacing:2px;display:block;margin-bottom:10px}.led-review-avatar{width:42px;height:42px;border-radius:50%;background:#ffc6c6;color:#111;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;overflow:hidden;flex-shrink:0;margin-bottom:10px}.led-videos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}.led-video-placeholder{aspect-ratio:9 / 16;background:linear-gradient(160deg,#e8e8e8,#d0d0d0);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#999;font-size:13px;font-family:Montserrat,sans-serif;border:1px solid rgba(0,0,0,.06)}.led-video-play{width:48px;height:48px;border-radius:50%;background:#0000002e;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}.led-stats-image{margin:0 0 28px;border-radius:12px;overflow:hidden}.led-sc-section{display:flex;flex-direction:column;gap:0;padding:28px 0 16px;width:100%;max-width:500px;margin:0 auto}.led-sc-list{display:flex;flex-direction:column;gap:0}.led-sc-row{display:flex;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid rgba(11,18,32,.06)}.led-sc-row:last-child{border-bottom:none}.led-sc-circle{position:relative;width:58px;height:58px;border-radius:50%;flex-shrink:0;background:conic-gradient(from 0deg,#E8A0A0 0%,#c87878 var(--led-sc-pct, 0%),rgba(11,18,32,.1) 0%)}.led-sc-circle:after{content:"";position:absolute;top:12%;left:12%;width:76%;height:76%;background:#fff;border-radius:50%}.led-sc-pct{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:900;color:#c87878;z-index:1}.led-sc-text{font-size:.88rem;font-weight:500;color:#0b1220b3;line-height:1.5;margin:0}.led-sc-text strong{color:#0b1220e0;font-weight:800}.led-sc-footer{margin-top:22px;padding-top:18px;border-top:1px solid rgba(11,18,32,.08);text-align:center}.led-sc-footer-note{font-size:.72rem;color:#0b122066;margin:0 0 14px;font-style:italic}.led-sc-footer-stats{display:flex;justify-content:center;gap:0}.led-sc-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:0 8px;border-right:1px solid rgba(11,18,32,.08)}.led-sc-stat:last-child{border-right:none}.led-sc-stat-val{font-size:1.1rem;font-weight:900;color:#c87878;letter-spacing:-.01em}.led-sc-stat-lbl{font-size:.62rem;font-weight:800;color:#0b122073;letter-spacing:.08em;text-transform:uppercase}.led-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:32px}.led-feature-item{display:flex;flex-direction:column;align-items:center;gap:10px}.led-feature-icon{width:56px;height:56px;color:#111;display:block}.led-feature-title{font-size:15px;font-weight:700;color:#111;line-height:1.3;text-align:center}.led-feature-desc{font-size:13px;color:var(--led-text);line-height:1.6;text-align:center}.led-feat-section{padding:48px 20px}.led-feat-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:28px}.led-feat-img{width:100%;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;background:#f5f5f5}.led-feat-img img{width:100%;height:100%;object-fit:cover;display:block}.led-feat-img .led-img-placeholder{aspect-ratio:unset;height:100%;min-height:200px;border-radius:0}.led-feat-text{display:flex;flex-direction:column;gap:14px}.led-feat-title{font-size:22px;font-weight:700;color:#111;line-height:1.3;margin:0}.led-feat-desc{font-size:15px;color:var(--led-text);line-height:1.7;margin:0}.led-lights-section{padding:32px 0;background:#fff}.led-lights-title{font-size:20px;font-weight:800;text-align:center;color:#111;margin-bottom:24px;line-height:1.3;font-family:Montserrat,sans-serif;padding:0 16px}.led-lights-track-wrap{overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-left:16px}.led-lights-track-wrap::-webkit-scrollbar{display:none}.led-lights-track{display:flex;gap:12px}.led-lights-card{flex:0 0 155px;scroll-snap-align:start;background:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;padding-bottom:4px}.led-lights-img-wrap{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid;flex-shrink:0}.led-lights-name{font-weight:800;font-size:12px;color:#111;font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:.04em;line-height:1.2}.led-lights-nm{font-size:11px;color:#2e2a3980;font-weight:500;margin-top:-4px}.led-lights-desc{font-size:11.5px;color:#2e2a39b8;line-height:1.5;margin:0}.led-lights-dots{display:flex;justify-content:center;gap:6px;margin-top:18px}.led-lights-dot-btn{width:8px;height:8px;border-radius:50%;background:#ddd;border:none;cursor:pointer;padding:0;transition:background .2s,width .2s}.led-lights-dot-btn.active{background:#111;width:20px;border-radius:4px}.led-long-tests{display:flex;flex-direction:column;gap:20px;margin-top:24px}.led-long-test-card{background:#ffffffb8;border-radius:16px;padding:24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.led-long-test-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.led-long-test-avatar{width:48px;height:48px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.led-long-test-name{font-size:15px;font-weight:700;color:#111}.led-long-test-stars{color:var(--led-pink);font-size:14px;margin-top:2px}.led-long-test-text{font-size:14px;color:var(--led-text);line-height:1.75;font-style:italic;margin:0}.led-comp-section{padding:40px 16px;background:#f9f3f3}.led-comp-title{font-size:22px;font-weight:900;text-align:center;color:#111;margin-bottom:8px;font-family:Montserrat,sans-serif;text-transform:uppercase}.led-comp-sub{font-size:13px;color:#2e2a39b3;text-align:center;margin-bottom:24px;line-height:1.5}.led-comp-table{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;background:#fff}.led-comp-header,.led-comp-row{display:grid;grid-template-columns:52% 24% 24%;align-items:stretch}.led-comp-header{font-size:12px;font-weight:700;font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:.04em}.led-comp-header .led-comp-col-feature{background:#fff;padding:14px 12px}.led-comp-header .led-comp-col-us{background:#111;color:#fff;display:flex;align-items:center;justify-content:center;padding:14px 8px;text-align:center}.led-comp-header .led-comp-col-them{background:#fff;color:#111;display:flex;align-items:center;justify-content:center;padding:14px 8px;text-align:center;border-left:1px solid #f0f0f0}.led-comp-row .led-comp-col-feature{padding:13px 10px 13px 14px;font-size:13px;font-weight:600;color:#e8640a;line-height:1.4;display:flex;align-items:center;border-bottom:1px solid #f0f0f0}.led-comp-row .led-comp-col-us{background:#111;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #1e1e1e;font-size:20px}.led-comp-row .led-comp-col-them{background:#fff;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f0f0f0;border-left:1px solid #f0f0f0;font-size:20px}.led-comp-check{color:#22c55e;font-weight:900;font-size:20px}.led-comp-cross{color:#ff6b6b;font-weight:900;font-size:18px}.led-guarantee{text-align:center;max-width:560px;margin:0 auto}.led-guarantee-icon{display:flex;justify-content:center;margin-bottom:20px}.led-guarantee-icon svg{width:80px;height:90px}.led-guarantee-title{font-size:26px;font-weight:800;color:#000;margin:0 0 16px}.led-guarantee-text{font-size:15px;color:var(--led-text);line-height:1.75;margin-bottom:28px}.led-steps{display:flex;flex-direction:column;gap:0;margin-top:32px}.led-step-item{position:relative;display:flex;gap:16px;padding-bottom:32px}.led-step-item:last-child{padding-bottom:0}.led-step-item:not(:last-child):before{content:"";position:absolute;left:19px;top:44px;width:2px;height:calc(100% - 12px);background:repeating-linear-gradient(to bottom,#FFC6C6 0,#FFC6C6 5px,transparent 5px,transparent 12px)}.led-step-num{width:40px;height:40px;border-radius:50%;border:2px solid #FFC6C6;background:#fff;color:#111;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1;font-family:Montserrat,sans-serif}.led-step-content{flex:1}.led-step-title{font-size:16px;font-weight:700;color:#111;margin:0 0 8px}.led-step-desc{font-size:14px;color:var(--led-text);line-height:1.65;margin:0 0 12px}.led-step-img-ph{width:100%;aspect-ratio:16 / 9;background:#f0f0f0;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#aaa;font-family:Montserrat,sans-serif}.led-faq-section{background:#ffc6c6;padding:40px 16px}.led-faq-title{font-size:22px;font-weight:800;text-align:center;color:#111;margin-bottom:8px;font-family:Montserrat,sans-serif}.led-faq-sub{font-size:13px;text-align:center;color:#2e2a39b3;margin-bottom:24px}.led-faq-list{display:flex;flex-direction:column;max-width:760px;margin:0 auto}.led-faq-item{border-bottom:1px solid rgba(0,0,0,.08)}.led-faq-item:first-child{border-top:1px solid rgba(0,0,0,.08)}.led-faq-trigger{width:100%;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:16px 4px;text-align:left;gap:12px}.led-faq-q{font-size:14px;font-weight:600;color:#111;font-family:Montserrat,sans-serif;line-height:1.4}.led-faq-arrow{font-size:18px;color:#666;flex-shrink:0;transition:transform .3s;display:inline-block}.led-faq-arrow.open{transform:rotate(90deg)}.led-faq-body{overflow:hidden;max-height:0;transition:max-height .35s ease}.led-faq-body.open{max-height:400px}.led-faq-body-inner{padding:12px;font-size:13px;color:#2e2a39cc;line-height:1.7;background:#fff6;border-radius:8px;margin-bottom:4px}.led-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:999;background:#fff;border-top:1px solid #eee;padding:10px 16px 12px;box-shadow:0 -4px 20px #0000001a;transform:translateY(100%);transition:transform .3s ease}.led-sticky-bar.led-visible{transform:translateY(0)}.led-sticky-bar .led-btn-cta{margin-bottom:0}@media(min-width:768px){.led-section{padding:72px 40px}.led-section-title{font-size:32px}.led-section-sub{font-size:15px}.led-hero-inner{flex-direction:row;align-items:flex-start;gap:56px}.led-gallery{width:50%;flex-shrink:0}.led-info{flex:1}.led-product-title{font-size:30px}.led-test-slide{width:33.333%;padding:0 8px}.led-videos-grid{grid-template-columns:repeat(3,1fr)}.led-feat-section{padding:64px 40px}.led-feat-inner{flex-direction:row;align-items:center;gap:60px}.led-feat-img{width:48%;flex-shrink:0;aspect-ratio:1 / 1}.led-feat-text{flex:1}.led-feat-title{font-size:28px}.led-feat-desc{font-size:16px}.led-feat-inner.led-feat-reverse{flex-direction:row-reverse}.led-long-tests{flex-direction:row;gap:24px}.led-long-test-card{flex:1}.led-steps{flex-direction:row;align-items:flex-start;gap:32px}.led-step-item{flex:1;flex-direction:column;gap:14px;padding-bottom:0}.led-step-num{width:48px;height:48px;font-size:18px}.led-step-item:not(:last-child):before{display:none}.led-sticky-bar{display:none!important}}.led-vstrip-header{text-align:center;margin-bottom:16px}.led-vstrip-kicker{display:inline-block;font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#c87878;background:#c8787814;border:1px solid rgba(200,120,120,.2);padding:4px 12px;border-radius:999px;margin-bottom:10px}.led-vstrip-title{font-size:1.18rem;font-weight:800;color:#0b1220e0;margin:0 0 5px;line-height:1.25;font-family:Montserrat,sans-serif}.led-vstrip-sub{font-size:.88rem;font-weight:600;color:#0b122080;margin:0}.led-vstrip-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.led-vstrip-item{display:flex;flex-direction:column;gap:7px;min-width:0}.led-vstrip-media{aspect-ratio:9 / 16;border-radius:20px;overflow:hidden;background:#0b12200d;position:relative}.led-vstrip-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#e8a0a01f,#c878780f);border:1.5px dashed rgba(200,120,120,.22)}.led-vstrip-ph-ico{font-size:2rem;opacity:.35;color:#c87878}.led-vstrip-label{text-align:center;font-size:.72rem;font-weight:800;color:#0b12208c;letter-spacing:.04em;text-transform:uppercase}.led-vstrip-benefit{text-align:center;font-size:.66rem;font-weight:700;color:#c87878d9;letter-spacing:.01em;line-height:1.35;padding:0 4px}.led-pay-chip{height:24px;width:auto;max-width:52px;object-fit:contain;display:block}.led-pay-chip[src=""]{display:none}.led-ba-carousel{margin-top:20px;max-width:480px;margin-left:auto;margin-right:auto}.led-ba-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000001f}.led-ba-img{position:relative;width:100%}.led-ba-day-labels{position:absolute;bottom:0;left:0;right:0;display:flex;background:linear-gradient(to top,rgba(0,0,0,.52),transparent);padding:12px 16px 10px}.led-ba-day{flex:1;text-align:center;font-size:14px;font-weight:800;color:#fff;font-family:Montserrat,sans-serif;text-shadow:0 1px 4px rgba(0,0,0,.5);letter-spacing:.02em}.led-ba-body{padding:16px 18px 18px}.led-ba-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.led-ba-name{font-size:14px;font-weight:700;color:#111;font-family:Montserrat,sans-serif}.led-ba-stars{color:#ffc6c6;font-size:16px;letter-spacing:2px}.led-ba-text{font-size:13px;color:#2e2a39bf;line-height:1.65;font-style:italic;margin:0}.led-ba-nav{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:16px}.lp-footer{font-family:inherit;background:#8b1a4a}.lp-footer-body{padding:28px 20px;padding-bottom:max(100px,calc(env(safe-area-inset-bottom) + 100px))}.lp-footer-brand{text-align:center;margin-bottom:20px}.lp-footer-logo{font-size:1.4rem;font-weight:900;color:#fff;letter-spacing:-.02em;line-height:1}.lp-footer-tagline{font-size:.75rem;color:#ffffff73;margin:5px 0 0}.lp-footer-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 18px;margin-bottom:20px}.lp-footer-ti{display:flex;align-items:center;gap:5px;font-size:.78rem;font-weight:700;color:#ffffffb3}.lp-footer-ti>span{font-size:.9rem;line-height:1}.lp-footer-pay{text-align:center;margin-bottom:18px}.lp-footer-pay-label{font-size:.6rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#ffffff4d;display:block;margin-bottom:8px}.lp-footer-pay-row{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.lp-pay-chip{font-size:.66rem;font-weight:700;color:#ffffff8c;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);padding:4px 10px;border-radius:6px}.lp-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:14px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.lp-footer-bottom>span{font-size:.66rem;color:#ffffff52}.led-footer{background:#111;font-family:Montserrat,sans-serif}.led-footer-body{padding:28px 20px;padding-bottom:max(32px,calc(env(safe-area-inset-bottom) + 32px))}.led-footer-brand{text-align:center;margin-bottom:20px}.led-footer-logo{font-size:1.4rem;font-weight:900;color:#fff;letter-spacing:-.02em;line-height:1}.led-footer-tagline{font-size:.75rem;color:#ffffff73;margin:5px 0 0}.led-footer-trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 18px;margin-bottom:20px}.led-footer-ti{display:flex;align-items:center;gap:5px;font-size:.78rem;font-weight:700;color:#ffffffb3}.led-footer-ti>span{font-size:.9rem;line-height:1}.led-footer-pay{text-align:center;margin-bottom:18px}.led-footer-pay-label{font-size:.6rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#ffffff4d;display:block;margin-bottom:8px}.led-footer-pay-row{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.led-footer-pay-chip{height:20px;width:auto;max-width:68px;object-fit:contain;display:block;filter:brightness(0) invert(1) opacity(.7)}.led-footer-pay-chip[src=""]{display:none}.led-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:14px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.led-footer-bottom>span{font-size:.66rem;color:#ffffff52}.led-photo-reviews-section{background:#fff;padding:40px 0 32px}.led-pr-inner{max-width:420px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center}.led-pr-viewport{width:100%;overflow:hidden;border-radius:16px;box-shadow:0 4px 20px #0000001a}.led-pr-track{display:flex;width:400%;transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.led-pr-card{flex:0 0 25%;width:25%;background:#fff;text-align:center}.led-pr-img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.led-pr-body{padding:20px 20px 24px;min-height:170px;display:flex;flex-direction:column;align-items:center}.led-pr-stars{color:#ffb800;font-size:22px;letter-spacing:3px;display:block;margin-bottom:14px;flex-shrink:0}.led-pr-text{font-size:14px;color:#2e2a39d1;line-height:1.7;margin:0 0 18px;font-style:italic;text-align:center;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical}.led-pr-name{font-weight:700;font-size:15px;color:#111;display:block;flex-shrink:0}.led-pr-dots{display:flex;gap:8px;margin-top:20px;align-items:center;justify-content:center}.led-pr-dot{width:10px;height:10px;border-radius:50%;border:none;cursor:pointer;background:#0000002e;padding:0;transition:background .2s,transform .2s}.led-pr-dot--active{background:#111;transform:scale(1.25)}@media(min-width:768px){.led-pr-inner{max-width:480px}}.led-bundles{display:flex;flex-direction:column;gap:10px;margin:18px 0 16px}.led-bundle-opt{display:flex;align-items:flex-start;gap:12px;border:2px solid #e5e5e5;border-radius:14px;padding:14px 16px;cursor:pointer;background:#fff;transition:border-color .2s,background .2s}.led-bundle-opt input[type=radio]{margin-top:2px;accent-color:#000;width:17px;height:17px;flex-shrink:0;cursor:pointer}.led-bundle-opt.selected{border-color:#111;background:#fafafa}.led-bundle-body{flex:1;min-width:0}.led-bundle-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.led-bundle-left{display:flex;flex-direction:column;gap:4px}.led-bundle-label-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.led-bundle-label{font-size:13.5px;font-weight:700;color:#111;font-family:Montserrat,sans-serif}.led-bundle-badge{background:#111;color:#ffc6c6;font-size:9px;font-weight:800;letter-spacing:.06em;padding:2px 8px;border-radius:20px;font-family:Montserrat,sans-serif}.led-bundle-perks{font-size:11px;color:#2e2a3999;font-family:Montserrat,sans-serif;font-weight:500}.led-bundle-price-col{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.led-bundle-price{font-size:15px;font-weight:800;color:#111;font-family:Montserrat,sans-serif;white-space:nowrap}.led-bundle-compare{font-size:11.5px;color:#bbb;text-decoration:line-through;font-weight:500;white-space:nowrap}.led-bundle-extras-wrap{display:flex;flex-direction:column;gap:10px;margin-top:14px}.led-bundle-thumbs{display:flex;align-items:flex-start;gap:6px;flex-wrap:nowrap}.led-bundle-item{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0;flex-shrink:1}.led-bundle-thumb{width:clamp(54px,18vw,76px);height:clamp(54px,18vw,76px);border-radius:12px;overflow:visible;border:1.5px solid #e8e8e8;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:clamp(20px,6vw,30px);flex-shrink:0;position:relative}.led-bundle-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}.led-bundle-thumb--ebook{background:linear-gradient(135deg,#fff0f5,#ffe0e0)}.led-bundle-sticker{position:absolute;top:-8px;right:-8px;background:#d4f5e2;color:#166534;font-size:7.5px;font-weight:800;font-family:Montserrat,sans-serif;letter-spacing:.05em;padding:3px 6px;border-radius:6px;line-height:1.4;white-space:nowrap;border:1.5px solid #a7f3c0;box-shadow:0 1px 4px #0000001a}.led-bundle-item-name{font-size:9px;font-weight:600;color:#2e2a398c;font-family:Montserrat,sans-serif;text-align:center;width:clamp(54px,18vw,76px);white-space:normal;word-break:break-word;line-height:1.3}.led-bundle-plus{font-size:13px;font-weight:700;color:#ccc;flex-shrink:0;margin-top:calc(clamp(54px,18vw,76px)/2 - 8px)}.led-bundle-shipping{width:100%;text-align:center;font-size:11px;font-weight:600;color:#2e2a398c;font-family:Montserrat,sans-serif}.ipl-wrap{--ipl-rose: #F9A8D4;--ipl-section-rose: #FDF2F8;--ipl-white: #FFFFFF;--ipl-black: #000000;--ipl-text: rgba(30, 20, 40, .78);--ipl-gray-dark: #535353;--ipl-gold: #FFB800;--ipl-accent: #9F1239;--ipl-accent-hover: #7f0f2e;--ipl-star: #F472B6;font-family:Inter,sans-serif;color:var(--ipl-text);background:var(--ipl-white);overflow-x:hidden;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-size-adjust:100%}.ipl-wrap button,.ipl-wrap input,.ipl-wrap label{touch-action:manipulation}.ipl-loading-wrap{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif}.ipl-loading-bar{width:200px;height:4px;background:linear-gradient(90deg,#f9a8d4,#9f1239,#f9a8d4);background-size:200% 100%;border-radius:2px;animation:ipl-bar-anim 1.2s linear infinite}@keyframes ipl-bar-anim{0%{background-position:200% 0}to{background-position:-200% 0}}.ipl-ann-bar{background:var(--ipl-accent);padding:10px 16px;min-height:40px;display:flex;align-items:center;justify-content:center;overflow:hidden}.ipl-ann-msg{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.06em;text-align:center;transition:opacity .4s ease}.ipl-ann-msg.hidden{opacity:0}.ipl-ann-msg.visible{opacity:1}.ipl-section{padding:28px 20px}.ipl-section--rose{background:var(--ipl-section-rose)}.ipl-section--white{background:var(--ipl-white)}.ipl-container{max-width:1100px;margin:0 auto}.ipl-section-title{font-size:24px;font-weight:800;font-family:Inter,sans-serif;color:#000;text-align:center;margin:0 0 10px;line-height:1.25;letter-spacing:-.02em}.ipl-section-title em{font-style:italic;font-weight:800}.ipl-section-sub{font-size:14px;color:var(--ipl-text);text-align:center;margin:0 auto 20px;line-height:1.6;max-width:600px}.ipl-hero{padding:0 16px 32px;background:#fff}.ipl-hero-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:24px}@media(min-width:768px){.ipl-hero{padding:32px 32px 48px}.ipl-hero-inner{flex-direction:row;gap:40px;align-items:flex-start}}.ipl-gallery{display:flex;flex-direction:column;gap:8px}@media(min-width:768px){.ipl-gallery{width:48%}}.ipl-gallery-main{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f9f9f9}.ipl-gallery-main img{width:100%;height:100%;object-fit:contain;display:block}.ipl-thumbs{display:flex;gap:6px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.ipl-thumbs::-webkit-scrollbar{display:none}.ipl-thumb{width:60px;height:60px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;background:#f4f4f4;flex-shrink:0}.ipl-thumb img{width:100%;height:100%;object-fit:cover}.ipl-thumb-active{border-color:var(--ipl-accent)}.ipl-info{display:flex;flex-direction:column;gap:16px}@media(min-width:768px){.ipl-info{width:52%;padding-top:8px}}.ipl-stars{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ipl-stars-count{font-size:13px;font-weight:700}.ipl-reviews-count{font-size:12px;color:var(--ipl-gray-dark)}.ipl-product-title{font-size:32px;font-weight:800;font-family:Inter,sans-serif;line-height:1.2;color:#111;margin:0;letter-spacing:-.02em}@media(min-width:768px){.ipl-product-title{font-size:42px}}.ipl-pricing{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.ipl-price-original{font-size:15px;font-weight:600;color:var(--ipl-gray-dark);text-decoration:line-through}.ipl-price-sale{font-size:32px;font-weight:800;color:#111}.ipl-badge-discount{font-size:13px;font-weight:800;background:var(--ipl-accent);color:#fff;padding:3px 8px;border-radius:6px}.ipl-cuotas{width:100%;font-size:13px;font-weight:600;color:var(--ipl-accent);margin-top:-6px;line-clamp:1;-webkit-line-clamp:1}.ipl-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.ipl-benefit-item{display:flex;align-items:flex-start;gap:8px;font-size:14px;font-weight:500}.ipl-benefit-check{flex-shrink:0;font-size:16px}.ipl-bundles{display:flex;flex-direction:column;gap:10px;margin:18px 0 16px}.ipl-bundle-opt{display:flex;align-items:flex-start;gap:12px;border:2px solid #e5e5e5;border-radius:14px;cursor:pointer;padding:14px 16px;background:#fff;transition:border-color .2s,background .2s}.ipl-bundle-opt input[type=radio]{margin-top:2px;accent-color:#000;width:17px;height:17px;flex-shrink:0;cursor:pointer}.ipl-bundle-opt.selected{border-color:#111;background:#fafafa}.ipl-bundle-body{flex:1;min-width:0}.ipl-bundle-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.ipl-bundle-left{display:flex;flex-direction:column;gap:4px}.ipl-bundle-label-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.ipl-bundle-label{font-size:13.5px;font-weight:700;color:#111;font-family:Inter,sans-serif}.ipl-bundle-badge{background:#111;color:var(--ipl-rose);font-size:9px;font-weight:800;letter-spacing:.06em;padding:2px 8px;border-radius:20px;font-family:Inter,sans-serif}.ipl-bundle-perks{font-size:11px;color:#2e2a3999;font-family:Inter,sans-serif;font-weight:500}.ipl-bundle-price-col{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.ipl-bundle-price{font-size:15px;font-weight:800;color:#111;white-space:nowrap}.ipl-bundle-compare{font-size:11.5px;color:#bbb;font-weight:500;text-decoration:line-through;white-space:nowrap}.ipl-bundle-extras-wrap{display:flex;flex-direction:column;gap:10px;margin-top:14px}.ipl-bundle-thumbs{display:flex;align-items:flex-start;gap:6px;flex-wrap:nowrap}.ipl-bundle-item{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:1}.ipl-bundle-thumb{width:clamp(54px,18vw,76px);height:clamp(54px,18vw,76px);border:1.5px solid #e8e8e8;background:#f5f5f5;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:visible;position:relative;flex-shrink:0}.ipl-bundle-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block}.ipl-bundle-thumb--ebook{background:linear-gradient(135deg,#fff0f5,#ffe0e0)}.ipl-bundle-sticker{position:absolute;top:-8px;right:-8px;background:#d4f5e2;color:#166534;border:1.5px solid #a7f3c0;border-radius:6px;font-size:9px;font-weight:800;padding:2px 5px;text-transform:uppercase;line-height:1;white-space:nowrap;box-shadow:0 1px 4px #0000001a}.ipl-bundle-item-name{font-size:9px;font-weight:600;color:#2e2a398c;text-align:center;width:clamp(54px,18vw,76px);white-space:normal;word-break:break-word;line-height:1.3}.ipl-bundle-plus{font-size:13px;font-weight:700;color:#ccc;flex-shrink:0;margin-top:calc(clamp(54px,18vw,76px)/2 - 8px)}.ipl-bundle-shipping{width:100%;text-align:center;font-size:11px;font-weight:600;color:#2e2a398c}.ipl-urgency{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#991b1b}.ipl-btn-cta{width:100%;padding:16px 24px;background:linear-gradient(135deg,var(--ipl-accent),var(--ipl-accent-hover));color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border:none;border-radius:10px;cursor:pointer;transition:opacity .2s,transform .1s;box-shadow:0 4px 16px #9f123959}.ipl-btn-cta:hover{opacity:.9}.ipl-btn-cta:active{transform:scale(.98)}.ipl-btn-cta:disabled{opacity:.5;cursor:not-allowed}.ipl-btn-cta-center{display:block;margin:24px auto 0;padding:16px 40px;background:linear-gradient(135deg,var(--ipl-accent),var(--ipl-accent-hover));color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border:none;border-radius:10px;cursor:pointer;transition:opacity .2s,transform .1s;box-shadow:0 4px 16px #9f123959}.ipl-btn-cta-center:hover{opacity:.9}.ipl-btn-cta-center:active{transform:scale(.98)}.ipl-trust-badges{display:flex;justify-content:space-around;flex-wrap:wrap;gap:12px;padding:16px 0}.ipl-trust-item{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:11px;font-weight:600;text-align:center;color:var(--ipl-text);flex:1;min-width:80px;max-width:110px}.ipl-payment-block{text-align:center;padding:8px 0 0}.ipl-payment-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-top:8px}.ipl-pay-chip{height:24px;width:auto;max-width:52px;object-fit:contain;display:block}.ipl-hero-review{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:14px;margin:4px 0 20px;box-shadow:0 1px 6px #0000000f;position:relative}.ipl-hr-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--ipl-rose)}.ipl-hr-content{flex:1;padding-right:24px}.ipl-hr-top{display:flex;align-items:center;gap:8px;margin-bottom:4px}.ipl-hr-name{font-size:13px;font-weight:700;color:#111}.ipl-hr-stars{color:var(--ipl-star);font-size:14px;letter-spacing:1px}.ipl-hr-text{font-size:12px;color:#2e2a39bf;margin:0;line-height:1.5;font-style:italic}.ipl-hr-next{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:22px;color:#999;cursor:pointer;padding:4px;line-height:1}.ipl-hr-next:hover{color:#333}.ipl-accordion{border-top:1px solid #eee}.ipl-acc-item{border-bottom:1px solid #eee}.ipl-acc-trigger{display:flex;align-items:center;gap:12px;padding:14px 2px;cursor:pointer;background:transparent;border:none;width:100%;text-align:left}.ipl-acc-trigger:hover{opacity:.8}.ipl-acc-icon{width:20px;height:20px;flex-shrink:0;color:#111}.ipl-acc-title{flex:1;font-size:14px;font-weight:600;color:#111;font-family:Inter,sans-serif}.ipl-acc-arrow{font-size:14px;transition:transform .3s ease;flex-shrink:0;display:inline-block;color:#999}.ipl-acc-arrow.open{transform:rotate(90deg)}.ipl-acc-body{max-height:0;overflow:hidden;transition:max-height .35s ease}.ipl-acc-body.open{max-height:600px}.ipl-acc-body-inner{padding:0 2px 16px 34px;font-size:14px;line-height:1.7}.ipl-acc-body-inner p{margin:0 0 8px}.ipl-acc-body-inner p:last-child{margin-bottom:0}.ipl-test-viewport{overflow:hidden;border-radius:10px}.ipl-test-track{display:flex;transition:transform .4s ease}.ipl-test-slide{flex:0 0 100%;padding:0 6px;box-sizing:border-box}@media(min-width:768px){.ipl-test-slide{flex:0 0 33.333%}}.ipl-test-card{background:#fff;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:8px;box-shadow:0 2px 12px #0000000f;height:100%}.ipl-review-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden}.ipl-review-stars{color:var(--ipl-star);font-size:14px}.ipl-test-text{font-size:13px;line-height:1.6;flex:1;margin:0}.ipl-test-name{font-size:12px;font-weight:700;color:var(--ipl-gray-dark)}.ipl-test-nav{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px}.ipl-test-btn{width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid var(--ipl-accent);color:var(--ipl-accent);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.ipl-test-btn:disabled{opacity:.35;cursor:default}.ipl-test-dots{display:flex;gap:6px}.ipl-test-dot{width:8px;height:8px;border-radius:50%;background:#9f123933;border:none;cursor:pointer;transition:background .2s}.ipl-test-dot.ipl-active{background:var(--ipl-accent)}.ipl-feat-section{overflow:hidden;padding:18px 0}.ipl-feat-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.ipl-feat-inner{flex-direction:row;gap:0}.ipl-feat-reverse{flex-direction:row-reverse}}.ipl-feat-img{flex:1;padding:0 20px;aspect-ratio:1 / 1;overflow:hidden}.ipl-feat-img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}@media(min-width:768px){.ipl-feat-img{padding:20px;aspect-ratio:auto}}.ipl-feat-text{flex:1;display:flex;flex-direction:column;justify-content:center;gap:14px;padding:32px 24px}.ipl-feat-kicker{font-size:12px;font-weight:800;color:var(--ipl-accent);text-transform:uppercase;letter-spacing:.08em}.ipl-feat-title{font-size:22px;font-weight:800;font-family:Inter,sans-serif;line-height:1.2;color:#111;margin:0;letter-spacing:-.02em}@media(min-width:768px){.ipl-feat-title{font-size:28px}}.ipl-feat-desc{font-size:14px;line-height:1.7;color:var(--ipl-text);margin:0}.ipl-sc-section{padding:8px 0}.ipl-sc-list{display:flex;flex-direction:column;gap:24px}@media(min-width:600px){.ipl-sc-list{flex-direction:row;flex-wrap:wrap;justify-content:center}}.ipl-sc-row{display:flex;align-items:center;gap:18px;max-width:480px}@media(min-width:600px){.ipl-sc-row{flex-direction:column;align-items:center;text-align:center;width:200px}}.ipl-sc-circle{width:80px;height:80px;flex-shrink:0;border-radius:50%;background:conic-gradient(var(--ipl-accent) var(--ipl-sc-pct, 0%),#f0e6ea var(--ipl-sc-pct, 0%));display:flex;align-items:center;justify-content:center;position:relative}.ipl-sc-circle:before{content:"";position:absolute;width:60px;height:60px;background:#fff;border-radius:50%}.ipl-sc-pct{position:relative;font-size:16px;font-weight:800;color:var(--ipl-accent);z-index:1}.ipl-sc-text{font-size:13px;line-height:1.5;color:var(--ipl-text)}.ipl-sc-footer{margin-top:32px;text-align:center}.ipl-sc-footer-note{font-size:11px;color:var(--ipl-gray-dark);margin-bottom:16px}.ipl-sc-footer-stats{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.ipl-sc-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.ipl-sc-stat-val{font-size:22px;font-weight:800;color:#111}.ipl-sc-stat-lbl{font-size:10px;font-weight:700;color:var(--ipl-gray-dark);letter-spacing:.08em}.ipl-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(min-width:768px){.ipl-features-grid{grid-template-columns:repeat(4,1fr)}}.ipl-feature-item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.ipl-feature-icon{font-size:36px}.ipl-feature-title{font-size:14px;font-weight:800;color:#111}.ipl-feature-desc{font-size:12px;line-height:1.5;color:var(--ipl-text)}.ipl-cta-row{text-align:center}.ipl-ctabs-section{background:#fff;padding:24px 20px}.ipl-ctabs-title{text-align:center;font-family:Inter,sans-serif;font-size:22px;font-weight:800;color:#111;margin:0 0 6px;line-height:1.3}@media(min-width:768px){.ipl-ctabs-title{font-size:26px}}.ipl-ctabs-desc{text-align:center;font-size:14px;color:#2e2a398c;margin:0 0 22px}.ipl-ctabs-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:0;border-bottom:2px solid #eee;margin-bottom:24px}.ipl-ctab-btn{background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;font-family:Inter,sans-serif;font-weight:700;font-size:13.5px;color:#2e2a3966;cursor:pointer;padding:8px 16px 10px;transition:color .18s,border-color .18s;white-space:nowrap}.ipl-ctab-btn.active{color:var(--ipl-accent);border-bottom-color:var(--ipl-accent)}.ipl-ctab-btn:hover:not(.active){color:#2e2a39b3}.ipl-ctab-images{display:flex;justify-content:center;gap:16px;margin-bottom:24px}.ipl-ctab-img-wrap{width:45%;max-width:170px;aspect-ratio:3/4;background:transparent}.ipl-ctab-img-wrap img{width:100%;height:100%;object-fit:contain;display:block}.ipl-ctab-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;opacity:.25}.ipl-ctab-points{display:flex;flex-direction:column}.ipl-ctab-row{display:flex;gap:12px;border-bottom:1.5px solid var(--ipl-rose);padding:12px 0}.ipl-ctab-row.last{border-bottom:none}.ipl-ctab-point{display:flex;flex-direction:column;align-items:center;gap:5px;width:50%;text-align:center;font-family:Inter,sans-serif;font-size:12.5px;line-height:1.5}.ipl-ctab-point--bad{color:#2e2a398c;font-weight:500}.ipl-ctab-point--good{color:#111;font-weight:700}.ipl-ctab-icon{font-size:17px}.ipl-rev-carousel{max-width:480px;margin:0 auto}.ipl-rev-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 14px #00000014;display:flex;flex-direction:column}.ipl-review-img-wrap{width:100%;aspect-ratio:4/3;overflow:hidden;background:#f5f0f3;flex-shrink:0}.ipl-review-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.ipl-review-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;opacity:.3}.ipl-review-body{padding:16px 18px 18px}.ipl-review-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ipl-review-name{font-size:13px;font-weight:800;color:#111}.ipl-review-stars{color:var(--ipl-star);font-size:13px;letter-spacing:1px}.ipl-review-text{font-size:13px;line-height:1.7;margin:0;color:#2e2a39bf}.ipl-rev-nav{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:16px}.ipl-rev-arrow{width:36px;height:36px;border-radius:50%;border:1.5px solid rgba(159,18,57,.25);background:#fff;color:var(--ipl-accent);font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.ipl-rev-arrow:hover:not(:disabled){background:var(--ipl-accent);color:#fff;border-color:var(--ipl-accent)}.ipl-rev-arrow:disabled{opacity:.3;cursor:default}.ipl-rev-dots{display:flex;gap:6px}.ipl-rev-dot{width:7px;height:7px;border-radius:50%;border:none;background:#9f123933;cursor:pointer;padding:0;transition:background .2s,transform .2s}.ipl-rev-dot.active{background:var(--ipl-accent);transform:scale(1.25)}.ipl-how-section{padding:36px 20px!important}.ipl-how-kicker{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ipl-accent);text-align:center;margin-bottom:8px}.ipl-steps{display:flex;flex-direction:column;gap:28px;max-width:540px;margin:0 auto}.ipl-step-item{display:flex;gap:20px;align-items:center}.ipl-step-img-wrap{width:90px;height:90px;flex-shrink:0;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center}.ipl-step-img-wrap img{width:100%;height:100%;object-fit:contain;display:block}.ipl-step-img-ph{font-size:32px;font-weight:800;color:var(--ipl-accent);font-family:Inter,sans-serif}.ipl-step-content{flex:1}.ipl-step-label{font-size:11px;font-weight:600;color:var(--ipl-accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.ipl-step-title{font-size:18px;font-weight:800;font-family:Inter,sans-serif;color:#111;margin:0 0 4px;letter-spacing:-.01em}.ipl-step-desc{font-size:13px;line-height:1.6;margin:0;color:var(--ipl-text)}.ipl-guarantee{text-align:center;max-width:560px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.ipl-guarantee-icon img{width:160px;height:160px;object-fit:contain}.ipl-guarantee-title{font-size:24px;font-weight:800;font-family:Inter,sans-serif;color:#111;margin:0;letter-spacing:-.02em}.ipl-guarantee-text{font-size:14px;line-height:1.7;color:var(--ipl-text);margin:0}.ipl-faq-section{padding:28px 20px;background:var(--ipl-section-rose)}.ipl-faq-title{font-size:22px;font-weight:800;font-family:Inter,sans-serif;text-align:center;color:#111;margin:0 0 8px;letter-spacing:-.02em}.ipl-faq-sub{font-size:14px;text-align:center;color:var(--ipl-text);margin:0 auto 28px;max-width:540px}.ipl-faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.ipl-faq-item{border-bottom:1px solid #e5e7eb}.ipl-faq-item:last-child{border-bottom:none}.ipl-faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border:none;cursor:pointer;text-align:left;font-family:Inter,sans-serif;gap:12px}.ipl-faq-q{font-size:14px;font-weight:700;color:#111;flex:1}.ipl-faq-arrow{font-size:20px;color:var(--ipl-accent);transition:transform .25s;flex-shrink:0}.ipl-faq-arrow.open{transform:rotate(90deg)}.ipl-faq-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.ipl-faq-body.open{max-height:400px}.ipl-faq-body-inner{padding:0 20px 16px;font-size:13px;line-height:1.7;color:var(--ipl-text)}.ipl-sticky-bar{--ipl-accent: #9F1239;--ipl-accent-hover: #7f0f2e;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 16px;box-shadow:0 -4px 20px #0000001f;z-index:100;transform:translateY(100%);transition:transform .3s ease}.ipl-sticky-bar.ipl-visible{transform:translateY(0)}@media(min-width:768px){.ipl-sticky-bar{display:none}}.ipl-footer{background:#1a0a14;color:#ffffffb3}.ipl-footer-body{max-width:900px;margin:0 auto;padding:40px 24px 24px;display:flex;flex-direction:column;gap:24px;align-items:center;text-align:center}.ipl-footer-logo{font-size:26px;font-weight:800;color:#fff;letter-spacing:-.02em}.ipl-footer-tagline{font-size:13px;margin:4px 0 0}.ipl-footer-trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.ipl-footer-ti{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#fffc}.ipl-footer-bottom{font-size:12px;color:#fff6;padding-top:8px;border-top:1px solid rgba(255,255,255,.1);width:100%}.ipl-wkprog-section{background:var(--ipl-section-rose);padding:24px 20px}.ipl-wkprog-kicker{text-align:center;font-family:Inter,sans-serif;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ipl-accent);margin-bottom:8px}.ipl-wkprog-tabs-outer{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:20px}.ipl-wkprog-tabs-outer::-webkit-scrollbar{display:none}.ipl-wkprog-tabs{display:inline-flex;flex-wrap:nowrap;gap:3px;background:#00000014;border-radius:999px;padding:4px;min-width:max-content}.ipl-wkprog-tab{display:flex;align-items:center;gap:5px;padding:7px 16px;border-radius:999px;border:none;background:transparent;color:#555;font-family:Inter,sans-serif;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s,color .15s}.ipl-wkprog-tab:hover{background:#0000000f}.ipl-wkprog-tab--active{background:#111;color:#fff}.ipl-wkprog-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:700px;margin:0 auto 16px}.ipl-wkprog-item{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000014}.ipl-wkprog-item img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}.ipl-wkprog-chip{position:absolute;bottom:10px;left:50%;transform:translate(-50%);font-family:Inter,sans-serif;font-size:11px;font-weight:800;letter-spacing:.05em;padding:4px 14px;border-radius:999px;white-space:nowrap;text-transform:uppercase;color:#fff}.ipl-wkprog-chip--before{background:#00000080}.ipl-wkprog-chip--after{background:var(--ipl-accent)}.ipl-vstrip-section{background:#fff;padding:22px 20px}.ipl-vstrip-header{text-align:center;margin-bottom:16px}.ipl-vstrip-kicker{display:inline-block;font-family:Inter,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ipl-accent);background:#9f123912;border:1px solid rgba(159,18,57,.18);padding:4px 12px;border-radius:999px;margin-bottom:10px}.ipl-vstrip-title{font-family:Inter,sans-serif;font-size:1.18rem;font-weight:800;color:#111;margin:0 0 5px;line-height:1.25}.ipl-vstrip-sub{font-size:.88rem;font-weight:600;color:#2e2a3980;margin:0}.ipl-vstrip-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.ipl-vstrip-item{display:flex;flex-direction:column;gap:7px;min-width:0}.ipl-vstrip-media{aspect-ratio:9 / 16;border-radius:18px;overflow:hidden;background:#9f12390d;position:relative}.ipl-vstrip-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f9a8d426,#9f12390f)}.ipl-vstrip-ph-ico{font-size:2rem;opacity:.4}.ipl-vstrip-benefit{text-align:center;font-family:Inter,sans-serif;font-size:.68rem;font-weight:700;color:var(--ipl-accent);letter-spacing:.01em;line-height:1.35;padding:0 4px}.ipl-extra-benefits{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(min-width:768px){.ipl-extra-benefits{grid-template-columns:repeat(3,1fr);gap:28px}}.ipl-extra-benefit-item{background:#fff;border-radius:16px;padding:20px;text-align:center;box-shadow:0 2px 12px #9f123912;display:flex;flex-direction:column;align-items:center;gap:8px}.ipl-extra-benefit-icon{font-size:32px;line-height:1}.ipl-extra-benefit-title{font-size:13px;font-weight:700;color:#1a0a14;margin:0}.ipl-extra-benefit-desc{font-size:12px;color:var(--ipl-gray-dark);margin:0;line-height:1.5}.ipl-timeline-section{background:linear-gradient(135deg,#1a0a14,#4a1128);padding:64px 0}.ipl-title-light{color:#fff!important}.ipl-sub-light{color:#ffffffb8!important}.ipl-timeline{display:flex;flex-direction:column;gap:20px;margin-top:36px}@media(min-width:768px){.ipl-timeline{flex-direction:row;gap:24px;align-items:stretch}}.ipl-timeline-card{flex:1;background:#ffffff12;border:1px solid rgba(249,168,212,.2);border-radius:20px;padding:28px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;position:relative}.ipl-timeline-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:20px 20px 0 0;background:linear-gradient(90deg,#f9a8d4,#9f1239)}.ipl-timeline-icon{font-size:36px;line-height:1;margin-bottom:4px}.ipl-timeline-stage{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#f9a8d4}.ipl-timeline-pct{font-size:28px;font-weight:800;color:#fff;letter-spacing:-.02em}.ipl-timeline-title{font-size:14px;font-weight:700;color:#fff;margin:0}.ipl-timeline-desc{font-size:13px;color:#ffffffb3;margin:0;line-height:1.55}html,body{height:100%;overflow-x:hidden!important;width:100%;max-width:100%;position:relative}.homeHeroBanner{position:relative;border-radius:22px;overflow:hidden;padding:26px;min-height:420px;display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch;background-image:linear-gradient(120deg,#1b4d3e59,#5eead433),var(--hero-bg);background-size:cover;background-position:center;border:1px solid rgba(27,77,62,.18);box-shadow:0 24px 70px #0a14281f}.homeHeroShade{position:absolute;inset:0;background:radial-gradient(circle at 25% 30%,#ffffff1f,#00000059);pointer-events:none}.homeHeroCard{position:relative;z-index:1;background:#fffffff0;border:1px solid rgba(255,255,255,.55);border-radius:22px;padding:26px;max-width:560px;box-shadow:0 24px 70px #0a14282e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.homeHeroBadge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#1b4d3e1a;border:1px solid rgba(27,77,62,.2);color:#0b1220d9;font-weight:1000;font-size:13px}.homeHeroTitle{margin:14px 0 10px;font-size:clamp(2.1rem,3.4vw,3.1rem);line-height:1.06;letter-spacing:-.04em;font-weight:1000}.homeHeroText{margin:0;color:#0b1220b8;line-height:1.75;max-width:54ch;font-weight:650}.homeHeroButtons{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}.homeHeroBtnPrimary{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:14px;background:var(--primary);color:#fff;font-weight:1000;letter-spacing:.02em;box-shadow:0 18px 42px #1b4d3e47;border:1px solid rgba(255,255,255,.18);text-decoration:none}.homeHeroBtnPrimary:hover{transform:translateY(-1px);color:#fff!important;opacity:.95}.homeHeroBtnGhost{display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:14px;background:#ffffffd1;border:1px solid rgba(27,77,62,.16);color:#0b1220d1;font-weight:900;text-decoration:none}.homeHeroBtnGhost:hover{transform:translateY(-1px)}.homeHeroChips{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}.homeHeroChip{padding:8px 12px;border-radius:999px;background:#d5f5f0f2;border:1px solid rgba(27,77,62,.16);color:#0b1220c7;font-weight:950}.homeHeroPreview{position:relative;z-index:1;border-radius:22px;background:#ffffffeb;border:1px solid rgba(255,255,255,.52);box-shadow:0 24px 70px #0a14282e;padding:16px}.homeHeroPreviewTop{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:12px}.homeHeroPreviewTitle{font-weight:1000;color:#0b1220e0}.homeHeroPreviewSub{font-weight:750;color:#0b12208c}.homeHeroPreviewMedia{position:relative;border-radius:18px;overflow:hidden;border:1px solid rgba(27,77,62,.14);background:#eaf1ffbf;width:100%;aspect-ratio:1 / 1;max-height:500px;display:flex;align-items:center;justify-content:center}.homeHeroPreviewMedia img{width:100%;height:100%;object-fit:cover;display:block}.homeHeroPreviewEmpty{height:280px;display:flex;align-items:center;justify-content:center;font-weight:900;color:#0b122099}.homeHeroPreviewCount{position:absolute;right:14px;bottom:14px;background:#0b12208c;color:#fff;padding:6px 10px;border-radius:999px;font-weight:950;font-size:12px}.homeHeroDots{display:flex;gap:8px;margin-top:12px;justify-content:flex-start;opacity:.85}.homeHeroDots .dot{width:10px;height:6px;border-radius:999px;background:#1b4d3e2e}.homeHeroDots .dot.on{width:20px;background:var(--primary)}@media(max-width:980px){.homeHeroBanner{grid-template-columns:1fr;min-height:auto;padding:18px}.homeHeroPreviewMedia img,.homeHeroPreviewEmpty{height:220px}}:root{--primary: #C8928B;--primary-hover: #B67D76;--primary-ink: #8A6A63;--secondary: #DDB7B1;--secondary-soft: #F6F0EE;--bg: #FAF7F5;--bg2: #F6F0EE;--card: #FFFFFF;--glass: rgba(255, 255, 255, .78);--text: #4A3A37;--muted: #8A6A63;--border: #DDB7B1;--border2: #C8928B;--ring: rgba(200, 146, 139, .24);--shadow-sm: 0 10px 26px rgba(74, 58, 55, .08);--shadow: 0 18px 54px rgba(74, 58, 55, .12);--r: 18px;--container: 1180px;--t: .18s;--ease: cubic-bezier(.2, .8, .2, 1)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:var(--text);line-height:1.55;background:radial-gradient(980px 520px at 15% 0%,rgba(221,183,177,.18),transparent 55%),radial-gradient(980px 520px at 90% 10%,rgba(200,146,139,.08),transparent 60%),linear-gradient(180deg,var(--bg) 0%,#FDFAF9 52%,var(--bg2) 100%)}h1,h2,h3,h4,h5,h6,.logo{font-family:Cormorant Garamond,Georgia,serif}#root{min-height:100%}a{color:inherit;text-decoration:none}a:hover{color:var(--primary)}img{max-width:100%;display:block}html,body{overflow-x:hidden!important;width:100%}::selection{background:#5eead440}.container{width:min(var(--container),calc(100% - 2rem));margin:0 auto}.section{padding:0rem 0}.muted{color:var(--muted)}.card{border:1px solid var(--border);background:linear-gradient(180deg,#ffffffe6,#fffffffa);border-radius:var(--r);box-shadow:var(--shadow);padding:1.1rem}.shadow-hover{transition:box-shadow .3s ease}.shadow-hover:hover{box-shadow:0 15px 40px #0000001a!important}.btn,button,.button{border-radius:14px;transition:transform var(--t) var(--ease),box-shadow var(--t) var(--ease),background var(--t) var(--ease),border-color var(--t) var(--ease),filter var(--t) var(--ease),opacity var(--t) var(--ease)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.62rem .92rem;border:1px solid rgba(27,77,62,.22);background:#ffffffe0;color:var(--text);cursor:pointer;font-weight:900}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn:active{transform:translateY(0) scale(.99)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-primary{background:linear-gradient(180deg,var(--primary) 0%,rgba(27,77,62,.92) 100%);border-color:#1b4d3e59;color:#fff;box-shadow:0 18px 44px #1b4d3e38}.btn-primary:hover{background:linear-gradient(180deg,var(--primary-hover) 0%,rgba(21,61,49,.92) 100%)}.btn-ghost{background:transparent;border-color:transparent;box-shadow:none}.btn-ghost:hover{background:#1b4d3e14;border-color:#1b4d3e29}input,textarea,select{width:100%;background:#fffffff5;color:var(--text);border:1px solid var(--border);border-radius:14px;padding:.72rem .86rem;transition:box-shadow var(--t) var(--ease),border-color var(--t) var(--ease)}input:focus,textarea:focus,select:focus{outline:none;border-color:#1b4d3e59;box-shadow:0 0 0 4px var(--ring)}header{background:#f3f7ffc7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);box-shadow:0 10px 26px #0a142814}.marquee-bar{background:#000!important;color:#fff!important}.marquee-bar *{color:#fff!important}.pd-page{background:#fff;overflow-x:hidden}.pd-container{margin-top:0}.pd-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;align-items:flex-start}@media(max-width:990px){.pd-grid{grid-template-columns:1fr;gap:30px}}.pd-media-sticky{padding:0;border:none}@media(min-width:991px){.pd-media-sticky{position:sticky;top:20px;z-index:90}}.pd-mediaMain{position:relative;width:100%;max-width:100%;aspect-ratio:1 / 1;min-height:360px;overflow:hidden;background:#f1f5f9;border-radius:0;cursor:grab;touch-action:pan-y;display:block;isolation:isolate}@media(max-width:980px){.pd-mediaMain{aspect-ratio:16 / 9;min-height:240px;width:100vw!important}}.pd-discount-badge{position:absolute;top:14px;left:14px;background:#dc2626;color:#fff;padding:8px 14px;font-weight:950;font-size:.95rem;border-radius:10px;z-index:30;box-shadow:0 10px 25px #dc26264d}.pd-empty{position:absolute;inset:0;display:grid;place-items:center;color:#94a3b8;font-weight:900}.pd-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;background:#fffffff2;border:1px solid rgba(0,0,0,.1);display:grid;place-items:center;font-size:24px;cursor:pointer;z-index:20;box-shadow:0 4px 12px #00000026;color:#1e293b}.pd-arrow-left{left:10px}.pd-arrow-right{right:10px}.pd-dots-container{position:absolute;bottom:16px;left:0;right:0;display:flex;justify-content:center;gap:8px;z-index:10}.pd-dot{width:10px;height:10px;border-radius:999px;background:#00000038;border:1px solid rgba(255,255,255,.55);cursor:pointer}.pd-dot.active{background:var(--primary);border-color:var(--primary);transform:scale(1.2)}.pd-thumbs-desktop{padding:12px 6px;background:#fff;border-top:1px solid #f1f5f9;display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch}.pd-thumb{min-width:64px;height:64px}@media(min-width:991px){.pd-thumb{min-width:72px;height:72px}}.pd-thumb.is-active{border-color:var(--primary);box-shadow:0 0 0 2px #1b4d3e33}.pd-thumb img{width:100%;height:100%;object-fit:cover}.hero-proof{display:flex;align-items:center;gap:10px;margin-bottom:8px}.hero-pill-hot{background:#fff1f2;color:#e11d48;font-weight:800;font-size:.75rem;padding:4px 10px;border-radius:6px;text-transform:uppercase;border:1px solid #FECDD3;display:inline-flex;align-items:center}.pulse-animation{animation:breathe 2s infinite}.hero-title{font-size:clamp(2rem,3vw,3rem);line-height:1.06;margin:10px 0 8px;letter-spacing:-.03em}.hero-ratingRow{display:flex;align-items:center;gap:10px;margin:6px 0 10px}.hero-stars{display:flex;align-items:center;gap:4px}.hero-star{font-size:16px;opacity:.25}.hero-star.on{opacity:1;color:#f5b301}.hero-ratingText{font-weight:1000;margin-left:6px;color:#0b1220c7}.hero-reviews{color:#0b1220a6;font-weight:800}.hero-reviews-link{text-decoration:underline;cursor:pointer}.gift-banner{background:#ecfdf5;color:#047857;border:1px solid #10b981;padding:8px 12px;border-radius:8px;display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:900;margin-bottom:15px}.gift-banner-ico{font-weight:900}.price-block-container{background:#f8fafc;padding:25px;border-radius:20px;margin:25px 0;border:1px solid #e2e8f0;box-shadow:0 5px 15px #00000008}.main-price-row{display:flex;align-items:center;gap:10px;margin-bottom:15px}.hero-price{font-size:2.4rem;font-weight:900;color:#111827;letter-spacing:-.5px;line-height:1}.hero-compare{font-size:1.3rem;color:#9ca3af;text-decoration:line-through;margin-left:5px}.hero-pill-off{background:#111;color:#fff;font-size:.8rem;font-weight:700;padding:5px 10px;border-radius:6px;margin-left:10px}.transfer-card{background:#ecfdf5;border:2px dashed #10b981;border-radius:12px;padding:15px;display:flex;align-items:center;gap:15px}.transfer-icon{font-size:1.8rem}.transfer-label{font-size:.9rem;color:#065f46;font-weight:700;margin-bottom:4px}.transfer-amount{font-size:1.35rem;color:#059669;font-weight:900;display:flex;flex-direction:column;line-height:1}.transfer-tag{font-size:.75rem;background:#059669;color:#fff;padding:4px 10px;border-radius:20px;margin-top:6px;width:fit-content;font-weight:800;letter-spacing:.5px}.pd-trust-icons{display:flex;gap:14px;flex-wrap:wrap}.trust-icon-item{display:flex;align-items:center;gap:8px;font-weight:800;color:#0b1220bf}.pd-divider--mt{margin-top:1.5rem}.scarcity-text{color:#dc2626;font-weight:800;font-size:.95rem;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;letter-spacing:.5px;animation:textFade 2s ease-in-out infinite;background:#fef2f2;padding:10px;border-radius:8px;border:1px solid #fee2e2}.scarcity-text--spaced{margin:20px 0 10px}@keyframes textFade{0%,to{opacity:1}50%{opacity:.7}}.pd-ctaBlock{margin-top:10px}.pd-addToCartWrap{text-align:center;margin-top:15px}@keyframes pulseIntense{0%{box-shadow:0 0 #1b4d3eb3;transform:scale(1)}70%{box-shadow:0 0 0 15px #1b4d3e00;transform:scale(1.02)}to{box-shadow:0 0 #1b4d3e00;transform:scale(1)}}.btn-breathing-intense{animation:pulseIntense 2s infinite}.btn-breathing{animation:breathe 3s ease-in-out infinite}@keyframes breathe{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.pd-ctaSecondary{width:100%;background:var(--primary);color:#fff;border:none;padding:18px;border-radius:16px;font-weight:900;font-size:1.2rem;cursor:pointer;letter-spacing:.5px;transition:all .3s;box-shadow:0 10px 30px #1b4d3e4d}.pd-ctaSecondary:hover{background:#153d31;box-shadow:0 15px 40px #1b4d3e66;transform:translateY(-2px)}.pd-ctaPrimary-outline{background:none;border:2px solid #e2e8f0;padding:12px 25px;border-radius:30px;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s;font-size:.9rem}.pd-ctaPrimary-outline:hover{border-color:var(--primary);color:var(--primary)}.accordion-wrapper{margin-top:16px}.accordion-item{border-bottom:1px solid #e2e8f0}.accordion-header{width:100%;display:flex;justify-content:space-between;padding:12px 0;background:none;border:none;font-weight:700;color:#1e293b;cursor:pointer;font-size:.88rem;align-items:center}.accordion-content{max-height:0;overflow:hidden;transition:max-height .25s ease;padding-bottom:0;color:#475569;font-size:.82rem;line-height:1.6}.accordion-content.open{max-height:420px;padding-bottom:25px}.pd-shipNote{margin-top:.6rem;font-size:.95rem}.pd-specs-list{padding-left:20px;margin-top:15px;color:#555;display:flex;flex-direction:column;gap:8px}.pd-ship-list{padding-left:20px;margin-top:15px;color:#555;display:flex;flex-direction:column;gap:10px}.pd-sections{margin-top:4rem;display:flex;flex-direction:column;gap:5rem;padding-bottom:100px}@media(max-width:600px){.hero-title{font-size:1.8rem;line-height:1.2;word-wrap:break-word}.main-price-row{flex-wrap:wrap;gap:10px}.hero-price{font-size:2.2rem}.pd-bundleBody{flex-direction:column;align-items:flex-start}.pd-bundleRight{text-align:left;margin-top:8px;font-size:1.2rem}}@media(max-width:480px){.transfer-card{flex-direction:column;align-items:flex-start;gap:10px;padding:15px;width:100%}.transfer-amount{font-size:1.3rem;flex-wrap:wrap}}.pd-errorCard{padding:1.1rem}.pd-errorText{margin-top:.75rem}.pd-errorActions{margin-top:.9rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-section{animation:fadeInUp .6s ease-out forwards}.landing-container{max-width:1100px;margin:0 auto;padding:0 20px}.landing-section{padding:60px 0}.landing-center-title{text-align:center;font-size:2rem;font-weight:900;margin:0 0 22px}.landing-title{font-size:2rem;font-weight:900;margin:0 0 10px}.landing-p{color:#64748b;line-height:1.7}.badge-pill{background:#e0f2fe;color:#0284c7;padding:6px 14px;border-radius:30px;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;display:inline-block;margin-bottom:15px}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}@media(max-width:900px){.split-layout{grid-template-columns:1fr}}.breakthrough-section{padding:60px 0}.landing-center-subtitle--breakthrough{text-align:center;margin-bottom:40px;color:#64748b}.breakthrough-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media(max-width:990px){.breakthrough-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.breakthrough-grid{grid-template-columns:1fr}}.breakthrough-card{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:30px 25px;box-shadow:0 10px 30px #00000008;display:flex;flex-direction:column;gap:15px;transition:all .3s}.breakthrough-icon{font-size:2.5rem;background:#f0faf7;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:16px}.breakthrough-title{font-size:1.2rem;font-weight:800;color:#0f172a;margin:0}.breakthrough-desc{font-size:.95rem;color:#64748b;line-height:1.6;margin:0}.hover-lift{transition:all .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a!important}.whats-included-section{background:#f8fafc;border-radius:24px}.included-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;margin-top:30px}.included-item{background:#fff;padding:25px 15px;border-radius:20px;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #e2e8f0;box-shadow:0 5px 15px #00000008}.included-icon{font-size:2.5rem;margin-bottom:12px}.included-name{font-size:.95rem;font-weight:700;color:#334155}.spin-on-hover{transition:transform .5s ease}.included-item:hover .spin-on-hover{transform:rotateY(360deg)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:30px}@media(max-width:768px){.stats-grid{grid-template-columns:1fr;gap:20px}}.stat-card{text-align:center;padding:22px 18px;background:#fff;border-radius:22px;border:1px solid #f1f5f9;box-shadow:0 10px 26px #0208170f;transition:transform .18s ease,box-shadow .18s ease}@media(hover:hover){.stat-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px #0208171a}}.stat-circle{width:118px;height:118px;margin:0 auto 14px;display:grid;place-items:center}.circular-chart{width:100%;height:100%;display:block;margin:0 auto;overflow:visible}.circle-bg{fill:none;stroke:#e5e7eb;stroke-width:2.2}.circle{fill:none;stroke-width:3.2;stroke-linecap:round;animation:progress 1s ease-out forwards;stroke:var(--primary)}.percentage{fill:var(--primary);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-weight:900;text-anchor:middle;dominant-baseline:middle;font-size:.42em;letter-spacing:.6px}.stat-text{font-size:1rem;color:#334155;font-weight:800;line-height:1.35}@media(max-width:480px){.stat-circle{width:110px;height:110px}.percentage{font-size:.4em;letter-spacing:.4px}}.ba-slider-container{position:relative;width:100%;max-width:650px;margin:0 auto;overflow:hidden;border-radius:20px;cursor:ew-resize;-webkit-user-select:none;user-select:none;background:#f1f5f9}.ba-img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.ba-img--before{filter:grayscale(30%) contrast(1.1)}.ba-overlay{position:absolute;top:0;left:0;height:100%;overflow:hidden;border-right:3px solid #fff}.ba-overlay .ba-img{width:auto;height:100%;max-width:none}.ba-handle{position:absolute;top:0;bottom:0;width:44px;margin-left:-22px;display:flex;align-items:center;justify-content:center;z-index:10;pointer-events:none}.ba-line{position:absolute;top:0;bottom:0;width:3px;background:#fff;left:50%;transform:translate(-50%);box-shadow:0 0 8px #0000004d}.ba-circle{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--primary);box-shadow:0 5px 15px #0003;position:relative;z-index:2}.ba-label{position:absolute;top:20px;background:#000000bf;color:#fff;padding:8px 14px;border-radius:8px;font-size:.9rem;font-weight:700;pointer-events:none;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ba-before{left:20px}.ba-after{right:20px}.comp-table{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 5px 20px #0000000d;margin-top:25px}.comp-header{display:flex;background:#f8fafc;padding:20px 25px;border-bottom:2px solid #e2e8f0;align-items:center}.comp-col-empty{flex:1.5}.comp-col-us{flex:1;text-align:center;font-weight:900;font-size:1.2rem;color:var(--primary)}.comp-col-others{flex:1;text-align:center;font-weight:700;font-size:1rem;color:#94a3b8}.comp-row{display:flex;padding:18px 25px;border-bottom:1px solid #f1f5f9;align-items:center}.comp-row:last-child{border-bottom:none}.comp-feature-name{flex:1.5;font-weight:600;color:#334155;font-size:1rem}.comp-check-us{flex:1;text-align:center;color:#10b981;font-weight:900;font-size:1.4rem}.comp-check-others{flex:1;text-align:center;color:#ef4444;font-weight:900;font-size:1.4rem}.comp-check-others--muted{opacity:.3}.authority-bg{background:#f0faf7;border-left:6px solid var(--primary);border-radius:24px;padding:50px;box-shadow:0 15px 40px #0000000d}.authority-flex{display:flex;gap:40px;align-items:center}.authority-img-fixed{width:140px;height:140px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 10px 25px #0000001a;display:block}.authority-stars{color:#fbbf24;font-size:1.4rem;letter-spacing:3px;margin-bottom:20px}.authority-quote{margin-bottom:.5rem;font-style:italic}.authority-sign strong{display:block;color:#0f172a;font-size:1.2rem;font-weight:900}.authority-sign span{font-size:1rem;color:#64748b;font-weight:600}@media(max-width:768px){.authority-bg{padding:30px}.authority-flex{flex-direction:column;text-align:center;gap:25px}}.ps-split-media{display:flex;flex-direction:column;gap:20px;justify-content:center}.gift-card{background:linear-gradient(135deg,#10b981,#059669);padding:25px;border-radius:20px;color:#fff;box-shadow:0 10px 30px #10b98140;text-align:center}.gift-card-title{margin:0 0 10px;font-size:1.4rem;font-weight:800}.gift-card-text{margin:0;font-size:1rem;opacity:.95}.faq-container{display:flex;flex-direction:column;gap:12px}.faq-item{width:100%;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 10px #00000008}.faq-question{width:100%;text-align:left;padding:20px 25px;background:#fff;border:none;font-weight:800;color:#1e293b;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.05rem}.faq-question.active{background:#f8fafc;color:var(--primary)}.faq-answer{padding:0 25px;overflow:hidden;background:#fff;color:#475569;line-height:1.7;max-height:0;transition:max-height .3s ease}.faq-answer.open{max-height:300px;padding-bottom:25px}.faq-answer-text{padding-top:15px;margin:0}.reviews-section{background:#f8fafc;padding:80px 0}.reviews-header-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px;border-bottom:1px solid #e2e8f0;padding-bottom:40px}.rh-score-row{display:flex;align-items:center;gap:15px}.rh-big-score{font-size:4rem;font-weight:800;color:#1e293b;line-height:1}.rh-stars-col{display:flex;flex-direction:column}.rh-stars{color:#fbbf24;font-size:1.5rem;letter-spacing:2px}.rh-count{color:#64748b;font-size:.9rem}.rh-bar-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.rh-star-label{font-size:.85rem;color:#64748b;width:30px}.rh-bar-bg{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.rh-bar-fill{height:100%;background:#fbbf24;border-radius:4px;width:0}.rh-bar-fill.w85{width:85%}.rh-bar-fill.w10{width:10%}.rh-bar-fill.w3{width:3%}.rh-bar-fill.w1{width:1%}.rh-pct{font-size:.85rem;color:#64748b;width:35px;text-align:right}.reviews-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.review-card-real{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:25px;display:flex;flex-direction:column;height:100%;box-shadow:0 2px 10px #00000005}.rc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.rc-stars{color:#fbbf24;font-size:1.1rem}.rc-date{font-size:.8rem;color:#94a3b8}.rc-title{font-weight:800;font-size:1.05rem;margin:0 0 10px;color:#0f172a}.rc-text{font-size:.95rem;color:#475569;line-height:1.6;margin-bottom:15px;flex:1}.rc-img-container{margin-bottom:15px;border-radius:8px;overflow:hidden;height:150px;width:100%;background:#f1f5f9}.rc-img-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.rc-img-container:hover img{transform:scale(1.05)}.rc-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:15px;margin-top:auto}.rc-author-block{display:flex;align-items:center;gap:10px}.rc-avatar{width:35px;height:35px;background:#e2e8f0;color:#64748b;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.rc-author-info{display:flex;flex-direction:column}.rc-name{font-weight:700;font-size:.9rem;color:#1e293b}.rc-location{font-size:.75rem;color:#94a3b8}.rc-verified-badge{font-size:.75rem;color:#10b981;font-weight:700;display:flex;align-items:center;gap:4px}.rc-check{font-weight:900}.reviews-toggle-wrap{text-align:center;margin-top:40px}.btn-load-more{background:#fff;border:1px solid #cbd5e1;padding:12px 30px;border-radius:30px;font-weight:700;color:#475569;cursor:pointer;transition:all .2s}.btn-load-more:hover{border-color:var(--primary);color:var(--primary)}@media(max-width:990px){.reviews-list-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.reviews-header-grid{grid-template-columns:1fr;gap:20px;text-align:center}.tm-main-title--left{text-align:center}.rh-left{display:flex;flex-direction:column;align-items:center}.reviews-list-grid{grid-template-columns:1fr}}.full-width-bg{background:radial-gradient(circle at 70% 30%,#1b4d3e,#0f2d24);width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:90px 0;color:#fff;overflow:hidden}.full-width-bg:before{content:"";position:absolute;top:-20%;left:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;filter:blur(120px);animation:floatBubble1 15s infinite alternate ease-in-out;z-index:0;pointer-events:none}.full-width-bg:after{content:"";position:absolute;bottom:-20%;right:-10%;width:500px;height:500px;background:#1b4d3e4d;border-radius:50%;filter:blur(100px);animation:floatBubble2 18s infinite alternate-reverse ease-in-out;z-index:0;pointer-events:none}.landing-container.text-center{position:relative;z-index:2;text-align:center}@keyframes floatBubble1{0%{transform:translate(0) scale(1)}to{transform:translate(50px,50px) scale(1.1)}}@keyframes floatBubble2{0%{transform:translate(0) scale(1)}to{transform:translate(-60px,-40px) scale(1.05)}}.video-title-pro{text-align:center;font-size:2.8rem;font-weight:900;margin-bottom:15px;letter-spacing:-1px;color:#fff;text-shadow:0 4px 10px rgba(0,0,0,.2)}.video-subtitle-pro{text-align:center;font-size:1.25rem;color:#fffffff2;margin-bottom:50px;font-weight:500;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.video-placeholder-container{border-radius:24px;overflow:hidden;box-shadow:0 35px 70px #0009,0 0 0 1px #ffffff26;max-width:980px;margin:0 auto;aspect-ratio:16/9;background:#000;position:relative;transform:translateZ(0)}.landing-video-real{width:100%;height:100%;object-fit:contain!important;background:#000;display:block}.landing-video-cover{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.full-width-bg{padding:60px 0}.full-width-bg:before,.full-width-bg:after{width:300px;height:300px;filter:blur(60px)}.video-title-pro{font-size:2rem}.video-subtitle-pro{font-size:1.1rem;padding:0 20px;margin-bottom:35px}.video-placeholder-container{border-radius:16px;box-shadow:0 20px 40px #00000080}}.sticky-mobile-bar-pro{position:fixed;bottom:20px;left:15px;right:15px;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:12px 20px;z-index:9999;display:flex;align-items:center;justify-content:space-between;border-radius:60px;box-shadow:0 15px 40px #00000026;border:1px solid #e2e8f0;gap:15px}@media(min-width:991px){.sticky-mobile-bar-pro{display:none}}.sticky-pro-left{display:flex;flex-direction:column;gap:2px}.sticky-pro-label{font-size:.7rem;color:#64748b;font-weight:600;text-transform:uppercase}.sticky-pro-price-row{display:flex;align-items:center;gap:6px}.sticky-pro-btn{background:var(--primary);color:#fff;border:none;padding:14px 28px;border-radius:40px;font-weight:800;font-size:1rem;cursor:pointer;box-shadow:0 8px 25px #1b4d3e59;transition:all .2s;white-space:nowrap}.sticky-pro-btn:active{transform:scale(.95)}.sticky-timer-red{font-weight:800;color:#dc2626}.countdown-timer{font-variant-numeric:tabular-nums}.pd-toast-wrapper{position:fixed;right:18px;bottom:18px;z-index:9999}.pd-toast-content{background:#ffffffeb;border:1px solid rgba(27,77,62,.2);box-shadow:0 22px 60px #0a14282e;border-radius:14px;padding:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pd-toast-main{display:flex;align-items:center;gap:10px}.pd-toast-img{width:52px;height:52px;border-radius:12px;object-fit:cover;border:1px solid rgba(27,77,62,.18)}.pd-toast-info{display:flex;flex-direction:column;gap:2px}.pd-toast-status{font-weight:1000;color:#10b981}.pd-toast-name{font-weight:900;color:#0b1220e0;max-width:220px}.pd-toast-close{margin-left:auto;border:none;background:transparent;cursor:pointer;font-weight:1000;color:#0b122099}.pd-toast-actions{display:flex;gap:10px;margin-top:10px}.pd-toast-btn-secondary,.pd-toast-btn-primary{padding:10px 12px;border-radius:12px;font-weight:900;cursor:pointer}.pd-toast-btn-secondary{background:#ffffffeb;border:1px solid rgba(27,77,62,.2)}.pd-toast-btn-primary{background:var(--primary);border:1px solid rgba(255,255,255,.18);color:#fff}.auth-container{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:20px;background-color:#f4f6f8}h2{color:var(--primary);font-weight:800;letter-spacing:-.5px}input[type=email],input[type=password],input[type=text]{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:12px;font-size:16px;transition:all .3s ease;background-color:#fafafa;box-sizing:border-box}input:focus{outline:none;border-color:var(--primary);background-color:#fff;box-shadow:0 0 0 4px #1b4d3e1a}button[type=submit]{transition:background-color .3s,transform .1s}button[type=submit]:hover{background-color:var(--primary-hover)!important;transform:translateY(-1px)}button[type=submit]:active{transform:translateY(1px)}button:disabled{background-color:#ccc!important;cursor:not-allowed;transform:none!important}a:hover{text-decoration:underline}.pd-bundles-pro{display:flex;flex-direction:column;gap:14px;margin-top:18px}.pd-bundleCard{position:relative;display:flex;gap:12px;align-items:flex-start;width:100%;padding:16px;border-radius:18px;border:2px solid #e2e8f0;background:#fff;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease;box-shadow:0 6px 18px #0000000a}.pd-bundleCard input[type=radio]{position:absolute;opacity:0;pointer-events:none}.pd-radio{width:22px;height:22px;border-radius:999px;border:2px solid #cbd5e1;background:#fff;box-shadow:inset 0 0 0 5px #fff;flex-shrink:0;margin-top:2px;transition:all .15s ease}.pd-bundleContent{flex:1;min-width:0}.pd-bundleTop{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.pd-bundleTitle{font-weight:900;color:#0f172a;line-height:1.2;font-size:1.05rem;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pd-tag{font-size:.72rem;font-weight:900;padding:5px 10px;border-radius:999px;background:#e2e8f0;color:#475569;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.pd-tag.hot{background:#fef08a;color:#854d0e}.pd-bundlePrice{text-align:right;font-weight:1000;color:#0f172a;font-size:1.15rem;line-height:1.1;white-space:nowrap}.pd-bundleCompare{margin-top:6px;font-size:.9rem;font-weight:900;color:#94a3b8;text-decoration:line-through}.pd-bundleSub{margin-top:10px;color:#475569;font-weight:750;line-height:1.45}.pd-bundleBottom{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.pd-miniBenefit{font-size:.78rem;font-weight:900;padding:6px 10px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#334155}.pd-bundleCard.is-selected{border-color:#1b4d3e;background:#eff6ff;box-shadow:0 12px 28px #1b4d3e2e;transform:translateY(-1px)}.pd-bundleCard.is-selected .pd-radio{border-color:#1b4d3e;box-shadow:inset 0 0 0 6px #fff,0 0 0 4px #1b4d3e2e;background:#1b4d3e}@media(hover:hover){.pd-bundleCard:hover{transform:translateY(-2px);box-shadow:0 16px 34px #00000014}}@media(max-width:420px){.pd-bundleTop{flex-direction:column;align-items:flex-start}.pd-bundlePrice{text-align:left;white-space:normal}}.pd-bundleHint{margin-top:6px;font-size:.92rem;font-weight:750;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px}body.page-checkout,body.page-checkout #root{overflow-x:hidden;width:100%}body.page-checkout .checkout-grid>*{min-width:0}body.page-checkout .card,body.page-checkout label,body.page-checkout input,body.page-checkout textarea,body.page-checkout select,body.page-checkout img{max-width:100%}body.page-checkout .sticky-mobile-bar-pro{display:none!important}body.page-checkout main,body.page-checkout .section,body.page-checkout .container{overflow-x:clip}.sticky-pro-now{font-weight:1000;font-size:1.05rem;color:#0f172a;letter-spacing:-.2px}.sticky-pro-compare{font-weight:900;font-size:.85rem;color:#94a3b8;text-decoration:line-through}.sticky-pro-subrow{display:flex;flex-direction:column;gap:2px;margin-top:2px}.sticky-pro-save{font-size:.78rem;font-weight:900;color:#16a34a}.sticky-pro-transfer{font-size:.78rem;font-weight:800;color:#334155}.hero-mini-bullets{display:flex;flex-direction:column;gap:8px;margin:12px 0 6px;font-weight:850;color:#0b1220c7}.hero-mini-bullets div{background:#eaf1ffd9;border:1px solid rgba(27,77,62,.14);padding:10px 12px;border-radius:14px}.rh-bar-fill.w80{width:80%}.rh-bar-fill.w15{width:15%}.pd-mediaMain{width:100vw!important;max-width:100%;display:block;isolation:isolate}.pd-mainImg{left:0;right:0;margin:0 auto;transform:none!important;width:100%!important;height:auto!important;object-fit:cover}.miniReviewsWrap{display:flex;align-items:center;gap:12px;justify-content:center;margin-top:18px}.miniNavBtn{width:44px;height:44px;border-radius:999px;border:1px solid rgba(27,77,62,.18);background:#fffffff2;box-shadow:0 10px 26px #02081714;cursor:pointer;display:grid;place-items:center;font-size:26px;font-weight:900;color:#0b1220bf}.miniReviewCard{width:min(720px,100%);background:linear-gradient(180deg,#ffffffeb,#fffffffa);border:1px solid rgba(27,77,62,.16);border-radius:22px;box-shadow:0 18px 54px #0208171a;padding:18px}.miniReviewTop{display:flex;gap:14px;align-items:center}.miniReviewPhoto{width:64px;height:64px;border-radius:16px;overflow:hidden;border:1px solid rgba(27,77,62,.18);background:#f1f5f9;flex-shrink:0}.miniReviewPhoto img{width:100%;height:100%;object-fit:cover}.miniReviewMeta{display:flex;flex-direction:column;gap:2px;min-width:0}.miniReviewTitle{font-weight:1000;color:#0b1220eb;letter-spacing:-.2px}.miniReviewName{font-weight:800;color:#0b12209e;font-size:.92rem}.miniReviewStars{color:#fbbf24;letter-spacing:2px;font-size:1rem;margin-top:2px}.miniReviewText{margin-top:12px;color:#0b1220b3;font-weight:700;line-height:1.65}.miniReviewHint{margin-top:10px;font-size:.85rem;color:#0b12208c;font-weight:700}@media(max-width:520px){.miniNavBtn{display:none}.miniReviewCard{border-radius:18px}}.pd-story{margin-top:14px;display:flex;flex-direction:column;gap:22px}.pd-storyBlock{padding:0;margin:0}.pd-storyP{margin:0 0 12px;color:#0b1220b8;font-weight:700;line-height:1.75}.pd-storyMedia{width:100%;max-width:478px;aspect-ratio:1 / 1;background:#f1f5f9;border-radius:18px;overflow:hidden;border:1px solid rgba(27,77,62,.14)}.pd-storyMedia img{width:100%;height:100%;object-fit:cover}@media(min-width:900px){.pd-storyMedia{max-width:478px}}.pd-certStrip{display:flex;gap:18px;align-items:center;justify-content:space-between;border-radius:24px;border:1px solid rgba(27,77,62,.16);background:linear-gradient(120deg,#1b4d3e14,#5eead41a);box-shadow:0 18px 54px #02081714;padding:18px}.pd-certBadge{display:inline-flex;align-items:center;gap:8px;background:#10b9811f;border:1px solid rgba(16,185,129,.25);color:#047857;font-weight:1000;padding:6px 10px;border-radius:999px;width:fit-content}.pd-certTitle{margin-top:8px;font-weight:1000;font-size:1.1rem;color:#0b1220e6;letter-spacing:-.2px}.pd-certText{margin-top:6px;color:#0b1220a6;font-weight:750;line-height:1.55;max-width:56ch}.pd-certRight{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pd-certChip{background:#ffffffeb;border:1px solid rgba(27,77,62,.16);border-radius:999px;padding:8px 12px;font-weight:900;color:#0b1220b8}@media(max-width:840px){.pd-certStrip{flex-direction:column;align-items:flex-start}.pd-certRight{justify-content:flex-start}}.pd-stepsGrid{margin-top:14px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.pd-stepCard{background:#fffffff5;border:1px solid rgba(27,77,62,.14);border-radius:20px;padding:14px;box-shadow:0 10px 26px #0208170f;display:flex;gap:12px;align-items:flex-start}.pd-stepNum{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;font-weight:1000;background:#1b4d3e1a;border:1px solid rgba(27,77,62,.18);color:var(--primary);flex-shrink:0}.pd-stepTitle{font-weight:1000;color:#0b1220e6;letter-spacing:-.2px}.pd-stepDesc{margin-top:6px;color:#0b1220a6;font-weight:700;line-height:1.55}@media(max-width:720px){.pd-stepsGrid{grid-template-columns:1fr}}.pd-page,.pd-container,.pd-grid,.pd-media-sticky{max-width:100%}.marquee{width:100%;background:#1b4d3e;color:#fff;overflow:hidden;display:flex;align-items:center;height:42px;border-bottom:1px solid rgba(255,255,255,.15)}.marquee__track{display:flex;width:max-content;will-change:transform;animation:marquee 22s linear infinite}.marquee__item{display:inline-flex;align-items:center;gap:8px;padding:0 36px;white-space:nowrap;font-weight:900;font-size:16px;letter-spacing:.3px}.marquee__item--flash{color:#fff}.marquee__cd-time{font-variant-numeric:tabular-nums;font-weight:900;letter-spacing:1px;color:#ffffffd9;font-size:15px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:520px){.marquee{height:38px}.marquee__item{font-size:13px;padding:0 24px}}@media(prefers-reduced-motion:reduce){.marquee__track{animation:none}}.pd-band{width:100%;min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;padding:64px 0}.pd-band--light{background:#f7fbf9;color:var(--text)}.pd-band--blue{background:radial-gradient(circle at 70% 30%,#1b4d3e,#0f2d24);color:#fff}.pd-band--blue .landing-title,.pd-band--blue .landing-center-title,.pd-band--blue .landing-p{color:#fff}.pd-wave{position:absolute;left:0;width:100%;height:80px;overflow:hidden;pointer-events:none}.pd-wave--top{top:-1px;transform:rotate(180deg)}.pd-wave--bottom{bottom:-1px}.pd-wl{position:absolute;bottom:0;left:0;width:200%;height:100%}.pd-wl--1{animation:waveL 11s linear infinite}.pd-wl--2{animation:waveR 16s linear infinite}.pd-wl--3{animation:waveL 7s linear infinite}@keyframes waveL{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes waveR{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.pd-wl{animation:none}}@media(max-width:520px){.pd-band{padding:54px 0}.pd-wave{height:60px}}
