:root {
  --brand-50: #EEF2FF;
  --brand-100: #DBE4FF;
  --brand-400: #5C7DFF;
  --brand-500: #2E5BFF;
  --brand-600: #1B45F0;
  --brand-700: #1737C9;
  --ink-950: #101216;
  --ink-800: #242936;
  --ink-650: #4B5563;
  --ink-500: #6B7280;
  --ink-350: #A4ACB9;
  --line: #E8EBF2;
  --bg: #FAFAFA;
  --bg-soft: #F4F6F9;
  --mint: #20B486;
  --peach: #F4A261;
  --card-shadow: 0 18px 50px rgba(16, 24, 40, .08);
  --soft-shadow: 0 8px 24px rgba(16, 24, 40, .06);
  --r-card: 16px;
  --r-pill: 999px;
  --font: "Pretendard", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink-950);
  background: var(--bg);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(232, 235, 242, .9);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}

.header-inner {
  height: 74px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  font-size: 17px;
  font-weight: 900;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--brand-500);
  color: #fff;
  box-shadow: 0 10px 24px rgba(46, 91, 255, .28);
  font-size: 21px;
  font-weight: 900;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.desktop-nav a {
  border-radius: var(--r-pill);
  padding: 9px 14px;
  color: var(--ink-650);
  font-size: 14px;
  font-weight: 800;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  background: var(--brand-50);
  color: var(--brand-600);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.ad-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--r-pill);
  padding: 0 20px;
  background: var(--brand-500);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.ad-btn:hover {
  transform: translateY(-1px);
  background: var(--brand-600);
  box-shadow: 0 12px 26px rgba(46, 91, 255, .22);
}

.ad-btn.soft {
  background: var(--brand-50);
  color: var(--brand-600);
  box-shadow: none;
}

.ad-btn.white {
  background: #fff;
  color: var(--brand-600);
  box-shadow: none;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink-800);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.mobile-panel {
  position: fixed;
  inset: 74px 0 auto;
  z-index: 45;
  display: none;
  padding: 8px 24px 22px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.mobile-panel.open {
  display: block;
}

.mobile-panel a {
  display: block;
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  color: var(--ink-800);
  font-weight: 900;
}

.hero {
  background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
}

.hero-grid {
  min-height: 628px;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, .78fr);
  gap: 54px;
  align-items: center;
  padding: 58px 0 64px;
}

.hero-grid > *,
.section-head > *,
.page-hero-inner > *,
.report-layout > *,
.consult-layout > * {
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--brand-600);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1 {
  margin-bottom: 22px;
  color: var(--ink-950);
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--ink-650);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 660px;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: #fff;
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.proof-row div {
  padding: 18px;
  border-right: 1px solid var(--line);
}

.proof-row div:last-child {
  border-right: 0;
}

.proof-row b {
  display: block;
  margin-bottom: 5px;
  color: var(--ink-950);
  font-size: 17px;
  font-weight: 900;
}

.proof-row span {
  color: var(--ink-500);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.desktop-screen {
  position: absolute;
  inset: 26px 0 auto 0;
  border: 1px solid rgba(232, 235, 242, .96);
  border-radius: var(--r-card);
  background: #fff;
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.screen-topbar {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 0 20px;
}

.screen-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-800);
  font-size: 14px;
  font-weight: 900;
}

.screen-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mint);
}

.screen-pill {
  border-radius: var(--r-pill);
  padding: 7px 12px;
  background: var(--brand-50);
  color: var(--brand-600);
  font-size: 12px;
  font-weight: 900;
}

.screen-body {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  min-height: 390px;
}

.screen-sidebar {
  border-right: 1px solid var(--line);
  padding: 20px 14px;
  background: #FBFCFF;
}

.side-item {
  height: 38px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 0 12px;
  color: var(--ink-500);
  font-size: 13px;
  font-weight: 800;
}

.side-item.active {
  background: var(--brand-500);
  color: #fff;
}

