:root {
  --primary: #6c5ce7;
  --primary-light: #a29bfe;
  --primary-dim: #4935c3;
  --teal: #00cec9;
  --amber: #fdcb6e;
  --surface: #fbfbfe;
  --surface-2: #f5f5fc;
  --surface-3: #f1f1f9;
  --dark: #0f0f1a;
  --text: #2d2e34;
  --muted: #76767d;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(39, 34, 94, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--text);
  font-family: Manrope, Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body,
button,
input {
  letter-spacing: 0;
}

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

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  font-family: "Plus Jakarta Sans", Manrope, sans-serif;
  line-height: 1.05;
}

h1 {
  max-width: 780px;
  font-size: clamp(3rem, 7vw, 5.9rem);
}

h2 {
  max-width: 820px;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  max-width: 860px;
}

.section {
  padding: 96px 0;
}

.elementor-front-page {
  overflow: hidden;
}

.elementor-front-page .entry-content,
.elementor-front-page > .elementor {
  width: 100%;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  z-index: 20;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: var(--white);
  color: var(--text);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(108, 92, 231, 0.12);
  background: rgba(251, 251, 254, 0.9);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--teal));
}

.brand-mark span {
  width: 10px;
  height: 20px;
  border: 2px solid var(--white);
  border-radius: 999px;
}

.brand-text {
  font-size: 1.1rem;
}

.version-pill,
.popular-pill {
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(0, 206, 201, 0.12);
  color: #067b78;
  font-size: 0.72rem;
  font-weight: 800;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.primary-nav a:hover {
  color: var(--primary);
}

.nav-actions,
.store-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.button,
.link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: var(--radius);
  font-weight: 800;
}

.button-primary {
  padding: 0 18px;
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(108, 92, 231, 0.24);
}

.link-button {
  color: var(--muted);
}

.nav-toggle {
  display: none;
}

.hero-section {
  overflow: hidden;
  padding: 78px 0 72px;
  background:
    radial-gradient(circle at 78% 18%, rgba(0, 206, 201, 0.2), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f7ff 100%);
}

.hero-grid,
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 64px;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 24px;
}

.eyebrow {
  color: var(--primary-dim);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-lead,
.section-lead {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.14rem;
}

.store-button {
  min-width: 170px;
  border: 1px solid rgba(45, 46, 52, 0.12);
  border-radius: var(--radius);
  padding: 10px 16px;
  background: var(--dark);
  color: var(--white);
}

.store-button span {
  display: block;
  font-size: 0.72rem;
}

.store-button strong {
  display: block;
  font-size: 1.04rem;
}

.store-button.light {
  background: var(--white);
  color: var(--text);
}

.proof-line,
.fine-print {
  color: var(--muted);
  font-size: 0.91rem;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.phone-frame {
  width: min(330px, 82vw);
  aspect-ratio: 390 / 844;
  margin: 0 auto;
  border: 12px solid #1b1b28;
  border-radius: 42px;
  background: #1b1b28;
  box-shadow: var(--shadow);
}

.phone-screen {
  position: relative;
  display: grid;
  gap: 18px;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  padding: 34px 22px;
  background: linear-gradient(180deg, #171629, #ffffff 44%);
}

.dynamic-island {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 94px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #05050a;
}

.screen-kicker {
  margin-top: 44px;
  color: rgba(255, 255, 255, 0.72);
}

.screen-total {
  color: var(--white);
  font-size: 2.2rem;
}

.budget-ring {
  display: grid;
  width: 148px;
  height: 148px;
  margin: 18px auto;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--teal) 0 72%, rgba(108, 92, 231, 0.14) 72% 100%);
}

.budget-ring span {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary-dim);
  font-weight: 900;
}

.mini-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: end;
  height: 74px;
}

.mini-bars span {
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--primary-light), var(--primary));
}

.transaction-row {
  display: flex;
  justify-content: space-between;
  border-radius: var(--radius);
  padding: 12px;
  background: var(--surface-2);
}

.floating-card {
  position: absolute;
  z-index: 2;
  max-width: 280px;
  border: 1px solid rgba(108, 92, 231, 0.14);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.voice-card {
  top: 48px;
  left: 0;
}

.receipt-card {
  right: 0;
  bottom: 80px;
}

.wave {
  display: block;
  width: 100%;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, var(--primary) 0 5px, transparent 5px 12px);
  opacity: 0.8;
}

.voice-card dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 14px 0 0;
}

.voice-card dt {
  color: var(--muted);
  font-size: 0.68rem;
}

.voice-card dd {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 900;
}

