:root{--lps-coral:#ff6b3d;--lps-coral-dark:#c2461c;--lps-coral-light:#ffe3d8;--lps-teal:#19c2a3;--lps-teal-dark:#0f6e56;--lps-teal-light:#d6f5ec;--lps-ink:#14181f;--lps-ink-soft:#2a2f38;--lps-ink-muted:#5f646d;--lps-cream:#f7f3ec;--lps-white:#fff;--lps-border:#e7e2d8;--lps-gray:#8a8f99;--lps-font-display:"Poppins", system-ui, -apple-system, sans-serif;--lps-font-body:"Inter", system-ui, -apple-system, sans-serif;--lps-w-regular:400;--lps-w-medium:500;--lps-w-semibold:600;--lps-w-bold:700}@font-face{font-family:Poppins;font-weight:400;font-display:swap;src:url(../fonts/Poppins-Regular.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:500;font-display:swap;src:url(../fonts/Poppins-Medium.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:600;font-display:swap;src:url(../fonts/Poppins-SemiBold.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:700;font-display:swap;src:url(../fonts/Poppins-Bold.woff2)format("woff2")}@font-face{font-family:Inter;font-weight:100 900;font-display:swap;src:url(../fonts/Inter-Variable.woff2)format("woff2")}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{color:var(--lps-ink);background:var(--lps-cream);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;font-size:17px;line-height:1.65;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}:root{--maxw:1120px;--gap:clamp(1rem,3vw,2rem);--radius:16px;--radius-sm:10px;--nav-h:72px;--sect-pad:clamp(4rem,9vw,7rem)}h1,h2,h3,h4{color:var(--lps-ink);font-family:Poppins,sans-serif;font-weight:700;line-height:1.12}h2.h-sect{letter-spacing:-.01em;font-size:clamp(1.9rem,4.5vw,3rem)}h3{font-weight:600}p{color:var(--lps-ink-soft)}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--lps-coral-dark);font-family:Inter;font-size:.8rem;font-weight:600}.lead{color:var(--lps-ink-soft);max-width:46ch;font-size:clamp(1.05rem,2vw,1.25rem)}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2.5rem)}.section{padding-block:var(--sect-pad)}.section-head{max-width:60ch;margin-bottom:clamp(2rem,5vw,3.5rem)}.section-head .eyebrow{margin-bottom:.75rem}.btn{border-radius:var(--radius-sm);white-space:nowrap;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:Poppins;font-size:1rem;font-weight:600;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--lps-coral);color:var(--lps-ink)}.btn-primary:hover{background:#ff7d54}.btn-ghost{border:1.5px solid var(--lps-border);color:var(--lps-ink)}.btn-ghost:hover{border-color:var(--lps-ink)}.on-dark .btn-ghost,.btn-ghost.on-dark{color:var(--lps-cream);border-color:#3a414c}.on-dark .btn-ghost:hover{border-color:var(--lps-cream)}.nav{height:var(--nav-h);z-index:50;align-items:center;transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f7f3ecd9;box-shadow:0 1px #0000000f}.nav .container{justify-content:space-between;align-items:center;gap:1rem;display:flex}.nav__logo{height:34px}.nav__links{align-items:center;gap:clamp(1rem,2.5vw,2rem);display:flex}.nav__links a{color:var(--lps-ink-muted);font-size:.95rem;transition:color .15s}.nav__links a:hover{color:var(--lps-ink)}.nav.over-dark .nav__links a{color:#c4c8cf}.nav.over-dark .nav__links a:hover{color:#fff}.langtoggle{border:1px solid var(--lps-border);border-radius:20px;display:inline-flex;overflow:hidden}.langtoggle button{color:var(--lps-ink-muted);padding:.3rem .7rem;font-size:.8rem;font-weight:600}.langtoggle button[aria-pressed=true]{background:var(--lps-coral);color:var(--lps-ink)}.nav.over-dark .langtoggle{border-color:#3a414c}.nav.over-dark .langtoggle button{color:#c4c8cf}.nav.over-dark .langtoggle button[aria-pressed=true]{background:var(--lps-coral);color:var(--lps-ink)}.nav__menu-btn{color:inherit;font-size:1.5rem;display:none}.hero{background:var(--lps-ink);min-height:100svh;color:var(--lps-cream);align-items:center;display:flex;position:relative;overflow:hidden}#hero-canvas{z-index:1;width:100%;height:100%;position:absolute;inset:0}.hero__inner{z-index:2;padding-top:var(--nav-h);position:relative}.hero h1{color:var(--lps-cream);letter-spacing:-.02em;margin:.6rem 0 0;font-size:clamp(2.4rem,7vw,4.6rem)}.hero h1 .accent{color:var(--lps-coral)}.hero .lead{color:#cdc9c0;margin-top:1.25rem}.hero .eyebrow{color:var(--lps-teal)}.hero__cta{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.hero__scroll{z-index:2;color:#8b9096;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.4rem;font-size:.8rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.grid{gap:clamp(1rem,2.5vw,1.5rem);display:grid}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}.cols-2{grid-template-columns:repeat(2,1fr)}.card{background:var(--lps-white);border:1px solid var(--lps-border);border-radius:var(--radius);padding:clamp(1.25rem,3vw,1.75rem)}.card .ic{background:var(--lps-coral-light);width:48px;height:48px;color:var(--lps-coral-dark);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.card .ic svg{width:24px;height:24px}.card h3{margin-bottom:.4rem;font-size:1.2rem}.card p{font-size:.98rem}.footer{background:var(--lps-ink);color:#c4c8cf;padding-block:clamp(2.5rem,6vw,4rem)}.footer a:hover{color:#fff}.footer__logo{height:40px;margin-bottom:1rem}.reveal{will-change:transform,opacity}.text-center{text-align:center}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){.cols-4,.cols-3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){body{font-size:16px}.cols-2,.cols-3,.cols-4{grid-template-columns:1fr}.nav__links{display:none}.nav__links.open{top:var(--nav-h);background:var(--lps-cream);flex-direction:column;gap:1rem;padding:1.25rem;display:flex;position:absolute;left:0;right:0;box-shadow:0 8px 20px #0000001a}.nav__menu-btn{display:block}}.section--alt{background:var(--lps-white)}.section--dark{background:var(--lps-ink);color:var(--lps-cream)}.section--dark h2,.section--dark h3{color:var(--lps-cream)}.section--dark .lead{color:#cdc9c0}.section--dark .eyebrow{color:var(--lps-coral)}.container--narrow{max-width:760px}.hero .btn-ghost,.section--dark .btn-ghost{color:var(--lps-cream);border-color:#3a414c}.hero .btn-ghost:hover,.section--dark .btn-ghost:hover{border-color:var(--lps-cream)}.note{color:var(--lps-ink-muted);margin-top:.5rem;font-size:.85rem}.section--dark .note{color:#8b9096}.nav__logo{align-items:center;height:34px;display:inline-flex}.nav__logo-img{width:auto;height:34px}.nav__logo-img.dark,.nav.scrolled .nav__logo-img.light{display:none}.nav.scrolled .nav__logo-img.dark{display:block}.steps{counter-reset:s;grid-template-columns:repeat(3,1fr);gap:clamp(1.25rem,3vw,2rem);display:grid}.step{align-items:flex-start;gap:1rem;display:flex}.step__n{background:var(--lps-coral);width:44px;height:44px;color:var(--lps-ink);border-radius:12px;flex:none;justify-content:center;align-items:center;font-family:Poppins;font-size:1.2rem;font-weight:700;display:flex}.step h3{margin-bottom:.3rem;font-size:1.15rem}.step p{font-size:.98rem}@media (width<=760px){.steps{grid-template-columns:1fr}}.aud-card{background:var(--lps-white);border:1px solid var(--lps-border);border-radius:var(--radius);padding:clamp(1.5rem,4vw,2.25rem)}.aud-card .ic{background:var(--lps-coral-light);width:52px;height:52px;color:var(--lps-coral-dark);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.1rem;display:flex}.aud-card .ic svg{width:26px;height:26px}.aud-card h3{margin-bottom:.6rem;font-size:1.5rem}.ticklist{flex-direction:column;gap:.55rem;margin-top:1.1rem;display:flex}.ticklist li{color:var(--lps-ink-soft);padding-left:1.9rem;font-size:.98rem;position:relative}.ticklist li:before{content:"";background:var(--lps-teal-light);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F6E56' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:.8rem;border-radius:50%;width:1.25rem;height:1.25rem;position:absolute;top:.15rem;left:0}.pillar .ic{width:48px;height:48px;color:var(--lps-coral);background:#ff6b3d26;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.pillar .ic svg{width:24px;height:24px}.pillar h3{color:var(--lps-cream);margin-bottom:.35rem;font-size:1.2rem}.pillar p{color:#aab0b8;font-size:.95rem}.quote{background:var(--lps-white);border:1px solid var(--lps-border);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:clamp(1.25rem,3vw,1.75rem);display:flex}.quote blockquote{color:var(--lps-ink);font-size:1.02rem;line-height:1.6;position:relative}.quote blockquote:before{content:"“";color:var(--lps-coral);vertical-align:-.4em;margin-right:.15rem;font-family:Poppins;font-size:2.5rem;line-height:0}.quote figcaption{flex-direction:column;display:flex}.q-name{color:var(--lps-ink);font-family:Poppins;font-size:.95rem;font-weight:600}.q-role{color:var(--lps-ink-muted);font-size:.85rem}.faq__item{border-bottom:1px solid var(--lps-border)}.faq__q{text-align:left;width:100%;color:var(--lps-ink);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-family:Poppins;font-size:1.05rem;font-weight:600;display:flex}.faq__chev{color:var(--lps-coral-dark);font-family:Inter;font-size:1.5rem;font-weight:400;line-height:1;transition:transform .2s}.faq__q[aria-expanded=true] .faq__chev{transform:rotate(45deg)}.faq__a{padding:0 0 1.1rem}.faq__a p{color:var(--lps-ink-soft);max-width:62ch;font-size:.98rem}.contact{flex-direction:column;align-items:stretch;gap:1.25rem;display:flex}.btn-wa{align-self:flex-start}.contact__or{text-align:center;color:#8b9096;font-size:.9rem}#contact-form{flex-direction:column;gap:1rem;display:flex}.field{flex-direction:column;gap:.4rem;display:flex}.field label{color:#cdc9c0;font-size:.9rem;font-weight:500}.field input,.field textarea{font:inherit;border-radius:var(--radius-sm);color:var(--lps-cream);background:#1d222b;border:1px solid #333a45;padding:.8rem 1rem;transition:border-color .15s}.field input:focus,.field textarea:focus{border-color:var(--lps-coral);outline:none}.field textarea{resize:vertical}.hp{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.form-status{min-height:1.2em;font-size:.95rem}.form-status.ok{color:var(--lps-teal)}.form-status.err{color:#ff8a63}#contact-form .btn{align-self:flex-start}.footer__tag{color:var(--lps-cream);margin-bottom:1rem;font-family:Poppins;font-size:1.1rem;font-weight:500}.footer__contact{flex-direction:column;gap:.3rem;margin-bottom:1.25rem;display:flex}.footer__contact a{color:#cdc9c0;width:fit-content;font-size:.95rem}.footer__copy{color:#8b9096;font-size:.85rem}.skip-link{z-index:100;background:var(--lps-coral);color:var(--lps-ink);border-radius:0 0 8px;padding:.6rem 1rem;font-family:Poppins;font-weight:600;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}:focus-visible{outline:2px solid var(--lps-coral);outline-offset:2px;border-radius:3px}
