@import url("https://fonts.googleapis.com/css2?family=Geist:wght@500;600;700;800&display=swap");

:root {
  --lp-ink: #161922;
  --lp-paper: #f4f5f7;
  --lp-white: #ffffff;
  --lp-violet: #5b55ef;
  --lp-violet-dark: #3932bc;
  --lp-violet-pale: #ebeaff;
  --lp-warm: #f1e9dc;
  --lp-line: rgba(22, 25, 34, .12);
  --lp-max: 1320px;
}

html { scroll-padding-top: 96px; }
body {
  background: var(--lp-paper);
  color: var(--lp-ink);
}
body, button, a { font-family: "Geist", "Pretendard Variable", Pretendard, sans-serif; }
body.drawer-open { overflow: hidden; }

header {
  position: fixed;
  top: 14px;
  right: 0;
  left: 0;
  z-index: 90;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  pointer-events: none;
}
.header-inner {
  width: min(calc(100% - 36px), 1380px);
  height: 66px;
  padding: 0 14px 0 18px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px;
  background: rgba(250, 250, 251, .86);
  box-shadow: 0 16px 48px rgba(17, 18, 25, .09);
  backdrop-filter: blur(22px) saturate(1.25);
  pointer-events: auto;
  transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}
header.is-scrolled .header-inner {
  background: rgba(250, 250, 251, .96);
  box-shadow: 0 12px 34px rgba(17, 18, 25, .13);
}
.logo { font-weight: 800; }
.logo-mark { border-radius: 11px; box-shadow: none; }
.marketing-nav { gap: 24px; }
.marketing-nav > a {
  color: #5f6471;
  font-size: 13px;
  font-weight: 700;
}
.marketing-nav > a:hover { color: var(--lp-ink); }
.nav-webapp {
  border: 1px solid var(--lp-ink);
  background: var(--lp-ink);
  color: #fff;
}
#landingLang { display: none; }

