*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#0a0a0f;color:#e4e4ef;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}#root{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:10;padding:16px 24px;background:#0a0a0fcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #1e1e2e}.header__container{max-width:1100px;margin:0 auto}.header__logo{display:inline-flex;align-items:center;gap:6px;font-size:1.25rem;font-weight:700;color:#f0f0ff;letter-spacing:-.02em}.header__logo-icon{color:#4f8fff;font-weight:400}.hero{padding:80px 24px 40px;text-align:center}.hero__container{max-width:1100px;margin:0 auto}.hero__title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;color:#f0f0ff;line-height:1.2;letter-spacing:-.03em}.hero__title-accent{background:linear-gradient(135deg,#4f8fff,#8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__subtitle{margin-top:20px;font-size:1.125rem;color:#8888a0;max-width:540px;margin-inline:auto;line-height:1.7}.product-card{background:#12121a;border:1px solid #1e1e2e;border-radius:16px;padding:36px;display:flex;flex-direction:column;transition:border-color .25s ease,background .25s ease}.product-card:hover{border-color:#2a2a3e;background:#1a1a2e}.product-card--blue .product-card__badge{background:#4f8fff1f;color:#4f8fff}.product-card--blue .product-card__feature-dot{background:#4f8fff}.product-card--blue .product-card__cta{background:linear-gradient(135deg,#4f8fff,#8b5cf6)}.product-card--blue .product-card__cta:hover{box-shadow:0 4px 20px #4f8fff4d}.product-card--green .product-card__badge{background:#22c55e1f;color:#22c55e}.product-card--green .product-card__feature-dot{background:#22c55e}.product-card--green .product-card__cta{background:linear-gradient(135deg,#22c55e,#4f8fff)}.product-card--green .product-card__cta:hover{box-shadow:0 4px 20px #22c55e4d}.product-card__badge{align-self:flex-start;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-card__title{margin-top:20px;font-size:1.5rem;font-weight:700;color:#f0f0ff;letter-spacing:-.02em}.product-card__description{margin-top:12px;color:#8888a0;font-size:.95rem;line-height:1.7}.product-card__features{margin-top:24px;list-style:none;display:flex;flex-direction:column;gap:10px;flex:1}.product-card__feature{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#e4e4ef}.product-card__feature-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.product-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:28px;padding:12px 24px;border-radius:12px;font-size:.9rem;font-weight:600;color:#fff;transition:box-shadow .25s ease,transform .25s ease}.product-card__cta:hover{transform:translateY(-1px)}.product-card__cta-arrow{transition:transform .25s ease}.product-card__cta:hover .product-card__cta-arrow{transform:translate(3px)}.footer{margin-top:auto;padding:32px 24px;border-top:1px solid #1e1e2e}.footer__container{max-width:1100px;margin:0 auto;text-align:center}.footer__text{font-size:.85rem;color:#8888a0}.products{padding:40px 24px 80px}.products__grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:768px){.products__grid{grid-template-columns:1fr}}
