:root {
  --purple: #6c37ff;
  --purple2: #8b5cff;
  --dark: #17131f;
  --ink: #25212d;
  --muted: #716a7d;
  --lav: #f4f0ff;
  --line: #e9e3f5;
  --yellow: #ffd23c;
  --green: #22c55e;
  --white: #fff;
  --radius: 28px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: #fff;
  color: var(--ink);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
.wrap {
  width: min(1180px, calc(100% - 36px));
  margin: auto;
}
.topbar {
  background: var(--dark);
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.topbar b {
  color: #fff;
}
.nav {
  height: 80px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.navin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand-nav {
  display: flex;
  align-items: center;
  gap: 13px;
}
.back-home {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #e7e0f4;
  border-radius: 50%;
  color: var(--purple);
  background: #faf8ff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}
.back-home:hover {
  transform: translateX(-3px);
  background: var(--lav);
  box-shadow: 0 8px 18px rgba(91, 42, 224, 0.14);
}
.logo {
  width: 174px;
  height: auto;
}
.navlinks {
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 14px;
}
.navlinks a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 650;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: linear-gradient(135deg, #7b48ff 0%, #6130eb 52%, #4d21d2 100%);
  color: #fff;
  text-decoration: none;
  padding: 15px 24px;
  font-weight: 800;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.34),
    0 10px 24px rgba(91, 42, 224, 0.25);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.navlinks a.btn {
  color: #fff;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    0 15px 30px rgba(91, 42, 224, 0.32);
}
.btn.alt {
  background: #fff;
  color: var(--purple);
  border: 1px solid #d8ccff;
  box-shadow: none;
}
.hero {
  padding: 58px 0 38px;
  background:
    radial-gradient(circle at 12% 10%, #f3efff 0, transparent 36%), #fff;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 44px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--lav);
  color: var(--purple);
  font-weight: 800;
  font-size: 13px;
  padding: 9px 13px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--purple);
}
h1 {
  font-size: clamp(42px, 5.3vw, 68px);
  line-height: 0.98;
  letter-spacing: -3.2px;
  margin: 18px 0 20px;
  max-width: 850px;
}
h1 em {
  font-style: normal;
  color: var(--purple);
}
.lead {
  font-size: 20px;
  max-width: 680px;
  color: #544e5f;
  margin: 0 0 26px;
}
.bullets {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}
.bullet {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
}
.check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8fff0;
  color: #149447;
  font-weight: 900;
  flex: 0 0 auto;
}
.hero-cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 800;
}
.price strong {
  font-size: 30px;
  color: var(--dark);
}
.price small {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  max-width: 180px;
}
.visual {
  position: relative;
}
.visual img {
  width: 100%;
  display: block;
  border-radius: 36px;
  box-shadow: 0 28px 70px rgba(39, 20, 82, 0.18);
  background: #f1edff;
}
.float-card {
  position: absolute;
  right: -10px;
  bottom: 26px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 15px 18px;
  box-shadow: 0 20px 45px rgba(25, 17, 43, 0.16);
  min-width: 205px;
}
.float-card b {
  font-size: 24px;
  color: var(--purple);
  display: block;
}
.float-card span {
  font-size: 12px;
  color: var(--muted);
}
section {
  padding: 78px 0;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.kicker {
  font-weight: 850;
  color: var(--purple);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.section-head h2,
.center h2 {
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -1.8px;
  margin: 8px 0 0;
}
.section-head p {
  max-width: 510px;
  color: var(--muted);
  margin: 0;
}
.pain {
  background: #faf9fc;
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pain-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
.pain-card .num {
  font-weight: 900;
  color: #b7a4ec;
  font-size: 12px;
}
.pain-card h3 {
  font-size: 21px;
  margin: 10px 0 8px;
}
.pain-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.scenarios {
  background: var(--dark);
  color: #fff;
}
.scenarios .section-head p {
  color: #bdb5c9;
}
.scenarios .kicker {
  color: #b79bff;
}
.flow-list {
  display: grid;
  gap: 20px;
}
.flow {
  background: #211b2c;
  border: 1px solid #372d48;
  border-radius: 28px;
  padding: 27px;
}
.flow-top {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 18px;
  align-items: center;
}
.flow-num {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
}
.flow-num img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(114, 54, 255, 0.3));
}
.flow h3 {
  font-size: 26px;
  margin: 0;
}
.flow .tag {
  background: #322841;
  border: 1px solid #4c3d62;
  border-radius: 999px;
  padding: 8px 12px;
  color: #d8cbed;
  font-size: 12px;
  font-weight: 700;
}
.nodes {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 22px;
  overflow-x: auto;
  padding-bottom: 3px;
}
.node {
  min-width: 150px;
  flex: 1;
  background: #2a2237;
  border: 1px solid #403550;
  padding: 14px;
  border-radius: 16px;
  font-size: 13px;
}
.node b {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}
.node span {
  color: #bdb5c9;
}
.arrow {
  display: grid;
  place-items: center;
  color: #8f79bd;
  font-size: 20px;
}
.case {
  background: linear-gradient(135deg, #f5f1ff, #fff 55%, #fff8dd);
}
.casebox {
  border-radius: 34px;
  background: #fff;
  border: 1px solid #e8e0fa;
  box-shadow: 0 25px 55px rgba(64, 42, 105, 0.08);
  padding: 34px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
}
.casebox h2 {
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -1.8px;
  margin: 8px 0 14px;
}
.casebox p {
  color: var(--muted);
}
.metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.metric {
  background: #faf8ff;
  border-radius: 22px;
  padding: 20px;
  border: 1px solid #ece7f6;
}
.metric b {
  font-size: 30px;
  color: var(--purple);
  display: block;
  line-height: 1;
}
.metric span {
  font-size: 13px;
  color: #696174;
  display: block;
  margin-top: 7px;
}
.case-note {
  font-size: 12px;
  color: #888;
  display: block;
  margin-top: 15px;
}
.mechanics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.mechanic {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
}
.ico {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--lav);
  color: var(--purple);
  font-size: 19px;
  font-weight: 900;
}
.mechanic h3 {
  font-size: 17px;
  margin: 12px 0 5px;
}
.mechanic p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.cta {
  padding: 70px 0;
  background: var(--purple);
  color: #fff;
}
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.cta h2 {
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -2px;
  margin: 0 0 13px;
}
.cta p {
  color: #e5dbff;
  max-width: 620px;
}
.form {
  background: #fff;
  border-radius: 28px;
  padding: 24px;
  color: var(--ink);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.form input {
  width: 100%;
  border: 1px solid #ddd6eb;
  border-radius: 14px;
  padding: 15px;
  font: inherit;
  outline: none;
}
.form input:focus {
  border-color: var(--purple);
}
.form button {
  width: 100%;
  margin-top: 10px;
}
.consent {
  font-size: 10px;
  color: #888;
  margin-top: 10px;
}
.footer {
  padding: 28px 0;
  background: #15111d;
  color: #afa7ba;
  font-size: 12px;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.footer a {
  color: #d6caf1;
}
.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #17131f;
  color: #fff;
  padding: 15px 18px;
  border-radius: 15px;
  z-index: 50;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: 0.25s;
}
.toast.show {
  opacity: 1;
  transform: none;
}
.index-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 34px 0 80px;
}
.index-card {
  display: block;
  text-decoration: none;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  transition: 0.2s;
}
.index-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(35, 22, 68, 0.1);
}
.index-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
.index-card div {
  padding: 20px;
}
.index-card b {
  font-size: 20px;
}
.index-card span {
  font-size: 13px;
  color: var(--muted);
  display: block;
  margin-top: 7px;
}
@media (max-width: 900px) {
  .hero-grid,
  .casebox,
  .cta-grid {
    grid-template-columns: 1fr;
  }
  .pain-grid {
    grid-template-columns: 1fr;
  }
  .mechanics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .navlinks a:not(.btn) {
    display: none;
  }
  .float-card {
    right: 8px;
  }
  .index-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .wrap {
    width: min(100% - 24px, 1180px);
  }
  h1 {
    font-size: 44px;
    letter-spacing: -2px;
  }
  .section-head {
    display: block;
  }
  .section-head h2,
  .casebox h2,
  .center h2 {
    font-size: 34px;
  }
  .hero {
    padding-top: 36px;
  }
  section {
    padding: 58px 0;
  }
  .mechanics-grid,
  .metrics,
  .form-row,
  .index-grid {
    grid-template-columns: 1fr;
  }
  .flow-top {
    grid-template-columns: 48px 1fr;
  }
  .flow .tag {
    grid-column: 2;
  }
  .nodes {
    gap: 8px;
  }
  .node {
    min-width: 135px;
  }
  .cta h2 {
    font-size: 38px;
  }
  .topbar .wrap {
    display: block;
  }
  .footer .wrap {
    display: block;
  }
  .nav {
    height: 68px;
  }
  .logo {
    width: 150px;
  }
  .brand-nav {
    gap: 9px;
  }
  .back-home {
    width: 34px;
    height: 34px;
    font-size: 21px;
  }
}