.lp-main {
  width: 100%;
  max-width: 100%;
  overflow: clip;
  background:
    radial-gradient(circle at 88% 7%, rgba(108, 98, 245, .14), transparent 26%),
    var(--lp-paper);
}
.lp-wrap { width: min(calc(100% - 56px), var(--lp-max)); margin: 0 auto; }
.lp-section { padding: 150px 0; }
.lp-section-head { max-width: 970px; margin-bottom: 72px; }
.lp-section-head h2,
.lp-depth-copy h2,
.lp-pricing-head h2,
.lp-cta h2 {
  font-size: clamp(42px, 5.2vw, 78px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.055em;
}
.lp-section-head p,
.lp-depth-copy p,
.lp-pricing-head p {
  max-width: 680px;
  margin-top: 25px;
  color: #666c78;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.7;
}

.lp-hero {
  position: relative;
  min-height: 980px;
  padding: 150px 0 90px;
  background: #171922;
  color: #fff;
}
.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/images/dasoni-life-coach.png") center center / cover no-repeat;
}
.lp-hero::after {
  display: none;
}
.lp-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 730px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, .72fr);
  align-items: center;
  gap: 42px;
}
.lp-hero-copy { position: relative; z-index: 2; padding: 50px 0 80px; }
.lp-hero h1 {
  max-width: 880px;
  font-size: clamp(54px, 6vw, 96px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.062em;
}
.lp-hero h1 span { display: block; white-space: nowrap; }
.lp-hero h1 .lp-hero-highlight {
  color: #5b5ded;
  -webkit-text-stroke: .7px rgba(255,255,255,.48);
  paint-order: stroke fill;
  text-shadow:
    0 1px 0 rgba(255,255,255,.72),
    0 6px 24px rgba(255,255,255,.34),
    0 14px 38px rgba(45,39,155,.24);
}
.lp-hero h1 span:not(.lp-hero-highlight),
.lp-hero-lead,
.lp-hero-note { text-shadow: 0 3px 22px rgba(0, 0, 0, .44); }
.lp-hero-lead {
  max-width: 680px;
  margin-top: 34px;
  color: rgba(255,255,255,.72);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.7;
}
.lp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.lp-btn {
  min-height: 58px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.lp-btn svg { width: 20px; height: 20px; }
.lp-btn:hover { transform: translateY(-3px); }
.lp-btn-primary { border-color: #fff; background: #fff; color: #171922; }
.lp-btn-secondary { background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.lp-hero-note {
  max-width: 620px;
  margin-top: 20px;
  color: rgba(255,255,255,.46);
  font-size: 12px;
  line-height: 1.65;
}
.lp-hero-visual { position: relative; min-height: 710px; pointer-events: none; }
.lp-phone {
  position: absolute;
  top: auto;
  right: -52px;
  bottom: -118px;
  left: auto;
  z-index: 2;
  width: min(330px, 24vw);
  filter: drop-shadow(0 30px 38px rgba(0,0,0,.42));
  transform: none;
}
.lp-hero-phone-image { width: 100%; height: auto; display: block; }
.lp-hero .lp-phone { display: block; }
.lp-hero-orbit {
  display: none;
}

.lp-marquee {
  overflow: hidden;
  border-bottom: 1px solid var(--lp-line);
  background: #fff;
}
.lp-marquee-track {
  width: max-content;
  padding: 22px 0;
  display: flex;
  align-items: center;
  gap: 42px;
  color: #7d828d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  animation: lp-marquee 26s linear infinite;
}
.lp-marquee-track span::after { content: ""; width: 5px; height: 5px; margin-left: 42px; display: inline-block; border-radius: 50%; background: var(--lp-violet); vertical-align: middle; }
@keyframes lp-marquee { to { transform: translateX(-50%); } }

.lp-bento {
  width: min(100%, 1060px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 24px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.lp-bento-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(22, 25, 34, .12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(22, 25, 34, .09);
  transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease;
}
.lp-bento-card:nth-child(1) { grid-column: span 7; }
.lp-bento-card:nth-child(2) { grid-column: span 5; }
.lp-bento-card:nth-child(3) { grid-column: span 5; }
.lp-bento-card:nth-child(4) { grid-column: span 7; }
.lp-bento-copy {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px 29px 26px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.72);
  border-radius: 0;
  background: rgba(255,255,255,.88);
  box-shadow: 0 -18px 54px rgba(17,19,26,.12);
  backdrop-filter: blur(18px);
}
.lp-bento-copy h3 { font-size: clamp(22px, 2.1vw, 32px); font-weight: 800; line-height: 1.1; letter-spacing: -.04em; }
.lp-bento-copy p { margin-top: 10px; color: #606674; font-size: 14px; line-height: 1.65; }
.lp-bento-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #e9ebef;
}
.lp-bento-media::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(16,18,25,.14));
}
.lp-bento-screen {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.002);
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease;
}
.lp-bento-card:nth-child(1) .lp-bento-media { background: #dcdaf8; }
.lp-bento-card:nth-child(2) .lp-bento-media { background: #252733; }
.lp-bento-card:nth-child(2) .lp-bento-copy { background: rgba(26,28,37,.9); border-color: rgba(255,255,255,.12); color: #fff; }
.lp-bento-card:nth-child(2) .lp-bento-copy p { color: rgba(255,255,255,.62); }
.lp-bento-card:nth-child(3) .lp-bento-media { background: #f0e6d6; }
.lp-bento-card:nth-child(4) .lp-bento-media { background: #e6e7ff; }
.lp-bento-card:hover { transform: translateY(-5px); box-shadow: 0 28px 64px rgba(22, 25, 34, .14); }
.lp-bento-card:hover .lp-bento-screen { transform: scale(1.035); filter: saturate(1.04); }
.lp-bento-card:nth-child(-n+2) .lp-bento-screen {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  transform: none;
}
.lp-bento-card:nth-child(-n+2):hover .lp-bento-screen { transform: none; }

.lp-depth {
  position: relative;
  min-height: 100vh;
  padding: 0;
  background: #15171f;
  color: #fff;
}
.lp-depth-sticky {
  min-height: 100vh;
  display: grid;
  place-items: center;
}
.lp-depth-grid {
  width: min(calc(100% - 56px), var(--lp-max));
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.5fr);
  align-items: center;
  gap: 64px;
}
.lp-depth-copy h2 { max-width: 460px; }
.lp-depth-copy p { color: rgba(255,255,255,.58); }
.lp-depth-progress {
  width: 120px;
  height: 2px;
  margin-top: 36px;
  overflow: hidden;
  background: rgba(255,255,255,.14);
}
.lp-depth-progress span { width: 33.333%; height: 100%; display: block; background: #fff; transition: transform .45s ease; }
.lp-accordion { height: 620px; display: flex; justify-content: flex-end; gap: 8px; }
.lp-accordion-item {
  position: relative;
  flex: 0 0 104px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: #22252f;
  cursor: pointer;
  transition: flex-basis .65s cubic-bezier(.2,.75,.2,1), border-color .3s ease;
}
.lp-accordion-item.is-active { flex-basis: 348px; border-color: rgba(255,255,255,.34); }
.lp-accordion-item img {
  position: absolute;
  top: -48px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  max-width: none;
  height: calc(100% + 48px);
  object-fit: cover;
  object-position: center top;
  transform: scale(1);
  filter: brightness(.58) saturate(.72);
  transition: filter .55s ease, transform .75s cubic-bezier(.2,.75,.2,1);
}
.lp-accordion-item.is-active img { filter: brightness(.82) saturate(.92); transform: scale(1.025); }
.lp-accordion-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18,20,27,.02) 38%, rgba(18,20,27,.96) 92%);
}
.lp-accordion-copy { position: absolute; z-index: 2; right: 26px; bottom: 28px; left: 26px; }
.lp-accordion-copy h3 { font-size: clamp(26px, 2.7vw, 43px); font-weight: 800; line-height: 1.06; letter-spacing: -.045em; }
.lp-accordion-copy p { max-width: 450px; max-height: 0; margin-top: 0; overflow: hidden; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.65; opacity: 0; transition: max-height .5s ease, opacity .4s ease, margin .4s ease; }
.lp-accordion-item.is-active .lp-accordion-copy p { max-height: 100px; margin-top: 12px; opacity: 1; }

.lp-proof {
  background: #fff;
}
.lp-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  align-items: center;
  gap: 90px;
}
.lp-proof-media {
  position: relative;
  min-height: 0;
  aspect-ratio: 1206 / 1464;
  overflow: hidden;
  border-radius: 34px;
  background: #f3f2ef;
}
.lp-proof-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; box-shadow: 0 30px 80px rgba(22,24,32,.14); }
.lp-proof-copy h2 { font-size: clamp(42px, 4.8vw, 72px); font-weight: 800; line-height: 1.03; letter-spacing: -.055em; }
.lp-proof-copy p { margin-top: 26px; color: #666c78; font-size: 19px; line-height: 1.75; }
.lp-proof-points { margin-top: 38px; border-top: 1px solid var(--lp-line); }
.lp-proof-point { padding: 20px 0; display: grid; grid-template-columns: 30px 1fr; gap: 15px; border-bottom: 1px solid var(--lp-line); }
.lp-proof-point span { color: var(--lp-violet); font-weight: 800; }
.lp-proof-point b { font-size: 16px; }

.lp-pricing { background: #ececf0; }
.lp-pricing-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.lp-pricing-head p { margin: 0; }
.lp-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--lp-line);
  border-radius: 30px;
  overflow: hidden;
  background: var(--lp-line);
}
.lp-product { min-height: 470px; padding: 36px; display: flex; flex-direction: column; overflow: hidden; background: #fff; }
.lp-product.is-pro { background: var(--lp-ink); color: #fff; }
.lp-product-visual {
  position: relative;
  height: 148px;
  margin: -4px 0 28px;
  display: flex;
  align-items: center;
}
.lp-cookie-product-image { width: 148px; height: 148px; display: block; border-radius: 28px; object-fit: cover; box-shadow: 0 18px 38px rgba(49,37,127,.19); }
.lp-product-visual--bundle {
  width: min(100%, 330px);
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
}
.lp-product-visual--bundle .lp-cookie-product-image {
  position: absolute;
  bottom: 8px;
  width: 122px;
  height: 122px;
  transform-origin: center bottom;
}
.lp-product-visual--bundle .lp-cookie-product-image:nth-child(1) { left: 0; z-index: 3; transform: rotate(-5deg); }
.lp-product-visual--bundle .lp-cookie-product-image:nth-child(2) { left: calc(50% - 61px); z-index: 2; transform: translateY(-8px); }
.lp-product-visual--bundle .lp-cookie-product-image:nth-child(3) { right: 0; z-index: 1; transform: rotate(5deg); }
.lp-product-visual--pro { gap: 20px; }
.lp-product-visual--pro img { width: 108px; height: 108px; border-radius: 27px; box-shadow: 0 20px 40px rgba(0,0,0,.34); }
.lp-product-visual--pro strong, .lp-product-visual--pro small { display: block; }
.lp-product-visual--pro strong { font-size: 42px; line-height: 1; letter-spacing: -.05em; }
.lp-product-visual--pro small { margin-top: 10px; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 650; }
.lp-product h3 { font-size: 27px; font-weight: 800; letter-spacing: -.035em; }
.lp-product p { margin-top: 18px; color: #6c7280; font-size: 14px; line-height: 1.7; }
.lp-product.is-pro p { color: rgba(255,255,255,.6); }
.lp-product-price { margin-top: auto; padding-top: 42px; font-size: 31px; font-weight: 800; }
.lp-product-price small { display: block; margin-top: 5px; color: #8a909b; font-size: 12px; font-weight: 600; }
.lp-product-links { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.lp-product-link { padding: 13px 18px; border: 1px solid var(--lp-line); border-radius: 12px; background: #fff; color: var(--lp-ink); font-size: 13px; font-weight: 750; }
.lp-product-link.is-primary { border-color: var(--lp-violet); background: var(--lp-violet); color: #fff; }
.lp-products-note { margin-top: 22px; color: #737985; font-size: 12px; line-height: 1.7; }

.lp-cta {
  min-height: 560px;
  padding: 110px 0;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(17,19,26,.97) 0%, rgba(17,19,26,.82) 46%, rgba(17,19,26,.4) 100%),
    url('/images/saju_reading.webp') center 70% / cover no-repeat;
  color: #fff;
}
.lp-cta-inner { display: block; }
.lp-cta h2 { max-width: 820px; }
.lp-cta-actions { margin-top: 42px; display: flex; gap: 10px; }
.lp-cta .lp-btn-primary { color: var(--lp-violet-dark); }

footer { background: #fff; }

@media (max-width: 1120px) {
  .marketing-nav { display: none; }
  .lp-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .lp-hero-copy { max-width: 720px; }
  .lp-hero-visual { min-height: 620px; }
  .lp-phone { right: auto; bottom: -36px; left: calc(50% - 155px); width: 310px; transform: none; }
  .lp-depth-grid { grid-template-columns: 1fr; gap: 38px; padding: 110px 0 60px; }
  .lp-depth-copy h2 { max-width: 820px; }
  .lp-depth-copy p { max-width: 750px; }
  .lp-accordion { height: 600px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 78px; }
  header { top: 8px; }
  .header-inner { width: calc(100% - 16px); height: 58px; padding: 0 10px 0 12px; border-radius: 18px; }
  .header-actions { gap: 6px; }
  .nav-account-avatar, .nav-wallet, .mobile-mini-tests, .apple-only { display: none !important; }
  .nav-text, .nav-webapp { padding: 9px 10px; font-size: 11px; }
  #landingLang { display: none; }
  .lp-wrap { width: min(calc(100% - 28px), var(--lp-max)); }
  .lp-section { padding: 104px 0; }
  .lp-section-head { margin-bottom: 45px; }
  .lp-section-head h2, .lp-depth-copy h2, .lp-pricing-head h2, .lp-cta h2 { font-size: clamp(38px, 11vw, 56px); }
  .lp-hero { min-height: auto; padding: 112px 0 80px; }
  .lp-hero::before { background-position: 68% center; }
  .lp-hero::after { background: linear-gradient(180deg, rgba(23,25,34,.94) 0%, rgba(23,25,34,.7) 54%, rgba(23,25,34,.9) 100%); }
  .lp-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 20px; }
  .lp-hero-copy { padding: 26px 0 10px; }
  .lp-hero h1 { max-width: 650px; font-size: clamp(48px, 13.8vw, 68px); }
  .lp-hero h1 span { white-space: normal; }
  .lp-hero-lead { margin-top: 26px; font-size: 17px; }
  .lp-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .lp-btn { min-height: 54px; padding: 0 16px; font-size: 13px; }
  .lp-hero-visual { min-height: 590px; }
  .lp-phone { right: auto; bottom: -12px; left: calc(50% - min(135px, 34.5vw)); width: min(270px, 69vw); transform: none; }
  .lp-bento { display: block; }
  .lp-bento-card { min-height: 500px; }
  .lp-bento-card:nth-child(1) { min-height: 390px; }
  .lp-bento-card:nth-child(2) { min-height: 460px; }
  .lp-bento-card + .lp-bento-card { margin-top: 18px; }
  .lp-bento-copy { right: 0; bottom: 0; left: 0; padding: 20px 20px 22px; }
  .lp-depth { padding: 94px 0; }
  .lp-depth-sticky { min-height: auto; display: block; }
  .lp-depth-grid { width: min(calc(100% - 28px), var(--lp-max)); display: block; padding: 0; }
  .lp-depth-progress { display: none; }
  .lp-accordion {
    height: auto;
    margin-top: 46px;
    padding-inline: max(0px, calc((100% - min(84vw, 360px)) / 2));
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: max(0px, calc((100% - min(84vw, 360px)) / 2));
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .lp-accordion::-webkit-scrollbar { display: none; }
  .lp-accordion-item, .lp-accordion-item.is-active {
    width: min(84vw, 360px);
    min-height: 520px;
    flex: 0 0 min(84vw, 360px);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .lp-accordion-item img { width: 100%; filter: brightness(.78) saturate(.9); }
  .lp-accordion-copy p { max-height: 100px; margin-top: 12px; opacity: 1; }
  .lp-proof-grid { grid-template-columns: 1fr; gap: 50px; }
  .lp-proof-media { min-height: 0; aspect-ratio: 1206 / 1464; order: 2; }
  .lp-pricing-head { display: block; }
  .lp-pricing-head p { margin-top: 22px; }
  .lp-products { grid-template-columns: 1fr; }
  .lp-product { min-height: 290px; }
  .lp-cta-inner { display: block; }
  .lp-cta { min-height: 620px; padding: 92px 0; background-position: 68% center; }
  .lp-cta-actions { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-marquee-track { animation: none; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
