/* ==========================================================================
   6. Sites / SEO page
   ========================================================================== */

.sites-seo-page .container-awh {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.sites-seo-page .kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.sites-seo-page .kicker.dark-kicker { color: var(--green-dark); }
.sites-seo-page .kicker.on-green { color: #003d22; }

.sites-seo-page .sites-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 64px;
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 245, 138, .17), transparent 31%),
    linear-gradient(180deg, #050706 0%, #000 100%);
  color: #fff;
}

.sites-seo-page .sites-hero h1 {
  max-width: 980px;
  margin: 0 auto 20px;
  font-family: inherit;
  font-size: clamp(34px, 4.2vw, 48px);
  font-weight: var(--service-heading-weight);
  line-height: 1.12;
  letter-spacing: -.015em;
  text-transform: uppercase;
}

.sites-seo-page .sites-hero .keep-together {
  white-space: nowrap;
}

.sites-seo-page .lead-text {
  max-width: 780px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.6;
}

.sites-seo-page sup { font-size: .62em; }

.seo-stats { margin-top: 52px; }

.seo-stat-card {
  display: flex;
  height: 100%;
  min-height: 124px;
  flex-direction: column;
  padding: 18px 20px;
  border: 1px solid rgba(0, 245, 138, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .055);
}

.seo-stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 8px;
}

.seo-stat-card strong {
  display: block;
  color: var(--green);
  font-size: 30px;
  line-height: 1;
}

.seo-stat-icon {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 245, 138, .3);
  border-radius: 10px;
  background: rgba(0, 245, 138, .08);
  color: var(--green);
  box-shadow: inset 0 0 16px rgba(0, 245, 138, .04);
}

.seo-stat-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seo-stat-card p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.seo-stat-card .data-source-link {
  margin-top: auto;
  padding-top: 9px;
}

.sites-seo-page .seo-feature,
.sites-seo-page .speed-section { padding: 82px 0; }

.sites-seo-page .seo-feature.dark-bg {
  background: #151716;
  color: #fff;
}

.sites-seo-page .seo-feature.light-bg {
  background: linear-gradient(180deg, #eef4f1 0%, #f8faf9 48%, #fff 100%);
}

.sites-seo-page .seo-feature h2,
.sites-seo-page .speed-section h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.3vw, 42px);
  font-weight: var(--service-heading-weight);
  line-height: 1.1;
  letter-spacing: -.02em;
}

.sites-seo-page .body-text {
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 1.6;
}

.sites-seo-page .dark-bg .body-text,
.sites-seo-page .speed-section .body-text { color: rgba(255, 255, 255, .8); }
.sites-seo-page .light-bg .body-text { color: #4c5760; }

.keyword-visual,
.site-map-visual,
.speed-visual {
  min-height: 360px;
  border-radius: 14px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .22);
}

.keyword-visual {
  padding: 22px;
  border: 1px solid rgba(0, 245, 138, .26);
  background:
    radial-gradient(circle at 90% 12%, rgba(0, 245, 138, .17), transparent 38%),
    #09110e;
}

.visual-window-bar { display: flex; gap: 7px; margin-bottom: 34px; }
.visual-window-bar i { width: 9px; height: 9px; border-radius: 50%; background: #31413a; }
.visual-window-bar i:first-child { background: var(--green); }
.visual-label { color: rgba(255,255,255,.52); font-size: 11px; font-weight: 800; text-transform: uppercase; }

.search-field {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 22px;
  padding: 15px 16px;
  border: 1px solid rgba(0,245,138,.35);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.search-field svg { width: 20px; fill: none; stroke: var(--green); stroke-width: 2; }

.keyword-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 4px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.keyword-row b { color: var(--green); font-weight: 700; }

.sites-seo-page .quote-highlight {
  display: inline-block;
  margin: 8px 0 0;
  padding: 15px 20px;
  border: 1px solid rgba(0, 245, 138, .32);
  border-radius: 8px;
  background: rgba(0, 245, 138, .08);
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
}

.site-map-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 28px;
  border: 1px solid #dce8e1;
  background: #fff;
}

.site-map-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 210px;
  padding: 18px;
  border-radius: 9px;
  background: #07110d;
  color: #fff;
}

.site-map-home span { width: 28px; height: 4px; margin-bottom: 10px; border-radius: 9px; background: var(--green); }
.site-map-home b { font-size: 14px; }
.site-map-home small { color: rgba(255,255,255,.55); font-size: 10px; }
.site-map-line { width: 2px; height: 42px; background: #9dd8bb; }

.site-map-pages {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  width: 100%;
}

.site-map-pages::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 11%;
  left: 11%;
  height: 2px;
  background: #9dd8bb;
}

