:root{
  --red:#8E1818;--light:#e1e1e1;--navy:#122037;--ink:#1c2533;--muted:#5b6675;
  --bg:#f6f7f9;--card:#ffffff;--line:#e3e7ee;
}
@font-face{font-family:'Archivo Black';src:url('fonts/ArchivoBlack-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:"Helvetica Neue",Helvetica,Arial,system-ui,sans-serif;
  color:var(--ink);background:var(--bg);line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--red)}
.wrap{max-width:880px;margin:0 auto;padding:0 24px}
header{background:var(--navy);color:#fff;border-bottom:6px solid var(--red)}
header .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px}
header .logo{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}
header .logo .mark{width:40px;height:40px;background:#0a0a0b;border:1px solid #2a3140;border-radius:8px;display:grid;place-items:center}
header .logo .mark svg{width:28px;height:28px;display:block}
.fw{display:inline-block;font-family:'Archivo Black','Arial Black',Impact,sans-serif;font-weight:400;line-height:1;letter-spacing:-.035em;font-size:1.35rem}
.fw .in{display:inline-block;transform:skewX(-8deg);position:relative}
.fw .fast{color:var(--light)}
.fw .works{color:#c0392b}
.fw .ul{position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--light);opacity:.55}
header .service{font-size:.95rem;color:#c5cddb}
.hero{padding:64px 0 40px}
.hero h1{font-size:2.4rem;line-height:1.15;margin:0 0 14px;letter-spacing:-.02em}
.hero p.lead{font-size:1.2rem;color:var(--muted);margin:0;max-width:640px}
.badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);
  border-radius:999px;padding:6px 14px;font-size:.9rem;font-weight:600;margin-bottom:22px}
.badge img{height:14px;width:28px;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;padding:16px 0 56px}
.card{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:24px}
.card h2{font-size:1.1rem;margin:0 0 8px}
.card p{margin:0;color:var(--muted);font-size:.98rem}
.card svg{width:36px;height:36px;margin-bottom:12px;color:var(--red)}
.notice{background:var(--card);border:1px solid var(--line);border-left:5px solid var(--red);
  border-radius:12px;padding:28px 30px;margin:8px 0 56px}
.notice h2{margin:0 0 10px;font-size:1.3rem}
.notice p{margin:0 0 10px}
.notice p:last-child{margin-bottom:0}
.detail{padding:0 24px 40px}
.detail h2{font-size:1.5rem;margin:0 0 12px;letter-spacing:-.01em}
.detail>p{color:var(--muted);font-size:1.05rem;max-width:720px;margin:0 0 18px}
.detail ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px 24px}
.detail li{padding-left:18px;position:relative;font-size:.98rem}
.detail li::before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;background:var(--red);border-radius:2px}
footer{border-top:1px solid var(--line);padding:28px 0 40px;color:var(--muted);font-size:.9rem}
footer .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center}
@media (max-width:600px){
  .hero{padding:44px 0 28px}
  .hero h1{font-size:1.85rem}
  header .service{display:none}
}
