/* FAST PDKS — Enterprise dark B2B SaaS theme */
:root {
  color-scheme: dark;
  --bg: #060b14;
  --bg-2: #0a101c;
  --surface: rgba(12, 20, 36, 0.78);
  --surface-2: rgba(14, 22, 40, 0.94);
  --surface-3: rgba(255, 255, 255, 0.04);
  --line: rgba(148, 163, 184, 0.14);
  --line-strong: rgba(148, 163, 184, 0.22);
  --text: #f1f5f9;
  --text-2: #cbd5e1;
  --muted: #94a3b8;
  --muted-2: #64748b;
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.45);
  --shadow-soft: 0 18px 55px rgba(0, 0, 0, 0.32);
  --magic-blue: #4f8cff;
  --magic-cyan: #22d3ee;
  --magic-gold: #f0bd62;
}

body {
  background:
    radial-gradient(circle at 12% 0%, rgba(79, 140, 255, 0.14), transparent 32rem),
    radial-gradient(circle at 88% 6%, rgba(34, 211, 238, 0.1), transparent 28rem),
    linear-gradient(180deg, #060b14 0%, #0a101c 48%, #060b14 100%);
}

body::before {
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
}

.site-header {
  border-color: rgba(148, 163, 184, 0.14);
  background:
    radial-gradient(circle at var(--pointer-x) 0, rgba(34, 211, 238, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(10, 16, 28, 0.92), rgba(8, 13, 24, 0.82));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.site-header.is-scrolled {
  background: rgba(8, 13, 24, 0.96);
}

.nav {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(148, 163, 184, 0.12);
  color: var(--text-2);
}

.nav a.is-active,
.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
}

.nav-dropdown-menu {
  background: rgba(12, 20, 36, 0.98);
  border-color: var(--line);
}

.button-secondary {
  border-color: rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.trust-band,
.product-bridge-panel,
.fastcom-ref-banner,
.inner-hero,
.content-card,
.faq-item,
.cta-band,
.comparison-card,
.value-card,
.module-card,
.price-card,
.industry-card-v2,
.home-ref-panel,
.home-faq-item {
  border-color: var(--line);
  background: var(--surface-2);
  box-shadow: var(--shadow-soft);
}

.trust-band {
  background:
    radial-gradient(circle at top left, rgba(79, 140, 255, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(14, 22, 40, 0.96), rgba(10, 16, 28, 0.92));
}

.hero-product-badge {
  border-color: rgba(79, 140, 255, 0.22);
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.1), rgba(12, 20, 36, 0.92));
}

.hero-proof span,
.hero-status-strip span,
.trust-stats span,
.product-bridge-stats span {
  border-color: rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-2);
}

.hero-proof span strong,
.trust-stats strong {
  color: var(--text);
}

.nav-link-sunum {
  border: 1px solid rgba(240, 189, 98, 0.35);
  background: linear-gradient(135deg, rgba(240, 189, 98, 0.12), rgba(255, 255, 255, 0.04));
  color: #fde68a !important;
}

.comparison-grid-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.comparison-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  color: var(--magic-cyan);
  font-size: 1.8rem;
  font-weight: 800;
}

.comparison-card.muted-card {
  background: rgba(255, 255, 255, 0.03);
}

.comparison-card.solution-card-large {
  border-color: rgba(79, 140, 255, 0.28);
  background:
    radial-gradient(circle at top right, rgba(79, 140, 255, 0.12), transparent 48%),
    rgba(14, 22, 40, 0.94);
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.outcome-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 160ms ease, border-color 160ms ease;
}

.outcome-card:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 211, 238, 0.28);
}

.outcome-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.18), rgba(34, 211, 238, 0.12));
  color: var(--magic-cyan);
  font-size: 1.1rem;
}

.module-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.module-card-v2 {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 160ms ease, border-color 160ms ease;
}

.module-card-v2:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 140, 255, 0.28);
}

.module-card-v2 .module-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.2), rgba(34, 211, 238, 0.1));
  font-size: 1.25rem;
}

.module-card-v2 h3 {
  margin: 0;
  font-size: 1.02rem;
  color: var(--text);
}

.module-card-v2 p {
  margin: 0;
  color: var(--text-2);
  font-size: 0.92rem;
  line-height: 1.6;
}

.module-card-v2 a {
  color: var(--magic-cyan);
  font-size: 0.82rem;
  font-weight: 700;
}

.industry-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.industry-card-v2 {
  padding: 22px;
  border-radius: 20px;
}

.industry-card-v2 h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--text);
}

.industry-card-v2 p {
  margin: 0;
  color: var(--text-2);
  font-size: 0.88rem;
  line-height: 1.6;
}

