/* ====== STEPS ====== */
.steps { background: #fff; }
.steps h2 .em-color {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.step-row {
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 1fr;
  align-items: stretch;
  gap: 12px;
  margin-top: 48px;
}
.step-card {
  background: linear-gradient(180deg, #faf6ff, #fff);
  border: 1px solid #f0e9fb;
  border-radius: 20px;
  padding: 28px 24px;
  position: relative;
}
.step-tag {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: var(--purple-2);
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.step-num {
  font-family: "Inter", sans-serif;
  font-size: 24px; font-weight: 800;
  color: var(--ink);
  margin-bottom: 14px;
}
.step-title { font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.step-text { font-size: 12px; color: var(--ink-2); margin-bottom: 18px; }
.step-illust {
  height: 110px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid; place-items: center;
  color: var(--ink-3);
}
.step-arrow {
  display: grid; place-items: center;
  color: var(--purple);
}

/* ====== PRICING ====== */
.pricing {
  background: var(--bg-pink);
  position: relative; overflow: hidden;
}
.pricing::before {
  content: ""; position: absolute; top: -100px; left: -100px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, #fce7f366 0%, transparent 70%);
}
.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 48px;
}
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 36px 32px;
  position: relative;
}
.price-card.recommended {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--grad-cta) border-box;
  box-shadow: var(--shadow);
}
.recommend-tag {
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--grad);
  color: #fff;
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 14px rgba(236, 72, 153, 0.3);
  display: flex; align-items: center; gap: 6px;
}
.price-name {
  font-size: 22px; font-weight: 800;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
  position: relative;
}
.price-icon {
  position: absolute;
  top: 50%; right: 0; transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ede9fe, #fce7f3);
  display: grid; place-items: center;
  color: var(--purple-2);
}
.recommended .price-icon {
  background: var(--grad);
  color: #fff;
}
.price-rows { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.price-row { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 12px; }
.price-row .lbl { font-size: 12px; color: var(--ink-3); font-weight: 600; }
.price-row .val { font-size: 14px; font-weight: 700; }
.price-row.main .val {
  font-family: "Inter", sans-serif;
  font-size: 36px; font-weight: 800;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: -0.02em;
}
.price-row.main .val .unit { font-size: 13px; color: var(--ink-2); margin-left: 4px;
  -webkit-text-fill-color: var(--ink-2); }
.price-row.main .val .tax { font-size: 10px; color: var(--ink-3); display: block; margin-top: 2px;
  -webkit-text-fill-color: var(--ink-3); font-weight: 500;}
.feat-list-title {
  font-size: 11px; font-weight: 700; color: var(--ink-3); letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.feat-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.feat-list li {
  font-size: 13px; font-weight: 600;
  display: flex; align-items: flex-start; gap: 10px;
}
.feat-list .chk {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--grad);
  display: grid; place-items: center;
  color: #fff; font-size: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}
.trial-banner {
  text-align: center;
  margin-top: 28px;
  font-size: 14px; font-weight: 700;
  color: var(--ink-2);
}

/* ====== FAQ ====== */
.faq { background: #fff; }
.faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 48px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .2s;
}
.faq-item:hover { box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  display: flex; align-items: center; gap: 14px;
  font-size: 13px; font-weight: 700;
  color: var(--ink);
}
.q-icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ede9fe, #fce7f3);
  color: var(--purple-2);
  display: grid; place-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 800; font-size: 12px;
  flex-shrink: 0;
}
.faq-q .chev { margin-left: auto; transition: transform .25s; color: var(--ink-3); }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a {
  padding: 0 20px;
  max-height: 0; overflow: hidden;
  transition: max-height .3s, padding .25s;
  font-size: 12px; color: var(--ink-2); line-height: 1.8;
  border-top: 0 solid var(--line);
}
.faq-item.open .faq-a { padding: 16px 20px 20px; border-top: 1px solid var(--line); max-height: 320px;}

/* ====== FINAL CTA ====== */
.final-cta {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 40%, #ec4899 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 100px 0 80px;
}
.final-cta::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.2) 0%, transparent 35%),
    radial-gradient(circle at 20% 70%, rgba(236, 72, 153, 0.3) 0%, transparent 40%);
}
.final-cta .skyline {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 80px; opacity: 0.4;
}
.final-cta .moon {
  position: absolute; left: 6%; top: 50%; transform: translateY(-50%);
  width: 130px; height: 130px;
  background: radial-gradient(circle at 35% 35%, #fff, #fef3c7 60%, #fbbf2400 80%);
  border-radius: 50%;
  filter: blur(0.5px);
  opacity: 0.95;
}
.final-cta .moon::after {
  content: ""; position: absolute; inset: 8%;
  background: radial-gradient(circle at 30% 30%, transparent 40%, #f5b94d33);
  border-radius: 50%;
}
.cta-inner { text-align: center; position: relative; z-index: 2; }
.cta-head {
  font-size: 32px; font-weight: 800;
  line-height: 1.5;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.cta-sub { font-size: 15px; opacity: 0.9; margin-bottom: 40px; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-light {
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}
.btn-light:hover { color: var(--pink-2); }
.btn-outline {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.4);
  backdrop-filter: blur(6px);
}
.btn-outline:hover { background: rgba(255,255,255,0.18); }

/* ====== FOOTER ====== */
.footer {
  background: #fff;
  padding: 40px 0;
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 20px;
}
.footer-links { display: flex; gap: 28px; font-size: 13px; color: var(--ink-2); font-weight: 500; }
.footer-links a:hover { color: var(--pink-2); }
.copyright { font-size: 11px; color: var(--ink-3); width: 100%; text-align: center; margin-top: 20px; padding-top: 20px; border-top: 1px solid #f5f2fb;}

/* ====== Responsive ====== */
@media (max-width: 900px) {
  section { padding: 64px 0; }
  .hero { padding: 36px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-visual { height: 470px; }
  .hero-scene { transform: scale(.86); transform-origin: top center; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-grid, .feat-grid, .price-grid, .faq-list { grid-template-columns: 1fr; }
  .step-row { grid-template-columns: 1fr; }
  .step-arrow { transform: rotate(90deg); padding: 8px 0; }
  .solve-row { grid-template-columns: 1fr; }
  .arrow-grad { transform: rotate(90deg); margin: 0 auto; }
  .solve-list { grid-template-columns: 1fr; }
  h1.hero-h { font-size: 30px; }
  .section-title { font-size: 22px; }
  .solution h2 { font-size: 22px; }
  .solution h2 .brand { font-size: 30px; }
  .cta-head { font-size: 24px; }
  .nav-links { display: none; }
  .nav-cta .btn-ghost { display: none; }
  .nav-cta .btn-grad { padding: 10px 16px; font-size: 13px; }
}

@media (max-width: 640px) {
  .wrap { padding: 0 18px; }
  section { padding: 52px 0; }
  .hero { padding: 28px 0 52px; }
  .hero-visual { height: 380px; }
  .hero-scene { transform: scale(.68); }
  h1.hero-h { font-size: 25px; line-height: 1.4; }
  .hero-sub { font-size: 14px; }
  .section-title { font-size: 20px; }
  .section-title-small { font-size: 11px; }
  .cta-head { font-size: 21px; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .btn-lg { padding: 15px 22px; font-size: 15px; }
  .trust-row { flex-wrap: wrap; gap: 14px 18px; }
  .trust-item { flex: 1 1 28%; }
  .reason-card { padding: 28px 22px; }
  .feat-card { padding: 22px 20px; }
  .price-card { padding: 30px 22px; }
  .solve-side { padding: 24px; }
  .cta-buttons .btn { width: 100%; justify-content: center; }
  .final-cta .moon { width: 90px; height: 90px; opacity: .55; }
  .footer-links { gap: 16px 20px; justify-content: center; }
}

@media (max-width: 430px) {
  section { padding: 44px 0; }
  .wrap { padding: 0 16px; }
  .logo { font-size: 19px; }
  .nav-cta { display: none; }
  .hero-visual { height: 310px; }
  .hero-scene { transform: scale(.54); }
  h1.hero-h { font-size: 22px; }
  .section-title { font-size: 18px; }
  .solution h2 .brand { font-size: 26px; }
  .cta-head { font-size: 19px; }
  .problem-grid { grid-template-columns: 1fr; }
  .prob-text { min-height: 0; }
  .price-row.main .val { font-size: 30px; }
  .trust-item .num { font-size: 22px; }
}

