:root {
  --primary: #ccc;
  --primary-dark: #a5121a;
  --dark: #141414;
  --color-accent: #a5121a;
  --color-bg: #141414;
  --color-text: #ccc;
  --font-main: 'Inter Variable', 'Inter', 'Segoe UI', sans-serif;
  --radius: 4px;
  --seo-reading-max: 58rem;
  --seo-reading-wide: 72rem;
  --seo-reading-card-border: rgba(255,255,255,0.07);
  --seo-reading-card-bg: linear-gradient(180deg, rgba(255,255,255,0.032) 0%, rgba(255,255,255,0.018) 100%);
  --seo-reading-card-shadow: 0 12px 34px rgba(0,0,0,0.14);
}

.seo-modal-info {
  max-width: 1260px;
  margin: 30px auto 42px;
  border-radius: 1rem;
  color: rgba(236,236,236,0.84);
  font-family: var(--font-main);
  letter-spacing: -0.011em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.seo-badges-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.seo-chip-modal {
  display: inline-flex;
  align-items: center;
  color: #ccc;
  border-radius: 26px;
  padding: 0.45em 1.35em 0.45em 1.15em;
  font-size: 1em;
  font-weight: 600;
  border: 2px solid rgba(255,255,255,0.07);
  height: 34px;
}

.seo-chip-modal-label {
  color: #ccc;
}

.seo-chip-modal b {
  color: #ccc;
  font-weight: 700;
  font-size: 1.13em;
  margin-left: 5px;
}

.seo-actions-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}

.seo-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 0;
  height: auto;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}

.seo-action-btn--ghost {
  background: transparent;
  color: #a5121a;
  border: 2px solid #a5121a;
}

.seo-action-btn--ghost:hover {
  background: rgba(165, 18, 26, 0.08);
}

.seo-action-btn--primary {
  background: #a5121a;
  color: #ccc;
  border: 2px solid #a5121a;
}

.seo-action-btn--primary:hover {
  background: #8f0f16;
  border-color: #8f0f16;
}


