:root{--primary:#12344d;--accent:#1a6b63;--text:#5c6570;--heading:#12344d;--black:#000000;--white:#ffffff;--border:#ececec;--container:1170px;--header-h:90px;--header-h-stuck:70px}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0;background:var(--white);color:var(--text);font-family:Lato,sans-serif;font-size:16px;line-height:1.65;font-weight:400}a{color:var(--primary);text-decoration:none}img{max-width:100%;height:auto;vertical-align:middle}h1,h2,h3,h4,h5,h6{font-family:Lato,sans-serif;font-weight:700;color:var(--heading);line-height:1.3;margin:.6em 0 .4em}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 15px}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:8px;top:8px;z-index:9999;background:#ddd;color:#222;padding:12px 16px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:var(--white);box-shadow:0 1px 0 var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-h);transition:min-height .2s ease}.header.is-stuck .header-inner{min-height:var(--header-h-stuck)}.logo{display:flex;align-items:center;width:260px}.logo img{display:block;width:260px;max-height:72px;object-fit:contain}.header.is-stuck .logo img{max-height:56px}.header-actions{display:flex;align-items:center;gap:8px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:transparent;color:#333;cursor:pointer;border-radius:4px}.icon-btn:hover{color:var(--primary)}.header-divider{width:1px;height:28px;background:#e0e0e0;margin-left:6px}.top-divider{height:1px;background:var(--border)}.desktop-only{display:flex}.mobile-only{display:none}.search-wrap{position:relative}.search-dropdown{display:none;position:absolute;right:0;top:calc(100% + 8px);width:320px;background:var(--white);border:1px solid #ddd;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:12px;z-index:20}.search-wrap.open .search-dropdown{display:block}.search-form{display:flex}.search-form input{flex:1 1;border:1px solid #ddd;border-right:0;padding:10px 12px;font-family:inherit;font-size:14px;outline:none}.search-form button{border:0;background:var(--primary);color:var(--white);width:44px;cursor:pointer}.search-note{margin:8px 0 0;font-size:12px;color:#999}.hero{width:100%;line-height:0;background:#0b1c2c}.hero img{width:100%;height:auto;display:block;object-fit:cover}.article{padding:30px 0 40px}.article p{margin:0 0 1.1em}.article .justify{text-align:justify}.article h1{font-size:2em}.article h2{font-size:1.5em}.article-image{text-align:center;margin:1.4em 0 1.6em}.article-image img{max-width:100%;height:auto}.footer{background:var(--accent);color:var(--white);padding:30px 0 0}.footer-banner{width:100%;overflow:hidden;line-height:0}.footer-banner img{width:100%;display:block;object-fit:cover;max-height:520px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;padding:36px 0 48px}.section-title{display:flex;align-items:center;gap:12px;margin:0 0 18px;color:var(--white);font-size:18px;text-transform:none;font-weight:700}.section-title:after,.section-title:before{content:"";flex:1 1;height:1px;background:rgba(255,255,255,.35)}.section-title span{white-space:nowrap}.company-name{font-size:28px;margin:0 0 12px;letter-spacing:.02em}.company-name,.footer a,.footer p{color:var(--white)}.footer .textwidget p{margin:0;line-height:1.7}.social-icons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.social-icons a{width:36px;height:36px;border-radius:50%;background:var(--primary);color:var(--white);display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,opacity .15s ease}.social-icons a:hover{opacity:.88;transform:translateY(-1px)}.contact-card{max-width:360px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);padding:16px 18px}.contact-card p{margin:0 0 14px}.contact-btn{display:inline-block;background:var(--white);color:var(--primary)!important;font-weight:700;padding:10px 16px;border-radius:4px}.contact-btn:hover{opacity:.92}.absolute-footer{background:var(--black);color:#fff;padding:14px 0;font-size:14px}.absolute-footer a{color:#fff}.back-to-top{position:fixed;right:18px;bottom:18px;width:42px;height:42px;border-radius:50%;border:2px solid #333;background:var(--white);color:#333;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:50}.back-to-top.show{display:inline-flex}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1999;opacity:0;pointer-events:none;transition:opacity .2s ease}.overlay.open{opacity:1;pointer-events:auto}.mobile-sidebar{position:fixed;top:0;left:0;width:280px;max-width:86vw;height:100%;background:var(--white);z-index:2000;transform:translateX(-100%);transition:transform .25s ease;padding:24px 18px;overflow-y:auto}.mobile-sidebar.open{transform:translateX(0)}.mobile-sidebar h3{margin-top:0;font-size:15px;text-transform:uppercase}.mobile-sidebar .search-form{margin:8px 0 20px}.newsletter-link{display:flex;align-items:center;gap:8px;color:#333;padding:10px 0;border-top:1px solid var(--border);font-size:14px;word-break:break-all}@media (max-width:849px){.desktop-only{display:none}.mobile-only{display:flex}.header-inner{min-height:70px;position:relative;justify-content:center}.logo,.logo img{width:200px}.logo img{max-height:56px}.mobile-left,.mobile-right{position:absolute;top:50%;transform:translateY(-50%)}.mobile-left{left:8px}.mobile-right{right:8px}.footer-grid{grid-template-columns:1fr;gap:28px}.article h1{font-size:1.6em}.absolute-footer{text-align:center}}