.history-hero{position:relative;height:70vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.history-hero-background{z-index:1}.hero-overlay,.history-hero-background{position:absolute;top:0;left:0;right:0;bottom:0}.hero-overlay{background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(239,62,52,.3) 50%,rgba(0,0,0,.7));z-index:2}.history-hero-content{position:relative;z-index:3;text-align:center;max-width:800px;padding:2rem;color:white}.history-hero-content h1{font-size:4rem;font-weight:700;color:white;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.7);line-height:1.2}.history-hero-content p{font-size:1.4rem;line-height:1.6;margin-bottom:2.5rem;color:rgba(255,255,255,.9);text-shadow:1px 1px 2px rgba(0,0,0,.7)}.history-cta-button{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#ef3e34,#ff736c);color:white;padding:1rem 2rem;border-radius:3rem;font-size:1.2rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 25px rgba(239,62,52,.3);border:2px solid transparent}.history-cta-button:hover{background:linear-gradient(135deg,#d63527,#ef3e34);transform:translateY(-3px);box-shadow:0 12px 35px rgba(239,62,52,.4);border-color:rgba(255,255,255,.2)}.history-cta-button .material-symbols-outlined{font-size:1.3rem}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:3}.scroll-indicator .scroll-button,.scroll-indicator a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);border-radius:50%;color:white;text-decoration:none;transition:all .3s ease;backdrop-filter:blur(10px);animation:bounce 2s infinite;cursor:pointer}.scroll-indicator .scroll-button:hover,.scroll-indicator a:hover{background:rgba(239,62,52,.2);border-color:#ef3e34;transform:scale(1.1)}.scroll-indicator .material-symbols-outlined{font-size:1.5rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.history-hero{height:60vh;min-height:500px}.history-hero-content h1{font-size:2.5rem}.history-hero-content p{font-size:1.2rem}.history-cta-button{padding:.8rem 1.5rem;font-size:1.1rem}}@media (max-width:480px){.history-hero-content{padding:1rem}.history-hero-content h1{font-size:2rem}.history-hero-content p{font-size:1rem}.history-cta-button{padding:.7rem 1.2rem;font-size:1rem}}