:root {
  --ink: #111827;
  --muted: #5e6678;
  --navy: #071a3d;
  --navy-2: #102b62;
  --gold: #d8992d;
  --gold-soft: #fff3d6;
  --line: #e4e8f1;
  --paper: #fffdf8;
  --surface: #ffffff;
  --lavender: #f5f1ff;
  --green: #eef8f1;
  --shadow: 0 18px 60px rgba(14, 32, 68, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(216, 153, 45, 0.14), transparent 34rem),
    linear-gradient(180deg, #fffaf0 0%, #f8fbff 48%, #ffffff 100%);
  font-family:
    -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(228, 232, 241, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 50%;
}

.brand strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.1;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

.desktop-nav {
  display: none;
}

.mobile-nav {
  display: flex;
  flex: 0 0 100%;
  gap: 8px;
  margin-top: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
  white-space: nowrap;
  scrollbar-width: none;
}

.mobile-nav::-webkit-scrollbar {
  display: none;
}

.mobile-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--navy);
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  min-height: 42px;
  padding: 0;
}

.home-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-nav .home-link {
  width: 42px;
  min-height: 42px;
  padding: 0;
}

.mobile-nav .home-link svg {
  width: 25px;
  height: 25px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  color: white;
  background: var(--navy);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  gap: 26px;
  padding: 40px 0 26px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: #a66812;
  font-size: 14px;
  font-weight: 900;
}

.eyebrow::before,
.section-kicker::before {
  content: "✦";
  margin-right: 7px;
  color: var(--gold);
}

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

h1 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(32px, 9vw, 64px);
  line-height: 1.08;
}

.lead {
  max-width: 620px;
  margin-bottom: 24px;
  color: #27324a;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 600;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.btn,
.panel-link,
.notify-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 12px;
  font-weight: 900;
}

.btn.primary,
.notify-form button {
  color: white;
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(7, 26, 61, 0.2);
}

.btn.secondary {
  color: var(--navy);
  background: white;
  border: 1px solid #cfd6e5;
}

.hero-visual {
  overflow: hidden;
  min-height: 270px;
  padding: 26px 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(216, 153, 45, 0.3), transparent 14rem),
    linear-gradient(135deg, #fff8e9 0%, #f7fbff 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.consult-visual {
  overflow: hidden;
  max-height: 430px;
  background: linear-gradient(135deg, #ffffff, #fff8eb);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.consult-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: cover;
  object-position: top center;
}

.ebook-visual {
  display: grid;
  place-items: center;
  padding: 24px;
  background: linear-gradient(135deg, #ffffff, #fff8eb);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.ebook-visual img {
  display: block;
  width: min(280px, 74vw);
  border-radius: 18px;
  box-shadow: 0 22px 42px rgba(7, 26, 61, 0.22);
}

.app-hero-screen {
  overflow: hidden;
  height: 520px;
  background: #111820;
  border: 1px solid rgba(216, 153, 45, 0.24);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.app-hero-screen img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
}

.card-stage {
  position: relative;
  width: min(330px, 82vw);
  height: 250px;
  margin: 0 auto;
}

.tarot-card {
  position: absolute;
  bottom: 6px;
  width: 120px;
  border-radius: 12px;
  box-shadow: 0 18px 32px rgba(7, 26, 61, 0.25);
}

.card-main {
  left: 50%;
  z-index: 3;
  width: 142px;
  transform: translateX(-50%) rotate(1deg);
}

.card-left {
  left: 18px;
  z-index: 2;
  transform: rotate(-13deg);
}

.card-right {
  right: 18px;
  z-index: 1;
  transform: rotate(14deg);
}

.proof-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 34px;
}

.proof-strip article {
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(14, 32, 68, 0.06);
}

.proof-strip strong {
  display: block;
  color: var(--navy);
  font-size: 26px;
}

.proof-strip span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 700;
}

.review-preview {
  display: grid;
  gap: 20px;
  margin-bottom: 22px;
  padding: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff, #fff8eb);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 45px rgba(14, 32, 68, 0.08);
}

.review-copy {
  position: relative;
  z-index: 2;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 4px;
  color: var(--navy);
  font-weight: 900;
}

.text-link::after {
  content: "→";
  margin-left: 8px;
}

.review-stack {
  position: relative;
  min-height: 360px;
}

.review-shot {
  position: absolute;
  width: 178px;
  height: 292px;
  object-fit: cover;
  object-position: top center;
  background: white;
  border: 1px solid rgba(228, 232, 241, 0.96);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(7, 26, 61, 0.16);
}

.shot-1 {
  left: 0;
  top: 28px;
  z-index: 6;
  transform: rotate(-8deg);
}

.shot-2 {
  left: 72px;
  top: 0;
  z-index: 5;
  transform: rotate(5deg);
}

.shot-3 {
  left: 148px;
  top: 40px;
  z-index: 4;
  transform: rotate(-4deg);
}

.shot-4 {
  left: 220px;
  top: 16px;
  z-index: 3;
  transform: rotate(7deg);
}

