/* Brand-aligned tokens — Inter Tight / Inter per brand guide */
:root {
  --v3-bg: #080c10;
  --v3-bg-soft: #0d1117;
  --v3-panel: rgba(13, 17, 23, 0.72);
  --v3-panel-strong: rgba(13, 17, 23, 0.9);
  --v3-border: rgba(59, 130, 246, 0.2);
  --v3-border-strong: rgba(34, 197, 94, 0.28);
  --v3-text: #f1f5f9;
  --v3-text-soft: #94a3b8;
  --v3-text-dim: #475569;
  --v3-blue: #3b82f6;
  --v3-cyan: #06b6d4;
  --v3-green: #22c55e;
  --v3-violet: #2563eb;
  --v3-glow-blue: rgba(59, 130, 246, 0.2);
  --v3-glow-cyan: rgba(6, 182, 212, 0.14);
  --v3-glow-green: rgba(34, 197, 94, 0.16);
  --v3-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --v3-radius: 12px;
  --v3-radius-sm: 8px;
  --v3-font-display: 'Inter Tight', 'Inter', -apple-system, sans-serif;
  --v3-font-body: 'Inter', -apple-system, sans-serif;
}

body.v3-page {
  background:
    radial-gradient(circle at 18% 14%, rgba(59, 130, 246, 0.14), transparent 32%),
    radial-gradient(circle at 78% 10%, rgba(34, 197, 94, 0.06), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(34, 197, 94, 0.08), transparent 34%),
    #080c10;
  color: var(--v3-text);
  font-family: var(--v3-font-body);
  font-size: 15px;
  line-height: 1.65;
}

body.v3-page::after {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(59, 130, 246, 0.08) 0%, transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0) 20%);
  opacity: 0.9;
}

.v3-page .site-nav {
  background: rgba(4, 8, 15, 0.35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.v3-page .site-nav.nav-scrolled {
  background: rgba(4, 8, 15, 0.76);
  border-bottom-color: rgba(59, 130, 246, 0.16);
}

.v3-page .nav-link,
.v3-page .nav-dropdown-toggle {
  color: rgba(231, 240, 255, 0.72);
}

.v3-page .nav-link:hover,
.v3-page .nav-dropdown-toggle:hover {
  color: var(--v3-text);
}

.v3-page .nav-link.active {
  color: var(--v3-green);
}

.v3-page .nav-dropdown-menu {
  background: rgba(6, 11, 20, 0.94);
  border-color: rgba(59, 130, 246, 0.16);
  box-shadow: var(--v3-shadow);
}

.v3-page .nav-dropdown-item {
  color: rgba(231, 240, 255, 0.72);
}

.v3-page .nav-dropdown-item:hover {
  color: var(--v3-text);
  background: rgba(34, 197, 94, 0.08);
}

.v3-page .btn-blue {
  background: #3b82f6;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.25);
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
}

.v3-page .btn-blue:hover {
  background: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.35);
}

.v3-page .btn-blue-outline,
.v3-page .btn-ghost {
  background: transparent;
  border: 1px solid rgba(59, 130, 246, 0.4);
  border-radius: 8px;
  color: #3b82f6;
  font-weight: 600;
  font-size: 15px;
  padding: 11px 24px;
}

.v3-page .btn-blue-outline:hover,
.v3-page .btn-ghost:hover {
  background: rgba(59, 130, 246, 0.08);
  border-color: #3b82f6;
}

.v3-page .section-label {
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 12px;
  color: #22c55e;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-page .section-label::before {
  background: var(--v3-green);
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.45);
}

.v3-display {
  font-family: var(--v3-font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.v3-shell {
  position: relative;
  overflow: hidden;
}

.v3-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 82%);
  opacity: 0.22;
  pointer-events: none;
}

.v3-hero {
  position: relative;
  min-height: 100vh;
  padding: 132px 0 72px;
  overflow: hidden;
}

.v3-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.v3-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v3-hero-glow,
.v3-hero-grid,
.v3-hero-beam {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.v3-hero-glow {
  background:
    radial-gradient(circle at 22% 24%, rgba(59, 130, 246, 0.22), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(6, 182, 212, 0.1), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(34, 197, 94, 0.14), transparent 30%);
  filter: blur(24px);
}

.v3-hero-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.18;
  transform: perspective(800px) rotateX(76deg) scale(1.55) translateY(28%);
  transform-origin: center bottom;
  mask-image: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, 0.9) 44%, transparent 100%);
}

