:root {
  --ink: #07142f;
  --ink-deep: #030a1f;
  --ink-2: #10265d;
  --navy: #061b49;
  --royal: #103b99;
  --blue: #1f66ff;
  --indigo: #2537a6;
  --cyan: #2ed3ff;
  --aqua: #42f2d5;
  --gold: #d9aa3a;
  --gold-2: #f4d47a;
  --mint: #17c99a;
  --rose: #ff6b8a;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --soft-2: #eaf0f8;
  --muted: #5f6d85;
  --line: rgba(16, 38, 93, 0.12);
  --shadow: 0 24px 70px rgba(7, 20, 47, 0.16);
  --shadow-soft: 0 16px 44px rgba(7, 20, 47, 0.1);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(16, 38, 93, 0.08);
  backdrop-filter: blur(18px);
}

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

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

.brand img {
  width: 164px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  color: #203255;
  font-size: 14px;
  font-weight: 750;
  padding: 11px 13px;
  border-radius: 6px;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--royal);
  background: rgba(31, 102, 255, 0.08);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-toggle span,
.mobile-toggle span::before,
.mobile-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
  position: relative;
}

.mobile-toggle span::before {
  position: absolute;
  top: -6px;
}

.mobile-toggle span::after {
  position: absolute;
  top: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  font-size: 14px;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--royal), var(--blue));
  box-shadow: 0 14px 32px rgba(31, 102, 255, 0.28);
}

.btn-gold {
  color: #07142f;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 14px 34px rgba(217, 170, 58, 0.32);
}

.btn-secondary {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
  box-shadow: 0 10px 26px rgba(7, 20, 47, 0.08);
}

.btn-dark {
  color: #fff;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: grid;
  align-items: center;
  padding: 56px 0 76px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(66, 242, 213, 0.26), transparent 24%),
    radial-gradient(circle at 58% 58%, rgba(31, 102, 255, 0.28), transparent 34%),
    radial-gradient(circle at 18% 76%, rgba(244, 212, 122, 0.18), transparent 24%),
    linear-gradient(124deg, #030a1f 0%, #071c4d 38%, #162e78 68%, #0d7d95 118%);
}

.hero::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(66, 242, 213, 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  opacity: 0.16;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.22));
  opacity: 0.48;
  animation: gridDrift 18s linear infinite;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 46px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(66, 242, 213, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 850;
}

.eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aqua);
  content: "";
  box-shadow: 0 0 0 6px rgba(66, 242, 213, 0.16);
}

.hero h1,
.page-hero h1 {
  margin: 22px 0 18px;
  max-width: 900px;
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

.hero p,
.page-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(241, 248, 255, 0.84);
  font-size: clamp(16px, 1.8vw, 19px);
}

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

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 620px;
}

.proof-item {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(66, 242, 213, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(66, 242, 213, 0.055));
}

.proof-item strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 8px;
}

.proof-item span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.product-shell {
  position: relative;
  border: 1px solid rgba(66, 242, 213, 0.22);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(66, 242, 213, 0.06));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34), 0 0 70px rgba(46, 211, 255, 0.1);
  backdrop-filter: blur(22px);
  overflow: hidden;
}

.hero .product-shell {
  animation: hoverFloat 5.5s ease-in-out infinite;
}

.shell-top {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(66, 242, 213, 0.14);
  background: rgba(255, 255, 255, 0.1);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rose);
}

.dot:nth-child(2) {
  background: var(--gold-2);
}

.dot:nth-child(3) {
  background: var(--mint);
}

.dashboard {
  padding: 18px;
  display: grid;
  gap: 14px;
}

.dash-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
}

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

