
:root{
  --navy: #092f68;
  --accent: #e32622;
  --soft: #f3f7fc;
  --ink:#10233f;
  --muted:#617087;
  --line:#dbe5f0;
  --white:#fff;
  --shadow:0 18px 42px rgba(20,43,78,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:linear-gradient(180deg,#f7faff 0%,#edf3f9 100%);
}
a{color:inherit}
.site-shell{min-height:100vh;display:flex;flex-direction:column}
.topbar{
  background:linear-gradient(135deg,var(--navy),#123e7b 72%,var(--accent));
  color:white;
}
.nav{
  max-width:1220px;margin:0 auto;padding:20px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.brand-wrap{display:flex;align-items:center;gap:16px;min-width:0}
.brand-card{
  background:#fff;border-radius:18px;padding:12px 16px;
  display:flex;align-items:center;justify-content:center;
  min-height:74px;box-shadow:0 8px 22px rgba(0,0,0,.10)
}
.brand-card img{display:block;max-height:70px;max-width:470px;width:auto;height:auto}
.brand-text strong{display:block;font-size:18px;line-height:1.15}
.brand-text span{display:block;margin-top:4px;font-size:12px;opacity:.82}
.live-pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 14px;border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.10);border-radius:999px;font-size:12px;font-weight:800;
  white-space:nowrap;
}
.live-dot{width:8px;height:8px;border-radius:50%;background:#64e49b;box-shadow:0 0 0 4px rgba(100,228,155,.14)}
.hero{
  max-width:1220px;margin:0 auto;padding:64px 24px 54px;
  display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.45fr);gap:38px;align-items:center;
}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:var(--accent)}
.hero h1{font-size:clamp(36px,4.35vw,58px);line-height:1.02;margin:12px 0 18px;letter-spacing:-.03em;max-width:860px}
.hero p{font-size:17px;line-height:1.7;color:rgba(255,255,255,.86);max-width:790px;margin:0}
.hero .eyebrow{color:#dceaff}
.hero-card{
  background:rgba(255,255,255,.96);color:var(--ink);border-radius:20px;padding:20px;
  box-shadow:0 10px 28px rgba(0,0,0,.10);border:1px solid rgba(255,255,255,.42)
}
.hero-card h3{margin:5px 0 8px;font-size:18px;line-height:1.3}
.hero-card p{font-size:13px;color:var(--muted);line-height:1.62;margin:0}
.hero-card .domain{margin-top:16px;padding-top:14px;border-top:1px solid var(--line);font-weight:900;color:var(--navy);font-size:14px}
.notice{
  max-width:1220px;margin:-24px auto 0;padding:0 24px;position:relative;z-index:2
}
.notice-inner{
  background:#fff;border:1px solid var(--line);border-left:5px solid var(--accent);
  border-radius:18px;padding:18px 20px;box-shadow:var(--shadow);
  display:flex;justify-content:space-between;gap:18px;align-items:center;
}
.notice-inner strong{font-size:16px}
.notice-inner span{display:block;margin-top:4px;color:var(--muted);font-size:13px;line-height:1.5}
.main{max-width:1220px;margin:0 auto;padding:52px 24px 64px;width:100%}
.section-head{margin-bottom:22px}
.section-head h2{font-size:30px;margin:7px 0 8px;letter-spacing:-.025em}
.section-head p{margin:0;color:var(--muted);line-height:1.65;max-width:780px}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.card{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;
  box-shadow:0 10px 28px rgba(20,43,78,.06)
}
.card .num{
  width:34px;height:34px;display:flex;align-items:center;justify-content:center;
  border-radius:10px;background:var(--soft);color:var(--navy);font-weight:900;font-size:12px;margin-bottom:16px
}
.card h3{margin:0 0 8px;font-size:18px}
.card p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}
.entity-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:26px}
.entity-item{background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:18px}
.entity-item strong{display:block;color:var(--navy);font-size:16px}
.entity-item span{display:block;margin-top:5px;color:var(--muted);font-size:13px;line-height:1.5}
.tagline{
  margin-top:48px;background:linear-gradient(135deg,var(--navy),#173d74);
  border-radius:24px;padding:30px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px
}
.tagline blockquote{margin:0;font-size:clamp(22px,3vw,34px);line-height:1.2;font-weight:800;max-width:820px}
.tagline small{display:block;margin-top:8px;opacity:.78;font-size:12px}
.footer{margin-top:auto;background:#071a36;color:#c7d2e2}
.footer-inner{max-width:1220px;margin:0 auto;padding:26px 24px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.footer strong{color:white}
.footer small{font-size:12px;line-height:1.5}
.tag-art{max-width:440px;width:100%;height:auto;display:block;background:#fff;border-radius:12px;padding:8px}
.seal-small{width:88px;height:88px;object-fit:contain;background:white;border-radius:50%;padding:5px}
@media(max-width:900px){
  .nav,.notice-inner,.footer-inner{align-items:flex-start}
  .nav{flex-direction:column}
  .hero{grid-template-columns:1fr;padding-top:42px}
  .cards{grid-template-columns:1fr}
  .entity-list{grid-template-columns:1fr}
  .notice-inner,.tagline,.footer-inner{display:block}
  .tagline blockquote{margin-bottom:16px}
}
@media(max-width:620px){
  .brand-wrap{display:block}
  .brand-card{margin-bottom:12px}
  .brand-card img{max-width:100%}
  .hero{padding-left:18px;padding-right:18px}
  .main,.nav,.notice,.footer-inner{padding-left:18px;padding-right:18px}
  .hero h1{font-size:42px}
}

/* v1.1 — approved public-site family polish */
.rollout-label{
  display:inline-flex;
  align-items:center;
  padding:5px 8px;
  border-radius:999px;
  background:var(--soft);
  color:var(--navy);
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.notice{margin-top:-20px}
.notice-inner{
  padding:16px 18px;
  box-shadow:0 12px 30px rgba(20,43,78,.08);
}
.main{padding-top:46px}
.card{
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
@media (hover:hover) and (pointer:fine){
  .card:hover{
    transform:translateY(-2px);
    border-color:#c2d4e8;
    box-shadow:0 16px 34px rgba(20,43,78,.09);
  }
}
@media(max-width:900px){
  .hero{gap:26px}
}
@media(max-width:620px){
  .hero h1{font-size:38px}
}
