body{font-family:'Segoe UI',Arial,sans-serif;background:#111;color:#fff;margin:0;padding:0;min-height:100vh}.hero-bg{min-height:100vh;width:100%;background:url('../img/main.jpg') center center/cover no-repeat fixed;position:relative;display:flex;align-items:stretch}.hero-overlay{background:rgba(0,0,0,.55);width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.hero-header{text-align:left;max-width:700px;margin:1rem auto 1rem auto;padding:3rem 2rem 1rem 2rem;background:rgba(0,0,0,.45);border-radius:18px 18px 0 0;box-shadow:0 4px 24px rgba(0,0,0,.18)}.hero-header h1{margin:0 0 .5rem 0;font-size:2.8rem;letter-spacing:1px;color:#fff;text-shadow:0 2px 12px #000}.hero-header p{margin:0;font-size:1.3rem;opacity:.95;color:#e0e0e0}.main-nav{max-width:700px;margin:1rem auto;position:relative}.nav-toggle{display:none;background:#007bff;border:none;border-radius:8px;padding:.7em 1.2em;margin:0 auto .5em auto;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.13);transition:background .2s}.nav-toggle:focus,.nav-toggle:hover{background:#0056b3}.nav-icon{display:inline-block;vertical-align:middle}.nav-list{display:flex;flex-direction:column;align-items:stretch;gap:1rem;padding:0;list-style:none;background:0 0;width:700px}.nav-list li{background:rgba(0,0,0,.65);border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.18);border:1px solid #222;text-align:left;font-size:1.13rem;transition:background .2s,width .2s;width:100%}.nav-list li>a{color:#fff;text-decoration:none;font-weight:700;transition:color .2s;display:block;padding:1.1rem 1.5rem 1.1rem 2.2rem}.nav-list li:hover{background:#007bff}.hero-section{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;padding:0 2rem 3rem 2rem}.hero-panel{background:rgba(255,255,255,.13);border-radius:0 0 18px 18px;box-shadow:0 2px 16px rgba(0,0,0,.13);padding:2rem 1.5rem;margin-bottom:.5rem;color:#fff;backdrop-filter:blur(2px)}.hero-panel h2{margin-top:0;color:#fff;text-shadow:0 1px 6px #000}.hero-panel ul{margin:1rem 0 0 0;padding-left:1.2em;color:#e0e0e0}.hero-panel li{margin-bottom:.5em}.features-panel{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;background:rgba(0,0,0,.22);box-shadow:0 1px 8px rgba(0,0,0,.1);padding:1.2rem 1rem}.feature{background:rgba(255,255,255,.18);border-radius:8px;box-shadow:0 1px 6px rgba(0,0,0,.08);padding:1rem 1.5rem;min-width:160px;text-align:center;font-size:1.05rem;color:#fff;margin:.2rem 0;backdrop-filter:blur(1px)}.contact-panel{background:rgba(40,167,69,.85);color:#fff;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.13);border-radius:0 0 18px 18px}.contact-panel a{color:#fff;background:#007bff;padding:.7em 1.5em;border-radius:6px;text-decoration:none;font-weight:700;transition:background .2s;display:inline-block;margin-top:1rem}.contact-panel a:hover{background:#0056b3}.hero-panel>h3{text-align:center;width:100%}.hero-panel ul{list-style:none;text-align:center}.hero-panel>ul>li>a{color:#fff;background:#007bff;padding:.7em 1.5em;border-radius:6px;text-decoration:none;font-weight:700;transition:background .2s;display:inline-block;margin-top:1rem}.hero-panel>p>a{color:#229dff;font-weight:700}.images-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.images-gallery>a>img{display:block;margin-left:auto;margin-right:auto;border:2px solid #fff;border-radius:8px}@media (max-width:900px){.hero-header,.hero-section{max-width:98vw;padding-left:.5rem;padding-right:.5rem}.main-nav{width:100%;max-width:inherit}.main-nav ul{width:100%}.nav-toggle{display:block}.nav-list{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);display:flex}.nav-list.nav-open{max-height:1000px;transition:max-height .4s cubic-bezier(.4,0,.2,1)}}@media (max-width:600px){.hero-header,.hero-section{padding:1rem .2rem}.hero-panel{padding:1rem .5rem}.features-panel{gap:.5rem;padding:.7rem .2rem}.images-gallery{display:block}.images-gallery img{margin-top:1rem;margin-bottom:1rem}}