*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-body:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-heading:ui-serif, Georgia, "Times New Roman", "Palatino Linotype", "Book Antiqua", serif}html{scroll-behavior:auto}body{font-family:var(--font-body);color:#2c2a27;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fdfbf7;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}img{max-width:100%;display:block}:root{--lp-primary:#9e6128;--lp-primary-hover:#b57230;--lp-primary-mid:#8c5622;--lp-primary-deep:#7a4a1c;--lp-accent:#b07838;--lp-accent-muted:#c8986a;--lp-ink:#2c1a08;--lp-muted:#8a6a4a;--lp-border:#e5e1d9;--lp-bg-subtle:#f5f2eb;--lp-surface:#fdfbf7;--lp-surface-muted:#faf7f1;--lp-dark-section:#1e1408;--lp-footer-bg:#140e05;--lp-section-pad-y:40px;--lp-section-pad-y-lg:52px}.lp-zoomable{cursor:zoom-in}.lp-section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--lp-muted);margin-bottom:12px;font-size:14px;font-weight:700;display:block}.lp-section-header{border-bottom:1px solid var(--lp-border);flex-direction:column;gap:10px;margin-bottom:28px;padding-bottom:16px;display:flex}@media (width>=768px){.lp-section-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.lp-section-title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--lp-ink);font-size:2rem;font-weight:600;line-height:1.2}@media (width>=1024px){.lp-section-title{font-size:2.75rem}}.lp-section-title em{color:#5a5650;white-space:nowrap;font-style:italic;font-weight:500}.lp-section-subtitle{color:var(--lp-muted);max-width:26rem;font-size:16px;font-weight:400;line-height:1.7}@media (width>=768px){.lp-section-subtitle{text-align:right}}@media (width>=1024px){.lp-section-subtitle{font-size:17px}}.lp-container{max-width:1280px;margin:0 auto;padding:0 24px}@media (width>=1024px){.lp-container{padding:0 48px}}.lp-btn-primary{background:var(--lp-primary);color:#fdfbf7;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;text-align:center;border:1px solid #9e612838;padding:18px 44px;font-size:15px;font-weight:600;transition:background .25s,box-shadow .25s,border-color .25s;display:inline-block;box-shadow:inset 0 1px #ffffff1a,0 4px 16px #9e61281f}.lp-btn-primary:hover{background:var(--lp-primary-hover);color:#fdfbf7;border-color:#9e612847;box-shadow:inset 0 1px #ffffff1f,0 6px 20px #9e612829}.lp-btn-secondary{text-transform:uppercase;letter-spacing:.1em;color:var(--lp-ink);border-bottom:2px solid #9e612859;align-items:center;gap:8px;padding-bottom:4px;font-size:15px;font-weight:600;transition:opacity .3s;display:inline-flex}.lp-btn-secondary:hover{opacity:.6}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.lp-fade-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp;transform:translateY(20px)}.lp-img-hover{transition:transform .6s}.lp-img-hover:hover{transform:scale(1.03)}.lp-nav{z-index:100;-webkit-backdrop-filter:blur(14px)saturate(1.15);backdrop-filter:blur(14px)saturate(1.15);border-bottom:1px solid var(--lp-border);background:#fffbf7f0;position:sticky;top:0;overflow:visible}.lp-nav-inner{justify-content:space-between;align-items:center;gap:8px;max-width:1280px;height:64px;margin:0 auto;padding:0 20px;display:flex}.lp-nav-logo-text{color:var(--lp-muted)}@media (width>=1024px){.lp-nav-inner{height:72px;padding:0 48px}}.lp-nav-logo{font-family:var(--font-heading);color:var(--lp-ink);letter-spacing:.03em;font-size:1.175rem;font-weight:600}@media (width>=1024px){.lp-nav-logo{font-size:1.5rem}}.lp-nav-links{align-items:center;gap:32px;list-style:none;display:none}@media (width>=768px){.lp-nav-links{display:flex}}.lp-nav-links a{color:var(--lp-muted);text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:600;transition:color .3s}.lp-nav-links a:hover{color:var(--lp-ink)}.lp-nav-right{align-items:center;gap:12px;display:flex}.lp-nav-cta{color:#fff;text-transform:uppercase;letter-spacing:.12em;background:#25d366;border:2px solid #25d366;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.lp-nav-cta svg{fill:currentColor;flex-shrink:0;width:18px;height:18px;display:block}@media (width>=1024px){.lp-nav-cta{padding:10px 28px}}.lp-nav-cta:hover{background:var(--lp-primary-hover);border-color:var(--lp-primary-hover);color:#fff}.lp-nav-cta-text{display:none}@media (width>=1024px){.lp-nav-cta-text{display:inline}}.lp-nav-mobile-btn{width:44px;height:44px;color:var(--lp-ink);background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:background .2s,border-color .2s,color .2s;display:flex}.lp-nav-mobile-btn:hover{border-color:var(--lp-border);background:#2524220d}@media (width>=768px){.lp-nav-mobile-btn{display:none}}.lp-nav-mobile-menu{z-index:200;border-top:1px solid var(--lp-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-overflow-scrolling:touch;background:#fffbf7fa;flex-direction:column;gap:0;max-height:min(72vh,100dvh - 64px);padding:8px 0 20px;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 16px 40px #14131214}.lp-nav-mobile-menu.open{display:flex}@media (width>=768px){.lp-nav-mobile-menu{display:none!important}}.lp-nav-mobile-menu a:not(.lp-nav-mobile-cta){color:var(--lp-ink);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--lp-border);padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;display:block}.lp-nav-mobile-menu a:not(.lp-nav-mobile-cta):hover{color:var(--lp-ink)}.lp-nav-mobile-cta{color:#0d6b5e;text-transform:uppercase;letter-spacing:.08em;text-align:center;box-sizing:border-box;background:0 0;border:1px solid #128c7e73;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:calc(100% - 32px);margin:16px 16px 0;padding:14px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:flex}.lp-nav-mobile-cta:hover{color:#0a5a50;background:#128c7e0f;border-color:#128c7ea6}.lp-nav-mobile-cta svg{fill:currentColor;flex-shrink:0;width:20px;height:20px;display:block}@media (width<=767px){.lp-nav-inner{justify-content:flex-start;padding:0 16px}.lp-nav-logo{letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:1.2rem;font-weight:500;line-height:1.15;overflow:hidden}.lp-nav-logo-text{color:var(--lp-ink);font-weight:500}.lp-nav-logo em{letter-spacing:.11em;color:var(--lp-muted);vertical-align:.06em;margin-left:.2em;font-size:.66em;font-style:normal;font-weight:600}}@media (width<=1023px){.lp-nav-cta{border:1px solid var(--lp-border);letter-spacing:0;background:#ffffffd9;border-radius:999px;flex-shrink:0;gap:0;width:44px;height:44px;padding:0;font-size:0;box-shadow:0 1px 2px #1413120d}.lp-nav-cta svg{fill:#128c7e;width:21px;height:21px}.lp-nav-cta:hover,.lp-nav-cta:focus-visible{color:inherit;background:#2524220a;border-color:#25242224}.lp-nav-cta:hover svg,.lp-nav-cta:focus-visible svg{fill:#0d6b5e}}.lp-hero{border-bottom:1px solid #9e612814;flex-direction:column;display:flex}@media (width>=1024px){.lp-hero{flex-direction:row;min-height:90vh}}.lp-hero-content{background:var(--lp-surface);z-index:10;flex-direction:column;justify-content:center;width:100%;padding:40px 24px;display:flex;position:relative}@media (width>=1024px){.lp-hero-content{width:50%;padding:48px 24px 48px 56px}}.lp-hero-content-inner{max-width:none}.lp-hero-title{font-family:var(--font-heading);color:var(--lp-ink);margin-bottom:24px;font-size:2.5rem;font-weight:600;line-height:1.1}@media (width>=768px){.lp-hero-title{font-size:3rem}}@media (width>=1024px){.lp-hero-title{font-size:3.5rem}}@media (width>=1280px){.lp-hero-title{font-size:4rem}}.lp-hero-title em{color:#5a5650;font-style:italic;font-weight:400}.lp-hero-subtitle{font-family:var(--font-body);color:var(--lp-muted);margin-bottom:28px;font-size:1.125rem;font-weight:400;line-height:1.5}@media (width>=1024px){.lp-hero-subtitle{font-size:1.25rem}}.lp-hero-subtitle-list{margin-block-start:0;padding-left:1.35em;list-style:outside}.lp-hero-subtitle-list li{margin:0;padding-inline-start:.2em}.lp-hero-subtitle-list li+li{margin-top:.45em}.lp-hero-subtitle-list li::marker{color:var(--lp-muted)}.lp-hero-subtitle-list li strong{color:var(--lp-ink);font-weight:700}.lp-hero-promo{color:var(--lp-ink);letter-spacing:.04em;background:0 0;flex-wrap:wrap;align-items:baseline;gap:6px;margin-bottom:20px;padding:0;font-size:13px;font-weight:500;display:flex}.lp-hero-promo strong{color:var(--lp-ink);white-space:nowrap;font-weight:700}.lp-hero-promo svg{color:var(--lp-muted);flex-shrink:0;align-self:center}.lp-hero-cta-group{flex-direction:column;align-items:flex-start;gap:16px;display:flex}@media (width>=640px){.lp-hero-cta-group{flex-direction:row;align-items:center;gap:24px}}.lp-hero-advantages{border-top:1px solid var(--lp-border);grid-template-columns:repeat(4,1fr);gap:0;margin-top:32px;padding-top:24px;display:grid}.lp-hero-adv{text-align:center;position:relative}.lp-hero-adv:not(:last-child):after{content:"";background:var(--lp-border);width:1px;position:absolute;top:4px;bottom:4px;right:0}.lp-hero-adv-value{font-family:var(--font-heading);color:var(--lp-ink);margin-bottom:4px;font-size:1.375rem;font-weight:700;line-height:1.2;display:block}.lp-hero-adv-label{text-transform:uppercase;letter-spacing:.1em;color:#999;font-size:11px;font-weight:600;display:block}@media (width>=1024px){.lp-hero-adv-value{font-size:1.5rem}.lp-hero-adv-label{font-size:12px}}.lp-hero-image{background:var(--lp-bg-subtle);width:100%;height:55vh;position:relative;overflow:hidden}@media (width>=1024px){.lp-hero-image{width:50%;height:auto}}.lp-hero-image img{object-fit:cover;object-position:center top;width:100%;height:100%}.lp-features{padding:var(--lp-section-pad-y) 24px;background:var(--lp-surface-muted)}@media (width>=1024px){.lp-features{padding:var(--lp-section-pad-y-lg) 48px}}.lp-features>.lp-section-header,.lp-features>.lp-fg-list,.lp-features>.lp-features-video,.lp-features>.lp-features-cta{max-width:1280px;margin-left:auto;margin-right:auto}@media (width<=767px){.lp-features .lp-features-header-blurb{display:none}}.lp-features-video{background:#1a1108;border-radius:16px;max-width:720px;margin-top:32px;margin-left:auto;margin-right:auto;overflow:hidden;box-shadow:0 4px 24px #0000001a}.lp-features-video video,.lp-features-video img{width:100%;display:block}.lp-features-cta{text-align:center;margin-top:28px}.lp-comparison{padding:var(--lp-section-pad-y) 24px;background:var(--lp-bg-subtle);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border)}@media (width>=1024px){.lp-comparison{padding:var(--lp-section-pad-y-lg) 48px}}.lp-comparison-inner{max-width:1280px;margin:0 auto}.lp-comparison-header{max-width:42rem;margin-bottom:24px}.lp-comparison .lp-section-label{color:var(--lp-muted)}.lp-comparison-subtitle{color:var(--lp-muted);margin-top:12px;font-size:15px;line-height:1.75}@media (width>=1024px){.lp-comparison-subtitle{font-size:16px}}.lp-cmp-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.lp-cmp-desktop{display:none}.lp-cmp-mobile-table{display:block}@media (width>=768px){.lp-cmp-desktop{display:block}.lp-cmp-mobile-table{display:none}}.lp-cmp-table{border-collapse:collapse;width:100%;color:var(--lp-ink);font-size:14px;line-height:1.5}.lp-cmp-table thead th{text-align:center;letter-spacing:.04em;border-bottom:2px solid var(--lp-border);background:var(--lp-surface-muted);color:#666;vertical-align:bottom;padding:14px;font-size:12px;font-weight:600}.lp-cmp-table thead th:first-child{text-align:left}.lp-cmp-th-hl{background:var(--lp-primary)!important;color:#fdfbf7!important}.lp-cmp-table tbody td{text-align:center;border-bottom:1px solid var(--lp-border);color:var(--lp-muted);vertical-align:middle;padding:12px 14px}.lp-cmp-table tbody tr:last-child td{border-bottom:none}.lp-cmp-td-feature{color:var(--lp-ink);white-space:nowrap;font-weight:600;text-align:left!important}.lp-cmp-td-hl{color:var(--lp-ink);background:#0d0d0d0a;font-weight:600}.lp-cmp-td-hl strong{font-weight:700}.lp-cmp-chk{color:var(--lp-ink);font-weight:700}.lp-cmp-disclaimer{color:#999;max-width:56rem;margin-top:20px;font-size:12px;line-height:1.65}.lp-comparison-cta{text-align:center;margin-top:28px}.lp-cmp-table-sm{font-size:11px}.lp-cmp-table-sm thead th{letter-spacing:0;padding:10px 6px;font-size:10px;line-height:1.25}.lp-cmp-table-sm thead th.lp-cmp-th-hl{font-size:10px}.lp-cmp-table-sm tbody td{padding:9px 6px;font-size:11px;line-height:1.35}.lp-cmp-table-sm .lp-cmp-td-feature{white-space:normal;font-size:11px}.lp-fg-list{flex-direction:column;gap:28px;display:flex}@media (width>=1024px){.lp-fg-list{gap:36px}}.lp-fg-block{flex-direction:column;gap:14px;display:flex}.lp-fg-block-header{max-width:600px}.lp-fg-text-divider{background:var(--lp-ink);width:40px;height:3px;margin-bottom:16px}.lp-fg-title{font-family:var(--font-heading);color:var(--lp-ink);margin-bottom:8px;font-size:1.5rem;font-weight:600;line-height:1.3}@media (width>=1024px){.lp-fg-title{font-size:1.75rem}}.lp-fg-subtitle{text-transform:uppercase;letter-spacing:.08em;color:var(--lp-muted);margin-bottom:0;font-size:13px;font-weight:600;line-height:1.6}@media (width>=1024px){.lp-fg-subtitle{font-size:14px}}.lp-fg-gallery{gap:12px;display:grid}.lp-fg-gallery-1{grid-template-columns:1fr;max-width:640px}.lp-fg-gallery-2,.lp-fg-gallery-3{grid-template-columns:1fr 1fr}.lp-fg-gallery-3 .lp-fg-img-wrap:first-child{grid-column:1/-1}@media (width>=768px){.lp-fg-gallery-3{grid-template-columns:repeat(3,1fr)}.lp-fg-gallery-3 .lp-fg-img-wrap:first-child{grid-column:auto}}.lp-fg-gallery-4{grid-template-columns:1fr 1fr}@media (width>=1024px){.lp-fg-gallery-4{grid-template-columns:repeat(4,1fr)}}.lp-fg-img-wrap{background:var(--lp-bg-subtle);overflow:hidden}.lp-fg-img-wrap img{width:100%;height:auto;transition:transform .6s;display:block}.lp-fg-img-wrap:hover img{transform:scale(1.03)}.lp-highlights{padding:var(--lp-section-pad-y) 24px;background:linear-gradient(180deg, #251508 0%, var(--lp-dark-section) 40%);position:relative}@media (width>=1024px){.lp-highlights{padding:var(--lp-section-pad-y-lg) 48px}}.lp-highlights .lp-section-label{color:#fffdf78c}.lp-highlights .lp-section-title{color:#fdfbf7}.lp-highlights .lp-section-title em{color:#fffdf7d1}.lp-highlights-header{text-align:center;max-width:1280px;margin-bottom:28px;margin-left:auto;margin-right:auto}.lp-highlights-subtitle{color:#ffffffa6;max-width:40rem;margin-top:12px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.7}@media (width>=1024px){.lp-highlights-subtitle{font-size:17px}}.lp-highlights-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:1280px;margin:0 auto;display:grid}@media (width>=640px){.lp-highlights-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (width>=1024px){.lp-highlights-grid{grid-template-columns:repeat(5,1fr);gap:20px}}.lp-highlights-card{text-align:center;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;padding:24px 12px;transition:border-color .3s,background .3s;position:relative}.lp-highlights-card:hover,.lp-highlights-card.is-touched{background:#fffdf70f;border-color:#fffdf773}.lp-highlights-icon{color:#fffdf7d9;border:2px solid #fffdf759;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 14px;display:flex}.lp-highlights-icon svg{stroke:currentColor;fill:none}.lp-highlights-value{font-family:var(--font-heading);color:#fff;margin-bottom:6px;font-size:1.5rem;font-weight:600;display:block}@media (width>=1024px){.lp-highlights-value{font-size:1.625rem}}.lp-highlights-label{text-transform:uppercase;letter-spacing:.1em;color:#fdfbf78c;margin-bottom:10px;font-size:13px;font-weight:700;display:block}@media (width>=1024px){.lp-highlights-label{font-size:14px}}.lp-highlights-desc{color:#fff9;margin:0;font-size:13px;line-height:1.6}.lp-highlights-detail{color:#ffffffbf;opacity:0;border-top:1px solid #0000;max-height:0;margin:0;font-size:13px;line-height:1.6;transition:max-height .35s,opacity .3s,margin .3s;overflow:hidden}.lp-highlights-card:hover .lp-highlights-detail,.lp-highlights-card.is-touched .lp-highlights-detail{opacity:1;border-top-color:#fffdf738;max-height:120px;margin-top:10px;padding-top:10px}@media (width>=1024px){.lp-highlights-desc,.lp-highlights-detail{font-size:14px}}.lp-highlights-cta{text-align:center;margin-top:28px}.lp-highlights-cta .lp-btn-primary{color:#fdfbf7;box-shadow:none;background:0 0;border:2px solid #fdfbf7e0}.lp-highlights-cta .lp-btn-primary:hover{filter:none;color:var(--lp-ink);background:#fdfbf7;border-color:#fdfbf7;box-shadow:0 10px 30px #00000038}.lp-company{padding:var(--lp-section-pad-y) 24px;background:var(--lp-bg-subtle)}@media (width>=1024px){.lp-company{padding:var(--lp-section-pad-y-lg) 48px}}.lp-company>.lp-section-header,.lp-company>.lp-company-split,.lp-company>.lp-company-cta{max-width:1280px;margin-left:auto;margin-right:auto}.lp-company-split{grid-template-columns:1fr;align-items:start;gap:28px;margin-bottom:28px;display:grid}@media (width>=1024px){.lp-company-split{grid-template-columns:1fr 1fr;gap:44px}}.lp-company-text-header{margin-bottom:24px}.lp-company-text-divider{background:var(--lp-ink);width:40px;height:3px;margin-bottom:16px}.lp-company-text-subtitle{font-family:var(--font-heading);color:var(--lp-ink);font-size:1.625rem;font-weight:600;line-height:1.3}@media (width>=1024px){.lp-company-text-subtitle{font-size:1.875rem}}.lp-company-text p{color:var(--lp-muted);margin-bottom:20px;font-size:16px;font-weight:400;line-height:1.7}@media (width>=1024px){.lp-company-text p{font-size:17px}}.lp-company-text p:last-of-type{margin-bottom:28px}.lp-company-text-mobile{display:none}.lp-company-image-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.lp-company-stats{border-top:1px solid var(--lp-border);grid-template-columns:repeat(2,1fr);gap:20px;padding-top:28px;display:grid}@media (width>=640px){.lp-company-stats{grid-template-columns:repeat(4,1fr)}}.lp-company-stat-value{font-family:var(--font-heading);color:var(--lp-ink);white-space:nowrap;font-size:2rem;font-weight:600;display:block}@media (width>=1024px){.lp-company-stat-value{font-size:2.25rem}}.lp-company-stat-label{text-transform:uppercase;letter-spacing:.1em;color:#777;font-size:13px;font-weight:600}@media (width>=1024px){.lp-company-stat-label{font-size:14px}}.lp-company-stat-footnote{color:#999;margin-top:2px;font-size:12px;font-style:italic;display:block}.lp-company-stat-note{color:#999;font-size:9px}.lp-company-grid-item{aspect-ratio:1;background:var(--lp-border);position:relative;overflow:hidden}.lp-company-grid-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.lp-company-grid-item:hover img{transform:scale(1.04)}.lp-company-grid-label{text-transform:uppercase;letter-spacing:.1em;color:#fff;background:#141312d1;padding:10px 14px;font-size:13px;font-weight:600;position:absolute;bottom:0;left:0;right:0}@media (width>=1024px){.lp-company-grid-label{padding:12px 16px;font-size:14px}}.lp-company-cta{text-align:center;margin-top:28px}.lp-proof{padding:var(--lp-section-pad-y) 24px;background:var(--lp-surface)}@media (width>=1024px){.lp-proof{padding:var(--lp-section-pad-y-lg) 48px}}.lp-proof-header{text-align:center;margin-bottom:24px}.lp-proof-header .lp-section-title{font-size:2rem}@media (width>=1024px){.lp-proof-header .lp-section-title{font-size:2.75rem}}.lp-proof-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--lp-ink) var(--lp-border);gap:16px;padding-bottom:16px;display:flex;overflow-x:auto}.lp-proof-carousel::-webkit-scrollbar{height:6px}.lp-proof-carousel::-webkit-scrollbar-track{background:var(--lp-border)}.lp-proof-carousel::-webkit-scrollbar-thumb{background:var(--lp-ink)}.lp-proof-card{scroll-snap-align:start;border:1px solid var(--lp-border);background:#fff;flex:0 0 280px;overflow:hidden}.lp-proof-card img{width:100%;height:auto;display:block}.lp-proof-view-all{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--lp-primary);border:2px solid var(--lp-primary);cursor:pointer;background:0 0;padding:14px 36px;font-size:14px;font-weight:700;transition:background .2s,color .2s}.lp-proof-view-all:hover{background:var(--lp-primary);color:#fff}@media (width<=767px){.lp-proof{padding:36px 16px}.lp-proof-header .lp-section-title{font-size:1.75rem}.lp-proof-card{flex:0 0 260px}}.lp-contact{background:var(--lp-dark-section);color:#fff;padding:var(--lp-section-pad-y) 24px}@media (width>=1024px){.lp-contact{padding:var(--lp-section-pad-y-lg) 48px}}.lp-contact-grid{grid-template-columns:1fr;align-items:start;gap:40px;max-width:1280px;margin:0 auto;display:grid}@media (width>=1024px){.lp-contact-grid{grid-template-columns:1fr 1fr;gap:48px}}.lp-contact-label{letter-spacing:.15em;text-transform:uppercase;color:#fdfbf785;margin-bottom:16px;font-size:14px;font-weight:700}.lp-contact-title{font-family:var(--font-heading);color:#fff;margin:0 0 20px;font-size:2rem;font-weight:600;line-height:1.25}.lp-contact-title em{color:#fdfbf7e0;font-style:italic}@media (width>=1024px){.lp-contact-title{font-size:2.5rem}}.lp-contact-desc{color:#fffc;max-width:32rem;margin:0 0 28px;font-size:16px;font-weight:400;line-height:1.7}@media (width>=1024px){.lp-contact-desc{font-size:17px}}.lp-contact-reply{color:#ffffff8c;align-items:center;gap:10px;margin-bottom:36px;font-size:14px;display:flex}.lp-contact-reply svg{stroke:currentColor;fill:none;width:16px;height:16px}.lp-contact-payment{border-top:1px solid #ffffff1f;margin-bottom:28px;padding-top:20px}.lp-contact-payment-label{letter-spacing:.15em;text-transform:uppercase;color:#ffffff73;margin:0 0 8px;font-size:12px;font-weight:700}.lp-contact-payment-methods{color:#ffffffeb;margin:0;font-size:15px;font-weight:500;line-height:1.6}.lp-contact-legal{border-top:1px solid #ffffff1f;max-width:32rem;margin-bottom:28px;padding-top:20px}.lp-contact-legal-line{color:#ffffff80;margin:0 0 6px;font-size:12px;line-height:1.65}.lp-contact-legal-line:last-child{margin-bottom:0}.lp-contact-legal-label{color:#ffffff8c;font-weight:600}.lp-contact-legal-sep{color:#ffffff59}.lp-contact-legal-line-en{color:#ffffff73}.lp-contact-channels{flex-direction:column;gap:16px;display:flex}.lp-contact-channel{align-items:center;gap:12px;font-size:16px;font-weight:500;transition:opacity .3s;display:inline-flex}.lp-contact-channel:hover{opacity:.8}.lp-contact-channel svg{flex-shrink:0;width:20px;height:20px}.lp-contact-channel-wa{color:#25d366}.lp-contact-channel-wa svg{fill:#25d366}.lp-contact-channel-default{color:#ffffffd9}.lp-contact-channel-default svg{stroke:currentColor;fill:none}.lp-contact-form{background:var(--lp-surface);color:var(--lp-ink);padding:32px 28px;scroll-margin-top:84px}@media (width>=1024px){.lp-contact-form{padding:40px 36px}}.lp-contact-form .lp-form-group{margin-bottom:24px}.lp-contact-form label{text-transform:uppercase;letter-spacing:.15em;color:#777;margin-bottom:8px;font-size:12px;font-weight:700;display:block}@media (width>=1024px){.lp-contact-form label{font-size:13px}}.lp-contact-form label .required{color:#d4453a}.lp-contact-form input,.lp-contact-form textarea{border:none;border-bottom:2px solid var(--lp-border);width:100%;font-family:var(--font-body);color:var(--lp-ink);background:0 0;outline:none;padding:12px 0;font-size:16px;transition:border-color .3s}.lp-contact-form input:focus,.lp-contact-form textarea:focus{border-bottom-color:var(--lp-ink)}.lp-form-group-select .lp-form-label-text{text-transform:uppercase;letter-spacing:.15em;color:#777;margin-bottom:8px;font-size:12px;font-weight:700;display:block}@media (width>=1024px){.lp-form-group-select .lp-form-label-text{font-size:13px}}.lp-form-group-select{z-index:1;position:relative}.lp-form-group-select.is-open{z-index:50}.lp-custom-select{width:100%;position:relative}.lp-custom-select-trigger{border:none;border-bottom:2px solid var(--lp-border);width:100%;font-family:var(--font-body);text-align:left;cursor:pointer;color:var(--lp-ink);background:0 0;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:12px 0;font-size:16px;transition:border-color .3s;display:flex}.lp-custom-select-trigger:hover{border-bottom-color:#0d0d0d38}.lp-custom-select-trigger:focus{border-bottom-color:var(--lp-ink);outline:none}.lp-custom-select.is-open .lp-custom-select-trigger{border-bottom-color:var(--lp-ink)}.lp-custom-select-placeholder{color:#bbb}.lp-custom-select-value{color:var(--lp-ink)}.lp-custom-select-chevron{color:#777;flex-shrink:0;transition:transform .25s}.lp-custom-select.is-open .lp-custom-select-chevron{color:var(--lp-primary);transform:rotate(180deg)}.lp-custom-select-menu{border:1px solid var(--lp-border);z-index:40;background:#fff;max-height:220px;margin:0;padding:6px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #1413121a}.lp-custom-select-option{cursor:pointer;color:var(--lp-ink);padding:11px 16px;font-size:15px;line-height:1.35;transition:background .15s,color .15s}.lp-custom-select-option:hover{color:var(--lp-ink);background:#b8941e14}.lp-custom-select-option.is-selected{color:var(--lp-ink);background:#b8941e1f;font-weight:600}.lp-contact-form input::placeholder,.lp-contact-form textarea::placeholder{color:#bbb}.lp-contact-form textarea{resize:vertical;min-height:80px}.lp-contact-form .hp-field{display:none}.lp-form-submit{background:var(--lp-primary);color:#fdfbf7;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;border:1px solid #9e612833;width:100%;margin-top:8px;padding:18px;font-size:15px;font-weight:700;transition:background .25s,border-color .25s;box-shadow:0 4px 14px #9e61281f}.lp-form-submit:hover{background:var(--lp-primary-hover);color:#fdfbf7;border-color:#9e612847}.lp-form-submit:disabled{opacity:.5;cursor:not-allowed}.lp-form-error{color:#d4453a;margin-bottom:12px;font-size:15px}@media (width<=767px){.lp-contact{padding:36px 16px}.lp-contact-title{font-size:1.75rem}.lp-contact-form{padding:24px 18px}}@media (width<=768px){.lp-landing-v2{padding-bottom:calc(env(safe-area-inset-bottom,0px))}}.lp-footer{background:var(--lp-footer-bg);padding:0}.lp-footer-company{text-align:center;border-bottom:1px solid #ffffff14;max-width:1280px;margin:0 auto;padding:28px 24px 24px}@media (width>=1024px){.lp-footer-company{padding:32px 48px 28px}}.lp-footer-company-line{color:#ffffff6b;margin:0 0 6px;font-size:12px;line-height:1.65}.lp-footer-company-line:last-child{margin-bottom:0}.lp-footer-company-line-en{color:#ffffff61}.lp-footer-company-sep{color:#ffffff47}.lp-footer-payment{border-bottom:1px solid #ffffff14;flex-direction:column;align-items:center;gap:12px;padding:28px 24px;display:flex}@media (width>=640px){.lp-footer-payment{flex-direction:row;justify-content:center;gap:16px}}.lp-footer-payment-label{text-transform:uppercase;letter-spacing:.15em;color:#fff6;font-size:12px;font-weight:600}.lp-footer-payment-icons{align-items:center;gap:10px;display:flex}.lp-footer-inner{color:#ffffff73;flex-direction:column;align-items:center;gap:16px;max-width:1280px;margin:0 auto;padding:24px;font-size:14px;display:flex}@media (width>=768px){.lp-footer-inner{flex-direction:row;justify-content:space-between}}@media (width>=1024px){.lp-footer-inner{padding:24px 48px}}.lp-footer-links{gap:24px;display:flex}.lp-footer-links a{color:#ffffff73;font-size:14px;transition:color .3s}.lp-footer-links a:hover{color:#fdfbf7e0}.lp-sticky-mobile{right:16px;bottom:calc(20px + var(--cookie-h,0px) + env(safe-area-inset-bottom,0px));z-index:100001;pointer-events:none;background:0 0;border:none;width:auto;margin:0;padding:0;transition:bottom .25s;display:block;position:fixed;left:auto}.lp-sticky-mobile .lp-sticky-fab{pointer-events:auto}@media (width>=768px){.lp-sticky-mobile{right:28px;bottom:calc(32px + var(--cookie-h,0px) + env(safe-area-inset-bottom,0px))}}.lp-sticky-fab{color:#fff;min-height:52px;font-family:var(--font-body);letter-spacing:.13em;text-transform:uppercase;background:linear-gradient(135deg,#c87e2a 0%,#e8a83c 55%,#d4921e 100%);border:1px solid #c87e2a59;border-radius:999px;justify-content:center;align-items:center;padding:0 26px;font-size:12px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff38,0 6px 24px #a05a0a6b,0 2px 8px #a05a0a47}.lp-sticky-fab:hover{transform:scale(1.05);box-shadow:inset 0 1px #ffffff47,0 10px 36px #a05a0a8c,0 4px 12px #a05a0a59}.lp-sticky-fab:active{opacity:.92;transform:scale(.98)}.lp-sticky-fab-label{z-index:1;position:relative}.lp-sticky-fab-badge{z-index:2;pointer-events:none;background:#e74c3c;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:4px;right:8px}.lp-sticky-fab-badge-ping{z-index:1;pointer-events:none;background:#e74c3c;border-radius:50%;width:12px;height:12px;animation:1.65s cubic-bezier(0,0,.2,1) infinite lp-quote-fab-ping;position:absolute;top:4px;right:8px}@keyframes lp-quote-fab-ping{0%{opacity:.7;transform:scale(1)}70%,to{opacity:0;transform:scale(2.35)}}@media (prefers-reduced-motion:reduce){.lp-sticky-fab-badge-ping{opacity:0;animation:none}}.lp-inline-form{background:var(--lp-dark-section);border-bottom:1px solid #ffffff14;padding:28px 24px}@media (width>=1024px){.lp-inline-form{padding:28px 48px}}.lp-inline-form-inner{flex-direction:column;gap:20px;max-width:1280px;margin:0 auto;display:flex}@media (width>=768px){.lp-inline-form-inner{flex-direction:row;align-items:center;gap:24px}}.lp-inline-form-text{flex-shrink:0}.lp-inline-form-badge{text-transform:uppercase;letter-spacing:.12em;color:#fdfbf78c;align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:700;display:inline-flex}.lp-inline-form-title{font-family:var(--font-heading);color:#fff;margin:0;font-size:1.25rem;font-weight:600;line-height:1.35}@media (width>=1024px){.lp-inline-form-title{white-space:nowrap;font-size:1.5rem}}.lp-inline-form-title em{color:#fdfbf7d1;font-style:italic}.lp-inline-form-fields{flex-flow:column wrap;flex:1;gap:12px;display:flex}@media (width>=640px){.lp-inline-form-fields{flex-direction:row;align-items:center;gap:10px}}.lp-inline-input{color:#fff;min-width:0;font-family:var(--font-body);background:#ffffff14;border:1px solid #ffffff2e;outline:none;flex:1;padding:14px 16px;font-size:15px;transition:border-color .3s,background .3s}.lp-inline-input::placeholder{color:#ffffff73}.lp-inline-input:focus{background:#ffffff1f;border-color:#fdfbf78c}@media (width<=767px){.lp-inline-input{font-size:16px}}.lp-inline-submit{color:var(--lp-ink);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;white-space:nowrap;background:#fdfbf7;border:2px solid #fdfbf7;flex-shrink:0;padding:14px 32px;font-size:14px;font-weight:700;transition:all .3s}.lp-inline-submit:hover{background:#dcd8d0;border-color:#dcd8d0}.lp-inline-submit:disabled{opacity:.5;cursor:not-allowed}.lp-inline-form-error{color:#ff6b6b;width:100%;margin:2px 0 0;font-size:13px;line-height:1.5}.lp-inline-form-success{color:#ffffffe6;align-items:center;gap:12px;padding:8px 0;font-size:15px;line-height:1.6;display:flex}.lp-inline-form-success strong{color:#fff}.lp-inline-form-wa-link{color:#25d366;text-underline-offset:2px;font-weight:600;text-decoration:underline}.lp-inline-form-wa-link:hover{opacity:.8}.lp-form-hint{color:#999;margin:-8px 0 16px;font-size:12px;font-style:italic}.lp-modal-overlay{z-index:10000;background:#0000008c;justify-content:center;align-items:center;padding:24px;animation:.3s modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.lp-modal{text-align:center;background:#fff;width:100%;max-width:480px;padding:48px 32px;position:relative}.lp-modal-close{cursor:pointer;background:0 0;padding:8px;transition:opacity .3s;position:absolute;top:16px;right:16px}.lp-modal-close:hover{opacity:.5}.lp-modal-close svg{width:20px;height:20px;stroke:var(--lp-ink);fill:none}.lp-modal-icon{border:2px solid #9e612840;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.lp-modal-icon svg{color:#2d8b55;stroke:currentColor;fill:none;width:32px;height:32px}.lp-modal h3{font-family:var(--font-heading);color:var(--lp-ink);margin-bottom:16px;font-size:1.625rem;font-weight:600}.lp-modal p{color:var(--lp-muted);margin-bottom:8px;font-size:16px;font-weight:400}.lp-modal-wa{color:var(--lp-ink);align-items:center;gap:8px;margin-top:16px;font-weight:600;transition:opacity .3s;display:inline-flex}.lp-modal-wa:hover{opacity:.7}.lp-modal-wa svg{fill:currentColor;width:20px;height:20px}@media (width<=767px){.lp-landing-v2{background:#faf9f7;overflow-x:clip}.lp-hero{border-bottom:none}.lp-section-header{border-bottom:none;margin-bottom:20px;padding-bottom:0}.lp-comparison{border-top:none;border-bottom:none}.lp-company-text-divider,.lp-fg-text-divider{display:none}.lp-company-stats{border-top:none;padding-top:20px}.lp-nav{border-bottom:none;box-shadow:0 1px #9e612814}.lp-hero{flex-direction:column;min-height:0}.lp-hero-image{border-top:1px solid #9e612814;flex:none;width:100%;height:clamp(260px,52vh,420px)}.lp-hero-image img{object-position:center top;height:100%}.lp-hero-content{background:#faf9f7;padding:28px 24px 24px}.lp-hero .lp-section-label{letter-spacing:.18em;color:#999;margin-bottom:10px;font-size:10px}.lp-hero-title{letter-spacing:-.03em;color:var(--lp-ink);margin-bottom:12px;font-size:clamp(1.75rem,6.5vw,2.125rem);line-height:1.1}.lp-hero-title em{color:var(--lp-ink)}.lp-hero-subtitle{color:#666;margin-bottom:16px;font-size:.9375rem;line-height:1.6}.lp-hero-promo{color:#888;background:0 0;border:none;border-radius:0;margin-bottom:20px;padding:0;font-size:12px}.lp-hero-promo strong{color:var(--lp-ink)}.lp-hero-cta-group{flex-direction:column;gap:0;width:100%}.lp-hero-cta-group .lp-btn-primary{text-align:center;background:var(--lp-primary);border-color:var(--lp-primary);color:#fff;letter-spacing:.1em;width:100%;padding:16px 24px;font-size:13px}.lp-hero-cta-group .lp-btn-secondary{display:none}.lp-hero-advantages{border-top:1px solid #9e612814;gap:0;margin-top:24px;padding-top:20px}.lp-hero-adv-value{color:var(--lp-ink);font-size:1.125rem}.lp-hero-adv-label{letter-spacing:.06em;color:#aaa;font-size:9px}.lp-hero-adv:not(:last-child):after{background:#9e612814}.lp-section-label{letter-spacing:.18em;color:#999;border-bottom:none;margin-bottom:8px;padding-bottom:0;font-size:10px}.lp-section-title{color:var(--lp-ink);letter-spacing:-.02em;font-size:1.625rem}.lp-section-subtitle{color:#888;font-size:14px}.lp-features{background:#faf9f7;padding:32px 20px}.lp-features>.lp-section-header{display:none}.lp-fg-list{gap:24px}.lp-fg-block{gap:12px}.lp-fg-title{letter-spacing:-.02em;color:var(--lp-ink);font-size:1.125rem}.lp-fg-subtitle{color:#aaa;letter-spacing:.06em;font-size:11px}.lp-fg-gallery .lp-fg-img-wrap:nth-child(n+2){display:none}.lp-fg-gallery{grid-template-columns:1fr}.lp-fg-gallery .lp-fg-img-wrap:first-child{grid-column:auto}.lp-fg-img-wrap{border-radius:6px;overflow:hidden}.lp-features-video{display:none}.lp-features-cta{margin-top:20px}.lp-features-cta .lp-btn-primary{width:100%;padding:16px}.lp-comparison{background:#f5f4f1;padding:32px 16px}.lp-comparison-header{margin-bottom:20px}.lp-highlights{padding:32px 16px}.lp-highlights .lp-section-title{font-size:1.625rem}.lp-highlights-cta .lp-btn-primary{width:100%;padding:16px}.lp-company{background:#faf9f7;padding:32px 20px}.lp-company-text-subtitle{color:var(--lp-ink);letter-spacing:-.02em;font-size:1.25rem}.lp-company-text p{color:#666;font-size:14px;line-height:1.7}.lp-company-stat-value{color:var(--lp-ink);font-size:1.5rem}.lp-company-stat-label{color:#999;font-size:10px}.lp-company-text-desktop{display:none}.lp-company-text-mobile{margin-bottom:16px;display:block}.lp-company-image-grid .lp-company-grid-item:nth-child(n+3){display:none}.lp-company-image-grid{border-radius:6px;grid-template-columns:1fr 1fr;gap:8px;overflow:hidden}.lp-company-grid-item{border-radius:0}.lp-company-cta{margin-top:24px}.lp-company-split{gap:24px;margin-bottom:0}.lp-proof{background:#faf9f7;padding:32px 0 32px 20px}.lp-proof-header{margin-bottom:20px;padding-right:20px}.lp-proof-header .lp-section-title{font-size:1.625rem}.lp-proof-card{border:none;border-radius:6px;flex:0 0 240px;overflow:hidden}.lp-contact{padding:32px 20px}.lp-contact-title{margin-bottom:12px;font-size:1.5rem}.lp-contact-desc{margin-bottom:20px;font-size:14px}.lp-contact-reply{margin-bottom:24px}.lp-contact-channels{gap:12px;margin-bottom:0}.lp-contact-channel{font-size:14px}.lp-contact-grid{gap:32px}.lp-contact-form{border-radius:8px;padding:24px 20px}.lp-contact-form .lp-form-group{margin-bottom:20px}.lp-contact-form input,.lp-contact-form textarea{font-size:16px}.lp-form-submit{background:var(--lp-primary);border-color:var(--lp-primary);margin-top:4px;padding:16px;font-size:14px}.lp-contact-mobile-hide{display:none}.lp-footer-company{padding:20px 20px 16px}.lp-btn-primary{text-align:center;letter-spacing:.1em;border-radius:6px;width:100%;padding:16px;font-size:13px}.lp-inline-form{display:none}}.lp-safe-bottom{padding-bottom:calc(48px + env(safe-area-inset-bottom,0px))}@media (width>=768px){.lp-safe-bottom{padding-bottom:0}}.img-lightbox{z-index:200000;-webkit-tap-highlight-color:transparent;background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.img-lightbox-close{z-index:3;color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.img-lightbox-close:hover{background:#fff3}.img-lightbox-counter{z-index:3;font-family:var(--font-body);letter-spacing:.08em;color:#ffffffb3;font-size:14px;font-weight:600;position:absolute;top:20px;left:50%;transform:translate(-50%)}.img-lightbox-arrow{z-index:3;color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s,border-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.img-lightbox-arrow:hover{background:#ffffff2e;border-color:#ffffff4d}.img-lightbox-prev{left:16px}.img-lightbox-next{right:16px}.img-lightbox-stage{touch-action:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.img-lightbox-img{object-fit:contain;will-change:transform;max-width:90vw;max-height:88vh;transition:transform .15s ease-out}@media (width<=768px){.img-lightbox-arrow{width:36px;height:36px}.img-lightbox-prev{left:8px}.img-lightbox-next{right:8px}.img-lightbox-close{width:38px;height:38px;top:12px;right:12px}.img-lightbox-img{max-width:96vw;max-height:85vh}}.cookie-consent{z-index:100002;background:linear-gradient(#fdf5ef 0%,#fff9f5 100%);border-top:1px solid #ead5cb;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 20px #0000000f}.cookie-consent-inner{align-items:center;gap:40px;max-width:1280px;margin:0 auto;padding:24px 48px;display:flex}.cookie-consent-body{flex:1;min-width:0}.cookie-consent-heading{font-family:var(--font-heading);color:#333;margin:0 0 4px;font-size:18px;font-weight:700}.cookie-consent-text{font-family:var(--font-body);color:#777;margin:0;font-size:13px;line-height:1.65}.cookie-consent-link{color:#888;text-underline-offset:2px;white-space:nowrap;text-decoration:underline}.cookie-consent-link:hover{color:#3a3734}.cookie-consent-actions{flex-shrink:0;gap:10px;display:flex}.cookie-consent-btn{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;white-space:nowrap;text-align:center;border-radius:4px;padding:10px 28px;font-size:13px;font-weight:600;line-height:1.4;text-decoration:none;transition:background .2s,color .2s,border-color .2s}.cookie-consent-decline{color:#888;background:0 0;border:1px solid #d5cfc6}.cookie-consent-decline:hover{color:#555;background:#00000005;border-color:#bbb}.cookie-consent-accept{color:#fdfbf7;background:#3a3734;border:1px solid #2c2a2740}.cookie-consent-accept:hover{background:#4f4b46;border-color:#2c2a274d}@media (width<=768px){.cookie-consent-inner{text-align:center;flex-direction:column;gap:16px;padding:20px}.cookie-consent-actions{justify-content:center;width:100%}.cookie-consent-btn{flex:1;padding:11px 16px;font-size:12px}.cookie-consent-heading{font-size:16px}.cookie-consent{bottom:0}}
