.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;background:linear-gradient(135deg,#f8f9fa 0,#e8ecf1 100%);overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(46,138,167,.05) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(224,90,0,.05) 0,transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:2;animation:fadeInUp .8s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#e05a00 0,#e06a21 100%);color:#fff;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:24px;box-shadow:0 4px 15px rgba(224,90,0,.3);animation:pulse 2s ease-in-out infinite}.hero-badge i{animation:spin 3s linear infinite}.hero-title{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:800;line-height:1.2;margin-bottom:24px;color:#1a1a1a}.text-gradient{background:linear-gradient(135deg,#e05a00 0,#e06a21 50%,#2e8aa7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease infinite;background-size:200% auto}.hero-subtitle{font-size:1.25rem;line-height:1.7;color:#555;margin-bottom:40px;max-width:600px}.hero-subtitle strong{color:#e05a00;font-weight:600}.hero-ctas{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px}.btn-hero{display:inline-flex;flex-direction:column;align-items:flex-start;padding:20px 32px;border-radius:16px;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden;min-width:240px;text-align:left}.btn-hero i{margin-right:10px;font-size:1.3rem}.btn-hero span{display:flex;align-items:center;font-size:1.1rem;margin-bottom:4px}.btn-hero small{font-size:.85rem;font-weight:400;opacity:.9}.btn-hero.btn-primary{background:linear-gradient(135deg,#e05a00 0,#e06a21 100%);color:#fff;border:none;box-shadow:0 8px 25px rgba(224,90,0,.4)}.btn-hero.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(224,90,0,.5)}.btn-hero.btn-primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-hero.btn-primary:hover::before{left:100%}.btn-hero.btn-outline{background:#fff;color:#2e8aa7;border:2px solid #2e8aa7;box-shadow:0 4px 15px rgba(46,138,167,.2)}.btn-hero.btn-outline:hover{background:#2e8aa7;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px rgba(46,138,167,.3)}.hero-trust{display:flex;flex-wrap:wrap;gap:24px;padding-top:20px;border-top:1px solid #dbe0e8}.trust-item{display:flex;align-items:center;gap:10px;color:#555;font-size:.95rem}.trust-item i{color:#e05a00;font-size:1.2rem}.trust-item strong{color:#1a1a1a}.hero-image-wrapper{position:relative;z-index:1}.hero-image{position:relative;animation:float 6s ease-in-out infinite}.hero-image img{width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.1))}.floating-card{position:absolute;background:#fff;padding:12px 20px;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,.1);display:flex;align-items:center;gap:10px;font-weight:600;color:#1a1a1a;font-size:.9rem;animation:cardFloat 3s ease-in-out infinite}.floating-card i{font-size:1.3rem;color:#e05a00}.floating-card.card-1{top:10%;left:-10%;animation-delay:0s}.floating-card.card-2{top:60%;right:-5%;animation-delay:1s}.floating-card.card-3{bottom:15%;left:5%;animation-delay:2s}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:2}.scroll-indicator a{display:flex;flex-direction:column;align-items:center;gap:8px;color:#555;font-size:.9rem;text-decoration:none;transition:all .3s ease}.scroll-indicator a:hover{color:#e05a00;transform:translateY(5px)}.scroll-indicator i{font-size:1.5rem;animation:bounce 2s ease-in-out infinite}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradientShift{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes cardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:991px){.hero-section{padding:100px 0 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-ctas{flex-direction:column}.btn-hero{width:100%;max-width:100%}.hero-image-wrapper{margin-top:60px}.floating-card{display:none}.scroll-indicator{display:none}}@media (max-width:576px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn-hero{padding:16px 24px;min-width:auto}.btn-hero span{font-size:1rem}.hero-trust{flex-direction:column;gap:16px}}@media (prefers-reduced-motion:reduce){.floating-card,.hero-badge,.hero-image,.scroll-indicator i,.text-gradient{animation:none!important}.btn-hero:hover{transform:none}}