:root{
  --bg:#ffffff;
  --ink:#0f172a;
  --muted:#475569;
  --line:#e5e7eb;
  --soft:#f8fafc;
  --navy:#0b1b34;
  --blue:#2563eb;
  --blue2:#3b82f6;
  --red:#e11d48;
  --shadow: 0 10px 30px rgba(2, 6, 23, .08);
  --shadow2: 0 6px 18px rgba(2, 6, 23, .06);
  --radius: 18px;
  --radius2: 22px;
  --max: 1040px;

  --font: "Malgun Gothic","맑은 고딕",system-ui,-apple-system,"Segoe UI",Roboto,"Noto Sans KR","Apple SD Gothic Neo","Helvetica Neue",Arial,sans-serif;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family:var(--font);
  color:var(--ink);
  background:
    radial-gradient(1200px 600px at 15% 10%, rgba(59,130,246,.08), transparent 55%),
    radial-gradient(1000px 500px at 90% 0%, rgba(37,99,235,.06), transparent 55%),
    var(--bg);
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

.skip{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{
  left:12px; top:12px; width:auto; height:auto; padding:10px 12px;
  background:#fff; border:1px solid var(--line); border-radius:10px; box-shadow:var(--shadow2);
  z-index:9999;
}

.page{
  min-height:100%;
  display:flex;
  flex-direction:column;
}

.wrap{
  width:min(var(--max), calc(100% - 32px));
  margin:0 auto;
}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.88);
  backdrop-filter:saturate(120%) blur(10px);
  border-bottom:1px solid rgba(229,231,235,.85);
}
.topbar__inner{
  padding:14px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.brand__title{
  font-weight:800;
  letter-spacing:-.02em;
  font-size:16px;
}
.brand__sub{
  margin-top:3px;
  color:var(--muted);
  font-size:12px;
}

.logos{
  display:flex;
  align-items:center;
  gap:10px;
}
.logo{
  height:26px;
  width:auto;
  object-fit:contain;
  border:1px solid rgba(229,231,235,.7);
  background:#fff;
  border-radius:10px;
  padding:4px 8px;
}

.main{
  flex:1;
  padding:22px 0 26px;
}

.card{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(229,231,235,.85);
  border-radius:var(--radius2);
  box-shadow:var(--shadow2);
}

.hero{
  padding:22px;
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:18px;
  position:relative;
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute; inset:-1px;
  background:
    radial-gradient(650px 260px at 15% 10%, rgba(37,99,235,.10), transparent 60%),
    radial-gradient(520px 260px at 80% 0%, rgba(59,130,246,.08), transparent 58%);
  pointer-events:none;
}
.hero > *{ position:relative; }

.hero__title{
  margin:0 0 12px;
  font-size:28px;
  line-height:1.2;
  letter-spacing:-.03em;
}
.accent{ color:var(--navy); }

.hero__steps{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:10px 0 14px;
}
.step{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(248,250,252,.9);
  border:1px solid rgba(229,231,235,.85);
}
.step__num{
  width:26px; height:26px;
  display:grid; place-items:center;
  border-radius:10px;
  font-weight:800;
  background:rgba(37,99,235,.10);
  color:var(--navy);
  flex:0 0 auto;
}
.step__text{
  color:var(--ink);
  font-size:14px;
  line-height:1.35;
}
.hero__desc{
  margin:0 0 14px;
  color:var(--muted);
  font-size:14px;
}

.ctaRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid rgba(229,231,235,.9);
  background:#fff;
  box-shadow:0 1px 0 rgba(2,6,23,.04);
  font-weight:700;
  font-size:14px;
}
.btn:hover{ transform:translateY(-1px); }
.btn--primary{
  border-color:rgba(37,99,235,.25);
  background:linear-gradient(180deg, rgba(37,99,235,.10), rgba(37,99,235,.02));
}

.hero__right{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:stretch;
}

.qrCard{
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(229,231,235,.9);
  background:rgba(255,255,255,.95);
  box-shadow:var(--shadow2);
}
.qrCard__label{
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  color:var(--muted);
  margin-bottom:10px;
}
.qrCard__imgWrap{
  width:100%;
  aspect-ratio: 1 / 1;
  border-radius:16px;
  border:1px dashed rgba(148,163,184,.75);
  background:rgba(248,250,252,.85);
  display:grid;
  place-items:center;
  overflow:hidden;
}
.qrCard__img{
  width:82%;
  height:auto;
  object-fit:contain;
  image-rendering: -webkit-optimize-contrast;
}
.qrCard__hint{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  color:var(--muted);
  font-size:12px;
}
.dot{
  width:8px; height:8px;
  border-radius:99px;
  background:rgba(37,99,235,.35);
}

