/* Above-the-fold critical styles for faster first paint */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%;overflow-x:hidden}
body{font-family:Inter,'Segoe UI',Arial,sans-serif;background:#08091a;color:#f8fafc;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img,picture{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.container{max-width:1280px;margin:0 auto;padding:0 24px}
.navbar{position:fixed;top:0;left:0;right:0;padding:12px 20px 0;z-index:900;display:flex;justify-content:center}
.nav-pill{width:100%;max-width:1280px;display:flex;align-items:center;justify-content:space-between;padding:10px 16px 10px 18px;background:rgba(15,22,41,.55);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.07);border-radius:28px;gap:24px}
.nav-logo{display:flex;align-items:center;flex-shrink:0}
.nav-logo-img{width:155px;height:auto}
.nav-links{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}
.nav-links a{padding:7px 13px;border-radius:9999px;font-size:.875rem;font-weight:500;color:#94a3b8}
.nav-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}
.btn-nav-cta{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:9999px;font-size:.875rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#0ea5e9 100%)}
.hamburger{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:8px;background:rgba(255,255,255,.05)}
.hamburger span{display:block;width:22px;height:2px;background:#f8fafc;border-radius:9999px}
.hero{min-height:100vh;padding:148px 0 72px;position:relative;overflow:hidden}
.hero-inner{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 18px;background:rgba(79,70,229,.12);border:1px solid rgba(129,140,248,.35);border-radius:9999px;font-size:.875rem;font-weight:600;color:#c4b5fd;margin-bottom:26px}
.hero-title{font-family:Inter,'Segoe UI',Arial,sans-serif;font-size:clamp(2.6rem,4.8vw,5rem);font-weight:800;line-height:1.08;letter-spacing:-.04em;color:#f8fafc;margin-bottom:22px}
.gradient-text{background:linear-gradient(135deg,#a5b4fc 0%,#38bdf8 60%,#818cf8 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.hero-subtitle{font-size:clamp(1rem,1.5vw,1.125rem);color:#94a3b8;line-height:1.8;max-width:500px;margin-bottom:36px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:9999px;font-family:Inter,'Segoe UI',Arial,sans-serif;font-size:.875rem;font-weight:600;white-space:nowrap}
.btn-gradient{background:linear-gradient(135deg,#4f46e5 0%,#0ea5e9 100%);color:#fff;box-shadow:0 4px 20px rgba(79,70,229,.35)}
.btn-outline{background:transparent;color:#f8fafc;border:1px solid rgba(255,255,255,.07)}
.hero-visual{position:relative;z-index:1;min-width:0;padding-right:48px}
.hero-visual-wrap{position:relative;min-height:520px;display:flex;justify-content:center;align-items:center}
@media (max-width:1024px){.nav-links,.btn-nav-login{display:none}.hamburger{display:flex}.hero-inner{grid-template-columns:1fr;text-align:center;gap:48px}.hero-subtitle,.hero-badge,.hero-actions{margin-left:auto;margin-right:auto}.hero-visual{padding-right:0}}
@media (max-width:768px){.nav-actions{display:none}.hero{padding:104px 0 52px}.hero-visual-wrap{min-height:auto}.page-home .footer{padding:20px 0 8px!important}.page-home .footer .footer-grid{display:block!important;padding-bottom:10px!important}.page-home .footer .footer-grid>div:not(.footer-brand-col){display:none!important}.page-home .footer .footer-desc{display:none!important}.page-home .footer .footer-brand-col{display:flex!important;flex-direction:column;align-items:center;text-align:center;gap:10px}.page-home .footer .footer-bottom{padding:12px 0 4px!important;border-top:1px solid rgba(255,255,255,.07)}}