.v3-hero-beam {
  background:
    linear-gradient(114deg, transparent 36%, rgba(34, 197, 94, 0.12) 52%, transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 26%);
  opacity: 0.55;
}

.v3-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 42px;
  align-items: center;
}

.v3-copy {
  max-width: 640px;
}

.v3-headline {
  font-size: clamp(36px, 5vw, 64px);
  margin-bottom: 20px;
}

.v3-headline em {
  color: var(--v3-green);
  font-style: normal;
  text-shadow: 0 0 28px rgba(34, 197, 94, 0.28);
}

.v3-subhead {
  max-width: 560px;
  color: var(--v3-text-soft);
  font-size: 16px;
  line-height: 1.65;
}

.v3-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.v3-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.v3-proof-item {
  padding: 18px 16px;
  border-radius: 8px;
  background: rgba(8, 16, 28, 0.52);
  border: 1px solid rgba(59, 130, 246, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.v3-proof-value {
  display: block;
  font-family: var(--v3-font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--v3-text);
}

.v3-proof-label {
  display: block;
  margin-top: 8px;
  color: var(--v3-text-dim);
  font-size: 12px;
  line-height: 1.5;
}

.v3-hero-stack {
  position: relative;
  min-height: 620px;
}

.v3-orbit,
.v3-orbit::before,
.v3-orbit::after {
  position: absolute;
  border-radius: 999px;
}

.v3-orbit {
  inset: 52px;
  border: 1px solid rgba(59, 130, 246, 0.14);
  animation: v3-spin 28s linear infinite;
}

.v3-orbit::before,
.v3-orbit::after {
  content: '';
  width: 10px;
  height: 10px;
  background: linear-gradient(180deg, #d5e2ff 0%, #3b82f6 100%);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.5);
}

.v3-orbit::before {
  top: 58px;
  right: -5px;
}

.v3-orbit::after {
  bottom: 94px;
  left: -5px;
  background: linear-gradient(180deg, #b7ffd8 0%, #22c55e 100%);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.4);
}

.v3-screen {
  position: absolute;
  inset: 76px 42px 92px 42px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 30%),
    rgba(8, 16, 28, 0.68);
  border: 1px solid rgba(150, 190, 255, 0.2);
  box-shadow: var(--v3-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  transform: translateZ(0);
}

.v3-screen::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(59, 130, 246, 0.12), transparent 35%, rgba(34, 197, 94, 0.08) 75%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 28%);
  pointer-events: none;
}

.v3-screen-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(150, 190, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.v3-screen-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.v3-screen-url {
  margin-left: 12px;
  color: rgba(231, 240, 255, 0.66);
  font-size: 12px;
}

.v3-screen-body {
  position: relative;
  height: calc(100% - 58px);
  padding: 22px;
}

.v3-screen-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  opacity: 0.9;
}

.v3-screen-img-contain {
  object-fit: contain;
  background: rgba(6, 10, 18, 0.92);
}

.v3-floating-card {
  position: absolute;
  min-width: 180px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(9, 18, 30, 0.82);
  border: 1px solid rgba(59, 130, 246, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.v3-floating-card:nth-child(2) {
  top: 62px;
  left: -10px;
  animation: v3-float 10s ease-in-out infinite;
}

.v3-floating-card:nth-child(3) {
  right: -6px;
  top: 212px;
  animation: v3-float 12s ease-in-out infinite reverse;
}

.v3-floating-card:nth-child(4) {
  left: 38px;
  bottom: 24px;
  animation: v3-float 11s ease-in-out infinite;
}

.v3-floating-label {
  display: block;
  color: var(--v3-text-dim);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-floating-value {
  display: block;
  margin-top: 10px;
  font-family: var(--v3-font-display);
  font-size: 24px;
  font-weight: 700;
}

.v3-floating-copy {
  display: block;
  margin-top: 6px;
  color: var(--v3-text-soft);
  font-size: 12px;
}

.v3-section {
  position: relative;
  padding: 64px 0;
}

.v3-panel {
  position: relative;
  padding: 34px;
  border-radius: var(--v3-radius);
  border: 1px solid var(--v3-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 20%),
    var(--v3-panel);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--v3-shadow);
  overflow: hidden;
}

.v3-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(59, 130, 246, 0.12), transparent 36%, rgba(34, 197, 94, 0.08));
  pointer-events: none;
}

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

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

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

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

.v3-card {
  position: relative;
  padding: 24px;
  border-radius: var(--v3-radius-sm);
  background: rgba(9, 16, 28, 0.72);
  border: 1px solid rgba(59, 130, 246, 0.14);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.v3-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 197, 94, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.v3-card-kicker {
  color: #22c55e;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-card-title {
  margin-top: 10px;
  font-family: var(--v3-font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--v3-text);
}

.v3-card-copy {
  margin-top: 10px;
  color: var(--v3-text-soft);
  font-size: 14px;
  line-height: 1.6;
}

.v3-flow {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.v3-flow-steps {
  display: grid;
  gap: 14px;
}

.v3-flow-step {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(10, 18, 30, 0.68);
  border: 1px solid rgba(59, 130, 246, 0.12);
}

.v3-step-index {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.24), rgba(59, 130, 246, 0.14));
  color: var(--v3-text);
  font-family: var(--v3-font-display);
  font-weight: 700;
}

.v3-step-title {
  font-family: var(--v3-font-display);
  font-size: 18px;
}

.v3-step-copy {
  margin-top: 6px;
  color: var(--v3-text-soft);
  font-size: 14px;
  line-height: 1.7;
}

.v3-signal-map {
  position: relative;
  min-height: 100%;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 197, 94, 0.12), transparent 36%),
    rgba(9, 16, 28, 0.76);
  border: 1px solid rgba(59, 130, 246, 0.12);
  overflow: hidden;
}