.seo-modal-info h2 {
  margin: 22px 0 16px 0;
  font-size: clamp(1.72rem, 1.36rem + 0.82vw, 2.34rem);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.036em;
  color: var(--color-text, #ccc);
}
.seo-modal-info > .seo-inline-title {
  margin: 0 0 1rem 0;
  max-width: min(100%, var(--seo-reading-max));
}
.seo-inline-title-mobile {
  display: none;
}
.seo-subtitle {
  color: #ccc;
  font-size: 1.07rem;
  line-height: 1.7;
}
.seo-modal-description {
  margin: 18px 0;
  max-width: min(100%, var(--seo-reading-max));
  color: rgba(236,236,236,0.84);
  font-size: clamp(1.02rem, 0.96rem + 0.18vw, 1.1rem);
  line-height: 1.82;
  letter-spacing: -0.01em;
}
.seo-modal-description p {
  margin: 0 0 1.05rem;
}
.seo-modal-description p:last-child {
  margin-bottom: 0;
}

.seo-final-copy {
  max-width: min(100%, var(--seo-reading-max));
  line-height: 1.82;
}

.seo-final-copy h1,
.seo-final-copy h2,
.seo-final-copy h3 {
  margin: 1.7rem 0 .85rem;
  color: var(--color-text, #ccc);
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.seo-final-copy h1 {
  font-size: clamp(1.8rem, 1.45rem + .9vw, 2.45rem);
  font-weight: 780;
}

.seo-final-copy h2 {
  font-size: clamp(1.34rem, 1.18rem + .38vw, 1.6rem);
  font-weight: 740;
}

.seo-final-copy h3 {
  font-size: clamp(1.14rem, 1.03rem + .28vw, 1.3rem);
  font-weight: 700;
}

.seo-final-copy ul,
.seo-final-copy ol {
  margin: .45rem 0 1rem;
  padding-left: 1.2rem;
}

.seo-final-copy li + li {
  margin-top: .46rem;
}

.seo-final-copy strong {
  color: #fff;
  font-weight: 700;
}

.seo-section-content > .seo-modal-description,
.seo-section-content > .seo-highlight-box,
.seo-section-content > .seo-market-copy,
.seo-section-content > .seo-hub-steps,
.seo-section-content > .seo-faq-block,
.seo-section-content > .seo-service-focus {
  border: 1px solid var(--seo-reading-card-border);
  background: var(--seo-reading-card-bg);
  border-radius: 18px;
  box-shadow: var(--seo-reading-card-shadow);
  padding: clamp(1rem, 0.75rem + 0.8vw, 1.5rem) clamp(1rem, 0.8rem + 0.7vw, 1.45rem);
}

.seo-section-content .seo-service-features,
.seo-section-content .seo-market-copy__grid {
  max-width: min(100%, var(--seo-reading-wide));
}

.seo-hub-steps,
.seo-highlight-box,
.seo-market-copy,
.seo-faq-block {
  max-width: min(100%, var(--seo-reading-wide));
}

.seo-final-copy table:not(.seo-price-table) {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1.5rem 0;
  border: 2px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  font-size: 1rem;
  line-height: 1.6;
}

.seo-final-copy table:not(.seo-price-table) th,
.seo-final-copy table:not(.seo-price-table) td {
  border: none;
  padding: 1.25rem 1.1rem;
  text-align: left;
  vertical-align: top;
  background: transparent;
}

.seo-final-copy table:not(.seo-price-table) thead th {
  color: #ccc;
  font-weight: 700;
  border-bottom: 1.5px solid rgba(255,255,255,0.13);
}

.seo-final-copy table:not(.seo-price-table) thead th:not(:last-child),
.seo-final-copy table:not(.seo-price-table) tbody td:not(:last-child) {
  border-right: 1.5px solid rgba(255,255,255,0.08);
}

.seo-final-copy table:not(.seo-price-table) tbody tr:not(:last-child) td {
  border-bottom: 1.5px solid rgba(255,255,255,0.13);
}

.seo-final-copy table:not(.seo-price-table) tbody td:first-child strong {
  display: block;
  color: #ccc;
  font-size: 1.08rem;
  line-height: 1.35;
}

.seo-final-copy table:not(.seo-price-table) tbody td:nth-child(2) {
  color: #a5121a;
  font-weight: 700;
  white-space: nowrap;
}
.seo-highlight-box {
  background:
    linear-gradient(180deg, rgba(165, 18, 26, 0.12) 0%, rgba(255,255,255,0.02) 100%);
  border-left: 4px solid rgba(255,255,255,0.78);
  padding: 1.35rem 1.35rem 1.3rem;
  margin: 1.65rem 0;
  border-radius: 0 1rem 1rem 0;
}

.seo-price-table-block {
  margin: 1.5rem 0;
}
.seo-price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.07);
  font-size: 1rem;
  line-height: 1.6;
}
.seo-price-table td {
  padding: 1.6rem 1.3rem;
  vertical-align: top;
  min-width: 210px;
  border: none;
  background: transparent;
}
.seo-price-table tr:not(:last-child) td {
  border-bottom: 1.5px solid rgba(255,255,255,0.13);
}
.seo-price-table td:not(:last-child) {
  border-right: 1.5px solid rgba(255,255,255,0.08);
}
.seo-price-table tr:first-child td:first-child {
  border-top-left-radius: 16px;
}
.seo-price-table tr:first-child td:last-child {
  border-top-right-radius: 16px;
}
.seo-price-table tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}
.seo-price-table tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}
.seo-price-table strong {
  display: block;
  margin-bottom: .75rem;
  font-size: 1.2rem;
  color: #ccc;
}
.seo-price-val {
  color: #a5121a;
  font-weight: 600;
  margin: 8px 0 4px 0;
}
.seo-price-desc {
  color: #ccc;
}
.seo-service-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin: 2rem 0 0;
}
.seo-feature-card {
  background: none;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.08);
  padding: 1.55rem 1.35rem 1.2rem 1.35rem;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  background: var(--seo-reading-card-bg);
  box-shadow: var(--seo-reading-card-shadow);
}
.seo-feature-card--compact {
  min-height: 180px;
}
.seo-feature-card h4 {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  padding-bottom: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.seo-feature-card h4 a {
  color: inherit;
  text-decoration: none;
}
.seo-feature-card h4 a:hover {
  color: #fff;
  text-decoration: underline;
}
.seo-feature-card > div {
  color: rgba(236,236,236,0.78);
  font-size: 0.98rem;
  line-height: 1.68;
  font-weight: 400;
}
.seo-common-title {
    margin: 40px 0 18px;
    font-size: 1.4em;
    font-weight: bold;
    color: #a5121a;
    padding-bottom: .625rem;
}

.seo-market-copy {
  margin: 1.85rem 0 1.35rem;
  border: 1px solid rgba(165, 18, 26, 0.34);
  border-radius: 16px;
  padding: 1.28rem 1.22rem 1.35rem;
  background:
    linear-gradient(180deg, rgba(165, 18, 26, 0.12) 0%, rgba(20, 20, 20, 0.45) 58%, rgba(20, 20, 20, 0.22) 100%);
}

.seo-market-copy__eyebrow {
  margin: 0 0 .45rem;
  font-size: .78rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #aaaaaa;
}

.seo-market-copy__title {
  margin: 0;
  color: #f4f4f4;
  font-size: clamp(1.35rem, 1.18rem + .32vw, 1.6rem);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.seo-market-copy__lead {
  margin: .65rem 0 0;
  color: rgba(236,236,236,0.82);
  font-size: 1.03rem;
  line-height: 1.78;
}

.seo-market-copy__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: .95rem;
}

.seo-market-copy__card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  padding: .9rem .95rem;
  background: rgba(20, 20, 20, 0.55);
}

.seo-market-copy__card h4 {
  margin: 0 0 .55rem;
  color: #ccc;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.seo-market-copy__list {
  margin: 0;
  padding-left: 1rem;
  color: #ccc;
}

.seo-market-copy__list li {
  margin: 0;
  line-height: 1.55;
}

.seo-market-copy__list li + li {
  margin-top: .4rem;
}

