.mhk-seo-section {
  --mhk-gold: #d5b85a;
  --mhk-gold-soft: rgba(213, 184, 90, 0.24);
  --mhk-gold-faint: rgba(213, 184, 90, 0.12);
  --mhk-bg: #050505;
  --mhk-panel: #0c0c0c;
  --mhk-panel-2: #111111;
  --mhk-text: #f7f2e6;
  --mhk-muted: #d5d0c5;
  color: var(--mhk-text);
  margin: 56px 0 0;
  padding: 0 20px;
}

.mhk-seo-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 2px solid var(--mhk-gold);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(213, 184, 90, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0)),
    var(--mhk-bg);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.mhk-seo-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(213, 184, 90, 0.025), transparent);
  opacity: 0.65;
}

.mhk-seo-section h2,
.mhk-seo-section h3,
.mhk-seo-section p,
.mhk-seo-section li,
.mhk-seo-section summary,
.mhk-seo-section span {
  color: inherit;
  position: relative;
}

.mhk-seo-section h2 {
  margin: 0 0 18px;
  color: var(--mhk-gold);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.18;
}

.mhk-seo-section h3 {
  margin: 0 0 10px;
  color: var(--mhk-gold);
  font-size: 1.16rem;
}

.mhk-seo-section p,
.mhk-seo-section li {
  color: var(--mhk-muted);
  line-height: 1.7;
}

.mhk-eyebrow {
  margin: 0 0 8px !important;
  color: var(--mhk-gold) !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mhk-local-facts,
.mhk-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0;
}

.mhk-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mhk-local-facts article,
.mhk-service-grid article {
  display: block;
  padding: 22px;
  border: 1px solid rgba(213, 184, 90, 0.72);
  border-radius: 14px;
  background: var(--mhk-panel);
}

.mhk-device-list {
  columns: 2;
  column-gap: 32px;
  margin: 24px 0;
  padding-left: 22px;
}

.mhk-device-list li {
  break-inside: avoid;
  margin: 0 0 13px;
}

.mhk-device-list strong {
  color: var(--mhk-gold);
}

.mhk-cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 28px 0 8px;
}

.mhk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--mhk-gold);
  border-radius: 999px;
  background: var(--mhk-gold);
  color: #080808 !important;
  font-weight: 800;
  text-decoration: none !important;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.mhk-button:hover,
.mhk-button:focus-visible {
  background: transparent;
  color: var(--mhk-gold) !important;
  transform: translateY(-1px);
}

.mhk-text-link {
  color: var(--mhk-gold) !important;
  font-weight: 750;
  text-underline-offset: 4px;
}

.mhk-text-link:hover,
.mhk-text-link:focus-visible {
  color: #fff2b0 !important;
}

/* FAQ showcase on the homepage */
.mhk-faq-showcase .mhk-seo-inner {
  padding: clamp(24px, 4vw, 40px);
}

.mhk-faq-shell {
  position: relative;
  z-index: 1;
}

.mhk-faq-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

.mhk-faq-heading-wrap {
  max-width: 760px;
}

.mhk-faq-showcase h2 {
  margin-bottom: 12px;
  color: #f3efe6;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
}

.mhk-faq-intro {
  max-width: 760px;
  margin: 0;
  font-size: 1.02rem;
}

.mhk-faq-badge {
  flex: 0 0 auto;
  min-width: 132px;
  padding: 16px 18px;
  border: 1px solid rgba(213, 184, 90, 0.62);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(213, 184, 90, 0.08), rgba(255,255,255,0.01));
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(213, 184, 90, 0.06);
}

.mhk-faq-badge-value {
  display: block;
  color: var(--mhk-gold);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}

.mhk-faq-badge-label {
  display: block;
  margin-top: 5px;
  color: var(--mhk-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mhk-faq {
  margin-top: 8px;
}

.mhk-faq h2 {
  margin-bottom: 16px;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: var(--mhk-gold);
}

.mhk-faq-item {
  margin: 0 0 14px;
  border: 1px solid rgba(213, 184, 90, 0.42);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0)), var(--mhk-panel);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mhk-faq-item[open] {
  border-color: rgba(213, 184, 90, 0.85);
  box-shadow: 0 0 0 1px rgba(213, 184, 90, 0.12), 0 16px 30px rgba(0, 0, 0, 0.22);
}

.mhk-faq-item:hover {
  transform: translateY(-1px);
  border-color: rgba(213, 184, 90, 0.7);
}

.mhk-faq-item summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  color: var(--mhk-text);
  font-weight: 760;
}

.mhk-faq-item summary::-webkit-details-marker {
  display: none;
}

.mhk-faq-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(213, 184, 90, 0.58);
  color: var(--mhk-gold);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: rgba(213, 184, 90, 0.06);
}

.mhk-faq-question {
  color: #f6f1e6;
  font-size: 1.02rem;
  line-height: 1.45;
}

.mhk-faq-toggle {
  position: relative;
  width: 18px;
  height: 18px;
}

.mhk-faq-toggle::before,
.mhk-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--mhk-gold);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.mhk-faq-toggle::before {
  width: 16px;
  height: 2px;
}

.mhk-faq-toggle::after {
  width: 2px;
  height: 16px;
}

.mhk-faq-item[open] .mhk-faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0.2);
}

.mhk-faq-answer {
  padding: 0 24px 22px 84px;
}

.mhk-faq-answer p {
  margin: 0;
  color: var(--mhk-muted);
}

.mhk-small-note {
  margin: 18px 0 0 !important;
  font-size: 0.94rem;
  color: #e1dacb;
}

@media (max-width: 820px) {
  .mhk-local-facts,
  .mhk-service-grid {
    grid-template-columns: 1fr;
  }

  .mhk-device-list {
    columns: 1;
  }

  .mhk-faq-head {
    flex-direction: column;
  }

  .mhk-faq-badge {
    width: 100%;
    max-width: 240px;
  }
}

@media (max-width: 520px) {
  .mhk-seo-section {
    padding: 0 12px;
  }

  .mhk-seo-inner {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .mhk-faq-item summary {
    grid-template-columns: 38px 1fr 16px;
    gap: 12px;
    padding: 18px 18px;
  }

  .mhk-faq-answer {
    padding: 0 18px 18px 18px;
  }

  .mhk-faq-question {
    font-size: 0.97rem;
  }
}
