:root {
  --bg: #070a12;
  --surface: #0d1322;
  --surface-2: #111a2d;
  --text: #f4f7fb;
  --muted: #aab6cb;
  --line: rgba(255, 255, 255, .12);
  --cyan: #20d5ff;
  --green: #42f59b;
  --pink: #ff4fd8;
  --gold: #ffd166;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(32, 213, 255, .20), transparent 28rem),
    radial-gradient(circle at 85% 12%, rgba(255, 79, 216, .14), transparent 24rem),
    linear-gradient(180deg, #070a12 0%, #0a1020 42%, #070a12 100%);
  overflow-x: hidden;
}

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

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--bg);
  transition: opacity .45s ease, visibility .45s ease;
}

.loader.hidden { opacity: 0; visibility: hidden; }

.loader-card {
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .06);
  position: relative;
}

.loader-card img { width: 52px; border-radius: 12px; }

.loader-card span {
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  border: 2px solid transparent;
  border-top-color: var(--cyan);
  border-right-color: var(--green);
  animation: spin 1s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

.navbar {
  padding: 14px 0;
  background: rgba(7, 10, 18, .68);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0;
}

.navbar-brand:hover,
.navbar-brand:focus { color: var(--text); }

.navbar-brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.nav-link {
  color: var(--muted);
  font-size: .94rem;
  font-weight: 600;
}

.nav-link:hover, .nav-link.active { color: var(--text); }

.navbar-toggler {
  color: var(--text);
  border: 1px solid var(--line);
}

.btn {
  border-radius: 12px;
  font-weight: 800;
  padding: .78rem 1.05rem;
}

.btn-nav {
  background: rgba(66, 245, 155, .12);
  border: 1px solid rgba(66, 245, 155, .32);
  color: #dfffee;
}

.btn-primary-glow {
  color: #041016;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  border: 0;
  box-shadow: 0 16px 38px rgba(32, 213, 255, .24);
}

.btn-primary-glow:hover { transform: translateY(-2px); color: #041016; }

.btn-outline-glass {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .07);
}

.btn-outline-glass:hover { border-color: rgba(32, 213, 255, .55); color: var(--text); background: rgba(32, 213, 255, .12); }

.section-pad { padding: 108px 0; position: relative; }

.hero { min-height: 100vh; display: flex; align-items: center; padding-top: 140px; }

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
  pointer-events: none;
}

.eyebrow, .section-title span, .contact-card > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

h1, h2, h3 { letter-spacing: 0; }

h1 {
  margin: 18px 0;
  max-width: 780px;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: .96;
  font-weight: 900;
}

.hero-text {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

.hero-actions, .trust-row, .cta-stack {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.trust-row {
  margin-top: 26px;
  color: #dce6f5;
  font-weight: 700;
}

.trust-row span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
}

.glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .05));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.software-frame {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(10, 16, 32, .74);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .44);
}

.window-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, .08);
}

.window-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--pink);
}

.window-top span:nth-child(2) { background: var(--gold); }
.window-top span:nth-child(3) { background: var(--green); }
.window-top strong { margin-left: auto; color: var(--muted); font-size: .88rem; }

.dash-layout { display: grid; grid-template-columns: 72px 1fr; min-height: 420px; }

.dash-layout aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 22px 10px;
  background: rgba(255, 255, 255, .05);
}

.dash-layout aside b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #06111a;
}

.dash-layout aside i { color: var(--muted); font-size: 1.25rem; }
.dash-layout aside .active { color: var(--green); }

.dash-main { padding: 26px; }

.dash-head, .invoice-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dash-head small { color: var(--muted); display: block; }
.dash-head strong { font-size: 2rem; }
.dash-head button {
  border: 0;
  border-radius: 12px;
  padding: 10px 14px;
  color: #06111a;
  font-weight: 800;
  background: var(--green);
}

.dash-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 22px 0; }
.dash-cards div, .invoice-line {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
}
.dash-cards i { color: var(--cyan); display: block; font-size: 1.35rem; margin-bottom: 8px; }
.dash-cards span { color: var(--muted); font-size: .88rem; }

.chart-bars {
  height: 150px;
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(32,213,255,.10), rgba(66,245,155,.06));
}

.chart-bars span {
  flex: 1;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, var(--cyan), var(--green));
}

.invoice-line { margin-top: 12px; }
.invoice-line span { color: var(--muted); }
.invoice-line b { color: var(--green); }

.float-soft { animation: floatSoft 5s ease-in-out infinite; }
@keyframes floatSoft { 50% { transform: translateY(-12px); } }

.stats-band {
  margin-top: 54px;
  border-radius: 24px;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stats-band div { text-align: center; }
.stats-band strong { display: block; font-size: clamp(2rem, 5vw, 3.4rem); color: var(--green); }
.stats-band span { color: var(--muted); font-weight: 700; }

.section-title { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.section-title.text-start { margin-left: 0; }
.section-title h2, .download-panel h2, .contact-card h2 {
  margin: 12px 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 900;
}
.section-title p, .download-panel p { color: var(--muted); }

.feature-card, .highlight-panel, .deep-card, .pricing-card, .shot-card, blockquote, .contact-card, .lead-form {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
  padding: 26px;
  backdrop-filter: blur(14px);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.feature-card:hover, .highlight-panel:hover, .deep-card:hover, .pricing-card:hover, .shot-card:hover {
  transform: translateY(-8px);
  border-color: rgba(32, 213, 255, .46);
  background: rgba(255, 255, 255, .09);
}

.feature-card i, .highlight-panel i, .deep-card i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  margin-bottom: 18px;
  color: #06111a;
  font-size: 1.45rem;
  background: linear-gradient(135deg, var(--green), var(--cyan));
}

.feature-card h3, .highlight-panel h3, .deep-card h3, .pricing-card h3, .shot-card h3 { font-size: 1.22rem; font-weight: 850; }
.feature-card p, .highlight-panel p, .deep-card p, .pricing-card p, blockquote, .contact-card p { color: var(--muted); line-height: 1.65; }

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

.surface {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .015)),
    rgba(255, 255, 255, .02);
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.module-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.module-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
  font-weight: 800;
}

