.hero{background:var(--brand-deep-blue);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;opacity:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:#173d47b8;width:100%;height:100%;position:absolute;top:0;left:0}.hero-particles{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.particle{background:#ffffffb3;border-radius:50%;animation:15s ease-in-out infinite float-particle;position:absolute}.particle:first-child{width:6px;height:6px;animation-duration:12s;animation-delay:0s;left:10%}.particle:nth-child(2){width:4px;height:4px;animation-duration:15s;animation-delay:2s;left:20%}.particle:nth-child(3){width:8px;height:8px;animation-duration:13s;animation-delay:4s;left:30%}.particle:nth-child(4){width:5px;height:5px;animation-duration:14s;animation-delay:1s;left:40%}.particle:nth-child(5){width:7px;height:7px;animation-duration:16s;animation-delay:3s;left:50%}.particle:nth-child(6){width:6px;height:6px;animation-duration:12s;animation-delay:5s;left:60%}.particle:nth-child(7){width:4px;height:4px;animation-duration:15s;animation-delay:2s;left:70%}.particle:nth-child(8){width:5px;height:5px;animation-duration:13s;animation-delay:4s;left:80%}.particle:nth-child(9){width:6px;height:6px;animation-duration:14s;animation-delay:1s;left:90%}.particle:nth-child(10){width:7px;height:7px;animation-duration:16s;animation-delay:3s;left:15%}@keyframes float-particle{0%,to{opacity:0;transform:translateY(100vh)translate(0)scale(0)rotate(0)}10%{opacity:1}90%{opacity:.8}to{opacity:0;transform:translateY(-100px)translate(100px)scale(1.5)rotate(360deg)}}.hero-container{z-index:3;text-align:center;max-width:980px;color:var(--brand-white);margin:0 auto;padding:0 22px;position:relative}.hero-badge{background:color-mix(in srgb, var(--brand-yellow) 40%, transparent);letter-spacing:.3px;color:var(--brand-yellow);border:1px solid #ffffab80;border-radius:980px;margin-bottom:20px;padding:6px 14px;font-size:.75rem;font-weight:600;animation:.8s cubic-bezier(.28,.11,.32,1) fadeInDown;display:inline-block}.hero h1{font-family:var(--font-display);letter-spacing:-.015em;text-shadow:0 2px 12px #0006;color:var(--brand-white);margin-bottom:24px;font-size:clamp(3rem,7vw,5.5rem);font-weight:700;line-height:1.05;animation:.8s cubic-bezier(.28,.11,.32,1) .1s backwards fadeInUp}.hero-subtitle{font-family:var(--font-body);color:var(--brand-yellow);letter-spacing:-.01em;margin-bottom:12px;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;animation:.8s cubic-bezier(.28,.11,.32,1) .2s backwards fadeInUp}.hero-description{color:#fffffff2;letter-spacing:-.01em;text-shadow:0 2px 8px #00000059;max-width:700px;margin:0 auto 40px;font-size:1.25rem;font-weight:400;line-height:1.5;animation:.8s cubic-bezier(.28,.11,.32,1) .3s backwards fadeInUp}.hero-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;animation:.8s cubic-bezier(.28,.11,.32,1) .4s backwards fadeInUp;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.hero-cta{flex-direction:column;width:100%}.hero-cta .btn{width:100%;max-width:300px}}.btn-light{background:var(--brand-yellow);color:var(--brand-deep-blue);border-radius:980px;font-weight:500;box-shadow:0 4px 12px #10b9814d}.btn-light:hover{filter:brightness(.93);transform:scale(1.02);box-shadow:0 6px 16px #10b98166}.layout-app .btn-primary{background:var(--brand-deep-blue);color:var(--brand-white);border-radius:980px;padding:12px 24px;font-size:.938rem;font-weight:600}.layout-app .btn-primary:hover{background:var(--neutral-800);transform:scale(1.02);box-shadow:0 4px 14px #173d4759}.layout-app .btn-secondary{color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1.5px solid #fff6;border-radius:980px;padding:10.5px 22px}.layout-app .btn-secondary:hover{color:var(--white);background:#ffffff59;border-color:#fff9}
