.hero{min-height:100vh;padding-top:calc(var(--navbar-height) + var(--space-16));padding-bottom:var(--space-16);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0;overflow:hidden}.hero__gradient-orb{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.hero__gradient-orb--1{background:#7c3aed26;width:600px;height:600px;animation:20s ease-in-out infinite meshMove;top:-10%;left:-10%}.hero__gradient-orb--2{background:#06b6d41a;width:500px;height:500px;animation:25s ease-in-out infinite reverse meshMove;top:20%;right:-5%}.hero__gradient-orb--3{background:#10b98114;width:400px;height:400px;animation:18s ease-in-out 3s infinite meshMove;bottom:-5%;left:30%}.hero__grid-pattern{background-image:linear-gradient(#8b949e08 1px,#0000 1px),linear-gradient(90deg,#8b949e08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.hero__particles{z-index:1;position:absolute;inset:0}.hero__content{z-index:2;text-align:center;max-width:900px;padding-inline:var(--space-6);margin-inline:auto;position:relative}.hero__badge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-accent-violet-light);margin-bottom:var(--space-8);background:#7c3aed1a;border:1px solid #7c3aed40;animation:.6s fadeInDown;display:inline-flex}.hero__badge .pulse-dot{background:var(--color-accent-emerald);border-radius:50%;width:8px;height:8px;position:relative}.hero__badge .pulse-dot:after{content:"";border:2px solid var(--color-accent-emerald);border-radius:50%;animation:2s ease-out infinite pulseRing;position:absolute;inset:-3px}.hero__title{font-family:var(--font-heading);font-size:var(--text-7xl);font-weight:var(--weight-extrabold);line-height:var(--leading-tight);letter-spacing:-.03em;margin-bottom:var(--space-6);animation:.7s .1s both fadeInUp}.hero__subtitle{font-size:var(--text-xl);color:var(--color-text-secondary);line-height:var(--leading-relaxed);max-width:640px;margin-inline:auto;margin-bottom:var(--space-10);animation:.7s .2s both fadeInUp}.hero__actions{justify-content:center;align-items:center;gap:var(--space-4);margin-bottom:var(--space-16);animation:.7s .3s both fadeInUp;display:flex}.hero__cards{gap:var(--space-6);justify-content:center;animation:.8s .5s both fadeInUp;display:flex}.hero__card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-6);text-align:left;width:260px;transition:all var(--transition-base);position:relative;overflow:hidden}.hero__card:before{content:"";border-radius:var(--radius-xl) var(--radius-xl) 0 0;height:3px;position:absolute;top:0;left:0;right:0}.hero__card--agents:before{background:var(--color-accent-violet)}.hero__card--govern:before{background:var(--color-accent-cyan)}.hero__card--shield:before{background:var(--color-accent-emerald)}.hero__card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-card-hover);transform:translateY(-8px)}.hero__card:first-child{animation:5s ease-in-out infinite float}.hero__card:nth-child(2){animation:5s ease-in-out 1s infinite float}.hero__card:nth-child(3){animation:5s ease-in-out 2s infinite float}.hero__card-icon{border-radius:var(--radius-md);width:44px;height:44px;margin-bottom:var(--space-4);justify-content:center;align-items:center;font-size:20px;display:flex}.hero__card--agents .hero__card-icon{color:var(--color-accent-violet-light);background:#7c3aed26}.hero__card--govern .hero__card-icon{color:var(--color-accent-cyan-light);background:#06b6d426}.hero__card--shield .hero__card-icon{color:var(--color-accent-emerald-light);background:#10b98126}.hero__card h3{font-family:var(--font-heading);font-size:var(--text-base);font-weight:var(--weight-semibold);margin-bottom:var(--space-2)}.hero__card p{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--leading-normal)}@media (width<=768px){.hero{min-height:auto;padding-top:calc(var(--navbar-height) + var(--space-12));padding-bottom:var(--space-12)}.hero__title{font-size:var(--text-5xl)}.hero__actions{gap:var(--space-3);flex-direction:column}.hero__actions .btn{width:100%}.hero__cards{align-items:center;gap:var(--space-4);flex-direction:column}.hero__card{width:100%;max-width:320px}.hero__card:first-child,.hero__card:nth-child(2),.hero__card:nth-child(3){animation:none}}@media (width<=480px){.hero__title{font-size:var(--text-4xl)}.hero__subtitle{font-size:var(--text-base)}}
