.pso-seo-page {
  margin: 0;
  background: #0d1116;
  color: #ecdfbe;
  font-family: "Roboto", "Segoe UI", sans-serif;
  line-height: 1.65;
}

.pso-seo-wrap {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.pso-seo-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 18, 0.94);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
}

.pso-seo-header .pso-seo-wrap,
.pso-seo-footer .pso-seo-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
}

.pso-seo-brand,
.pso-seo-header-nav a,
.pso-seo-footer a {
  color: #39f0ff;
  text-decoration: none;
}

.pso-seo-brand {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.pso-seo-header-nav,
.pso-seo-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.pso-seo-hero {
  padding: 4.5rem 0 2rem;
}

.pso-seo-kicker {
  margin: 0 0 0.6rem;
  color: #39f0ff;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pso-seo-hero h1 {
  margin: 0 0 1rem;
  color: #fff4d6;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
}

.pso-seo-lead {
  max-width: 760px;
  margin: 0;
  font-size: 1.08rem;
  color: #d9d0b4;
}

.pso-seo-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.pso-seo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(57, 240, 255, 0.5);
  background: #39f0ff;
  color: #071015;
  font-weight: 700;
  text-decoration: none;
}

.pso-seo-button--ghost {
  background: transparent;
  color: #39f0ff;
}

.pso-seo-section {
  padding: 1rem 0 1.35rem;
}

.pso-seo-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.pso-seo-card {
  display: block;
  padding: 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(20, 27, 35, 0.96), rgba(11, 15, 20, 0.98));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  color: inherit;
  text-decoration: none;
}

.pso-seo-card h2,
.pso-seo-card h3 {
  margin-top: 0;
  color: #fff4d6;
}

.pso-seo-card p:last-child {
  margin-bottom: 0;
}

.pso-seo-card--cta {
  border-color: rgba(57, 240, 255, 0.35);
}

.pso-seo-links h2 {
  margin-bottom: 1rem;
}

.pso-seo-footer {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #c8bea4;
}

.pso-seo-footer p {
  margin: 0;
  max-width: 620px;
}

@media (max-width: 720px) {
  .pso-seo-header .pso-seo-wrap,
  .pso-seo-footer .pso-seo-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .pso-seo-hero {
    padding-top: 3rem;
  }
}
