:root {
  --bg: #f8fafc;
  --bg-soft: #eef2ff;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --text: #0f172a;
  --muted: #64748b;
  --muted-strong: #334155;
  --primary: #7c3aed;
  --primary-2: #06b6d4;
  --accent: #f97316;
  --green: #22c55e;
  --blue: #38bdf8;
  --orange: #fb923c;
  --red: #ef4444;
  --white: #ffffff;
  --border: #e2e8f0;
  --shadow: 0 24px 80px rgba(15, 23, 42, 0.12);
  --shadow-soft: 0 18px 55px rgba(15, 23, 42, 0.08);
  --radius: 28px;
  --radius-sm: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 4% 0%, rgba(124, 58, 237, 0.16), transparent 28rem),
    radial-gradient(circle at 96% 8%, rgba(6, 182, 212, 0.18), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 48%, #eef2ff 100%);
  color: var(--text);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

img,
svg {
  max-width: 100%;
}

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

.section {
  padding: 96px 0;
  position: relative;
}

.page-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(120px);
  opacity: 0.25;
  pointer-events: none;
  z-index: -1;
}

.page-glow-one {
  top: 8%;
  left: -120px;
  background: var(--primary);
}

.page-glow-two {
  right: -160px;
  top: 22%;
  background: var(--primary-2);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.navbar {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 46px;
  height: 46px;
  display: block;
  flex: 0 0 46px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(6, 182, 212, 0.22);
}

.brand strong {
  display: block;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #475569;
  font-size: 0.94rem;
  font-weight: 700;
}

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

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: var(--white) !important;
  box-shadow: 0 14px 34px rgba(124, 58, 237, 0.28);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: #0f172a;
}

.hero {
  padding-top: 74px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 58px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0e7490;
  background: #ecfeff;
  border: 1px solid #a5f3fc;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero h1,
.section-heading h2,
.center-heading h2,
.final-cta h2 {
  margin: 20px 0 18px;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.08em;
  color: #0f172a;
}

.hero p,
.section-heading p,
.center-heading p,
.contact-copy p,
.final-cta p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 0;
}

.hero-copy {
  max-width: 670px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 30px;
}

.app-downloads {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 18px;
  margin: -12px 0 30px;
}

.download-option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.store-download {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  border-radius: 12px;
  transition: transform 0.25s ease, filter 0.25s ease, opacity 0.2s ease;
}

.store-download:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 12px 22px rgba(15, 23, 42, 0.16));
}

.store-download.is-loading {
  opacity: 0.68;
  pointer-events: none;
}

.store-download img {
  display: block;
  width: 190px;
  height: auto;
}

.download-option > span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
  padding-left: 2px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 850;
  letter-spacing: -0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: var(--white);
  box-shadow: 0 18px 44px rgba(124, 58, 237, 0.28);
}

.btn-secondary {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.btn-light {
  background: var(--white);
  color: #0f172a;
}

.btn-plan {
  background: #eef2ff;
  color: #312e81;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hero-stats article {
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.hero-stats strong {
  display: block;
  font-size: 1.6rem;
  color: #0f172a;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-card {
  min-height: 540px;
  position: relative;
  display: grid;
  place-items: center;
}

.dashboard-card {
  width: min(100%, 480px);
  min-height: 440px;
  padding: 26px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)),
    rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.dashboard-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.dashboard-top span {
  display: block;
  color: var(--muted);
  margin-bottom: 8px;
}

.dashboard-top strong {
  display: block;
  font-size: 2rem;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.status-pill {
  color: #15803d !important;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
}

.sales-bars {
  height: 190px;
  margin: 34px 0;
  padding: 18px;
  display: flex;
  align-items: end;
  gap: 12px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fafc, #eef2ff);
  border: 1px solid var(--border);
}

.sales-bars span {
  flex: 1;
  min-height: 20px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, var(--primary-2), var(--primary));
  box-shadow: 0 12px 26px rgba(6, 182, 212, 0.2);
}

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

.dashboard-list div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--border);
  color: var(--muted);
}

.dashboard-list strong {
  color: #0f172a;
}

.dot {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 999px;
}

.dot-green { background: var(--green); }
.dot-blue { background: var(--blue); }
.dot-orange { background: var(--orange); }

.floating-chip {
  position: absolute;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--white);
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 850;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--border);
}

.chip-one {
  top: 72px;
  right: 0;
}

.chip-two {
  left: 0;
  bottom: 96px;
}

.origin,
.features,
.workflow,
.plans,
.comparison,
.use-cases,
.testimonials,
.faq,
.contact {
  color: #0f172a;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: center;
}

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

.section-heading h2,
.center-heading h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}

.story-card {
  padding: 36px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(6, 182, 212, 0.07)),
    var(--white);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--border);
}

.story-card p {
  color: #334155;
  line-height: 1.8;
  font-size: 1.02rem;
}

.story-note {
  margin-top: 24px;
  padding: 20px;
  border-radius: 22px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.story-note span {
  font-weight: 900;
  font-size: 1.25rem;
}

.story-note p {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0;
}

.center-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 46px;
}

.feature-grid,
.pricing-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card,
.price-card,
.testimonial-card,
.step {
  padding: 28px;
  border-radius: var(--radius-sm);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(6, 182, 212, 0.05));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card > * {
  position: relative;
}

.icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #f1f5f9;
  margin-bottom: 18px;
}

.icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-purple {
  color: var(--primary);
  background: #f3e8ff;
}

.icon-cyan {
  color: #0891b2;
  background: #ecfeff;
}

.icon-orange {
  color: #ea580c;
  background: #fff7ed;
}

.icon-green {
  color: #16a34a;
  background: #dcfce7;
}

.icon-blue {
  color: #0284c7;
  background: #e0f2fe;
}

.icon-red {
  color: #dc2626;
  background: #fee2e2;
}

.feature-card h3,
.step h3,
.price-card h3,
.testimonial-card strong {
  margin: 0 0 10px;
  letter-spacing: -0.04em;
}

.feature-card p,
.step p,
.price-card p,
.testimonial-card p,
.faq-list p {
  color: var(--muted);
  line-height: 1.7;
}

.workflow {
  background:
    radial-gradient(circle at 18% 18%, rgba(124, 58, 237, 0.09), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(238, 242, 255, 0.82));
}

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

.step span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  margin-bottom: 20px;
  color: var(--white);
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
}

.price-card.featured {
  transform: translateY(-18px);
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.42), transparent 16rem),
    linear-gradient(145deg, #7c3aed, #0ea5e9);
  border-color: rgba(255, 255, 255, 0.44);
  box-shadow: 0 30px 90px rgba(14, 165, 233, 0.24);
}

.popular-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--white);
  background: var(--accent);
  font-size: 0.74rem;
  font-weight: 900;
}

.plan-name {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.plan-desc {
  min-height: 54px;
}

.featured .plan-desc,
.featured li {
  color: rgba(255, 255, 255, 0.84);
}

.price {
  margin: 22px 0;
  font-size: 3.2rem;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.price span {
  font-size: 1rem;
  color: var(--muted);
  letter-spacing: normal;
}

.featured .price span {
  color: rgba(255, 255, 255, 0.72);
}

.price-card ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.price-card li {
  color: #475569;
  display: flex;
  gap: 10px;
}

.price-card li::before {
  content: "✓";
  color: var(--green);
  font-weight: 900;
}

.price-card .btn {
  margin-top: auto;
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-sm);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

th {
  color: #0f172a;
  background: #f8fafc;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

td {
  color: #475569;
}

td:first-child {
  color: #0f172a;
  font-weight: 800;
}

.use-list {
  display: grid;
  gap: 14px;
}

.use-list div {
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--border);
  color: #334155;
  box-shadow: var(--shadow-soft);
  font-weight: 750;
}

.use-list span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
}

.testimonials {
  background:
    radial-gradient(circle at 14% 20%, rgba(124, 58, 237, 0.12), transparent 28rem),
    linear-gradient(180deg, #ffffff, #f8fafc);
  color: #0f172a;
}

.testimonials .center-heading h2 {
  color: #0f172a;
}

.testimonials .center-heading p {
  color: var(--muted);
}

.testimonial-card {
  background: #ffffff;
  border-color: var(--border);
}

.testimonial-card p {
  color: var(--muted);
  font-size: 1.05rem;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card span {
  margin-top: 4px;
  color: #0891b2;
  font-weight: 700;
}

.faq-list {
  max-width: 850px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

details {
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 22px;
  font-weight: 850;
  color: #0f172a;
}

details p {
  padding: 0 22px 22px;
  margin: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: start;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-methods a {
  color: #0f172a;
  font-weight: 850;
}

.contact-form {
  padding: 30px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 18px;
}

label {
  color: #334155;
  font-weight: 800;
  display: grid;
  gap: 8px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  border-radius: 14px;
  padding: 14px 15px;
  color: #0f172a;
  font: inherit;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12);
}

.final-cta {
  padding: 80px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 26rem),
    linear-gradient(135deg, #7c3aed, #06b6d4);
  text-align: center;
}

.final-cta .container {
  max-width: 820px;
}

.final-cta h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.final-cta p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  z-index: 120;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.35);
  transition: transform 0.25s ease;
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
}

.site-footer {
  padding: 28px 0;
  color: #64748b;
  background: #ffffff;
  border-top: 1px solid var(--border);
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-content p {
  margin: 0;
}

.footer-content div {
  display: flex;
  gap: 18px;
}

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

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 92px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
  }

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

  .nav-links a {
    padding: 10px 0;
  }

  .nav-cta {
    text-align: center;
  }

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

  .hero-card {
    min-height: 440px;
  }

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

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

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

  .section {
    padding: 72px 0;
  }

  .navbar {
    min-height: 74px;
  }

  .brand small {
    display: none;
  }

  .hero {
    padding-top: 52px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  .hero-stats,
  .feature-grid,
  .pricing-grid,
  .testimonial-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-card {
    min-height: auto;
  }

  .dashboard-card {
    min-height: auto;
  }

  .floating-chip {
    display: none;
  }

  .sales-bars {
    height: 140px;
  }

  .story-card,
  .contact-form,
  .feature-card,
  .price-card,
  .testimonial-card,
  .step {
    padding: 24px;
  }

  .price {
    font-size: 2.6rem;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .whatsapp-float {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 640px) {
  .android-download {
    align-items: flex-start;
    flex-direction: column;
    margin-top: -8px;
  }

  .play-download img {
    width: 176px;
  }
}

