:root {
  color-scheme: light;
  --bg: #f7f5f0;
  --ink: #14161c;
  --muted: #626b78;
  --line: rgba(20, 22, 28, 0.12);
  --panel: rgba(255, 255, 255, 0.82);
  --primary: #23235b;
  --primary-2: #4a32bf;
  --accent: #16a085;
  --warm: #d98727;
  font-family:
    Pretendard, "Noto Sans KR", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(rgba(20, 22, 28, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 22, 28, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 82% 14%, rgba(74, 50, 191, 0.13), transparent 28rem),
    radial-gradient(circle at 12% 38%, rgba(22, 160, 133, 0.11), transparent 26rem),
    var(--bg);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    repeating-linear-gradient(90deg, rgba(20, 22, 28, 0.025) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(0deg, rgba(20, 22, 28, 0.02) 0 1px, transparent 1px 7px);
}

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

.site-header {
  position: sticky;
  top: 18px;
  z-index: 10;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(20, 22, 28, 0.1);
}

.brand,
nav,
.actions,
.trust-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  padding-left: 6px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

nav {
  gap: 4px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

nav a {
  padding: 12px 15px;
  border-radius: 999px;
  transition:
    color 620ms cubic-bezier(0.32, 0.72, 0, 1),
    background 620ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 620ms cubic-bezier(0.32, 0.72, 0, 1);
}

nav a:hover {
  color: var(--ink);
  background: rgba(35, 35, 91, 0.08);
  transform: translateY(-1px);
}

.hero {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 56px;
  padding: 86px 0 92px;
}

.eyebrow {
  width: max-content;
  margin: 0 0 20px;
  padding: 8px 12px;
  border: 1px solid rgba(217, 135, 39, 0.18);
  border-radius: 999px;
  color: var(--warm);
  background: rgba(217, 135, 39, 0.08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.8;
}

.actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 14px 0 24px;
  border-radius: 999px;
  font-weight: 900;
  transition:
    transform 650ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 650ms cubic-bezier(0.32, 0.72, 0, 1);
}

.button span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  transition: transform 650ms cubic-bezier(0.32, 0.72, 0, 1);
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover span {
  transform: translate(3px, -2px);
}

.button:active {
  transform: scale(0.98);
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 18px 42px rgba(74, 50, 191, 0.22);
}

.button.secondary {
  color: var(--primary);
  border: 1px solid var(--line);
  background: var(--panel);
  padding-right: 24px;
}

.trust-row {
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid rgba(22, 160, 133, 0.22);
  border-radius: 999px;
  color: #236b5f;
  background: rgba(22, 160, 133, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-visual img,
.section-heading img,
.contact-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(35, 35, 91, 0.18);
}

.hero-visual img {
  aspect-ratio: 1280 / 980;
  object-fit: cover;
}

.floating-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(360px, calc(100% - 48px));
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  color: #fff;
  background: rgba(20, 22, 42, 0.86);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 44px rgba(20, 22, 28, 0.24);
}

.status-dot {
  width: 12px;
  height: 12px;
  display: block;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(22, 160, 133, 0.16);
}

.floating-note strong {
  display: block;
  font-size: 30px;
  line-height: 1.2;
}

.floating-note small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  line-height: 1.7;
}

.section,
.contact-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 94px 0;
  border-top: 1px solid var(--line);
}

.section h2,
.contact-section h2 {
  max-width: 760px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.metric-band {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 24px 70px rgba(20, 22, 28, 0.08);
}

.metric-band div {
  min-height: 132px;
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.metric-band strong,
.metric-band span {
  display: block;
}

.metric-band strong {
  margin-bottom: 26px;
  color: var(--primary-2);
  font-size: 30px;
}

.metric-band span {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.55;
}

.proof-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.52)),
    rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 70px rgba(20, 22, 28, 0.07);
}

.proof-strip div {
  min-height: 112px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(247, 245, 240, 0.68);
}

.proof-strip span,
.proof-strip strong {
  display: block;
}

.proof-strip span {
  margin-bottom: 22px;
  color: var(--warm);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.proof-strip strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  align-items: end;
  gap: 38px;
}

.section-heading img {
  aspect-ratio: 1200 / 760;
  object-fit: cover;
}

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

article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
    var(--panel);
  box-shadow: 0 22px 54px rgba(20, 22, 28, 0.06);
  transition:
    transform 650ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 650ms cubic-bezier(0.32, 0.72, 0, 1);
}

article:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 80px rgba(35, 35, 91, 0.1);
}