.seo-creative {
  margin: 1.75rem 0 1.25rem;
  border: 1px solid rgba(165, 18, 26, 0.34);
  border-radius: 16px;
  padding: 1.2rem 1.15rem 1.25rem;
  background:
    radial-gradient(circle at 10% 0%, rgba(165, 18, 26, 0.13), rgba(20, 20, 20, 0) 42%),
    linear-gradient(180deg, rgba(165, 18, 26, 0.08) 0%, rgba(20, 20, 20, 0.58) 55%, rgba(20, 20, 20, 0.28) 100%);
}

.seo-creative__hero {
  margin-bottom: .95rem;
}

.seo-creative__eyebrow {
  margin: 0 0 .45rem;
  font-size: .79rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #aaaaaa;
}

.seo-creative__title {
  margin: 0;
  color: #ccc;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.25;
}

.seo-creative__lead {
  margin: .6rem 0 0;
  color: #ccc;
  font-size: 1rem;
  line-height: 1.65;
}

.seo-creative__damage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.seo-creative__card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  padding: .9rem .95rem;
  background: rgba(20, 20, 20, 0.56);
}

.seo-creative__card h4 {
  margin: 0 0 .55rem;
  color: #ccc;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.seo-creative__card ul,
.seo-creative__panel ul {
  margin: 0;
  padding-left: 1rem;
  color: #ccc;
}

.seo-creative__card li,
.seo-creative__panel li {
  line-height: 1.55;
}

.seo-creative__card li + li,
.seo-creative__panel li + li {
  margin-top: .35rem;
}

.seo-creative__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  margin-top: .85rem;
}

.seo-creative__panel {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  padding: .9rem .95rem;
  background: rgba(20, 20, 20, 0.56);
}

.seo-creative__panel h4,
.seo-creative__flow h4 {
  margin: 0 0 .5rem;
  color: #ccc;
  font-size: 1.02rem;
  font-weight: 700;
}

.seo-creative__flow {
  margin-top: .85rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  padding: .95rem;
  background: rgba(20, 20, 20, 0.58);
}

.seo-creative__flow ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .6rem;
}

.seo-creative__flow li {
  position: relative;
  padding: .15rem 0 .15rem 2rem;
  color: #ccc;
  line-height: 1.55;
}

.seo-creative__flow li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  top: .1rem;
  left: 0;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
  font-weight: 700;
  color: #ccc;
  background: rgba(165, 18, 26, 0.42);
  border: 1px solid rgba(165, 18, 26, 0.58);
}

.seo-creative__flow li strong {
  display: block;
  font-size: .95rem;
  margin: 0 0 .12rem;
  color: #ccc;
}

.seo-creative__flow li span {
  display: block;
}

.seo-creative__flow ol {
  counter-reset: item;
}

.seo-faq-block {
    margin-top: 2.7rem;
}
.seo-faq-title {
    color: #f4f4f4;
    font-size: clamp(1.62rem, 1.28rem + .7vw, 2.1rem);
    margin-bottom: 1rem;
    font-weight: 760;
    line-height: 1.08;
    letter-spacing: -0.034em;
}
.seo-faq-items {
    margin: 0;
    padding: 0;
}
.seo-faq-item {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 0 6px 0 0;
    transition: background .15s;
    position: relative;
}
.seo-faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.08); }
.seo-faq-question {
    font-size: 1.03rem;
    font-weight: 650;
    padding: 22px 0 14px;
    color: #f1f1f1;
    cursor: pointer;
    position: relative;
    list-style: none;
    line-height: 1.42;
    letter-spacing: -0.02em;
}
.seo-faq-question::-webkit-details-marker { display: none; }
.seo-faq-answer {
    max-height: none;
    overflow: visible;
    color: rgba(236,236,236,0.8);
    font-size: 1rem;
    transition: padding .2s ease, margin .2s ease;
    padding: 0;
    margin-bottom: 0;
    pointer-events: auto;
    line-height: 1.78;
    display: none;
}
.seo-faq-item[open] .seo-faq-answer {
    padding: 10px 0 18px;
    margin-bottom: 10px;
    display: block;
}
/* Arrow like in modal */
.seo-faq-question::after {
    content: '▼';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .85em;
    transition: transform .3s;
    color: #a5121a;
}
.seo-faq-item[open] .seo-faq-question::after {
    transform: translateY(-50%) rotate(-180deg);
}
.seo-faq-item:hover,
.seo-faq-item:focus-within {
    background: rgba(255,255,255,0.015);
}

.seo-faq-block--links {
    margin-top: 0;
}

.seo-faq-items--links .seo-faq-item:last-child {
    border-bottom: 1px solid #333;
}

.seo-faq-block + .seo-faq-block--links .seo-faq-item--links:first-child {
    border-top: 0;
}

.seo-faq-answer--links {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0;
    margin: 0;
    line-height: 1.6;
}

.seo-related-card__cta::after {
    content: none !important;
    display: none !important;
}

.seo-faq-link-list {
    margin: 0;
    padding: 0 0 2px 1rem;
}

.seo-faq-link-list li + li {
    margin-top: 0.45rem;
}

.seo-faq-link-list a {
    color: #ccc;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.seo-faq-link-list a:hover {
    color: #fff;
}

