@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable-dynamic-subset.css");

:root {
  --ink: #0f172a;
  --muted: #64748b;
  --soft: #f8fafc;
  --line: #dbe7f6;
  --blue: #2563eb;
  --blue-soft: #eff6ff;
  --navy: #07111f;
  --navy-2: #0d1b31;
  --white: #ffffff;
  --radius: 20px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  letter-spacing: 0;
  line-height: 1.7;
  word-break: keep-all;
}

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

p,
h1,
h2,
h3,
li,
summary,
strong {
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 14px max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(219, 231, 246, 0.78);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 800;
}

.brand-mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  font-size: 15px;
  font-weight: 850;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

.nav-cta {
  padding: 11px 15px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 112px max(24px, calc((100vw - var(--max)) / 2)) 86px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  background-size: 96px 96px, auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  gap: 56px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.eyebrow,
.section-kicker,
.card-kicker {
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-title {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(46px, 6vw, 74px);
  line-height: 1.08;
  font-weight: 820;
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.78;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 0 18px;
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: 760;
}

.button.primary {
  background: var(--blue);
  color: var(--white);
}

.hero-panel {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 80px rgba(37, 99, 235, 0.12);
}

.browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: #475569;
  font-size: 13px;
  font-weight: 760;
}

.dots {
  display: flex;
  gap: 7px;
}

.dots i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #cbd5e1;
}

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

.decision-list li {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 62px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.decision-list span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.decision-list strong {
  font-size: 15px;
  line-height: 1.45;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: -34px auto 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.trust-strip div {
  min-height: 108px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.2;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.section {
  padding: 104px max(24px, calc((100vw - var(--max)) / 2));
}

.section.dark {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  background-size: 92px 92px, auto;
  color: var(--white);
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.section-head {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-title {
  margin-bottom: 16px;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.14;
  font-weight: 800;
}

.section-copy {
  color: var(--muted);
  font-size: 18px;
}

.dark .section-copy {
  color: rgba(226, 232, 240, 0.76);
}

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

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

.info-card,
.price-card,
.faq-card,
.compare-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.055);
}

.info-card {
  padding: 28px;
}

.info-card h3,
.compare-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.32;
}

.info-card p,
.compare-card p,
.price-card p,
.faq-card p {
  color: var(--muted);
}

.dark .info-card,
.dark .compare-card {
  border-color: rgba(191, 219, 254, 0.22);
  background: rgba(15, 23, 42, 0.58);
  box-shadow: none;
}

.dark .info-card p,
.dark .compare-card p {
  color: rgba(226, 232, 240, 0.72);
}

.price-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}

.price-card.featured {
  border-color: #93c5fd;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.price-card h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.price {
  display: block;
  margin: 8px 0 18px;
  font-size: 42px;
  line-height: 1;
  font-weight: 820;
}

.price small {
  color: var(--muted);
  font-size: 16px;
}

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

.check-list li {
  position: relative;
  padding-left: 24px;
  color: #334155;
  font-size: 15px;
  line-height: 1.55;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-weight: 850;
}

.dark .check-list li {
  color: rgba(226, 232, 240, 0.84);
}

.table-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
}

.table-row {
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.table-row:last-child {
  border-bottom: 0;
}

.table-row > * {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.table-row > *:last-child {
  border-right: 0;
}

.table-row strong {
  color: var(--ink);
}

.table-row span,
.table-row p {
  margin: 0;
  color: var(--muted);
}

.process-timeline {
  display: grid;
  gap: 16px;
}

.process-step {
  display: grid;
  grid-template-columns: 84px 1fr 280px;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(191, 219, 254, 0.22);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.58);
}

.process-step span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.24);
  color: #bfdbfe;
  font-weight: 850;
}

.process-step h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.process-step p {
  margin: 0;
  color: rgba(226, 232, 240, 0.76);
}

.process-step em {
  color: #bfdbfe;
  font-style: normal;
  font-weight: 760;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-card {
  padding: 0;
}

.faq-card summary {
  cursor: pointer;
  padding: 22px 24px;
  font-size: 18px;
  font-weight: 780;
}

.faq-card p {
  margin: 0;
  padding: 0 24px 24px;
}

.cta-section {
  padding: 86px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--blue);
  color: var(--white);
}

.cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.cta-box h2 {
  margin-bottom: 10px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.16;
}

.cta-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.cta-section .button {
  border-color: var(--white);
  color: var(--white);
}

.cta-section .button.primary {
  background: var(--white);
  color: var(--blue);
}

.site-footer {
  padding: 38px max(24px, calc((100vw - var(--max)) / 2));
  background: #020817;
  color: #94a3b8;
}

.footer-inner {
  display: flex;
  max-width: var(--max);
  margin: 0 auto;
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
}

.footer-inner strong {
  color: var(--white);
}

@media (max-width: 900px) {
  .site-header {
    padding-inline: 18px;
  }

  .nav-links {
    gap: 14px;
    font-size: 13px;
  }

  .nav-links a:not(.nav-cta):nth-child(2) {
    display: none;
  }

  .page-hero {
    padding: 78px 20px 66px;
  }

  .hero-grid,
  .grid-2,
  .grid-3,
  .cta-box {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: clamp(38px, 10vw, 52px);
  }

  .hero-copy,
  .section-copy {
    font-size: 17px;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
    margin-inline: 20px;
  }

  .trust-strip div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 72px 20px;
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .table-row > * {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .table-row > *:last-child {
    border-bottom: 0;
  }

  .process-step {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 21px;
  }

  .nav-links {
    gap: 10px;
  }

  .nav-links a:not(.nav-cta):first-child {
    display: none;
  }

  .hero-title,
  .section-title {
    letter-spacing: 0;
  }

  .decision-list li {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip div,
  .trust-strip div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