.price-card .plan-for {
  display: block;
  margin-bottom: 8px;
  color: var(--magic-cyan);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price-card .price-cta {
  display: inline-flex;
  margin-top: 16px;
  color: var(--magic-cyan);
  font-size: 0.88rem;
  font-weight: 700;
}

.home-ref-panel {
  padding: clamp(28px, 4vw, 40px);
  border-radius: var(--radius-xl);
}

.home-ref-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.home-ref-logos img {
  max-width: 120px;
  max-height: 44px;
  object-fit: contain;
  filter: brightness(1.05);
  opacity: 0.92;
}

.home-faq-list {
  display: grid;
  gap: 12px;
}

.home-faq-item {
  padding: 18px 22px;
  border-radius: 18px;
}

.home-faq-item h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--text);
}

.home-faq-item p {
  margin: 0;
  color: var(--text-2);
  line-height: 1.65;
  font-size: 0.92rem;
}

.form-kvkk {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  grid-column: 1 / -1;
}

.form-kvkk input {
  margin-top: 4px;
  min-width: 18px;
  min-height: 18px;
}

.form-kvkk span {
  color: var(--text-2);
  font-size: 0.86rem;
  line-height: 1.55;
}

.lead-form input:invalid:not(:placeholder-shown),
.lead-form select:invalid:not(:placeholder-shown),
.lead-form textarea:invalid:not(:placeholder-shown) {
  border-color: rgba(244, 63, 94, 0.55);
}

.lead-form.is-submitting button[type="submit"] {
  opacity: 0.72;
  pointer-events: none;
}

.form-note.is-error {
  color: #fda4af;
}

.integration-cluster article,
.architecture-core,
.mock-window,
.metric-card,
.contact-panel,
.site-footer {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--line);
}

.mock-window {
  background: linear-gradient(180deg, rgba(14, 22, 40, 0.98), rgba(8, 13, 24, 0.94));
}

.section-heading p,
.inner-hero .lead,
.hero-lead,
.contact-copy p {
  color: var(--text-2);
}

.eyebrow {
  color: var(--magic-cyan);
}

h1 span {
  background: linear-gradient(135deg, #93c5fd, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 1100px) {
  .outcomes-grid,
  .module-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comparison-grid-v2 {
    grid-template-columns: 1fr;
  }

  .comparison-bridge {
    width: auto;
    transform: rotate(90deg);
    padding: 8px 0;
  }
}

.ref-disclaimer {
  margin-top: 12px;
  text-align: center;
  color: var(--muted-2);
}

@media (max-width: 760px) {
  .outcomes-grid,
  .module-grid-v2,
  .industry-grid-v2 {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 48px;
  }

  .nav-link-sunum {
    width: 100%;
    text-align: center;
  }

  .ref-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ref-cta-actions .button {
    width: 100%;
    min-height: 48px;
  }

  .ref-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ref-grid-v2 {
    grid-template-columns: 1fr;
  }

  .ref-pillar-grid,
  .ref-scenario-grid,
  .ref-case-study-grid {
    grid-template-columns: 1fr;
  }
}

/* —— Referanslar sayfası —— */
.ref-hero .lead {
  max-width: 52rem;
}

.ref-hero-badges {
  margin-top: 18px;
}

.ref-stats-section {
  padding-top: 0;
  padding-bottom: 0;
}

.ref-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ref-stat-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(79, 140, 255, 0.1), transparent 55%),
    rgba(255, 255, 255, 0.03);
  text-align: center;
}

.ref-stat-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.35rem;
  color: var(--text);
}

.ref-stat-card span {
  color: var(--text-2);
  font-size: 0.88rem;
  line-height: 1.5;
}

.ref-intro-logos {
  margin-bottom: 18px;
}

.ref-catalog-lead,
.ref-section-lead {
  color: var(--text-2);
  margin-bottom: 18px;
  max-width: 42rem;
}

.ref-filter-bar {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.ref-filter-btn {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-2);
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.ref-filter-btn:hover,
.ref-filter-btn:focus-visible {
  color: var(--text);
  border-color: rgba(34, 211, 238, 0.35);
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.ref-filter-btn.is-active {
  color: var(--text);
  border-color: rgba(79, 140, 255, 0.45);
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.16), rgba(34, 211, 238, 0.08));
  box-shadow: 0 12px 32px rgba(79, 140, 255, 0.12);
}

.ref-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ref-card-v2 {
  display: grid;
  gap: 10px;
  padding: 22px;
  min-height: 196px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ref-card-v2:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 211, 238, 0.32);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(34, 211, 238, 0.08);
}

