.hero{height:auto;max-width:var(--max-OnlyTextSection);margin-left:auto;margin-right:auto;margin-top:var(--top-margin);justify-content:center;align-items:center;gap:64px;padding:120px 40px 80px;display:flex;position:relative;overflow:hidden}.hero-glow{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;max-width:100dvw;position:absolute;overflow:hidden}.hero-glow-1{background:radial-gradient(circle,#c7003a40,#0000 70%);width:500px;max-width:100%;height:500px;animation:8s ease-in-out infinite alternate glowPulse;top:-100px;left:-100px}.hero-glow-2{background:radial-gradient(circle,#ff6b0033,#0000 70%);width:400px;max-width:100%;height:400px;animation:10s ease-in-out infinite alternate-reverse glowPulse;bottom:-80px;right:-80px}.hero-glow-3{background:radial-gradient(circle,#ffd1001a,#0000 70%);width:300px;max-width:100%;height:300px;animation:12s ease-in-out infinite glowPulse;top:50%;left:40%;transform:translate(-50%,-50%)}@keyframes glowPulse{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.15)}}.hero-phone-wrap{z-index:1;flex-shrink:0;width:300px;height:500px;position:relative}.hero-spotlight{filter:blur(8px);pointer-events:none;background:linear-gradient(#ffd1004d,#0000);width:2px;height:400px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.hero-orbit{border:1px dashed #c7003a40;border-radius:50%;animation:linear infinite orbitSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-orbit-1{width:380px;height:380px;animation-duration:22s}.hero-orbit-2{width:300px;height:300px;animation-duration:16s;animation-direction:reverse}.hero-orbit-3{width:220px;height:220px;animation-duration:28s}@keyframes orbitSpin{to{transform:translate(-50%,-50%)rotate(360deg)}}.hero-orbit-node{font-size:1.1rem;animation:linear infinite reverse orbitSpin;position:absolute}.hero-orbit-1 .hero-orbit-node:first-child{animation-duration:22s;top:0;left:50%;transform:translate(-50%,-50%)}.hero-orbit-1 .hero-orbit-node:nth-child(2){animation-duration:22s;top:50%;right:0;transform:translate(50%,-50%)}.hero-orbit-1 .hero-orbit-node:nth-child(3){animation-duration:22s;bottom:0;left:50%;transform:translate(-50%,50%)}.hero-orbit-1 .hero-orbit-node:nth-child(4){animation-duration:22s;top:50%;left:0;transform:translate(-50%,-50%)}.hero-orbit-2 .hero-orbit-node:first-child{animation-duration:16s;animation-direction:normal;top:0;left:50%;transform:translate(-50%,-50%)}.hero-orbit-2 .hero-orbit-node:nth-child(2){animation-duration:16s;animation-direction:normal;top:50%;right:0;transform:translate(50%,-50%)}.hero-orbit-2 .hero-orbit-node:nth-child(3){animation-duration:16s;animation-direction:normal;bottom:0;left:50%;transform:translate(-50%,50%)}.hero-orbit-3 .hero-orbit-node:first-child{animation-duration:28s;top:0;left:50%;transform:translate(-50%,-50%)}.hero-orbit-3 .hero-orbit-node:nth-child(2){animation-duration:28s;bottom:0;left:50%;transform:translate(-50%,50%)}.hero-phone{background:#0f0018f2;border:1.5px solid #c7003a66;border-radius:24px;width:160px;height:300px;animation:4s ease-in-out infinite phoneFloat;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 0 60px #c7003a4d,inset 0 0 20px #00000080}@keyframes phoneFloat{0%,to{transform:translate(-50%,-50%)translateY(0)}50%{transform:translate(-50%,-50%)translateY(-12px)}}.hero-phone-screen{flex-direction:column;height:100%;padding:16px;display:flex}.hero-phone-app{flex-direction:column;align-items:center;gap:8px;padding-top:12px;display:flex}.hero-phone-logo-icon{font-size:2rem}.hero-phone-name{font-family:var(--font-display);color:var(--text-primary);font-size:.75rem;font-weight:700}.hero-phone-tagline{color:var(--text-secondary);font-size:.55rem}.hero-phone-cards{flex-direction:column;gap:6px;width:100%;margin-top:8px;display:flex}.hero-phone-card{background:linear-gradient(135deg,#c7003a26,#ff6b001a);border:1px solid #c7003a33;border-radius:8px;height:36px;animation:2s ease-in-out infinite alternate cardShimmer}.hero-phone-card:nth-child(2){opacity:.8;animation-delay:.3s}.hero-phone-card:nth-child(3){opacity:.6;animation-delay:.6s}@keyframes cardShimmer{0%{border-color:#c7003a33}to{border-color:#ffd1004d}}.hero-tag{color:var(--brand-amber);white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f0018e6;border:1px solid #c7003a66;border-radius:20px;padding:5px 12px;font-size:.72rem;font-weight:700;animation:3s ease-in-out infinite tagFloat;position:absolute}.hero-tag-1{animation-delay:0s;top:15%;left:-15%}.hero-tag-2{animation-delay:1s;top:50%;right:-20%}.hero-tag-3{animation-delay:2s;bottom:20%;left:-10%}@keyframes tagFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-stage{filter:blur(10px);background:radial-gradient(#c7003a4d,#0000 70%);width:200px;height:30px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.hero-content{z-index:1;flex:1;max-width:580px}.hero-badge{font-size:.8rem;font-weight:700;font-family:var(--font-body);color:var(--brand-amber);letter-spacing:.01em;background:#ff95001a;border:1px solid #ff950040;border-radius:50px;align-items:center;max-width:100%;margin-bottom:20px;padding:6px 16px;line-height:1.5;display:inline-flex}.hero-slogan{font-family:var(--font-display);color:var(--text-primary);margin-bottom:20px;font-size:clamp(2.4rem,5vw,4rem);font-weight:700;line-height:1.1}.hero-subtitle{color:var(--text-secondary);margin-bottom:28px;font-size:1.05rem;line-height:1.7}.hero-divider{background:linear-gradient(90deg,transparent,var(--border),transparent);height:1px;margin-bottom:28px}.hero-ctas{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:16px;display:flex}.hero-btn-download{background:var(--gradient-brand);color:#fff;font-family:var(--font-display);border-radius:50px;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 30px #c7003a73}.hero-btn-download:hover{transform:translateY(-3px);box-shadow:0 10px 40px #c7003a99}.hero-btn-icon{font-size:1.1em}.hero-text-link{color:var(--text-secondary);font-size:.9rem;font-weight:600;transition:color .2s}.hero-text-link:hover{color:var(--brand-amber)}.hero-micro-note{color:var(--text-secondary);opacity:.7;margin-bottom:20px;font-size:.78rem}.hero-trust{flex-wrap:wrap;gap:8px;display:flex}.hero-trust-chip{color:var(--text-secondary);letter-spacing:.05em;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:20px;padding:4px 14px;font-size:.75rem;font-weight:700}@media (max-width:900px){.hero{text-align:center;flex-direction:column-reverse;gap:48px;padding:100px 24px 60px}.hero-phone-wrap{width:240px;height:380px}.hero-ctas,.hero-trust{justify-content:center}.hero-badge{text-align:center;font-size:.72rem}}
