:root {
  --green: #16a873;
  --green-dark: #08764f;
  --green-soft: #e7f7f0;
  --ink: #18211e;
  --muted: #64706b;
  --line: #dce7e2;
  --surface: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 5%, #dcefe7 0, transparent 26rem),
    linear-gradient(180deg, #f7faf8, #edf5f1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Noto Sans KR", sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  width: 100%;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1112px) / 2));
  background: rgba(247, 250, 248, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
}

.brand strong {
  font-size: 20px;
}

.languages {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.languages a {
  padding: 6px 9px;
  color: var(--muted);
  border-radius: 8px;
  font-size: 13px;
  text-decoration: none;
}

.languages a[aria-current="page"] {
  color: var(--green-dark);
  background: var(--green-soft);
  font-weight: 700;
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  max-width: 1160px;
  min-height: 610px;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 60px;
  margin: auto;
  padding: 72px 24px 92px;
}

.eyebrow {
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin: 14px 0 20px;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.08;
  letter-spacing: -.055em;
}

.lead {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  font-weight: 750;
  text-decoration: none;
}

.button.primary {
  color: white;
  border-color: var(--green);
  background: linear-gradient(145deg, #20b77f, #0d9161);
  box-shadow: 0 12px 24px rgba(15, 133, 90, .2);
}

.hero-visual {
  display: block;
  width: 100%;
  aspect-ratio: 886 / 642;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: white;
  box-shadow: 0 28px 70px rgba(34, 63, 52, .14);
}

.content-section {
  padding: 88px 24px;
  background: rgba(255, 255, 255, .72);
}

.content-section.alt {
  background: transparent;
}

.section-inner {
  max-width: 1100px;
  margin: auto;
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  letter-spacing: -.035em;
}

.section-intro {
  max-width: 760px;
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 18px;
}

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

.card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
}

.card span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--green-dark);
  border-radius: 13px;
  background: var(--green-soft);
  font-weight: 850;
}

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

.card p {
  margin: 0;
  color: var(--muted);
}

.faq {
  max-width: 850px;
}

.faq details {
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.faq summary {
  font-size: 18px;
  font-weight: 750;
  cursor: pointer;
}

.faq p {
  margin: 12px 0 0;
  color: var(--muted);
}

.final-cta {
  max-width: 1100px;
  margin: 80px auto;
  padding: 54px 28px;
  color: white;
  border-radius: 28px;
  background: linear-gradient(135deg, #08764f, #16a873);
  text-align: center;
}

.final-cta h2 {
  margin-bottom: 24px;
}

.final-cta .button {
  color: var(--green-dark);
}

footer {
  max-width: 1100px;
  margin: auto;
  padding: 28px 24px 44px;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 800px) {
  .site-header {
    height: auto;
    min-height: 68px;
    gap: 14px;
    padding: 10px 16px;
  }

  .brand strong {
    font-size: 17px;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 60px 20px 76px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 60px);
  }

  .feature-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding: 70px 20px;
  }

  .final-cta {
    margin: 60px 16px;
  }
}