.seo-related-columns {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1rem;
  align-items: start;
  margin-top: 1.75rem;
}

.seo-related-columns .seo-related-services {
  border: 2px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  min-width: 0;
}

.seo-related-columns .seo-related-services h3 {
  margin: 0 0 .75rem 0;
  font-size: 1.05rem;
  color: #ccc;
}

.seo-related-columns .seo-related-services ul {
  margin: 0;
  padding-left: 1rem;
}

.seo-related-columns .seo-related-services li + li {
  margin-top: .5rem;
}

.seo-related-columns .seo-related-hint {
  color: #999999;
  font-size: .92em;
}


.seo-support-links {
  margin-top: 1.4rem;
}

.seo-support-links > h3 {
  margin: 0 0 .75rem 0;
  font-size: 1.05rem;
  color: #ccc;
}

.seo-support-links ul {
  margin: 0;
  padding-left: 1rem;
}

.seo-support-links li + li {
  margin-top: .45rem;
}

.seo-checklist {
  margin: 0;
  padding-left: 1.05rem;
}

.seo-checklist li + li {
  margin-top: .5rem;
}

.seo-section-content {
  margin-top: 10px;
}

@media (max-width: 600px) {
  .seo-badges-group {
    gap: .5rem;
  }

  /* FAQ */
  .seo-faq-item {
    padding: 0;
  }
  .seo-faq-question {
    padding: 14px 0 10px;
    padding-right: 1.2rem;
  }

  /* Контент */
  .seo-service-content {
    padding: 0 4vw;
    border-radius: 1rem;
  }

  /* Модальное окно */
  .seo-modal-info {
    padding: 1rem 0.8rem;
    margin: 18px auto 28px;
  }

  .seo-modal-info h2,
  .seo-faq-title,
  .seo-modal-info > .seo-inline-title {
    letter-spacing: -0.03em;
  }

  .seo-modal-info h2 {
    font-size: clamp(1.42rem, 5.5vw, 1.78rem);
    line-height: 1.12;
  }

  .seo-modal-description,
  .seo-final-copy {
    font-size: 1rem;
    line-height: 1.75;
  }

  .seo-section-content > .seo-modal-description,
  .seo-section-content > .seo-highlight-box,
  .seo-section-content > .seo-market-copy,
  .seo-section-content > .seo-hub-steps,
  .seo-section-content > .seo-faq-block,
  .seo-section-content > .seo-service-focus {
    padding: .95rem .9rem;
    border-radius: 14px;
  }

  /* Карточки услуг */
  .seo-feature-card {
    min-height: 120px;
    padding: 1rem 0.7rem 0.9rem 0.7rem;
  }
  .seo-feature-card--compact {
    min-height: 110px;
  }

  .seo-service-features {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin: 1.1rem 0 0;
  }

  .seo-related-columns {
    grid-template-columns: 1fr;
    gap: .7rem;
    margin-top: 1rem;
  }

  .seo-related-columns .seo-related-services {
    padding: .85rem .75rem;
  }

  .seo-faq-link-list {
    padding-left: .9rem;
  }

.seo-final-copy--pricing h2 {
  color: #a5121a;
}

.seo-final-copy--pricing .seo-price-table {
  border-radius: 0;
}

.seo-final-copy--pricing .seo-price-table tr:first-child td:first-child,
.seo-final-copy--pricing .seo-price-table tr:first-child td:last-child,
.seo-final-copy--pricing .seo-price-table tr:last-child td:first-child,
.seo-final-copy--pricing .seo-price-table tr:last-child td:last-child {
  border-radius: 0;
}

  .seo-market-copy {
    margin: 1.15rem 0 1rem;
    padding: .95rem .8rem 1rem;
    border-radius: 12px;
  }

  .seo-market-copy__title {
    font-size: 1.1rem;
  }

  .seo-market-copy__lead {
    margin-top: .55rem;
    font-size: .97rem;
    line-height: 1.55;
  }

  .seo-market-copy__grid {
    grid-template-columns: 1fr;
    gap: .65rem;
    margin-top: .75rem;
  }

  .seo-market-copy__card {
    padding: .8rem .75rem;
  }

  .seo-market-copy__card h4 {
    font-size: .96rem;
    margin-bottom: .45rem;
  }

  .seo-creative {
    margin: 1rem 0 .95rem;
    padding: .95rem .8rem;
    border-radius: 12px;
  }

  .seo-creative__title {
    font-size: 1.1rem;
  }

  .seo-creative__lead {
    margin-top: .5rem;
    font-size: .97rem;
    line-height: 1.55;
  }

  .seo-creative__damage-grid,
  .seo-creative__split {
    grid-template-columns: 1fr;
    gap: .65rem;
  }

  .seo-creative__card,
  .seo-creative__panel,
  .seo-creative__flow {
    padding: .8rem .75rem;
  }

  .seo-creative__flow li {
    padding-left: 1.85rem;
  }

  .seo-modal-info > .seo-inline-title {
    display: block;
    margin: 0 0 .55rem 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ccc !important;
  }

  .seo-inline-title-mobile {
    display: none;
  }

  /* Таблица в одну колонку */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100%;
  }