.dash-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.dash-card.dark {
  color: #fff;
  background:
    radial-gradient(circle at 86% 0%, rgba(66, 242, 213, 0.2), transparent 32%),
    linear-gradient(135deg, #030a1f, #0d2f78 72%, #124f8f);
}

.dash-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.dark .dash-label {
  color: rgba(255, 255, 255, 0.68);
}

.dash-value {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.trend {
  color: var(--mint);
  font-size: 12px;
  font-weight: 900;
}

.pulse-dot {
  display: inline-flex;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 0 rgba(23, 201, 154, 0.55);
  animation: pulseLive 1.8s ease-out infinite;
}

.bar-chart {
  height: 150px;
  display: flex;
  align-items: end;
  gap: 9px;
  margin-top: 18px;
}

.bar-chart span {
  flex: 1;
  min-width: 16px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--aqua), var(--blue));
  animation: barBreathe 3.2s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.insight-list {
  display: grid;
  gap: 11px;
  margin-top: 16px;
}

.live-feed {
  display: grid;
  gap: 9px;
  max-height: 148px;
  overflow: hidden;
}

.feed-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
  padding: 9px;
  border-radius: 8px;
  background: rgba(31, 102, 255, 0.08);
  animation: feedGlow 4s ease-in-out infinite;
}

.feed-item:nth-child(2) {
  animation-delay: 0.8s;
}

.feed-item:nth-child(3) {
  animation-delay: 1.6s;
}

.feed-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  color: var(--royal);
  background: #fff;
  font-style: normal;
  font-weight: 900;
}

.feed-item strong {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}

.feed-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.insight {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: center;
}

.insight i,
.feature-icon,
.module-icon,
.industry-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: var(--royal);
  background: rgba(31, 102, 255, 0.1);
  font-style: normal;
  font-weight: 900;
}

.section {
  padding: 94px 0;
}

.section.soft {
  background: var(--soft);
}

