img{height:auto}:root{--primary: #ff6d99;--primary-light: #fff0f4;--primary-hover: #e8557f;--text: #333333;--muted: #666666;--bg: #f5f5f7;--bg-light: #fdfdfd;--white: #ffffff;--radius: 24px;--shadow: 0 2px 20px rgba(0,0,0,.06);--transition: .3s ease}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg-light);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{max-width:1240px;margin:0 auto 60px;padding:20px 20px 0}.hero-inner{display:flex;gap:32px;align-items:flex-start}.hero-gallery{flex:1;min-width:0;overflow:hidden}.hero-purchase{width:400px;flex-shrink:0;position:sticky;top:20px}.carousel{position:relative;background:#fafafa;overflow:hidden;border-radius:var(--radius)}.carousel-track{display:flex;transition:transform .3s ease}.carousel-track img{width:100%;height:auto;flex-shrink:0;display:block;object-fit:cover;aspect-ratio:16/9}.carousel-track>:is(div,picture,video,img){height:auto}.carousel-video-slide{width:100%;flex-shrink:0;position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}.carousel-video-slide video{width:100%;height:100%;object-fit:cover;display:block}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#00000040;border:none;font-size:16px;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.carousel-btn:hover{background:#00000073}.carousel-prev{left:12px}.carousel-next{right:12px}.carousel-dots{display:flex;justify-content:center;gap:8px;padding:12px 0}.carousel-dots span{width:8px;height:8px;border-radius:50%;background:#ddd;cursor:pointer;transition:background .2s}.carousel-dots span.active{background:var(--primary)}.carousel-thumbs{display:flex;gap:8px;padding:0 0 8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.carousel-thumbs img{width:64px;height:64px;object-fit:cover;border-radius:8px;border:2px solid transparent;cursor:pointer;flex-shrink:0;transition:border-color .2s;opacity:.6}.carousel-thumbs img.active{border-color:var(--primary);opacity:1}.purchase-box{background:var(--white)}.product-name{font-size:24px;font-weight:700;margin-bottom:4px}.product-tagline{font-size:15px;color:var(--muted);margin-bottom:16px}.product-price{font-size:32px;font-weight:700;color:var(--primary);margin-bottom:6px;display:flex;align-items:center;gap:10px}.product-badge{display:inline-block;background:#e8f5e9;color:#2e7d32;font-size:13px;font-weight:600;padding:6px 12px;border-radius:20px}.price-lock{font-size:15px;margin-bottom:4px;margin-top:8px}.price-lock s{color:#999}.purchase-btn{display:block;width:100%;padding:12px 32px;margin-top:20px;text-align:center;font-size:1rem;font-weight:700;text-decoration:none;background:var(--primary);color:var(--white);border:none;border-radius:100px;cursor:pointer;font-family:inherit;transition:background .2s;box-shadow:0 4px 15px #ff6d994d}.purchase-btn:hover{background:var(--primary-hover)}.purchase-note{text-align:center;font-size:12px;color:var(--muted);margin-top:8px}.quick-benefits{list-style:none;margin-top:16px;padding-bottom:8px;display:flex;flex-direction:column;gap:8px}.quick-benefits li{font-size:13px;display:flex;align-items:center;gap:8px}.quick-benefits li:before{content:"✓";color:var(--primary);font-weight:700}.section{padding:60px 0;position:relative;background-color:var(--bg-light)}.section-alt{background:var(--bg)}.section-light{background-color:var(--bg)}.section-title{font-size:2.2rem;text-align:center;margin-bottom:50px;color:var(--text);font-weight:700}.section-subtitle{font-size:1.15rem;color:var(--muted);text-align:center;max-width:650px;margin:-30px auto 32px;line-height:1.6}.video-wrap{position:relative;overflow:hidden;margin-bottom:16px}.video-wrap .feature-video{margin-bottom:0}.mute-btn{position:absolute;bottom:12px;right:12px;width:36px;height:36px;border-radius:50%;border:none;background:#ffffffb3;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background .2s;line-height:1;padding:0;pointer-events:auto}.mute-btn:hover{background:#ffffffe6}.mute-btn svg{width:18px;height:18px;stroke:#000}.mute-btn .icon-unmuted,.mute-btn.unmuted .icon-muted{display:none}.mute-btn.unmuted .icon-unmuted{display:block}.feature-video{width:100%;display:block;margin-bottom:16px}.feature-item{background:var(--white);border-radius:var(--radius);box-shadow:0 2px 12px #00000008;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;gap:0px;text-align:left;overflow:hidden}.feature-text h3,.feature-text p{padding:0 16px}.feature-text h3{padding-top:0;margin-bottom:10px;font-weight:700}.feature-text p{padding-bottom:20px}.feature-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000012}.feature-text{display:flex;flex-direction:column;justify-content:center}.features-grid,.alive-grid,.moments-grid{display:grid;grid-template-columns:1fr;gap:24px}.moment-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.moment-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.moment-img-wrap{position:relative;overflow:hidden}.moment-img-wrap:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.55),transparent);pointer-events:none}.moment-card img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block;transition:transform .5s ease}.moment-card:hover img{transform:scale(1.03)}.moment-title{position:absolute;bottom:0;left:0;right:0;z-index:1;margin:0;padding:16px 20px;font-size:1.05rem;color:#fff;letter-spacing:.02em;text-transform:uppercase;text-shadow:0 1px 4px rgba(0,0,0,.3)}.dialogue{font-style:italic;color:var(--text);padding:16px 24px 20px;margin:0;line-height:1.5}.testimonials-featured{text-align:center;max-width:760px;margin:0 auto 56px}.testimonials-featured blockquote{font-size:1.5rem;line-height:1.6;font-style:italic;color:var(--primary);margin:0 0 16px}.testimonials-featured cite{font-style:normal;font-weight:700;color:var(--muted);font-size:.95rem}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:20px}.testimonial-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 16px #0000000a;display:flex;flex-direction:column}.testimonial-photo{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:top;display:block}.testimonial-body{padding:20px 24px 24px;display:flex;flex-direction:column;gap:10px;flex:1}.testimonial-card blockquote{font-style:italic;color:var(--text);margin:0;line-height:1.65;font-size:1rem;flex:1}.testimonial-card cite{font-style:normal;font-weight:600;font-size:.875rem;color:var(--muted)}.testimonials-extra .testimonials-grid{margin-top:20px}.testimonials-extra{max-height:0;overflow:hidden}.testimonials-extra.expanded{max-height:none;overflow:visible}.show-more-btn{display:block;margin:20px auto 0;padding:10px 28px;background:transparent;color:var(--primary);border:1.5px solid var(--primary);border-radius:100px;font-weight:600;font-size:.9rem;cursor:pointer;font-family:inherit;transition:background .2s,color .2s}.show-more-btn:hover{background:var(--primary);color:#fff}.show-more-btn.hidden{display:none}.card-header{display:flex;align-items:center;gap:16px;margin-bottom:4px}.icon-wrapper{width:44px;height:44px;background:var(--bg);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--primary)}.icon-wrapper svg{width:24px;height:24px;display:block;stroke-width:2px}.tech-grid{display:grid;grid-template-columns:1fr;gap:24px}.tech-box{background:var(--white);border:1px solid #eee;padding:24px;border-radius:var(--radius);display:flex;flex-direction:column;gap:12px;transition:transform .25s ease,box-shadow .25s ease}.tech-box:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000000f}.tech-box h4{margin:0;font-size:1.1rem;font-weight:700}.tech-box p{font-size:.9rem;color:var(--muted);margin:0}.tech-main-visual{margin-top:40px;padding:0!important;overflow:hidden}.tech-full-img{width:100%;height:auto;display:block}.tech-desktop{display:none}.tech-mobile{display:block}@media(min-width:768px){.tech-desktop{display:block}.tech-mobile{display:none}}.privacy-row{display:flex;gap:40px;align-items:center}.privacy-image{flex:0 0 40%;border-radius:var(--radius);overflow:hidden}.privacy-image img{width:100%;display:block}.privacy-features{flex:1;display:flex;flex-direction:column;gap:20px}.privacy-item h3{font-size:16px;font-weight:700;margin-bottom:4px}.privacy-item p{font-size:14px;color:var(--muted);line-height:1.6}.deal-section{max-width:640px;margin:0 auto}.price-table{border-radius:var(--radius);overflow:hidden;border:1px solid #eee;margin-bottom:16px}.price-row{display:flex;align-items:center;padding:16px 20px;font-size:15px;border-bottom:1px solid #f0f0f0}.price-row:last-child{border-bottom:none}.price-label{flex:1;font-weight:500}.price-value{width:80px;text-align:right;font-weight:600}.price-tag{width:90px;text-align:right;font-size:13px;font-weight:600;color:var(--muted)}.price-row-vip{background:var(--primary-light)}.price-row-vip .price-value{color:var(--primary);font-size:18px;font-weight:700}.price-row-vip .price-tag{color:var(--primary);font-weight:700}.deal-bonus{text-align:center;font-size:15px;margin-bottom:24px}.deal-bonus .free-tag{color:var(--primary);font-weight:700}.deal-two-col{display:flex;gap:48px;align-items:flex-start}.deal-col-left,.deal-col-right{flex:1}.deal-col-title{font-size:1.1rem;font-weight:700;margin-bottom:20px;text-align:center}.benefits-list{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.benefit-item{display:flex;align-items:flex-start;gap:12px;font-size:15px}.benefit-item .check{color:var(--primary);font-size:1.2rem;flex-shrink:0}.steps-list{display:flex;gap:16px;margin-bottom:32px}.step-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--bg);border-radius:var(--radius);padding:24px 20px}.step-num{width:40px;height:40px;border-radius:50%;background:var(--primary);color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.step-item h3{font-size:16px;font-weight:700;margin-bottom:6px}.step-item p{font-size:14px;color:var(--muted);line-height:1.5}.guarantee-box{text-align:center;background:#f0fdf4;border:2px solid #bbf7d0;border-radius:var(--radius);padding:32px 24px}.guarantee-icon{font-size:28px;margin-bottom:8px}.guarantee-box h3{font-size:18px;color:#166534;margin-bottom:8px;font-weight:700}.guarantee-box p{font-size:14px;color:#15803d;line-height:1.6}.guarantee-box a{color:#166534;font-weight:600}.faq-list{max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid #e5e5e5}.faq-item summary{list-style:none;padding:20px 0;font-size:1.05rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:22px;color:var(--muted);transition:transform .2s}.faq-item[open] summary:after{content:"−"}.faq-item .faq-answer{padding:0 0 20px;font-size:15px;color:var(--muted);line-height:1.7}.faq-item .faq-answer a{color:var(--primary)}.final-cta{text-align:center;padding:40px 20px}.final-cta .purchase-btn{display:inline-block;width:auto;padding:16px 48px;font-size:1.1rem}.about-section{text-align:center}.about-section .section-title{margin-bottom:32px}.about-section p{font-size:.95rem;color:var(--muted);line-height:1.7;max-width:700px;margin:0 auto}.about-links a{color:var(--primary);text-decoration:none;font-weight:600}.about-links a:hover{text-decoration:underline}.mobile-sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:99;padding:12px 20px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid #eee;box-shadow:0 -4px 16px #0000000f;transform:translateY(100%);transition:transform .3s ease-out}.mobile-sticky-cta.show{transform:translateY(0)}.mobile-sticky-cta .purchase-btn{box-shadow:none;padding:14px 24px;margin-top:0}@media(max-width:1023px){.hero-inner{flex-direction:column}.hero-purchase{width:100%;position:static}}@media(max-width:767px){.hero{padding:0;max-width:640px;margin-bottom:0}.hero-inner{display:block}.hero-gallery{overflow:visible}.carousel{border-radius:0}.carousel-track img{aspect-ratio:16/9}.carousel-thumbs{padding:0 16px 16px}.carousel-thumbs img{width:56px;height:56px}.hero-purchase{width:100%;padding:16px 20px 0}.section-subtitle{margin-bottom:24px}.show-more-btn{display:block}.deal-two-col{flex-direction:column;gap:24px}.privacy-row{flex-direction:column;gap:20px}.privacy-image{flex:none;width:100%}.steps-list{flex-direction:column}.final-cta,.deal-cta{display:none}.mobile-sticky-cta{display:block}}@media(min-width:768px){.section{padding:100px 0}.hero{padding-top:60px}.section-title{margin-bottom:80px;font-size:3rem}.features-grid,.alive-grid{gap:96px}.feature-item{flex-direction:row;align-items:stretch}.feature-item:nth-child(2n){flex-direction:row-reverse}.feature-item .video-wrap{flex:1 1 70%;min-width:0;margin-bottom:0;border-radius:0}.feature-item .feature-text{flex:1 1 30%;padding:32px 40px}.feature-item .feature-text h3{padding:0;font-size:1.5rem;margin-bottom:16px}.feature-item .feature-text p{padding:0;font-size:1.05rem}.moments-grid{grid-template-columns:repeat(2,1fr)}.tech-grid{grid-template-columns:repeat(6,1fr)}.tech-box{grid-column:span 2;padding:40px 30px}.tech-box:nth-child(4){grid-column:2 / span 2}.tech-box:nth-child(5){grid-column:4 / span 2}.testimonials-featured blockquote{font-size:2rem}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:24px}.testimonials-extra{max-height:none;overflow:visible}.show-more-btn{display:none!important}.section-subtitle{margin-bottom:40px;font-size:1.3rem;margin-top:-56px}.deal-two-col{gap:64px}.deal-cta{margin-top:32px!important}}@media(min-width:1024px){.moments-grid,.testimonials-grid{grid-template-columns:repeat(3,1fr)}}
