.lp-root{--font-space:var(--font-space-loaded),"Space Grotesk",ui-sans-serif,system-ui,sans-serif;--lp-bg:#ffffff;--lp-bg-soft:#fafaf9;--lp-bg-card:#f7f7f5;--lp-fg:#0a0a0a;--lp-fg-muted:#555555;--lp-fg-subtle:#999999;--lp-border:#e8e8e6;--lp-border-strong:#d4d4d0;--lp-dark-bg:#0a0a0a;--lp-dark-fg:#ffffff;--lp-dark-fg-muted:#a0a0a0;--lp-dark-fg-subtle:#666666;--lp-dark-card:#161616;--lp-dark-border:#222222;--lp-green:#22c55e;--lp-ease:cubic-bezier(0.2,0.9,0.3,1.1);--lp-ease-out:cubic-bezier(0.16,1,0.3,1);background:var(--lp-bg);color:var(--lp-fg);font-family:var(--font-sans);min-height:100vh;overflow-x:hidden}.lp-display{font-family:var(--font-space);font-weight:500;line-height:.95;letter-spacing:-.045em}.lp-nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--lp-border);padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.lp-nav-logo{color:var(--lp-fg);text-decoration:none;display:inline-flex;align-items:center}.lp-nav-links{display:flex;gap:4px;align-items:center}.lp-nav-link{font-size:14px;color:var(--lp-fg-muted);text-decoration:none;padding:6px 12px;border-radius:8px;transition:color .15s var(--lp-ease-out),background .15s var(--lp-ease-out)}.lp-nav-link:hover{color:var(--lp-fg);background:var(--lp-bg-card)}.lp-nav-cta{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--lp-fg);color:var(--lp-bg);border-radius:999px;font-size:13px;font-weight:500;text-decoration:none;margin-left:8px;transition:transform .15s var(--lp-ease-out),background .15s var(--lp-ease-out)}.lp-nav-cta:hover{background:#222;transform:translateY(-1px)}@media (max-width:720px){.lp-nav-link[data-hide-mobile=true]{display:none}}.lp-hero{position:relative;padding:96px 24px 120px;max-width:1360px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:72px;align-items:center;min-height:82vh}.lp-hero-content{position:relative;z-index:2}.lp-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--lp-fg-muted);background:var(--lp-bg-card);padding:6px 14px;border-radius:999px;margin-bottom:28px;font-weight:500}.lp-eyebrow:before{content:"";width:6px;height:6px;background:var(--lp-green);border-radius:50%;animation:lp-pulse 2s ease-in-out infinite}@keyframes lp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.lp-h1{font-size:clamp(44px,6.5vw,84px);margin-bottom:28px;color:var(--lp-fg)}.lp-h1 .lp-accent{font-style:italic;color:var(--lp-fg-muted)}.lp-lead{font-size:18px;color:var(--lp-fg-muted);max-width:500px;margin-bottom:36px;line-height:1.55}.lp-hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.lp-btn-primary,.lp-btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:13px 24px;border-radius:999px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s var(--lp-ease-out);cursor:pointer;border:none;font-family:inherit;line-height:1}.lp-btn-primary{background:var(--lp-fg);color:var(--lp-bg)}.lp-btn-primary:hover{background:#222;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.lp-btn-secondary{background:transparent;color:var(--lp-fg);border:1px solid var(--lp-fg)}.lp-btn-secondary:hover{background:var(--lp-fg);color:var(--lp-bg)}.lp-hero-tag{margin-top:26px;font-size:13px;color:var(--lp-fg-muted)}.lp-hero-tag a{color:var(--lp-fg);text-decoration:underline;text-underline-offset:3px;font-weight:500}.lp-hero-visual{position:relative;aspect-ratio:1/1.15;max-width:520px;justify-self:end;width:100%}.lp-hero-photo{position:absolute;inset:0;border-radius:32px;background-size:cover;background-position:50%;background-image:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.5)),url(https://images.unsplash.com/photo-1600891964599-f61ba0e24092?w=1200&q=80),url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1200&q=80),linear-gradient(135deg,#1a1a1a,#333);overflow:hidden;transform:translateZ(0);animation:lp-hero-pan 24s ease-in-out infinite alternate;will-change:transform,background-position}@keyframes lp-hero-pan{0%{background-position:center 40%}to{background-position:center 60%}}.lp-hero-badge{position:absolute;top:20px;right:20px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);padding:7px 14px;border-radius:999px;font-size:12px;font-weight:500;color:var(--lp-fg);display:flex;align-items:center;gap:6px;z-index:3;animation:lp-float-in .8s .3s var(--lp-ease) both}.lp-hero-badge:before{content:"";width:6px;height:6px;background:var(--lp-green);border-radius:50%;animation:lp-pulse 2s infinite}.lp-chat-bubble{position:absolute;background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 8px 32px rgba(0,0,0,.22);font-size:13px;max-width:240px;animation:lp-float-in .9s var(--lp-ease) both;z-index:3}.lp-chat-bubble--in{top:12%;left:-6%;animation-delay:.7s}.lp-chat-bubble--out{bottom:22%;right:-4%;background:#dcf8c6;animation-delay:1.4s}.lp-chat-bubble .lp-chat-who{font-size:10px;font-weight:600;color:var(--lp-fg-muted);margin-bottom:3px;text-transform:uppercase;letter-spacing:.08em}.lp-chat-bubble--out .lp-chat-who{color:#4a7c3a}@keyframes lp-float-in{0%{opacity:0;transform:translateY(20px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.lp-trust{padding:24px;border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border);background:var(--lp-bg-soft)}.lp-trust-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:32px;flex-wrap:wrap;justify-content:space-between}.lp-trust-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--lp-fg-subtle);font-weight:600}.lp-trust-name{font-size:22px;font-weight:500;color:var(--lp-fg);text-decoration:none;letter-spacing:-.02em}.lp-trust-quote{font-size:14px;color:var(--lp-fg-muted);font-style:italic;max-width:640px}.lp-section{padding:110px 24px;position:relative;overflow:hidden}.lp-section--dark{background:var(--lp-dark-bg);color:var(--lp-dark-fg)}.lp-container{max-width:1200px;margin:0 auto}.lp-section-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--lp-fg-subtle);margin-bottom:18px;font-weight:600}.lp-section--dark .lp-section-eyebrow{color:var(--lp-dark-fg-subtle)}.lp-section-title{font-size:clamp(34px,4.5vw,60px);margin-bottom:22px;max-width:720px}.lp-section-lead{font-size:17px;color:var(--lp-fg-muted);max-width:620px;margin-bottom:72px;line-height:1.55}.lp-section--dark .lp-section-lead{color:var(--lp-dark-fg-muted)}.lp-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.lp-feature{padding:36px 30px;background:var(--lp-bg-card);border-radius:20px;transition:transform .4s var(--lp-ease),box-shadow .4s var(--lp-ease);cursor:pointer;position:relative;overflow:hidden}.lp-feature:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.02),transparent 60%);opacity:0;transition:opacity .3s}.lp-feature:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.08)}.lp-feature:hover:before{opacity:1}.lp-feature-icon{width:42px;height:42px;background:var(--lp-fg);color:var(--lp-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;font-size:18px;font-weight:500}.lp-feature h3{font-family:var(--font-sans);font-size:22px;font-weight:600;letter-spacing:-.02em;margin-bottom:10px;line-height:1.2;color:var(--lp-fg)}.lp-feature p{color:var(--lp-fg-muted);font-size:15px;line-height:1.55;margin:0}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}@media (max-width:900px){.lp-steps{grid-template-columns:1fr;gap:24px}}.lp-step{position:relative}.lp-step-num{font-family:var(--font-sans);font-size:13px;font-weight:600;color:var(--lp-dark-fg-subtle);margin-bottom:18px;letter-spacing:.12em}.lp-step-visual{aspect-ratio:1/1.05;background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid var(--lp-dark-border);border-radius:20px;margin-bottom:22px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:transform .4s var(--lp-ease-out)}.lp-step:hover .lp-step-visual{transform:scale(1.02)}.lp-device{width:60%;aspect-ratio:9/18;background:#fff;border-radius:18px;padding:12px 8px;box-shadow:0 20px 40px rgba(0,0,0,.25);display:flex;flex-direction:column;gap:6px;overflow:hidden}.lp-device-msg{padding:7px 10px;border-radius:10px;font-size:10px;line-height:1.35;max-width:88%;color:#0a0a0a}.lp-device-msg--in{background:#f0f0f0;align-self:flex-start}.lp-device-msg--out{background:#dcf8c6;align-self:flex-end}.lp-step h3{font-family:var(--font-sans);font-size:21px;font-weight:600;letter-spacing:-.02em;margin-bottom:10px;line-height:1.2;color:var(--lp-dark-fg)}.lp-step p{color:var(--lp-dark-fg-muted);font-size:15px;line-height:1.55;margin:0}.lp-stats-block{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@media (max-width:900px){.lp-stats-block{grid-template-columns:1fr;gap:48px}}.lp-stats-photo{aspect-ratio:4/5;border-radius:24px;background-size:cover;background-position:50%;background-image:linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(0,0,0,.55)),url(https://images.unsplash.com/photo-1552566626-52f8b828add9?w=1000&q=80),url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1000&q=80),linear-gradient(135deg,#2a2020,#100a0a);position:relative;overflow:hidden}.lp-stats-photo-caption{position:absolute;bottom:24px;left:24px;right:24px;color:#fff;font-size:14px}.lp-stats-photo-caption .lp-caption-name{font-weight:600;font-size:17px;margin-bottom:3px;letter-spacing:-.01em}.lp-stats-photo-caption .lp-caption-place{opacity:.85}.lp-stat-list{display:flex;flex-direction:column;gap:36px}.lp-stat-item{border-bottom:1px solid var(--lp-border);padding-bottom:28px}.lp-stat-item:last-child{border-bottom:none;padding-bottom:0}.lp-stat-value{font-family:var(--font-space);font-weight:500;font-size:clamp(48px,5vw,72px);letter-spacing:-.045em;line-height:1;margin-bottom:10px;color:var(--lp-fg);font-variant-numeric:tabular-nums}.lp-stat-label{color:var(--lp-fg-muted);font-size:15px;line-height:1.55}.lp-sectors-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px;gap:40px;flex-wrap:wrap}.lp-sectors-lead{max-width:460px;color:var(--lp-fg-muted);font-size:16px;line-height:1.6}.lp-sectors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.lp-sector{aspect-ratio:4/5;border-radius:20px;overflow:hidden;position:relative;cursor:pointer;transition:transform .5s var(--lp-ease);background-size:cover;background-position:50%}.lp-sector:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.78));z-index:1;transition:opacity .4s}.lp-sector:hover{transform:translateY(-6px)}.lp-sector:hover:before{opacity:.88}.lp-sector-label{position:absolute;bottom:22px;left:22px;right:22px;z-index:2;color:#fff}.lp-sector-kind{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.75);margin-bottom:4px;font-weight:600}.lp-sector-title{font-size:19px;font-weight:600;letter-spacing:-.02em;line-height:1.15}.lp-sector-tag{position:absolute;top:18px;left:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);padding:5px 11px;border-radius:999px;font-size:11px;font-weight:500;color:var(--lp-fg);z-index:2;display:flex;align-items:center;gap:5px}.lp-sector-tag:before{content:"●";color:var(--lp-green);font-size:8px}.lp-sector--1{background-image:url(https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=800&q=80),linear-gradient(135deg,#2a2320,#1a1512)}.lp-sector--2{background-image:url(https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=800&q=80),linear-gradient(135deg,#3a2418,#1c1108)}.lp-sector--3{background-image:url(https://images.unsplash.com/photo-1600891964599-f61ba0e24092?w=800&q=80),linear-gradient(135deg,#221a10,#100a05)}.lp-sector--4{background-image:url(https://images.unsplash.com/photo-1552566626-52f8b828add9?w=800&q=80),linear-gradient(135deg,#2a2020,#150e0e)}.lp-faq{max-width:760px;margin:0 auto}.lp-faq-item{border-top:1px solid var(--lp-border);padding:22px 0;transition:background .15s}.lp-faq-item:last-of-type{border-bottom:1px solid var(--lp-border)}.lp-faq-item summary{cursor:pointer;font-size:17px;font-weight:500;color:var(--lp-fg);list-style:none;letter-spacing:-.01em;line-height:1.4;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:color .15s}.lp-faq-item summary::-webkit-details-marker{display:none}.lp-faq-item summary:after{content:"+";font-size:22px;font-weight:300;color:var(--lp-fg-muted);transition:transform .25s var(--lp-ease);flex-shrink:0}.lp-faq-item[open] summary:after{transform:rotate(45deg)}.lp-faq-item summary:hover{color:var(--lp-fg)}.lp-faq-item p{margin-top:14px;font-size:15px;line-height:1.6;color:var(--lp-fg-muted);max-width:640px}.lp-final{background:var(--lp-dark-bg);padding:140px 24px 160px;text-align:center}.lp-final,.lp-final h2{color:var(--lp-dark-fg)}.lp-final h2{font-size:clamp(44px,7vw,92px);max-width:920px;margin:0 auto 40px}.lp-final h2 .lp-accent{font-style:italic;color:var(--lp-dark-fg-muted)}.lp-final .lp-btn-primary,.lp-section--dark .lp-btn-primary{background:var(--lp-dark-fg);color:var(--lp-dark-bg)}.lp-final .lp-btn-primary:hover,.lp-section--dark .lp-btn-primary:hover{background:#f0f0f0}.lp-final .lp-btn-secondary,.lp-section--dark .lp-btn-secondary{color:var(--lp-dark-fg);border-color:rgba(255,255,255,.3)}.lp-final .lp-btn-secondary:hover,.lp-section--dark .lp-btn-secondary:hover{background:var(--lp-dark-fg);color:var(--lp-dark-bg)}.lp-final-tag{margin-top:28px;font-size:14px;color:var(--lp-dark-fg-muted)}.lp-final-tag a{color:var(--lp-dark-fg);text-decoration:underline;text-underline-offset:3px;font-weight:500}.lp-footer{padding:40px 24px;border-top:1px solid var(--lp-border);background:var(--lp-bg-soft);color:var(--lp-fg-muted);font-size:13px}.lp-footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.lp-footer a{color:var(--lp-fg-muted);text-decoration:none;transition:color .15s}.lp-footer a:hover{color:var(--lp-fg)}.lp-footer-brand-row{display:flex;align-items:center;gap:8px;color:var(--lp-fg);flex-wrap:wrap}.lp-footer-links{display:flex;gap:20px;flex-wrap:wrap}.lp-fade-in{opacity:0;transform:translateY(24px);transition:opacity .9s var(--lp-ease-out),transform .9s var(--lp-ease-out);will-change:opacity,transform}.lp-fade-in.lp-visible{opacity:1;transform:translateY(0)}.lp-fade-in:nth-of-type(2){transition-delay:.08s}.lp-fade-in:nth-of-type(3){transition-delay:.16s}.lp-fade-in:nth-of-type(4){transition-delay:.24s}@media (prefers-reduced-motion:reduce){.lp-fade-in{opacity:1;transform:none;transition:none}.lp-chat-bubble,.lp-hero-badge{animation:none;opacity:1}.lp-eyebrow:before,.lp-hero-badge:before,.lp-hero-photo{animation:none}}@media (max-width:900px){.lp-hero{grid-template-columns:1fr;padding:64px 20px 80px;gap:56px;min-height:auto}.lp-hero-visual{max-width:100%;justify-self:stretch;aspect-ratio:1/1}.lp-chat-bubble--in{left:4%}.lp-chat-bubble--out{right:4%}.lp-final,.lp-section{padding:72px 20px}.lp-sectors-header{flex-direction:column;align-items:flex-start}}