#landing-root{font-family:var(--font-inter,"Inter",system-ui,-apple-system,sans-serif);color:#374151;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}#landing-root *,#landing-root :after,#landing-root :before{box-sizing:border-box}#landing-root a{text-decoration:none;color:inherit}#landing-root{--lp-primary:#4F46E5;--lp-primary-dark:#3730A3;--lp-primary-light:#818CF8;--lp-accent:#06B6D4;--lp-gray-50:#F9FAFB;--lp-gray-100:#F3F4F6;--lp-gray-200:#E5E7EB;--lp-gray-300:#D1D5DB;--lp-gray-500:#6B7280;--lp-gray-700:#374151;--lp-gray-900:#111827;--lp-green:#059669;--lp-red:#DC2626;--lp-radius-sm:8px;--lp-radius-md:12px;--lp-radius-lg:20px;--lp-radius-xl:28px;--lp-shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);--lp-shadow-md:0 4px 16px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.06);--lp-shadow-lg:0 12px 40px rgba(79,70,229,.15),0 4px 16px rgba(0,0,0,.08);--lp-shadow-xl:0 24px 64px rgba(79,70,229,.2),0 8px 24px rgba(0,0,0,.1);--lp-t:0.2s ease}#landing-root .lp-container{max-width:1120px;margin:0 auto;padding:0 24px}#landing-root .lp-section{padding:96px 0}#landing-root .gradient-text{background:linear-gradient(135deg,var(--lp-primary) 0,var(--lp-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#landing-root .lp-section-tag{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--lp-primary);background:#EEF2FF;padding:4px 12px;border-radius:999px;margin-bottom:16px}#landing-root .lp-section-tag.light{color:#fff;background:rgba(255,255,255,.15)}#landing-root .lp-section-header{text-align:center;max-width:640px;margin:0 auto 64px}#landing-root .lp-section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:var(--lp-gray-900);line-height:1.2;margin-bottom:16px}#landing-root .lp-section-subtitle{font-size:1.0625rem;color:var(--lp-gray-500);line-height:1.7}#landing-root .lp-btn{display:inline-flex;align-items:center;gap:8px;font-family:inherit;font-size:.9375rem;font-weight:600;border:2px solid transparent;border-radius:var(--lp-radius-md);cursor:pointer;transition:var(--lp-t);white-space:nowrap;padding:10px 20px;line-height:1}#landing-root .lp-btn svg{width:18px;height:18px;flex-shrink:0}#landing-root .lp-btn--lg{padding:14px 28px;font-size:1rem;border-radius:var(--lp-radius-lg)}#landing-root .lp-btn--primary{background:var(--lp-primary);color:#fff;box-shadow:0 4px 12px rgba(79,70,229,.35)}#landing-root .lp-btn--primary:hover{background:var(--lp-primary-dark);transform:translateY(-1px);box-shadow:0 6px 20px rgba(79,70,229,.45)}#landing-root .lp-btn--outline{background:transparent;color:var(--lp-primary);border-color:var(--lp-primary)}#landing-root .lp-btn--outline:hover{background:var(--lp-primary);color:#fff;transform:translateY(-1px)}#landing-root .lp-btn--ghost{background:transparent;color:var(--lp-gray-700);border-color:transparent}#landing-root .lp-btn--ghost:hover{background:var(--lp-gray-100)}#landing-root .lp-btn--white{background:#fff;color:var(--lp-primary);box-shadow:var(--lp-shadow-md)}#landing-root .lp-btn--white:hover{transform:translateY(-1px);box-shadow:var(--lp-shadow-lg)}#landing-root .lp-btn--outline-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}#landing-root .lp-btn--outline-white:hover{background:rgba(255,255,255,.1)}#landing-root .lp-navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:border-color .3s,box-shadow .3s}#landing-root .lp-navbar.scrolled{border-bottom-color:var(--lp-gray-200);box-shadow:var(--lp-shadow-sm)}#landing-root .lp-navbar__inner{display:flex;align-items:center;height:68px;gap:32px}#landing-root .lp-navbar__logo{display:flex;align-items:center;gap:10px;font-size:1.125rem;font-weight:800;color:var(--lp-gray-900);flex-shrink:0}#landing-root .lp-logo-icon{width:32px;height:32px}#landing-root .lp-navbar__links{display:flex;align-items:center;gap:28px;margin-left:8px}#landing-root .lp-navbar__links a{font-size:.9375rem;font-weight:500;color:var(--lp-gray-700);transition:color var(--lp-t)}#landing-root .lp-navbar__links a:hover{color:var(--lp-primary)}#landing-root .lp-navbar__actions{display:flex;align-items:center;gap:8px;margin-left:auto}#landing-root .lp-lang-switcher{display:flex;align-items:center;border:1px solid var(--lp-gray-200);border-radius:var(--lp-radius-sm);overflow:hidden}#landing-root .lp-lang-switcher button{padding:5px 10px;font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--lp-gray-500);background:none;border:none;cursor:pointer;transition:var(--lp-t);font-family:inherit}#landing-root .lp-lang-switcher button:hover{background:var(--lp-gray-50);color:var(--lp-gray-700)}#landing-root .lp-lang-switcher button.active{background:var(--lp-primary);color:#fff}#landing-root .lp-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;margin-left:auto;padding:4px}#landing-root .lp-hamburger span{display:block;width:22px;height:2px;background:var(--lp-gray-700);border-radius:2px;transition:var(--lp-t)}#landing-root .lp-hero{position:relative;padding:140px 0 80px;overflow:hidden}#landing-root .lp-hero__bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 60% -10%,rgba(79,70,229,.08) 0,transparent 70%),radial-gradient(ellipse 50% 40% at 90% 80%,rgba(6,182,212,.06) 0,transparent 60%);pointer-events:none}#landing-root .lp-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative}#landing-root .lp-hero__badge{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--lp-primary);background:#EEF2FF;border:1px solid #c7d2fe;padding:6px 14px;border-radius:999px;margin-bottom:24px}#landing-root .lp-badge-dot{width:7px;height:7px;background:#10B981;border-radius:50%;animation:lp-pulse 2s infinite}@keyframes lp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}#landing-root .lp-hero__title{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;color:var(--lp-gray-900);line-height:1.15;margin-bottom:20px}#landing-root .lp-hero__subtitle{font-size:1.125rem;color:var(--lp-gray-500);line-height:1.7;margin-bottom:36px;max-width:480px}#landing-root .lp-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:48px}#landing-root .lp-hero__stats{display:flex;align-items:center;gap:24px}#landing-root .lp-stat{text-align:center}#landing-root .lp-stat strong{display:block;font-size:1.5rem;font-weight:800;color:var(--lp-gray-900)}#landing-root .lp-stat span{font-size:.8125rem;color:var(--lp-gray-500);font-weight:500}#landing-root .lp-stat-divider{width:1px;height:36px;background:var(--lp-gray-200)}#landing-root .lp-hero__visual{position:relative;display:flex;justify-content:center}#landing-root .lp-dashboard-card{background:#fff;border:1px solid var(--lp-gray-200);border-radius:var(--lp-radius-xl);padding:24px;box-shadow:var(--lp-shadow-xl);width:100%;max-width:420px;animation:lp-float 6s ease-in-out infinite}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}#landing-root .lp-dc__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}#landing-root .lp-dc__title{font-weight:700;color:var(--lp-gray-900);font-size:.9375rem}#landing-root .lp-dc__live{font-size:11px;font-weight:600;color:#059669;background:#ECFDF5;padding:3px 10px;border-radius:999px}#landing-root .lp-dc__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}#landing-root .lp-metric{background:var(--lp-gray-50);border-radius:var(--lp-radius-sm);padding:12px}#landing-root .lp-metric__label{font-size:11px;color:var(--lp-gray-500);font-weight:500;margin-bottom:4px}#landing-root .lp-metric__value{font-size:1.125rem;font-weight:800;color:var(--lp-gray-900)}#landing-root .lp-metric__value.green{color:var(--lp-green)}#landing-root .lp-metric__value.red{color:var(--lp-red)}#landing-root .lp-metric__trend{font-size:11px;color:var(--lp-green);font-weight:600;margin-top:2px}#landing-root .lp-dc__chart{display:flex;align-items:flex-end;gap:6px;height:64px;margin-bottom:20px;padding:0 4px}#landing-root .lp-chart-bar{flex:1;background:var(--lp-gray-100);border-radius:4px 4px 0 0}#landing-root .lp-chart-bar.active{background:linear-gradient(to top,var(--lp-primary),var(--lp-primary-light))}#landing-root .lp-dc__shifts{display:flex;flex-direction:column;gap:10px}#landing-root .lp-shift-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--lp-gray-50);border-radius:var(--lp-radius-sm)}#landing-root .lp-shift-avatar{width:32px;height:32px;background:var(--lp-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}#landing-root .lp-shift-avatar.purple{background:#7C3AED}#landing-root .lp-shift-info{flex:1}#landing-root .lp-shift-name{display:block;font-size:.8125rem;font-weight:600;color:var(--lp-gray-900)}#landing-root .lp-shift-time{font-size:11px;color:var(--lp-gray-500)}#landing-root .lp-shift-status{font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px}#landing-root .lp-shift-status.open{background:#ECFDF5;color:#059669}#landing-root .lp-shift-status.upcoming{background:#EEF2FF;color:var(--lp-primary)}#landing-root .lp-float-badge{position:absolute;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--lp-gray-200);border-radius:var(--lp-radius-md);padding:10px 16px;font-size:.8125rem;font-weight:600;box-shadow:var(--lp-shadow-md);white-space:nowrap}#landing-root .lp-float-badge svg{width:16px;height:16px;color:#059669}#landing-root .lp-float-badge--1{bottom:80px;left:-40px;animation:lp-float 5s ease-in-out 1s infinite}#landing-root .lp-float-badge--2{top:20px;right:-20px;animation:lp-float 5s ease-in-out 2.5s infinite}#landing-root .lp-social-proof{padding:48px 0;border-top:1px solid var(--lp-gray-100);border-bottom:1px solid var(--lp-gray-100);background:var(--lp-gray-50)}#landing-root .lp-social-proof__label{text-align:center;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--lp-gray-500);margin-bottom:24px}#landing-root .lp-social-proof__logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px}#landing-root .lp-logo-pill{background:#fff;border:1px solid var(--lp-gray-200);border-radius:var(--lp-radius-md);padding:10px 20px;font-size:.9375rem;font-weight:700;color:var(--lp-gray-500);letter-spacing:-.01em}#landing-root .lp-features{background:#fff}#landing-root .lp-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}#landing-root .lp-feature-card{position:relative;background:#fff;border:1px solid var(--lp-gray-200);border-radius:var(--lp-radius-lg);padding:28px;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}#landing-root .lp-feature-card:hover{transform:translateY(-4px);box-shadow:var(--lp-shadow-lg);border-color:#C7D2FE}#landing-root .lp-feature-card--highlight{border-color:var(--lp-primary);background:linear-gradient(145deg,#F8F7FF,#fff);box-shadow:0 0 0 1px var(--lp-primary),var(--lp-shadow-md)}#landing-root .lp-feature-card--highlight:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--lp-primary),var(--lp-accent))}#landing-root .lp-feature-card__icon{width:48px;height:48px;background:var(--icon-bg,#EEF2FF);border-radius:var(--lp-radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:16px}#landing-root .lp-feature-card__icon svg{width:22px;height:22px;color:var(--icon-color,var(--lp-primary));stroke:var(--icon-color,var(--lp-primary))}#landing-root .lp-feature-card h3{font-size:1rem;font-weight:700;color:var(--lp-gray-900);margin-bottom:8px}#landing-root .lp-feature-card p{font-size:.9rem;color:var(--lp-gray-500);line-height:1.6;margin:0}#landing-root .lp-feature-tag{display:inline-block;margin-top:16px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--lp-primary);background:#EEF2FF;padding:3px 10px;border-radius:999px}#landing-root .lp-benefits{background:var(--lp-gray-50)}#landing-root .lp-benefits__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}#landing-root .lp-benefits__text .lp-section-subtitle,#landing-root .lp-benefits__text .lp-section-title{text-align:left}#landing-root .lp-benefits__text .lp-section-subtitle{margin-bottom:40px}#landing-root .lp-benefits__list{display:flex;flex-direction:column;gap:28px}#landing-root .lp-benefit-item{display:flex;gap:16px;align-items:flex-start}#landing-root .lp-benefit-item__icon{width:40px;height:40px;background:#EEF2FF;border-radius:var(--lp-radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}#landing-root .lp-benefit-item__icon svg{width:20px;height:20px;color:var(--lp-primary);stroke:var(--lp-primary)}#landing-root .lp-benefit-item h4{font-size:.9375rem;font-weight:700;color:var(--lp-gray-900);margin-bottom:4px}#landing-root .lp-benefit-item p{font-size:.875rem;color:var(--lp-gray-500);line-height:1.6;margin:0}#landing-root .lp-report-card{background:#fff;border:1px solid var(--lp-gray-200);border-radius:var(--lp-radius-xl);padding:28px;box-shadow:var(--lp-shadow-xl)}#landing-root .lp-rc__header{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:var(--lp-gray-900);margin-bottom:20px;font-size:.9375rem}#landing-root .lp-rc__month{color:var(--lp-gray-500);font-weight:500;font-size:.875rem}#landing-root .lp-rc__row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--lp-gray-100)}#landing-root .lp-rc__row.bold{font-weight:700;border-bottom:none}#landing-root .lp-rc__label{color:var(--lp-gray-700);font-size:.9rem}#landing-root .lp-rc__value{font-weight:700;font-size:1rem;color:var(--lp-gray-900)}#landing-root .lp-rc__value.green{color:var(--lp-green)}#landing-root .lp-rc__value.red{color:var(--lp-red)}#landing-root .lp-rc__divider{height:1px;background:var(--lp-gray-200);margin:4px 0 12px}#landing-root .lp-rc__bar-section{margin-top:24px}#landing-root .lp-rc__bar-label{font-size:.8125rem;font-weight:600;color:var(--lp-gray-500);margin-bottom:12px}#landing-root .lp-rc__bars{display:flex;align-items:flex-end;gap:12px;height:80px}#landing-root .lp-rc__bar-group{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;height:100%}#landing-root .lp-rc__bar-fill{width:100%;border-radius:6px 6px 0 0;background:var(--lp-gray-100)}#landing-root .lp-rc__bar-fill.rev{background:linear-gradient(to top,#C7D2FE,var(--lp-primary-light))}#landing-root .lp-rc__bar-fill.rev.active{background:linear-gradient(to top,var(--lp-primary-dark),var(--lp-primary))}#landing-root .lp-rc__bar-group span{font-size:11px;color:var(--lp-gray-500);font-weight:500}#landing-root .lp-rc__footer{margin-top:16px;font-size:.8125rem;color:var(--lp-green);font-weight:600;background:#ECFDF5;padding:8px 12px;border-radius:var(--lp-radius-sm);text-align:center}#landing-root .lp-how{background:#fff}#landing-root .lp-steps{display:flex;align-items:center;gap:0}#landing-root .lp-step{flex:1;text-align:center;padding:40px 32px;background:var(--lp-gray-50);border-radius:var(--lp-radius-xl);border:1px solid var(--lp-gray-200);transition:transform .2s,box-shadow .2s}#landing-root .lp-step:hover{transform:translateY(-4px);box-shadow:var(--lp-shadow-lg)}#landing-root .lp-step__number{font-size:3rem;font-weight:900;color:var(--lp-gray-200);line-height:1;margin-bottom:16px}#landing-root .lp-step__icon{width:56px;height:56px;background:linear-gradient(135deg,var(--lp-primary),var(--lp-primary-light));border-radius:var(--lp-radius-md);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 12px rgba(79,70,229,.3)}#landing-root .lp-step__icon svg{width:26px;height:26px;stroke:#fff;color:#fff}#landing-root .lp-step h3{font-size:1.0625rem;font-weight:700;color:var(--lp-gray-900);margin-bottom:10px}#landing-root .lp-step p{font-size:.9rem;color:var(--lp-gray-500);line-height:1.6;margin:0}#landing-root .lp-step__connector{display:flex;flex-direction:column;align-items:center;padding:0 8px;flex-shrink:0}#landing-root .lp-step__connector svg{width:20px;height:20px;color:var(--lp-primary-light)}#landing-root .lp-cta{padding:80px 0;background:var(--lp-gray-50)}#landing-root .lp-cta-card{position:relative;background:linear-gradient(135deg,var(--lp-primary) 0,#3730A3 50%,#1E1B4B 100%);border-radius:var(--lp-radius-xl);padding:80px 48px;text-align:center;overflow:hidden}#landing-root .lp-cta-card__glow{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 20% 20%,rgba(165,180,252,.2) 0,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 80%,rgba(6,182,212,.15) 0,transparent 60%);pointer-events:none}#landing-root .lp-cta-card__content{position:relative}#landing-root .lp-cta-card__content h2{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;color:#fff;line-height:1.25;margin-bottom:16px;max-width:560px;margin-left:auto;margin-right:auto}#landing-root .lp-cta-card__content>p{font-size:1.0625rem;color:rgba(255,255,255,.75);margin-bottom:36px}#landing-root .lp-cta-card__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:20px}#landing-root .lp-cta-card__note{font-size:.875rem;color:rgba(255,255,255,.5);margin:0}#landing-root .lp-footer{background:var(--lp-gray-900);color:var(--lp-gray-300)}#landing-root .lp-footer__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:48px;padding-top:56px;padding-bottom:56px}#landing-root .lp-footer__brand p{font-size:.9rem;color:var(--lp-gray-500);line-height:1.7;margin-top:12px;max-width:240px}#landing-root .lp-footer__brand .lp-navbar__logo span{color:#fff}#landing-root .lp-footer__links{display:flex;gap:64px}#landing-root .lp-footer__col{display:flex;flex-direction:column;gap:12px}#landing-root .lp-footer__col h5{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:4px}#landing-root .lp-footer__col a{font-size:.9rem;color:var(--lp-gray-500);transition:color var(--lp-t)}#landing-root .lp-footer__col a:hover{color:#fff}#landing-root .lp-footer__bottom{border-top:1px solid rgba(255,255,255,.06);padding:20px 0}#landing-root .lp-footer__bottom p{font-size:.8125rem;color:var(--lp-gray-500);text-align:center}#landing-root .lp-pricing{background:var(--lp-gray-50)}#landing-root .lp-pricing__toggle{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:56px}#landing-root .lp-pricing__toggle span{font-size:.9375rem;font-weight:600;color:var(--lp-gray-500);cursor:pointer;transition:color var(--lp-t)}#landing-root .lp-pricing__toggle span.active{color:var(--lp-gray-900)}#landing-root .lp-toggle-switch{position:relative;width:44px;height:24px;background:var(--lp-gray-200);border-radius:999px;cursor:pointer;transition:background var(--lp-t);border:none;flex-shrink:0}#landing-root .lp-toggle-switch.yearly{background:var(--lp-primary)}#landing-root .lp-toggle-switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform var(--lp-t);box-shadow:0 1px 4px rgba(0,0,0,.15)}#landing-root .lp-toggle-switch.yearly:after{transform:translateX(20px)}#landing-root .lp-save-badge{font-size:11px;font-weight:700;color:var(--lp-green);background:#ECFDF5;border:1px solid #a7f3d0;padding:2px 8px;border-radius:999px;letter-spacing:.02em}#landing-root .lp-pricing__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:start}#landing-root .lp-plan-card{background:#fff;border:1px solid var(--lp-gray-200);border-radius:var(--lp-radius-lg);padding:28px 24px 32px;position:relative;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}#landing-root .lp-plan-card:hover{transform:translateY(-4px);box-shadow:var(--lp-shadow-lg)}#landing-root .lp-plan-card--popular{border-color:var(--lp-primary);box-shadow:0 0 0 1px var(--lp-primary),var(--lp-shadow-lg);transform:translateY(-8px)}#landing-root .lp-plan-card--popular:hover{transform:translateY(-12px)}#landing-root .lp-plan__popular-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,var(--lp-primary),var(--lp-accent));color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 16px;border-radius:999px;white-space:nowrap}#landing-root .lp-plan__header{margin-bottom:20px}#landing-root .lp-plan__icon{width:40px;height:40px;border-radius:var(--lp-radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:12px;font-size:18px}#landing-root .lp-plan__name{font-size:1rem;font-weight:700;color:var(--lp-gray-900);margin-bottom:4px}#landing-root .lp-plan__desc{font-size:.8125rem;color:var(--lp-gray-500);line-height:1.5}#landing-root .lp-plan__price{margin:20px 0;padding:20px 0;border-top:1px solid var(--lp-gray-100);border-bottom:1px solid var(--lp-gray-100)}#landing-root .lp-plan__amount{display:flex;align-items:baseline;gap:4px;margin-bottom:4px}#landing-root .lp-plan__currency{font-size:1.125rem;font-weight:700;color:var(--lp-gray-700);line-height:1}#landing-root .lp-plan__number{font-size:2.5rem;font-weight:900;color:var(--lp-gray-900);line-height:1;letter-spacing:-.02em}#landing-root .lp-plan__number.free{font-size:2rem;color:var(--lp-primary)}#landing-root .lp-plan__number.custom{font-size:1.5rem}#landing-root .lp-plan__period{font-size:.8125rem;color:var(--lp-gray-500)}#landing-root .lp-plan__original{font-size:.8125rem;color:var(--lp-gray-400,#9CA3AF);text-decoration:line-through;margin-left:4px}#landing-root .lp-plan__billing-note{font-size:.75rem;color:var(--lp-gray-500);margin-top:4px}#landing-root .lp-plan__billing-note.green{color:var(--lp-green);font-weight:600}#landing-root .lp-plan__limits{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}#landing-root .lp-plan__limit-pill{display:flex;align-items:center;gap:5px;font-size:.75rem;font-weight:600;color:var(--lp-primary);background:#EEF2FF;padding:4px 10px;border-radius:999px}#landing-root .lp-plan__limit-pill svg{width:12px;height:12px;stroke:var(--lp-primary)}#landing-root .lp-plan__features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px;flex:1}#landing-root .lp-plan__features li{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:var(--lp-gray-700);line-height:1.4}#landing-root .lp-plan__features li svg{width:16px;height:16px;flex-shrink:0;margin-top:1px}#landing-root .lp-plan__features li.has{color:var(--lp-gray-700)}#landing-root .lp-plan__features li.has svg{stroke:var(--lp-green);color:var(--lp-green)}#landing-root .lp-plan__features li.no{color:var(--lp-gray-400,#9CA3AF)}#landing-root .lp-plan__features li.no svg{stroke:var(--lp-gray-300);color:var(--lp-gray-300)}#landing-root .lp-plan__cta{width:100%;justify-content:center}#landing-root .lp-plan__cta.lp-btn--primary{box-shadow:0 4px 12px rgba(79,70,229,.3)}#landing-root .lp-plan__note{text-align:center;font-size:.75rem;color:var(--lp-gray-500);margin-top:10px}#landing-root .lp-fade{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}#landing-root .lp-fade.visible{opacity:1;transform:translateY(0)}@media (max-width:900px){#landing-root .lp-hero__inner{grid-template-columns:1fr;gap:48px;text-align:center}#landing-root .lp-hero__badge{display:flex;justify-content:center;width:-moz-fit-content;width:fit-content;margin:0 auto 24px}#landing-root .lp-hero__subtitle{max-width:100%}#landing-root .lp-hero__cta,#landing-root .lp-hero__stats,#landing-root .lp-hero__visual{justify-content:center}#landing-root .lp-float-badge--1{left:-10px}#landing-root .lp-float-badge--2{right:-10px}#landing-root .lp-features__grid{grid-template-columns:repeat(2,1fr)}#landing-root .lp-benefits__inner{grid-template-columns:1fr;gap:48px}#landing-root .lp-benefits__text .lp-section-subtitle,#landing-root .lp-benefits__text .lp-section-title{text-align:center}#landing-root .lp-benefits__list{max-width:480px;margin:0 auto}#landing-root .lp-steps{flex-direction:column;gap:16px}#landing-root .lp-step__connector{flex-direction:row;transform:rotate(90deg)}#landing-root .lp-step{width:100%;max-width:480px}#landing-root .lp-pricing__grid{grid-template-columns:repeat(2,1fr)}#landing-root .lp-plan-card--popular{transform:none}#landing-root .lp-plan-card--popular:hover{transform:translateY(-4px)}#landing-root .lp-footer__inner{flex-direction:column}#landing-root .lp-footer__links{flex-direction:column;gap:32px}}@media (max-width:600px){#landing-root .lp-section{padding:64px 0}#landing-root .lp-navbar__actions,#landing-root .lp-navbar__links{display:none}#landing-root .lp-hamburger{display:flex}#landing-root .lp-features__grid,#landing-root .lp-pricing__grid{grid-template-columns:1fr}#landing-root .lp-float-badge--1,#landing-root .lp-float-badge--2{display:none}#landing-root .lp-cta-card{padding:48px 24px}#landing-root .lp-hero{padding:110px 0 60px}#landing-root .lp-navbar__links.mobile-open{display:flex;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.97);flex-direction:column;justify-content:center;align-items:center;gap:32px;z-index:99;font-size:1.25rem}#landing-root .lp-navbar__actions.mobile-open{display:flex;position:fixed;bottom:48px;left:50%;transform:translateX(-50%);z-index:99;width:calc(100% - 48px);flex-direction:column}#landing-root .lp-navbar__actions.mobile-open .lp-btn{width:100%;justify-content:center}}