.inner-page-body {
  font-family: "Open Sans", "Montserrat", sans-serif;
  background: #f8f9fa;
  color: #333;
  line-height: 1.65;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.inner-page-header {
  background: linear-gradient(135deg, #1d4c78 0%, #2c5f8d 100%);
  color: #fff;
  padding: 1rem 0;
}
.inner-page-header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.inner-page-header a {
  color: #ffd700;
  font-weight: 700;
  text-decoration: none;
}
.inner-page-header a:hover {
  text-decoration: underline;
}
.inner-page-main {
  flex: 1;
  padding: 2rem 0 3rem;
}
.inner-page-main h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #1d4c78;
  margin-bottom: 1rem;
}
.inner-page-main h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1d4c78;
  margin-top: 1.75rem;
}
.inner-page-prose {
  max-width: 720px;
}
.inner-page-prose ul {
  padding-left: 1.25rem;
}
.inner-page-footer {
  background: #1d4c78;
  color: rgba(255, 255, 255, 0.9);
  padding: 1.25rem 0;
  font-size: 0.9rem;
  text-align: center;
}
.inner-page-footer a {
  color: #ffd700;
}
.pricing-full-table {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 24px rgba(29, 76, 120, 0.08);
  margin-top: 1rem;
}
.pricing-full-table th,
.pricing-full-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}
