:root {
  --ink: #12161c;
  --paper: #f4f6f8;
  --accent: #f0a202;
}

body {
  background: var(--paper);
  color: #1b2129;
}

.site-header {
  background: var(--ink);
  border-bottom: 3px solid var(--accent);
}

.navbar {
  padding-block: 0.9rem;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex-shrink: 0;
}

.lang-switch a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.28rem 0.55rem;
  border-radius: 0.35rem;
}

.lang-switch a:hover {
  color: #fff;
}

.lang-switch a[aria-current="true"] {
  color: var(--ink);
  background: var(--accent);
}

.lang-switch a[aria-current="true"]:hover {
  color: var(--ink);
}

.navbar-brand {
  text-decoration: none;
}

.brand-logo {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 0.7rem;
  background: var(--accent);
  color: var(--ink);
  font-size: 1.45rem;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-name {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-tagline {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.85rem;
  margin-top: 0.15rem;
}

.site-main {
  padding: 2.5rem 0 3.5rem;
}

.seo-text {
  max-width: 46rem;
}

.seo-text h1 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.seo-text h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 2rem 0 0.85rem;
}

.seo-text p,
.seo-text li {
  color: #2d3540;
  line-height: 1.65;
}

.seo-text ul {
  padding-left: 1.2rem;
}

.service-topics {
  margin-bottom: 2.25rem;
}

.service-topics h2 {
  margin-top: 0;
}

.service-topics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-topics-list li {
  background: #fff;
  border: 1px solid #d7dde4;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  line-height: 1.3;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  padding: 3rem 0 1.75rem;
  border-top: 3px solid var(--accent);
}

.footer-title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: 0.45rem;
}

.footer-bottom {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-note {
  max-width: 36rem;
  margin-bottom: 0.75rem;
}

.footer-legal a {
  color: inherit;
  text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a[aria-current="page"] {
  color: #fff;
}

.legal-updated {
  color: #5a6573;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.legal-text a {
  color: var(--ink);
  font-weight: 600;
}

.legal-contact {
  margin-top: 1.25rem;
}

@media (max-width: 575.98px) {
  .brand-name {
    font-size: 1.15rem;
  }

  .brand-tagline {
    font-size: 0.78rem;
  }

  .lang-switch a {
    font-size: 0.72rem;
    padding: 0.22rem 0.42rem;
  }
}
