
:root{--blue:#062653;--blue2:#0b3d7c;--gold:#d99a16;--soft:#f5f7fb;--text:#071b3a;--muted:#64748b;--line:#dce5f1;--shadow:0 18px 50px rgba(6,38,83,.16)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;background:var(--soft);color:var(--text)}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}button,input{font-family:inherit}.topbar{background:var(--blue);color:white;font-size:13px}.topbar .container{height:34px;display:flex;justify-content:flex-end;gap:22px;align-items:center}.topbar button{background:rgba(255,255,255,.12);border:0;color:white;border-radius:4px;padding:4px 8px;cursor:pointer}.header{position:sticky;top:0;background:white;z-index:20;box-shadow:0 5px 18px rgba(0,0,0,.06)}.header-inner{min-height:92px;display:grid;grid-template-columns:330px 1fr auto;gap:24px;align-items:center}.brand{display:flex;align-items:center;gap:14px}.brand img{width:78px;height:78px;object-fit:contain}.brand h1{font-size:28px;line-height:.92;color:var(--blue);font-weight:900}.brand span{display:block;margin-top:7px;font-size:10px;letter-spacing:3px;color:var(--blue)}.search{height:44px;border:1px solid var(--line);border-radius:9px;display:flex;overflow:hidden}.search input{border:0;outline:0;flex:1;padding:0 14px}.search button{width:48px;border:0;background:white;cursor:pointer}.nav{display:flex;gap:22px;font-size:14px;font-weight:800;text-transform:uppercase}.nav a{padding:38px 0;border-bottom:3px solid transparent}.nav a:hover,.nav a.active{border-color:var(--gold);color:var(--blue)}.hero{position:relative;min-height:430px;background:url('../img/hero-background.png') center/cover no-repeat;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0 34%,rgba(255,255,255,.42) 55%,rgba(6,38,83,.78) 100%)}.hero-inner{position:relative;min-height:430px;display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:center}.eyebrow{color:var(--gold);font-weight:900;letter-spacing:2px;text-transform:uppercase}.hero h2{font-size:56px;line-height:.95;color:var(--blue);font-weight:900;margin:10px 0}.hero h3{color:var(--gold);letter-spacing:6px;font-size:20px;margin-bottom:18px}.hero p{max-width:570px;line-height:1.65}.btn{display:inline-flex;margin-top:22px;background:var(--blue);color:white;font-weight:800;padding:14px 22px;border-radius:7px}.quick{background:white;border-radius:16px;padding:28px;box-shadow:var(--shadow)}.quick h4{font-size:22px;margin-bottom:18px}.quick a{display:block;padding:11px 0;border-bottom:1px solid #edf2f7}.section{padding:58px 0}.section.white{background:white}.center{text-align:center}.title{font-size:34px;color:var(--blue);font-weight:900;margin:10px 0 30px}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:white;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(6,38,83,.06);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card img{width:92px;height:92px;object-fit:contain;display:block;margin-bottom:14px}.card h3{color:var(--blue);font-size:20px;margin-bottom:10px}.card p{color:#24364f;line-height:1.55}.profile{display:grid;grid-template-columns:430px 1fr;gap:42px;align-items:center}.profile-visual{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:35px;display:grid;place-items:center}.profile-visual img{max-width:320px;width:100%;height:auto}.values{display:grid;gap:12px;margin-top:22px}.values div{background:#f3f7fb;border-left:5px solid var(--gold);padding:14px;border-radius:8px;display:grid;grid-template-columns:140px 1fr;gap:10px}.split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.notice{background:white;border:1px solid var(--line);border-radius:16px;padding:24px}.faq{max-width:900px;margin:auto;display:grid;gap:12px}.faq-item{background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden}.faq-item button{width:100%;text-align:left;background:white;border:0;padding:18px 20px;font-weight:800;color:var(--blue);display:flex;justify-content:space-between;cursor:pointer}.faq-item p{display:none;padding:0 20px 18px;color:var(--muted);line-height:1.65}.faq-item.open p{display:block}.map-box{height:380px;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.map-box iframe{width:100%;height:100%;border:0}.footer{background:var(--blue);color:white;padding-top:42px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.footer img{width:88px;height:88px;object-fit:contain}.footer h3{font-size:26px;margin:12px 0}.footer h4{color:var(--gold);margin-bottom:14px}.footer p,.footer a{display:block;color:#dce6f0;margin-bottom:9px}.footer-bottom{text-align:center;background:#031b3d;margin-top:32px;padding:16px;font-size:13px}.chatbot{position:fixed;right:24px;bottom:84px;width:350px;background:white;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.25);overflow:hidden;z-index:40}.chat-head{background:var(--blue);color:white;height:64px;display:flex;align-items:center;gap:12px;padding:0 18px}.chat-head img{width:42px;height:42px;object-fit:contain;border-radius:50%}.chat-head button{margin-left:auto;background:transparent;border:0;color:white;font-size:24px;cursor:pointer}.chat-body{height:250px;overflow:auto;padding:16px}.bot,.user{padding:12px 14px;border-radius:12px;margin-bottom:10px;font-size:13px;line-height:1.45}.bot{background:#eef3f8}.user{background:var(--blue);color:white;margin-left:auto;max-width:90%}.chat-suggest{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:0 16px 12px}.chat-suggest button{border:1px solid #b9c7db;background:white;color:var(--blue);border-radius:8px;padding:8px;font-size:12px;cursor:pointer}.chat-input{display:flex;border-top:1px solid var(--line);padding:9px}.chat-input input{flex:1;border:1px solid var(--line);border-radius:8px;padding:0 10px}.chat-input button{width:42px;border:0;background:var(--blue);color:white;border-radius:50%;margin-left:8px}.float-chat{position:fixed;right:30px;bottom:24px;width:60px;height:60px;border-radius:50%;display:none;place-items:center;background:white;border:3px solid var(--blue);box-shadow:var(--shadow);z-index:41}.float-chat img{width:52px;height:52px;object-fit:contain}.hidden-search{opacity:.25;filter:grayscale(1)}
@media(max-width:1100px){.header-inner{grid-template-columns:1fr}.search{width:100%}.nav{overflow:auto}.nav a{padding:14px 0}.services{grid-template-columns:repeat(2,1fr)}.hero-inner,.profile,.split,.footer-grid{grid-template-columns:1fr}.quick{max-width:360px}.chatbot{right:12px;left:12px;width:auto}}
@media(max-width:640px){.topbar{display:none}.brand img{width:68px;height:68px}.brand h1{font-size:24px}.hero h2{font-size:38px}.hero h3{font-size:15px;letter-spacing:3px}.services{grid-template-columns:1fr}.values div{grid-template-columns:1fr}.card img{width:80px;height:80px}}