.shot-5 {
  left: 292px;
  top: 52px;
  z-index: 2;
  transform: rotate(-6deg);
}

.shot-6 {
  left: 364px;
  top: 26px;
  z-index: 1;
  transform: rotate(4deg);
}

.shot-7 {
  left: 434px;
  top: 64px;
  z-index: 0;
  transform: rotate(-3deg);
}

.shot-8 {
  left: 502px;
  top: 38px;
  z-index: 0;
  transform: rotate(5deg);
}

.split-section,
.package-section,
.trust-note,
.notify-section {
  margin-bottom: 22px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 45px rgba(14, 32, 68, 0.08);
}

.split-section {
  display: grid;
  gap: 18px;
}

h2 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(26px, 7vw, 42px);
  line-height: 1.18;
}

h3 {
  color: var(--navy);
  font-size: 22px;
}

section p,
li {
  color: #344056;
  font-size: 16px;
  line-height: 1.72;
}

.panel-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 110px;
  color: white;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
}

.panel-link span {
  font-size: 21px;
}

.panel-link small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.section-heading {
  max-width: 760px;
}

.product-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.topic-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.topic-grid article {
  padding: 20px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.topic-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  margin-bottom: 14px;
  color: #9a6415;
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.topic-grid h3,
.topic-grid p {
  margin-bottom: 0;
}

.review-detail-section {
  margin-bottom: 22px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 45px rgba(14, 32, 68, 0.08);
}

.review-gallery {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.review-gallery img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: top center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(14, 32, 68, 0.1);
}

.ebook-preview-section {
  display: grid;
  gap: 20px;
  margin-bottom: 22px;
  padding: 24px;
  background: linear-gradient(135deg, #ffffff, #fff8eb);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 45px rgba(14, 32, 68, 0.08);
}

.ebook-preview-grid {
  display: grid;
  gap: 16px;
}

.ebook-preview-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(7, 26, 61, 0.1);
}

.ebook-preview-card img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  object-position: top center;
  background: #f4eee4;
}

.ebook-preview-card div {
  padding: 16px;
}

.ebook-preview-card h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 20px;
}

.ebook-preview-card p {
  margin: 0;
  color: #465066;
  line-height: 1.58;
  font-weight: 700;
}

.app-screen-section {
  display: grid;
  gap: 20px;
  margin-bottom: 22px;
  padding: 24px;
  background: linear-gradient(135deg, #ffffff, #fff8eb);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 45px rgba(14, 32, 68, 0.08);
}

.app-screen-grid {
  display: grid;
  gap: 16px;
}

.app-screen-card {
  overflow: hidden;
  background: #111820;
  border: 1px solid rgba(216, 153, 45, 0.26);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(7, 26, 61, 0.12);
}

.app-screen-card img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: top center;
}

.app-screen-card div {
  position: relative;
  z-index: 1;
  padding: 16px;
  background: #ffffff;
}

.app-screen-card h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 20px;
}

.app-screen-card p {
  margin: 0;
  color: #465066;
  line-height: 1.58;
  font-weight: 700;
}

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

.reason-list article {
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.reason-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 18px;
}

.reason-list span {
  color: #344056;
  line-height: 1.6;
  font-weight: 700;
}

.reason-list strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  color: #9a6415;
  background: var(--gold-soft);
  border-radius: 50%;
}

.consult-cta {
  align-items: center;
}

.policy-hero,
.policy-section {
  margin-bottom: 22px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 45px rgba(14, 32, 68, 0.08);
}

.policy-hero {
  margin-top: 30px;
}

.policy-hero h1 {
  margin-bottom: 16px;
}

