
:root{
  --ink:#17202b;
  --muted:#657080;
  --navy:#171d27;
  --navy2:#222a37;
  --gold:#b78a1f;
  --gold2:#d4af4c;
  --paper:#ffffff;
  --soft:#f3f4f6;
  --line:#dfe3e8;
  --danger:#8e1e1e;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.58;
  -webkit-font-smoothing:antialiased;
}
a{color:#8b6814;text-decoration:none}
a:hover{text-decoration:underline}
.site-header{
  background:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.055),transparent 33%),
    linear-gradient(135deg,#131923 0%,#222a37 55%,#151b25 100%);
  border-bottom:4px solid var(--gold);
  color:#fff;
}
.header-inner{
  width:min(1120px,calc(100% - 36px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-height:112px;
}
.brand img{
  display:block;
  width:min(560px,100%);
  height:auto;
  max-height:80px;
  object-fit:contain;
}
.nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:19px;
  flex-wrap:wrap;
  font-size:13px;
  letter-spacing:.03em;
}
.nav a{color:#f3f3f3}
.nav a:hover{color:#f0cc68;text-decoration:none}
.hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(rgba(18,24,33,.92),rgba(24,31,42,.93)),
    repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 36px);
  color:#fff;
  text-align:center;
  padding:76px 20px 84px;
}
.hero:after{
  content:"";
  position:absolute;
  inset:auto -10% -170px;
  height:240px;
  background:radial-gradient(ellipse at center,rgba(183,138,31,.18),transparent 65%);
  pointer-events:none;
}
.eyebrow{
  color:#d9b85a;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:700;
  margin-bottom:14px;
}
.hero h1{
  max-width:780px;
  margin:0 auto 17px;
  font-size:clamp(34px,5vw,58px);
  line-height:1.06;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
}
.hero p{
  max-width:710px;
  margin:0 auto;
  font-size:18px;
  color:#d9dde3;
}
.status-card{
  width:min(760px,calc(100% - 36px));
  margin:-34px auto 0;
  position:relative;
  z-index:2;
  background:#fff;
  border:1px solid #d7dbe1;
  box-shadow:0 16px 46px rgba(0,0,0,.13);
  padding:28px 34px;
  text-align:center;
}
.status-label{
  display:inline-block;
  font-size:12px;
  letter-spacing:.14em;
  color:#78601f;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:8px;
}
.status-card h2{
  margin:0;
  font-size:clamp(21px,3vw,29px);
  line-height:1.25;
  text-transform:uppercase;
  letter-spacing:.035em;
}
.status-card p{
  margin:9px auto 0;
  color:var(--muted);
  max-width:620px;
}
.section{
  padding:70px 20px;
}
.section.soft{background:var(--soft)}
.container{width:min(1040px,100%);margin:0 auto}
.section-title{
  text-align:center;
  max-width:760px;
  margin:0 auto 42px;
}
.section-title h2{
  margin:0 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  font-weight:400;
}
.section-title p{margin:0;color:var(--muted)}
.grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.card{
  border:1px solid var(--line);
  background:#fff;
  padding:27px;
  min-height:100%;
}
.card .num{
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  background:#f4ead1;
  color:#7c5d12;
  font-weight:700;
  margin-bottom:17px;
}
.card h3{font-size:18px;margin:0 0 9px}
.card p{margin:0;color:#596474;font-size:15px}
.callout{
  border-left:4px solid var(--gold);
  background:#faf8f2;
  padding:23px 26px;
  max-width:860px;
  margin:0 auto;
}
.callout strong{color:#574410}
.notice{
  width:min(860px,100%);
  margin:0 auto;
  color:#3f4651;
  font-size:14px;
}
.notice h3{color:var(--ink);font-size:18px;margin:26px 0 6px}
.notice p{margin:0 0 13px}
.legal-hero{
  background:linear-gradient(135deg,#171d27,#262e3b);
  color:#fff;
  padding:46px 20px;
  text-align:center;
  border-bottom:3px solid var(--gold);
}
.legal-hero h1{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  font-size:38px;
  margin:0 0 7px;
}
.legal-hero p{margin:0;color:#cdd2da}
.legal{
  width:min(850px,calc(100% - 38px));
  margin:58px auto 72px;
}
.legal h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  font-weight:400;
  margin:34px 0 9px;
}
.legal h3{font-size:17px;margin:24px 0 7px}
.legal p,.legal li{font-size:15px;color:#313a47}
.legal p{margin:0 0 15px;text-align:justify}
.legal ul{padding-left:22px;margin-top:8px}
.legal .updated{color:#777;font-size:13px;margin-bottom:28px;text-align:left}
.legal .box{
  background:#f7f4ea;
  border:1px solid #e7d9b4;
  padding:18px 20px;
  margin:24px 0;
}
.footer{
  background:#141a23;
  color:#b9c0cb;
  padding:30px 20px;
  text-align:center;
  font-size:13px;
}
.footer a{color:#e8e8e8;margin:0 9px}
.footer .operator{margin-top:11px;color:#8993a1}
.footer .fine{max-width:830px;margin:15px auto 0;font-size:11px;line-height:1.45;color:#7e8896}
@media(max-width:820px){
  .header-inner{flex-direction:column;justify-content:center;padding:22px 0}
  .nav{justify-content:center}
  .brand img{width:min(540px,92vw)}
  .grid3{grid-template-columns:1fr}
  .hero{padding-top:58px}
}
@media(max-width:520px){
  .nav{gap:12px;font-size:12px}
  .status-card{padding:24px 20px}
  .section{padding:54px 18px}
  .legal{margin-top:42px}
  .legal p{text-align:left}
}
