/* =============================================================
   SEARCH ENGINE OPTIMIZATION PAGE — NEW BUILD
   All classes prefixed .seo-* · scoped to search-engine-optimization.html
   Palette: black / navy + Galaxywing green (#7ACC0D)
   ============================================================= */

:root {
  --seo-bg:      #0a0b0f;
  --seo-bg-2:    #121318;
  --seo-green:   #7ACC0D;
  --seo-green-2: #c6f27a;
  --seo-green-d: #5fa008;
  --seo-ink:     #ffffff;
  --seo-muted:   rgba(255, 255, 255, 0.68);
  --seo-ease:    cubic-bezier(0.22, 0.61, 0.36, 1);
}

.dsg-main {
  background: var(--seo-bg);
  color: var(--seo-ink);
  overflow-x: clip;
}

/* =============================================================
   BANNER — seo-banner cosmic hero (editorial)
   ============================================================= */
.seo-banner {
  position: relative;
  min-height: clamp(640px, 92vh, 880px);
  padding: 90px 0 70px;
  background: #000;
  color: var(--seo-ink);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  text-align: center;
}

/* Full-bleed background image */
.seo-banner-bg {
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
}
.seo-banner-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Dark overlay so the centered text stays crisp */
.seo-banner-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.9) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Ghosted uppercase watermark text */
.seo-banner-watermark {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Inter', 'Arial Black', sans-serif;
  font-size: clamp(88px, 18vw, 272px);
  font-weight: 900;
  letter-spacing: -0.64px;
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(255, 255, 255, 0.06);
  pointer-events: none;
  z-index: 3;
  white-space: nowrap;
  text-transform: uppercase;
}

/* ---- Decorative floating elements ---- */
.seo-banner-deco {
  position: absolute;
  display: inline-block;
  z-index: 4;
  pointer-events: none;
}
.seo-banner-deco svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.55));
}

/* Spring/coil top-left */
.seo-deco-spring {
  top: 8%;
  left: 4%;
  width: clamp(80px, 9vw, 130px);
  height: clamp(80px, 9vw, 130px);
  animation: seo-deco-float 9s ease-in-out infinite;
}

/* Small triangle right-middle */
.seo-deco-triangle {
  top: 54%;
  right: 5%;
  width: clamp(44px, 4.5vw, 64px);
  height: clamp(44px, 4.5vw, 64px);
  animation: seo-deco-float 11s ease-in-out infinite -3s;
}

/* Robot bottom-left (robofrnd.png) — gentle bob + sway */
.seo-deco-robot {
  bottom: 2%;
  left: 3%;
  width: clamp(180px, 20vw, 300px);
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 26px 38px rgba(0, 0, 0, 0.55));
  animation: seo-robot-bob 6s ease-in-out infinite;
}
.seo-deco-robot img {
  width: 100%;
  height: auto;
  display: block;
  animation: seo-robot-sway 8s ease-in-out infinite;
  transform-origin: center bottom;
}

/* Subtle vertical bob on the container */
@keyframes seo-robot-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

/* Tiny left-right sway on the image itself */
@keyframes seo-robot-sway {
  0%, 100% { transform: rotate(-1.5deg); }
  50%      { transform: rotate(1.5deg); }
}

@keyframes seo-deco-float {
  0%, 100% { transform: translate(0, 0) rotate(0); }
  50%      { transform: translate(0, -10px) rotate(3deg); }
}

/* ---- Center content ---- */
.seo-banner-inner {
  position: relative;
  z-index: 5;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0 auto;
}

.seo-banner-eyebrow {
  display: inline-block;
  color: var(--seo-green);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--seo-green);
  text-shadow: 0 0 20px rgba(122, 204, 13, 0.35);
}

.seo-banner-headline {
  margin: 0;
  font-family: 'Inter', 'Arial Black', sans-serif;
  font-size: clamp(38.4px, 5.2vw, 73.6px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.4px;
  color: var(--seo-ink);
  text-shadow: 0 6px 50px rgba(0, 0, 0, 0.5);
}

.seo-banner-sub {
  margin: 0 0 8px;
  max-width: 620px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(14.5px, 1.1vw, 16.5px);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.68);
}

/* Green pill CTA — big */
.seo-banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 40px;
  min-height: 62px;
  border-radius: 999px;
  background: var(--seo-green);
  color: #0a0b0f !important;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.15) inset,
    0 18px 40px rgba(122, 204, 13, 0.45),
    0 0 60px rgba(122, 204, 13, 0.25);
  transition: transform 0.3s var(--seo-ease), box-shadow 0.3s ease, gap 0.3s ease;
  margin-top: 6px;
}
.seo-banner-cta i {
  font-size: 15px;
  transition: transform 0.3s ease;
}
.seo-banner-cta:hover {
  transform: translateY(-3px);
  gap: 16px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22) inset,
    0 26px 52px rgba(122, 204, 13, 0.6),
    0 0 100px rgba(122, 204, 13, 0.35);
}
.seo-banner-cta:hover i { transform: translateX(4px); }

/* ---- Banner Responsive ---- */
@media (max-width: 991px) {
  .seo-banner {
    min-height: auto;
    padding: 80px 0 60px;
  }
  .seo-banner-watermark { top: 4%; font-size: clamp(72px, 16vw, 160px); }
  .seo-deco-spring { top: 5%; left: 3%; }
  .seo-deco-triangle { right: 4%; top: 48%; }
  .seo-deco-robot { bottom: 2%; left: 2%; }
}

@media (max-width: 767px) {
  .seo-banner {
    padding: 48px 0 56px;
    min-height: auto;
    overflow: hidden;
  }
  .seo-banner-inner {
    gap: 16px;
    padding-top: 20px;
    padding-bottom: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .seo-banner-headline { font-size: clamp(28px, 8vw, 44px); line-height: 1.1; }
  .seo-banner-watermark {
    top: 2%;
    font-size: clamp(56px, 14vw, 92px);
    -webkit-text-stroke: 0.8px rgba(255, 255, 255, 0.05);
  }
  /* Hide all decorative floats on phone — they were overlapping the
     centered text and pushing content past the viewport. */
  .seo-banner-deco,
  .seo-deco-spring,
  .seo-deco-triangle,
  .seo-deco-robot { display: none !important; }
  .seo-banner-cta {
    padding: 14px 24px;
    min-height: 50px;
    font-size: 12px;
    letter-spacing: 2px;
  }
}
@media (max-width: 575px) {
  .seo-banner { padding: 40px 0 48px; }
  .seo-banner-headline { font-size: clamp(26px, 8vw, 36px); }
  .seo-banner-sub { font-size: 14px; line-height: 1.55; }
  .seo-banner-watermark { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-banner-deco { animation: none; }
  .seo-deco-robot img { animation: none; }
  .seo-banner-cta:hover { transform: none; }
  .seo-banner-cta:hover i { transform: none; }
}


/* =============================================================
   TRUST LOGOS — 7 review/rating logos, white via filter
   ============================================================= */
.seo-trust {
  position: relative;
  padding: clamp(40px, 6vh, 70px) 0;
  background: var(--seo-bg);
  color: var(--seo-ink);
  overflow: hidden;
}

.seo-trust-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-trust-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.25s ease;
}
.seo-trust-logo:last-child { border-right: none; }

.seo-trust-logo img {
  max-width: 100%;
  max-height: clamp(28px, 2.6vw, 44px);
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: opacity 0.25s ease, transform 0.3s ease;
}
.seo-trust-logo:hover img {
  opacity: 1;
  transform: scale(1.04);
}

@media (max-width: 991px) {
  .seo-trust-row { grid-template-columns: repeat(4, 1fr); }
  .seo-trust-logo { border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .seo-trust-logo:nth-child(4n) { border-right: none; }
  .seo-trust-logo:nth-child(n+5) { border-top: 1px solid rgba(255, 255, 255, 0.1); }
}

@media (max-width: 575px) {
  .seo-trust { padding: 30px 0; }
  .seo-trust-row { grid-template-columns: repeat(2, 1fr); }
  .seo-trust-logo { padding: 22px 14px; border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .seo-trust-logo:nth-child(2n) { border-right: none; }
  .seo-trust-logo:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .seo-trust-logo:nth-child(7) { grid-column: 1 / -1; border-right: none; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-trust-logo:hover img { transform: none; }
}


/* =============================================================
   FEATURED SERVICES — editorial split + image + list
   ============================================================= */
.seo-services {
  position: relative;
  padding: clamp(50px, 7vh, 140px) 0;
  background:
    linear-gradient(180deg, rgba(10, 11, 15, 0.85) 0%, rgba(10, 11, 15, 0.75) 45%, rgba(10, 11, 15, 0.9) 100%),
    radial-gradient(1000px 700px at 10% 40%, rgba(90, 30, 180, 0.18), transparent 60%),
    radial-gradient(800px 600px at 95% 90%, rgba(122, 204, 13, 0.06), transparent 65%),
    url('../images/banners/hero-bg.webp') center center / cover no-repeat,
    #0a0b0f;
  color: var(--seo-ink);
  overflow: hidden;
  isolation: isolate;
}

/* Subtle wood/paper grain texture */
.seo-services-texture {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(95deg,
      rgba(255, 255, 255, 0.012) 0 2px,
      transparent 2px 20px),
    repeating-linear-gradient(5deg,
      rgba(255, 255, 255, 0.01) 0 3px,
      transparent 3px 36px);
  mix-blend-mode: overlay;
  z-index: 0;
  pointer-events: none;
}

.seo-services-inner {
  position: relative;
  z-index: 4;
}

/* ---- Header: split title + intro ---- */
.seo-services-head {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 32px 40px;
  align-items: start;
  margin-bottom: clamp(56px, 7vh, 90px);
}

.seo-services-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: 'Inter', 'Arial Black', sans-serif;
  font-size: clamp(30px, 7vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.4px;
  color: var(--seo-ink);
  text-transform: uppercase;
}
.seo-title-top { align-self: flex-start; }
.seo-title-bot {
  align-self: center;
  padding-left: clamp(60px, 10vw, 160px);
}

.seo-title-arrow {
  width: clamp(140px, 18vw, 220px);
  height: auto;
  align-self: center;
  margin: 4px 0;
}

.seo-services-intro {
  position: relative;
  padding-top: 6px;
  padding-left: 24px;
  max-width: 420px;
  justify-self: end;
}
.seo-intro-bar {
  position: absolute;
  top: 14px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--seo-green);
}
.seo-services-intro p {
  margin: 14px 0 0;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
}

/* ---- Main body: image + list ---- */
.seo-services-body {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: stretch;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: clamp(20px, 2.4vw, 36px);
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
}

/* Image */
.seo-services-fig {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #0a0b0f;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.seo-services-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s var(--seo-ease);
}
.seo-services-fig:hover img { transform: scale(1.03); }

/* List */
.seo-services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.seo-service-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
.seo-service-row:last-child { border-bottom: none; }

.seo-service-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: clamp(20px, 2.4vh, 28px) clamp(16px, 2vw, 24px);
  color: var(--seo-ink);
  text-decoration: none;
  position: relative;
  transition: background 0.35s ease, padding-left 0.35s ease;
}
.seo-service-link:hover {
  background: rgba(122, 204, 13, 0.04);
  padding-left: clamp(22px, 2.4vw, 32px);
}

/* Green left bar — shows on active / hover */
.seo-service-bar {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleY(0);
  transform-origin: center;
  width: 3px;
  height: 58%;
  background: var(--seo-green);
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(122, 204, 13, 0.55);
  transition: transform 0.35s var(--seo-ease);
}
.seo-service-row-active .seo-service-bar,
.seo-service-link:hover .seo-service-bar {
  transform: translateY(-50%) scaleY(1);
}

.seo-service-name {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: clamp(18px, 1.9vw, 26px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.08px;
  color: var(--seo-ink);
  transition: color 0.3s ease;
}
.seo-service-row-active .seo-service-name { color: var(--seo-green-2); }

.seo-service-flow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4.16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  white-space: nowrap;
}
.seo-service-flow i {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.38);
}
.seo-service-row-active .seo-service-flow i { color: var(--seo-green); }

/* ---- Responsive ---- */
@media (max-width: 1199px) {
.seo-banner-inner {
    gap: 0px;
}
.seo-banner-eyebrow {
    margin-bottom: 20px;
}
section.seo-trust {
    padding: 0;
}
body .seo-price-cta {
    padding: 16px 20px !important;
}
section.seo-pricing header.seo-price-head {
    margin: 0 !important;
}
.seo-price-amt-num {
    font-size: clamp(30px, 4.2vw, 35px);
}
.seo-banner-cta {
    padding: 16px 40px;
    min-height: 60px;
}

section.seo-pricing .seo-pricing-head {
    margin: 0 auto clamp(30px, 7vh, 90px) !important;
}






}

@media (max-width: 991px) {
  .seo-services-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .seo-services-intro {
    justify-self: start;
    max-width: 100%;
  }
  .seo-title-bot { padding-left: clamp(40px, 8vw, 120px); }
  .seo-title-arrow { width: clamp(130px, 20vw, 200px); }

  .seo-services-body {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .seo-services-fig { aspect-ratio: 16 / 10; }
}

@media (max-width: 767px) {
.seo-banner-cta {
        padding: 12px 25px;
        min-height: 48px;
    }

   }


@media (max-width: 575px) {
  .seo-services { padding: 70px 0; }
  .seo-title-bot { padding-left: 20px; }
.seo-title-arrow {
        transform: rotate(3deg);
        align-self: flex-start;
        margin: 0 0 0 20px;
        width: clamp(80px, 6vw, 110px);
    }
  .seo-services-body { padding: 14px; border-radius: 16px; }
  .seo-service-link {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 14px;
  }
  .seo-service-name { font-size: 17px; }
  .seo-service-flow { font-size: 10.5px; letter-spacing: 3.52px; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-services-fig:hover img { transform: none; }
}


/* =============================================================
   AWARDS — split: stat card + 3-row list
   ============================================================= */
.seo-awards {
  position: relative;
  padding: clamp(50px, 7vh, 130px) 0;
  background: var(--seo-bg);
  color: var(--seo-ink);
  overflow: hidden;
  isolation: isolate;
}

.seo-awards-glow {
  position: absolute;
  top: 20%;
  left: -8%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 204, 13, 0.14), transparent 65%);
  filter: blur(90px);
  z-index: 0;
  pointer-events: none;
}

.seo-awards-inner {
  position: relative;
  z-index: 4;
}

.seo-awards-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}

/* ---- LEFT side ---- */
.seo-awards-left {
  position: relative;
  padding-top: 20px;
}

.seo-awards-deco {
  position: absolute;
  top: -30px;
  left: -60px;
  width: clamp(72px, 8vw, 120px);
  height: auto;
  z-index: 1;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.5));
  animation: seo-deco-float 10s ease-in-out infinite -2s;
}
.seo-awards-deco svg { width: 100%; height: auto; display: block; }

.seo-awards-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--seo-green);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.seo-awards-eyebrow i { font-size: 18px; }

.seo-awards-title {
  margin: 0 0 32px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(28.8px, 2.8vw, 41.6px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: var(--seo-ink);
}

/* Stat card */
.seo-awards-stat {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 28px 30px;
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(122, 204, 13, 0.12) 0%, rgba(122, 204, 13, 0.02) 60%, rgba(9, 16, 46, 0.4) 100%);
  border: 1px solid rgba(122, 204, 13, 0.22);
  backdrop-filter: blur(12px);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.35),
    0 0 40px rgba(122, 204, 13, 0.12);
  max-width: 440px;
}

.seo-stat-body { min-width: 0; }

.seo-stat-num {
  display: block;
  font-family: 'Inter', 'Arial Black', sans-serif;
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.4px;
  color: var(--seo-green);
  margin-bottom: 8px;
}
.seo-stat-num sup {
  font-size: 8px;
  font-weight: 700;
  vertical-align: super;
  top: -4px;
}

.seo-stat-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.16px;
}