.ref-card-v2--featured {
  border-color: rgba(79, 140, 255, 0.28);
  background:
    radial-gradient(circle at top right, rgba(79, 140, 255, 0.12), transparent 52%),
    rgba(255, 255, 255, 0.04);
}

.ref-card-v2-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.ref-card-v2-logo img {
  width: 100%;
  max-width: 120px;
  max-height: 44px;
  object-fit: contain;
}

.ref-card-v2-name {
  margin: 0;
  font-size: 0.98rem;
  color: var(--text);
  line-height: 1.35;
}

.ref-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ref-tag-sector {
  border: 1px solid rgba(34, 211, 238, 0.22);
  background: rgba(34, 211, 238, 0.08);
  color: #a5f3fc;
}

.ref-card-v2-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ref-tag-solution {
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
}

.ref-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ref-pillar-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.ref-pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.18), rgba(34, 211, 238, 0.1));
  font-size: 1.1rem;
}

.ref-pillar-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--text);
}

.ref-pillar-card p {
  margin: 0;
  color: var(--text-2);
  font-size: 0.92rem;
  line-height: 1.65;
}

.ref-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ref-scenario-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.ref-scenario-card h3 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  color: var(--text);
}

.ref-scenario-card p {
  margin: 0;
  color: var(--text-2);
  font-size: 0.88rem;
  line-height: 1.6;
}

.ref-case-study-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 1.25rem;
}

.ref-case-study {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.ref-case-study h3 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  color: var(--text);
}

.ref-case-study h4 {
  margin: 14px 0 6px;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #93c5fd;
}

.ref-case-study p {
  margin: 0;
  color: var(--text-2);
  font-size: 0.9rem;
  line-height: 1.65;
}

.ref-legal-note {
  margin: 0 0 24px;
  padding: 16px 20px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.ref-legal-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.ref-cta-panel {
  padding-bottom: clamp(48px, 6vw, 72px);
}

.ref-cta-inner {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(79, 140, 255, 0.24);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(79, 140, 255, 0.14), transparent 42%),
    radial-gradient(circle at bottom right, rgba(34, 211, 238, 0.1), transparent 38%),
    rgba(14, 22, 40, 0.92);
  text-align: center;
}

.ref-cta-inner h2 {
  max-width: 36rem;
  margin: 0 auto 12px;
}

.ref-cta-inner > p:not(.eyebrow) {
  max-width: 42rem;
  margin: 0 auto 22px;
  color: var(--text-2);
  line-height: 1.65;
}

.ref-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 1100px) {
  .ref-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ref-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ref-pillar-grid,
  .ref-scenario-grid,
  .ref-case-study-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* —— Ana sayfa final polish —— */
.button-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: none;
  background: transparent;
  color: var(--magic-cyan);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 160ms ease, opacity 160ms ease;
}

.button-tertiary:hover,
.button-tertiary:focus-visible {
  color: #a5f3fc;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.button-prominent {
  min-height: 48px;
}

.hero-proof-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
}

.mock-sample-note {
  margin: 0 0 10px;
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mock-sample-note-inline {
  margin-bottom: 14px;
}

.trust-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.trust-band-compact {
  margin-top: 0;
}

.trust-band-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.trust-band-heading {
  text-align: center;
  margin-bottom: 8px;
}

.trust-band-heading h2 {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.trust-premium-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 22px 0 0;
}

.trust-actions-center {
  justify-content: center;
  margin-top: 22px;
}

.sector-trust-section .section-heading {
  text-align: center;
}

.sector-trust-section .section-heading p:last-of-type {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.sector-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.sector-trust-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 160ms ease, border-color 160ms ease;
}

.sector-trust-card:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 140, 255, 0.28);
}

.sector-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: rgba(79, 140, 255, 0.12);
  font-size: 1.25rem;
}

.sector-trust-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--text);
}

.sector-trust-card p {
  flex: 1;
  margin: 0 0 14px;
  color: var(--text-2);
  font-size: 0.86rem;
  line-height: 1.6;
}

.sector-trust-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}

.sector-trust-tags span {
  padding: 4px 9px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted-2);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sector-trust-panel .section-cta-row {
  justify-content: center;
  margin-top: 24px;
}

.trust-premium-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

.trust-premium-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
  color: var(--text);
}

.trust-premium-card span {
  color: var(--text-2);
  font-size: 0.82rem;
  line-height: 1.45;
}

.home-ref-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.home-ref-logo-grid figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.home-ref-logo-grid img {
  width: 100%;
  max-width: 110px;
  max-height: 40px;
  object-fit: contain;
}

.trust-ref-cta {
  margin-top: 14px;
  width: 100%;
}

.comparison-grid-v3 .comparison-card-rich {
  padding: 24px;
}

.comparison-card-rich h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.cmp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 1rem;
}

