:root {
  --bg: #FBF5EA;
  --bg-card: #FFFFFF;
  --ink: #2B2118;
  --ink-soft: #6B5D4F;
  --amber: #F29A0D;
  --amber-deep: #C97B06;
  --amber-soft: #FCEBCB;
  --radius: 20px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 24px; }

/* Nav */
nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; text-decoration: none; color: var(--ink); }
.brand img { width: 36px; height: 36px; border-radius: 9px; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang { color: var(--ink-soft); text-decoration: none; font-size: 14px; padding: 6px 10px; border-radius: 8px; }
.lang:hover { background: var(--amber-soft); }

/* Buttons */
.btn-store {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ink); color: #fff; text-decoration: none;
  padding: 12px 22px; border-radius: 14px; font-weight: 600; font-size: 16px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn-store:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(43,33,24,.25); }
.btn-store .apple { font-size: 20px; line-height: 1; }
.btn-store.small { padding: 8px 16px; font-size: 14px; border-radius: 11px; }

/* Hero */
.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding: 56px 0 72px; }
.eyebrow {
  display: inline-block; background: var(--amber-soft); color: var(--amber-deep);
  font-weight: 700; font-size: 13px; letter-spacing: .04em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}
h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.12; letter-spacing: -0.02em; font-weight: 800; }
h1 .accent { color: var(--amber); }
.hero p.sub { margin: 20px 0 28px; font-size: 19px; color: var(--ink-soft); max-width: 30em; }
.hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.trial-note { font-size: 14px; color: var(--ink-soft); }
.hero-shot { text-align: center; }
.hero-shot img {
  width: 100%; max-width: 340px; border-radius: 28px;
  box-shadow: 0 24px 60px rgba(201,123,6,.22);
}

/* Principles */
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 72px; }
.principle {
  background: var(--bg-card); border-radius: var(--radius); padding: 26px 24px;
  box-shadow: 0 2px 12px rgba(43,33,24,.05);
}
.principle .icon { font-size: 26px; margin-bottom: 10px; }
.principle h3 { font-size: 18px; margin-bottom: 6px; }
.principle p { font-size: 15px; color: var(--ink-soft); }

/* Sections */
section.block { padding: 56px 0; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 44px; }
.section-head h2 { font-size: clamp(26px, 3.6vw, 36px); letter-spacing: -0.01em; margin-bottom: 12px; }
.section-head p { color: var(--ink-soft); font-size: 17px; }

/* Screenshots */
.shots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.shots img {
  width: 100%; border-radius: 18px;
  box-shadow: 0 10px 30px rgba(43,33,24,.10);
}

/* Feature list */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature { display: flex; gap: 14px; background: var(--bg-card); border-radius: var(--radius); padding: 22px; box-shadow: 0 2px 12px rgba(43,33,24,.05); }
.feature .icon { font-size: 22px; }
.feature h3 { font-size: 16.5px; margin-bottom: 4px; }
.feature p { font-size: 14.5px; color: var(--ink-soft); }

/* Pricing */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan {
  background: var(--bg-card); border-radius: var(--radius); padding: 28px 24px; text-align: center;
  box-shadow: 0 2px 12px rgba(43,33,24,.05); position: relative;
}
.plan.hot { border: 2px solid var(--amber); box-shadow: 0 12px 36px rgba(242,154,13,.18); }
.plan .tag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--amber); color: #fff; font-size: 12px; font-weight: 700;
  padding: 4px 14px; border-radius: 999px; white-space: nowrap;
}
.plan .name { font-weight: 700; font-size: 15px; color: var(--ink-soft); }
.plan .price { font-size: 34px; font-weight: 800; margin: 8px 0 2px; }
.plan .per { font-size: 14px; color: var(--ink-soft); }
.plan .desc { font-size: 13.5px; color: var(--ink-soft); margin-top: 12px; }
.pricing-note { text-align: center; color: var(--ink-soft); font-size: 14px; margin-top: 26px; }

/* Privacy band */
.privacy-band {
  background: var(--ink); color: #F5EDE1; border-radius: 26px; padding: 48px 40px; text-align: center;
}
.privacy-band h2 { font-size: clamp(24px, 3.2vw, 32px); margin-bottom: 12px; color: #fff; }
.privacy-band p { max-width: 40em; margin: 0 auto; opacity: .85; font-size: 16.5px; }
.privacy-band .checks { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 24px; font-weight: 600; font-size: 15px; }

/* CTA */
.final-cta { text-align: center; padding: 72px 0 84px; }
.final-cta h2 { font-size: clamp(26px, 3.6vw, 38px); margin-bottom: 22px; }

/* Footer */
footer { border-top: 1px solid rgba(43,33,24,.1); padding: 32px 0 48px; color: var(--ink-soft); font-size: 13.5px; }
footer .links { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 14px; }
footer a { color: var(--ink-soft); }
footer .disclaimer { max-width: 52em; opacity: .8; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding: 36px 0 52px; }
  .hero p.sub { margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; }
  .principles { grid-template-columns: 1fr; }
  .shots { grid-template-columns: repeat(2, 1fr); }
  .features { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr; }
}