.seo-price-table td:not(:last-child) {
  border-right: none;
}
}

/* ============================================================
   PRICE CARD (PC) — premium left-text / right-image layout
   ============================================================ */

.pc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}

/* Card = full-bleed image via <img> tag (Google-indexable) */
.pc-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  min-height: 210px;
  background-color: #141414;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Background image — real <img> for Google, fills entire card */
.pc-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.pc-card:hover {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.65);
}

/* Dark gradient overlay — opaque left, transparent right */
.pc-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.62) 35%,
    rgba(0, 0, 0, 0.28) 65%,
    rgba(0, 0, 0, 0.06) 100%
  );
  z-index: 1;
}

/* No-image: solid dark, no gradient */
.pc-card--no-img {
  background-color: #111;
}
.pc-card--no-img::before {
  background: none;
}

/* Text sits above overlay */
.pc-text {
  position: relative;
  z-index: 2;
  width: 58%;
  padding: 1.6rem 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ---- Typography ---- */
.pc-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.pc-price {
  color: #e03535;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
}

.pc-desc {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.97rem;
  line-height: 1.6;
  margin: 0;
}

/* ---- Tablet: single column ---- */
@media (max-width: 768px) {
  .pc-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- Mobile ---- */
@media (max-width: 500px) {
  .pc-card {
    min-height: 180px;
  }
  .pc-text {
    width: 72%;
    padding: 1.2rem 1rem;
  }
  .pc-card::before {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.65) 50%,
      rgba(0, 0, 0, 0.15) 100%
    );
  }
}