.v3-signal-map::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.16;
}

.v3-signal-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #dcffe9 0%, #22c55e 100%);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.4);
}

.v3-signal-dot:nth-child(1) { top: 22%; left: 18%; }
.v3-signal-dot:nth-child(2) { top: 36%; left: 68%; background: linear-gradient(180deg, #d5e2ff 0%, #3b82f6 100%); }
.v3-signal-dot:nth-child(3) { top: 68%; left: 30%; background: linear-gradient(180deg, #dcffe9 0%, #22c55e 100%); }
.v3-signal-dot:nth-child(4) { top: 74%; left: 78%; }

.v3-signal-line {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0), rgba(59, 130, 246, 0.7), rgba(34, 197, 94, 0));
  opacity: 0.7;
}

.v3-signal-line.line-a {
  width: 240px;
  top: 29%;
  left: 21%;
  transform: rotate(14deg);
}

.v3-signal-line.line-b {
  width: 200px;
  top: 45%;
  left: 34%;
  transform: rotate(112deg);
}

.v3-signal-line.line-c {
  width: 210px;
  top: 74%;
  left: 32%;
  transform: rotate(-8deg);
}

.v3-marquee {
  margin-top: 22px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

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

.v3-marquee-chip {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.18);
  background: rgba(9, 16, 28, 0.72);
  color: var(--v3-text-soft);
  font-size: 13px;
  white-space: nowrap;
}

.v3-usecase {
  min-height: 100%;
}

.v3-usecase-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--v3-green);
  text-decoration: none;
  font-weight: 600;
}

.v3-pricing-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: center;
}

.v3-pricing-stack {
  display: grid;
  gap: 12px;
}

.v3-pricing-item {
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(9, 16, 28, 0.68);
  border: 1px solid rgba(59, 130, 246, 0.14);
}

.v3-pricing-name {
  font-family: var(--v3-font-display);
  font-size: 18px;
}

.v3-pricing-copy {
  margin-top: 6px;
  color: var(--v3-text-soft);
  font-size: 14px;
  line-height: 1.7;
}

.v3-pricing-callout {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.v3-quote {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}

.v3-logo-rail {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.v3-logo-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(59, 130, 246, 0.12);
  color: var(--v3-text-soft);
  font-size: 12px;
}

.v3-metric-rail {
  display: grid;
  gap: 12px;
}

.v3-metric-card {
  padding: 20px;
  border-radius: 8px;
  background: rgba(9, 16, 28, 0.72);
  border: 1px solid rgba(59, 130, 246, 0.14);
}

.v3-metric-card strong {
  display: block;
  font-family: var(--v3-font-display);
  font-size: 28px;
}

.v3-metric-card span {
  display: block;
  margin-top: 6px;
  color: var(--v3-text-soft);
  font-size: 13px;
}

.v3-cta {
  text-align: center;
  padding: 44px 38px;
}

.v3-cta-copy {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--v3-text-soft);
  font-size: 17px;
  line-height: 1.75;
}

