.hero-background-section{background-image:url(/assets/hero-image.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:500px;position:relative;display:flex;align-items:center;justify-content:center;margin:-2rem -2rem 3rem;border-radius:0 0 20px 20px;box-shadow:0 8px 32px #0003;overflow:hidden}@media screen and (min-width: 769px){.hero-background-section{min-height:calc(100vh - 100px)}}.hero-background-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f1e30b3,#1e3a5f99,#4a90e266 60%,#1a2332b3);z-index:1}.hero-content-overlay{position:relative;z-index:2;color:var(--off-white);text-align:center;padding:2rem;max-width:600px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2c52824d;border-radius:15px;border:1px solid rgba(93,163,219,.3);box-shadow:0 8px 32px #1e3a5f80}.hero-content-overlay h2{font-size:2.5rem;margin-bottom:1rem;text-shadow:0 2px 10px rgba(15,30,48,.8);font-weight:700;color:var(--white)}.hero-content-overlay p{font-size:1.2rem;margin-bottom:2rem;text-shadow:0 1px 5px rgba(15,30,48,.8);line-height:1.6;color:var(--off-white)}.hero-button{display:inline-block;background:linear-gradient(90deg,#4a90e2,#00bfff,#4a90e2);background-size:200%;color:#fff;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:700;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;animation:shiny-effect 3s linear infinite;box-shadow:0 4px 15px #4a90e299}.hero-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #00bfffcc}.hero-button:active{transform:scale(.95)}@keyframes shiny-effect{0%{background-position:0%}to{background-position:200%}}.home-latest-news{max-width:800px;margin:0 auto;text-align:center;padding:2rem 1rem}.home-latest-news h2{color:var(--text-color);font-size:2.2rem;margin-bottom:2rem;font-weight:600;position:relative;display:inline-block}.home-latest-news h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,var(--accent-color),var(--secondary-accent));border-radius:2px}.home-news-list{display:grid;gap:1.5rem;max-width:600px;margin:0 auto}.home-news-item{background:var(--background-color);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;text-align:left;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.home-news-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026;border-color:var(--accent-color)}.home-news-item h3{color:var(--text-color);font-size:1.3rem;margin-bottom:.8rem;font-weight:600}.home-news-item p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.home-news-date{color:var(--accent-color);font-size:.9rem;font-weight:500;opacity:.8}@media screen and (max-width: 1024px){.hero-background-section{min-height:400px;margin:-1.5rem -1.5rem 2rem}.hero-content-overlay h2{font-size:2.2rem}.hero-content-overlay p{font-size:1.1rem}}@media screen and (max-width: 768px){.hero-background-section{min-height:350px;margin:-1rem -1rem 1.5rem}.hero-content-overlay{padding:1.5rem;max-width:500px}.hero-content-overlay h2{font-size:2rem}.hero-content-overlay p{font-size:1rem}.home-latest-news h2{font-size:1.8rem}.home-latest-news{padding:1.5rem 1rem}}@media screen and (max-width: 480px){.hero-background-section{min-height:300px;margin:-.5rem -.5rem 1rem}.hero-content-overlay{padding:1.5rem;max-width:90%}.hero-content-overlay h2{font-size:1.6rem;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.8)}.hero-content-overlay p{font-size:.95rem;margin-bottom:1.5rem;text-shadow:0 1px 3px rgba(0,0,0,.8);line-height:1.6}.home-latest-news h2{font-size:1.5rem;margin-bottom:1rem}.home-latest-news{padding:1rem;margin:1.5rem auto}.home-news-item{padding:1rem}}
