:root{--navy:#073b78;--blue:#0b65c2;--light:#2988dd;--gold:#d9b55b;--cream:#f0d58a;--bg:#f7f9fc;--text:#182536}*{box-sizing:border-box}html{font-family:Tahoma,"Segoe UI",sans-serif;color:var(--text);background:var(--bg)}body{margin:0}a{text-decoration:none;color:inherit}.topbar{height:88px;padding:10px 6%;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #dfe7f0;position:sticky;top:0;z-index:5}.brand{display:flex;gap:12px;align-items:center;color:var(--navy)}.brand img{object-fit:contain}.brand span{display:grid}.brand b{font-size:18px}.brand small{color:#748297;margin-top:4px}.topbar nav{display:flex;gap:28px;align-items:center;font-size:14px}.topbar nav a:hover{color:var(--blue)}.contact,.primary{background:var(--blue);color:white!important;padding:12px 20px;border-radius:8px}.menu{display:none;border:0;background:none;font-size:28px}.hero{min-height:650px;padding:70px 8%;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;background:linear-gradient(125deg,#eef5fc,#fff 55%,#eef4fb);overflow:hidden}.eyebrow,.intro>span{color:var(--gold);font-weight:bold}.hero h1{font-size:64px;line-height:1.35;margin:18px 0;color:var(--navy)}.hero h1 em{font-style:normal;color:var(--blue)}.hero-copy>p{font-size:18px;line-height:2;max-width:620px;color:#556579}.actions{display:flex;gap:14px;margin:28px 0}.secondary{border:1px solid #b7c8dc;padding:12px 20px;border-radius:8px}.stats{display:flex;gap:35px;border-top:1px solid #dbe4ed;padding-top:25px;color:#66758a}.stats span{display:grid}.stats b{color:var(--navy);font-size:24px}.hero-mark{position:relative;display:grid;place-items:center}.hero-mark img{width:min(100%,520px);height:auto;z-index:1;mix-blend-mode:multiply}.halo{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#fff 35%,#dbeafb 36%,transparent 68%)}.intro{text-align:center;padding:80px 8%;background:white}.intro h2{font-size:38px;color:var(--navy);margin:12px}.intro>p{color:#68778a}.features{max-width:1100px;margin:45px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.features article{padding:30px;border:1px solid #e0e8f1;border-radius:14px;text-align:right}.features i{color:var(--gold);font-size:34px}.features h3{color:var(--navy)}.features p{line-height:1.9;color:#66758a}footer{background:var(--navy);color:white;padding:42px 7%;display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:4px solid var(--gold)}footer a{color:var(--cream)}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{object-fit:contain}.footer-brand p{color:#c3d3e5}.footer-brand b{font-size:18px}@media(max-width:850px){.menu{display:block}.topbar nav{display:none;position:absolute;top:88px;right:0;left:0;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid #ddd}.topbar nav.open{display:flex}.hero{grid-template-columns:1fr;padding:50px 6%}.hero h1{font-size:42px}.hero-mark{margin-top:30px}.stats{gap:14px;font-size:12px}.features{grid-template-columns:1fr}footer{flex-direction:column;text-align:center}.footer-brand{flex-direction:column}}
.topbar .brand{order:3}.topbar nav{order:1}.topbar .menu{order:1}
.nav-dropdown{position:relative}.nav-dropdown-menu{display:none;position:absolute;top:100%;right:0;min-width:190px;padding:8px;background:#fff;border:1px solid #dfe7f0;border-radius:10px;box-shadow:0 12px 30px rgba(7,59,120,.14)}.nav-dropdown-menu a{display:block;padding:10px 12px;white-space:nowrap;border-radius:7px}.nav-dropdown-menu a:hover{background:#eef5fc}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:block}
.nav-search{font-size:25px;line-height:1;color:var(--navy)!important}
body{min-height:100vh;display:flex;flex-direction:column}body>main{flex:1;width:100%}
.footer-links{display:flex;gap:8px 14px;flex-wrap:wrap}.footer-links a:not(:last-child)::after{content:"·";margin-right:14px;color:#d9b55b}
.featured-image{display:block;overflow:hidden}.featured-image img{display:block;width:100%;height:auto;object-fit:cover}.featured-card img{aspect-ratio:16/9}.featured-detail{max-width:1100px;margin:28px auto 0;padding:0 24px}.featured-detail img{max-height:650px;border-radius:16px}
@media(max-width:850px){.nav-dropdown{width:100%;text-align:center}.nav-dropdown-menu{display:block;position:static;border:0;box-shadow:none;padding:4px;background:#f7f9fc;margin-top:8px}.nav-dropdown-menu a{font-size:13px}}
.captcha-box{margin:1rem 0;padding:1rem;border:1px solid #d7e0e2;border-radius:12px;background:#f7faf9}.captcha-box>label{display:block;font-weight:700;margin-bottom:.55rem}.captcha-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.65rem}.captcha-row img{width:190px;height:64px;border:1px solid #c8d3d5;border-radius:8px;background:#fff}.captcha-refresh{border:1px solid #b9c8ca;border-radius:8px;padding:.55rem .75rem;background:#fff;color:#174b59;cursor:pointer}.captcha-box>input:not([type=hidden]){max-width:190px;letter-spacing:.35em;text-align:center}.captcha-box>span{display:block;color:#a52626;font-size:.85rem;margin-top:.3rem}
.footer-contact{display:grid;gap:8px;max-width:300px}.footer-contact>a{width:max-content}.footer-contact small{color:#c3d3e5;line-height:1.8}.footer-social{display:flex;gap:10px;flex-wrap:wrap;margin:3px 0 0}.footer-social a:not(:last-child)::after{content:"·";margin-right:10px;color:#d9b55b}