.seo-stat-ico {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--seo-green);
  color: #0a0b0f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
  box-shadow: 0 14px 30px rgba(122, 204, 13, 0.45);
}

/* ---- RIGHT: award rows ---- */
.seo-awards-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.seo-award-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 22px 28px 22px 34px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
  transition: transform 0.35s var(--seo-ease), border-color 0.35s ease, box-shadow 0.35s ease;
  min-height: 88px;
}
.seo-award-row:hover {
  transform: translateX(4px);
  border-color: rgba(122, 204, 13, 0.3);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.4), 0 0 32px rgba(122, 204, 13, 0.14);
}

/* Year pill — hangs off top-left of the award row */
.seo-award-year {
  position: absolute;
  top: -12px;
  left: 30px;
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border-radius: 999px;
  background: #1f2128;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.28px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.seo-award-name {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--seo-ink);
}

/* Laurel icon */
.seo-award-ico {
  position: relative;
  width: 56px;
  height: 56px;
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.seo-award-ico svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Featured row — 2024 green highlight */
.seo-award-row-featured {
  border-color: rgba(122, 204, 13, 0.55);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(122, 204, 13, 0.18) inset,
    0 0 40px rgba(122, 204, 13, 0.2);
}
.seo-award-row-featured .seo-award-year {
  background: var(--seo-green);
  color: #0a0b0f;
  box-shadow: 0 6px 14px rgba(122, 204, 13, 0.45);
}
.seo-award-row-featured .seo-award-ico {
  color: var(--seo-green-2);
}

/* Green arc ring around the featured laurel */
.seo-award-ring {
  position: absolute;
  inset: -8px -8px -8px -8px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--seo-green);
  border-left-color: var(--seo-green);
  transform: rotate(-30deg);
  pointer-events: none;
  box-shadow: 0 0 14px rgba(122, 204, 13, 0.35);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .seo-awards-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .seo-awards-deco { top: -40px; left: -20px; width: 70px; }
  .seo-awards-stat { max-width: 100%; }
}

@media (max-width: 575px) {
  .seo-awards { padding: 64px 0; }
  .seo-awards-deco { display: none; }
  .seo-awards-stat { padding: 22px 22px; gap: 14px; }
  .seo-stat-ico { width: 56px; height: 56px; font-size: 24px; }
  .seo-award-row {
    padding: 20px 20px 20px 26px;
    border-radius: 22px;
    min-height: auto;
    gap: 14px;
  }
  .seo-award-name { font-size: 15px; }
  .seo-award-ico { width: 44px; height: 44px; }
  .seo-award-year { top: -10px; left: 22px; font-size: 11px; padding: 3px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-awards-deco { animation: none; }
  .seo-award-row:hover { transform: none; }
}


/* =============================================================
   LATEST BLOG — editorial split + scrollable card rail
   ============================================================= */
.seo-blog {
  position: relative;
    padding: clamp(50px, 7vh, 140px) 0;
  background: var(--seo-bg);
  color: var(--seo-ink);
  overflow: hidden;
  isolation: isolate;
}

.seo-blog-inner {
  position: relative;
  z-index: 4;
}

.seo-blog-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.5fr);
  gap: clamp(30px, 4vw, 60px);
  align-items: start;
}

/* ---- LEFT: intro ---- */
.seo-blog-intro {
  position: relative;
  padding: clamp(10px, 2vh, 20px) 0 40px;
  min-height: 420px;
}

.seo-blog-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--seo-green);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.seo-blog-eyebrow i { font-size: 18px; }

.seo-blog-title {
  margin: 0 0 34px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(30px, 3.2vw, 46.4px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08px;
  text-transform: uppercase;
  color: var(--seo-ink);
  max-width: 480px;
}

.seo-blog-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  min-height: 52px;
  border-radius: 999px;
  background: var(--seo-green);
  color: #0a0b0f !important;
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(122, 204, 13, 0.4);
  transition: transform 0.3s var(--seo-ease), box-shadow 0.3s ease, gap 0.3s ease;
}
.seo-blog-cta i { font-size: 13px; transition: transform 0.3s ease; }
.seo-blog-cta:hover {
  transform: translateY(-3px);
  gap: 14px;
  color: #0a0b0f;
  box-shadow: 0 22px 44px rgba(122, 204, 13, 0.55);
}
.seo-blog-cta:hover i { transform: translateX(3px); }

/* 3D metallic torus decoration */
.seo-blog-deco {
  position: absolute;
  bottom: 30px;
  right: -10px;
  width: clamp(80px, 8vw, 120px);
  height: clamp(80px, 8vw, 120px);
  pointer-events: none;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.55));
  animation: seo-torus-spin 24s linear infinite;
  z-index: 1;
}
.seo-blog-deco svg {
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes seo-torus-spin {
  from { transform: rotate(0); }
  to   { transform: rotate(360deg); }
}

/* ---- RIGHT: card rail ---- */
.seo-blog-rail-wrap {
  position: relative;
  margin-right: calc(-1 * (50vw - min(50vw, 620px)));
  /* allow rail to extend beyond container right edge on large screens */
}

.seo-blog-rail {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 30px 30px 4px;
  scroll-padding-left: 4px;
}
.seo-blog-rail::-webkit-scrollbar { display: none; }

/* Individual card */
.seo-blog-card {
  flex: 0 0 auto;
  width: clamp(280px, 28vw, 360px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 14px 14px 22px;
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.4);
  scroll-snap-align: start;
  transition: transform 0.4s var(--seo-ease), border-color 0.4s ease, box-shadow 0.4s ease;
}
.seo-blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(122, 204, 13, 0.35);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(122, 204, 13, 0.14);
}

