.opname-page .opname-hero .ai-process-card {
  padding: clamp(16px, 2.4vw, 24px);
}

.opname-page .opname-hero .ai-process-card img {
  width: 100%;
  margin: 18px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(6, 24, 19, 0.28);
}

.opname-page .section,
.opname-page .contact-section {
  padding-top: clamp(56px, 7vw, 88px);
  padding-bottom: clamp(56px, 7vw, 88px);
}

.opname-page .opname-intro,
.opname-page .opname-benefits,
.opname-page .opname-savings {
  grid-template-columns: minmax(0, 1120px);
  gap: 20px;
  text-align: center;
}

.opname-page .opname-intro h2,
.opname-page .opname-benefits h2,
.opname-page .opname-savings h2 {
  max-width: 820px;
  margin-inline: auto;
}

.opname-page .opname-intro .ai-reference-copy,
.opname-page .opname-savings .ai-reference-copy {
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
}

.opname-page .ai-offers {
  grid-template-columns: minmax(0, 1200px);
  gap: clamp(26px, 4vw, 40px);
}

.opname-page .ai-offers .section-heading {
  position: static;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.opname-page .ai-offer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.opname-page .ai-offer {
  min-height: 150px;
  padding: clamp(22px, 3vw, 32px);
  border: 0;
  background: var(--paper);
}

.opname-page .opname-steps .ai-offer-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.opname-page .opname-benefit-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 12px;
  text-align: left;
}

.opname-page .opname-benefit-list article {
  min-height: 0;
  padding: clamp(22px, 2.5vw, 30px);
}

.opname-page .opname-calculator {
  margin-bottom: 0;
  text-align: left;
}

.opname-page .opname-example > .section-heading {
  margin-bottom: clamp(26px, 4vw, 42px);
}

.opname-page .opname-sector-note {
  padding-top: clamp(42px, 5vw, 62px);
  padding-bottom: clamp(42px, 5vw, 62px);
}

.opname-page .faq {
  padding-top: clamp(56px, 7vw, 88px);
  padding-bottom: clamp(56px, 7vw, 88px);
}

@media (max-width: 900px) {
  .opname-page .opname-steps .ai-offer-list,
  .opname-page .opname-benefit-list {
    grid-template-columns: 1fr 1fr;
  }

  .opname-page .opname-steps .ai-offer:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .opname-page .opname-hero .ai-process-card {
    padding: 14px;
  }

  .opname-page .opname-hero .ai-process-card img {
    margin: 14px 0;
    border-radius: 10px;
  }

  .opname-page .ai-offer-list,
  .opname-page .opname-steps .ai-offer-list,
  .opname-page .opname-benefit-list {
    grid-template-columns: 1fr;
  }

  .opname-page .ai-offer {
    min-height: 0;
  }

  .opname-page .opname-steps .ai-offer:last-child {
    grid-column: auto;
  }
}


/* Demo note + comparison */
.opname-page .opname-demo-note {
  margin: 18px 0 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.opname-page .opname-demo-note a {
  color: var(--amber);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.opname-compare-section {
  width: min(var(--site-max), calc(100% - (var(--site-gutter) * 2)));
  margin-inline: auto;
}

.opname-compare-section > .section-heading {
  max-width: 820px;
  margin: 0 auto clamp(26px, 4vw, 40px);
  text-align: center;
}

.opname-compare-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--paper);
  -webkit-overflow-scrolling: touch;
}

.opname-compare-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.opname-compare-table th,
.opname-compare-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
}

.opname-compare-table th:last-child,
.opname-compare-table td:last-child {
  border-right: 0;
}

.opname-compare-table thead th {
  background: var(--mist);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
}

.opname-compare-table tbody th {
  width: 18%;
  font-weight: 750;
  background: rgba(251, 250, 246, 0.92);
}

.opname-compare-table tbody td:last-child {
  background: rgba(231, 173, 82, 0.12);
  font-weight: 650;
}

.opname-compare-table tbody tr:last-child th,
.opname-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.opname-compare-footnote {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.opname-page .ai-reference-copy a,
.opname-page .faq-list a,
.opname-page .contact-section a:not(.button) {
  color: var(--coral);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.opname-page .contact-section .button {
  text-decoration: none;
}

.opname-page .button.ghost {
  color: var(--ink);
  border-color: rgba(24, 32, 29, 0.28);
  background: transparent;
}

.opname-page .opname-hero .button.ghost,
.opname-page .contact-section .button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}


/* Kern section styling & mobile polish */
.kern-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kern-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.kern-num {
  font-weight: 800;
  color: var(--amber, #E7AD52);
  font-size: 1rem;
  line-height: 1.2;
  flex-shrink: 0;
}

.kern-text {
  font-size: 0.95rem;
  line-height: 1.35;
}

.kern-footer {
  margin-top: 12px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 600px) {
  .opname-hero .ai-process-card {
    padding: 18px 16px;
    margin-top: 20px;
  }
  
  .kern-list {
    gap: 10px;
  }

  .kern-text {
    font-size: 0.9rem;
  }
}

/* Checkmark Matrix Table */
.checkmark-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
}

.checkmark-table th.col-feature {
  width: 32%;
  text-align: left;
}

.checkmark-table th.col-opt {
  width: 17%;
  text-align: center;
}

.checkmark-table th.highlight-col,
.checkmark-table td.highlight-col {
  background: rgba(231, 173, 82, 0.15);
}

.checkmark-table td {
  text-align: center;
  vertical-align: middle;
}

.checkmark-table td.status-yes {
  color: #1b633a;
}

.checkmark-table td.status-no {
  color: #9c2d18;
}

.checkmark-table td.status-partial {
  color: #a3650d;
}

.icon-check {
  font-weight: bold;
  color: #1b633a;
  margin-right: 4px;
}

.icon-cross {
  font-weight: bold;
  color: #9c2d18;
  margin-right: 4px;
}
