.starfield{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse at 20% 40%,#0d1a3a,#050a18 60%)}.star{position:absolute;border-radius:50%;background:#fff;animation:twinkle var(--dur, 4s) ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.15;transform:scale(1)}50%{opacity:.9;transform:scale(1.4)}}.product-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:36px 32px;background:#ffffff0a;border:1px solid rgba(180,140,255,.2);border-radius:16px;text-decoration:none;color:inherit;transition:border-color .25s,background .25s,transform .25s;animation:fadeInUp .7s ease both;cursor:pointer}.product-card:hover{border-color:#b48cff99;background:#ffffff14;transform:translateY(-4px)}.card-icon{font-size:2.2rem;line-height:1}.card-name{font-size:1.5rem;font-weight:700;color:#e8e0f0;letter-spacing:-.02em}.card-tagline{font-size:.95rem;font-weight:600;color:#c4a6ff;text-transform:uppercase;letter-spacing:.06em}.card-description{font-size:1rem;color:#a89fc0;line-height:1.6}.card-cta{margin-top:8px;font-size:.9rem;font-weight:600;color:#c4a6ff;letter-spacing:.04em}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.page{position:relative;min-height:100vh;display:flex;flex-direction:column}.content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;padding:80px 24px 60px;max-width:900px;margin:0 auto;width:100%}.hero{text-align:center;margin-bottom:72px}.company-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:#7a6a9a;margin-bottom:18px}.hero-title{font-size:clamp(2.8rem,7vw,5rem);font-weight:800;letter-spacing:-.03em;line-height:1.08;background:linear-gradient(135deg,#e8e0f0 20%,#c4a6ff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 5s ease-in-out infinite;background-size:200% 200%;margin-bottom:24px}@keyframes shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-tagline{font-size:clamp(1rem,2.5vw,1.2rem);color:#9a8ab0;max-width:560px;line-height:1.65;margin:0 auto}.products{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%}.products>:nth-child(1){animation-delay:.15s}.products>:nth-child(2){animation-delay:.3s}.products>:nth-child(3){animation-delay:.45s;grid-column:1 / -1;max-width:calc(50% - 12px);justify-self:center}@media(max-width:600px){.products{grid-template-columns:1fr}.products>:nth-child(3){grid-column:auto;max-width:100%}}.footer{position:relative;z-index:1;text-align:center;padding:32px 24px;color:#4a3d5e;font-size:.85rem;display:flex;flex-direction:column;gap:8px;align-items:center}.footer-links{display:flex;align-items:center;gap:8px}.footer-sep{color:#3a2d50}.footer-link{color:#6a5a84;text-decoration:none;font-size:.8rem}.footer-link:hover{color:#c4a6ff}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#050a18;color:#e8e0f0;overflow-x:hidden}