.card-number {
  display: block;
  margin-bottom: 42px;
  color: var(--warm);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

article h3 {
  font-size: 22px;
}

article p,
.steps,
.contact-section p {
  color: var(--muted);
  line-height: 1.75;
}

.split {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 40px;
}

.showcase h2,
.packages h2,
.faq h2 {
  margin-bottom: 34px;
}

.bento {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-auto-rows: minmax(210px, auto);
  gap: 16px;
}

.bento article {
  min-height: auto;
}

.bento-main {
  grid-row: span 2;
  padding: 10px;
  overflow: hidden;
}

.bento-main img,
.bento-wide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.bento-main div {
  padding: 24px 18px 14px;
}

.bento-main span {
  display: block;
  margin-bottom: 10px;
  color: var(--warm);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bento-main strong {
  display: block;
  max-width: 640px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.bento-wide {
  grid-column: 1 / -1;
  padding: 10px;
}

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

.package-grid article {
  min-height: 360px;
}

.package-grid .featured {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(22, 160, 133, 0.24), transparent 44%),
    linear-gradient(145deg, #101422, #25225b 58%, #3d335f);
}

.package-grid .featured p,
.package-grid .featured li {
  color: rgba(255, 255, 255, 0.76);
}

.package-grid ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.package-grid li {
  color: var(--muted);
  font-weight: 800;
}

.package-grid li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--accent);
}

.pricing {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.58fr) minmax(260px, 0.72fr);
  align-items: stretch;
  gap: 16px;
}

.pricing > div:first-child {
  padding-right: 24px;
}

.pricing > div:first-child p {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.pricing-card {
  min-height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(22, 160, 133, 0.2), transparent 44%),
    linear-gradient(145deg, #101422, #25225b 58%, #3d335f);
  box-shadow: 0 28px 80px rgba(35, 35, 91, 0.16);
}

.pricing-card.quiet {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.6)),
    rgba(255, 255, 255, 0.76);
}

.pricing-card span {
  margin-bottom: auto;
  color: rgba(246, 215, 151, 0.95);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.pricing-card.quiet span {
  color: var(--warm);
}

.pricing-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.pricing-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.pricing-card.quiet p {
  color: var(--muted);
}

.checklist-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 38px;
}

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

.checklist-grid article {
  min-height: 250px;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.steps li {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: var(--panel);
}

.steps strong,
.steps span {
  display: block;
}

.steps strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

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

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 50px rgba(20, 22, 28, 0.05);
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 24px 26px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 26px 26px;
  color: var(--muted);
  line-height: 1.75;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.82fr 0.74fr;
  align-items: center;
  gap: 40px;
  margin-bottom: 32px;
  padding: 56px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 80px rgba(35, 35, 91, 0.12);
}

.contact-section p {
  max-width: 680px;
  margin-bottom: 0;
  font-size: 18px;
}

.contact-image {
  aspect-ratio: 1200 / 620;
  object-fit: cover;
}

.contact-button {
  grid-column: 1 / -1;
  justify-self: start;
  white-space: nowrap;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 900ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 900ms cubic-bezier(0.32, 0.72, 0, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .button,
  article,
  nav a {
    transition: none;
  }
}

footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 32px;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

footer strong {
  color: var(--ink);
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9;
  width: min(340px, calc(100% - 44px));
  padding: 14px 16px 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(22, 160, 133, 0.22), transparent 42%),
    linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 24px 70px rgba(35, 35, 91, 0.24);
}

.sticky-cta span,
.sticky-cta strong {
  display: block;
}

.sticky-cta span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
}

.sticky-cta strong {
  font-size: 15px;
}

@media (max-width: 860px) {
  .site-header,
  footer {
    flex-direction: column;
    align-items: stretch;
  }

  nav {
    justify-content: space-between;
  }

  .hero,
  .split,
  .grid,
  .metric-band,
  .proof-strip,
  .bento,
  .package-grid,
  .pricing,
  .checklist-section,
  .checklist-grid,
  .section-heading,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 24px;
    padding: 44px 0 60px;
  }

  h1 {
    max-width: 11ch;
    margin-bottom: 18px;
    font-size: clamp(40px, 11.2vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 17px;
    line-height: 1.7;
  }

  .contact-section {
    padding: 30px;
  }

  .site-header {
    border-radius: 24px;
  }

  nav {
    flex-wrap: wrap;
  }

  nav a {
    padding: 10px 12px;
  }

  .metric-band div {
    min-height: auto;
  }

  .proof-strip div,
  .pricing-card {
    min-height: auto;
  }

  .pricing > div:first-child {
    padding-right: 0;
  }

  .bento-main,
  .bento-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .floating-note {
    position: static;
    width: 100%;
    margin-top: 12px;
    padding: 22px;
  }

  .floating-note strong {
    font-size: 26px;
  }

  .contact-button {
    width: 100%;
    justify-self: stretch;
    white-space: normal;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }
}

@media (max-width: 430px) {
  .site-header,
  .hero,
  .section,
  .metric-band,
  .proof-strip,
  .contact-section,
  footer {
    width: min(100% - 28px, 1180px);
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  nav a {
    padding: 9px 10px;
    font-size: 13px;
  }

  .eyebrow {
    font-size: 11px;
  }

  h1 {
    max-width: 10.5ch;
    font-size: clamp(38px, 10.5vw, 44px);
  }

  .actions {
    gap: 10px;
  }

  .button {
    min-height: 54px;
    padding-left: 20px;
  }

  .button.secondary {
    padding-right: 20px;
  }

  .hero-visual {
    padding: 6px;
    border-radius: 22px;
  }

  .hero-visual img,
  .section-heading img,
  .contact-image {
    border-radius: 17px;
  }
}
