.elementor-17338 .elementor-element.elementor-element-427382a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17338 .elementor-element.elementor-element-757d176{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9d23b6e */:root {
  --background: 220 20% 8%;
  --foreground: 0 0% 98%;
  --card: 220 18% 12%;
  --card-foreground: 0 0% 98%;
  --primary: 66 70% 50%;
  --primary-foreground: 220 20% 8%;
  --secondary: 220 15% 16%;
  --secondary-foreground: 0 0% 98%;
  --muted: 220 15% 20%;
  --muted-foreground: 215 15% 60%;
  --border: 220 15% 20%;
  --destructive: 0 84% 60%;
  --amber: 36 85% 44%;
  --radius: 16px;
  --shadow-accent: 0 0 60px hsla(66, 70%, 50%, 0.15), 0 0 120px hsla(66, 70%, 50%, 0.05);
  --shadow-card: 0 18px 50px hsla(220, 30%, 2%, 0.28);
  --font-heading: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: var(--font-heading);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  color: hsl(var(--primary));
  text-decoration: none;
}
a:hover {
  opacity: 0.92;
}
img {
  max-width: 100%;
}
button,
a {
  transition: all 0.25s ease;
}
button {
  font: inherit;
}
.viq-page {
  min-height: 100vh;
  background: hsl(var(--background));
}
.section-container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}
.content-section {
  position: relative;
  padding: 72px 0;
}
.hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 112px 0 72px;
  overflow: hidden;
}
.bg-grid,
.bg-dots {
  position: relative;
}
.bg-grid::before,
.bg-dots::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.bg-grid::before {
  background-image:
    linear-gradient(hsla(66, 70%, 50%, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, hsla(66, 70%, 50%, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.bg-dots::before {
  background-image: radial-gradient(circle, hsla(66, 70%, 50%, 0.15) 1px, transparent 1px);
  background-size: 28px 28px;
}
.hero-glow,
.cta-glow {
  position: absolute;
  pointer-events: none;
}
.hero-glow {
  top: -200px;
  right: -200px;
  width: 700px;
  height: 700px;
  border-radius: 999px;
  background: radial-gradient(circle, hsla(66, 70%, 50%, 0.1) 0%, transparent 70%);
}
.cta-glow {
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, hsla(66, 70%, 50%, 0.08) 0%, transparent 70%);
}
.viq-navbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  background: hsla(220, 20%, 8%, 0.8);
  backdrop-filter: blur(20px);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}
.brand-wrap,
.footer-inner,
.hero-actions,
.proof-item,
.pipeline-step-inner,
.module-header,
.timeline-item,
.revenue-banner,
.builder-brand,
.cta-actions,
.footer-brand,
.button,
.nav-links,
.desktop-nav {
  display: flex;
  align-items: center;
}
.brand-wrap {
  gap: 12px;
}
.brand,
.footer-brand {
  color: hsl(var(--foreground));
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.brand span,
.footer-brand span {
  color: hsl(var(--primary));
}
.brand-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  padding: 4px 8px;
  color: hsl(var(--muted-foreground));
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.desktop-nav {
  gap: 32px;
}
.desktop-nav a:not(.button) {
  color: hsl(var(--muted-foreground));
  font-size: 0.92rem;
}
.desktop-nav a:not(.button):hover,
.mobile-menu a:hover {
  color: hsl(var(--foreground));
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: hsl(var(--foreground));
}
.mobile-menu {
  display: none;
  border-top: 1px solid hsl(var(--border));
  background: hsl(var(--background));
}
.mobile-menu.is-open {
  display: block;
}
.mobile-menu-inner {
  display: grid;
  gap: 6px;
  padding: 20px 0 24px;
}
.mobile-menu a {
  color: hsl(var(--muted-foreground));
  padding: 12px 0;
}
.mobile-cta {
  margin-top: 6px;
  justify-content: center;
}
.button {
  gap: 10px;
  justify-content: center;
  border-radius: 12px;
  padding: 14px 24px;
  font-weight: 700;
  line-height: 1;
}
.button i {
  width: 18px;
  height: 18px;
}
.button-sm {
  padding: 12px 18px;
  font-size: 0.92rem;
}
.button-primary {
  background: hsl(var(--primary));
  color: black !important;
  box-shadow: 0 6px 24px hsla(66, 70%, 50%, 0.35);
}
.button-primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.button-secondary {
  border: 1px solid hsl(var(--border));
  color: hsl(var(--foreground));
  background: transparent;
}
.button-secondary:hover {
  background: hsl(var(--secondary));
}
.hero-grid,
.split-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 64px;
  align-items: center;
}
.pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid hsla(66, 70%, 50%, 0.2);
  border-radius: 999px;
  padding: 10px 16px;
  background: hsla(66, 70%, 50%, 0.1);
  margin-bottom: 32px;
  color: hsl(var(--primary));
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.pulse-dot,
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.pulse-dot {
  background: hsl(var(--primary));
  box-shadow: 0 0 8px hsla(66, 70%, 50%, 0.3);
  animation: glowPulse 2s ease-in-out infinite;
}
.display-heading {
  margin: 0 0 24px;
  font-size: clamp(2.9rem, 7vw, 5.8rem);
  font-weight: 800 !important;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}
.section-heading {
  margin: 0;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.section-title-left {
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 900px;
}
.compact-title {
  margin-bottom: 8px;
}
.body-text {
  margin: 0;
  max-width: 70ch;
  color: hsl(var(--muted-foreground));
  font-size: 1.05rem;
  line-height: 1.8;
}
.hero-text {
  margin-bottom: 32px;
}
.section-intro-left {
  margin-bottom: 44px;
}
.narrow-gap {
  margin-bottom: 0;
}
.section-center {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 48px;
}
.section-center-copy,
.centered-text {
  margin-left: auto;
  margin-right: auto;
}
.eyebrow,
.mono-label,
.mono-text,
.mono-tag {
  font-family: var(--font-mono);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: hsl(var(--primary));
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.eyebrow::before {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: hsl(var(--primary));
}
.eyebrow-center {
  justify-content: center;
}
.eyebrow-plain::before {
  display: none;
}
.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.proof-grid,
.stats-grid,
.feature-grid,
.integrations-grid,
.compact-grid {
  display: grid;
  gap: 20px;
}
.proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}
.proof-item {
  gap: 10px;
  align-items: flex-start;
  color: hsl(var(--muted-foreground));
  font-size: 0.94rem;
}
.proof-item i {
  width: 16px;
  height: 16px;
  color: hsl(var(--primary));
  margin-top: 2px;
  flex-shrink: 0;
}
.pipeline-card,
.stat-card,
.feature-card,
.list-card,
.module-card,
.score-card,
.media-card,
.integration-card,
.architecture-layer,
.revenue-banner,
.faq-item {
  position: relative;
  z-index: 1;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background: hsl(var(--card));
  box-shadow: var(--shadow-card);
}
.pipeline-card {
  padding: 32px;
}
.glow-accent {
  box-shadow: var(--shadow-accent);
}
.mono-label,
.mono-text {
  color: hsl(var(--muted-foreground));
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.mono-text {
  margin: 0 0 20px;
}
.mono-label.small {
  font-size: 0.7rem;
}
.pipeline-list {
  display: grid;
  gap: 0;
}
.pipeline-step {
  border: 1px solid hsl(var(--border));
  border-radius: 14px;
  padding: 18px;
  background: hsl(var(--card));
  transition: all 0.45s ease;
}
.pipeline-step.is-active {
  border-color: hsla(66, 70%, 50%, 0.4);
  background: hsla(66, 70%, 50%, 0.05);
  box-shadow: 0 0 15px hsla(66, 70%, 50%, 0.15);
}
.pipeline-step-inner {
  gap: 12px;
  align-items: flex-start;
}
.status-dot {
  margin-top: 4px;
  background: hsla(215, 15%, 60%, 0.3);
}
.pipeline-step.is-active .status-dot {
  background: hsl(var(--primary));
  box-shadow: 0 0 8px hsla(66, 70%, 50%, 0.6);
}
.pipeline-label {
  color: hsl(var(--muted-foreground));
  font-size: 0.96rem;
  font-weight: 600;
}
.pipeline-step.is-active .pipeline-label {
  color: hsl(var(--foreground));
}
.pipeline-subtitle {
  margin-top: 6px;
  color: hsl(var(--muted-foreground));
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.pipeline-connector {
  width: 2px;
  height: 16px;
  margin: 4px auto;
  background: hsl(var(--border));
  transition: background 0.45s ease;
}
.pipeline-connector.is-active {
  background: hsla(66, 70%, 50%, 0.6);
}
.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.stat-card {
  padding: 28px;
}
.stat-centered {
  text-align: center;
}
.stat-value {
  margin-bottom: 12px;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
}
.stat-card p,
.feature-card p,
.media-card p,
.list-card p,
.integration-card p,
.timeline-item p,
.faq-answer p,
.revenue-banner p,
.builder-brand span {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.96rem;
  line-height: 1.65;
}
.feature-card {
  padding: 24px;
}
.feature-card h3,
.module-header h3,
.media-card h3,
.timeline-item h3,
.integration-card h3,
.revenue-banner h3,
.builder-brand strong,
.list-card span {
  margin: 0;
  color: hsl(var(--foreground));
  font-size: 1rem;
  font-weight: 700;
}
.feature-card-center,
.integration-card {
  text-align: center;
}
.icon-chip,
.builder-mark,
.timeline-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon-chip {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border: 1px solid hsla(66, 70%, 50%, 0.2);
  border-radius: 14px;
  background: hsla(66, 70%, 50%, 0.1);
  color: hsl(var(--primary));
}
.icon-chip.small {
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  border-radius: 12px;
  flex-shrink: 0;
}
.icon-chip i,
.revenue-banner i {
  width: 20px;
  height: 20px;
}
.stack-list {
  display: grid;
  gap: 12px;
}
.stack-list.large-gap {
  gap: 16px;
}
.list-card,
.media-card {
  padding: 18px 20px;
}
.list-card {
  display: flex;
  align-items: center;
  gap: 16px;
}
.media-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
}
.module-card {
  overflow: hidden;
  cursor: pointer;
}
.module-topbar {
  height: 4px;
  background: hsl(var(--primary));
}
.module-content {
  padding: 24px;
}
.mono-tag,
.tag-list span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  background: hsla(66, 70%, 50%, 0.1);
  border: 1px solid hsla(66, 70%, 50%, 0.2);
  color: hsl(var(--primary));
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.module-header {
  gap: 12px;
  margin: 16px 0 10px;
}
.module-header i {
  width: 22px;
  height: 22px;
  color: hsl(var(--primary));
}
.module-content > p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.94rem;
  line-height: 1.65;
}
.module-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.module-card.is-open .module-body {
  max-height: 220px;
  opacity: 1;
  margin-top: 16px;
}
.module-divider {
  border-top: 1px solid hsl(var(--border));
  margin-bottom: 16px;
}
.module-body ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.module-body li {
  color: hsl(var(--muted-foreground));
  font-size: 0.94rem;
}
.module-body li span {
  color: hsl(var(--primary));
  margin-right: 8px;
}
.module-toggle {
  margin-top: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: hsl(var(--muted-foreground)) !important;
  font-family: var(--font-mono) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}
.comparison-head,
.process-head {
  margin-bottom: 56px;
}
.comparison-table {
  max-width: 850px;
  margin: 0 auto;
}
.comparison-row,
.comparison-footer {
  display: grid;
  grid-template-columns: 1fr 220px;
}
.comparison-row > div,
.comparison-footer > span {
  padding: 20px 24px;
}
.comparison-header > div:last-child,
.comparison-row > div:last-child,
.comparison-footer > span:last-child {
  background: hsla(66, 70%, 50%, 0.1);
}
.comparison-header > div:last-child {
  border-radius: 16px 16px 0 0;
}
.comparison-row:not(:last-child) {
  border-bottom: 1px solid hsl(var(--border));
}
.comparison-brand {
  text-align: center;
  color: hsl(var(--foreground));
  font-size: 1.1rem;
  font-weight: 700;
}
.comparison-row > div:first-child {
  display: flex;
  align-items: center;
  color: hsl(var(--foreground));
  font-size: 0.98rem;
  font-weight: 500;
}
.comparison-row > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparison-row i {
  width: 20px;
  height: 20px;
  color: hsl(var(--primary));
}
.comparison-footer > span:last-child {
  height: 12px;
  padding: 0;
  border-radius: 0 0 16px 16px;
}
.timeline {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
.timeline-line {
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: hsl(var(--border));
}
.timeline-item {
  position: relative;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-step {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: 2px solid hsl(var(--primary));
  border-radius: 999px;
  background: hsl(var(--card));
  color: hsl(var(--primary));
  font-family: var(--font-mono);
  font-size: 0.9rem;
  font-weight: 700;
  flex-shrink: 0;
}
.timeline-item h3 {
  margin-bottom: 6px;
  font-size: 1.12rem;
}
.scoring-layout {
  gap: 72px;
}
.score-card {
  padding: 32px;
}
.score-list {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
.score-label {
  margin-bottom: 10px;
  font-size: 0.95rem;
  font-weight: 700;
}
.score-track {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: hsl(var(--muted));
}
.score-fill {
  height: 100%;
  width: 0;
  border-radius: 999px;
  transition: width 1.5s ease;
}
.fill-primary {
  background: hsl(var(--primary));
}
.fill-amber {
  background: hsl(var(--amber));
}
.fill-danger {
  background: hsl(var(--destructive));
}
.compliance-layout,
.builder-layout {
  gap: 72px;
}
.center-narrow {
  max-width: 900px;
}
.revenue-banner {
    display: flex; /* change from inline-flex */
    align-items: center;
    justify-content: center;
    gap: 16px;

    margin: 0 auto; /* centers horizontally */
    padding: 20px 28px;

    border: 1px solid hsla(66, 70%, 50%, 0.2);
    border-radius: 12px;

    max-width: fit-content; /* keeps it tight */
}
.revenue-banner i {
  width: 28px;
  height: 28px;
  color: hsl(var(--primary));
}
.revenue-banner h3 {
  margin-bottom: 4px;
  font-size: 1.6rem;
}
.integration-card {
  padding: 26px 18px;
}
.integration-card .icon-chip {
  margin: 0 auto 16px;
}
.architecture-stack {
  max-width: 720px;
  margin: 0 auto;
}
.architecture-layer {
  padding: 22px;
}
.architecture-layer.emphasis {
  border-color: hsla(66, 70%, 50%, 0.4);
  background: hsla(66, 70%, 50%, 0.05);
}
.architecture-connector {
  width: 1px;
  height: 24px;
  margin: 4px auto;
  background: hsla(66, 70%, 50%, 0.3);
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.builder-brand {
  gap: 14px;
  margin-top: 28px;
}
.builder-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: hsla(66, 70%, 50%, 0.2);
  color: hsl(var(--primary));
  font-size: 1.2rem;
  font-weight: 800;
}
.builder-brand span {
  display: block;
  color: hsl(var(--primary));
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
.faq-shell {
  max-width: 900px;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-question {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 22px 24px !important;
  border: 0 !important;
  background: transparent !important;
  color: hsl(var(--foreground)) !important;
  text-align: left !important;
  cursor: pointer !important;
}
.faq-question span {
  font-size: 0.98rem;
  font-weight: 700;
}
.faq-question i {
  width: 18px;
  height: 18px;
  color: hsl(var(--muted-foreground));
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.faq-answer p {
  padding: 0 24px 22px;
}
.faq-item.is-open .faq-answer {
  max-height: 240px;
  opacity: 1;
}
.faq-item.is-open .faq-question i {
  transform: rotate(180deg);
}
.cta-section {
  overflow: hidden;
}
.cta-content {
  position: relative;
  z-index: 1;
}
.cta-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}
.viq-footer {
  border-top: 1px solid hsl(var(--border));
  padding: 32px 0 40px;
}
.footer-inner {
  justify-content: space-between;
  gap: 16px;
}
.footer-copy {
  color: hsl(var(--muted-foreground));
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.accent-primary,
.accent-primary-text {
  color: hsl(var(--primary));
}
.accent-danger,
.accent-danger-text {
  color: hsl(var(--destructive));
}
.accent-amber,
.accent-amber-text {
  color: hsl(var(--amber));
}
.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.card-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px hsla(66, 70%, 50%, 0.12);
}
.reveal-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-section.is-visible {
  opacity: 1;
  transform: none;
}
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 8px hsla(66, 70%, 50%, 0.3); }
  50% { box-shadow: 0 0 20px hsla(66, 70%, 50%, 0.6); }
}
@media (max-width: 1100px) {
  .hero-grid,
  .split-layout,
  .scoring-layout,
  .compliance-layout,
  .builder-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feature-grid.cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .section-container {
    width: min(100% - 32px, 1280px);
  }
  .content-section {
    padding: 56px 0;
  }
  .hero-section {
    padding: 96px 0 56px;
    min-height: auto;
  }
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .brand-tag {
    display: none;
  }
  .proof-grid,
  .cols-2,
  .cols-3,
  .cols-4,
  .feature-grid.cols-3,
  .comparison-row,
  .comparison-footer {
    grid-template-columns: 1fr;
  }
  .comparison-row > div:last-child,
  .comparison-footer > span:last-child,
  .comparison-header > div:last-child {
    border-radius: 0;
  }
  .comparison-header > div:last-child {
    border-radius: 0 0 0 0;
  }
  .timeline-line {
    left: 20px;
  }
  .timeline-item {
    gap: 18px;
  }
  .timeline-step {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .content-section {
    padding: 48px 0;
  }
  .hero-section {
    padding: 88px 0 48px;
  }
  .pipeline-card,
  .score-card,
  .stat-card,
  .feature-card,
  .list-card,
  .module-content,
  .media-card,
  .integration-card,
  .architecture-layer,
  .faq-question,
  .revenue-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .button {
    width: 100%;
  }
  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }
  .revenue-banner {
    flex-direction: column;
    text-align: center;
  }
  .builder-brand {
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal-section {
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */