.seo-services-hub {
  --ssh-navy: #0f2d52;
  --ssh-gold: #c8a45a;
  --ssh-ink: #142840;
  --ssh-muted: #536171;
  --ssh-line: #e7e2d8;
  --ssh-soft: #f7f4ee;
  color: var(--ssh-ink);
  background: #fff;
}

.seo-services-hub .container {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.seo-services-hub .breadcrumb {
  background: var(--ssh-navy);
  padding: 22px 0 18px;
}

.seo-services-hub .breadcrumb .container,
.seo-services-hub .breadcrumb-inner {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

body.has-floating-nav .seo-services-hub .breadcrumb {
  padding: 22px 0 18px !important;
}

.ssh-hero {
  background: var(--ssh-navy);
  color: #fff;
  padding: 74px 0 88px;
}

.ssh-hero-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ssh-hero-copy {
  width: min(900px, 100%);
  margin: 0 auto;
}

.ssh-eyebrow,
.ssh-section-head span,
.ssh-fail span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--ssh-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.ssh-hero h1,
.ssh-section h2,
.ssh-final h2 {
  margin: 0;
  color: inherit;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.ssh-hero h1 {
  margin-inline: auto;
  max-width: 830px;
  font-size: clamp(42px, 6vw, 72px);
}

.ssh-hero p {
  max-width: 720px;
  margin: 22px auto 0;
  color: #d7e1ec;
  font-size: 18px;
  line-height: 1.7;
}

.ssh-actions,
.ssh-center-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.ssh-actions-center,
.ssh-center-actions {
  justify-content: center;
}

.seo-services-hub .btn-primary,
.seo-services-hub .btn-secondary,
.seo-services-hub .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.seo-services-hub .btn-secondary,
.seo-services-hub .btn-outline {
  border: 1.5px solid var(--ssh-line);
  color: var(--ssh-navy);
  background: #fff;
}

.ssh-hero .btn-secondary,
.ssh-final .btn-secondary {
  border-color: rgba(255,255,255,0.35);
  color: #fff;
  background: transparent;
}

.seo-services-hub .btn-primary:hover,
.seo-services-hub .btn-secondary:hover,
.seo-services-hub .btn-outline:hover {
  transform: translateY(-2px);
}

.ssh-section {
  padding: 88px 0;
}

.ssh-section:nth-of-type(even) {
  background: var(--ssh-soft);
}

.ssh-section-head {
  max-width: 800px;
  margin: 0 auto 42px;
  text-align: center;
}

.ssh-section h2,
.ssh-final h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.ssh-section-head p {
  margin: 16px auto 0;
  color: var(--ssh-muted);
  font-size: 17px;
  line-height: 1.7;
}

.ssh-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ssh-line);
  border-radius: 10px;
  background: #fff;
}

.ssh-scale-section {
  background: var(--ssh-soft) !important;
}

.ssh-scale-engagement {
  max-width: 1050px;
  margin: 0 auto;
  padding: 36px 0 0;
}

.ssh-scale-name {
  width: fit-content;
  margin: 0 auto 38px;
  padding: 10px 18px;
  border: 1px solid var(--ssh-line);
  color: var(--ssh-navy);
  background: rgba(255,255,255,0.72);
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.ssh-scale-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 42px;
}

.ssh-scale-track::before {
  content: "";
  position: absolute;
  top: 10px;
  left: calc(16.666% + 8px);
  right: calc(16.666% + 8px);
  height: 2px;
  background: var(--ssh-line);
}

.ssh-scale-point {
  position: relative;
  display: grid;
  grid-template-rows: minmax(68px, auto) 1fr auto;
  align-content: stretch;
  gap: 12px;
  min-width: 0;
  padding-top: 42px;
}

.ssh-scale-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 5px solid var(--ssh-soft);
  background: var(--ssh-gold);
  box-shadow: 0 0 0 1px rgba(201, 161, 74, 0.45);
}

.ssh-scale-point:nth-child(2) .ssh-scale-dot {
  left: calc(50% - 11px);
}

.ssh-scale-point:nth-child(3) .ssh-scale-dot {
  left: auto;
  right: 0;
}

.ssh-scale-point h3 {
  margin: 0;
  color: var(--ssh-navy);
  font-family: "Sora", sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 900;
  line-height: 1.1;
  align-self: end;
}

.ssh-scale-point:nth-child(2) {
  text-align: center;
}

.ssh-scale-point:nth-child(3) {
  text-align: right;
}

.ssh-scale-point p {
  margin: 0;
  color: var(--ssh-muted);
  font-size: 15px;
  line-height: 1.65;
  align-self: start;
}

.ssh-scale-point strong {
  display: block;
  color: var(--ssh-gold);
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  align-self: end;
}

.ssh-scale-note {
  max-width: 780px;
  margin: 46px auto 0;
  color: var(--ssh-ink);
  font-size: 18px;
  line-height: 1.65;
  text-align: center;
}

.ssh-scale-secondary {
  margin: 18px 0 0;
  color: var(--ssh-muted);
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.ssh-scale-secondary a {
  color: var(--ssh-gold);
  font-family: "Sora", sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.ssh-scale-secondary a:hover {
  color: var(--ssh-navy);
}

.ssh-table {
  width: 100%;
  border-collapse: collapse;
}

.ssh-table th,
.ssh-table td {
  padding: 20px 22px;
  border-bottom: 1px solid var(--ssh-line);
  text-align: left;
  vertical-align: top;
}

.ssh-table th {
  color: var(--ssh-navy);
  font-size: 12px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background: #fbfaf7;
}

.ssh-table tr:last-child td { border-bottom: 0; }
.ssh-table a { color: var(--ssh-navy); font-weight: 800; text-decoration: none; }
.ssh-table a:hover { color: var(--ssh-gold); }

.ssh-offer-grid,
.ssh-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.ssh-offer-card,
.ssh-pricing-card,
.ssh-link-card,
.ssh-model-panel,
.ssh-process-card,
.ssh-proof-card,
.ssh-req-card {
  border: 1px solid var(--ssh-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15,45,82,0.06);
}

.ssh-offer-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
}

.ssh-offer-card.is-featured {
  border-color: var(--ssh-gold);
  background: var(--ssh-navy);
  color: #fff;
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(15,45,82,0.24);
}

.ssh-card-label {
  margin-bottom: 16px;
  color: var(--ssh-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ssh-offer-card h3,
.ssh-link-card h3,
.ssh-model-panel h3,
.ssh-process-card h3,
.ssh-proof-card h3,
.ssh-req-card h3 {
  margin: 0 0 14px;
  color: var(--ssh-navy);
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.ssh-offer-card.is-featured h3 { color: #fff; }

.ssh-offer-card p,
.ssh-offer-card li,
.ssh-card-note span,
.ssh-link-card p,
.ssh-model-panel p,
.ssh-process-card p,
.ssh-proof-card p,
.ssh-req-card p {
  color: var(--ssh-muted);
  line-height: 1.6;
}

.ssh-offer-card.is-featured p,
.ssh-offer-card.is-featured li,
.ssh-offer-card.is-featured .ssh-card-note span,
.ssh-offer-card.is-featured .ssh-mini-heading {
  color: #d7e1ec;
}

.ssh-card-note {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 16px;
  border-left: 4px solid var(--ssh-gold);
  background: #fbfaf7;
}

.ssh-offer-card.is-featured .ssh-card-note {
  background: rgba(255,255,255,0.08);
}

.ssh-card-note strong,
.ssh-mini-heading {
  color: var(--ssh-navy);
  font-weight: 800;
}

.ssh-offer-card.is-featured .ssh-card-note strong {
  color: #fff;
}

.ssh-mini-heading {
  margin-top: 20px;
}

.ssh-offer-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding-left: 0;
  list-style: none;
}

.ssh-offer-card li {
  position: relative;
  padding-left: 20px;
}

.ssh-offer-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ssh-gold);
  transform: translateY(-50%);
}

.ssh-price {
  margin: auto 0 18px;
  padding-top: 18px;
  color: var(--ssh-gold);
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.ssh-pricing-grid,
.ssh-req-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ssh-pricing-card,
.ssh-link-card {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ssh-pricing-card:hover,
.ssh-link-card:hover,
.ssh-model-panel:hover,
.ssh-proof-card:hover {
  transform: translateY(-4px);
  border-color: var(--ssh-gold);
  box-shadow: 0 20px 54px rgba(15,45,82,0.12);
}

.ssh-pricing-card strong,
.ssh-pricing-card em {
  color: var(--ssh-navy);
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
}

.ssh-pricing-card span {
  margin: 14px 0 auto;
  color: var(--ssh-muted);
  line-height: 1.55;
}

.ssh-pricing-card em {
  margin-top: 20px;
  color: var(--ssh-gold);
}

.ssh-system {
  background: var(--ssh-navy) !important;
}

.ssh-system .ssh-section-head span {
  background: rgba(201, 161, 74, 0.16);
  color: var(--ssh-gold);
}

.ssh-system .ssh-section-head h2 {
  color: #fff;
}

.ssh-system .ssh-section-head p {
  color: rgba(255,255,255,0.78);
}

.ssh-system-bands {
  display: grid;
  max-width: 1080px;
  margin: 0 auto;
}

.ssh-system-band {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(30px, 4vw, 46px) 0;
  border-top: 1px solid rgba(221,229,236,0.22);
}

.ssh-system-band:first-child {
  border-top: 0;
  padding-top: 0;
}

.ssh-system-band:last-child {
  padding-bottom: 0;
}

.ssh-system-anchor h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.05;
}

.ssh-system-anchor p {
  max-width: 280px;
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.55;
}

.ssh-system-disciplines {
  display: grid;
}

.ssh-system-discipline {
  padding: 0 0 24px;
}

.ssh-system-discipline + .ssh-system-discipline {
  padding-top: 24px;
  border-top: 1px solid rgba(221,229,236,0.18);
}

.ssh-system-discipline:last-child {
  padding-bottom: 0;
}

.ssh-system-discipline h4 {
  margin: 0 0 8px;
  color: var(--ssh-gold);
  font-family: "Sora", sans-serif;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 900;
  line-height: 1.2;
}

.ssh-system-discipline p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  line-height: 1.65;
}

.ssh-link-list {
  display: grid;
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid var(--ssh-line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15,45,82,0.06);
}

.ssh-link-list .ssh-link-card {
  min-height: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(210px, 0.55fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  border-bottom: 1px solid var(--ssh-line);
}

.ssh-link-list .ssh-link-card:last-child {
  border-bottom: 0;
}

.ssh-link-list .ssh-link-card:hover {
  transform: none;
  background: #fbfaf7;
}

.ssh-link-list .ssh-link-card h3,
.ssh-link-list .ssh-link-card p {
  margin: 0;
}

.ssh-link-list .ssh-link-card h3 {
  font-size: 21px;
  line-height: 1.25;
}

.ssh-models {
  position: relative;
  background:
    radial-gradient(circle at 14% 22%, rgba(201,161,74,0.12), transparent 32%),
    linear-gradient(180deg, #f7f3eb 0%, var(--ssh-offwhite) 100%);
}

.ssh-section.ssh-spanish-layer {
  padding-top: 0;
  background: linear-gradient(180deg, var(--ssh-offwhite) 0%, #f7f3eb 100%);
}

.ssh-models .ssh-section-head {
  margin-bottom: clamp(34px, 4vw, 54px);
}

.ssh-market-layout {
  display: grid;
  gap: 30px;
  max-width: 1180px;
  margin: 0 auto;
}

.ssh-market-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.ssh-market-column,
.ssh-spanish-band {
  border: 1px solid rgba(58,80,104,0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 68px rgba(15,45,82,0.1);
}

.ssh-market-column {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(32px, 4vw, 48px);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ssh-market-column::after {
  position: absolute;
  right: 30px;
  top: 22px;
  z-index: 0;
  color: rgba(58,80,104,0.06);
  font-family: "Sora", sans-serif;
  font-size: clamp(88px, 9vw, 132px);
  font-weight: 900;
  line-height: 1;
}

.ssh-market-column:nth-child(1)::after {
  content: "01";
}

.ssh-market-column:nth-child(2)::after {
  content: "02";
}

.ssh-market-column::before,
.ssh-spanish-band::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: var(--ssh-gold);
}

.ssh-market-column:hover {
  transform: translateY(-6px);
  border-color: rgba(201,161,74,0.58);
  box-shadow: 0 34px 80px rgba(15,45,82,0.16);
}

.ssh-market-column h3,
.ssh-spanish-band h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ssh-navy);
  font-family: "Sora", sans-serif;
  font-weight: 900;
  line-height: 1.12;
}

.ssh-market-column h3 {
  font-size: clamp(28px, 3vw, 38px);
  margin-bottom: 30px;
}

.ssh-market-detail {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 22px 0;
  border-top: 1px solid var(--ssh-line);
}

.ssh-market-detail:last-of-type {
  padding-bottom: 8px;
}

.ssh-market-detail span,
.ssh-spanish-band > span {
  color: var(--ssh-gold);
  font-family: "Sora", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ssh-market-detail p,
.ssh-spanish-band p {
  margin: 0;
  color: var(--ssh-muted);
  font-size: 16.5px;
  line-height: 1.68;
}

.ssh-market-column a,
.ssh-spanish-band a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  color: var(--ssh-gold);
  font-weight: 900;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ssh-market-column a {
  padding-top: 24px;
}

.ssh-market-column a::after,
.ssh-spanish-band a::after {
  content: " ->";
}

.ssh-market-column a:hover,
.ssh-spanish-band a:hover {
  color: var(--ssh-navy);
  transform: translateX(3px);
}

.ssh-spanish-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr) auto;
  gap: 18px 34px;
  align-items: center;
  padding: clamp(32px, 4vw, 48px);
  background:
    linear-gradient(135deg, rgba(201,161,74,0.16), rgba(255,255,255,0.94) 58%),
    #fff;
}

.ssh-spanish-band::after {
  content: "ES";
  position: absolute;
  right: 32px;
  bottom: -22px;
  color: rgba(201,161,74,0.12);
  font-family: "Sora", sans-serif;
  font-size: clamp(86px, 9vw, 132px);
  font-weight: 900;
  line-height: 1;
}

.ssh-spanish-band > span {
  grid-column: 1 / -1;
}

.ssh-spanish-band h2 {
  font-size: clamp(24px, 2.4vw, 34px);
}

.ssh-link-card span,
.ssh-proof-card a {
  margin-top: auto;
  color: var(--ssh-gold);
  font-weight: 800;
  text-decoration: none;
}

.ssh-process-card,
.ssh-proof-card,
.ssh-req-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.ssh-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ssh-process-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ssh-process-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--ssh-gold);
  transform: scaleX(0.3);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.ssh-process-card:hover {
  transform: translateY(-5px);
  border-color: var(--ssh-gold);
  box-shadow: 0 24px 60px rgba(15,45,82,0.14);
}

.ssh-process-card:hover::before {
  transform: scaleX(1);
}

.ssh-process-card span {
  margin-bottom: 18px;
  color: var(--ssh-gold);
  font-family: "Sora", sans-serif;
  font-size: 34px;
  font-weight: 800;
}

.ssh-process-card h3,
.ssh-proof-card h3,
.ssh-link-card h3,
.ssh-req-card h3 {
  font-weight: 800;
}

.ssh-fail {
  background: var(--ssh-navy) !important;
  color: #fff;
}

.ssh-fail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(38px, 5vw, 72px);
  align-items: center;
}

.ssh-fail h2,
.ssh-fail h3 {
  color: #fff;
}

.ssh-fail p {
  color: #d7e1ec;
  line-height: 1.7;
}

.ssh-fail-copy > p {
  max-width: 590px;
}

.ssh-fail-modes {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.ssh-fail-modes p {
  margin: 0;
  padding: 0 0 0 18px;
  border-left: 2px solid rgba(201,161,74,0.74);
}

.ssh-fail-pivot {
  margin-top: 0;
  color: #fff !important;
  font-weight: 800;
}

.ssh-connected {
  padding: clamp(18px, 3vw, 30px);
}

.ssh-loop-caption {
  max-width: none;
  margin: 0 0 18px;
  color: rgba(255,255,255,0.78) !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-align: center;
}

.ssh-system-loop {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}

.ssh-system-loop svg {
  display: block;
  width: 100%;
  height: auto;
}

.ssh-loop-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ssh-loop-lines path {
  fill: none;
  stroke: var(--ssh-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.88;
}

.ssh-loop-node {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 116px;
  min-height: 54px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.58);
  border-radius: 4px;
  color: #fff;
  background: var(--ssh-navy);
  box-shadow: 0 0 0 8px var(--ssh-navy);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.ssh-loop-node.is-strategy {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.ssh-loop-node.is-technical {
  right: 0;
  top: 64px;
}

.ssh-loop-node.is-content {
  right: 0;
  bottom: 74px;
}

.ssh-loop-node.is-authority {
  right: 24%;
  bottom: 0;
}

.ssh-loop-node.is-conversion {
  left: 24%;
  bottom: 0;
}

.ssh-loop-node.is-reporting {
  left: 0;
  bottom: 74px;
}

.ssh-loop-node.is-prioritization {
  left: 0;
  top: 64px;
}

.ssh-proof-card span {
  color: var(--ssh-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.ssh-req-grid {
  max-width: 1080px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.ssh-req-card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  padding: clamp(28px, 3vw, 34px);
  border-color: rgba(58,80,104,0.16);
  background: #fff;
  box-shadow: 0 20px 48px rgba(15,45,82,0.07);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.ssh-req-card:nth-child(1):hover {
  border-color: rgba(47,124,154,0.28);
  background: linear-gradient(180deg, rgba(47,124,154,0.13), #fff 62%);
}

.ssh-req-card:nth-child(2):hover {
  border-color: rgba(96,84,154,0.26);
  background: linear-gradient(180deg, rgba(96,84,154,0.11), #fff 62%);
}

.ssh-req-card:nth-child(3):hover {
  border-color: rgba(65,139,105,0.28);
  background: linear-gradient(180deg, rgba(65,139,105,0.12), #fff 62%);
}

.ssh-req-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(15,45,82,0.13);
}

.ssh-req-card h3 {
  margin-bottom: 20px;
  color: var(--ssh-navy);
  font-size: 24px;
  line-height: 1.15;
}

.ssh-req-card p {
  margin: 0;
  padding: 13px 0 13px 22px;
  border-top: 1px solid var(--ssh-line);
  position: relative;
  color: var(--ssh-muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.ssh-req-card p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ssh-navy);
  opacity: 0.78;
}

.ssh-faq-list {
  max-width: 920px;
  margin: 0 auto;
}

.ssh-faq-list details {
  border: 1px solid var(--ssh-line);
  border-radius: 10px;
  margin-bottom: 12px;
  background: #fff;
}

.ssh-faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--ssh-navy);
  font-weight: 800;
  list-style: none;
}

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

.ssh-faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--ssh-muted);
  line-height: 1.7;
}

.ssh-final {
  padding: 88px 0;
  background: var(--ssh-navy);
  color: #fff;
  text-align: center;
}

.ssh-final p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #d7e1ec;
  font-size: 18px;
  line-height: 1.7;
}

.ssh-final .ssh-final-fit-link {
  margin-top: 18px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
}

.ssh-final .ssh-final-fit-link a {
  color: var(--ssh-gold);
  font-weight: 800;
  text-decoration: none;
}

.ssh-final .ssh-final-fit-link a:hover,
.ssh-final .ssh-final-fit-link a:focus {
  color: #fff;
}

@media (max-width: 1040px) {
  .ssh-fail-grid {
    grid-template-columns: 1fr;
  }

  .ssh-connected {
    padding-inline: 0;
  }

  .ssh-offer-grid,
  .ssh-pricing-grid,
  .ssh-req-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ssh-market-columns,
  .ssh-spanish-band {
    grid-template-columns: 1fr;
  }

  .ssh-offer-card.is-featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .ssh-proof-grid {
    grid-template-columns: 1fr;
  }

  .seo-services-hub .container {
    width: min(100% - 32px, 1160px);
  }

  .ssh-hero {
    padding: 52px 0 64px;
  }

  .ssh-hero h1 {
    font-size: 36px;
  }

  .ssh-hero p,
  .ssh-section-head p,
  .ssh-final p {
    font-size: 16px;
  }

  .ssh-actions,
  .ssh-center-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ssh-scale-engagement {
    padding-top: 20px;
  }

  .ssh-scale-name {
    margin-bottom: 24px;
  }

  .ssh-scale-track {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ssh-scale-track::before {
    top: 0;
    bottom: 0;
    left: 10px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .ssh-scale-point,
  .ssh-scale-point:nth-child(2),
  .ssh-scale-point:nth-child(3) {
    padding: 0 0 0 42px;
    text-align: left;
  }

  .ssh-scale-dot,
  .ssh-scale-point:nth-child(2) .ssh-scale-dot,
  .ssh-scale-point:nth-child(3) .ssh-scale-dot {
    top: 3px;
    left: 0;
    right: auto;
  }

  .ssh-scale-note {
    margin-top: 34px;
    font-size: 16px;
    text-align: left;
  }

  .seo-services-hub .btn-primary,
  .seo-services-hub .btn-secondary,
  .seo-services-hub .btn-outline {
    width: 100%;
  }

  .ssh-section {
    padding: 68px 0;
  }

  .ssh-table,
  .ssh-table thead,
  .ssh-table tbody,
  .ssh-table tr,
  .ssh-table th,
  .ssh-table td {
    display: block;
  }

  .ssh-table thead {
    display: none;
  }

  .ssh-table tr {
    padding: 18px;
    border-bottom: 1px solid var(--ssh-line);
  }

  .ssh-table tr:last-child {
    border-bottom: 0;
  }

  .ssh-table td {
    padding: 8px 0;
    border-bottom: 0;
  }

  .ssh-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: var(--ssh-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
  }

  .ssh-offer-grid,
  .ssh-pricing-grid,
  .ssh-process-grid,
  .ssh-req-grid {
    grid-template-columns: 1fr;
  }

  .ssh-system-band {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 0;
  }

  .ssh-system-anchor p {
    max-width: none;
  }

  .ssh-system-discipline p {
    font-size: 16px;
  }

  .ssh-loop-caption {
    text-align: left;
  }

  .ssh-system-loop {
    min-height: 0;
    padding-left: 0;
  }

  .ssh-system-loop::before {
    content: "";
    display: none;
  }

  .ssh-system-loop::after {
    content: "back to Strategy";
    display: none;
  }

  .ssh-loop-lines {
    display: none;
  }

  .ssh-loop-node,
  .ssh-loop-node.is-strategy,
  .ssh-loop-node.is-technical,
  .ssh-loop-node.is-content,
  .ssh-loop-node.is-authority,
  .ssh-loop-node.is-conversion,
  .ssh-loop-node.is-reporting,
  .ssh-loop-node.is-prioritization {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    justify-self: start;
    min-width: min(220px, 100%);
    box-shadow: 0 0 0 6px var(--ssh-navy);
  }

  .ssh-loop-node::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 50%;
    width: 14px;
    height: 2px;
    background: var(--ssh-gold);
    transform: translateY(-50%);
  }

  .ssh-link-list .ssh-link-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ssh-market-column,
  .ssh-spanish-band {
    padding: 24px 20px;
  }
}

/* Final scoped override for the SEO Services requirements cards. */
.seo-services-hub .ssh-requirements .ssh-req-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(250px, 1fr)) !important;
  gap: 28px !important;
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  align-items: stretch !important;
}

.seo-services-hub .ssh-requirements .ssh-req-card {
  position: relative !important;
  overflow: hidden !important;
  min-height: 360px !important;
  padding: 34px !important;
  border: 1px solid rgba(58, 80, 104, 0.16) !important;
  border-top: 1px solid rgba(58, 80, 104, 0.16) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 22px 54px rgba(15, 45, 82, 0.08) !important;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease !important;
}

.seo-services-hub .ssh-requirements .ssh-req-card::before,
.seo-services-hub .ssh-requirements .ssh-req-card::after {
  display: none !important;
  content: none !important;
}

.seo-services-hub .ssh-requirements .ssh-req-card:nth-child(1):hover {
  border-color: rgba(47, 124, 154, 0.32) !important;
  background: linear-gradient(180deg, rgba(47, 124, 154, 0.14), #fff 64%) !important;
}

.seo-services-hub .ssh-requirements .ssh-req-card:nth-child(2):hover {
  border-color: rgba(96, 84, 154, 0.3) !important;
  background: linear-gradient(180deg, rgba(96, 84, 154, 0.12), #fff 64%) !important;
}

.seo-services-hub .ssh-requirements .ssh-req-card:nth-child(3):hover {
  border-color: rgba(65, 139, 105, 0.32) !important;
  background: linear-gradient(180deg, rgba(65, 139, 105, 0.13), #fff 64%) !important;
}

.seo-services-hub .ssh-requirements .ssh-req-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 32px 76px rgba(15, 45, 82, 0.14) !important;
}

.seo-services-hub .ssh-requirements .ssh-req-card h3 {
  margin: 0 0 22px !important;
  color: var(--ssh-navy) !important;
  font-size: 25px !important;
  line-height: 1.14 !important;
}

.seo-services-hub .ssh-requirements .ssh-req-card p {
  position: relative !important;
  margin: 0 !important;
  padding: 13px 0 13px 22px !important;
  border-top: 1px solid var(--ssh-line) !important;
  color: var(--ssh-muted) !important;
  font-size: 15.5px !important;
  line-height: 1.55 !important;
}

.seo-services-hub .ssh-requirements .ssh-req-card p::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 22px !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: var(--ssh-navy) !important;
  opacity: 0.78 !important;
}

@media (max-width: 1040px) {
  .seo-services-hub .ssh-requirements .ssh-req-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .seo-services-hub .ssh-requirements .ssh-req-grid {
    grid-template-columns: 1fr !important;
  }

  .seo-services-hub .ssh-requirements .ssh-req-card {
    min-height: 0 !important;
    padding: 24px 20px !important;
  }
}

.seo-services-hub .ssh-requirements .ssh-input-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap: 28px;
  width: min(100%, 1120px);
  margin: 0 auto;
  align-items: stretch;
}

.seo-services-hub .ssh-requirements .ssh-input-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 34px;
  border: 1px solid rgba(58, 80, 104, 0.16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(15, 45, 82, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.seo-services-hub .ssh-requirements .ssh-input-card:nth-child(1):hover {
  border-color: rgba(47, 124, 154, 0.32);
  background: linear-gradient(180deg, rgba(47, 124, 154, 0.14), #fff 64%);
}

.seo-services-hub .ssh-requirements .ssh-input-card:nth-child(2):hover {
  border-color: rgba(96, 84, 154, 0.3);
  background: linear-gradient(180deg, rgba(96, 84, 154, 0.12), #fff 64%);
}

.seo-services-hub .ssh-requirements .ssh-input-card:nth-child(3):hover {
  border-color: rgba(65, 139, 105, 0.32);
  background: linear-gradient(180deg, rgba(65, 139, 105, 0.13), #fff 64%);
}

.seo-services-hub .ssh-requirements .ssh-input-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 76px rgba(15, 45, 82, 0.14);
}

.seo-services-hub .ssh-requirements .ssh-input-card h3 {
  margin: 0 0 22px;
  color: var(--ssh-navy);
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.14;
}

.seo-services-hub .ssh-requirements .ssh-input-card p {
  position: relative;
  margin: 0;
  padding: 13px 0 13px 22px;
  border-top: 1px solid var(--ssh-line);
  color: var(--ssh-muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.seo-services-hub .ssh-requirements .ssh-input-card p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ssh-navy);
  opacity: 0.78;
}

@media (max-width: 1040px) {
  .seo-services-hub .ssh-requirements .ssh-input-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .seo-services-hub .ssh-requirements .ssh-input-grid {
    grid-template-columns: 1fr;
  }

  .seo-services-hub .ssh-requirements .ssh-input-card {
    min-height: 0;
    padding: 24px 20px;
  }
}

/* Canonical box-free requirements layout shared with Fully Managed SEO. */
.seo-services-hub .ssh-requirements .ssh-input-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 1180px);
  margin: 0 auto;
  align-items: start;
}

.seo-services-hub .ssh-requirements .ssh-input-card,
.seo-services-hub .ssh-requirements .ssh-input-card:hover {
  min-height: 0;
  padding: 0 24px;
  border: 0;
  border-left: 1px solid var(--ssh-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  transition: none;
}

.seo-services-hub .ssh-requirements .ssh-input-card:first-child {
  padding-left: 0;
  border-left: 0;
}

.seo-services-hub .ssh-requirements .ssh-input-card h3 {
  margin: 0 0 12px;
  color: var(--ssh-navy);
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.seo-services-hub .ssh-requirements .ssh-input-card p {
  margin: 0;
  padding: 0;
  border-top: 0;
  color: var(--ssh-muted);
  font-size: 15px;
  line-height: 1.66;
}

.seo-services-hub .ssh-requirements .ssh-input-card p::before {
  display: none;
  content: none;
}

@media (max-width: 960px) {
  .seo-services-hub .ssh-requirements .ssh-input-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .seo-services-hub .ssh-requirements .ssh-input-card:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .seo-services-hub .ssh-requirements .ssh-input-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .seo-services-hub .ssh-requirements .ssh-input-card,
  .seo-services-hub .ssh-requirements .ssh-input-card:first-child,
  .seo-services-hub .ssh-requirements .ssh-input-card:nth-child(odd) {
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid var(--ssh-line);
  }

  .seo-services-hub .ssh-requirements .ssh-input-card:first-child {
    padding-top: 0;
    border-top: 0;
  }
}

/* cache-bust requirements canonical 2026-07-16T18:22:00-07:00 */
