:root {
  --ink: #24252a;
  --muted: #5a5c61;
  --line: #dedfe1;
  --surface: #efefef;
  --lime: #c3ff00;
  --lime-text: #9fd300;
  --lime-pale: #f8ffe3;
  --dark: #24252a;
  --content: 1160px;
  --wide: 1600px;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.mobile-only { display: none; }
.content-shell { width: min(var(--content), calc(100% - 48px)); margin: 0 auto; }
.wide-shell { width: min(var(--wide), calc(100% - 48px)); }

/* Same public navigation geometry as the approved MoneyingLink landing. */
/* iOS 홈화면 앱(PWA)은 viewport-fit=cover 라 콘텐츠가 상태바 아래로 파고든다.
   여백이 없으면 로고가 시계·배터리와 겹친다(2026-08-31 대표 제보).
   env() 는 안드로이드·PC 에서 0 이라 기존 화면은 그대로다. */
.site-header { position: relative; z-index: 50; height: 64px; box-sizing: content-box;
  padding-top: env(safe-area-inset-top, 0px); color: #fff; background: #050505; }
.header-inner { width: 100%; height: 100%; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; color: #fff; font-family: "Pretendard Variable", Pretendard, sans-serif; font-size: 34px; line-height: 1; font-weight: 900; letter-spacing: -.02em; }
.wordmark span { color: var(--lime); }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 34px; font-size: 15px; font-weight: 500; }
.desktop-nav > a:not(.header-cta) { transition: color .2s ease, opacity .2s ease; }
.desktop-nav > a:not(.header-cta):hover { opacity: .74; }
.desktop-nav .is-current, .desktop-nav [aria-current="page"], .mobile-menu .is-current, .mobile-menu [aria-current="page"] { color: var(--lime); }
.desktop-nav > a:not(.header-cta):active, .mobile-menu a:not(.mobile-start):active { color: var(--lime); }
.nav-tools { display: inline-flex; align-items: center; gap: 8px; }
.nav-tools span { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.header-cta { min-width: 88px; height: 36px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; color: #25262b; background: var(--lime); border-radius: 999px; font-weight: 700; }
.menu-button, .mobile-menu { display: none; }

.landing-section { padding: 126px 24px 140px; }
.section-heading { max-width: 1040px; margin: 0 auto; text-align: center; }
.section-heading h2 { margin: 0; font-size: 58px; line-height: 1.2; letter-spacing: .01em; font-weight: 700; }
.title-face-tail { display: inline-flex; align-items: center; white-space: nowrap; }
.section-heading h2 img { width: 74px; height: 74px; display: inline-block; margin-left: 12px; object-fit: contain; vertical-align: -.22em; }
.section-heading h2 em { color: var(--lime); font-style: normal; }
.primary-button { min-width: 190px; height: 54px; display: inline-flex; align-items: center; justify-content: center; color: #24252a; background: var(--lime); border-radius: 999px; font-size: 17px; font-weight: 800; transition: transform .2s ease, filter .2s ease; }
.primary-button:hover, .tracker-cta a:hover { transform: translateY(-2px); filter: brightness(1.03); }

/* Hero */
.tracker-hero { min-height: 780px; padding: 104px 24px 86px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; background: #efefef; }
.hero-copy h1 { margin: 0; font-size: 58px; line-height: 1.24; letter-spacing: .01em; font-weight: 700; }
.hero-motion-row { width: min(510px, 70vw); margin: 54px auto 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: 18px; }
.hero-motion { position: relative; width: 100%; aspect-ratio: 1; display: grid; place-items: center; }
.hero-motion > [data-lottie] { position: absolute; inset: 0; }
.hero-motion img { width: 100%; height: 100%; object-fit: contain; }
.hero-description { margin: 42px 0 0; color: #55575c; font-size: 23px; line-height: 1.5; letter-spacing: -.015em; font-weight: 500; }
.hero-description strong, .feature-copy p strong { color: var(--ink); font-weight: 750; }
.tracker-hero .primary-button { min-width: 250px; height: 72px; margin-top: 36px; padding: 0 34px; font-size: 24px; }

/* Pain */
.pain-section { padding-top: 140px; }
.pain-grid { width: min(1160px, 100%); margin: 84px auto 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.pain-card { position: relative; min-height: 246px; padding: 28px 26px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; overflow: hidden; background: #efefef; border-radius: 20px; }
.pain-card h3 { margin: 0; color: #24262b; font-size: 28px; line-height: 36px; letter-spacing: 0; font-weight: 700; }
.pain-card p { margin: 0; color: #24262b; font-size: 28px; line-height: 36px; letter-spacing: 0; font-weight: 400; }
.pain-card img { position: absolute; right: 2px; bottom: -4px; width: 150px; height: 150px; object-fit: contain; }
.pain-result { margin-top: 78px; text-align: center; }
.pain-result p { margin: 0; font-size: 48px; line-height: 1.3; font-weight: 700; letter-spacing: .01em; }
.pain-result span { width: 22px; height: 22px; display: block; margin: 30px auto 0; border-right: 4px solid var(--lime); border-bottom: 4px solid var(--lime); transform: rotate(45deg); }

/* Discovery */
.discover-section { background: #ebebeb; }
.feature-stack { width: min(1160px, 100%); margin: 84px auto 0; display: grid; gap: 54px; }
.discover-card { min-height: 490px; padding: 58px 60px; display: grid; grid-template-columns: minmax(400px, .95fr) minmax(430px, 1.05fr); align-items: center; gap: 54px; overflow: hidden; background: #fff; border-radius: 28px; }
.feature-copy h3 { margin: 0; font-size: 42px; line-height: 50px; letter-spacing: 0; font-weight: 700; }
.feature-copy p { margin: 24px 0 0; color: #45474c; font-size: 28px; line-height: 38px; letter-spacing: 0; }
.feature-copy ul { margin: 24px 0 0; padding: 0; display: grid; gap: 5px; list-style: none; color: #55575c; font-size: 18px; line-height: 1.5; }
.feature-copy li::before { content: "•"; margin-right: 8px; color: var(--lime-text); font-weight: 900; }
.feature-copy small { display: block; margin-top: 22px; color: #55575c; font-size: 18px; line-height: 1.55; }
.feature-title-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.feature-title-row span { padding: 7px 14px; color: #222; background: var(--lime); border-radius: 999px; font-size: 15px; line-height: 1; font-weight: 750; }
.feature-visual { min-width: 0; display: grid; place-items: center; }
.static-visual img { width: 100%; }
.lottie-shell { position: relative; width: 100%; aspect-ratio: 1; overflow: hidden; }
.lottie-shell > [data-lottie] { position: absolute; inset: 0; }
.lottie-shell .lottie-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity .25s ease; }
.lottie-shell.is-lottie-ready .lottie-fallback { opacity: 0; }
.lottie-shell--search { aspect-ratio: 923 / 1140; max-height: 860px; }
.discover-card--search { display: block; padding-bottom: 48px; }
.discover-card--search .feature-copy { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto; column-gap: 42px; align-items: end; }
.discover-card--search .feature-title-row { grid-column: 1; grid-row: 1; }
.discover-card--search .feature-copy p { grid-column: 1; grid-row: 2; }
.discover-card--search .feature-copy small { grid-column: 2; grid-row: 1 / span 2; margin: 0 0 2px; text-align: right; }
.discover-card--search .feature-visual { width: min(1120px, calc(100% + 80px)); margin: 30px auto 0; }

/* Create */
.create-list { width: min(1024px, 100%); margin: 84px auto 0; display: grid; gap: 102px; }
.create-feature { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 86px; }
.create-visual { min-height: 479px; background: #f1f1f1; border-radius: 26px; }
.create-feature .feature-copy p strong { color: var(--ink); font-weight: 720; }

/* Flow */
.flow-section { padding-top: 84px; background: var(--lime-pale); }
.flow-down { width: 32px; height: 20px; margin: 0 auto 64px; display: block; color: var(--lime); overflow: visible; }
.flow-list { width: min(1540px, 100%); margin: 72px auto 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 34px; list-style: none; }
.flow-card { position: relative; min-height: 250px; padding: 20px 16px 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; border-radius: 16px; text-align: center; }
.flow-card:not(:last-child)::after { content: ""; position: absolute; top: 50%; left: calc(100% + 8px); width: 13px; height: 13px; border-right: 3px solid var(--lime); border-top: 3px solid var(--lime); transform: translate(-50%, -50%) rotate(45deg); }
.flow-card img { width: 130px; height: 130px; object-fit: contain; }
.flow-card strong { margin-top: 8px; font-size: 23px; line-height: 1.35; letter-spacing: 0; }

/* Comparison */
.comparison-section { color: #fff; background: var(--dark); }
.compare-shell { width: min(980px, calc(100% - 48px)); }
.comparison-frame { position: relative; margin: 70px auto 0; overflow: visible; }
.comparison-frame table { position: relative; z-index: 1; width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-spacing: 0; border-radius: 12px; background: #343537; table-layout: fixed; }
.label-col { width: 33.33%; } .old-col { width: 33.33%; } .tracker-col { width: 33.34%; }
.comparison-frame th, .comparison-frame td { height: 68px; padding: 13px 20px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); font-size: 17px; line-height: 1.35; text-align: center; }
.comparison-frame thead th { height: 74px; font-size: 19px; font-weight: 720; }
.comparison-frame tbody th { text-align: left; font-weight: 600; }
.comparison-frame td:nth-child(2) { color: #a8a9ad; }
.comparison-frame tr > :nth-child(3) { color: var(--lime); font-weight: 720; }
.comparison-frame tr > :last-child { border-right: 0; }
.comparison-frame tbody tr:last-child > * { border-bottom: 0; }
.tracker-outline { position: absolute; z-index: 2; top: -4px; right: -4px; bottom: -4px; width: calc(33.34% + 8px); pointer-events: none; border: 2px solid rgba(195,255,0,.78); border-radius: 14px; animation: trackerPulse 3.2s ease-in-out infinite; }
@keyframes trackerPulse { 0%, 20%, 100% { opacity: .35; box-shadow: 0 0 0 rgba(195,255,0,0); } 45%, 65% { opacity: 1; box-shadow: 0 0 14px rgba(195,255,0,.14); } }

/* FAQ + CTA */
.faq-section { padding-bottom: 130px; }
.faq-shell { width: min(1120px, calc(100% - 48px)); }
.faq-list { margin-top: 62px; display: grid; gap: 14px; }
.faq-list details { overflow: hidden; border: 1px solid #d4d5d7; border-radius: 8px; background: #fff; }
.faq-list summary { min-height: 66px; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 17px; line-height: 1.5; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 10px; height: 10px; flex: 0 0 auto; border-right: 1.5px solid #555; border-bottom: 1.5px solid #555; transform: translateY(-3px) rotate(45deg); transition: transform .25s ease; }
.faq-list details[open] summary span { transform: translateY(3px) rotate(225deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease-out); }
.faq-list details[open] .faq-answer { grid-template-rows: 1fr; }
.faq-answer p { min-height: 0; margin: 0; padding: 0 24px 22px; overflow: hidden; color: #5d5f64; font-size: 15px; line-height: 1.65; }
.tracker-cta { height: 192px; padding: 0 24px; display: flex; align-items: center; color: #24262b; background: linear-gradient(105deg, #bdff00 0%, #cfff17 48%, #e7ed5b 100%); }
.cta-inner { width: min(1160px, 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.cta-inner h2 { margin: 0; font-size: 35px; line-height: 42px; letter-spacing: 0; font-weight: 700; }
.cta-inner p { margin: 10px 0 0; color: #24262b; font-size: 24px; line-height: 29px; font-weight: 400; }
.tracker-cta a { min-width: 240px; height: 70px; padding: 0 32px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: #24262b; border-radius: 999px; font-size: 31px; font-weight: 700; letter-spacing: -.02em; transition: transform .2s ease; }

/* Motion */
.js .hero-enter { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.js .hero-enter.is-visible { opacity: 1; transform: none; }
.js .reveal, .js .reveal-group, .js .stagger-group, .js .reveal-feature { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease-out), transform .75s var(--ease-out); }
.js .is-visible { opacity: 1; transform: none; }
.js .stagger-item { opacity: 0; transform: translateY(24px); transition: opacity .65s var(--ease-out), transform .65s var(--ease-out); transition-delay: var(--delay, 0ms); }
.js .stagger-group.is-visible .stagger-item { opacity: 1; transform: none; }
[data-lottie] { width: 100%; height: 100%; }
[data-lottie] svg { width: 100% !important; height: 100% !important; }

@media (max-width: 1100px) {
  .discover-card { padding: 50px 44px; grid-template-columns: minmax(240px, .8fr) minmax(360px, 1.2fr); gap: 34px; }
  .create-feature { gap: 50px; }
  .flow-list { gap: 16px; }
  .flow-card { min-height: 220px; }
  .flow-card img { width: 108px; height: 108px; }
  .flow-card strong { font-size: 16px; }
}

@media (max-width: 760px) {
  .content-shell, .wide-shell, .compare-shell, .faq-shell { width: min(calc(100% - 36px), 540px); }
  .site-header { height: 64px; }
  .header-inner { padding: 0 16px; }
  .wordmark { font-size: 25px; }
  .desktop-nav { display: none; }
  .menu-button { width: 48px; height: 48px; padding: 12px 11px; display: flex; flex-direction: column; justify-content: center; gap: 5px; color: #fff; background: transparent; border: 0; }
  .menu-button span:not(.sr-only) { width: 23px; height: 2px; display: block; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 64px; left: 0; right: 0; padding: 22px 20px 28px; display: grid; gap: 2px; color: #fff; background: #050505; border-top: 1px solid #232323; box-shadow: 0 14px 30px rgba(0,0,0,.22); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 13px 5px; font-size: 15px; font-weight: 500; }
  .mobile-menu .mobile-start { margin-top: 8px; padding: 13px 18px; color: #25262b; background: var(--lime); border-radius: 999px; text-align: center; }

  .mobile-only { display: block; }
  .landing-section { padding: 86px 18px 94px; }
  .section-heading { max-width: 430px; }
  .section-heading h2 { font-size: clamp(29px, 8vw, 38px); line-height: 1.2; }
  .section-heading h2 img { width: 52px; height: 52px; margin-left: 6px; vertical-align: -.2em; }

  .tracker-hero { min-height: 660px; padding: 76px 14px 66px; }
  .hero-copy h1 { font-size: clamp(34px, 9.4vw, 44px); line-height: 1.25; }
  .hero-motion-row { width: min(100%, 350px); margin-top: 46px; gap: 8px; }
  .hero-motion { min-width: 0; }
  .hero-description { margin-top: 40px; font-size: 16px; line-height: 1.55; }
  .tracker-hero .primary-button { min-width: 170px; height: 50px; margin-top: 34px; padding: 0 24px; font-size: 16px; }

  .pain-section { padding-top: 94px; }
  .pain-grid { margin-top: 54px; gap: 10px; }
  .pain-card { min-height: 220px; padding: 22px 16px; display: block; position: relative; }
  .pain-card h3 { font-size: 16px; line-height: 1.5; }
  .pain-card p { position: relative; z-index: 1; margin-top: 0; font-size: 16px; line-height: 1.5; }
  .pain-card img { position: absolute; right: 0; bottom: 0; width: 76px; height: 76px; margin: 0; opacity: .96; }
  .pain-result { margin-top: 60px; }
  .pain-result p { font-size: 24px; line-height: 1.4; }
  .pain-result span { margin-top: 24px; }

  .feature-stack { margin-top: 54px; gap: 26px; }
  .discover-card { min-height: 0; padding: 32px 22px 24px; display: flex; flex-direction: column; gap: 30px; border-radius: 22px; }
  .feature-copy { width: 100%; text-align: left; }
  .feature-copy h3 { font-size: 30px; line-height: 1.28; }
  .feature-copy p { margin-top: 16px; font-size: 17px; line-height: 1.58; }
  .feature-copy ul { width: 100%; margin: 18px 0 0; text-align: left; font-size: 13px; }
  .feature-copy small { margin-top: 16px; font-size: 12px; }
  .feature-title-row { justify-content: flex-start; }
  .feature-visual { width: 100%; }
  .static-visual img { width: 100%; }
  .lottie-shell--search { max-height: none; }
  .discover-card--search { display: block; padding-bottom: 24px; }
  .discover-card--search .feature-copy { display: block; }
  .discover-card--search .feature-copy small { margin-top: 16px; text-align: left; }
  .discover-card--search .feature-visual { width: calc(100% + 28px); margin: 24px -14px 0; }

  .create-list { margin-top: 58px; gap: 72px; }
  .create-feature, .create-feature.copy-first { display: flex; flex-direction: column; gap: 28px; }
  .create-feature .feature-copy { display: contents; }
  .create-feature .feature-copy h3 { order: 1; text-align: center; }
  .create-feature .create-visual { order: 2; }
  .create-feature .feature-copy p { order: 3; margin: 0; text-align: center; }
  .create-feature .feature-copy small { order: 4; margin: -10px 0 0; text-align: center; }
  .create-visual { min-height: 0; aspect-ratio: 1; border-radius: 22px; }

  .flow-section { padding-top: 64px; }
  .flow-down { width: 24px; height: 15px; margin-bottom: 50px; }
  .flow-section .wide-shell { width: 100%; }
  .flow-section .section-heading { padding: 0 18px; }
  .flow-list { width: 100%; margin: 54px auto 0; padding: 0 18px 14px; display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 154px; gap: 26px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-width: none; }
  .flow-list::-webkit-scrollbar { display: none; }
  .flow-card { min-height: 176px; padding: 14px 10px 20px; justify-content: center; gap: 4px; text-align: center; scroll-snap-align: center; }
  .flow-card:not(:last-child)::after { top: 50%; left: calc(100% + 13px); width: 10px; height: 10px; transform: translate(-50%, -50%) rotate(45deg); }
  .flow-card img { width: 96px; height: 96px; flex: 0 0 auto; }
  .flow-card strong { margin: 5px 0 0; font-size: 15px; }

  .comparison-section { padding-left: 10px; padding-right: 10px; }
  .compare-shell { width: min(calc(100% - 8px), 540px); }
  .comparison-frame { margin-top: 52px; }
  .label-col { width: 27%; } .old-col { width: 30%; } .tracker-col { width: 43%; }
  .comparison-frame th, .comparison-frame td { height: 62px; padding: 10px 6px; font-size: clamp(11px, 3.15vw, 14px); line-height: 1.38; }
  .comparison-frame thead th { height: 64px; font-size: clamp(12px, 3.4vw, 15px); }
  .comparison-frame tbody th { text-align: center; }
  .tracker-outline { right: -3px; width: calc(43% + 6px); }

  .faq-list { margin-top: 48px; gap: 10px; }
  .faq-list summary { min-height: 62px; padding: 16px 17px; gap: 12px; font-size: 14px; }
  .faq-answer p { padding: 0 17px 19px; font-size: 13px; }
  .tracker-cta { height: 279px; padding: 0 18px; }
  .cta-inner { flex-direction: column; align-items: flex-start; gap: 32px; text-align: left; }
  .cta-inner h2 { font-size: 28px; line-height: 1.28; }
  .cta-inner p { margin-top: 10px; font-size: 14px; line-height: 1.5; }
  .tracker-cta a { min-width: 152px; height: 48px; padding: 0 23px; font-size: 15px; }
}

@media (max-width: 370px) {
  .pain-card { min-height: 210px; padding-left: 13px; }
  .pain-card h3,
  .pain-card p { font-size: 16px; line-height: 1.5; }
  .pain-card img { width: 72px; height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .js .hero-enter, .js .reveal, .js .reveal-group, .js .stagger-group, .js .reveal-feature, .js .stagger-item { opacity: 1; transform: none; transition: none; }
}
