:root{--primary-black:#000;--secondary-orange:#f26f21}.hero-section{align-items:center;background-position:top;background-size:cover;display:flex;height:90vh;justify-content:center;min-height:500px;overflow:hidden;position:relative;width:100%}.hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.2) 60%,rgba(0,0,0,.2));height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.hero-content-wrapper{max-width:900px;padding:50px 20px;position:relative;text-align:center;transform:translateY(-40px);z-index:3}.hero-title{color:#fff;font-size:2.5rem;font-weight:300;letter-spacing:-.05em;line-height:1.2;margin-bottom:20px;text-align:center;text-shadow:0 0 5px rgba(0,0,0,.3),15px 15px 30px rgba(0,0,0,.8)}.hero-title strong{display:block;font-weight:800}.hero-subtitle{color:#fff;font-size:1rem;font-weight:600;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.hero-buttons{display:flex;gap:15px;justify-content:center}.btn{box-shadow:0 4px 20px rgba(0,0,0,.8);font-weight:400;padding:14px 25px;text-decoration:none;transition:.3s ease;white-space:nowrap}.btn-primary{background-color:var(--secondary-orange);color:#fff;width:400px}.btn-secondary{border:2px solid #fff;color:#fff}.btn:hover{box-shadow:0 6px 12px rgba(0,0,0,.4);transform:translateY(-2px)}.credibility-block{background-color:rgba(0,0,0,.7);bottom:20px;box-shadow:0 4px 15px rgba(0,0,0,.9);color:#fff;font-size:.9rem;left:20px;line-height:1.4;max-width:280px;padding:15px;position:absolute;z-index:3}@media (max-width:768px){.hero-section{height:60vh;min-height:650px}.hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.6) 60%,rgba(0,0,0,.4))}.hero-title{font-size:2rem;text-shadow:0 0 5px rgba(0,0,0,.2),8px 8px 18px rgba(0,0,0,.7)}.hero-buttons{flex-direction:column;gap:10px;margin-top:90px}.btn{width:100%}.credibility-block{display:none}.hero-content-wrapper{transform:translateY(0)}.p-description{display:none}}