
:root{--blue:#086CE5;--navy:#071524;--ink:#111820;--muted:#66727e;--line:#e2e8ee;--soft:#f6f8fa;--max:1120px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.narrow{max-width:760px}
.site-header{background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{height:120px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.brand{width:360px;max-width:50%}
.brand img{display:block;width:100%;height:auto}
.menu{display:flex;gap:32px;color:#fff;font-weight:650}
.menu a{opacity:.85}
.menu a:hover{opacity:1;color:#9bc8ff}
.news{padding:130px 0 120px;background:#fff;text-align:center}
.news-inner{max-width:850px}
.label{display:inline-block;color:var(--blue);font-size:12px;font-weight:850;letter-spacing:.18em;margin-bottom:18px}
h1{font-size:clamp(46px,6vw,76px);line-height:1.02;letter-spacing:-.045em;margin:0 0 24px}
.news p{font-size:21px;color:var(--muted);max-width:700px;margin:0 auto}
.simple-section{padding:78px 0;border-top:1px solid var(--line)}
.simple-section h2{font-size:36px;letter-spacing:-.03em;margin:0 0 14px}
.simple-section p{font-size:18px;color:var(--muted);margin:0}
.contact{background:var(--soft)}
.contact a{color:var(--blue);font-weight:750}
.site-footer{background:var(--navy);color:#91a0ae;padding:28px 0}
.footer-inner{font-size:13px}
@media(max-width:650px){
 .wrap{width:min(var(--max),calc(100% - 28px))}
 .header-inner{height:auto;min-height:105px;flex-direction:column;align-items:flex-start;justify-content:center;padding:20px 0}
 .brand{width:300px;max-width:100%}
 .menu{gap:24px}
 .news{padding:90px 0 85px}
 .news p{font-size:19px}
 .simple-section{padding:58px 0}
}

.page-main{min-height:60vh}
.page-main .simple-section{border-top:0;padding:110px 0}
.page-main h1{font-size:clamp(42px,5vw,64px);margin-bottom:22px}
.page-main p{font-size:19px;color:var(--muted)}
