.operator-guide-page {
  background: #071018;
  color: #eef7f6;
}

.operator-guide-page a {
  color: inherit;
}

.og-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 16, 24, 0.94);
  border-bottom: 1px solid rgba(125, 214, 194, 0.18);
  backdrop-filter: blur(16px);
}

.og-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
}

.og-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
}

.og-brand img {
  width: 40px;
  height: 40px;
}

.og-nav nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.94rem;
  color: #c6d6d4;
}

.og-nav nav a {
  text-decoration: none;
}

.og-hero {
  padding: 96px 0 72px;
  background:
    radial-gradient(circle at 18% 14%, rgba(63, 211, 177, 0.18), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(69, 154, 236, 0.16), transparent 32%),
    linear-gradient(145deg, #071018 0%, #0d1d27 52%, #071018 100%);
}

.og-hero-grid,
.og-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 42px;
  align-items: center;
}

.og-eyebrow {
  margin: 0 0 12px;
  color: #7de4c8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.og-hero h1,
.og-section h2,
.og-final-cta h2 {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  color: #ffffff;
}

.og-hero h1 {
  max-width: 780px;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 0.94;
}

.og-lead {
  max-width: 730px;
  margin: 26px 0 0;
  color: #d7e6e4;
  font-size: 1.14rem;
  line-height: 1.7;
}

.og-actions,
.og-pdf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.og-pricing-card,
.og-stat-card,
.og-option-card,
.og-split-panels article,
.og-cta-card {
  border: 1px solid rgba(125, 214, 194, 0.2);
  background: rgba(13, 29, 39, 0.82);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.og-pricing-card {
  padding: 30px;
  border-radius: 8px;
}

.og-pricing-card span,
.og-stat-card span,
.og-option-card span {
  display: block;
  color: #9bb0ae;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.og-pricing-card strong {
  display: block;
  margin-top: 16px;
  font-family: "Nunito", sans-serif;
  font-size: 1.7rem;
  color: #ffffff;
}

.og-pricing-card p {
  margin: 18px 0 0;
  color: #d7e6e4;
  line-height: 1.6;
}

.og-muted {
  color: #9fb2b0;
}

.og-band {
  border-top: 1px solid rgba(125, 214, 194, 0.14);
  border-bottom: 1px solid rgba(125, 214, 194, 0.14);
  background: #0a1720;
  padding: 28px 0;
}

.og-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.og-stat-card {
  min-height: 132px;
  padding: 22px;
  border-radius: 8px;
}

.og-stat-card strong {
  display: block;
  margin-top: 14px;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 1.35rem;
  line-height: 1.25;
}

.og-section {
  padding: 76px 0;
}

.og-section-alt {
  background: #0b1822;
}

.og-section h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.og-section p,
.og-check-list,
.og-split-panels li,
.og-cost-table {
  color: #d1dfdd;
  line-height: 1.65;
}

.og-check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.og-check-list li {
  position: relative;
  padding-left: 28px;
}

.og-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #52d6b2;
  box-shadow: 0 0 18px rgba(82, 214, 178, 0.55);
}

.og-section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.og-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.og-option-card {
  min-height: 280px;
  padding: 26px;
  border-radius: 8px;
}

.og-option-card h3,
.og-split-panels h3 {
  margin: 14px 0 12px;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 1.35rem;
}

.og-option-card strong {
  display: block;
  margin-top: 18px;
  color: #7de4c8;
}

.og-featured {
  border-color: rgba(82, 214, 178, 0.58);
  background: linear-gradient(160deg, rgba(25, 70, 71, 0.88), rgba(12, 29, 40, 0.9));
}

.og-split-panels {
  display: grid;
  gap: 16px;
}

.og-split-panels article {
  padding: 24px;
  border-radius: 8px;
}

.og-split-panels ul {
  margin: 0;
  padding-left: 20px;
}

.og-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(125, 214, 194, 0.2);
  border-radius: 8px;
}

.og-cost-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  background: rgba(8, 19, 27, 0.72);
}

.og-cost-table th,
.og-cost-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(125, 214, 194, 0.14);
  text-align: left;
}

.og-cost-table th {
  color: #ffffff;
  background: rgba(82, 214, 178, 0.1);
}

.og-pdf-viewer {
  width: 100%;
  height: 820px;
  margin-top: 28px;
  border: 1px solid rgba(125, 214, 194, 0.24);
  border-radius: 8px;
  background: #ffffff;
}

.og-final-cta {
  padding: 86px 0;
  background:
    linear-gradient(135deg, rgba(82, 214, 178, 0.14), rgba(64, 135, 222, 0.12)),
    #071018;
}

.og-cta-card {
  max-width: 920px;
  padding: 42px;
  border-radius: 8px;
}

.og-cta-card p {
  max-width: 720px;
  color: #d7e6e4;
  line-height: 1.65;
}

.og-footer {
  border-top: 1px solid rgba(125, 214, 194, 0.18);
  padding: 28px 0;
  background: #050c12;
  color: #9fb2b0;
}

.og-footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.og-footer a {
  color: #d7e6e4;
  text-decoration: none;
}

@media (max-width: 900px) {
  .og-nav,
  .og-nav nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .og-hero-grid,
  .og-two-column,
  .og-card-grid,
  .og-option-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .og-hero {
    padding: 64px 0 52px;
  }

  .og-actions,
  .og-pdf-actions {
    flex-direction: column;
  }

  .og-actions .btn,
  .og-pdf-actions .btn,
  .og-final-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .og-pdf-viewer {
    display: none;
  }

  .og-cta-card {
    padding: 28px;
  }
}
/* Keep secondary Operator Guide buttons readable over dark backgrounds */
.operator-guide-page .btn.btn-ghost {
  background: transparent;
  color: #eef7f6;
  border: 1px solid rgba(125, 214, 194, 0.65);
  box-shadow: none;
}

.operator-guide-page .btn.btn-ghost:hover,
.operator-guide-page .btn.btn-ghost:focus-visible {
  background: rgba(125, 214, 194, 0.12);
  color: #ffffff;
  border-color: #7dd6c2;
}