.module-list i { color: var(--cyan); font-size: 1.35rem; }

.screenshot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.shot-card { padding: 14px; }
.shot-card h3 { padding: 8px 10px 4px; }

.mini-window {
  min-height: 280px;
  border-radius: 16px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(32,213,255,.16), rgba(255,79,216,.11));
  position: relative;
  overflow: hidden;
}

.mini-window > span { font-weight: 900; }
.bill-lines, .stock-grid, .report-pie { margin-top: 24px; }
.bill-lines::before, .bill-lines::after {
  content: "";
  display: block;
  height: 54px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .13);
  box-shadow: 0 66px 0 rgba(255, 255, 255, .09), 0 132px 0 rgba(255, 255, 255, .07);
}

.stock-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.stock-grid::before, .stock-grid::after {
  content: "";
  grid-column: 1 / -1;
  height: 86px;
  border-radius: 14px;
  background: repeating-linear-gradient(90deg, rgba(66,245,155,.25) 0 28%, rgba(255,255,255,.10) 28% 34%);
}

.report-pie {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-inline: auto;
  background: conic-gradient(var(--green) 0 38%, var(--cyan) 38% 70%, var(--pink) 70% 100%);
  box-shadow: 0 0 0 32px rgba(255,255,255,.07);
}

.pricing-card { position: relative; padding: 32px; }
.pricing-card.popular { border-color: rgba(66, 245, 155, .55); box-shadow: 0 24px 80px rgba(66, 245, 155, .12); }
.badge-soft {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 999px;
  color: #06111a;
  background: var(--gold);
  font-weight: 900;
  margin-bottom: 16px;
}
.price { font-size: 1.45rem; color: var(--green); font-weight: 900; margin: 20px 0; }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 24px; color: var(--muted); }
.pricing-card li { padding: 9px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.pricing-card li::before { content: "\F26A"; font-family: bootstrap-icons; color: var(--green); margin-right: 9px; }

blockquote { margin: 0; font-size: 1rem; }
blockquote cite { display: block; color: var(--green); font-style: normal; font-weight: 800; margin-top: 16px; }

.download-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-radius: 26px;
  padding: 38px;
}

.accordion-item {
  color: var(--text);
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--line);
}
.accordion-button, .accordion-button:not(.collapsed) {
  color: var(--text);
  background: transparent;
  box-shadow: none;
  font-weight: 850;
}
.accordion-button::after { filter: invert(1); }
.accordion-body { color: var(--muted); }

.contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  color: var(--text);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-weight: 800;
}
.contact-link i { color: var(--green); }

.map-placeholder {
  margin-top: 20px;
  min-height: 180px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
  border: 1px dashed rgba(32, 213, 255, .4);
  border-radius: 18px;
  background: rgba(32, 213, 255, .06);
}
.map-placeholder i { display: block; font-size: 2rem; color: var(--cyan); margin-bottom: 6px; }

.lead-form label { color: var(--muted); font-weight: 800; margin-bottom: 8px; }
.form-control, .form-select {
  min-height: 52px;
  color: var(--text);
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.form-control:focus, .form-select:focus {
  color: var(--text);
  background: rgba(255, 255, 255, .11);
  border-color: var(--cyan);
  box-shadow: 0 0 0 .2rem rgba(32, 213, 255, .14);
}
.form-control::placeholder { color: #7f8aa0; }
.form-select option { color: #08111f; }

.footer {
  padding: 58px 0 26px;
  background: #05070d;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; }
.footer p, .footer a { display: block; color: var(--muted); margin: 10px 0; }
.footer h3 { font-size: 1rem; font-weight: 900; }
.socials { display: flex; gap: 10px; }
.socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  color: var(--text);
}
.footer-bottom {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #06111a;
  background: var(--green);
  box-shadow: 0 18px 40px rgba(66, 245, 155, .32);
  font-size: 1.65rem;
}

.demo-modal {
  color: var(--text);
  background: #0a1020;
  border: 1px solid var(--line);
  border-radius: 22px;
}
.demo-modal .modal-header { border-color: var(--line); }

[data-animate] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
[data-animate].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 991px) {
  .navbar-collapse {
    margin-top: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(7, 10, 18, .96);
  }
  .hero { padding-top: 120px; }
  .stats-band, .highlight-grid, .screenshot-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .download-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
  .section-pad { padding: 78px 0; }
  h1 { font-size: 2.7rem; }
  .dash-layout { grid-template-columns: 54px 1fr; min-height: auto; }
  .dash-main { padding: 16px; }
  .dash-cards, .stats-band, .highlight-grid, .module-list, .screenshot-grid, .footer-grid { grid-template-columns: 1fr; }
  .window-top strong { display: none; }
  .chart-bars { height: 120px; }
  .software-frame { border-radius: 20px; }
  .hero-actions .btn, .cta-stack .btn { width: 100%; justify-content: center; display: inline-flex; }
  .download-panel { padding: 24px; }
  .whatsapp-float { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}
