.local-service-line {
  margin: 18px 0 0;
  max-width: 720px;
  color: rgba(224, 235, 246, 0.76);
  font-size: 0.96rem;
  line-height: 1.65;
}

.local-service-line a,
.seo-panel a,
.seo-faq a {
  color: var(--accent, #68d9ff);
  text-underline-offset: 0.2em;
}

.local-seo-hero .section-inner {
  max-width: 1120px;
}

.local-fact-note {
  margin: 20px 0 0;
  max-width: 760px;
  padding-left: 16px;
  border-left: 2px solid rgba(104, 217, 255, 0.4);
  color: rgba(215, 228, 241, 0.62);
  font-size: 0.9rem;
  line-height: 1.65;
}

.seo-content-section {
  padding-block: clamp(70px, 9vw, 128px);
}

.seo-content-section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(18, 30, 48, 0.32), rgba(5, 8, 15, 0));
}

.seo-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.seo-panel {
  min-height: 100%;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(17, 28, 45, 0.76), rgba(7, 11, 20, 0.9));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16);
}

.seo-panel h2 {
  margin: 12px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.06;
}

.seo-panel > p:not(.section-eyebrow) {
  margin: 20px 0 0;
  color: rgba(220, 232, 244, 0.68);
  line-height: 1.75;
}

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

.seo-list li {
  position: relative;
  padding: 14px 16px 14px 42px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(225, 235, 245, 0.76);
  line-height: 1.55;
}

.seo-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 1.15rem;
  width: 9px;
  height: 5px;
  border-left: 2px solid #59e0c1;
  border-bottom: 2px solid #59e0c1;
  transform: rotate(-45deg);
}

.seo-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.seo-process-grid li {
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.seo-process-grid span {
  color: #68d9ff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.seo-process-grid h3 {
  margin: 54px 0 0;
  font-size: 1.35rem;
}

.seo-process-grid p {
  margin: 14px 0 0;
  color: rgba(218, 230, 242, 0.64);
  line-height: 1.65;
}

.seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.seo-faq {
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.seo-faq summary {
  padding: 22px 34px 22px 0;
  position: relative;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
}

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

.seo-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 20px;
  color: #68d9ff;
  font-size: 1.4rem;
}

.seo-faq[open] summary::after {
  content: "−";
}

.seo-faq p {
  margin: 0;
  padding: 0 0 24px;
  color: rgba(218, 230, 242, 0.68);
  line-height: 1.7;
}

.seo-cta-section {
  padding-block: clamp(70px, 10vw, 140px);
}

.seo-cta-panel {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(104, 217, 255, 0.2);
  border-radius: 16px;
  background: radial-gradient(circle at 85% 10%, rgba(104, 217, 255, 0.12), transparent 32%), linear-gradient(145deg, rgba(15, 29, 47, 0.9), rgba(7, 10, 19, 0.92));
}

.seo-cta-panel h2 {
  margin: 12px 0 0;
  max-width: 760px;
  font-size: clamp(2.1rem, 5vw, 4.7rem);
  line-height: 0.98;
}

.seo-cta-panel p:not(.section-eyebrow) {
  max-width: 720px;
  color: rgba(220, 232, 244, 0.66);
  line-height: 1.65;
}

.case-study-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(218, 231, 243, 0.56);
  font-size: 0.82rem;
}

.case-study-breadcrumbs a {
  color: rgba(218, 231, 243, 0.78);
}

.case-study-date {
  color: rgba(218, 231, 243, 0.54);
  font-size: 0.86rem;
}

.case-study-visual {
  padding-top: 0;
}

.case-study-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

@media (max-width: 980px) {
  .seo-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .seo-copy-grid,
  .seo-process-grid,
  .seo-faq-grid {
    grid-template-columns: 1fr;
  }

  .seo-process-grid li {
    min-height: 0;
  }

  .seo-process-grid h3 {
    margin-top: 28px;
  }

  .seo-cta-panel .simple-page-actions {
    width: 100%;
  }
}