.seo-blog-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.seo-blog-fig {
  margin: 0 0 22px;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #0a0b0f;
}
.seo-blog-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--seo-ease);
}
.seo-blog-card:hover .seo-blog-fig img { transform: scale(1.05); }

.seo-blog-post-title {
  margin: 0 14px 20px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.08px;
  color: var(--seo-ink);
  flex-grow: 1;
}

.seo-blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0 0 14px;
  margin: 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.seo-blog-cat,
.seo-blog-date {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.seo-blog-card:hover .seo-blog-cat {
  background: rgba(122, 204, 13, 0.12);
  border-color: rgba(122, 204, 13, 0.4);
  color: var(--seo-green-2);
}

/* ---- Responsive ---- */
@media (max-width: 1199px) {
  .seo-blog-rail-wrap { margin-right: 0; }
  .seo-blog-rail { padding-right: 30px; }
}

/* At ≤1024px: center the intro (eyebrow + title + CTA), stack the
   cards into a 2-per-row grid below instead of the horizontal rail. */
@media (max-width: 1024px) {
    section.seo-blog .seo-blog-grid {
        grid-template-columns: 1fr !important;
        gap: 36px;
    }
  .seo-blog-intro {
    min-height: auto;
    padding-bottom: 0;
    text-align: center;
  }
  .seo-blog-title { max-width: 100%; margin-left: auto; margin-right: auto;     margin: 0 0 22px;}
  .seo-blog-eyebrow { justify-content: center; }
  .seo-blog-cta { margin: 0 auto; }
  .seo-blog-deco { display: none !important; }

  /* Convert the horizontal scroll rail to a 2-col grid */
  .seo-blog-rail-wrap { margin: 0 !important; }
  .seo-blog-rail {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
    overflow: visible !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
  }
  .seo-blog-card {
    width: 100% !important;
    flex: 1 1 auto !important;
    scroll-snap-align: none !important;
  }
}

@media (max-width: 575px) {
  .seo-blog { padding: 50px 0; }
  /* Phones: drop to 1 column, full-width cards */
  .seo-blog-rail {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .seo-blog-card { padding: 12px 12px 18px; border-radius: 18px; }
  .seo-blog-post-title { font-size: 16px; margin: 0 10px 16px; }
  .seo-blog-meta { margin: 0 10px; gap: 8px; padding-left: 10px; }
  .seo-blog-cat,
  .seo-blog-date { font-size: 10.5px; padding: 6px 12px; letter-spacing: 2.24px; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-blog-deco { animation: none; }
  .seo-blog-card:hover { transform: none; }
  .seo-blog-card:hover .seo-blog-fig img { transform: none; }
  .seo-blog-cta:hover { transform: none; }
}


/* =============================================================
   CONTENT — SEO long-form article
   ============================================================= */
.seo-content {
  position: relative;
  padding: clamp(90px, 12vh, 140px) 0;
  background:
    linear-gradient(180deg, #06070b 0%, #0a0b0f 50%, #06070b 100%);
  color: var(--seo-ink);
  overflow: hidden;
  isolation: isolate;
}

.seo-content-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(122, 204, 13, 0.05), transparent 65%),
    radial-gradient(ellipse 60% 50% at 50% 90%, rgba(122, 204, 13, 0.04), transparent 65%);
  z-index: 1;
  pointer-events: none;
}

.seo-content-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  z-index: 1;
}
.seo-content-glow-1 {
  width: 440px; height: 440px;
  top: -120px; right: -100px;
  background: radial-gradient(circle, rgba(122, 204, 13, 0.32), transparent 65%);
}
.seo-content-glow-2 {
  width: 380px; height: 380px;
  bottom: -140px; left: -100px;
  background: radial-gradient(circle, rgba(198, 242, 122, 0.2), transparent 65%);
}

.seo-content-inner {
  position: relative;
  z-index: 4;
}

/* ---- Heading ---- */
.seo-content-head {
  max-width: 1600px;
  margin: 0 auto clamp(50px, 6vh, 80px);
  text-align: center;
}

.seo-content-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(122, 204, 13, 0.14);
  border: 1px solid rgba(122, 204, 13, 0.45);
  color: var(--seo-green-2);
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 3.52px;
  text-transform: uppercase;
  margin-bottom: 24px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 22px rgba(122, 204, 13, 0.2);
}
.seo-content-eyebrow i { color: var(--seo-green); font-size: 13px; }

.seo-content-title {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(30px, 4vw, 54.4px);
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: var(--seo-ink);
  text-shadow: 0 6px 36px rgba(0, 0, 0, 0.4);
}
.seo-content-title em {
  font-style: italic;
  background: linear-gradient(90deg, var(--seo-green) 0%, var(--seo-green-2) 50%, var(--seo-green) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

/* ---- Article body ---- */
.seo-content-article {
  max-width: 1600px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15.5px;
  line-height: 1.75;
}
.seo-content-article p { margin: 0 0 22px; }

/* Lead paragraph — callout */
.seo-content-lead {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 400;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.94);
  margin: 0 0 36px;
  padding: 26px 28px;
  background: rgba(122, 204, 13, 0.035);
  border-left: 3px solid var(--seo-green);
  border-radius: 4px 12px 12px 4px;
}

/* Subheadings */
.seo-content-sub {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 44px 0 18px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  color: var(--seo-ink);
  letter-spacing: -0.16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.seo-content-sub:first-of-type { margin-top: 20px; }

.seo-sub-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--seo-green);
  box-shadow: 0 0 12px rgba(122, 204, 13, 0.7);
  flex-shrink: 0;
}