.screen-content {
  padding: 22px;
}

.dash-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.dash-head h3 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.25;
}

.dash-head p {
  margin: 0;
  color: var(--ink-500);
  font-size: 13px;
  font-weight: 700;
}

.tag-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.chip {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  border-radius: var(--r-pill);
  padding: 7px 12px;
  background: var(--brand-50);
  color: var(--brand-600);
  font-size: 12px;
  font-weight: 900;
}

.chip.green {
  background: #EAF8F3;
  color: #087A5A;
}

.chip.peach {
  background: #FFF4E9;
  color: #B05C11;
}

.review-list {
  display: grid;
  gap: 10px;
}

.review-line {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 11px 12px;
  background: #fff;
  color: var(--ink-650);
  font-size: 13px;
  font-weight: 800;
}

.review-line b {
  color: var(--brand-600);
  font-size: 13px;
  text-align: right;
}

.phone-preview {
  position: absolute;
  right: -30px;
  bottom: -42px;
  width: 230px;
  border: 8px solid #111827;
  border-radius: 36px;
  background: var(--bg);
  box-shadow: 0 22px 52px rgba(16, 24, 40, .22);
  overflow: hidden;
}

.phone-preview-top {
  padding: 36px 18px 24px;
  background: var(--brand-500);
  color: #fff;
}

.phone-preview-top small {
  color: rgba(255, 255, 255, .74);
  font-weight: 800;
}

.phone-preview-top h3 {
  margin: 12px 0 0;
  font-size: 21px;
  line-height: 1.24;
}

