.lp-root{position:relative;min-height:100vh;background-color:#fff;display:flex;flex-direction:column}.lp-hero{flex:1;position:relative;min-height:0}.lp-content,.lp-hero{width:100%;box-sizing:border-box}.lp-content{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);gap:100px;padding:0 24px}.lp-content,.lp-left{display:flex;flex-direction:column;align-items:center}.lp-left{text-align:center;gap:0;max-width:640px;width:100%;margin:0 auto}.lp-badge{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:.1em;color:#1a1a2e;background-color:#f0ece4;border:1px solid #d9d0c0;border-radius:999px;padding:5px 14px;margin-bottom:20px;width:-moz-fit-content;width:fit-content}.lp-badge:before{content:"•";color:#1a56db;font-size:1.1em}.lp-headline{display:flex;flex-direction:column;margin:0 0 20px;line-height:1.08}.lp-headline-top{font-size:3rem;font-weight:700;color:#1a1a2e}.lp-headline-brand{font-size:3rem;font-weight:700;color:#1a56db;line-height:1.15}.lp-subtitle{font-size:1rem;line-height:1.65;color:#6b7280;margin:0 auto 32px;max-width:520px}.lp-ctas{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:36px}.lp-btn-primary{display:inline-flex;align-items:center;gap:8px;background-color:#b5451b;color:#fff;font-size:.9375rem;font-weight:600;text-decoration:none;padding:12px 24px;border-radius:999px;transition:background-color .2s,transform .15s;white-space:nowrap}.lp-btn-primary:hover{background-color:#903615;color:#fff;transform:translateY(-1px)}.lp-btn-secondary{display:inline-flex;align-items:center;gap:8px;background-color:transparent;color:#1a1a2e;font-size:.9375rem;font-weight:500;text-decoration:none;padding:11px 20px;border-radius:999px;border:1.5px solid #d9d0c0;transition:border-color .2s,color .2s,transform .15s;white-space:nowrap}.lp-btn-secondary:hover{border-color:#1a1a2e;color:#1a1a2e;transform:translateY(-1px)}.lp-features{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 20px}.lp-feature-item{display:inline-flex;align-items:center;gap:7px;font-size:.875rem;color:#6b7280}.lp-feature-icon{color:#1a56db;width:13px;height:13px}.lp-right{flex-shrink:0;display:flex;align-items:center;justify-content:center}.lp-preview-card{width:320px;border-radius:20px;border:2px solid #e8ddc8;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.1);background-color:#fff}.lp-preview-dark{position:relative;background-color:#0f1117;padding:24px 20px 16px;height:220px;justify-content:space-between}.lp-preview-dark,.lp-preview-text{overflow:hidden;display:flex;flex-direction:column}.lp-preview-text{line-height:.9}.lp-preview-text span{font-size:4rem;font-weight:900;color:#1a56db;white-space:nowrap;letter-spacing:-1px}.lp-preview-tagline{font-size:.8rem;color:hsla(0,0%,100%,.55);margin:0;font-style:italic}.lp-preview-stats{justify-content:space-around;padding:16px 12px;background-color:#fff}.lp-preview-stats,.lp-stat{display:flex;align-items:center}.lp-stat{flex-direction:column;gap:2px}.lp-stat-value{font-size:1.35rem;font-weight:700;color:#1a1a2e;line-height:1}.lp-stat-label{font-size:.6rem;font-weight:700;letter-spacing:.08em;color:#9ca3af}.lp-stat-divider{width:1px;height:32px;background-color:#e5e7eb}.lp-categories{width:100%;box-sizing:border-box}.lp-categories-inner{max-width:900px;margin:0 auto}.lp-categories-heading{font-size:1.125rem;font-weight:700;color:#1a1a2e;text-align:center;margin:0 0 24px;letter-spacing:.01em}.lp-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.lp-category-card{text-decoration:none;border-radius:20px;border:2px solid #e8ddc8;background-color:#fff;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.07);transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column}.lp-category-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px rgba(26,86,219,.13);border-color:#1a56db}.lp-card-dark{background-color:#0f1117;height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;position:relative;border-radius:16px 16px 0 0}.lp-card-icon{color:#1a56db;width:48px;height:48px;transition:transform .2s}.lp-category-card:hover .lp-card-icon{transform:scale(1.1)}.lp-card-count-badge{font-size:.68rem;font-weight:600;letter-spacing:.06em;color:hsla(0,0%,100%,.45);text-transform:uppercase}.lp-card-info{display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 12px 16px;background-color:#fff}.lp-card-title{font-size:1rem;font-weight:700;color:#1a1a2e}.lp-card-description{font-size:.78rem;color:#9ca3af;text-align:center}@media (max-width:900px){.lp-content{padding:0 24px}.lp-headline-brand,.lp-headline-top{font-size:2.5rem}.lp-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.lp-content{padding:0 16px;gap:100px}.lp-headline-brand,.lp-headline-top{font-size:2rem}.lp-features{flex-direction:column;gap:8px}.lp-cards-grid{grid-template-columns:repeat(2,1fr);gap:12px}}