.hotline{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}
.hotline__btn{
  padding:12px 12px;
  border-radius:16px;
  font-weight:900;
  text-align:center;
  border:1px solid rgba(229,231,235,.9);
  box-shadow:var(--shadow2);
  background:#fff;
}
.hotline__btn--red{
  border-color:rgba(225,29,72,.25);
  background:linear-gradient(180deg, rgba(225,29,72,.12), rgba(225,29,72,.02));
  color:#7f1028;
}
.hotline__btn--blue{
  border-color:rgba(37,99,235,.25);
  background:linear-gradient(180deg, rgba(37,99,235,.12), rgba(37,99,235,.02));
  color:#0b2d7a;
}

.fine{
  margin:0;
  color:var(--muted);
  font-size:12px;
}

.section{
  margin-top:18px;
}
.section__head{
  margin:0 0 12px;
}
.section__title{
  margin:0;
  font-size:18px;
  letter-spacing:-.02em;
}
.section__sub{
  margin:6px 0 0;
  color:var(--muted);
  font-size:13px;
}

.grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.tile{
  display:block;
  padding:14px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(229,231,235,.9);
  box-shadow:var(--shadow2);
  min-height:92px;
}
.tile:hover{ transform:translateY(-2px); }
.tile__title{
  font-weight:900;
  letter-spacing:-.02em;
  margin-bottom:6px;
}
.tile__desc{
  color:var(--muted);
  font-size:12.5px;
  line-height:1.35;
}

.contact{
  padding:18px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:14px;
}

.contact__box{
  margin-top:10px;
  padding:12px;
  border-radius:16px;
  background:rgba(248,250,252,.9);
  border:1px solid rgba(229,231,235,.85);
}
.kv{
  display:grid;
  grid-template-columns: 86px 1fr;
  gap:10px;
  padding:8px 0;
  border-bottom:1px dashed rgba(203,213,225,.7);
}
.kv:last-child{ border-bottom:none; }
.kv__k{
  font-weight:900;
  color:var(--navy);
  font-size:13px;
}
.kv__v{
  color:var(--ink);
  font-size:13px;
  line-height:1.4;
}
.link{
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:3px;
}

.miniCard{
  padding:14px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(229,231,235,.9);
  box-shadow:var(--shadow2);
}
.miniCard__title{
  font-weight:900;
  margin-bottom:8px;
}
.miniCard__quote{
  color:var(--muted);
  line-height:1.5;
}

.bullets{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.55;
  font-size:13px;
}
.bullets li{ margin:6px 0; }

.footer{
  margin-top:18px;
  border-top:1px solid rgba(229,231,235,.85);
  background:rgba(255,255,255,.9);
}
.footer__inner{
  padding:14px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:var(--muted);
  font-size:12px;
}
.sep{ margin:0 6px; color:rgba(148,163,184,.9); }

.stickyCall{
  position:fixed;
  left:12px;
  right:12px;
  bottom:12px;
  display:none;
  gap:10px;
  z-index:60;
}
.stickyCall__btn{
  flex:1;
  padding:12px 12px;
  border-radius:16px;
  font-weight:1000;
  text-align:center;
  border:1px solid rgba(229,231,235,.9);
  box-shadow:var(--shadow);
  background:#fff;
}
.stickyCall__btn--red{
  border-color:rgba(225,29,72,.25);
  background:linear-gradient(180deg, rgba(225,29,72,.14), rgba(225,29,72,.02));
  color:#7f1028;
}
.stickyCall__btn--blue{
  border-color:rgba(37,99,235,.25);
  background:linear-gradient(180deg, rgba(37,99,235,.14), rgba(37,99,235,.02));
  color:#0b2d7a;
}

/* Responsive */
@media (max-width: 980px){
  .grid{ grid-template-columns: repeat(2, 1fr); }
  .hero{ grid-template-columns: 1fr; }
  .contact{ grid-template-columns: 1fr; }
}

@media (max-width: 520px){
  .brand__sub{ display:none; }
  .logo{ height:24px; padding:4px 7px; }
  .hero{ padding:16px; }
  .hero__title{ font-size:22px; }
  .tile{ min-height:auto; }
  .stickyCall{ display:flex; }
}

/* Print (허브는 기본적으로 화면용이지만, 필요 시 깔끔하게 출력되도록) */
@media print{
  .topbar, .stickyCall{ display:none !important; }
  body{ background:#fff !important; }
  .card, .tile, .miniCard{
    box-shadow:none !important;
    border:1px solid #ddd !important;
  }
  a{ text-decoration:none !important; }
}