.site-map-pages div {
  position: relative;
  padding: 30px 7px 18px;
  border: 1px solid #dce8e1;
  border-radius: 7px;
  background: #f4faf7;
  text-align: center;
}

.site-map-pages div::before { content: ""; position: absolute; top: 0; left: 50%; width: 2px; height: 20px; background: #9dd8bb; transform: translateY(-100%); }
.site-map-pages i { display: block; width: 24px; height: 18px; margin: 0 auto 9px; border-radius: 3px; background: #bdebd4; }
.site-map-pages b { color: #26332d; font-size: 10px; }

.comparison-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.comparison-pills span { padding: 8px 12px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.comparison-pills .positive { background: #dffff0; color: #00653c; }
.comparison-pills .negative { background: #f0f2f1; color: #69736e; }

.sites-seo-page .speed-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 40%, rgba(0,245,138,.12), transparent 36%),
    #000;
  color: #fff;
}

.speed-stat {
  display: inline-flex;
  overflow: hidden;
  flex-direction: column;
  align-items: stretch;
  margin-top: 8px;
  border: 1px solid rgba(0,245,138,.35);
  border-radius: 9px;
  background: rgba(0,245,138,.08);
}

.speed-stat-main { display: flex; align-items: center; gap: 13px; padding: 14px 20px; }
.speed-stat .data-source-link { padding: 8px 20px; }

.speed-stat strong { color: var(--green); font-size: 34px; line-height: 1; }
.speed-stat span { max-width: 180px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }

.speed-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(0,245,138,.24);
  background: linear-gradient(145deg, #0e1c17, #050807);
}

.speed-visual::before,
.speed-visual::after { content: ""; position: absolute; border: 1px solid rgba(0,245,138,.11); border-radius: 50%; }
.speed-visual::before { width: 390px; height: 390px; }
.speed-visual::after { width: 280px; height: 280px; }

.phone-frame {
  position: relative;
  z-index: 1;
  width: 170px;
  height: 300px;
  padding: 9px;
  border: 2px solid #849b91;
  border-radius: 26px;
  background: #050807;
  box-shadow: 0 24px 50px rgba(0,0,0,.45);
}

.phone-speaker { position: absolute; z-index: 2; top: 12px; left: 50%; width: 38px; height: 4px; border-radius: 9px; background: #82978e; transform: translateX(-50%); }
.phone-screen { display: flex; height: 100%; flex-direction: column; align-items: center; padding: 26px 15px 16px; border-radius: 18px; background: linear-gradient(180deg, #10261d, #07100c); }
.mini-brand { align-self: flex-start; color: #fff; font-size: 13px; font-weight: 800; }
.mini-brand i { color: var(--green); font-style: normal; }

.speed-ring {
  display: flex;
  width: 108px;
  height: 108px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  border: 7px solid var(--green);
  border-left-color: rgba(0,245,138,.18);
  border-radius: 50%;
  transform: rotate(-24deg);
}

.speed-ring strong,
.speed-ring small { transform: rotate(24deg); }
.speed-ring strong { color: #fff; font-size: 24px; }
.speed-ring small { color: rgba(255,255,255,.55); font-size: 8px; }
.speed-lines { width: 100%; margin-top: 30px; }
.speed-lines i { display: block; height: 5px; margin-top: 7px; border-radius: 9px; background: rgba(255,255,255,.13); }
.speed-lines i:nth-child(2) { width: 76%; }
.speed-lines i:nth-child(3) { width: 58%; }
.speed-chip { position: absolute; z-index: 2; top: 44px; right: 34px; padding: 9px 13px; border-radius: 999px; background: var(--green); color: #00140a; font-size: 11px; font-weight: 800; }

.sites-seo-page .sites-cta {
  padding: 72px 0;
  background: var(--green);
  color: #00140a;
  text-align: center;
}

.sites-seo-page .sites-cta .container-awh { max-width: 740px; }
.sites-seo-page .sites-cta h2 { margin: 0 0 16px; font-size: clamp(28px, 3.3vw, 42px); font-weight: var(--service-heading-weight); line-height: 1.1; }
.sites-seo-page .sites-cta .body-text { margin: 0 0 26px; color: #003d22; font-size: 16px; font-weight: 600; }
.sites-seo-page .btn-awh.on-green { background: #00140a; color: #fff; }
.sites-seo-page .btn-awh.on-green:hover { background: #0b2a1c; }
