*{box-sizing:border-box}
body{margin:0;background:#f4f7fb;color:#0f172a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.top{background-image:linear-gradient(135deg,rgba(15,23,42,.9),rgba(15,23,42,.76)),var(--brand-hero);background-size:cover;background-position:center;color:#fff}
.bar{max-width:1400px;margin:0 auto;padding:22px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:#fff}
.brand-icon{width:70px;height:70px;object-fit:contain;filter:drop-shadow(0 16px 30px #0005)}
.brand-visual-logo{height:84px;width:auto;max-width:430px;object-fit:contain;filter:drop-shadow(0 16px 30px #0003)}
.brand-text strong{display:block;font-size:28px;font-weight:1000;letter-spacing:-.045em;line-height:1;color:#fff}
.brand-name-part:nth-child(1){color:var(--tone,#60a5fa)}.brand-name-part:nth-child(2){color:#fb923c}.brand-name-part:nth-child(n+3){color:inherit}
.brand-text span{display:block;margin-top:7px;color:#cbd5e1;font-size:14px;font-weight:700}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mark{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--tone),#fff3);display:grid;place-items:center;font-weight:900;box-shadow:0 18px 40px #0004}
.name{font-size:26px;font-weight:900;letter-spacing:-.04em}
.nav{display:flex;gap:12px;flex-wrap:wrap}
.nav a{color:#e5e7eb;text-decoration:none;border:1px solid #ffffff22;border-radius:999px;padding:10px 16px;font-weight:800}
.hero{max-width:1400px;margin:0 auto;padding:78px 32px 88px}
.eyebrow{display:inline-flex;border:1px solid #ffffff22;border-radius:999px;padding:8px 14px;color:#cbd5e1;font-weight:800}
.hero h1{font-size:clamp(44px,6vw,86px);line-height:.95;letter-spacing:-.07em;margin:24px 0 18px}
.hero p{max-width:820px;color:#cbd5e1;font-size:21px;line-height:1.7}
.wrap{max-width:1400px;margin:-46px auto 0;padding:0 32px 80px}
.panel{background:#fff;border:1px solid #dbe5f2;border-radius:34px;box-shadow:0 30px 80px #0f172a12;padding:34px}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.card{border:1px solid #dbe5f2;border-radius:26px;padding:26px;background:linear-gradient(180deg,#fff,#f8fafc)}
.card span{display:inline-flex;border-radius:999px;background:color-mix(in srgb,var(--tone) 13%,white);color:var(--tone);padding:7px 12px;font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.card h2{font-size:26px;margin:18px 0 10px;letter-spacing:-.04em}
.card p{font-size:17px;line-height:1.75;color:#475569}
.foot{display:flex;justify-content:space-between;gap:20px;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0;color:#64748b;flex-wrap:wrap}
.foot a{color:#334155;text-decoration:none;font-weight:800;margin-right:14px}
.simple-static-wrap{max-width:980px;margin:-38px auto 0;padding:0 32px 80px}
.simple-static-panel{background:#fff;border:1px solid #dbe5f2;border-radius:36px;box-shadow:0 30px 80px #0f172a12;padding:34px 34px 30px}
.simple-static-intro{padding:0 4px 22px;border-bottom:1px solid #e2e8f0}
.simple-static-intro p{margin:0;color:#475569;font-size:17px;line-height:1.85}
.simple-static-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding-top:24px}
.simple-static-item{padding:24px 24px 22px;border:1px solid #dbe5f2;border-radius:24px;background:linear-gradient(180deg,#fff,#fafcff)}
.simple-static-item h2{margin:0 0 12px;font-size:20px;letter-spacing:-.03em;color:#0f172a}
.simple-static-item p{margin:0;color:#475569;font-size:16px;line-height:1.8}
.simple-static-item a{color:#c2410c;font-weight:900}
.simple-static-item--full{grid-column:1 / -1}
.simple-static-footer{margin-top:26px;padding-top:22px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#64748b}
.simple-static-footer a{color:#334155;font-weight:800;margin-right:14px}
@media(max-width:900px){
	.bar{align-items:flex-start;flex-direction:column}
	.grid{grid-template-columns:1fr}
	.hero{padding-top:52px}
	.wrap,.simple-static-wrap{padding:0 18px 54px}
	.panel,.simple-static-panel{padding:22px}
	.nav a{padding:8px 12px}
	.brand-icon{width:62px;height:62px}
	.brand-visual-logo{height:68px;max-width:290px}
	.brand-text strong{font-size:24px}
	.simple-static-list{grid-template-columns:1fr}
}
