:root{--dark-green: #5a2a35;--deep-green: #3f1d26;--lime: #e8455f;--lime-soft: #f7dbe1;--light-bg: #fbeee9;--section-bg: #f7eae4;--white: #fffaf7;--text-dark: #3a2e2e;--text-muted: #9a8278;--border-soft: #ecd9d2;--font-main: "Poppins", sans-serif;--font-head: "Montserrat", sans-serif;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-main)}body{font-family:var(--font-main);background-color:var(--white);color:var(--text-dark);overflow-x:hidden;-webkit-font-smoothing:antialiased}.canvas-wrapper{background-color:var(--light-bg);padding:24px}@media(max-width:768px){.canvas-wrapper{padding:10px}}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:100px;font-size:15px;font-weight:600;text-decoration:none;transition:var(--transition);cursor:pointer}.btn-primary{background-color:var(--lime);color:var(--dark-green);border:1px solid var(--lime)}.btn-primary:hover{background-color:var(--dark-green);color:var(--lime);border-color:var(--dark-green)}.btn-secondary{background-color:transparent;color:var(--white);border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background-color:#ffffff1a;border-color:var(--white)}.btn-outline-dark{background-color:transparent;color:var(--text-dark);border:1px solid var(--border-soft);text-align:center;justify-content:center}.btn-outline-dark:hover{background-color:var(--text-dark);color:var(--white)}.section-header-center{text-align:center;max-width:680px;margin:0 auto 60px}.section-header-center h2{font-size:clamp(28px,4vw,42px);font-weight:800;color:var(--text-dark);margin-bottom:16px;letter-spacing:-.03em}.section-header-center p{color:var(--text-muted);font-size:16px;line-height:1.6}.navbar{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:20px 40px;width:100%}.logo{font-size:24px;font-weight:800;color:var(--lime);text-decoration:none;letter-spacing:-.02em}.nav-links{display:flex;list-style:none;gap:32px;background:#ffffff08;padding:10px 32px;border-radius:100px;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-links a{color:#ffffffb3;text-decoration:none;font-size:15px;font-weight:500;transition:var(--transition)}.nav-links a:hover,.nav-links a.active{color:var(--lime)}.burger-menu{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer}.burger-menu span{display:block;width:25px;height:2px;background-color:var(--white);transition:var(--transition)}@media(max-width:992px){.nav-links{display:none;position:absolute;top:90px;left:24px;right:24px;flex-direction:column;background:var(--dark-green);padding:30px;border-radius:24px;z-index:100;text-align:center;border:1px solid var(--deep-green)}.nav-links.open,.burger-menu{display:flex}.btn-nav{display:none}}.hero-section{background:radial-gradient(circle at top right,var(--deep-green),var(--dark-green));border-top-left-radius:32px;border-top-right-radius:32px;padding-top:20px;overflow:hidden;position:relative}.hero-content{max-width:1200px;margin:0 auto;text-align:center;padding:80px 24px 0;display:flex;flex-direction:column;align-items:center}.hero-badge{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);padding:8px 18px;border-radius:100px;margin-bottom:24px}.hero-badge span{color:var(--lime-soft);font-size:13px;font-weight:500}.hero-content h1{font-size:clamp(36px,6vw,68px);font-weight:800;color:#fff6f2;max-width:900px;line-height:1.1;letter-spacing:-.04em;margin-bottom:24px}.hero-subtitle{font-size:clamp(16px,2vw,19px);color:#ffffffb3;max-width:650px;line-height:1.6;margin-bottom:40px}.hero-buttons{display:flex;gap:16px;margin-bottom:80px;flex-wrap:wrap;justify-content:center}.hero-mockups{display:flex;justify-content:center;gap:40px;width:100%;max-width:800px;margin-top:auto;position:relative;bottom:-60px}.mockup{width:280px;height:420px;background:#000;border-radius:40px 40px 0 0;border:12px solid #1a1a1a;border-bottom:none;position:relative;box-shadow:0 30px 60px #0006;transition:var(--transition)}.phone-notch{width:120px;height:18px;background:#1a1a1a;position:absolute;top:0;left:50%;transform:translate(-50%);border-bottom-left-radius:15px;border-bottom-right-radius:15px;z-index:10}.phone-screen{width:100%;height:100%;background:var(--section-bg);border-radius:28px 28px 0 0;padding:24px 16px;overflow:hidden;display:flex;flex-direction:column}.phone-header{display:flex;justify-content:space-between;font-size:11px;font-weight:700;margin-bottom:24px;color:var(--text-dark)}.phone-left{transform:rotate(-6deg) translateY(20px)}.phone-right{transform:rotate(6deg) translateY(20px)}.hero-mockups:hover .phone-left{transform:rotate(-2deg) translateY(5px)}.hero-mockups:hover .phone-right{transform:rotate(2deg) translateY(5px)}.app-card{background:var(--white);border-radius:20px;padding:20px;box-shadow:0 10px 20px #00000008;border:1px solid var(--border-soft);text-align:left}.card-label{font-size:11px;color:var(--text-muted)}.card-balance{font-size:22px;font-weight:800;margin:6px 0 14px;letter-spacing:-.02em}.mini-graph{display:flex;justify-content:space-between;font-size:12px;font-weight:600}.income{color:#2e7d32}.expense{color:#c62828}.stats-container{text-align:left}.stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.stats-header h4{font-size:16px;font-weight:700}.stats-header .date{font-size:10px;color:var(--text-muted)}.tabs{display:flex;background:#eef2eb;padding:4px;border-radius:100px;gap:4px;margin-bottom:24px}.tabs span{flex:1;font-size:10px;text-align:center;padding:6px;border-radius:100px;color:var(--text-muted);cursor:pointer}.tabs span.active{background:var(--dark-green);color:var(--white);font-weight:600}.gauge-chart{display:flex;justify-content:center;margin-top:10px}.gauge-body{width:160px;height:80px;background:#e2e8f0;position:relative;border-top-left-radius:100px;border-top-right-radius:100px;overflow:hidden}.gauge-fill{position:absolute;top:100%;left:0;width:100%;height:100%;background:var(--lime);transform-origin:center top;transform:rotate(.6turn)}.gauge-cover{width:120px;height:60px;background:var(--section-bg);position:absolute;bottom:0;left:50%;transform:translate(-50%);border-top-left-radius:80px;border-top-right-radius:80px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:10px}.gauge-value{font-size:18px;font-weight:800}@media(max-width:600px){.hero-mockups{display:none}.hero-content{padding-bottom:60px}.hero-buttons{flex-direction:column;align-items:center;width:100%}.hero-buttons .btn{width:100%;max-width:360px;justify-content:center;white-space:nowrap}}.logos-section{background-color:var(--white);padding:60px 24px;text-align:center;border-bottom:1px solid var(--border-soft)}.section-tag{font-size:14px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600;margin-bottom:32px}.logos-grid{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap;max-width:1200px;margin:0 auto}.logo-item{font-size:18px;font-weight:700;color:#a3b0a4;display:flex;align-items:center;gap:8px}.features-section{background-color:var(--white);padding:100px 40px}.features-grid-two-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:32px;max-width:1200px;margin:0 auto}.feature-card-large{background-color:var(--section-bg);border-radius:28px;padding:48px;border:1px solid var(--border-soft);display:flex;flex-direction:column;justify-content:space-between;min-height:480px}.feature-card-large h3{font-size:26px;font-weight:800;margin-bottom:16px;letter-spacing:-.02em}.feature-card-large p{color:var(--text-muted);line-height:1.6;margin-bottom:40px}.card-visual{margin-top:auto;display:flex;justify-content:center;position:relative}.gauge-arc{position:relative;width:220px;height:110px;background:#e4ebd9;border-top-left-radius:140px;border-top-right-radius:140px;overflow:hidden}.gauge-arc-fill{position:absolute;top:100%;left:0;width:100%;height:100%;background:var(--dark-green);transform-origin:center top;transform:rotate(.65turn)}.gauge-arc-center{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:170px;height:85px;background:var(--section-bg);border-top-left-radius:100px;border-top-right-radius:100px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:10px}.gauge-arc-center .val{font-size:24px;font-weight:800}.gauge-arc-center .lbl{font-size:12px;color:var(--text-muted)}.gauge-controls{display:flex;gap:12px;margin-top:16px;justify-content:center}.gauge-controls span{background:var(--white);padding:8px 12px;border-radius:50%;box-shadow:0 4px 10px #00000005}.visual-analytics{width:100%;background:var(--white);border-radius:20px;padding:24px;border:1px solid var(--border-soft)}.chart-header{display:flex;justify-content:space-between;font-size:13px;font-weight:600;margin-bottom:24px}.bar-chart{display:flex;align-items:flex-end;justify-content:space-between;height:120px;padding-bottom:10px}.bar{width:12%;height:var(--h);background:#e4ebd9;border-radius:4px;transition:var(--transition)}.bar.active{background:var(--lime)}.floating-balance-card{position:absolute;top:20px;right:-10px;background:var(--dark-green);color:var(--white);padding:16px;border-radius:16px;width:160px;box-shadow:0 15px 30px #00000026}.floating-balance-card .lbl{font-size:10px;opacity:.6}.floating-balance-card .val{display:block;font-size:18px;font-weight:700;margin:4px 0}.progress-bar{background:#ffffff1a;height:5px;border-radius:10px;margin-bottom:4px}.progress-bar .fill{background:var(--lime);height:100%;border-radius:10px}.floating-balance-card .pct{font-size:10px;float:right;color:var(--lime)}@media(max-width:600px){.features-grid-two-col{grid-template-columns:1fr}.feature-card-large{padding:24px;min-height:auto}.floating-balance-card{position:relative;top:20px;right:0;width:100%}}.everything-section{background-color:var(--white);padding:60px 40px 100px}.features-grid-five{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;max-width:1200px;margin:0 auto}.mini-feature-card{background:var(--white);border:1px solid var(--border-soft);padding:32px 24px;border-radius:20px;transition:var(--transition)}.mini-feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000008}.icon-box{font-size:24px;margin-bottom:20px}.mini-feature-card h4{font-size:18px;font-weight:700;margin-bottom:12px}.mini-feature-card p{font-size:14px;color:var(--text-muted);line-height:1.5}.savings-section{background-color:var(--white);padding:100px 40px}.savings-layout{display:flex;align-items:center;gap:80px;max-width:1200px;margin:0 auto}.savings-visual{flex:1;display:flex;justify-content:center}.savings-card-wrapper{background:var(--section-bg);border:1px solid var(--border-soft);border-radius:28px;padding:40px;width:100%;max-width:440px;text-align:center}.card-title-top{font-weight:700;display:block;margin-bottom:30px;font-size:16px}.gauge-arc.xl{width:280px;height:140px;background:#e4ebd9;margin:0 auto 30px}.gauge-arc-fill.full-lime{background:var(--lime)}.savings-metrics{display:flex;justify-content:space-between;border-top:1px solid var(--border-soft);padding-top:24px}.savings-metrics .m-val{display:block;font-size:18px;font-weight:800}.savings-metrics .m-lbl{font-size:12px;color:var(--text-muted)}.savings-text-content{flex:1}.savings-text-content h2{font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.2;margin-bottom:20px;letter-spacing:-.02em}.savings-text-content p{color:var(--text-muted);line-height:1.6;margin-bottom:32px}.bullet-list{list-style:none}.bullet-list li{display:flex;align-items:center;gap:12px;font-weight:600;margin-bottom:16px}.bullet-icon{background:var(--lime-soft);color:var(--dark-green);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}@media(max-width:992px){.savings-layout{flex-direction:column;gap:40px}}.metrics-section{background-color:var(--white);padding:60px 40px 100px;max-width:1200px;margin:0 auto}.left-title{font-size:28px;font-weight:800;margin-bottom:40px}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.metric-item{padding:32px;border-radius:20px;background:var(--section-bg);border:1px solid var(--border-soft)}.metric-item h3{font-size:40px;font-weight:800;margin-bottom:8px;letter-spacing:-.02em}.metric-item p{font-size:14px;color:var(--text-muted)}.metric-item.highlighted{background-color:var(--lime-soft);border-color:var(--lime)}.testimonials-section{background-color:var(--white);padding:100px 40px}.testimonials-masonry{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;max-width:1200px;margin:0 auto}.testimonial-card{background:var(--white);border:1px solid var(--border-soft);border-radius:24px;padding:32px;box-shadow:0 10px 30px #00000003}.stars{color:#ffb300;margin-bottom:16px;font-size:14px}.testimonial-card p{font-size:15px;line-height:1.6;color:var(--text-dark);font-weight:500;margin-bottom:24px}.user-info{display:flex;align-items:center;gap:12px}.avatar{width:40px;height:40px;background:#e4ebd9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.user-info h4{font-size:14px;font-weight:700}.user-info span{font-size:12px;color:var(--text-muted)}.pricing-section{background-color:var(--white);padding:100px 40px}.pricing-toggle{display:inline-flex;align-items:center;gap:12px;background:var(--section-bg);padding:6px 16px;border-radius:100px;margin-top:24px;border:1px solid var(--border-soft)}.pricing-toggle span{font-size:14px;font-weight:600;cursor:pointer}.pricing-toggle span.active{color:var(--text-dark)}.toggle-switch{width:36px;height:20px;background:var(--dark-green);border-radius:20px;position:relative}.toggle-switch:after{content:"";position:absolute;width:14px;height:14px;background:var(--lime);border-radius:50%;top:3px;left:4px}.save-badge{background:var(--dark-green);color:var(--lime);font-size:11px!important;padding:2px 8px;border-radius:100px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1200px;margin:60px auto 0}.price-card{background:var(--white);border:1px solid var(--border-soft);border-radius:28px;padding:40px;display:flex;flex-direction:column;position:relative}.plan-name{font-size:18px;font-weight:700}.price{font-size:36px;margin:16px 0}.price strong{font-weight:800}.price small{font-size:14px;color:var(--text-muted)}.price-card .price,.price-card .price strong{color:var(--text-dark)}.price-card.featured .price,.price-card.featured .price strong{color:var(--white)}.plan-desc{color:var(--text-muted);font-size:14px;margin-bottom:24px;line-height:1.5}.price-card hr{border:none;border-top:1px solid var(--border-soft);margin:32px 0}.plan-features{list-style:none;display:flex;flex-direction:column;gap:16px;text-align:left}.plan-features li{font-size:14px;color:var(--text-dark);display:flex;align-items:center;gap:10px}.plan-features li:before{content:"\2713";color:var(--text-muted);font-weight:700}.price-card.featured{background-color:var(--dark-green);color:var(--white);border-color:var(--dark-green);transform:scale(1.03)}.price-card.featured .price small,.price-card.featured .plan-desc{color:#fff9}.price-card.featured hr{border-top-color:#ffffff1a}.price-card.featured .plan-features li{color:var(--white)}.price-card.featured .plan-features li:before{color:var(--lime)}.plan-badge{background:var(--lime);color:var(--dark-green);padding:4px 12px;border-radius:100px;font-size:13px;font-weight:700;align-self:flex-start}@media(max-width:992px){.price-card.featured{transform:none}}.faq-section{background-color:var(--white);padding:100px 40px}.faq-layout{display:flex;gap:80px;max-width:1200px;margin:0 auto}.faq-info{flex:1}.faq-info h2{font-size:36px;font-weight:800;margin-bottom:20px}.faq-info p{color:var(--text-muted);margin-bottom:32px;line-height:1.6}.faq-accordion-wrapper{flex:1.5}.accordion-item{border-bottom:1px solid var(--border-soft);padding:16px 0}.accordion-trigger{width:100%;background:none;border:none;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:18px;font-weight:700;color:var(--text-dark);padding:16px 0;cursor:pointer}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.accordion-content p{padding-bottom:16px;color:var(--text-muted);line-height:1.6;font-size:15px}.accordion-item.active .accordion-content{max-height:200px}.accordion-item.active .accordion-trigger .accordion-icon{transform:rotate(45deg)}@media(max-width:768px){.faq-layout{flex-direction:column;gap:40px}}.footer{background-color:var(--dark-green);color:var(--white);border-bottom-left-radius:32px;border-bottom-right-radius:32px;padding:80px 60px 40px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:40px;flex-wrap:wrap;gap:40px}.footer-brand p{color:#fff9;margin-top:16px;max-width:300px;font-size:14px;line-height:1.5}.footer-links{display:flex;gap:40px;list-style:none}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:15px;transition:var(--transition)}.footer-links a:hover{color:var(--lime)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:30px;display:flex;justify-content:space-between;font-size:13px;color:#fff6}@media(max-width:600px){.footer{padding:40px 24px}.footer-links{flex-direction:column;gap:16px}}html{scroll-behavior:smooth}.hero-cinematic{background:linear-gradient(180deg,#082414cc,#082414b3 45%,#082414f0),url(se2v2-hero-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-cinematic .hero-content{padding-bottom:90px}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:56px;width:100%;margin-top:24px}.hero-figure{margin:0;display:flex;justify-content:center}.hero-figure img{width:100%;max-width:560px;height:auto;display:block;border-radius:20px}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero-pill{display:inline-block;background:var(--lime);color:var(--dark-green);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:7px 16px;border-radius:100px;margin-bottom:18px}.hero-copy h1{margin-bottom:18px}.hero-copy .hero-subtitle{margin-bottom:28px}.hero-components{display:flex;flex-wrap:wrap;gap:22px;margin-bottom:32px}.hero-component{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;width:96px}.hc-icon{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;background:#ffffff0f;border:1px solid var(--lime);color:var(--lime);overflow:hidden}.hc-icon img{width:100%;height:100%;object-fit:cover;display:block}.hc-label{font-size:13px;font-weight:600;color:#ffffffd9;line-height:1.3}.hero-copy .hero-buttons{margin-bottom:0}.hero-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;margin-top:52px;padding-top:28px;border-top:1px solid rgba(255,255,255,.12)}.hero-trust-item{display:flex;align-items:center;justify-content:center;gap:12px}.ht-icon{font-size:24px;line-height:1;color:var(--lime);flex-shrink:0;display:flex;align-items:center;justify-content:center}.ht-icon img{width:32px;height:32px;object-fit:contain;display:block}.ht-text{font-size:13px;font-weight:600;color:#ffffffd9;line-height:1.3}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:32px;margin-top:8px}.hero-figure{order:-1}.hero-figure img{max-width:420px}.hero-copy{align-items:center;text-align:center}.hero-components{justify-content:center}.hero-copy .hero-buttons{justify-content:center;width:100%}.hero-trust{grid-template-columns:repeat(2,1fr);gap:18px 14px;margin-top:36px}.hero-trust-item{justify-content:flex-start}}@media(max-width:420px){.hero-components{gap:14px}.hero-component{width:84px}}.story-section{background-color:var(--white);padding:90px 40px}.story-section.alt-bg{background-color:var(--section-bg)}.story-eyebrow{display:inline-block;background:var(--lime-soft);color:var(--dark-green);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:6px 14px;border-radius:100px;margin-bottom:18px}.story-row{display:flex;align-items:center;gap:64px;max-width:1200px;margin:0 auto}.story-row.reverse{flex-direction:row-reverse}.story-text{flex:1}.story-text h2{font-size:clamp(26px,3.4vw,40px);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--text-dark);margin-bottom:16px}.story-text p{color:var(--text-muted);font-size:16px;line-height:1.6}.story-text .btn{margin-top:28px}.story-figure{flex:1;min-width:0;margin:0}.story-figure img{width:100%;height:auto;display:block;border-radius:28px;border:1px solid var(--border-soft);box-shadow:0 20px 50px #0824141f}@media(max-width:900px){.story-section{padding:56px 20px}.story-row,.story-row.reverse{flex-direction:column-reverse;gap:28px}.story-text{text-align:center}}.combo-cta-list{max-width:560px;margin:40px auto 0;display:flex;flex-direction:column;gap:16px}.combo-btn{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;padding:18px 24px;border-radius:20px;background:var(--dark-green);border:2px solid var(--dark-green);color:var(--white);text-align:center}.combo-btn:hover{background:#0a2c18;border-color:#0a2c18}.combo-btn .combo-tag{font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:700;color:var(--lime-soft)}.combo-btn .combo-main{font-size:18px;font-weight:800;color:var(--lime);letter-spacing:-.01em}.combo-btn .combo-sub{font-size:13px;font-weight:500;color:#ffffffb3}.combo-btn[data-recommended=true]{border-color:var(--lime);box-shadow:0 14px 34px #0824142e}.combo-btn.outline{background:var(--white);border-color:var(--border-soft)}.combo-btn.outline:hover{background:var(--section-bg);border-color:var(--text-muted)}.combo-btn.outline .combo-main{color:var(--text-dark)}.combo-btn.outline .combo-tag,.combo-btn.outline .combo-sub{color:var(--text-muted)}.guarantee-box{max-width:560px;margin:28px auto 0;display:flex;align-items:center;gap:16px;background:var(--lime-soft);border:1px solid var(--lime);border-radius:20px;padding:20px 24px}.guarantee-icon{font-size:28px;line-height:1}.guarantee-box strong{color:var(--dark-green);font-size:16px;display:block}.guarantee-box p{color:var(--deep-green);font-size:14px;line-height:1.5;margin-top:4px}.pay-icons{max-width:560px;margin:18px auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:18px}.pay-icons span{font-size:13px;font-weight:600;color:var(--text-muted)}.combos-figure{max-width:760px;margin-bottom:8px}.closing-section{background-color:var(--white);padding:40px 40px 100px;text-align:center}.closing-figure{max-width:900px;margin:0 auto 32px}@media(max-width:700px){.closing-figure,.combos-figure{max-width:460px}}.footer-disclaimer{max-width:1200px;margin:0 auto;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.08)}.footer-disclaimer p{color:#ffffff73;font-size:12px;line-height:1.6}.hero-reassurance{margin-top:20px;margin-bottom:80px;font-size:14px;font-weight:600;color:var(--lime-soft)}.offer-disclaimer{max-width:560px;margin:20px auto 0;text-align:center;font-size:12px;line-height:1.5;color:var(--text-muted)}.testimonials-cta{text-align:center;margin-top:48px}.sticky-cta{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:200;justify-content:center;align-items:center;gap:8px;padding:16px 24px;border-radius:100px;background-color:var(--lime);color:var(--dark-green);font-size:15px;font-weight:700;text-decoration:none;box-shadow:0 10px 30px #08241459}@media(max-width:768px){.sticky-cta{display:flex}.canvas-wrapper{padding-bottom:84px}.footer{margin-bottom:84px}}.reviews-section,.testivis-section,.ugc-section{background-color:var(--white);padding:90px 40px}.testivis-section{background-color:var(--section-bg)}.carousel{position:relative;max-width:1200px;margin:0 auto}.carousel-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:6px 4px 4px}.carousel-track::-webkit-scrollbar{display:none}.carousel-slide{scroll-snap-align:center;flex:0 0 100%;min-width:0}.carousel-arrow{display:none;align-items:center;justify-content:center;position:absolute;top:45%;transform:translateY(-50%);width:44px;height:44px;padding:0;border-radius:50%;border:1px solid var(--border-soft);background:var(--white);color:var(--dark-green);font-size:24px;font-weight:700;line-height:1;text-align:center;cursor:pointer;z-index:5;box-shadow:0 8px 20px #0824141f;transition:var(--transition)}.carousel-arrow:hover{background:var(--dark-green);color:var(--lime)}.carousel-arrow.prev{left:-18px}.carousel-arrow.next{right:-18px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.carousel-dots button{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:var(--border-soft);cursor:pointer;transition:var(--transition)}.carousel-dots button.active{background:var(--dark-green);width:22px;border-radius:4px}.review-card{background:var(--white);border:1px solid var(--border-soft);border-radius:24px;padding:28px;box-shadow:0 10px 30px #0824140a;height:100%;min-height:230px;display:flex;flex-direction:column;gap:14px}.review-head{display:flex;align-items:center;gap:14px}.review-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--lime-soft);flex-shrink:0}.review-head h4{font-size:15px;font-weight:700}.review-card .stars{color:#ffb300;font-size:13px;margin:0}.review-card p{font-size:15px;line-height:1.6;color:var(--text-dark);font-weight:500}.testivis-feature{max-width:420px;margin:0 auto 48px}.testivis-feature img{width:100%;height:auto;display:block;border-radius:24px;border:1px solid var(--border-soft);box-shadow:0 20px 50px #08241426}.testi-card{background:var(--white);border:1px solid var(--border-soft);border-radius:24px;padding:20px;height:100%;display:flex;flex-direction:column;gap:12px;box-shadow:0 10px 30px #0824140a}.testi-img{width:100%;height:260px;object-fit:cover;border-radius:16px;display:block}.testi-card .stars{color:#ffb300;font-size:14px}.testi-card p{font-size:15px;line-height:1.6;color:var(--text-dark);font-weight:500;flex:1}.testi-card h4{font-size:14px;font-weight:700;color:var(--text-muted)}.ugc-card{display:block;border-radius:20px;overflow:hidden;background:var(--section-bg);border:1px solid var(--border-soft);box-shadow:0 10px 26px #0824140f;cursor:pointer}.ugc-media{position:relative;aspect-ratio:4 / 5;overflow:hidden}.ugc-media img,.ugc-media video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.ugc-media video{display:none}.ugc-card.playing .ugc-media img{display:none}.ugc-card.playing .ugc-media video{display:block}.ugc-card.playing .ugc-play{display:none}.ugc-card:hover .ugc-media img{transform:scale(1.06)}.ugc-play{display:none}.ugc-card[data-type=video] .ugc-play{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:#0824148c;border:2px solid var(--lime)}.ugc-card[data-type=video] .ugc-play:before{content:"";border-left:16px solid var(--lime);border-top:10px solid transparent;border-bottom:10px solid transparent;margin-left:4px}.ugc-caption{padding:12px 16px;font-size:13px;font-weight:600;color:var(--text-muted);text-align:center}@media(min-width:901px){.carousel--reviews .carousel-arrow{display:flex}.carousel--reviews .carousel-slide{flex-basis:calc((100% - 48px) / 3)}.carousel--reviews.is-static .carousel-track{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));overflow:visible}.carousel--reviews.is-static .carousel-arrow,.carousel--reviews.is-static .carousel-dots{display:none}.carousel--grid3 .carousel-track{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible}.carousel--grid3 .carousel-dots,.carousel--grid3 .carousel-arrow{display:none}.carousel--grid4 .carousel-track{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));overflow:visible}.carousel--grid4 .carousel-dots,.carousel--grid4 .carousel-arrow{display:none}}@media(max-width:900px){.reviews-section,.testivis-section,.ugc-section{padding:56px 16px}.carousel-slide{flex:0 0 100%}}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.carousel--reviews .carousel-slide{display:flex}.carousel--reviews .testimonial-card{height:100%;width:100%;margin:0}.comp-icon{width:64px;height:64px;border-radius:16px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;font-size:30px;line-height:1;background:linear-gradient(135deg,var(--lime-soft),var(--section-bg));border:1px solid var(--border-soft);overflow:hidden}.comp-icon img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:901px){.comp-grid{grid-template-columns:repeat(auto-fit,minmax(240px,320px));justify-content:center}}.story-list{list-style:none;margin-top:6px;display:flex;flex-direction:column;gap:12px;text-align:left}.story-list li{display:flex;align-items:flex-start;gap:12px;font-size:16px;font-weight:600;color:var(--text-dark);line-height:1.4}.story-list li:before{content:"\2713";flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--lime-soft);color:var(--dark-green);font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.story-steps{list-style:none;counter-reset:step;margin-top:6px;display:flex;flex-direction:column;gap:16px;text-align:left}.story-steps li{counter-increment:step;display:flex;align-items:center;gap:14px;font-size:16px;font-weight:600;color:var(--text-dark);line-height:1.4}.story-steps li:before{content:counter(step);flex-shrink:0;width:32px;height:32px;border-radius:10px;background:var(--dark-green);color:var(--white);font-size:15px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.features-special{background-color:var(--section-bg);padding:80px 40px}.fs-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1100px;margin:0 auto}.fs-item{flex:1 1 180px;max-width:200px;background:var(--white);border:1px solid var(--border-soft);border-radius:20px;padding:28px 18px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.fs-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;line-height:1;background:linear-gradient(135deg,var(--lime-soft),var(--section-bg));border:1px solid var(--border-soft);overflow:hidden}.fs-icon img{width:100%;height:100%;object-fit:cover;display:block}.fs-label{font-size:14px;font-weight:600;color:var(--text-dark);line-height:1.35}.comparativa-section{background-color:var(--white);padding:90px 40px}.cmp-table{max-width:860px;margin:0 auto;border:1px solid var(--border-soft);border-radius:20px;overflow:hidden}.cmp-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;align-items:center;border-bottom:1px solid var(--border-soft)}.cmp-row:last-child{border-bottom:none}.cmp-cell{padding:16px 18px;font-size:15px;color:var(--text-dark);text-align:center}.cmp-feature{text-align:left;font-weight:600}.cmp-ours{font-weight:800;color:var(--dark-green);background:var(--lime-soft)}.cmp-theirs{color:var(--text-muted)}.cmp-head{background:var(--section-bg)}.cmp-head .cmp-cell{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.cmp-head .cmp-ours{background:var(--lime);color:var(--dark-green)}.envio-section{background-color:var(--section-bg);padding:70px 40px}.envio-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr;gap:28px;align-items:stretch}.envio-panel{background:var(--white);border:1px solid var(--border-soft);border-radius:20px;padding:28px 32px}.envio-panel h3{font-size:18px;font-weight:800;color:var(--text-dark);margin-bottom:20px;text-transform:uppercase;letter-spacing:.03em}.envio-items{display:flex;flex-wrap:wrap;gap:24px}.envio-items .envio-item{flex:1 1 150px}.envio-item{display:flex;align-items:center;gap:12px}.ei-icon{font-size:24px;line-height:1;flex-shrink:0}.ei-icon-lg{font-size:30px}.ei-text{font-size:14px;font-weight:600;color:var(--text-dark);line-height:1.4}.offer-mobile{display:none}.om-head{text-align:center}.om-title{font-size:18px;font-weight:800;color:var(--text-dark)}.om-rating{font-size:13px;color:var(--text-muted);margin-top:6px}.om-price{font-size:26px;font-weight:800;color:var(--text-dark);margin-top:8px}.om-price small{font-size:13px;font-weight:600;color:var(--text-muted)}.om-price s{font-size:15px;font-weight:600;color:var(--text-muted);margin-left:6px}.om-options-label{font-size:14px;font-weight:700;color:var(--text-dark);margin-top:18px;text-align:left}.om-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.om-option{display:flex;align-items:center;gap:12px;padding:14px 16px;border:2px solid var(--border-soft);border-radius:16px;background:var(--white);text-decoration:none}.om-option.om-featured{border-color:var(--lime);background:var(--section-bg)}.om-radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--border-soft);flex-shrink:0}.om-featured .om-radio{border-color:var(--dark-green);background:radial-gradient(circle,var(--dark-green) 0 6px,transparent 7px)}.om-opt-main{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;text-align:left}.om-opt-qty{font-size:15px;font-weight:800;color:var(--text-dark);white-space:nowrap}.om-opt-sub{font-size:12px;color:var(--text-muted);white-space:nowrap}.om-opt-badge{align-self:flex-start;margin-top:5px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;background:var(--lime);color:var(--dark-green);padding:3px 9px;border-radius:100px;white-space:nowrap}.om-opt-price{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.om-opt-price strong{font-size:17px;font-weight:800;color:var(--text-dark);white-space:nowrap}.om-opt-price small{font-size:11px;color:var(--text-muted)}.om-cta{width:100%;justify-content:center;margin-top:18px;font-size:16px}.om-trust{text-align:center;font-size:12px;color:var(--text-muted);margin-top:14px}.releasit-trigger{position:absolute;left:-9999px;top:0;width:1px;height:1px;overflow:hidden}@media(max-width:768px){.pricing-section .pricing-grid{display:none}.pricing-section .offer-mobile{display:block;max-width:460px;margin:40px auto 0}.pricing-section{padding:56px 18px}}.hero-copy .offer-mobile{width:100%;max-width:360px}@media(max-width:768px){.hero-copy .offer-mobile{display:block;margin:6px auto 22px;text-align:left}.hero-copy .om-title{color:var(--white)}.hero-copy .om-rating{color:#ffffffb3}.hero-copy .om-price{color:var(--white)}.hero-copy .om-price small,.hero-copy .om-price s{color:#fff9}.hero-copy .om-options-label{color:#ffffffd9}.hero-copy .om-option{background:#3a1a24c7;border-color:#ffffff38;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-copy .om-option.om-featured{background:#b7f23a1a;border-color:var(--lime)}.hero-copy .om-opt-qty{color:var(--white)}.hero-copy .om-opt-sub{color:#fff9}.hero-copy .om-opt-price strong{color:var(--white)}.hero-copy .om-opt-price small{color:#fff9}.hero-copy .om-radio{border-color:#fff6}.hero-copy .om-featured .om-radio{border-color:var(--lime);background:radial-gradient(circle,var(--lime) 0 6px,transparent 7px)}.hero-copy .om-trust{color:#ffffff8c}}.badge-card{display:flex;align-items:center;gap:14px;background:var(--white);border:1px solid var(--border-soft);border-radius:18px;padding:16px 18px;box-shadow:0 10px 26px #0824140d;height:100%}.badge-icon{width:48px;height:48px;flex-shrink:0;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;background:linear-gradient(135deg,var(--lime-soft),var(--section-bg));border:1px solid var(--border-soft);overflow:hidden}.badge-icon img{width:100%;height:100%;object-fit:cover;display:block}.badge-text h4{font-size:15px;font-weight:800;color:var(--text-dark);line-height:1.2}.badge-text span{display:block;font-size:13px;color:var(--text-muted);margin-top:3px}@media(min-width:901px){.carousel--badges .carousel-track{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));overflow:visible}.carousel--badges .carousel-arrow,.carousel--badges .carousel-dots{display:none}}@media(max-width:768px){.logos-section,.story-section,.features-special,.comparativa-section,.everything-section,.metrics-section,.testimonials-section,.reviews-section,.testivis-section,.ugc-section,.pricing-section,.envio-section,.faq-section,.closing-section{padding-top:34px;padding-bottom:34px}.section-header-center{margin-bottom:30px}}@media(max-width:900px){.features-special,.comparativa-section{padding:56px 16px}.envio-grid{grid-template-columns:1fr;gap:18px}}@media(max-width:600px){.cmp-cell{padding:12px 10px;font-size:13px}.cmp-head .cmp-cell{font-size:11px}.fs-item{flex-basis:140px;padding:20px 12px}.envio-items{gap:16px}}h1,h2,h3,h4{font-family:var(--font-head);letter-spacing:-.02em}.nmn-hero{background:radial-gradient(circle at 72% 0%,var(--deep-green),var(--light-bg) 60%);border-top-left-radius:28px;border-top-right-radius:28px;overflow:hidden}.nmn-topbar{display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:0 auto;padding:18px 26px}.nmn-topbar .logo{font-family:var(--font-head);font-size:23px;font-weight:800;color:var(--lime);text-decoration:none;letter-spacing:-.02em}.nmn-hero-figure{max-width:1080px;margin:4px auto 0;padding:0 16px}.nmn-hero-figure img{width:100%;height:auto;display:block;border-radius:22px}.nmn-cta-block{display:flex;flex-direction:column;align-items:center;gap:12px;padding:26px 16px 6px}.btn-lg{font-size:17px;padding:17px 44px}.nmn-reassure{color:var(--text-muted);font-size:13px;font-weight:600}.nmn-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 26px;max-width:1000px;margin:14px auto 0;padding:18px 16px 26px;border-top:1px solid var(--border-soft)}.nmn-trust span{color:var(--text-muted);font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.nmn-banner{background-color:var(--light-bg)}.nmn-banner-fig{max-width:1080px;margin:0 auto;padding:0 16px}.nmn-banner-fig img{width:100%;height:auto;display:block;border-radius:22px}.nmn-banner-cta{text-align:center;margin-top:22px}.logos-section{border-bottom-color:var(--border-soft)}.section-header-center h2{color:var(--text-dark)}.section-header-center p,.section-tag{color:var(--text-muted)}.price-card,.mini-feature-card,.testimonial-card,.fs-item,.envio-panel,.badge-card,.metric-item{background-color:var(--white);border-color:var(--border-soft)}.cmp-table{background-color:var(--white)}.price-card{border-color:var(--border-soft)}.price-card .plan-name{color:var(--text-dark)}.price-card .plan-desc{color:var(--text-muted)}.price-card hr{border-top-color:var(--border-soft)}.plan-features li{color:var(--text-dark)}.plan-features li:before{color:var(--lime)}.price-card.featured{background-color:var(--deep-green);border-color:var(--lime)}.btn-outline-dark{color:var(--lime);border-color:var(--lime)}.btn-outline-dark:hover{background-color:var(--lime);color:var(--light-bg)}.offer-mobile .om-option{background:var(--section-bg);border-color:var(--border-soft)}.offer-mobile .om-option.om-featured{background:var(--deep-green);border-color:var(--lime)}.offer-mobile .om-title,.offer-mobile .om-opt-qty,.offer-mobile .om-opt-price strong,.offer-mobile .om-price{color:var(--text-dark)}.offer-mobile .om-radio{border-color:var(--border-soft)}.badge-card{background:var(--section-bg);border-color:var(--border-soft);box-shadow:none}.badge-text h4{color:var(--text-dark)}.badge-icon{background:linear-gradient(135deg,#2a2008,var(--section-bg));border-color:var(--border-soft)}.faq-info h2{color:var(--text-dark)}.faq-info p{color:var(--text-muted)}.accordion-item{border-bottom-color:var(--border-soft)}.accordion-trigger{color:var(--text-dark)}.accordion-content p{color:var(--text-muted)}.carousel-arrow{background:var(--section-bg);border-color:var(--border-soft);color:var(--lime);box-shadow:none}.carousel-arrow:hover{background:var(--lime);color:var(--light-bg)}.carousel-dots button{background:var(--border-soft)}.carousel-dots button.active{background:var(--lime)}@media(max-width:768px){.nmn-hero-figure,.nmn-banner-fig{padding:0 10px}.nmn-hero-figure img,.nmn-banner-fig img{border-radius:16px}.nmn-cta-block{padding:20px 12px 4px}.btn-lg{width:100%;max-width:360px;justify-content:center}.nmn-topbar{padding:14px 16px}}.btn-secondary{color:#f4efe6}.price-card.featured,.price-card.featured .price,.price-card.featured .price strong,.price-card.featured .plan-features li{color:#fff}.footer{color:#f4efe6}.story-steps li:before{color:#fff}.burger-menu span{background:#f4efe6}.metric-item.highlighted h3,.metric-item.highlighted p{color:var(--dark-green)}.avatar{background:#2a2008;color:var(--lime)}.story-figure img{box-shadow:0 20px 50px #00000073}.hero-figure img{box-shadow:0 20px 50px #0006}.testimonial-card{box-shadow:none}.mini-feature-card:hover{box-shadow:0 15px 30px #00000040}.hero-cinematic{position:relative;isolation:isolate;background:linear-gradient(135deg,#a86472,#8a4f5d 55%,#703d4a)}.hero-cinematic:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:var(--hero-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.42;pointer-events:none}.comp-icon.comp-icon-img{overflow:hidden;padding:0}.comp-icon.comp-icon-img picture,.comp-icon.comp-icon-img img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.hero-gallery{display:flex;gap:14px;align-items:flex-start;width:100%}.hero-thumbs{display:flex;flex-direction:column;gap:12px;flex:0 0 74px}.hero-thumb{width:74px;height:74px;flex:0 0 74px;border-radius:14px;overflow:hidden;padding:0;cursor:pointer;border:2px solid var(--border-soft);background:var(--section-bg);transition:var(--transition)}.hero-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hero-thumb:hover{border-color:var(--lime-soft)}.hero-thumb.is-active{border-color:var(--lime);box-shadow:0 0 0 2px #d4a85347}.hero-gallery .hero-figure{flex:1;margin:0;min-width:0;display:flex;justify-content:center}.hero-main-img{transition:opacity .2s ease}@media(max-width:900px){.hero-gallery{flex-direction:column;align-items:center;gap:12px}.hero-gallery,.hero-copy{min-width:0}.hero-thumbs{flex-direction:row;flex:none;width:100%;justify-content:safe center;flex-wrap:nowrap;overflow-x:auto;gap:10px;scrollbar-width:none;padding:2px 2px 4px}.hero-thumbs::-webkit-scrollbar{display:none}.hero-thumb{width:62px;height:62px;flex:0 0 62px;border-radius:12px;opacity:.5}.hero-thumb.is-active{opacity:1}.hero-thumbs-col{width:100%;min-width:0}.hero-gallery .hero-figure{width:100%;max-width:420px;margin:0 auto;flex:none}}@media(min-width:901px){.everything-section .carousel--grid3 .carousel-track{grid-template-columns:repeat(4,1fr)}}.reviews-section{background-color:var(--light-bg);padding:90px 40px}.rv-wrap{max-width:1100px;margin:0 auto}.rv-header{text-align:center;margin-bottom:30px}.rv-title{font-family:var(--font-head);font-size:clamp(28px,4vw,40px);font-weight:800;color:var(--text-dark);letter-spacing:-.02em}.rv-summary{display:inline-flex;align-items:center;gap:10px;margin-top:12px}.rv-avg{font-family:var(--font-head);font-size:22px;font-weight:800;color:var(--text-dark);line-height:1}.rv-headstars{display:inline-flex;gap:2px}.rv-star{color:var(--border-soft);font-size:16px;line-height:1}.rv-star.is-on{color:var(--lime)}.rv-count{font-size:14px;color:var(--text-muted)}.rv-actions{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px;flex-wrap:wrap}.rv-write{font-size:14px}.rv-icon-btn{width:44px;height:44px;padding:0;border-radius:50%;border:1px solid var(--border-soft);background:var(--section-bg);color:var(--text-dark);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:var(--transition)}.rv-icon-btn:hover{border-color:var(--lime);color:var(--lime)}@media(max-width:768px){.reviews-section{padding:56px 16px}}.rv-gallery-wrap{position:relative;max-width:1100px;margin:0 auto 38px}.rv-gallery{display:flex;gap:10px;overflow-x:auto;justify-content:safe center;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 2px}.rv-gallery::-webkit-scrollbar{display:none}.rv-gallery-thumb{flex:0 0 auto;width:96px;height:96px;padding:0;border:1px solid var(--border-soft);border-radius:12px;overflow:hidden;background:var(--section-bg);cursor:pointer;scroll-snap-align:start;transition:var(--transition)}.rv-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.rv-gallery-thumb:hover{border-color:var(--lime)}.rv-gallery-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid var(--border-soft);background:var(--section-bg);color:var(--lime);font-size:22px;line-height:1;cursor:pointer;z-index:3;align-items:center;justify-content:center}.rv-gallery-arrow.prev{left:-8px}.rv-gallery-arrow.next{right:-8px}.rv-gallery-arrow:hover{border-color:var(--lime)}@media(max-width:768px){.rv-gallery-wrap{padding:0 34px}.rv-gallery{justify-content:flex-start}.rv-gallery-arrow{display:inline-flex}.rv-gallery-thumb{flex:0 0 calc((100% - 20px) / 3);width:auto;height:auto;aspect-ratio:1 / 1}}.rv-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#030201e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease}.rv-lightbox.is-open{opacity:1}.rv-lightbox[hidden]{display:none}.rv-lightbox-fig{margin:0;max-width:88vw;max-height:84vh;display:flex;flex-direction:column;align-items:center;gap:12px}.rv-lightbox-img{max-width:88vw;max-height:76vh;border-radius:12px;display:block;box-shadow:0 24px 60px #0009}.rv-lightbox-caption{color:#ffffffd9;font-size:14px;text-align:center}.rv-lightbox-caption strong{color:#fff}.rv-lightbox-close{position:absolute;top:18px;right:22px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#0006;color:#fff;font-size:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.rv-lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#0006;color:#fff;font-size:26px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.rv-lightbox-arrow.prev{left:18px}.rv-lightbox-arrow.next{right:18px}.rv-lightbox-close:hover,.rv-lightbox-arrow:hover{border-color:var(--lime);color:var(--lime)}.rv-list{max-width:1100px;margin:0 auto}.rv-card{padding:6px 0 2px}.rv-card-stars{display:flex;gap:2px;margin-bottom:12px}.rv-card-stars .rv-star{font-size:18px}.rv-card-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.rv-avatar{width:44px;height:44px;flex:0 0 44px;border-radius:50%;background:#2a2008;color:var(--lime);font-family:var(--font-head);font-weight:800;font-size:16px;display:inline-flex;align-items:center;justify-content:center}.rv-card-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.rv-card-name{font-size:15px;font-weight:700;color:var(--text-dark);display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.rv-verified{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--lime);background:#d4a8531f;border:1px solid rgba(212,168,83,.32);padding:2px 8px;border-radius:100px}.rv-card-date{font-size:13px;color:var(--text-muted)}.rv-card-title{font-family:var(--font-head);font-size:17px;font-weight:700;color:var(--text-dark);margin-bottom:6px;letter-spacing:-.01em}.rv-card-text{font-size:15px;line-height:1.6;color:var(--text-muted)}.rv-card-source{font-size:13px;color:var(--text-muted);opacity:.7;margin-top:8px}.rv-card-img{margin-top:14px;padding:0;width:160px;height:160px;display:block;border:1px solid var(--border-soft);border-radius:12px;overflow:hidden;background:var(--section-bg);cursor:pointer;transition:var(--transition)}.rv-card-img img{width:100%;height:100%;object-fit:cover;display:block}.rv-card-img:hover{border-color:var(--lime)}.rv-sep{border:none;border-top:1px solid var(--border-soft);margin:22px 0}.rv-empty{text-align:center;color:var(--text-muted);padding:44px 0}.rv-pagination{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;margin-top:36px}.rv-page,.rv-page-arrow{min-width:38px;height:38px;padding:0 10px;border-radius:50%;border:1px solid transparent;background:transparent;color:var(--text-dark);font-family:var(--font-main);font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:var(--transition)}.rv-page:hover,.rv-page-arrow:hover:not([disabled]){border-color:var(--border-soft);color:var(--lime)}.rv-page.is-active{background:var(--lime);color:var(--light-bg);border-color:var(--lime)}.rv-page-arrow{font-size:20px;border-color:var(--border-soft)}.rv-page-arrow[disabled]{opacity:.35;cursor:default}.rv-page-ellipsis{color:var(--text-muted);padding:0 4px}@media(max-width:768px){.rv-card-img{width:130px;height:130px}}.rv-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#030201d1;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .25s ease}.rv-modal.is-open{opacity:1}.rv-modal[hidden]{display:none}.rv-modal-panel{position:relative;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;background:var(--section-bg);border:1px solid var(--border-soft);border-radius:20px;padding:40px 34px 30px;transform:translateY(14px);transition:transform .25s ease}.rv-modal.is-open .rv-modal-panel{transform:translateY(0)}.rv-modal-close{position:absolute;top:16px;right:18px;width:38px;height:38px;border-radius:50%;border:1px solid var(--border-soft);background:transparent;color:var(--text-dark);font-size:15px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.rv-modal-close:hover{border-color:var(--lime);color:var(--lime)}.rv-modal-progress{height:4px;border-radius:4px;background:var(--border-soft);overflow:hidden;margin:2px 0 6px}.rv-modal-progress-bar{display:block;height:100%;width:20%;background:var(--lime);transition:width .3s ease}.rv-modal-stepind{font-size:12px;color:var(--text-muted);text-align:center;margin-bottom:18px}.rv-modal-title{font-family:var(--font-head);font-size:22px;font-weight:800;color:var(--text-dark);text-align:center;letter-spacing:-.01em}.rv-modal-title2{font-family:var(--font-head);font-size:18px;font-weight:800;color:var(--text-dark);text-align:center;margin-top:24px}.rv-modal-sub{font-size:14px;color:var(--text-muted);text-align:center;line-height:1.55;margin-top:8px}.rv-modal-product{margin:22px 0 12px;text-align:center}.rv-modal-product img{width:130px;height:130px;object-fit:contain;display:inline-block}.rv-modal-product figcaption{font-family:var(--font-head);font-weight:800;color:var(--text-dark);margin-top:8px}.rv-modal-pname{font-family:var(--font-head);font-weight:800;color:var(--text-dark);text-align:center;margin-bottom:4px}.rv-rate,.rv-rate-ro{display:flex;justify-content:center;gap:8px;margin:14px 0 4px}.rv-rate-star{background:none;border:none;padding:0;font-size:38px;line-height:1;color:var(--border-soft);cursor:pointer;transition:color .12s ease,transform .12s ease}.rv-rate-star.on{color:var(--lime)}.rv-rate-star:hover{transform:scale(1.08)}.rv-rate-ro .rv-star{font-size:26px}.rv-rate-labels{display:flex;justify-content:space-between;max-width:232px;margin:0 auto 6px;font-size:12px;color:var(--text-muted)}.rv-field-label{display:block;font-size:14px;font-weight:700;color:var(--text-dark);margin:18px 0 8px}.rv-field{width:100%;background:var(--light-bg);border:1px solid var(--border-soft);border-radius:10px;color:var(--text-dark);font-family:var(--font-main);font-size:14px;padding:12px 14px}.rv-field:focus{outline:none;border-color:var(--lime)}.rv-field::placeholder{color:var(--text-muted)}.rv-textarea{min-height:130px;resize:vertical}.rv-field-hint{font-size:12px;color:var(--text-muted);margin-top:6px}.rv-legal{font-size:11px;color:var(--text-muted);line-height:1.5;margin-top:14px;text-align:center}.rv-legal a{color:var(--lime);text-decoration:underline}.rv-error{font-size:12px;color:#e79a9a;margin-top:8px}.rv-check{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-dark);margin-top:16px;cursor:pointer}.rv-check input{width:18px;height:18px;accent-color:var(--lime)}.rv-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin:22px 0 6px;min-height:200px;padding:20px;border:2px dashed var(--border-soft);border-radius:14px;cursor:pointer;color:var(--text-muted);text-align:center;transition:var(--transition)}.rv-drop:hover,.rv-drop.drag{border-color:var(--lime);color:var(--lime)}.rv-drop-icon{color:var(--text-muted)}.rv-drop:hover .rv-drop-icon,.rv-drop.drag .rv-drop-icon{color:var(--lime)}.rv-drop-text strong{color:var(--text-dark)}.rv-drop-preview{max-width:100%;max-height:220px;border-radius:10px;display:block}.rv-drop.has-file{border-style:solid;min-height:auto}.rv-drop.has-file .rv-drop-icon,.rv-drop.has-file .rv-drop-text{display:none}.rv-modal-nav{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:26px}.rv-modal-nav-center{justify-content:center}.rv-btn-back{background:none;border:none;color:var(--text-dark);font-family:var(--font-main);font-size:14px;font-weight:600;cursor:pointer;padding:8px 4px}.rv-btn-back:hover{color:var(--lime)}@media(max-width:768px){.rv-modal-panel{max-width:95vw;padding:32px 20px 24px}.rv-rate-star{font-size:32px}}.rv-dd{position:relative;display:inline-flex}.rv-icon-btn.is-active{border-color:var(--lime);color:var(--lime)}.rv-dd-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:30;width:280px;background:var(--section-bg);border:1px solid var(--border-soft);border-radius:14px;padding:16px;text-align:left;box-shadow:0 18px 40px #00000080}.rv-dd-panel[hidden]{display:none}.rv-dd-panel-sort{width:220px}.rv-dd-title{font-family:var(--font-head);font-weight:800;font-size:14px;color:var(--text-dark);margin-bottom:12px}.rv-dd-group{margin-bottom:14px}.rv-dd-label{display:block;font-size:12px;color:var(--text-muted);margin-bottom:8px}.rv-dd-opts{display:flex;flex-wrap:wrap;gap:6px}.rv-dd-opts-col{flex-direction:column;gap:4px}.rv-chip{border:1px solid var(--border-soft);background:transparent;color:var(--text-dark);font-family:var(--font-main);font-size:12px;font-weight:600;padding:6px 12px;border-radius:100px;cursor:pointer;transition:var(--transition)}.rv-chip:hover{border-color:var(--lime)}.rv-chip.is-active{background:var(--lime);color:var(--light-bg);border-color:var(--lime)}.rv-sort-opt{width:100%;text-align:left;border:1px solid transparent;background:transparent;color:var(--text-dark);font-family:var(--font-main);font-size:14px;font-weight:600;padding:9px 12px;border-radius:10px;cursor:pointer;transition:var(--transition)}.rv-sort-opt:hover{background:var(--light-bg)}.rv-sort-opt.is-active{color:var(--lime)}.rv-sort-opt.is-active:before{content:"\2713  "}.rv-dd-clear{background:none;border:none;color:var(--lime);font-size:13px;font-weight:600;cursor:pointer;padding:4px 0}@media(max-width:768px){.rv-dd-panel{right:50%;transform:translate(50%);width:min(280px,86vw)}}.hero-copy .offer-mobile .om-option{background:#ffffff0d;border-color:#ffffff29}.hero-copy .offer-mobile .om-option.om-featured{background:#d4a8531f;border-color:var(--lime)}.hero-copy .offer-mobile .om-title,.hero-copy .offer-mobile .om-opt-qty,.hero-copy .offer-mobile .om-opt-price strong,.hero-copy .offer-mobile .om-price{color:#fff}.hero-copy .offer-mobile .om-radio{border-color:#fff6}.experts-section{padding:90px 40px;max-width:1280px;margin:0 auto}.experts-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;max-width:1200px;margin:0 auto 36px}.experts-head-text{max-width:760px}.experts-section .story-eyebrow{margin-bottom:14px}.experts-title{font-family:var(--font-head);font-size:clamp(24px,3.4vw,38px);font-weight:800;color:var(--text-dark);letter-spacing:-.02em;line-height:1.15}.experts-nav{display:flex;gap:10px;flex-shrink:0}.experts-nav .carousel-arrow{position:static;transform:none;display:inline-flex;box-shadow:none}.carousel--experts{position:relative;max-width:1200px;margin:0 auto}.carousel--experts .carousel-slide{display:flex}.expert-card{display:flex;flex-direction:column;width:100%;height:100%;background:var(--white);border:1px solid var(--border-soft);border-radius:20px;overflow:hidden}.expert-photo{width:100%;aspect-ratio:3 / 4;overflow:hidden;background:var(--section-bg)}.expert-photo img{width:100%;height:100%;object-fit:cover;display:block}.expert-photo--ph{display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#2a2008,#1d1710);color:var(--lime);font-family:var(--font-head);font-size:46px;font-weight:800;letter-spacing:.04em}.expert-body{display:flex;flex-direction:column;gap:10px;padding:20px 22px 24px}.expert-name{font-family:var(--font-head);font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;color:var(--text-dark)}.expert-badge{align-self:flex-start;max-width:100%;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;line-height:1.35;color:var(--lime);background:#d4a8531f;border:1px solid rgba(212,168,83,.32);padding:5px 11px;border-radius:100px}.expert-quote-mark{font-family:var(--font-head);font-size:44px;line-height:.2;height:16px;color:var(--lime);opacity:.55}.expert-quote{font-size:14px;line-height:1.65;color:var(--text-muted)}.expert-quote strong{color:var(--text-dark);font-weight:700}.experts-disclaimer{max-width:780px;margin:30px auto 0;text-align:center;font-style:italic;font-size:12.5px;line-height:1.55;color:var(--text-muted)}.carousel-arrow:disabled{opacity:.32;cursor:default;pointer-events:none}.carousel-arrow:disabled:hover{background:var(--section-bg);color:var(--lime)}.carousel--experts .carousel-track{cursor:grab}.carousel--experts .carousel-track.is-grabbing{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.carousel--experts .expert-photo img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}@media(min-width:901px){.carousel--experts .carousel-slide{flex:0 0 calc((100% - 72px)/4)}.carousel--experts .carousel-track{justify-content:safe center}}@media(max-width:900px){.experts-section{padding:56px 16px}.experts-head{align-items:flex-start;margin-bottom:26px}.carousel--experts .carousel-slide{flex:0 0 90%}}.carousel-track.is-grabbing{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.carousel-slide img{-webkit-user-drag:none}@media(max-width:900px){.carousel--badges .carousel-track,.carousel--grid3 .carousel-track,.carousel--grid4 .carousel-track{cursor:grab}}.hero-figure{position:relative}.hero-main-img{transition:opacity .25s ease}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:#0806038c;color:#fff;font-size:24px;line-height:1;cursor:pointer;z-index:4;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .2s ease,background .2s ease}.hero-arrow:hover{background:#080603c7}.hero-arrow.prev{left:8px}.hero-arrow.next{right:8px}.hero-arrow:disabled{opacity:.3;cursor:default;pointer-events:none}.hero-arrow[hidden]{display:none}.hero-thumbs-col{display:flex;flex-direction:column;align-items:center;gap:8px;flex:0 0 auto}.hero-thumb-nav{display:flex;align-items:center;justify-content:center;width:74px;height:26px;padding:0;border:1px solid var(--border-soft);border-radius:10px;background:var(--section-bg);color:var(--lime);font-size:16px;line-height:1;cursor:pointer;transition:var(--transition)}.hero-thumb-nav:hover{background:var(--lime);color:var(--light-bg)}.hero-thumb-nav:disabled{opacity:.3;cursor:default;pointer-events:none}.hero-thumb-nav[hidden]{display:none}@media(min-width:901px){.hero-thumbs{width:74px;flex:0 0 auto}.hero-thumbs.is-scroll{max-height:420px;overflow:hidden}}.offer-mobile .om-featured .om-opt-qty,.offer-mobile .om-featured .om-opt-price strong{color:#fff}.offer-mobile .om-featured .om-opt-sub,.offer-mobile .om-featured .om-opt-price small{color:#ffffffb8}.offer-mobile .om-featured .om-radio{border-color:var(--lime)}.hero-copy .om-option.om-featured{background:#e8455f52;border-color:var(--lime)}.hc-icon.hc-icon-img{overflow:hidden;padding:0;background:#ffffff1a}.hc-icon.hc-icon-img picture,.hc-icon.hc-icon-img img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.fs-icon picture{width:100%;height:100%;display:block}.fs-icon picture img{width:100%;height:100%;object-fit:cover;display:block}.badge-icon.badge-icon-img{overflow:hidden;padding:0}.badge-icon.badge-icon-img picture,.badge-icon.badge-icon-img img{width:100%;height:100%;object-fit:cover;border-radius:14px;display:block}.hero-copy .offer-mobile .om-option{background:#3a1a24cc;border-color:#ffffff38;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-copy .offer-mobile .om-option.om-featured{background:#e8455f57;border-color:var(--lime)}.hero-copy .offer-mobile .om-option{background:#1c0c1261;border-color:#ffffff4d;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.hero-copy .offer-mobile .om-option.om-featured{background:#e8455f47;border-color:var(--lime)}.hero-copy .offer-mobile .om-opt-qty,.hero-copy .offer-mobile .om-opt-price strong{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6)}.hero-copy .offer-mobile .om-opt-sub,.hero-copy .offer-mobile .om-opt-price small{color:#ffffffeb;text-shadow:0 1px 2px rgba(0,0,0,.55)}.hero-copy .offer-mobile .om-title,.hero-copy .offer-mobile .om-price,.hero-copy .offer-mobile .om-price small,.hero-copy .offer-mobile .om-rating,.hero-copy .offer-mobile .om-options-label,.hero-copy .offer-mobile .om-trust{text-shadow:0 1px 3px rgba(0,0,0,.55)}@media(max-width:900px){.hero-content{padding-top:16px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/se2v2-styles.css.map */