.cmp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.cmp-chips span {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.cmp-chips-problem span {
  border: 1px solid rgba(244, 63, 94, 0.25);
  background: rgba(244, 63, 94, 0.08);
  color: #fda4af;
}

.cmp-chips-solution span {
  border: 1px solid rgba(34, 211, 238, 0.25);
  background: rgba(34, 211, 238, 0.08);
  color: #a5f3fc;
}

.cmp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.cmp-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--text-2);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cmp-list li span {
  flex: 0 0 auto;
  color: var(--muted);
  font-weight: 800;
}

.comparison-flow-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 72px;
}

.comparison-flow-bridge .flow-line {
  width: 2px;
  height: 36px;
  background: linear-gradient(180deg, transparent, rgba(34, 211, 238, 0.55), transparent);
}

.comparison-flow-bridge .flow-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.35);
  background: radial-gradient(circle at center, rgba(34, 211, 238, 0.18), rgba(255, 255, 255, 0.03));
  color: var(--magic-cyan);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.15);
}

.outcomes-grid-equal {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.outcomes-grid-equal .outcome-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 168px;
}

.module-grid-v2-equal .module-card-v2 {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 196px;
}

.module-grid-v2-equal .module-icon {
  width: 44px;
  height: 44px;
}

.architecture-map-v2 {
  gap: 20px;
}

.reporting-section-v2 {
  align-items: stretch;
}

.dashboard-panel-v2 {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.insight-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.insight-card {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.insight-card:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 140, 255, 0.28);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.insight-card span:first-child {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text);
}

.insight-card p {
  margin: 0;
  color: var(--text-2);
  font-size: 0.84rem;
  line-height: 1.45;
}

.sparkline {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.12);
  overflow: hidden;
  position: relative;
}

.sparkline::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--spark, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(79, 140, 255, 0.85), rgba(34, 211, 238, 0.85));
}

.sparkline-warn::after {
  background: linear-gradient(90deg, rgba(251, 191, 36, 0.85), rgba(244, 63, 94, 0.75));
}

.sparkline-ok::after {
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.85), rgba(52, 211, 153, 0.85));
}

.industry-grid-icons .industry-card-v2 {
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.industry-grid-icons .industry-card-v2:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 140, 255, 0.28);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.industry-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.1rem;
}

.section-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.pricing-grid-v2 .price-card {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto auto;
}

.pricing-grid-v2 .price-card.featured {
  transform: translateY(-6px);
  border-color: rgba(240, 189, 98, 0.35);
  box-shadow: 0 24px 60px rgba(79, 140, 255, 0.14);
}

.pricing-note {
  margin-top: 18px;
  text-align: center;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.home-faq-accordion {
  display: grid;
  gap: 10px;
}

.home-faq-acc-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.home-faq-acc-item h3 {
  margin: 0;
}

.home-faq-acc-item button {
  width: 100%;
  min-height: 52px;
  padding: 16px 20px;
  border: none;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.home-faq-acc-item button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(34, 211, 238, 0.35);
}

.home-faq-acc-item [role="region"] {
  padding: 0 20px 18px;
}

.home-faq-acc-item [role="region"] p {
  margin: 0;
  color: var(--text-2);
  line-height: 1.65;
}

.home-faq-acc-item.is-open {
  border-color: rgba(79, 140, 255, 0.28);
}

.lead-form-premium {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-form-premium .full {
  grid-column: 1 / -1;
}

.lead-form-premium .req {
  color: #fda4af;
  text-decoration: none;
}

.site-footer-premium .footer-main {
  display: grid;
  gap: 18px;
}

.site-footer-premium .footer-tagline {
  max-width: 42rem;
  color: var(--text-2);
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .trust-premium-grid,
  .trust-premium-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sector-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-ref-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .outcomes-grid-equal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comparison-grid-v3 {
    grid-template-columns: 1fr;
  }

  .comparison-flow-bridge {
    flex-direction: row;
    padding: 8px 0;
  }

  .comparison-flow-bridge .flow-line {
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.55), transparent);
  }
}

@media (max-width: 760px) {
  .trust-premium-grid,
  .trust-premium-grid-5,
  .sector-trust-grid,
  .home-ref-logo-grid,
  .outcomes-grid-equal,
  .insight-grid-v2 {
    grid-template-columns: 1fr;
  }

  .trust-actions-center,
  .sector-trust-panel .section-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .trust-actions-center .button,
  .sector-trust-panel .section-cta-row .button {
    width: 100%;
    min-height: 48px;
  }

  .lead-form-premium {
    grid-template-columns: 1fr;
  }

  .pricing-grid-v2 .price-card.featured {
    transform: none;
  }
}