/* ── Focus-visible styles for keyboard navigation ─────────────────────────── */
.seo-action-btn:focus-visible {
  outline: 2px solid var(--color-accent, #a5121a);
  outline-offset: 3px;
}
.seo-faq-question:focus-visible {
  outline: 2px solid var(--color-accent, #a5121a);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ============================================================
   CLEAN READING LAYER — hubs + service pages
   ============================================================ */

.seo-section-content.seo-hub-case-typography {
  --case-study-column: 820px;
  --case-study-font-family: "Inter", sans-serif;
  --case-study-body-size: 1.25rem;
  --case-study-line-height: 1.7;
  --case-study-text-color: #ccc;
  --case-study-heading-size: clamp(1.45rem, 2.3vw, 2rem);
  max-width: var(--case-study-column);
  margin: 28px auto 80px;
  color: var(--case-study-text-color);
  font-family: var(--case-study-font-family);
  text-align: left;
}

.seo-section-content.seo-hub-case-typography > * + * {
  margin-top: 38px;
}

.seo-section-content.seo-hub-case-typography > .seo-highlight-box,
.seo-section-content.seo-hub-case-typography > .seo-modal-description,
.seo-section-content.seo-hub-case-typography > .seo-market-copy,
.seo-section-content.seo-hub-case-typography > .seo-hub-steps,
.seo-section-content.seo-hub-case-typography > .seo-faq-block,
.seo-section-content.seo-hub-case-typography > .seo-process-steps,
.seo-section-content.seo-hub-case-typography > .seo-repair-notes-grid,
.seo-section-content.seo-hub-case-typography > .seo-service-focus {
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  max-width: none;
  margin: 0 0 28px;
}

.seo-section-content.seo-hub-case-typography .seo-inline-title,
.seo-section-content.seo-hub-case-typography .seo-hub-steps h2,
.seo-section-content.seo-hub-case-typography .seo-market-copy__title,
.seo-section-content.seo-hub-case-typography .seo-faq-title {
  margin: 42px 0 20px;
  padding-top: 0;
  border-top: 0;
  color: var(--case-study-text-color);
  font-size: var(--case-study-heading-size);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.seo-section-content.seo-hub-case-typography .seo-inline-title::before,
.seo-section-content.seo-hub-case-typography .seo-hub-steps h2::before,
.seo-section-content.seo-hub-case-typography .seo-market-copy__title::before,
.seo-section-content.seo-hub-case-typography .seo-faq-title::before {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin: 0 0 14px;
  background: linear-gradient(90deg, #a5121a 0%, rgba(165, 18, 26, 0.2) 100%);
}

.seo-section-content.seo-hub-case-typography .seo-highlight-box,
.seo-section-content.seo-hub-case-typography .seo-modal-description,
.seo-section-content.seo-hub-case-typography .seo-modal-description p,
.seo-section-content.seo-hub-case-typography .seo-final-copy,
.seo-section-content.seo-hub-case-typography .seo-final-copy p,
.seo-section-content.seo-hub-case-typography .seo-market-copy__lead,
.seo-section-content.seo-hub-case-typography .seo-market-copy__list,
.seo-section-content.seo-hub-case-typography .seo-market-copy__list li,
.seo-section-content.seo-hub-case-typography .seo-hub-steps ol,
.seo-section-content.seo-hub-case-typography .seo-hub-steps li,
.seo-section-content.seo-hub-case-typography .seo-service-focus,
.seo-section-content.seo-hub-case-typography .seo-process-step__body,
.seo-section-content.seo-hub-case-typography .seo-subsection-title,
.seo-section-content.seo-hub-case-typography .seo-faq-question,
.seo-section-content.seo-hub-case-typography .seo-faq-answer,
.seo-section-content.seo-hub-case-typography .seo-faq-link-list,
.seo-section-content.seo-hub-case-typography .seo-faq-link-list li {
  color: var(--case-study-text-color);
  font-size: var(--case-study-body-size);
  line-height: var(--case-study-line-height);
  font-weight: 600;
  letter-spacing: normal;
}

.seo-section-content.seo-hub-case-typography .seo-modal-description p:last-child,
.seo-section-content.seo-hub-case-typography .seo-final-copy p:last-child {
  margin-bottom: 0;
}

.seo-section-content.seo-hub-case-typography .seo-modal-description p + p {
  margin-top: 18px;
}

.seo-section-content.seo-hub-case-typography .seo-final-copy p {
  line-height: inherit;
  margin-bottom: 1.05rem;
}

.seo-section-content.seo-hub-case-typography .seo-hub-steps ol,
.seo-section-content.seo-hub-case-typography .seo-market-copy__list,
.seo-section-content.seo-hub-case-typography .seo-faq-link-list {
  padding-left: 1.15rem;
}

.seo-section-content.seo-hub-case-typography .seo-hub-steps li + li,
.seo-section-content.seo-hub-case-typography .seo-market-copy__list li + li,
.seo-section-content.seo-hub-case-typography .seo-faq-link-list li + li {
  margin-top: 0.45rem;
}

.seo-section-content.seo-hub-case-typography .seo-hub-steps strong,
.seo-section-content.seo-hub-case-typography .seo-market-copy__card h3,
.seo-section-content.seo-hub-case-typography .seo-subsection-title {
  color: var(--case-study-text-color);
}

.seo-section-content.seo-hub-case-typography .seo-faq-items {
  display: block;
}

.seo-section-content.seo-hub-case-typography .seo-faq-item {
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.seo-section-content.seo-hub-case-typography .seo-faq-item + .seo-faq-item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(204, 204, 204, 0.08);
}

.seo-section-content.seo-hub-case-typography .seo-faq-item:last-child {
  border-bottom: 0;
}

.seo-section-content.seo-hub-case-typography .seo-faq-question {
  padding: 0 1.4rem 0 0;
}

.seo-section-content.seo-hub-case-typography .seo-faq-answer {
  padding: 10px 0 0;
}

.seo-section-content.seo-hub-case-typography .seo-faq-item[open] .seo-faq-answer {
  padding: 10px 0 0;
  margin-bottom: 0;
}

.seo-section-content.seo-hub-case-typography .seo-faq-item:hover,
.seo-section-content.seo-hub-case-typography .seo-faq-item:focus-within {
  background: none;
}

.seo-section-content .works-section {
  margin-top: 6px;
}

.seo-section-content .works-section.container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: min(1300px, 100vw);
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  padding-left: var(--site-gutter-x-desktop, 20px);
  padding-right: var(--site-gutter-x-desktop, 20px);
}

.seo-section-content .works-section .title {
  margin: 0;
  padding: 20px 0 18px;
  text-align: left;
}

/* Hub pages */
.seo-section-content.seo-hub-case-typography .seo-market-copy__eyebrow {
  margin: 0 0 10px;
  color: rgba(204, 204, 204, 0.62);
  font-size: 0.82rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.seo-section-content.seo-hub-case-typography .seo-hub-copy-section + .seo-hub-copy-section {
  margin-top: 38px;
}

.seo-section-content.seo-hub-case-typography .seo-hub-copy-section {
  padding-top: 4px;
}

.seo-section-content.seo-hub-case-typography .seo-hub-copy-section .seo-modal-description {
  margin-bottom: 0;
}

.seo-section-content.seo-hub-case-typography .seo-market-copy__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: none;
  margin-top: 16px;
}

.seo-section-content.seo-hub-case-typography .seo-market-copy__card {
  min-height: 0;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.seo-section-content.seo-hub-case-typography .seo-market-copy__card + .seo-market-copy__card {
  padding-top: 22px;
  border-top: 1px solid rgba(204, 204, 204, 0.08);
}

.seo-section-content.seo-hub-case-typography .seo-market-copy__card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.seo-section-content.seo-hub-case-typography .seo-faq-link-list a {
  font-size: 1.05rem;
  line-height: 1.45;
  color: #a5121a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.seo-section-content.seo-hub-case-typography .seo-faq-block {
  margin-top: 12px;
}

.seo-section-content.seo-hub-case-typography .seo-hub-steps {
  display: block;
  margin: 1.15rem 0 0;
}

/* Service pages */
.seo-section-content.seo-hub-case-typography .seo-process-steps {
  display: block;
  list-style: none;
  padding: 0;
  margin: 1.15rem 0 0;
  counter-reset: none;
}

.seo-section-content.seo-hub-case-typography .seo-process-step {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.seo-section-content.seo-hub-case-typography .seo-process-step + .seo-process-step {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(204, 204, 204, 0.08);
}

.seo-section-content.seo-hub-case-typography .seo-process-step::before {
  display: none;
}

.seo-section-content.seo-hub-case-typography .seo-process-step__title {
  display: block;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--case-study-text-color);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.seo-section-content.seo-hub-case-typography .seo-repair-notes-grid {
  display: block;
  margin-top: 0;
}

.seo-section-content.seo-hub-case-typography .seo-repair-note {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.seo-section-content.seo-hub-case-typography .seo-repair-note + .seo-repair-note {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(204, 204, 204, 0.08);
}

.seo-section-content.seo-hub-case-typography .seo-subsection-title {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}

.seo-section-content.seo-hub-case-typography .seo-repair-note .seo-modal-description {
  margin: 0;
}

.seo-section-content.seo-hub-case-typography .seo-final-copy h2 {
  font-size: clamp(1.24rem, 1.08rem + 0.38vw, 1.52rem);
  font-weight: 750;
  color: var(--case-study-text-color);
  margin: 2.15rem 0 0.72rem;
  letter-spacing: -0.03em;
  line-height: 1.16;
}

.seo-section-content .seo-pricing-breakout {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: min(1300px, 100vw);
  max-width: 1300px;
  margin: 0;
  box-sizing: border-box;
  padding-left: var(--site-gutter-x-desktop, 20px);
  padding-right: var(--site-gutter-x-desktop, 20px);
}

.seo-section-content .seo-pricing-breakout .pc-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  margin: 0;
}

.seo-section-content .seo-pricing-breakout .pc-card {
  min-height: 0;
}

.seo-section-content .seo-pricing-breakout .pc-card--no-img {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.seo-section-content .seo-pricing-breakout .pc-card--no-img .pc-text {
  width: 100%;
  padding: 1.6rem 1.5rem 1.45rem;
  justify-content: flex-start;
}

.seo-section-content .seo-pricing-breakout .pc-title,
.seo-section-content .seo-pricing-breakout .pc-price,
.seo-section-content .seo-pricing-breakout .pc-desc {
  font-size: var(--case-study-body-size);
  line-height: var(--case-study-line-height);
  letter-spacing: normal;
}

.seo-section-content .seo-pricing-breakout .pc-title {
  color: var(--case-study-text-color);
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.seo-section-content .seo-pricing-breakout .pc-price {
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.seo-section-content .seo-pricing-breakout .pc-desc {
  color: rgba(204, 204, 204, 0.82);
  font-weight: 600;
  margin: 0;
}

.seo-section-content .scuff-reviews-section {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: min(1300px, 100vw);
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.seo-section-content .works-section .comparison-card--with-details,
.seo-section-content .scuff-review-card {
  background: transparent;
  box-shadow: none;
}

.seo-section-content.seo-hub-case-typography .seo-service-focus {
  margin-top: 0;
  padding: 0;
  border-left: 0;
  background: none;
  border-radius: 0;
}

.seo-section-content .seo-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.1rem;
}

.seo-section-content .seo-related-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.15rem 1.05rem 1.1rem;
  background: transparent;
  color: #e0e0e0;
  min-height: 156px;
  overflow: hidden;
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.seo-section-content .seo-related-card:hover {
  border-color: rgba(165, 18, 26, 0.8);
  color: #fff;
  background: transparent;
  transform: translateY(-2px);
}

.seo-section-content .seo-related-card__title {
  display: block;
  font-weight: 700;
  font-size: 1.06rem;
  line-height: 1.32;
  color: var(--case-study-text-color);
}

.seo-section-content .seo-related-card__meta {
  display: block;
  color: rgba(204, 204, 204, 0.72);
  font-size: 0.9rem;
  line-height: 1.35;
  margin-top: -0.05rem;
}

.seo-section-content .seo-related-card__cta {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45em;
  margin-top: auto;
  color: #a5121a;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.1;
}

.seo-section-content .seo-related-card__cta::after {
  content: none !important;
  display: none !important;
}

.seo-section-content .seo-related-card__cta-text {
  position: relative;
  display: inline-block;
  padding-bottom: 0.3em;
}

.seo-section-content .seo-related-card__cta-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.seo-section-content .seo-related-card:hover .seo-related-card__cta-text::after,
.seo-section-content .seo-related-card:focus-visible .seo-related-card__cta-text::after {
  transform: scaleX(1);
}

.seo-section-content .seo-related-card__cta-arrow {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.seo-section-content .seo-related-card__cta-arrow svg {
  width: 1.1em;
  height: 0.75em;
  display: block;
}

.seo-section-content .seo-faq-block--links .seo-faq-answer--links {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0;
  margin: 0;
  line-height: 1.6;
}

.seo-photo-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 248px;
  gap: 0;
  width: min(1260px, calc(100vw - var(--site-gutter-x-desktop, 20px) - var(--site-gutter-x-desktop, 20px)));
  max-width: 1260px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  margin: 0 0 28px;
  box-shadow: none;
  font-family: var(--case-study-font-family, "Inter", sans-serif);
}

.seo-photo-cta__content {
  padding: 2rem 2.05rem 1.9rem;
}

.seo-photo-cta__badge {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #a5121a;
  border: 1px solid rgba(165, 18, 26, 0.45);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 0.34em 0.88em;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.seo-photo-cta__title {
  font-size: var(--case-study-heading-size, clamp(1.45rem, 2.3vw, 2rem));
  font-weight: 700;
  color: var(--case-study-text-color, #ccc);
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.seo-photo-cta__text {
  color: var(--case-study-text-color, #ccc);
  font-size: var(--case-study-body-size, 1.25rem);
  line-height: var(--case-study-line-height, 1.7);
  font-weight: 600;
  letter-spacing: normal;
  margin: 0 0 0.85rem;
}

.seo-photo-cta__text strong {
  color: #fff;
  font-weight: 700;
}

.seo-photo-cta__text--followup {
  color: rgba(204, 204, 204, 0.82);
}

.seo-photo-cta__text--closing {
  color: rgba(204, 204, 204, 0.72);
  font-size: var(--case-study-body-size, 1.25rem);
  line-height: var(--case-study-line-height, 1.7);
  font-weight: 600;
  margin-top: 1rem;
}

.seo-photo-cta__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.9rem;
  padding: 1.95rem 1.7rem;
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.seo-photo-cta__aside-logo {
  width: auto;
  height: auto;
  max-width: 124px;
  opacity: 0.92;
  filter: brightness(0) invert(1);
}

.seo-photo-cta__aside-title {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--case-study-text-color, #ccc);
  line-height: 1.28;
  margin: 0;
}

.seo-photo-cta__aside-text {
  font-size: var(--case-study-body-size, 1.25rem);
  color: rgba(204, 204, 204, 0.76);
  line-height: var(--case-study-line-height, 1.7);
  font-weight: 600;
  margin: 0;
}

.seo-photo-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  width: 100%;
  margin-top: 0.25rem;
}

.seo-photo-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  min-width: 176px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
  box-sizing: border-box;
  border: 2px solid #a5121a;
  background: transparent;
  color: #a5121a;
}

.seo-photo-cta__btn--primary {
  background: transparent;
  color: #a5121a;
  border: 2px solid #a5121a;
}

.seo-photo-cta__btn--primary:hover {
  background: #a5121a;
  color: #ccc;
  border-color: #a5121a;
}

.seo-photo-cta__btn:focus-visible {
  outline: 2px solid #a5121a;
  outline-offset: 3px;
}

@media (max-width: 941px) {
  .seo-section-content.seo-hub-case-typography {
    margin: 24px auto 60px;
    padding-left: var(--site-gutter-x-mobile-left, 20px);
    padding-right: var(--site-gutter-x-mobile-right, 20px);
    box-sizing: border-box;
  }

  .seo-section-content.seo-hub-case-typography > * + * {
    margin-top: 30px;
  }

  .seo-section-content.seo-hub-case-typography .seo-inline-title::before,
  .seo-section-content.seo-hub-case-typography .seo-hub-steps h2::before,
  .seo-section-content.seo-hub-case-typography .seo-market-copy__title::before,
  .seo-section-content.seo-hub-case-typography .seo-faq-title::before {
    width: 44px;
    margin-bottom: 12px;
  }

  .seo-section-content .works-section {
    margin-top: 2px;
  }

  .seo-section-content .works-section.container {
    position: static;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding-left: var(--site-gutter-x-mobile-left, 20px);
    padding-right: var(--site-gutter-x-mobile-right, 20px);
  }

  .seo-section-content .works-section .title {
    padding: 14px 0 12px;
    font-size: clamp(20px, 5.2vw, 24px);
    line-height: 1.2;
  }

  .seo-section-content.seo-hub-case-typography .seo-highlight-box,
  .seo-section-content.seo-hub-case-typography .seo-modal-description,
  .seo-section-content.seo-hub-case-typography .seo-market-copy__lead,
  .seo-section-content.seo-hub-case-typography .seo-market-copy__list,
  .seo-section-content.seo-hub-case-typography .seo-market-copy__list li,
  .seo-section-content.seo-hub-case-typography .seo-hub-steps ol,
  .seo-section-content.seo-hub-case-typography .seo-hub-steps li,
  .seo-section-content.seo-hub-case-typography .seo-faq-answer,
  .seo-section-content.seo-hub-case-typography .seo-faq-link-list,
  .seo-section-content.seo-hub-case-typography .seo-faq-link-list li {
    font-size: 1.1rem;
  }

  .seo-section-content.seo-hub-case-typography .seo-hub-steps {
    margin-top: 0.95rem;
    padding: 0.9rem 0.85rem;
  }
}

@media (max-width: 768px) {
  .seo-section-content .seo-pricing-breakout .pc-grid,
  .seo-section-content .seo-related-grid {
    grid-template-columns: 1fr;
  }

  .seo-photo-cta {
    grid-template-columns: 1fr;
    width: min(1260px, calc(100vw - var(--site-gutter-x-mobile-left, 20px) - var(--site-gutter-x-mobile-right, 20px)));
  }

  .seo-photo-cta__content {
    padding: 1.75rem 1.5rem;
  }

  .seo-photo-cta__aside {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.65rem 1.5rem;
  }

  .seo-photo-cta__aside-logo {
    max-width: 100px;
  }

  .seo-photo-cta__title {
    font-size: 1.35rem;
  }

  .seo-photo-cta__btn {
    width: 100%;
    min-width: 0;
  }
}