/* Techniques bullet list */
.seo-content-list {
  list-style: none;
  margin: 16px 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}
.seo-content-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s var(--seo-ease);
}
.seo-content-list li:hover {
  background: rgba(122, 204, 13, 0.05);
  border-color: rgba(122, 204, 13, 0.3);
  transform: translateY(-2px);
}
.seo-content-list li i {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(122, 204, 13, 0.18);
  color: var(--seo-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  margin-top: 2px;
}
.seo-content-list li div {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}
.seo-content-list li strong {
  color: var(--seo-ink);
  font-weight: 700;
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
  .seo-content { padding: 70px 0; }
  .seo-content-article { font-size: 14.5px; line-height: 1.7; }
  .seo-content-lead { padding: 22px 22px; font-size: 16px; }
  .seo-content-sub { font-size: 17px; margin: 36px 0 14px; }
  .seo-content-list { grid-template-columns: 1fr; gap: 14px; }
  .seo-content-list li { padding: 16px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-content-list li:hover { transform: none; }
}


/* =============================================================
   PRICING — 3 monthly SEO retainers
   ============================================================= */
.seo-pricing {
  position: relative;
  padding: clamp(90px, 12vh, 140px) 0 clamp(100px, 13vh, 150px);
  background:
    radial-gradient(1000px 700px at 50% 0%, rgba(122, 204, 13, 0.06), transparent 60%),
    linear-gradient(180deg, #060809 0%, #0a0b0f 40%, #050608 100%);
  color: var(--seo-ink);
  overflow: hidden;
  isolation: isolate;
}

.seo-pricing-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  z-index: 1;
}
.seo-pricing-glow-1 {
  width: 480px; height: 480px;
  top: -160px; right: -120px;
  background: radial-gradient(circle, rgba(122, 204, 13, 0.38), transparent 65%);
}
.seo-pricing-glow-2 {
  width: 400px; height: 400px;
  bottom: -140px; left: -100px;
  background: radial-gradient(circle, rgba(198, 242, 122, 0.22), transparent 65%);
}

.seo-pricing-inner {
  position: relative;
  z-index: 4;
}

.seo-pricing-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(56px, 7vh, 90px);
}

.seo-pricing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(122, 204, 13, 0.14);
  border: 1px solid rgba(122, 204, 13, 0.45);
  color: var(--seo-green-2);
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 3.52px;
  text-transform: uppercase;
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 22px rgba(122, 204, 13, 0.2);
}
.seo-pricing-eyebrow i { color: var(--seo-green); font-size: 13px; }

.seo-pricing-title {
  margin: 0 0 18px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(30px, 4.8vw, 64px);
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: var(--seo-ink);
}
.seo-pricing-title em {
  font-style: italic;
  background: linear-gradient(90deg, var(--seo-green) 0%, var(--seo-green-2) 50%, var(--seo-green) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.seo-pricing-sub {
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  font-size: clamp(14.5px, 1.1vw, 16px);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.65);
  max-width: 560px;
}

.seo-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

.seo-price {
  position: relative;
  padding: 38px 32px 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: transform 0.4s var(--seo-ease), border-color 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
}
.seo-price:hover {
  transform: translateY(-6px);
  border-color: rgba(122, 204, 13, 0.4);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(122, 204, 13, 0.18);
}

.seo-price-head {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.seo-price-tier {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}
.seo-price-tier i { font-size: 12px; color: var(--seo-green); }
.seo-price-desc {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
}

.seo-price-amt {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: 'Inter', 'Arial Black', sans-serif;
  font-weight: 900;
  line-height: 1;
  color: var(--seo-ink);
  letter-spacing: -0.32px;
}
.seo-price-amt sup {
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  top: -12.8px;
}
.seo-price-amt-num { font-size: clamp(42px, 4.2vw, 58px); }
.seo-price-amt small {
  margin-left: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  align-self: center;
}

.seo-price-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.seo-price-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}
.seo-price-features i {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(122, 204, 13, 0.18);
  color: var(--seo-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 2px;
}

.seo-price-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--seo-ink);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s var(--seo-ease);
  margin-top: auto;
}
.seo-price-cta i { transition: transform 0.3s ease; }
.seo-price-cta:hover {
  background: var(--seo-green);
  color: #0a0b0f;
  border-color: var(--seo-green);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(122, 204, 13, 0.4);
}
.seo-price-cta:hover i { transform: translateX(3px); }

/* Featured tier */
.seo-price-growth {
  background:
    linear-gradient(180deg, rgba(122, 204, 13, 0.16) 0%, rgba(122, 204, 13, 0.04) 60%, rgba(9, 16, 46, 0.4) 100%);
  border-color: rgba(122, 204, 13, 0.45);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(122, 204, 13, 0.18),
    0 0 60px rgba(122, 204, 13, 0.2);
  transform: translateY(-12px);
}
.seo-price-growth:hover {
  transform: translateY(-18px);
  border-color: rgba(122, 204, 13, 0.6);
}
.seo-price-growth .seo-price-tier {
  background: rgba(122, 204, 13, 0.14);
  border-color: rgba(122, 204, 13, 0.4);
  color: var(--seo-green-2);
}
.seo-price-growth .seo-price-tier i { color: var(--seo-green-2); }