.phone-preview-body {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.phone-row {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
}

.phone-row b {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

.phone-row span {
  color: var(--ink-500);
  font-size: 12px;
  font-weight: 700;
}

.section {
  padding: 88px 0;
}

.section.alt {
  background: var(--bg-soft);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(300px, .54fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.section h2,
.page-hero h1 {
  margin-bottom: 0;
  color: var(--ink-950);
  font-weight: 900;
  letter-spacing: 0;
}

.section h2 {
  font-size: 38px;
  line-height: 1.2;
}

.section-head p,
.page-hero p {
  margin-bottom: 0;
  color: var(--ink-500);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.76;
}

.luxury-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: #fff;
  overflow: hidden;
}

.editorial-card {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.editorial-card:last-child {
  border-right: 0;
}

.editorial-card .num {
  display: block;
  margin-bottom: 40px;
  color: var(--brand-600);
  font-size: 13px;
  font-weight: 900;
}

.editorial-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.25;
}

.editorial-card p {
  margin: 0;
  color: var(--ink-500);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.page-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.page-card,
.program-card,
.flow-card,
.report-panel,
.form-card {
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.page-card {
  min-height: 244px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

.page-card small {
  color: var(--brand-600);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
}

.page-card h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.page-card p {
  margin: 0 0 24px;
  color: var(--ink-500);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.68;
}

.text-link {
  color: var(--brand-600);
  font-size: 14px;
  font-weight: 900;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.program-card {
  min-height: 190px;
  padding: 22px;
}

.program-card h3 {
  margin: 18px 0 8px;
  font-size: 20px;
}

.program-card p {
  margin: 0;
  color: var(--ink-500);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.62;
}

.signature-panel {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, .5fr);
  gap: 20px;
  align-items: stretch;
}

.signature-copy {
  border-radius: var(--r-card);
  padding: 34px;
  background: var(--brand-600);
  color: #fff;
}

.signature-copy h2 {
  color: #fff;
}

.signature-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, .76);
}

.signature-list {
  display: grid;
  gap: 10px;
}

.signature-list div {
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 18px;
  background: #fff;
  color: var(--ink-650);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.page-hero {
  background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
  border-bottom: 1px solid var(--line);
}

.page-hero-inner {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(320px, .44fr);
  gap: 38px;
  align-items: center;
  padding: 58px 0;
}

.page-hero h1 {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.12;
}

.page-note {
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 24px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.page-note b {
  display: block;
  margin-bottom: 10px;
  color: var(--ink-950);
  font-size: 18px;
}

.page-note span {
  color: var(--ink-500);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.flow-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.flow-card {
  min-height: 190px;
  padding: 20px;
}

.flow-card b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: var(--brand-50);
  color: var(--brand-600);
  font-size: 14px;
}

.flow-card h3 {
  margin: 18px 0 8px;
  font-size: 18px;
  line-height: 1.3;
}

.flow-card p {
  margin: 0;
  color: var(--ink-500);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.62;
}

.report-layout,
.consult-layout {
  display: grid;
  grid-template-columns: minmax(0, .68fr) minmax(360px, .52fr);
  gap: 18px;
  align-items: start;
}

.report-panel,
.form-card {
  padding: 28px;
}

.report-panel.blue {
  background: var(--brand-600);
  color: #fff;
}

.report-panel.blue p,
.report-panel.blue li {
  color: rgba(255, 255, 255, .76);
}

.report-panel h3,
.form-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3;
}

.report-panel p,
.form-card p {
  color: var(--ink-500);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.axis-cloud,
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 12px;
  color: var(--ink-650);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

form {
  display: grid;
  gap: 13px;
  margin-top: 20px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink-800);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #E0E5EF;
  border-radius: 14px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink-950);
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand-400);
  box-shadow: 0 0 0 4px rgba(46, 91, 255, .12);
}

textarea {
  min-height: 118px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: var(--ink-500);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.consent input {
  width: auto;
  margin-top: 3px;
}

.status {
  min-height: 22px;
  color: var(--brand-600);
  font-size: 13px;
  font-weight: 900;
}

.status.error {
  color: #E11D48;
}

.cta-band {
  padding: 58px 0;
  background: var(--ink-950);
  color: #fff;
}

.cta-box {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.cta-box h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.24;
}

.cta-box p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.72;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 36px 0;
  background: #fff;
  color: var(--ink-500);
  font-size: 13px;
  font-weight: 700;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1040px) {
  .desktop-nav,
  .header-actions .soft {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .hero-grid,
  .section-head,
  .signature-panel,
  .page-hero-inner,
  .report-layout,
  .consult-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 410px;
  }

  .desktop-screen {
    inset: 0 0 auto 0;
  }

  .phone-preview {
    right: 16px;
  }

  .page-links,
  .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .header-inner {
    height: 66px;
  }

  .brand {
    font-size: 16px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 19px;
  }

  .mobile-panel {
    inset: 66px 0 auto;
  }

  .hero-grid {
    min-height: auto;
    gap: 30px;
    padding: 40px 0 44px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.14;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.72;
    max-width: 340px;
  }

  .proof-row,
  .page-links,
  .program-grid,
  .flow-map,
  .form-row,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .proof-row div,
  .editorial-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-row div:last-child,
  .editorial-card:last-child {
    border-bottom: 0;
  }

  .hero-visual {
    min-height: auto;
  }

  .screen-body {
    grid-template-columns: 1fr;
    min-height: 266px;
  }

  .screen-sidebar {
    display: none;
  }

  .desktop-screen {
    position: relative;
    inset: auto;
    border-radius: 16px;
  }

  .screen-topbar {
    padding: 0 16px;
  }

  .screen-pill {
    display: none;
  }

  .screen-content {
    padding: 18px;
  }

  .review-line {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 9px;
  }

  .dash-head {
    display: block;
  }

  .tag-stack {
    justify-content: flex-start;
    margin-top: 12px;
  }

  .phone-preview {
    display: none;
  }

  .section {
    padding: 62px 0;
  }

  .section h2,
  .cta-box h2 {
    font-size: 28px;
  }

  .page-hero-inner {
    min-height: auto;
    padding: 46px 0;
  }

  .page-hero h1 {
    font-size: 36px;
  }

  .cta-box {
    display: grid;
  }
}