.v3-footer-link {
  color: rgba(231, 240, 255, 0.72);
}

.v3-reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(10px);
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.v3-reveal-delay-1 { transition-delay: 0.08s; }
.v3-reveal-delay-2 { transition-delay: 0.16s; }
.v3-reveal-delay-3 { transition-delay: 0.24s; }

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

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

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

@media (max-width: 1100px) {
  .v3-headline {
    font-size: clamp(32px, 5vw, 52px);
  }

  .v3-hero-content,
  .v3-flow,
  .v3-pricing-band,
  .v3-quote {
    grid-template-columns: 1fr;
  }

  .v3-hero-stack {
    min-height: 560px;
  }

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

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

@media (max-width: 900px) {
  .v3-hero {
    min-height: auto;
    padding-top: 108px;
  }

  .v3-panel {
    padding: 26px;
  }

  .v3-grid-2,
  .v3-grid-3,
  .v3-grid-4,
  .v3-proof-strip,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .v3-hero-stack {
    min-height: 480px;
  }

  .v3-screen {
    inset: 68px 18px 80px;
  }

  .v3-floating-card:nth-child(2) {
    top: 34px;
    left: 2px;
  }

  .v3-floating-card:nth-child(3) {
    right: 8px;
    top: 196px;
  }

  .v3-floating-card:nth-child(4) {
    left: 18px;
    bottom: 16px;
  }
}

@media (max-width: 640px) {
  .v3-headline {
    font-size: clamp(28px, 8vw, 42px);
  }

  .v3-subhead,
  .v3-cta-copy,
  .pricing-hero-copy {
    font-size: 16px;
  }

  .v3-hero-ctas,
  .route-links {
    flex-direction: column;
  }

  .v3-screen {
    inset: 84px 6px 110px;
  }

  .v3-hero-stack {
    min-height: 430px;
  }

  .v3-floating-card {
    min-width: 150px;
    padding: 12px 14px;
  }

  .v3-orbit {
    inset: 64px 14px;
  }
}

/* ═══════════════════════════════════════════════════════ */
/* COMBO HOMEPAGE — styles for combined V1+V2+V3 sections */
/* ═══════════════════════════════════════════════════════ */

/* Left-aligned section subtitle (not centered like V3 default) */
.v3-section-sub {
  color: var(--v3-text-soft);
  font-size: 15px;
  line-height: 1.7;
  max-width: 640px;
  margin-bottom: 28px;
}

/* Alternating layout alignment helpers */
.combo-alt {
  align-items: center;
}

.combo-alt-reverse {
  align-items: start;
}

/* Device grid for connector section */
.combo-device-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.combo-device-item {
  font-size: 14px;
  color: var(--v3-text-soft);
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.combo-device-icon {
  font-size: 16px;
}

/* Testimonial blockquote styling */
.combo-testimonial {
  margin: 24px 0 0 0;
  padding: 20px 24px;
  border-radius: 8px;
  background: rgba(9, 16, 28, 0.72);
  border: 1px solid rgba(59, 130, 246, 0.14);
  border-left: 3px solid var(--v3-green);
}

.combo-testimonial p {
  color: var(--v3-text);
  font-size: 16px;
  font-style: italic;
  line-height: 1.65;
  margin: 0;
}

.combo-testimonial cite {
  display: block;
  margin-top: 12px;
  color: var(--v3-text-soft);
  font-size: 13px;
  font-style: normal;
}

/* Trust section alignment */
.combo-trust {
  align-items: start;
}

/* Use case cards — ensure minimum height */
.combo-usecases .v3-usecase {
  display: flex;
  flex-direction: column;
}

.combo-usecases .v3-usecase .v3-usecase-link {
  margin-top: auto;
  padding-top: 12px;
}

/* Responsive: stack alternating layouts */
@media (max-width: 900px) {
  .combo-alt,
  .combo-alt-reverse,
  .combo-trust {
    grid-template-columns: 1fr;
  }

  .combo-usecases.v3-grid-3 {
    grid-template-columns: 1fr;
  }

  .combo-usecases.v3-grid-2 {
    grid-template-columns: 1fr;
    max-width: none !important;
  }

  .combo-device-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v3-orbit,
  .v3-marquee-track,
  .v3-floating-card,
  .v3-reveal,
  .v3-card,
  .v3-card:hover {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
