/* ── Security Gap ── */

.sec-gap {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
}

.sec-gap-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.sec-gap-inner .how-eyebrow {
  margin-bottom: 1.25rem;
}

.sec-gap-heading {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.sec-gap-intro {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  font-weight: 300;
  max-width: 640px;
  margin-bottom: 3rem;
}

.sec-gap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.sec-gap-card {
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.02);
  border: 0.5px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sec-gap-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #e2e2dc;
  letter-spacing: -0.2px;
}

.sec-gap-row {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Geist Mono', monospace;
}

.sec-gap-row i {
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}

.sec-gap-row--good {
  color: rgba(255, 255, 255, 0.7);
}

.sec-gap-row--good i {
  color: rgba(34, 197, 94, 0.7);
}

.sec-gap-row--bad {
  color: rgba(255, 255, 255, 0.8);
}

.sec-gap-row--bad i {
  color: rgba(248, 113, 113, 0.75);
}

.sec-gap-callout {
  padding: 1.25rem 1.75rem;
  border-left: 2px solid rgba(34, 197, 94, 0.3);
  background: rgba(34, 197, 94, 0.03);
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  font-style: italic;
}

/* ── Security Layers ── */

.sec-layers {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
}

.sec-layers-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.sec-layers-inner .how-eyebrow {
  margin-bottom: 1.25rem;
}

.sec-layers-heading {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 3rem;
}

.sec-layers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.sec-layer {
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.02);
  border: 0.5px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.sec-layer-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(34, 197, 94, 0.07);
  border: 0.5px solid rgba(34, 197, 94, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #22c55e;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.sec-layer-title {
  font-size: 17px;
  font-weight: 600;
  color: #e2e2dc;
  margin-bottom: 8px;
  line-height: 1.25;
  letter-spacing: -0.2px;
}

.sec-layer-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  font-weight: 300;
  flex: 1;
  margin-bottom: 1rem;
}

/* ── Compatibility Grid ── */

.compat-section {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
}

.compat-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.compat-inner .how-eyebrow {
  margin-bottom: 1.25rem;
}

.compat-heading {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 3rem;
}

.compat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.compat-col {
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.02);
  border: 0.5px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
}

.compat-col-title {
  font-family: 'Geist Mono', monospace;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.25rem;
}

.compat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.compat-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.compat-list li::before {
  content: '✓';
  color: #22c55e;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
  font-weight: 600;
}

/* ── Competitor / Rival Table ── */

.rival-section {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
}

.rival-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.rival-inner .how-eyebrow {
  margin-bottom: 1.25rem;
}

.rival-heading {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.rival-intro {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  font-weight: 300;
  max-width: 640px;
  margin-bottom: 3rem;
}

.rival-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.rival-table {
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  min-width: 860px;
}

.rival-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.1fr;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.05);
}

.rival-row:last-child {
  border-bottom: none;
}

.rival-row-head {
  background: rgba(255, 255, 255, 0.03);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.rival-cell {
  padding: 0.875rem 1rem;
  border-right: 0.5px solid rgba(255, 255, 255, 0.05);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.45;
  display: flex;
  align-items: center;
}

.rival-cell:last-child {
  border-right: none;
}

.rival-row-head .rival-cell {
  font-family: 'Geist Mono', monospace;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0.75rem 1rem;
}

.rival-cell-feature {
  font-weight: 600;
  color: #e2e2dc;
  font-size: 16px;
}

.rival-cell--ecora {
  background: rgba(34, 197, 94, 0.04);
}

.rival-row-head .rival-cell--ecora {
  color: #22c55e;
}

.rival-yes  { color: #22c55e; }
.rival-no   { color: rgba(248, 113, 113, 0.7); }
.rival-part { color: rgba(255, 176, 32, 0.85); }

.rival-callout {
  margin-top: 2rem;
  padding: 1.25rem 1.75rem;
  border-left: 2px solid rgba(34, 197, 94, 0.3);
  background: rgba(34, 197, 94, 0.03);
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

/* ── Entity Types ── */

.sec-entities {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
}

.sec-entities-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.sec-entities-inner .how-eyebrow {
  margin-bottom: 1.25rem;
}

.sec-entities-heading {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.sec-entities-intro {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  font-weight: 300;
  max-width: 640px;
  margin-bottom: 3rem;
}

.sec-entity-groups {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.sec-entity-group-label {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 1rem;
}

.sec-entity-group-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.sec-entity-group--single .sec-layer {
  width: 100%;
}

.sec-layer-mech {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #22c55e;
  background: rgba(34, 197, 94, 0.08);
  border: 0.5px solid rgba(34, 197, 94, 0.2);
  padding: 3px 8px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0.75rem;
}

/* ── Responsive ── */

@media (max-width: 768px) {
  .sec-gap-inner,
  .sec-layers-inner,
  .sec-entities-inner,
  .compat-inner,
  .tech-acc-inner,
  .rival-inner {
    padding: 3.5rem 1.25rem;
  }

  .sec-gap-grid,
  .compat-grid {
    grid-template-columns: 1fr;
  }

  .sec-layers-grid {
    grid-template-columns: 1fr;
  }

  .sec-entity-group-cards {
    grid-template-columns: 1fr;
  }

  .tech-acc-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