.policy-date {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0;
  padding: 0 14px;
  color: #9a6415;
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.policy-section {
  display: grid;
  gap: 22px;
  margin-bottom: 36px;
}

.policy-section article {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.policy-section article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.policy-section h2 {
  margin-bottom: 10px;
  font-size: clamp(22px, 5vw, 30px);
}

.policy-section p {
  margin-bottom: 0;
}

.policy-section ul {
  margin-top: 10px;
}

.cta-large {
  min-height: 64px;
  width: 100%;
  background: white;
  color: var(--navy);
}

.notify-section .cta-large {
  color: var(--navy);
  background: linear-gradient(180deg, #ffffff, #fff2cf);
  border: 2px solid #ffd37a;
  box-shadow: 0 18px 38px rgba(255, 211, 122, 0.22);
}

.notify-section .cta-large:hover,
.notify-section .cta-large:focus-visible {
  background: #ffd37a;
  border-color: #ffe3a3;
}

.product-card {
  padding: 22px;
  background: linear-gradient(180deg, #fff, #fbf8ff);
  border: 1px solid #ded8f5;
  border-radius: 18px;
}

.product-card.featured {
  background: linear-gradient(180deg, #fff, #fff7e8);
  border-color: #f0c979;
}

.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 14px;
  color: var(--navy);
  background: white;
  border: 1px solid #cfd6e5;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.card-link::after {
  content: "→";
  margin-left: 8px;
}

.product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  height: 42px;
  margin-bottom: 14px;
  color: var(--navy);
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  position: relative;
  padding-left: 22px;
  font-weight: 700;
}

li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: #b87918;
  font-weight: 900;
}

.trust-note {
  background: linear-gradient(135deg, #fff8e8, #ffffff);
}

.trust-note h2 {
  font-size: clamp(24px, 6vw, 36px);
}

.notify-section {
  display: grid;
  gap: 22px;
  margin-bottom: 36px;
  background: linear-gradient(135deg, var(--navy), #162b59);
}

.notify-section h2,
.notify-section p,
.notify-section .section-kicker {
  color: white;
}

.notify-section p {
  color: rgba(255, 255, 255, 0.82);
}

.discount-highlight {
  display: block;
  margin-top: 8px;
  color: #ffd37a;
  font-weight: 950;
}

.notify-form {
  padding: 18px;
  background: white;
  border-radius: 18px;
}

.notify-form label:not(.checkbox) {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.form-row {
  display: grid;
  gap: 10px;
}

input[type="email"] {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  color: var(--ink);
  background: #f8fafc;
  border: 1px solid #cfd6e5;
  border-radius: 12px;
  font-size: 16px;
}

button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.checkbox {
  display: flex;
  gap: 9px;
  margin-top: 12px;
  color: #4b5567;
  font-size: 13px;
  line-height: 1.45;
}

.checkbox input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.form-status {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.form-status:empty {
  display: none;
}

.form-status[data-state="success"] {
  color: #0f7a43;
}

.form-status[data-state="error"] {
  color: #b42318;
}

.site-footer {
  display: grid;
  gap: 16px;
  padding: 28px 18px 34px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
}

.footer-brand strong,
.footer-brand small {
  color: white;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
  font-weight: 700;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

@media (min-width: 680px) {
  .hero-actions,
  .proof-strip,
  .product-grid,
  .topic-grid,
  .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .site-header {
    padding: 12px 42px;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--navy);
    font-size: 15px;
    font-weight: 800;
  }

  .desktop-nav .home-link {
    width: 38px;
    min-height: 38px;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 999px;
  }

  .desktop-nav .home-link svg {
    width: 20px;
    height: 20px;
  }

  .mobile-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 0.86fr;
    align-items: center;
    min-height: 620px;
    padding: 74px 0 38px;
  }

  .hero-actions {
    max-width: 420px;
  }

  .hero-visual {
    min-height: 430px;
    display: grid;
    place-items: center;
  }

  .card-stage {
    width: 430px;
    height: 340px;
  }

  .tarot-card {
    width: 160px;
  }

  .card-main {
    width: 188px;
  }

  .split-section,
  .notify-section {
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
  }

  .review-preview {
    grid-template-columns: 0.72fr 1fr;
    align-items: center;
    padding: 34px;
  }

  .split-section,
  .package-section,
  .trust-note,
  .notify-section,
  .policy-hero,
  .policy-section {
    padding: 34px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .package-reason-section {
    grid-template-columns: 0.55fr 1fr;
  }

  .ebook-preview-grid,
  .app-screen-grid,
  .reason-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .review-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: 1fr auto auto;
    align-items: center;
    padding: 28px 42px;
  }
}

@media (max-width: 420px) {
  main {
    width: min(100% - 24px, 1120px);
  }

  .site-header {
    padding: 9px 12px;
  }

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

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

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 36px;
    padding: 0 12px;
  }

  .hero {
    padding-top: 30px;
    gap: 18px;
  }

  .lead {
    font-size: 15px;
    line-height: 1.68;
  }

  .split-section,
  .package-section,
  .review-preview,
  .review-detail-section,
  .ebook-preview-section,
  .app-screen-section,
  .trust-note,
  .notify-section,
  .policy-hero,
  .policy-section {
    padding: 20px;
    border-radius: 18px;
  }

  .ebook-visual {
    padding: 18px;
  }

  .ebook-visual img {
    width: min(226px, 62vw);
  }

  .app-hero-screen {
    height: 430px;
  }

  .app-screen-card img {
    height: 430px;
  }

  .consult-visual {
    max-height: 360px;
  }

  .review-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-gallery img {
    max-height: 360px;
  }

  .review-stack {
    min-height: 292px;
    margin: 0 -20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 20px 24px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .review-stack::-webkit-scrollbar {
    display: none;
  }

  .review-shot {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    width: 156px;
    height: 248px;
    margin-right: -50px;
    vertical-align: top;
  }

  .shot-1 {
    transform: rotate(-5deg);
  }

  .shot-2 {
    transform: rotate(4deg);
  }

  .shot-3 {
    transform: rotate(-3deg);
  }

  .shot-4 {
    transform: rotate(5deg);
  }

  .shot-5 {
    transform: rotate(-4deg);
  }

  .shot-6 {
    transform: rotate(3deg);
  }

  .shot-7 {
    transform: rotate(-4deg);
  }

  .shot-8 {
    margin-right: 0;
    transform: rotate(3deg);
  }
}