.seo-price-ribbon {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--seo-green);
  color: #0a0b0f;
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(122, 204, 13, 0.5);
  white-space: nowrap;
}
.seo-price-ribbon i { font-size: 11px; }

.seo-price-cta-hero {
  background: linear-gradient(135deg, var(--seo-green) 0%, var(--seo-green-d) 100%);
  color: #0a0b0f;
  border-color: transparent;
  box-shadow: 0 16px 30px rgba(122, 204, 13, 0.45);
}
.seo-price-cta-hero:hover {
  background: linear-gradient(135deg, var(--seo-green-2) 0%, var(--seo-green) 100%);
  color: #0a0b0f;
  box-shadow: 0 24px 44px rgba(122, 204, 13, 0.6);
}

.seo-pricing-reassure {
  margin: clamp(40px, 5vh, 60px) auto 0;
  max-width: 680px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  padding: 16px 22px;
  border-radius: 999px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
}
.seo-pricing-reassure i { color: var(--seo-green); font-size: 16px; flex-shrink: 0; }
.seo-pricing-reassure a {
  color: var(--seo-green-2);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.seo-pricing-reassure a:hover { color: var(--seo-green); }

@media (max-width: 991px) {
  .seo-pricing-grid { grid-template-columns: 1fr; gap: 18px; max-width: 520px; }
  .seo-price-growth { transform: translateY(0); }
  .seo-price-growth:hover { transform: translateY(-6px); }
  .seo-price { padding: 32px 26px 28px; }
  .seo-pricing-reassure { flex-direction: column; padding: 18px 24px; border-radius: 18px; }
}

@media (max-width: 575px) {
  .seo-pricing { padding: 70px 0 80px; }
  .seo-price { padding: 28px 22px 24px; border-radius: 18px; }
  .seo-price-amt-num { font-size: 38px; }
  .seo-price-features li { font-size: 14px; }
  .seo-price-cta { padding: 14px 18px; font-size: 12px; }
  .seo-price-cta.seo-price-cta-hero {
    padding: 10px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-price:hover,
  .seo-price-growth:hover,
  .seo-price-cta:hover { transform: none; }
  .seo-price-cta:hover i { transform: none; }
}


/* =============================================================
   CONTACT — split pitch + glass form
   ============================================================= */
.seo-contact {
  position: relative;
  padding: clamp(90px, 12vh, 140px) 0;
  background:
    radial-gradient(900px 600px at 12% 15%, rgba(122, 204, 13, 0.10), transparent 60%),
    radial-gradient(700px 500px at 90% 88%, rgba(198, 242, 122, 0.06), transparent 65%),
    linear-gradient(180deg, #060810 0%, #09102e 55%, #060810 100%);
  color: var(--seo-ink);
  overflow: hidden;
  isolation: isolate;
}

.seo-contact-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 80% 70% at center, rgba(0,0,0,0.9), transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at center, rgba(0,0,0,0.9), transparent 80%);
  z-index: 0;
  pointer-events: none;
}

.seo-contact-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}
.seo-contact-glow-1 {
  width: 440px; height: 440px;
  top: -100px; left: -100px;
  background: radial-gradient(circle, rgba(122, 204, 13, 0.55), transparent 65%);
}
.seo-contact-glow-2 {
  width: 380px; height: 380px;
  bottom: -80px; right: -80px;
  background: radial-gradient(circle, rgba(198, 242, 122, 0.4), transparent 65%);
}

.seo-contact-inner {
  position: relative;
  z-index: 4;
}

.seo-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: stretch;
}

/* ---- LEFT: pitch ---- */
.seo-contact-pitch {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}

.seo-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(122, 204, 13, 0.14);
  border: 1px solid rgba(122, 204, 13, 0.45);
  color: var(--seo-green-2);
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 3.52px;
  text-transform: uppercase;
  margin-bottom: 24px;
  backdrop-filter: blur(6px);
  align-self: flex-start;
  box-shadow: 0 0 22px rgba(122, 204, 13, 0.2);
}
.seo-contact-eyebrow i { color: var(--seo-green); font-size: 12.5px; }

.seo-contact-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(32px, 4.6vw, 57.6px);
  line-height: 1.04;
  letter-spacing: -0.32px;
  color: var(--seo-ink);
  margin: 0 0 22px;
  text-shadow: 0 6px 40px rgba(0, 0, 0, 0.35);
}
.seo-contact-title em {
  font-style: italic;
  background: linear-gradient(90deg, var(--seo-green) 0%, var(--seo-green-2) 50%, var(--seo-green) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.seo-contact-lead {
  font-family: 'Inter', sans-serif;
  font-size: clamp(14.5px, 1.1vw, 16.5px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 32px;
  max-width: 460px;
}

/* Contact cards */
.seo-contact-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}
.seo-contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  color: var(--seo-ink);
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: all 0.35s var(--seo-ease);
}
.seo-contact-card:hover {
  transform: translateX(4px);
  border-color: rgba(122, 204, 13, 0.4);
  background: rgba(122, 204, 13, 0.06);
  box-shadow: 0 14px 34px rgba(122, 204, 13, 0.15);
  color: var(--seo-ink);
}
.seo-contact-card-ico {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(122, 204, 13, 0.22), rgba(122, 204, 13, 0.06));
  border: 1px solid rgba(122, 204, 13, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--seo-green-2);
  font-size: 17px;
  transition: all 0.35s ease;
}
.seo-contact-card:hover .seo-contact-card-ico {
  background: var(--seo-green);
  color: #09102e;
  border-color: transparent;
}
.seo-contact-card-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.seo-contact-card-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.seo-contact-card-val {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--seo-ink);
  letter-spacing: -0.08px;
}

