@font-face {
  font-family: "SUITE";
  src: url("/assets/fonts/SUITE-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "SUITE";
  src: url("/assets/fonts/SUITE-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "SUITE";
  src: url("/assets/fonts/SUITE-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "NeoHyundai";
  src: url("/assets/fonts/NeoHyundai-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
:root {
  color-scheme: light;
  --ink: #193a34;
  --muted: #526861;
  --green: #17644d;
  --line: #dce5dd;
  --paper: #fafbf7;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.85 "SUITE", system-ui, -apple-system, "Malgun Gothic", sans-serif;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
a { color: var(--green); text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid #bb7109; outline-offset: 5px; }
.skip { position: absolute; top: -80px; left: 20px; background: white; padding: 10px; }
.skip:focus { top: 10px; z-index: 5; }
.brand {
  max-width: 1160px;
  margin: auto;
  padding: 28px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "NeoHyundai", "SUITE", sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}
.brand > span { font-size: 12px; letter-spacing: .07em; color: var(--muted); }
.brand-icon { width: 34px; height: 34px; border-radius: 10px; flex: none; }
main { max-width: 1100px; margin: auto; padding: 0 32px; }
.hero { padding: 64px 0 30px; }
.eyebrow { font-size: 11px; font-weight: 750; letter-spacing: .19em; color: var(--green); }
h1, h2, h3 { font-family: "NeoHyundai", "SUITE", sans-serif; font-weight: 700; }
h1 { font-size: clamp(32px, 5vw, 56px); line-height: 1.3; letter-spacing: -.055em; margin: 18px 0 20px; }
h2 { font-size: 26px; line-height: 1.5; letter-spacing: -.035em; margin: 6px 0 20px; }
h3 { font-size: 18px; margin: 0 0 12px; }
.intro { font-size: 21px; margin: 0; }
.date, .muted { font-size: 14px; color: var(--muted); }
.notice { border-left: 4px solid #b47c24; background: #fff2d9; padding: 20px 24px; border-radius: 0 10px 10px 0; }
.notice p { font-size: 14px; margin: 6px 0 0; }
.summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0 54px; }
.summary article { padding: 23px; background: #edf4ed; border-radius: 12px; }
.summary span { font-size: 12px; color: var(--green); font-weight: 700; }
.summary h2 { font-size: 18px; margin: 12px 0 8px; }
.summary p { font-size: 14px; margin: 0; color: var(--muted); }
.layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 55px; }
nav { position: sticky; top: 24px; align-self: start; font-size: 14px; }
nav p { font-weight: 750; margin: 0 0 12px; }
nav a { display: block; padding: 6px 0; text-decoration: none; color: var(--muted); }
nav a:hover { color: var(--green); text-decoration: underline; }
section { border-top: 1px solid var(--line); padding: 30px 0 38px; }
section p { margin: 12px 0; }
.number { font-size: 12px; font-weight: 750; color: var(--green); letter-spacing: .12em; }
.contact { font-size: 20px; font-weight: 650; }
.data-card, .provider { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 22px; margin: 18px 0; }
.data-card p, .provider p { font-size: 15px; }
.data-card b, .provider b { display: inline-block; margin-right: 8px; }
.steps { background: #edf4ed; padding: 22px; border-radius: 10px; margin: 16px 0; }
.action-link { display: inline-block; margin: 8px 0 16px; padding: 11px 17px; border-radius: 7px; background: var(--green); color: #fff; font-weight: 750; text-decoration: none; }
.action-link:hover { text-decoration: underline; }
.deletion-main { max-width: 920px; }
.deletion-hero { max-width: 760px; padding-bottom: 48px; }
.deletion-hero .intro { max-width: 720px; color: var(--muted); }
.request-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.request-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 25px; }
.request-card h3 { font-size: 20px; }
.request-card p:last-child { margin-bottom: 0; }
.request-label { color: var(--green); font-size: 13px; font-weight: 750; }
.warning-text { margin-top: 22px !important; }
.delete-list { padding-left: 22px; }
.delete-list li { padding-left: 5px; margin-bottom: 16px; }
.page-links { display: flex; gap: 24px; flex-wrap: wrap; font-weight: 700; }
li { margin: 9px 0; }
ul, ol { padding-left: 23px; }
dt { font-weight: 750; margin-top: 24px; }
dd { margin: 8px 0 0; color: var(--muted); }
.links { display: grid; gap: 8px; }
footer { max-width: 1100px; margin: auto; border-top: 1px solid var(--line); padding: 26px 32px 40px; display: flex; gap: 22px; flex-wrap: wrap; font-size: 13px; color: var(--muted); }
footer span { margin-right: auto; }
@media (max-width: 720px) {
  .brand { padding: 20px; }
  .brand > span { display: none; }
  main { padding: 0 20px; }
  .hero { padding-top: 36px; }
  .summary { grid-template-columns: 1fr; gap: 10px; margin-bottom: 28px; }
  .summary article { padding: 16px 20px; }
  .summary h2 { margin-top: 4px; }
  .layout { display: block; }
  nav { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 15px; margin-bottom: 28px; }
  nav p { grid-column: 1 / -1; }
  h2 { font-size: 23px; }
  .notice { padding: 17px; }
  .data-card, .provider { padding: 17px; }
  .request-grid { grid-template-columns: 1fr; }
  .request-card { padding: 20px; }
  footer { padding: 24px 20px; }
}
@media print {
  .brand, nav, .skip, footer { display: none; }
  body { background: white; color: black; font-size: 11pt; }
  .hero { padding-top: 0; }
  .layout { display: block; }
  .summary { display: none; }
  section { break-inside: auto; }
  .data-card, .provider, .request-card { break-inside: avoid; }
  a { color: inherit; }
  .notice { border: 1px solid; }
}
