/* Independent module pages + pricing board */
.module-main {
  padding: 6.5rem 0 4.5rem;
}
.module-hero {
  text-align: center;
  margin: 0 auto 2.5rem;
  max-width: 40rem;
}
.module-hero h1,
.module-hero h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #0f172a;
  line-height: 1.25;
  margin: 0;
}
.module-hero p {
  margin: 0.75rem 0 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.7;
  letter-spacing: 0;
}

#pricing .plan-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 72rem;
  margin: 0 auto;
  align-items: start;
}
#pricing .plan-col {
  min-width: 0;
  padding: 0 1.5rem 0.5rem;
}
#pricing .plan-col + .plan-col {
  border-left: 1px solid #e5e7eb;
}
#pricing .plan-col-title {
  padding-bottom: 0.85rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #d8dee8;
}
#pricing .plan-col-title h3 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111827;
}
#pricing .plan-col-title p {
  margin: 0.35rem 0 0;
  color: #6b7280;
  font-size: 0.8rem;
  line-height: 1.5;
}
#pricing .plan-offer {
  padding: 1.35rem 0 1.25rem;
  border-bottom: 1px solid #eceff3;
}
#pricing .plan-offer:last-child {
  border-bottom: 0;
}
#pricing .rate-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #111827;
  letter-spacing: 0;
}
#pricing .rate-flag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
}
#pricing .rate-audience {
  margin: 0.45rem 0 1.15rem;
  color: #6b7280;
  font-size: 0.875rem;
}
#pricing .rate-num {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
  color: #111827;
}
#pricing .rate-unit {
  margin-top: 0.4rem;
  color: #6b7280;
  font-size: 0.8rem;
}
#pricing .rate-metric {
  margin: 1.1rem 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
}
#pricing .rate-specs {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  color: #6b7280;
  font-size: 0.85rem;
  line-height: 1.75;
}
#pricing .rate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 1.1rem;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  border-radius: 2px;
}
#pricing .rate-btn:hover {
  background: #000;
}
#pricing .rate-btn.is-ghost {
  background: transparent;
  color: #111827;
}
#pricing .rate-btn.is-ghost:hover {
  background: #111827;
  color: #fff;
}

@media (max-width: 900px) {
  #pricing .plan-cols {
    grid-template-columns: 1fr;
  }
  #pricing .plan-col {
    padding: 0 0 1.5rem;
  }
  #pricing .plan-col + .plan-col {
    border-left: 0;
    border-top: 1px solid #e5e7eb;
    padding-top: 1.5rem;
  }
  #pricing .rate-btn {
    width: 100%;
  }
}

.feature-board {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.feature-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1.5rem 1.75rem;
}
.feature-row + .feature-row {
  border-top: 1px solid #e8edf5;
}
.feature-ico {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #eff6ff;
  color: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
.feature-row h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 650;
  color: #0f172a;
  letter-spacing: 0;
}
.feature-row p {
  margin: 0;
  color: #64748b;
  font-size: 0.925rem;
  line-height: 1.7;
}

.faq-board {
  max-width: 48rem;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.faq-board .faq-item {
  padding: 0;
  border: 0;
}
.faq-board .faq-item + .faq-item {
  border-top: 1px solid #e8edf5;
}
.faq-board button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 1.15rem 1.5rem;
  cursor: pointer;
}
.faq-board button h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: 0;
}
.faq-board .faq-body {
  padding: 0 1.5rem 1.15rem;
  color: #64748b;
  font-size: 0.925rem;
  line-height: 1.75;
}

