.hero{flex-direction:column;min-height:800px;margin-top:70px;display:flex;position:relative;overflow:visible}.hero-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-background img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-overlay{z-index:1;background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:2;flex:1;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:5.5rem 2rem 2rem;display:flex;position:relative}.hero-content{width:100%;max-width:600px}.hero-title{color:#fff;text-shadow:3px 3px 6px #00000080,-1px -1px 2px #0000004d;margin-bottom:1rem;font-size:58px;font-weight:900;line-height:1.2}.hero-subtitle{color:#fff;text-shadow:2px 2px 4px #00000080;margin-bottom:2rem;font-size:20px;font-weight:500}.hero-button-wrapper{align-items:center;gap:1.5rem;display:inline-flex;position:relative}.hero-button{color:#fff;cursor:pointer;background:#1e3a8a;border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 12px #0003}.hero-button:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.hero-button-arrow{animation:2s ease-in-out infinite pointAndBlink;position:relative}.arrow-icon{color:#fbbf24;text-shadow:2px 2px 4px #00000080,0 0 10px #fbbf2480;font-size:2.5rem;font-weight:700;display:inline-block}@keyframes pointAndBlink{0%,to{opacity:1;transform:translate(0)}25%{opacity:.3;transform:translate(10px)}50%{opacity:1;transform:translate(0)}75%{opacity:.3;transform:translate(10px)}}.hero-features{z-index:2;margin-top:auto;padding:0 2rem 2rem;position:relative}.hero-features-container{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0;display:grid;transform:translateY(30%)}.hero-feature-card{text-align:center;background:#fff;border-radius:12px;padding:2rem;transition:all .3s;box-shadow:0 8px 24px #00000026}.hero-feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0003}.hero-feature-icon{color:#1e3a8a;background:#dbeafe;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:inline-flex}.hero-feature-title{color:#1e293b;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.hero-feature-description{color:#64748b;font-size:.95rem;line-height:1.6}@media (max-width:768px){.hero{min-height:600px}.hero-container{padding:2rem 1rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-button-wrapper{flex-direction:column;gap:.75rem;width:100%}.hero-button{width:100%;padding:.875rem 2rem}.hero-button-arrow{transform:rotate(90deg)}.arrow-icon{font-size:2rem}@keyframes pointAndBlink{0%,to{opacity:1;transform:rotate(90deg)translateY(0)}25%{opacity:.3;transform:rotate(90deg)translateY(10px)}50%{opacity:1;transform:rotate(90deg)translateY(0)}75%{opacity:.3;transform:rotate(90deg)translateY(10px)}}.hero-features{padding:0 1rem 1rem}.hero-features-container{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;transform:translateY(0)}.hero-feature-card{padding:1.5rem}.hero-feature-icon{width:60px;height:60px}.hero-feature-icon svg{width:30px;height:30px}}
