@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@600;700&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#f4f4f2;--secondary:#b8b7b0;--muted:#8a8a82;--page:#0a0f1c;--surface:#10182c;--border:#223047;--accent:#06f;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-display:"Sora", var(--font-body)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--page);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display)}a{color:inherit}#root{min-height:100vh}.page{flex-direction:column;min-height:100vh;display:flex}.header{z-index:10;background:color-mix(in srgb, var(--page) 88%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:16px;max-width:1040px;margin:0 auto;padding:10px 24px;display:flex}.brand{color:var(--ink);text-decoration:none;display:flex}.nav{gap:24px;display:flex}.nav a{color:var(--secondary);font-size:14px;text-decoration:none}.nav a:hover{color:var(--ink)}main{flex:1}.hero{text-align:center;max-width:720px;margin:0 auto;padding:96px 24px 64px}.hero__logo{justify-content:center;margin:0 0 32px;display:flex}.hero h1{letter-spacing:-.01em;margin:0 0 20px;font-size:40px;line-height:1.2}.hero__subtitle{color:var(--secondary);margin:0 0 32px;font-size:16px;line-height:1.6}.hero__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.button{border-radius:8px;padding:12px 22px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.button--primary{background:var(--ink);color:var(--page)}.button--ghost{border:1px solid var(--border);color:var(--ink)}.section{border-top:1px solid var(--border);max-width:1040px;margin:0 auto;padding:56px 24px}.section h2{margin:0 0 24px;font-size:24px}.section__body{max-width:640px;color:var(--secondary);flex-direction:column;gap:16px;font-size:15px;line-height:1.7;display:flex}.section__body p{margin:0}.pillars{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px;display:grid}.pillar{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px 24px}.pillar__label{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;font-size:12px;font-weight:700;display:block}.pillar p{color:var(--secondary);margin:0;font-size:15px;line-height:1.6}.values-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.value-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px 24px}.value-card strong{margin-bottom:6px;font-size:14px;display:block}.value-card p{color:var(--secondary);margin:0;font-size:13px;line-height:1.6}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);color:var(--ink);text-align:left;cursor:pointer;border-radius:12px;flex-direction:column;align-items:flex-start;gap:8px;padding:24px;font-family:inherit;text-decoration:none;display:flex}button.product-card{width:100%}button.product-card:hover,a.product-card:hover{border-color:var(--accent)}.product-card--soon{color:var(--muted);border-style:dashed}.product-card__top{justify-content:space-between;align-items:center;width:100%;display:flex}.product-card__mark{flex:none;display:flex}.product-card__tag{letter-spacing:.04em;text-transform:uppercase;color:var(--accent);font-size:11px;font-weight:700}.product-card__tag--muted{color:var(--muted)}.product-card strong{font-size:16px}.product-card p{color:var(--secondary);margin:0;font-size:13px;line-height:1.6}.product-card__link{color:var(--accent);margin-top:8px;font-size:13px;font-weight:600}.section--contact{text-align:center}.section--contact p{color:var(--secondary);max-width:480px;margin:0 auto 16px;font-size:15px}.contact-email{color:var(--accent);font-size:18px;font-weight:600;text-decoration:none;display:inline-block}.footer{color:var(--muted);border-top:1px solid var(--border);justify-content:center;align-items:center;gap:8px;padding:32px 24px;font-size:12px;display:flex}.product-page-hero{text-align:center;max-width:720px;margin:0 auto;padding:56px 24px 40px}.product-page__mark{justify-content:center;margin-bottom:12px;display:flex}.product-page-hero h1{letter-spacing:-.01em;margin:8px 0 16px;font-size:32px;line-height:1.25}.product-page__tag{letter-spacing:.04em;text-transform:uppercase;color:var(--product,var(--accent));font-size:11px;font-weight:700}.product-page-hero .button--primary{background:var(--product,var(--ink))}.feature-preview__kpi strong{color:var(--product,var(--accent))}.section--lead h2{margin:8px 0;font-size:22px}.product-page__intro{color:var(--secondary);max-width:480px;margin:0 auto 24px;font-size:15px;line-height:1.6}.product-page-hero .product-page__intro{margin-left:auto;margin-right:auto}.product-page__intro a{color:var(--accent)}.product-page__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.section--lead .product-page__actions{justify-content:flex-start}.product-page__actions .button{font:inherit;cursor:pointer;border:1px solid #0000}.product-page__actions .button--ghost{border-color:var(--border);background:0 0}.feature-list{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:28px;display:grid}.feature-item{background:var(--page);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;padding:16px;display:flex}.feature-item strong{font-size:14px}.feature-item p{color:var(--secondary);margin:0;font-size:12px;line-height:1.55}.feature-preview{background:var(--surface);border:1px solid var(--border);border-radius:8px;height:64px}.feature-preview--chart{align-items:flex-end;gap:8px;padding:8px 10px 6px;display:flex}.feature-preview__bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.feature-preview__bar{background:var(--accent);border-radius:3px 3px 0 0;width:100%;min-height:4px}.feature-preview__bar-col span{color:var(--muted);white-space:nowrap;font-size:8px}.feature-preview--alert{flex-direction:column;gap:6px;height:auto;padding:10px 12px;display:flex}.feature-preview__alert-row{justify-content:space-between;align-items:baseline;font-size:12px;display:flex}.feature-preview__progress{background:var(--border);border-radius:4px;height:6px;overflow:hidden}.feature-preview__progress-fill{background:var(--accent);border-radius:4px;height:100%}.feature-preview--alert p{color:var(--muted);margin:0;font-size:10px}.feature-preview--table{height:auto;color:var(--secondary);flex-direction:column;gap:6px;padding:8px 10px;font-size:9px;display:flex}.feature-preview__row{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.feature-preview__row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.feature-preview__row span:first-child{color:var(--muted)}.feature-preview--image{height:160px;padding:0;overflow:hidden}.feature-preview--image img{object-fit:cover;object-position:top left;width:100%;height:100%;display:block}.feature-preview--kpis{justify-content:space-between;gap:8px;height:auto;padding:10px 12px;display:flex}.feature-preview__kpi{flex-direction:column;align-items:center;gap:2px;display:flex}.feature-preview__kpi strong{color:var(--accent);font-size:14px}.feature-preview__kpi span{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:9px}.feature-preview--roles{flex-wrap:wrap;align-items:center;gap:6px;height:auto;padding:12px;display:flex}.feature-preview__role{background:color-mix(in srgb, var(--accent) 14%, transparent);color:var(--accent);border-radius:999px;padding:4px 8px;font-size:10px;font-weight:600}.lead-form{flex-direction:column;gap:14px;display:flex}.lead-form label{color:var(--secondary);flex-direction:column;gap:6px;font-size:13px;display:flex}.lead-form input{font:inherit;border:1px solid var(--border);background:var(--page);color:var(--ink);border-radius:8px;padding:10px 12px}.lead-form input:focus{outline:2px solid var(--accent);outline-offset:1px}.lead-form__error{color:#c0392b;margin:0;font-size:13px}@media (width<=640px){.header__inner{gap:10px;padding:10px 16px}.brand svg{width:76px;height:auto}.nav{gap:10px}.nav a{font-size:12px}.hero{padding:64px 20px 48px}.hero h1{font-size:30px}.pillars,.values-grid,.products-grid{grid-template-columns:1fr}.modal{padding:24px 20px}.feature-list{grid-template-columns:1fr}}
