:root{--blue:#214f7c;--dark:#10263d;--light:#f5f7fb;--accent:#f6d75a;--white:#fff;--text:#203040}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--light);line-height:1.6}.site-header{background:var(--blue);position:sticky;top:0;z-index:10;box-shadow:0 8px 20px rgba(0,0,0,.08)}.nav{max-width:1180px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:14px 20px}.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none;font-weight:700;letter-spacing:.08em}.brand img{width:52px;height:52px;border-radius:8px}.nav-links a{color:white;text-decoration:none;margin-left:20px;font-weight:600}.nav-links a:hover{text-decoration:underline}.hero{max-width:1180px;margin:auto;padding:82px 20px;display:grid;grid-template-columns:1.3fr .7fr;gap:34px;align-items:center}.hero h1{font-size:48px;line-height:1.1;margin:10px 0;color:var(--dark)}.hero p{font-size:18px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:var(--blue);font-size:13px}.button{display:inline-block;padding:14px 20px;border-radius:9px;text-decoration:none;font-weight:700;margin:8px 10px 0 0}.primary{background:var(--blue);color:white}.secondary{border:2px solid var(--blue);color:var(--blue)}.hero-card{background:white;border-radius:22px;padding:30px;box-shadow:0 16px 40px rgba(0,0,0,.12);text-align:center}.hero-card img{width:170px}.section{max-width:1180px;margin:0 auto 40px;padding:60px 20px;background:white;border-radius:22px}.section h2{font-size:34px;color:var(--dark);margin-top:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article,.area-grid div{border:1px solid #dce5ef;border-radius:16px;padding:22px;background:#fbfdff}.cards h3,.area-grid h3{color:var(--blue);margin-top:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.area-grid,.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-grid{grid-template-columns:repeat(4,1fr)}.placeholder{min-height:150px;border:2px dashed #b8c8d8;border-radius:16px;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:800;color:var(--blue);background:#fbfdff;padding:18px}.highlight{background:#eef5fc}.keyword-list{margin:0;padding-left:22px;font-weight:700}.quote{background:var(--dark);color:white}.quote .eyebrow,.quote h2{color:white}.contact-box{background:rgba(255,255,255,.1);padding:18px;border-radius:14px;margin:18px 0}form{display:grid;gap:14px;max-width:720px}label{display:grid;gap:6px;font-weight:700}input,textarea,select{border:0;border-radius:9px;padding:13px;font:inherit}button{background:var(--accent);color:var(--dark);border:0;border-radius:9px;padding:15px 20px;font-weight:800;font-size:16px;cursor:pointer}.small-note{font-size:13px;opacity:.85;margin:0}footer{text-align:center;padding:30px;color:#5d6a77}@media(max-width:900px){.nav{display:block}.nav-links{margin-top:10px}.nav-links a{display:inline-block;margin:8px 12px 0 0}.hero,.split,.cards,.area-grid,.gallery-grid{grid-template-columns:1fr}.hero h1{font-size:36px}.section{border-radius:0}.hero{padding-top:45px}}
