:root{--brand:#1E3A5F;--brand-dark:#0D2440;--gold:#B8860B;--gold-soft:#F6E7BE;--soft:#F5F8FB;--white:#fff;--text:#1E242C;--muted:#607084;--border:#DDE6EF;--shadow:0 14px 36px rgba(13,36,64,.13);--radius:20px}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--soft);color:var(--text);line-height:1.65}
a{color:var(--brand);text-decoration:none;font-weight:800}
ul{padding-left:21px}li{margin-bottom:8px}
.site-header{background:rgba(255,255,255,.98);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px)}
.top-strip{background:var(--brand-dark);color:white;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;font-size:13px;font-weight:800;padding:7px 14px}
.nav-wrap{max-width:1240px;margin:auto;padding:12px 22px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.brand{display:flex;align-items:center;gap:12px;color:var(--brand-dark)}
.brand img{width:70px;height:54px;object-fit:contain;background:white;border-radius:10px}
.brand small{display:block;color:var(--muted);font-size:12px;margin-top:-5px}
.site-nav{display:flex;gap:13px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.site-nav a{font-size:13px;color:var(--brand-dark);font-weight:900}
.site-nav a.active,.site-nav a:hover{color:var(--gold)}
.menu-toggle{display:none;background:var(--brand);color:white;border:0;border-radius:12px;padding:10px 13px;font-size:21px}
.hero{background:linear-gradient(135deg,rgba(30,58,95,.98),rgba(13,36,64,.94));color:white;padding:78px 22px}
.hero-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.25fr .75fr;gap:32px;align-items:center}
.hero-logo{max-width:100%;max-height:360px;background:white;border-radius:26px;padding:20px;box-shadow:var(--shadow)}
.hero h1{font-size:clamp(38px,6vw,76px);line-height:1;margin:10px 0 18px}
.hero p{font-size:20px;max-width:800px}
.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:900}
.hero .eyebrow{color:#F6E7BE}
.section{max-width:1240px;margin:auto;padding:70px 22px}
.section h2{font-size:clamp(28px,4vw,46px);line-height:1.1;color:var(--brand-dark);margin:0 0 18px}
.intro-grid,.contact-grid{display:grid;grid-template-columns:1.35fr .85fr;gap:28px;align-items:start}
.cards{display:grid;gap:22px;margin-top:28px}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.two{grid-template-columns:repeat(2,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}
.card,.feature-card,.note-box,.highlight{background:white;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px}
.highlight{background:linear-gradient(135deg,white,var(--gold-soft))}
.card h3,.feature-card h3{color:var(--brand);margin-top:0}.card.featured{border:2px solid var(--gold);transform:translateY(-8px)}
.price{font-size:28px;color:var(--brand-dark);font-weight:900;margin:8px 0 14px}
.button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.button{display:inline-block;border-radius:999px;padding:13px 22px;font-weight:900}.button.primary{background:var(--brand);color:white}.hero .button.primary{background:white;color:var(--brand)}.button.light{border:2px solid rgba(255,255,255,.85);color:white}
.logo-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.logo-showcase img,.division-cards img,.logo-card img,.contact-card img{width:100%;height:220px;object-fit:contain;background:white;border-radius:16px}
.division-cards img{height:150px;margin-bottom:12px}.footer-logo{max-width:180px;background:white;border-radius:14px;padding:8px}
.two-column-list{display:grid;grid-template-columns:1fr 1fr;gap:26px;background:white;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:30px}
.table-wrap{overflow:auto;background:white;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}
table{width:100%;border-collapse:collapse;min-width:720px}th{text-align:left;background:var(--brand);color:white;padding:16px}td{border-bottom:1px solid var(--border);padding:16px}tr:last-child td{border-bottom:0}
.notice{background:var(--gold-soft);border-left:5px solid var(--gold);padding:18px;border-radius:12px;font-weight:800}
.timeline{display:grid;gap:18px}.timeline article{background:white;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:24px;display:grid;grid-template-columns:60px 1fr;column-gap:18px}.timeline span{width:48px;height:48px;border-radius:50%;background:var(--brand);color:white;display:grid;place-items:center;font-weight:900;font-size:22px}.timeline h3{margin:0;color:var(--brand)}
.faq details{background:white;border:1px solid var(--border);border-radius:16px;margin-bottom:14px;padding:20px;box-shadow:var(--shadow)}.faq summary{cursor:pointer;font-weight:900;color:var(--brand)}
.contact-form{display:grid;gap:16px;background:white;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px}label{display:grid;gap:7px;font-weight:800}input,select,textarea{width:100%;border:1px solid #C9D6E2;border-radius:12px;padding:13px;font:inherit}
.site-footer{background:var(--brand-dark);color:white;padding:48px 22px}.footer-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}.site-footer a{color:white;text-decoration:underline}.footer-bottom{max-width:1240px;margin:28px auto 0;border-top:1px solid rgba(255,255,255,.2);padding-top:18px;color:#dce7f2}
@media(max-width:960px){.menu-toggle{display:block}.site-nav{display:none;position:absolute;top:110px;left:20px;right:20px;background:white;padding:18px;border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.site-nav.open{display:flex}.hero-inner,.intro-grid,.contact-grid,.two-column-list,.footer-grid,.logo-showcase{grid-template-columns:1fr}.cards.three,.cards.two,.cards.four{grid-template-columns:1fr}.card.featured{transform:none}.hero{padding:62px 22px}.top-strip{display:none}.brand img{width:58px;height:46px}}