:root {
  --ink: #11183f;
  --muted: #626b8e;
  --purple: #5a35ea;
  --purple-dark: #3d20bc;
  --purple-soft: #eeeaff;
  --green: #0e9462;
  --paper: #ffffff;
  --canvas: #f8f8fc;
  --line: #e4e5ef;
  --shadow: 0 24px 70px rgba(43, 33, 112, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--purple-dark);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 10;
  width: min(1180px, calc(100% - 40px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand span { font: 800 25px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.site-header nav, footer nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.site-header nav a:not(.nav-pill):hover, footer nav a:hover { color: var(--purple); }
.nav-pill { padding: 11px 17px; color: var(--purple-dark); background: var(--purple-soft); border-radius: 999px; }

.hero {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  min-height: 690px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 70px;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 540px;
  height: 540px;
  top: -70px;
  left: -310px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(147, 119, 255, .16), rgba(147, 119, 255, 0) 70%);
}
.hero-copy { padding-bottom: 26px; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero-copy > .eyebrow { display: flex; align-items: center; gap: 9px; }
.hero-copy > .eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #8d70ff; box-shadow: 0 0 0 6px #eeeaff; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(46px, 5.2vw, 72px); line-height: 1.03; letter-spacing: -.055em; }
.hero-lede { max-width: 590px; margin: 0 0 32px; color: var(--muted); font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; padding: 0 22px; align-items: center; justify-content: center; border-radius: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--purple); box-shadow: 0 13px 30px rgba(90, 53, 234, .25); }
.button-primary:hover { background: var(--purple-dark); }
.button-secondary { border: 1px solid var(--line); background: #fff; }
.button-secondary:hover { border-color: #c8c3e9; box-shadow: 0 8px 20px rgba(32, 27, 72, .08); }
.availability { margin: 18px 0 0; color: #7c829e; font-size: 13px; }

.product-preview { position: relative; min-height: 620px; display: grid; place-items: center; overflow: hidden; }
.preview-glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.preview-glow-one { width: 470px; height: 470px; background: #eeeaff; }
.preview-glow-two { width: 210px; height: 210px; right: 0; bottom: 65px; background: rgba(43, 203, 150, .13); }
.phone-frame {
  position: relative;
  z-index: 2;
  width: 344px;
  padding: 11px;
  border: 2px solid #29244f;
  border-radius: 48px;
  background: #24203f;
  box-shadow: var(--shadow);
  transform: rotate(2.5deg);
}
.phone-speaker { position: absolute; z-index: 3; width: 96px; height: 24px; top: 18px; left: 50%; background: #24203f; border-radius: 999px; transform: translateX(-50%); }
.phone-screen { min-height: 584px; padding: 30px 20px 22px; overflow: hidden; border-radius: 37px; background: linear-gradient(180deg, #fafaff, #f2f1f9); }
.app-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.app-brand { display: flex; align-items: center; gap: 7px; font-family: "Manrope", sans-serif; font-size: 18px; }
.avatar { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-size: 10px; font-weight: 700; }
.app-date { margin: 0 0 5px; color: #777e9e; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.phone-screen h2 { margin-bottom: 18px; font-size: 26px; letter-spacing: -.04em; }
.rotation-card, .target-card { padding: 18px; background: #fff; border: 1px solid #e7e5f2; border-radius: 19px; box-shadow: 0 8px 23px rgba(47, 37, 113, .07); }
.rotation-card > div:first-child, .target-heading, .bank-row { display: flex; justify-content: space-between; align-items: center; }
.rotation-card > div:first-child span, .target-heading > span:first-child { color: #6e7695; font-size: 12px; font-weight: 600; }
.rotation-card > div:first-child strong { font-size: 13px; }
.progress-track { height: 7px; margin: 14px 0 8px; overflow: hidden; background: #ebe8fa; border-radius: 999px; }
.progress-track span { display: block; width: 58%; height: 100%; background: linear-gradient(90deg, var(--purple), #9278ff); border-radius: inherit; }
.rotation-card small { color: #8a90aa; font-size: 10px; }
.target-card { margin-top: 12px; }
.day-chip { padding: 5px 8px; color: var(--purple-dark); background: var(--purple-soft); border-radius: 999px; font-size: 10px; font-weight: 700; }
.target-total { margin: 20px 0 14px; display: flex; align-items: baseline; gap: 8px; }
.target-total strong { font: 800 39px/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.target-total span { color: #6e7695; font-size: 12px; }
.bank-row { padding: 9px 0; border-top: 1px solid #eeedf5; font-size: 12px; }
.bank-row span { display: flex; align-items: center; gap: 7px; color: #505977; }
.dot { width: 7px; height: 7px; border-radius: 50%; }
.dot-purple { background: var(--purple); }
.dot-green { background: var(--green); }
.target-card button { width: 100%; height: 41px; margin-top: 11px; color: #fff; border: 0; border-radius: 11px; background: var(--purple); font: 700 12px "DM Sans", sans-serif; }
.adjustment-note { display: flex; align-items: center; gap: 11px; margin-top: 12px; padding: 13px; color: #275f4c; background: #e8f8f1; border-radius: 14px; }
.adjustment-note > span { display: grid; width: 29px; height: 29px; place-items: center; background: #ccefe1; border-radius: 9px; font-weight: 700; }
.adjustment-note p { margin: 0; font-size: 10px; line-height: 1.5; }

.trust-strip { width: min(1040px, calc(100% - 40px)); margin: 10px auto 120px; padding: 22px 32px; display: flex; align-items: center; justify-content: center; gap: 30px; color: #626a88; border: 1px solid var(--line); border-radius: 18px; background: #fff; font-size: 13px; font-weight: 700; box-shadow: 0 14px 40px rgba(30, 26, 68, .05); }
.trust-strip i { width: 4px; height: 4px; background: #a99bdf; border-radius: 50%; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 20px 0 130px; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading h2, .workflow-copy h2, .coming-soon h2 { margin-bottom: 18px; font-size: clamp(35px, 4vw, 52px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p:last-child, .workflow-copy > p:last-child, .coming-soon > p { color: var(--muted); font-size: 18px; line-height: 1.6; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 300px; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.feature-primary { color: #fff; border-color: transparent; background: linear-gradient(145deg, #5a35ea, #3c20b8); box-shadow: 0 22px 50px rgba(79, 45, 211, .22); }
.feature-icon { display: grid; width: 42px; height: 42px; margin-bottom: 62px; place-items: center; color: var(--purple); background: var(--purple-soft); border-radius: 12px; font: 800 12px "Manrope", sans-serif; }
.feature-primary .feature-icon { color: #fff; background: rgba(255,255,255,.16); }
.feature-card h3 { margin-bottom: 13px; font-size: 21px; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.feature-primary p { color: rgba(255,255,255,.77); }

.workflow-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto 130px; padding: 80px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; border-radius: 32px; background: var(--canvas); }
.workflow-list { margin: 0; padding: 0; list-style: none; }
.workflow-list li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid #dcdeea; }
.workflow-list li:first-child { padding-top: 0; }
.workflow-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.workflow-list li > span { display: grid; width: 44px; height: 44px; place-items: center; color: var(--purple); border: 1px solid #d5cff4; border-radius: 50%; font-weight: 800; }
.workflow-list h3 { margin-bottom: 7px; font-size: 19px; }
.workflow-list p { margin: 0; color: var(--muted); line-height: 1.6; }

.coming-soon { width: min(1180px, calc(100% - 40px)); margin: 0 auto 80px; padding: 85px 40px; text-align: center; color: #fff; border-radius: 34px; background: radial-gradient(circle at 20% 10%, #7756ef, transparent 35%), linear-gradient(145deg, #4f2cd5, #241263); overflow: hidden; }
.coming-soon img { margin: 0 auto 25px; padding: 8px; background: #fff; border-radius: 20px; box-shadow: 0 12px 30px rgba(20, 9, 60, .24); }
.coming-soon .eyebrow { color: #d6ccff; }
.coming-soon h2 { max-width: 800px; margin-left: auto; margin-right: auto; }
.coming-soon > p:not(.eyebrow) { margin: 0 auto 28px; color: rgba(255,255,255,.72); }
.button-light { color: var(--purple-dark); background: #fff; }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0 35px; display: grid; grid-template-columns: 1fr auto; gap: 20px 50px; border-top: 1px solid var(--line); }
.footer-brand p { margin: 11px 0 0; color: var(--muted); font-size: 13px; }
.disclaimer { max-width: 680px; margin: 15px 0 0; color: #858ba3; font-size: 12px; line-height: 1.6; }
.copyright { align-self: end; justify-self: end; margin: 0; color: #858ba3; font-size: 12px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 60px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .product-preview { min-height: 610px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .feature-icon { margin-bottom: 35px; }
  .workflow-section { padding: 55px 40px; grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 640px) {
  .site-header { height: 74px; }
  .site-header nav a:not(.nav-pill) { display: none; }
  .hero { width: min(100% - 28px, 1180px); margin-top: 0; padding-top: 45px; }
  h1 { font-size: 44px; }
  .hero-lede { font-size: 18px; }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .product-preview { min-height: 565px; }
  .phone-frame { width: 310px; transform: rotate(1deg); }
  .phone-screen { min-height: 530px; }
  .trust-strip { margin-bottom: 85px; padding: 20px; flex-wrap: wrap; gap: 12px 18px; }
  .trust-strip i { display: none; }
  .section { padding-bottom: 90px; }
  .workflow-section { margin-bottom: 90px; padding: 45px 24px; border-radius: 24px; }
  .coming-soon { margin-bottom: 55px; padding: 65px 23px; border-radius: 25px; }
  footer { grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; gap: 15px 23px; }
  .copyright { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

.legal-body { background: var(--canvas); }
.legal-header { border-bottom: 1px solid var(--line); }
.legal-main { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 100px; }
.legal-hero { max-width: 760px; margin-bottom: 42px; }
.legal-hero h1 { margin-bottom: 18px; font-size: clamp(42px, 6vw, 68px); }
.legal-hero > p:not(.eyebrow) { color: var(--muted); font-size: 19px; line-height: 1.65; }
.legal-hero small { color: #8187a1; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.legal-nav a { padding: 10px 14px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 700; }
.legal-nav a[aria-current="page"] { color: #fff; border-color: var(--purple); background: var(--purple); }
.legal-content { display: grid; gap: 14px; }
.legal-card { padding: 30px 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.legal-card h2 { margin-bottom: 14px; font-size: 21px; letter-spacing: -.025em; }
.legal-card p, .legal-card li { color: #59627f; line-height: 1.75; }
.legal-card p { margin: 0 0 12px; }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card ul { margin: 0; padding-left: 21px; }
.legal-card li + li { margin-top: 8px; }
.legal-footer { background: #fff; }
.not-found-body { min-height: 100vh; display: grid; place-items: center; background: var(--canvas); }
.not-found { width: min(600px, calc(100% - 40px)); padding: 70px 30px; text-align: center; }
.not-found img { margin: 0 auto 24px; }
.not-found h1 { margin-bottom: 15px; font-size: clamp(40px, 8vw, 65px); }
.not-found > p:not(.eyebrow) { margin: 0 auto 28px; color: var(--muted); font-size: 18px; line-height: 1.65; }

@media (max-width: 640px) {
  .legal-main { padding: 55px 0 75px; }
  .legal-card { padding: 24px 21px; }
}