.seo-contact-promises {
  list-style: none;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.seo-contact-promises li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.seo-contact-promises i { color: var(--seo-green); font-size: 16px; font-weight: 700; }

/* ---- RIGHT: form ---- */
.seo-contact-form {
  position: relative;
  padding: clamp(28px, 3.6vw, 44px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  backdrop-filter: blur(18px);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.seo-contact-form::before {
  content: "";
  position: absolute;
  top: -1px; left: 40px; right: 40px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--seo-green), transparent);
  border-radius: 0 0 2px 2px;
}

.seo-contact-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 22px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}
.seo-contact-form-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: -0.16px;
  color: var(--seo-ink);
  margin: 0;
}
.seo-contact-form-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.96px;
  color: rgba(255, 255, 255, 0.72);
}
.seo-contact-form-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--seo-green);
  box-shadow: 0 0 10px var(--seo-green);
  animation: seo-contact-dot 2s ease-in-out infinite;
}
@keyframes seo-contact-dot {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.2); }
}

.seo-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 14px;
}

/* Floating-label field */
.seo-field {
  position: relative;
  display: block;
  padding: 18px 0 8px;
}
.seo-field input,
.seo-field select,
.seo-field textarea {
  width: 100%;
  padding: 8px 0 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--seo-ink);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.3s ease;
}
.seo-field textarea { resize: vertical; min-height: 96px; padding-top: 12px; }
.seo-field select { padding-right: 28px; cursor: pointer; }
.seo-field select option { background: #0b0e1b; color: #fff; }

.seo-field-label {
  position: absolute;
  left: 0;
  top: 22px;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.seo-field-label em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
}

.seo-field input:focus + .seo-field-label,
.seo-field input:not(:placeholder-shown) + .seo-field-label,
.seo-field textarea:focus + .seo-field-label,
.seo-field textarea:not(:placeholder-shown) + .seo-field-label,
.seo-field select:focus + .seo-field-label,
.seo-field select:valid + .seo-field-label {
  top: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: var(--seo-green-2);
}

.seo-field-line {
  position: absolute;
  left: 0; bottom: 8px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--seo-green), var(--seo-green-2));
  border-radius: 2px;
  transition: width 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}
.seo-field input:focus ~ .seo-field-line,
.seo-field textarea:focus ~ .seo-field-line,
.seo-field select:focus ~ .seo-field-line { width: 100%; }
.seo-field-textarea .seo-field-line { bottom: 4px; }

.seo-field-chev {
  position: absolute;
  right: 4px;
  top: 26px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  pointer-events: none;
  transition: color 0.3s ease;
}
.seo-field select:focus ~ .seo-field-chev { color: var(--seo-green-2); }

/* Actions */
.seo-contact-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.seo-contact-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  max-width: 280px;
  line-height: 1.45;
}
.seo-contact-consent input { position: absolute; opacity: 0; pointer-events: none; }
.seo-contact-consent-box {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  color: transparent;
  font-size: 14px;
}
.seo-contact-consent input:checked + .seo-contact-consent-box {
  background: var(--seo-green);
  border-color: var(--seo-green);
  color: #09102e;
  box-shadow: 0 0 16px rgba(122, 204, 13, 0.55);
}
.seo-contact-consent a {
  color: var(--seo-green-2);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.seo-contact-submit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 30px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--seo-green) 0%, var(--seo-green-d) 100%);
  color: #09102e;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: 0.32px;
  cursor: pointer;
  box-shadow:
    0 14px 34px rgba(122, 204, 13, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, gap 0.25s ease;
}
.seo-contact-submit i { font-size: 16px; transition: transform 0.25s ease; }
.seo-contact-submit:hover {
  transform: translateY(-2px);
  gap: 16px;
  box-shadow:
    0 22px 44px rgba(122, 204, 13, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}
.seo-contact-submit:hover i { transform: translateX(3px); }
.seo-contact-submit:active { transform: translateY(0); }

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .seo-contact { padding: 70px 0; }
  .seo-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .seo-contact-pitch { padding: 0; }
  .seo-contact-lead { max-width: none; }
}

@media (max-width: 575px) {
  .seo-contact { padding: 56px 0; }
  .seo-contact-row { grid-template-columns: 1fr; gap: 0; }
  .seo-contact-form { padding: 26px 22px; border-radius: 18px; }
  .seo-contact-form::before { left: 22px; right: 22px; }
  .seo-contact-form-head { margin-bottom: 18px; padding-bottom: 16px; }
  .seo-contact-actions { flex-direction: column; align-items: stretch; }
  .seo-contact-consent { max-width: none; }
  .seo-contact-submit { justify-content: center; width: 100%; }
  .seo-contact-card { padding: 14px 16px; }
  .seo-contact-card-val { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-contact-form-dot { animation: none; }
  .seo-contact-card:hover,
  .seo-contact-submit:hover { transform: none; }
}

/* Hide decorative gear/torus elements up to 1000px — they clutter the
   layout at small/medium widths without adding info. */
@media (max-width: 1000px) {
  .seo-awards-deco,
  .seo-blog-deco { display: none !important; }
}
