:root {
  --page-bg: #f4f7ff;
  --page-bg-soft: #eef2ff;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --ink: #11182b;
  --ink-muted: #5f6b80;
  --ink-soft: #8590a5;
  --brand: #7437ed;
  --brand-bright: #8b5cf6;
  --brand-soft: #eee8ff;
  --line: rgba(99, 79, 183, 0.14);
  --shadow: 0 18px 54px rgba(76, 79, 130, 0.11), 0 2px 8px rgba(76, 79, 130, 0.07);
}

html {
  background: var(--page-bg);
}

body {
  background-color: var(--page-bg) !important;
  color: var(--ink) !important;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(112, 157, 255, 0.22), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(142, 92, 246, 0.18), transparent 32%),
    radial-gradient(circle at 50% 84%, rgba(162, 124, 255, 0.13), transparent 34%),
    linear-gradient(135deg, #f8faff 0%, #edf4ff 48%, #f5efff 100%);
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.58;
  background-image: radial-gradient(circle, rgba(110, 126, 189, 0.24) 1px, transparent 1.25px);
  background-size: 28px 28px;
}

.grid-lines,
.global-grid {
  background-image: radial-gradient(circle, rgba(110, 126, 189, 0.2) 1px, transparent 1.25px) !important;
  background-size: 28px 28px !important;
}

.global-gradient {
  background:
    radial-gradient(circle at 12% 18%, rgba(112, 157, 255, 0.22), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(142, 92, 246, 0.18), transparent 32%),
    linear-gradient(135deg, #f8faff 0%, #edf4ff 48%, #f5efff 100%) !important;
}

nav {
  background: rgba(255, 255, 255, 0.84) !important;
  border-bottom: 1px solid rgba(104, 92, 170, 0.1) !important;
  box-shadow: 0 8px 28px rgba(81, 85, 139, 0.05);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  backdrop-filter: blur(20px) saturate(1.3);
}

nav > div > div:first-child {
  border: 1px solid rgba(105, 82, 205, 0.1);
  box-shadow: 0 5px 18px rgba(75, 61, 138, 0.07);
}

nav .text-slate-300,
nav a:not(.btn-primary) {
  color: #596378 !important;
}

nav a:not(.btn-primary):hover {
  color: var(--brand) !important;
}

nav a[aria-current="page"] {
  position: relative;
  color: var(--brand) !important;
  font-weight: 600;
}

nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  content: '';
  background: linear-gradient(90deg, #5d46ff, #9346f4);
}

.hero-bg {
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.94) 0%, rgba(243, 245, 255, 0.58) 32%, transparent 60%),
    radial-gradient(circle at 16% 68%, rgba(127, 172, 255, 0.18), transparent 30%),
    radial-gradient(circle at 86% 42%, rgba(153, 115, 255, 0.2), transparent 32%) !important;
}

