:root{--primary:#3e8fef;--secondary:#f3f7f7;--accent:black}*{box-sizing:border-box;font-family:Segoe UI,Tahoma,sans-serif}body{background:var(--secondary);color:#333;margin:0;line-height:1.6}.site{flex-direction:column;min-height:100vh;display:flex}.main{flex:1}.header{z-index:10;background:#fff;border-bottom:1px solid #e0e0e0;position:relative}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.logo img{object-fit:contain;width:auto;height:80px}.nav a{color:var(--primary);margin-left:1.5rem;font-weight:500;text-decoration:none}.nav a.active{border-bottom:2px solid var(--accent)}.hero{z-index:1;justify-content:center;align-items:center;width:100%;min-height:350px;max-height:200px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background-image:var(--hero-bg);filter:blur(18px);z-index:1;background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.1)}.hero-img{z-index:2;min-width:800px;max-height:600px;display:block;position:relative;top:80px}.hero-inner h2,.hero-inner p{text-shadow:-1px -1px #3e8fef,1px -1px #000,-1px 1px #3e8fef,1px 1px #000}.hero-overlay{text-align:center;z-index:2;justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute;inset:0}.hero-inner{color:#fff;max-width:1400px}.hero-inner h2{margin-bottom:.5rem;font-size:2.2rem}.content{max-width:1000px;margin:3rem auto;padding:0 1.5rem}.content h3{color:var(--primary);font-size:1.6rem}.cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.card{background:#fff;border-radius:10px;padding:1.8rem;box-shadow:0 6px 20px #0000000f}.card h4{color:var(--primary);margin-top:0}.footer{background:var(--primary);color:#cfe7e6;text-align:center;padding:.5rem;font-size:.85rem}.menu-toggle{cursor:pointer;z-index:99999;background:#fff;border-radius:5px;padding:5px 10px;font-size:1.8rem;display:none;position:fixed;top:20px;right:20px}input,textarea{border:1px solid #ccc;border-radius:6px;width:100%;padding:.6rem .8rem;font-size:1rem}input:focus,textarea:focus{border-color:#555;outline:none}button{color:#fff;cursor:pointer;background-color:#333;border:none;border-radius:6px;padding:.6rem 1.4rem;font-size:1rem}button:hover{background-color:var(--primary)}@media (max-width:768px){.nav{z-index:9999;background:#fff;flex-direction:column;padding:1rem;display:none;position:absolute;top:60px;right:1.5rem;box-shadow:0 6px 20px #0000001a}.nav.open{display:flex}.menu-toggle{display:block}.hero{min-height:300px;padding:1rem}.hero-img{min-width:auto;max-width:100%;height:auto;top:0}.hero-inner h2{font-size:1.6rem}.hero-inner p{word-wrap:break-word;font-size:1rem}}
