.ure-lph-root{font-family:'Outfit',sans-serif;position:relative;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ure-lph-root *,.ure-lph-root *:before,.ure-lph-root *:after{box-sizing:border-box}.ure-lph-container{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 16px;position:relative;overflow:hidden}.ure-lph-badge{display:inline-block;background:rgb(234 136 222 / .15);border:1px solid rgb(234 136 222 / .3);border-radius:20px;padding:6px 16px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--lph-accent,#ea88de);margin-bottom:20px;font-weight:600;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.ure-lph-badge.is-visible{opacity:1;transform:translateY(0)}.ure-lph-h1{font-size:28px;font-weight:900;color:var(--lph-text,#f5f2ee);margin:0 0 16px;line-height:1.2;max-width:700px;opacity:0;transform:translateY(15px);transition:opacity .6s ease .1s,transform .6s ease .1s}.ure-lph-h1.is-visible{opacity:1;transform:translateY(0)}.ure-lph-h1.has-gradient{background:linear-gradient(135deg,#f5f2ee 0%,#ea88de 50%,#c1bfe6 100%);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0}@keyframes ure-lph-shimmer{0%{background-position:200% 50%}100%{background-position:0 50%}}.ure-lph-h1.has-gradient.is-visible{animation:ure-lph-shimmer 3s ease-in-out .5s 1}.ure-lph-subtitle{font-size:15px;color:var(--lph-text,#f5f2ee);opacity:0;margin:0 0 28px;max-width:560px;font-family:'DM Sans',sans-serif;line-height:1.6;transition:opacity .6s ease .2s,transform .6s ease .2s;transform:translateY(15px)}.ure-lph-subtitle.is-visible{opacity:.7;transform:translateY(0)}.ure-lph-cta-wrap{display:flex;flex-direction:column;gap:12px;width:100%;max-width:400px;margin-bottom:24px;opacity:0;transform:translateY(15px);transition:opacity .6s ease .3s,transform .6s ease .3s}.ure-lph-cta-wrap.is-visible{opacity:1;transform:translateY(0)}.ure-lph-cta{display:flex!important;align-items:center;justify-content:center;padding:14px 24px!important;border-radius:12px!important;font-size:15px!important;font-weight:700!important;font-family:'Outfit',sans-serif;text-decoration:none!important;transition:transform .2s,box-shadow .2s;min-height:48px;cursor:pointer;border:none!important}.ure-lph-cta-primary,.ure-lph-cta-primary:link,.ure-lph-cta-primary:visited,.ure-lph-cta-primary:hover,.ure-lph-cta-primary:active,.ure-lph-cta-primary:focus{color:#060510!important;box-shadow:0 4px 20px rgb(234 136 222 / .3)}.ure-lph-cta-secondary,.ure-lph-cta-secondary:link,.ure-lph-cta-secondary:visited{background:0 0!important;border:1px solid rgb(193 191 230 / .3)!important;color:var(--lph-text,#f5f2ee)!important}.ure-lph-cta-secondary:hover,.ure-lph-cta-secondary:active,.ure-lph-cta-secondary:focus{color:var(--lph-text,#f5f2ee)!important;background:rgb(193 191 230 / .08)!important;border:1px solid rgb(193 191 230 / .3)!important}.ure-lph-trust{display:flex;flex-wrap:wrap;gap:12px 20px;justify-content:center;margin-bottom:24px;opacity:0;transition:opacity .6s ease .4s}.ure-lph-trust.is-visible{opacity:1}.ure-lph-trust-item{font-size:12px;color:var(--lph-text,#f5f2ee);opacity:.5;font-family:'DM Sans',sans-serif;display:flex;align-items:center;gap:5px;white-space:nowrap}.ure-lph-trust-icon{color:#4ade80;font-size:12px}.ure-lph-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:16px;padding-top:24px;border-top:1px solid rgb(193 191 230 / .08);width:100%;max-width:400px}.ure-lph-stat{text-align:center;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.ure-lph-stat.is-visible{opacity:1;transform:translateY(0)}.ure-lph-stat-value{font-size:28px;font-weight:900;color:var(--lph-accent,#ea88de);line-height:1;font-variant-numeric:tabular-nums}.ure-lph-stat-label{font-size:12px;color:var(--lph-text,#f5f2ee);opacity:.5;margin-top:6px;font-family:'DM Sans',sans-serif}.ure-lph-phone{margin-top:20px;opacity:0;transition:opacity .6s ease .5s}.ure-lph-phone.is-visible{opacity:1}.ure-lph-phone a{color:var(--lph-text,#f5f2ee);opacity:.6;text-decoration:none;font-size:14px;font-family:'DM Sans',sans-serif;display:flex;align-items:center;gap:6px;justify-content:center;min-height:44px;transition:opacity .2s}.ure-lph-phone a:hover{opacity:1}@media (min-width:1025px){.ure-lph-container{min-height:85vh;padding:120px 48px}.ure-lph-badge{font-size:13px}.ure-lph-h1{font-size:48px;line-height:1.15}.ure-lph-subtitle{font-size:18px}.ure-lph-cta-wrap{flex-direction:row;justify-content:center;max-width:none;width:auto}.ure-lph-cta{padding:16px 32px;width:auto}.ure-lph-cta:hover{transform:translateY(-2px)}.ure-lph-cta-primary:hover{box-shadow:0 8px 32px rgb(234 136 222 / .4)}.ure-lph-stats{grid-template-columns:repeat(4,1fr);max-width:600px;gap:32px}.ure-lph-stat-value{font-size:40px}.ure-lph-stat-label{font-size:14px}}.ure-lph-illustration{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:22px;background:linear-gradient(135deg,rgb(234 136 222 / .12),rgb(193 191 230 / .06));border:1px solid rgb(234 136 222 / .18);margin-bottom:24px;color:var(--lph-accent,#ea88de);opacity:0;transform:translateY(12px) scale(.9);transition:opacity .6s ease,transform .6s ease;position:relative;z-index:1}.ure-lph-illustration.is-visible{opacity:1;transform:translateY(0) scale(1)}.ure-lph-illustration svg{width:44px;height:44px;stroke:var(--lph-accent,#ea88de)!important;stroke-width:1.8!important;fill:none!important}@media (min-width:1025px){.ure-lph-illustration{width:96px;height:96px;border-radius:26px}.ure-lph-illustration svg{width:52px;height:52px}}.ure-lph-illustration,.ure-lph-badge,.ure-lph-h1,.ure-lph-subtitle,.ure-lph-cta-wrap,.ure-lph-trust,.ure-lph-phone{opacity:1;transform:none;transition:none}.ure-lph-subtitle{opacity:.7}@media (prefers-reduced-motion:reduce){.ure-lph-stat{opacity:1;transform:none;transition:none}.ure-lph-h1.has-gradient.is-visible{animation:none}}