.receipt-lines {
  display: block;
  width: 96px;
  height: 86px;
  margin-bottom: 12px;
  background:
    linear-gradient(var(--primary), var(--primary)) 16px 16px / 64px 5px no-repeat,
    linear-gradient(#d8d8e8, #d8d8e8) 16px 36px / 50px 4px no-repeat,
    linear-gradient(#d8d8e8, #d8d8e8) 16px 52px / 62px 4px no-repeat,
    #fff;
  border: 1px dashed var(--primary-light);
}

.trust-metrics-bar {
  border-top: 1px solid rgba(108, 92, 231, 0.1);
  border-bottom: 1px solid rgba(108, 92, 231, 0.1);
  background: var(--dark);
  color: var(--white);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metrics-grid div {
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.metrics-grid strong,
.metrics-grid span {
  display: block;
}

.metrics-grid strong {
  font-size: 1.35rem;
}

.metrics-grid span {
  color: #a1a09a;
}

.steps-section,
.analytics-section,
.faq-section {
  background: var(--white);
}

.steps-section .container,
.features-section .container,
.pricing-section .container,
.testimonials-section .container,
.security-section .container {
  display: grid;
  gap: 24px;
}

.steps-grid,
.feature-grid,
.pillar-grid,
.pricing-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

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

.feature-grid,
.pillar-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.steps-grid article,
.feature-card,
.pillar-grid article,
.price-card,
blockquote,
.content-card {
  border: 1px solid rgba(108, 92, 231, 0.12);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(39, 34, 94, 0.06);
}

.steps-grid article span,
.feature-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(108, 92, 231, 0.1);
  color: var(--primary-dim);
  font-weight: 900;
}

.feature-card p,
.pillar-grid p,
.steps-grid p,
blockquote p,
.price-card li {
  color: var(--muted);
}

.deep-dive-section,
.pricing-section {
  background: var(--surface-2);
}

.scanner-demo {
  display: grid;
  place-items: center;
}

.scan-window {
  position: relative;
  display: grid;
  width: min(460px, 100%);
  aspect-ratio: 1 / 1;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #151424, #302a6b);
  box-shadow: var(--shadow);
}

.scan-window > span {
  position: absolute;
  width: 64px;
  height: 64px;
  border-color: var(--teal);
}

.scan-window > span:nth-child(1) { top: 28px; left: 28px; border-top: 3px solid; border-left: 3px solid; }
.scan-window > span:nth-child(2) { top: 28px; right: 28px; border-top: 3px solid; border-right: 3px solid; }
.scan-window > span:nth-child(3) { bottom: 28px; left: 28px; border-bottom: 3px solid; border-left: 3px solid; }
.scan-window > span:nth-child(4) { right: 28px; bottom: 28px; border-right: 3px solid; border-bottom: 3px solid; }

.paper-receipt {
  width: 210px;
  min-height: 270px;
  padding: 28px 20px;
  background: var(--white);
  color: var(--text);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.paper-receipt strong,
.paper-receipt b,
.paper-receipt i {
  display: block;
}

.paper-receipt i {
  height: 8px;
  margin: 18px 0;
  background: var(--surface-3);
}

.paper-receipt b {
  margin-top: 26px;
  color: var(--primary-dim);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--teal);
  content: "\2713";
  font-weight: 900;
}

.reverse {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
}

.analytics-panel {
  display: grid;
  gap: 18px;
  border-radius: var(--radius);
  padding: 28px;
  background: var(--dark);
  color: var(--white);
}

.analytics-panel div {
  display: grid;
  gap: 8px;
}

.analytics-panel b {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--primary-light));
}

.security-section {
  background: #fcfcff;
}

.billing-toggle {
  display: inline-flex;
  width: max-content;
  border: 1px solid rgba(108, 92, 231, 0.16);
  border-radius: var(--radius);
  padding: 4px;
  background: var(--white);
}

.billing-toggle button {
  border: 0;
  border-radius: 6px;
  padding: 10px 18px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.billing-toggle button.active {
  background: var(--primary);
  color: var(--white);
}

.price-card {
  position: relative;
}

.price-card.popular {
  border-color: rgba(108, 92, 231, 0.42);
  transform: translateY(-10px);
}

.price-card strong {
  display: block;
  margin: 18px 0 4px;
  font-size: 2.4rem;
}

.price-card strong span {
  color: var(--muted);
  font-size: 1rem;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding-left: 20px;
}

.popular-pill {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(253, 203, 110, 0.28);
  color: #8a5b00;
}

.center {
  text-align: center;
}

blockquote {
  margin: 0;
}

blockquote cite {
  display: block;
  margin-top: 18px;
  color: var(--primary-dim);
  font-style: normal;
  font-weight: 900;
}

.faq-section details {
  border-bottom: 1px solid rgba(108, 92, 231, 0.14);
  padding: 20px 0;
}

.faq-section summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 900;
}

.faq-section details p {
  margin-top: 12px;
  color: var(--muted);
}

.final-cta-section {
  padding: 86px 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-dim));
  color: var(--white);
  text-align: center;
}

.final-cta-section .container {
  display: grid;
  justify-items: center;
  gap: 22px;
}

.final-cta-section h2,
.final-cta-section p {
  color: var(--white);
}

.centered {
  justify-content: center;
}

.site-footer {
  padding: 64px 0;
  background: var(--dark);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 34px;
}

.footer-grid h2 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 1rem;
}

.footer-grid a,
.footer-grid p {
  display: block;
  margin-bottom: 10px;
  color: #a1a09a;
}

.footer-grid .brand-text {
  color: var(--white);
}

@media (max-width: 980px) {
  .nav-shell {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 4px;
    justify-self: end;
    border: 0;
    background: transparent;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text);
  }

  .primary-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 18px;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .nav-actions {
    display: none;
  }

  .hero-grid,
  .split-grid,
  .reverse {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 560px;
  }

  .steps-grid,
  .feature-grid,
  .pillar-grid,
  .pricing-grid,
  .testimonial-grid,
  .metrics-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 68px 0;
  }

  .store-buttons,
  .metrics-grid,
  .steps-grid,
  .feature-grid,
  .pillar-grid,
  .pricing-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .store-buttons {
    display: grid;
  }

  .store-button {
    width: 100%;
  }

  .hero-visual {
    min-height: 590px;
  }

  .floating-card {
    position: relative;
    inset: auto;
    margin: 14px auto;
  }

  .phone-frame {
    width: min(300px, 100%);
  }

  .metrics-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .price-card.popular {
    transform: none;
  }
}