.hero-bg::before {
  content: 'AI COMMERCE · INTELLIGENT AUTOMATION';
  position: absolute;
  top: 84px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: rgba(107, 83, 224, 0.065);
  font-size: clamp(32px, 5.4vw, 82px);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

.section-bg,
section[id]:not(#hero),
.content-section {
  background: transparent !important;
  position: relative;
  z-index: 2;
}

section[id]:not(#hero)::before,
.content-section:not(:first-of-type)::before {
  content: '';
  position: absolute;
  inset: 24px max(18px, calc((100vw - 1440px) / 2));
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.text-white,
.text-slate-200 {
  color: var(--ink) !important;
}

.text-slate-300 {
  color: #48556b !important;
}

.text-slate-400 {
  color: var(--ink-muted) !important;
}

.text-slate-500,
.text-slate-600,
.text-slate-700 {
  color: var(--ink-soft) !important;
}

.text-brand-300,
.text-brand-400,
.text-purple-400,
.text-blue-400 {
  color: var(--brand) !important;
}

.text-emerald-400 {
  color: #079b75 !important;
}

.gradient-text,
.gradient-text-brand {
  background: linear-gradient(120deg, #5d46ff 0%, #9346f4 52%, #7759ff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #8d47f3 0%, #6328d6 100%) !important;
  border: 1px solid rgba(91, 42, 201, 0.18);
  box-shadow: 0 12px 28px rgba(105, 49, 220, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #7f3deb 0%, #5521c5 100%) !important;
  box-shadow: 0 16px 36px rgba(105, 49, 220, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.26) !important;
  transform: translateY(-2px);
}

.btn-secondary {
  color: #6840c8 !important;
  border: 1px solid rgba(111, 65, 215, 0.24) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  box-shadow: 0 8px 24px rgba(76, 67, 137, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.btn-secondary:hover {
  color: #5124b8 !important;
  border-color: rgba(111, 65, 215, 0.42) !important;
  background: rgba(255, 255, 255, 0.92) !important;
}

.glow-badge,
.activity-time {
  color: #6b3bd1 !important;
  background: rgba(255, 255, 255, 0.68) !important;
  border: 1px solid rgba(120, 78, 224, 0.18) !important;
  box-shadow: 0 9px 26px rgba(100, 76, 183, 0.09) !important;
  animation: none !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.glow-badge .bg-brand-400 {
  background: #8b5cf6 !important;
  box-shadow: 0 0 0 5px rgba(139, 92, 246, 0.1);
}

.hero-capabilities {
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 38px !important;
  margin-left: auto;
  padding: 10px 12px;
  border: 1px solid rgba(117, 84, 208, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 12px 34px rgba(72, 63, 126, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.hero-capabilities > span {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 13px 7px 29px !important;
  border: 1px solid rgba(112, 78, 205, 0.16) !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78) !important;
  color: #56416f !important;
  box-shadow: 0 5px 14px rgba(69, 57, 114, 0.06);
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.hero-capabilities > span::before {
  position: absolute;
  left: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: '';
  background: linear-gradient(135deg, #6952f5, #a64cf2);
  box-shadow: 0 0 0 4px rgba(125, 82, 232, 0.09);
}

.hero-capabilities > span:hover {
  border-color: rgba(112, 78, 205, 0.3) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #492b72 !important;
  transform: translateY(-1px);
}

.hero-stats > div {
  position: relative;
  min-width: 0;
  z-index: 2;
}

.hero-stats .stat-number {
  min-height: 30px;
  line-height: 1.15;
  white-space: nowrap;
}

.hero-scroll-button {
  width: 38px;
  height: 38px;
  margin: 16px auto -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(112, 78, 205, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 22px rgba(72, 63, 126, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  animation: scroll-button-float 1.9s ease-in-out infinite;
  backdrop-filter: blur(12px);
}

.hero-scroll-button:hover {
  border-color: rgba(112, 78, 205, 0.3);
  background: rgba(255, 255, 255, 0.94);
}

.hero-scroll-chevron {
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border-right: 2px solid #7652dd;
  border-bottom: 2px solid #7652dd;
  transform: rotate(45deg);
}

@keyframes scroll-button-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

.section-visual-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 32px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(134, 104, 246, 0.09), transparent 28%),
    rgba(255, 255, 255, 0.6);
  box-shadow: 0 18px 54px rgba(76, 79, 130, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-align: left;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.section-visual-copy {
  padding: 8px 8px 8px 18px;
}

.section-visual-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin: 0;
  border: 1px solid rgba(112, 80, 209, 0.12);
  border-radius: 22px;
  background: rgba(247, 249, 255, 0.82);
  box-shadow: 0 14px 38px rgba(62, 61, 112, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.section-visual-frame::after {
  position: absolute;
  inset: 0;
  content: '';
  box-shadow: inset 0 0 42px rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.section-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.capability-card-grid > .card-glass {
  padding-top: 24px !important;
  border-radius: 20px !important;
}

.capability-card-grid > .card-glass > .flex:first-child {
  margin: -24px -24px 20px;
  padding: 17px 18px;
  border-bottom: 1px solid rgba(112, 78, 205, 0.1);
  background: linear-gradient(135deg, rgba(240, 237, 255, 0.84), rgba(235, 244, 255, 0.72));
}

.capability-card-grid > .card-glass > .flex:first-child > div {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(112, 78, 205, 0.18) !important;
  border-radius: 13px !important;
  background: linear-gradient(145deg, #ede8ff, #dfe9ff) !important;
  box-shadow: 0 7px 18px rgba(86, 67, 153, 0.1);
}

.capability-card-grid > .card-glass > .flex:first-child svg {
  color: #7437ed !important;
}

.capability-card-grid > .card-glass > .flex:first-child > span {
  padding: 6px 11px !important;
  border: 1px solid rgba(112, 78, 205, 0.16) !important;
  background: rgba(255, 255, 255, 0.74) !important;
  color: #6840c8 !important;
  font-weight: 600;
  box-shadow: 0 5px 14px rgba(69, 57, 114, 0.06);
}

.product-advantage-grid > .card-glass {
  border-radius: 20px !important;
}

.product-advantage-grid > .card-glass > .flex:first-child {
  margin: -24px -24px 20px;
  padding: 17px 18px;
  border-bottom: 1px solid rgba(112, 78, 205, 0.1);
  background: linear-gradient(135deg, rgba(240, 237, 255, 0.86), rgba(235, 244, 255, 0.74));
}

.product-advantage-grid > .card-glass > .flex:first-child > div {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(112, 78, 205, 0.18) !important;
  border-radius: 13px !important;
  background: linear-gradient(145deg, #ede8ff, #dfe9ff) !important;
  box-shadow: 0 7px 18px rgba(86, 67, 153, 0.1);
}

.product-advantage-grid > .card-glass > .flex:first-child svg {
  color: #7437ed !important;
}

.product-advantage-grid > .card-glass > .flex:first-child > span,
.audience-card-grid > .card-glass > .inline-block,
.audience-card-grid > .card-glass > .absolute span {
  border: 1px solid rgba(112, 78, 205, 0.16) !important;
  background: rgba(255, 255, 255, 0.76) !important;
  color: #6840c8 !important;
  box-shadow: 0 5px 14px rgba(69, 57, 114, 0.06);
}

.product-advantage-grid > .card-glass .grid span {
  border-color: rgba(112, 78, 205, 0.15) !important;
  background: rgba(244, 242, 255, 0.82) !important;
  color: #6840c8 !important;
}

.automation-steps {
  position: relative;
}

.automation-steps::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 11px;
  width: 1px;
  content: '';
  background: linear-gradient(180deg, rgba(116, 55, 237, 0.26), rgba(116, 55, 237, 0.08));
}

.automation-steps > div {
  position: relative;
}

.automation-steps > div > span {
  z-index: 1;
  width: 23px !important;
  height: 23px !important;
  flex: 0 0 23px;
  border: 2px solid rgba(255, 255, 255, 0.92) !important;
  background: linear-gradient(145deg, #8a60f3, #6b45dc) !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(99, 67, 199, 0.2);
}

.automation-terminal {
  box-shadow: 0 20px 54px rgba(70, 67, 126, 0.13) !important;
}

.automation-stage-strip > div {
  border-color: rgba(112, 78, 205, 0.17) !important;
  background: linear-gradient(145deg, rgba(239, 235, 255, 0.9), rgba(233, 241, 255, 0.88)) !important;
  color: #6840c8 !important;
  font-weight: 650;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.stats-table-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.stats-table-card > .overflow-x-auto {
  display: flex;
  flex: 1;
}

.stats-table-card table {
  height: 100%;
}

.stats-table-card tbody td:nth-child(3) {
  color: #6840c8 !important;
}

.stats-table-card tbody td:last-child span {
  border: 1px solid rgba(112, 78, 205, 0.14);
  background: rgba(234, 227, 255, 0.88) !important;
  color: #6840c8 !important;
}

.stats-bars-card .h-full {
  background: linear-gradient(90deg, #7350e8 0%, #a264f4 100%) !important;
}

.stats-bars-card .font-bold {
  color: #6840c8 !important;
}

.audience-icon {
  position: relative;
  border: 1px solid rgba(112, 78, 205, 0.16) !important;
  background: linear-gradient(145deg, #eee9ff, #e5efff) !important;
  color: #6840c8;
  box-shadow: 0 10px 24px rgba(86, 67, 153, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.audience-icon::before {
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.audience-icon-owner::before {
  content: '\2197';
}

.audience-icon-director::before {
  content: '\25CE';
}

.audience-icon-operator::before {
  content: '\2726';
}

.audience-card-grid li > span:first-child {
  color: #7850dd !important;
}

.testimonial-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  background: linear-gradient(145deg, #8a60f3, #6943d8);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(65, 58, 116, 0.16);
}

.testimonial-avatar-1 {
  background: linear-gradient(145deg, #8065ee, #5e42ce);
}

.testimonial-avatar-2 {
  background: linear-gradient(145deg, #8b72f2, #7050d8);
}

.testimonial-avatar-3 {
  background: linear-gradient(145deg, #765be2, #5939bd);
}

.roadmap-visual-intro {
  grid-template-columns: minmax(0, 0.72fr) minmax(430px, 1.28fr);
}

.trust-visual-intro {
  grid-template-columns: minmax(0, 0.72fr) minmax(430px, 1.28fr);
}

.trust-visual-frame {
  aspect-ratio: 2 / 1;
}

.trust-visual-frame img {
  object-position: 68% center;
}

.roadmap-timeline > .absolute {
  background: linear-gradient(90deg, rgba(143, 113, 236, 0.22), rgba(111, 143, 232, 0.34), rgba(143, 113, 236, 0.22)) !important;
  box-shadow: 0 0 16px rgba(121, 94, 205, 0.08);
}

.roadmap-stage-node {
  border-color: rgba(255, 255, 255, 0.94) !important;
  background: #e8e2fb !important;
  box-shadow: 0 5px 16px rgba(85, 69, 145, 0.14) !important;
}

.roadmap-stage-node > div {
  background: #7955df !important;
}

.roadmap-stage-card .inline-flex {
  border: 1px solid rgba(112, 78, 205, 0.15) !important;
  background: rgba(241, 237, 255, 0.9) !important;
  color: #6840c8 !important;
}

.roadmap-stage-card .inline-flex > span {
  background-color: #7955df !important;
}

.roadmap-stage-card .inline-flex svg {
  color: #7955df !important;
}

@media (min-width: 768px) {
  .roadmap-timeline > .absolute {
    top: 15px;
    right: 9%;
    bottom: auto;
    left: 9%;
    width: auto;
    height: 2px;
  }

  .roadmap-timeline > .space-y-12 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .roadmap-timeline > .space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0;
  }

  .roadmap-stage > div {
    display: block !important;
  }

  .roadmap-stage-content {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
  }

  .roadmap-stage-spacer {
    display: none !important;
  }

  .roadmap-stage-node {
    top: 0;
    left: 50% !important;
  }

  .roadmap-stage-card {
    min-height: 320px;
    margin-top: 54px;
  }

  .roadmap-stage-card .flex,
  .roadmap-stage-card li {
    justify-content: flex-start !important;
  }

  .roadmap-stage-card li svg {
    order: -1;
    margin-right: 8px !important;
    margin-left: 0 !important;
  }
}

.card-glass {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(134, 104, 246, 0.09), transparent 26%),
    rgba(255, 255, 255, 0.76) !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  box-shadow: var(--shadow) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.08);
  backdrop-filter: blur(20px) saturate(1.08);
}

.card-glass::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 72px;
  right: -22px;
  top: -22px;
  border-radius: 22px;
  transform: rotate(18deg);
  background: linear-gradient(145deg, rgba(133, 94, 246, 0.14), rgba(129, 167, 255, 0.03));
  filter: blur(1px);
  pointer-events: none;
}

.card-glass:hover {
  border-color: rgba(127, 92, 231, 0.26) !important;
  box-shadow: 0 24px 62px rgba(74, 70, 132, 0.15), 0 3px 10px rgba(74, 70, 132, 0.08) !important;
  transform: translateY(-5px);
}

.card-glass > * {
  position: relative;
  z-index: 1;
}

[class*="bg-gradient-to-br"][class*="to-navy-800"],
[class*="bg-gradient-to-br"][class*="to-navy-900"] {
  background: linear-gradient(145deg, #ede8ff, #dfe9ff) !important;
  border: 1px solid rgba(118, 82, 222, 0.15) !important;
  color: var(--brand) !important;
}

[class*="bg-gradient-to-br"][class*="to-navy-800"] svg,
[class*="bg-gradient-to-br"][class*="to-navy-900"] svg {
  color: var(--brand) !important;
}

[class*="bg-navy-800"] {
  background-color: rgba(236, 239, 251, 0.84) !important;
}

[class*="border-brand-700"],
[class*="border-blue-700"],
[class*="border-emerald-700"] {
  border-color: rgba(111, 79, 204, 0.15) !important;
}

.terminal {
  color: #3f4b61;
  background: rgba(248, 249, 255, 0.88) !important;
  border: 1px solid rgba(108, 87, 190, 0.14) !important;
  box-shadow: 0 16px 42px rgba(66, 69, 117, 0.09);
}

.terminal-header {
  background: rgba(236, 238, 250, 0.88) !important;
  border-bottom-color: rgba(108, 87, 190, 0.12) !important;
}

.data-table tr:hover td,
tr[class*="hover:bg-navy"]:hover td {
  background: rgba(120, 85, 225, 0.045) !important;
}

.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(107, 80, 204, 0.1), transparent) !important;
}

.data-stream {
  display: none !important;
}

.dot-particle {
  background: rgba(111, 77, 219, 0.28) !important;
  box-shadow: 0 0 0 5px rgba(111, 77, 219, 0.04);
}

.deco-circle,
.hero-bg [class*="border-purple-700"] {
  border-color: rgba(118, 92, 222, 0.07) !important;
}

.timeline-item::before {
  background: linear-gradient(180deg, #8b5cf6, #b3c8ff) !important;
}

#cta {
  background:
    radial-gradient(circle at 18% 34%, rgba(136, 181, 255, 0.1), transparent 34%),
    radial-gradient(circle at 82% 54%, rgba(161, 112, 255, 0.1), transparent 36%),
    linear-gradient(135deg, rgba(250, 252, 255, 0.94), rgba(248, 245, 255, 0.94)) !important;
}

#cta > .absolute {
  opacity: 0.2 !important;
}

#cta .inline-flex.bg-brand-700\/20 {
  border-color: rgba(112, 78, 205, 0.14) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 8px 22px rgba(75, 66, 132, 0.06);
}

#cta::after {
  content: '';
  position: absolute;
  inset: 20% 18%;
  z-index: -1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  filter: blur(48px);
}

footer,
footer.bg-navy-900 {
  color: var(--ink-muted);
  background: rgba(245, 247, 254, 0.9) !important;
  border-top-color: rgba(101, 85, 170, 0.1) !important;
}

footer .text-white {
  color: #2b3448 !important;
}

footer .bg-white {
  box-shadow: 0 12px 32px rgba(69, 72, 118, 0.12);
}

.qr-container {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(112, 80, 209, 0.14) !important;
  box-shadow: var(--shadow) !important;
}

#qrModalBackdrop {
  background: rgba(37, 29, 67, 0.28) !important;
}

#qrModal > div:last-child > div {
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 30px 80px rgba(55, 39, 99, 0.22) !important;
}

@media (max-width: 767px) {
  .hero-bg::before {
    top: 88px;
    font-size: 32px;
  }

  section[id]:not(#hero)::before,
  .content-section:not(:first-of-type)::before {
    inset: 12px 8px;
    border-radius: 24px;
  }

  .card-glass {
    border-radius: 18px !important;
  }

  .hero-capabilities {
    width: 100%;
    padding: 9px;
    border-radius: 16px;
  }

  .hero-capabilities > span {
    flex: 1 1 calc(50% - 8px);
    justify-content: flex-start;
  }

  .section-visual-intro,
  .roadmap-visual-intro,
  .trust-visual-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 18px;
    border-radius: 22px;
  }

  .section-visual-copy {
    padding: 6px;
    text-align: center;
  }

  .section-visual-frame {
    border-radius: 17px;
  }

  .hero-stats {
    gap: 4px !important;
  }

  .hero-stats .stat-number {
    font-size: 20px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dot-particle,
  .reveal,
  .card-glass,
  .btn-primary,
  .btn-secondary {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .hero-scroll-button {
    animation: none !important;
  }
}