.section.dark {
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(46, 211, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(7, 20, 47, 0.98), rgba(15, 45, 111, 0.96));
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.section-kicker {
  color: var(--royal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.dark .section-kicker {
  color: var(--gold-2);
}

.section-title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-copy {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
}

.dark .section-copy,
.dark .muted {
  color: rgba(255, 255, 255, 0.72);
}

.grid-3,
.grid-4,
.grid-2 {
  display: grid;
  gap: 18px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

.feature-card,
.module-card,
.industry-card,
.value-card,
.form-panel,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(7, 20, 47, 0.06);
}

.feature-card,
.module-card,
.industry-card,
.value-card {
  padding: 24px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.feature-card:hover,
.module-card:hover,
.industry-card:hover,
.value-card:hover,
.contact-method:hover,
.stat:hover,
.workflow-step:hover,
.logo-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 102, 255, 0.28);
  box-shadow: 0 18px 46px rgba(7, 20, 47, 0.12);
}

.feature-card h3,
.module-card h3,
.industry-card h3,
.value-card h3 {
  margin: 16px 0 8px;
  font-size: 20px;
  line-height: 1.18;
}

.feature-card p,
.module-card p,
.industry-card p,
.value-card p {
  margin: 0;
  color: var(--muted);
}

.module-card {
  min-height: 220px;
}

.industry-card {
  min-height: 180px;
}

.dark .feature-card,
.dark .module-card {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.dark .feature-card:hover,
.dark .module-card:hover {
  border-color: rgba(244, 212, 122, 0.45);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.dark .feature-icon,
.dark .module-icon {
  color: #07142f;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 10px 24px rgba(217, 170, 58, 0.24);
}

.dark .feature-card p,
.dark .module-card p {
  color: rgba(255, 255, 255, 0.72);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 54px;
  align-items: center;
}

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

.list-check li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  color: #2b3d5d;
  font-weight: 750;
}

.list-check li::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  color: #fff;
  background: var(--mint);
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

.workflow {
  display: grid;
  gap: 13px;
}

.workflow-step {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.workflow-step strong {
  display: block;
  margin-bottom: 2px;
}

.workflow-step span {
  color: var(--muted);
  font-size: 14px;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--royal), var(--blue));
  font-weight: 900;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 10px 24px rgba(31, 102, 255, 0.22);
}

.status-pill {
  min-width: 92px;
  text-align: center;
  border-radius: 999px;
  padding: 7px 10px;
  color: #0d6b51;
  background: rgba(23, 201, 154, 0.13);
  font-size: 12px;
  font-weight: 900;
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.logo-tile {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #203255;
  font-weight: 900;
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.brand-icon.amazon {
  background: #111827;
  color: #ffb000;
  font-family: Georgia, serif;
  font-size: 25px;
}

.brand-icon.flipkart {
  background: #2874f0;
  color: #ffe500;
}

.brand-icon.shopify {
  background: #95bf47;
}

.brand-icon.meta {
  background: #0668e1;
  font-size: 24px;
}

.brand-icon.google {
  color: #fff;
  background: conic-gradient(from 45deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
}

.brand-icon.banking {
  background: #07142f;
  color: var(--gold-2);
}

.brand-icon.gst {
  background: linear-gradient(135deg, #10265d, #1f66ff);
  font-size: 12px;
}

.brand-icon.whatsapp {
  background: #25d366;
}

.marquee {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 12px;
  padding: 12px;
  animation: marqueeMove 22s linear infinite;
}

.marquee .logo-tile {
  min-width: 170px;
  flex-direction: column;
  gap: 10px;
}

.logo-tile img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.logo-tile span {
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.cta-band {
  padding: 44px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 27, 73, 0.98), rgba(22, 75, 178, 0.93)),
    url("../../logo-2.png") right 30px center / 300px no-repeat;
  box-shadow: var(--shadow);
}

.cta-band h2 {
  margin: 0 0 12px;
  max-width: 780px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
}

.cta-band p {
  margin: 0 0 24px;
  max-width: 650px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.page-hero {
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(46, 211, 255, 0.18), transparent 28%),
    radial-gradient(circle at 16% 82%, rgba(244, 212, 122, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(6, 27, 73, 0.98), rgba(13, 56, 139, 0.92));
  padding: 92px 0 82px;
}

.page-hero h1 {
  font-size: clamp(40px, 5vw, 70px);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.stat {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.stat strong {
  display: block;
  color: var(--royal);
  font-size: 36px;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 750;
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.timeline-item strong {
  color: var(--royal);
}

.timeline-item h3 {
  margin: 0 0 6px;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
}

.module-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.module-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1fr;
  gap: 18px;
  padding: 20px 22px;
  border-top: 1px solid var(--line);
  align-items: center;
}

.module-row:first-child {
  border-top: 0;
  color: #fff;
  background: var(--ink);
  font-weight: 900;
}

.module-row strong {
  color: var(--royal);
}

.module-row:first-child strong {
  color: #fff;
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 34px;
  align-items: start;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(7, 20, 47, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31, 102, 255, 0.28);
  box-shadow: 0 22px 60px rgba(7, 20, 47, 0.14);
}

.plan-card.featured {
  color: #fff;
  border-color: rgba(66, 242, 213, 0.26);
  background:
    radial-gradient(circle at 88% 4%, rgba(66, 242, 213, 0.22), transparent 30%),
    linear-gradient(145deg, #030a1f, #0d2f78 72%, #124f8f);
  box-shadow: 0 28px 80px rgba(7, 20, 47, 0.26);
}

.plan-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  padding: 7px 10px;
  color: #07142f;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 12px;
  font-weight: 900;
}

.plan-badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--royal);
  background: rgba(31, 102, 255, 0.09);
  font-size: 12px;
  font-weight: 900;
}

.featured .plan-badge {
  color: var(--aqua);
  background: rgba(66, 242, 213, 0.12);
}

.plan-top h2 {
  margin: 20px 0 10px;
  font-size: 32px;
  line-height: 1;
}

.plan-top p {
  margin: 0;
  color: var(--muted);
}

.featured .plan-top p {
  color: rgba(255, 255, 255, 0.74);
}

.plan-price {
  margin: 24px 0 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--soft);
  font-size: 22px;
  font-weight: 900;
}

.featured .plan-price {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
}

.plan-features {
  display: grid;
  gap: 11px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  flex: 1;
}

.plan-features li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  color: #2b3d5d;
  font-weight: 750;
}

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

.plan-features li::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  color: #fff;
  background: var(--mint);
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

.compare-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(7, 20, 47, 0.06);
}

.compare-row {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 0.75fr);
  gap: 16px;
  padding: 18px 20px;
  border-top: 1px solid var(--line);
  align-items: center;
}

.compare-row:first-child {
  border-top: 0;
}

.compare-head {
  color: #fff;
  background: var(--ink);
  font-weight: 900;
}

.compare-row span {
  color: var(--muted);
  font-weight: 750;
}

.compare-row span:first-child {
  color: var(--ink);
  font-weight: 900;
}

.contact-panel,
.form-panel {
  padding: 28px;
}

.contact-panel h2,
.form-panel h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.1;
}

.contact-panel p,
.form-panel p {
  color: var(--muted);
  margin: 0 0 22px;
}

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

.contact-method {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.contact-method span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.contact-method strong {
  display: block;
  margin-top: 3px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: #203255;
  font-size: 13px;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  background: #fff;
  color: var(--ink);
  outline: none;
}

.field textarea {
  min-height: 132px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(31, 102, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(31, 102, 255, 0.1);
}

.form-status {
  margin: 14px 0 0;
  min-height: 22px;
  color: var(--royal);
  font-weight: 800;
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 72px 72px, 72px 72px;
  }
}

@keyframes pulseLive {
  0% {
    box-shadow: 0 0 0 0 rgba(23, 201, 154, 0.55);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(23, 201, 154, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(23, 201, 154, 0);
  }
}

@keyframes barBreathe {
  0%, 100% {
    transform: scaleY(0.88);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}

@keyframes feedGlow {
  0%, 100% {
    background: rgba(31, 102, 255, 0.08);
  }
  50% {
    background: rgba(23, 201, 154, 0.14);
  }
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes hoverFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

.site-footer {
  color: rgba(255, 255, 255, 0.75);
  background: #061226;
  padding: 58px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 0.7fr);
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand img {
  width: 168px;
  background: #fff;
  border-radius: 6px;
  padding: 6px;
}

.footer-brand p {
  max-width: 360px;
}

.footer-col h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
}

.footer-col a {
  display: block;
  margin: 9px 0;
  font-size: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  font-size: 14px;
}

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

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

@media (max-width: 980px) {
  .mobile-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px 20px 24px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
  }

  body.menu-open .nav-links {
    display: flex;
  }

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

  .nav-actions .btn-secondary {
    display: none;
  }

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

  .product-shell {
    max-width: 720px;
  }

  .grid-4,
  .grid-3,
  .stat-row,
  .logo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plans-grid {
    grid-template-columns: 1fr;
  }
}

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

  .brand img {
    width: 142px;
  }

  .nav-actions .btn-primary {
    display: none;
  }

  .hero,
  .page-hero {
    padding-top: 56px;
    background-size: 320px;
    background-position: right -130px top 36px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 42px;
    line-height: 1;
  }

  .hero-proof,
  .grid-4,
  .grid-3,
  .grid-2,
  .stat-row,
  .logo-strip,
  .form-grid,
  .dash-row,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 66px 0;
  }

  .workflow-step {
    grid-template-columns: 46px 1fr;
  }

  .status-pill {
    grid-column: 2;
    width: fit-content;
  }

  .timeline-item,
  .module-row,
  .compare-row {
    grid-template-columns: 1fr;
  }

  .cta-band {
    padding: 28px;
    background-size: 220px;
    background-position: right -80px bottom -80px;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}
