/* Start custom CSS for html, class: .elementor-element-7ec5b5d *//* ==========================================================================
   FERVID INSIGHTS
   Beyond Rankings: How Small Businesses Build Search Authority Across Search and AI
   Award-Winning Publication CSS v1.0
   --------------------------------------------------------------------------
   Scope:
   #fv-beyond-rankings only, with narrowly scoped host-stack corrections.

   Design intent:
   - Cinematic Fervid midnight opening
   - Canonical Fervid Green #51AC5B as the dominant identity accent
   - Calm editorial reading field
   - 17px absolute readable-text floor
   - 19px long-form desktop body copy
   - Distinct narrative landmarks, not card-everything design
   - Evidence / research / maintenance treated as first-class content
   - Rendered-browser truth over nominal theme values
   - No JavaScript dependency
   - Reduced-motion and forced-colour aware
   ========================================================================== */


/* ==========================================================================
   00. HOST-STACK CORRECTIONS
   Remove TheGem / Elementor top spacing at the source when this article exists.
   ========================================================================== */

body:has(#fv-beyond-rankings) .block-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body:has(#fv-beyond-rankings)
.elementor-element:has(#fv-beyond-rankings) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body:has(#fv-beyond-rankings)
.elementor-element:has(#fv-beyond-rankings)
> .elementor-widget-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* ==========================================================================
   01. DESIGN TOKENS + ROOT CANVAS
   ========================================================================== */

#fv-beyond-rankings {
  --fv-midnight: #020B16;
  --fv-midnight-2: #061522;
  --fv-midnight-3: #0A1E2A;
  --fv-deep: #0B2232;
  --fv-deep-2: #102D3C;

  --fv-ink: #15313F;
  --fv-ink-strong: #081B25;
  --fv-body: #3F5966;
  --fv-body-deep: #2E4854;
  --fv-muted: #6D818B;

  --fv-paper: #FFFFFF;
  --fv-paper-soft: #F8FBFA;
  --fv-paper-green: #F3F9F4;
  --fv-canvas: #EAF0F1;
  --fv-canvas-soft: #F1F5F4;

  --fv-green: #51AC5B;
  --fv-green-hover: #63BC6C;
  --fv-green-deep: #267B3B;
  --fv-green-dark: #185D2B;
  --fv-green-wash: #EEF8EF;

  --fv-cyan: #7FD8DD;
  --fv-cyan-soft: #C8F0ED;

  --fv-line: rgba(21, 49, 63, 0.13);
  --fv-line-strong: rgba(21, 49, 63, 0.21);
  --fv-line-dark: rgba(255, 255, 255, 0.13);

  --fv-shadow-sm:
    0 8px 24px rgba(7, 29, 38, 0.055);

  --fv-shadow-md:
    0 22px 62px rgba(7, 29, 38, 0.09);

  --fv-shadow-lg:
    0 34px 100px rgba(2, 11, 22, 0.16);

  --fv-shadow-dark:
    0 40px 110px rgba(0, 0, 0, 0.31);

  --fv-shell: 1480px;
  --fv-reading: 860px;

  --fv-radius-sm: 14px;
  --fv-radius-md: 22px;
  --fv-radius-lg: 32px;
  --fv-radius-xl: 42px;

  position: relative;
  isolation: isolate;

  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);

  overflow-x: hidden;
  overflow: clip;

  color: var(--fv-body);

  background:
    linear-gradient(
      180deg,
      #E9EFF0 0,
      #F8FBFA 500px,
      #FFFFFF 920px,
      #FFFFFF 100%
    );

  font-family: inherit;
  font-size: 19px;
  line-height: 1.76;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#fv-beyond-rankings,
#fv-beyond-rankings *,
#fv-beyond-rankings *::before,
#fv-beyond-rankings *::after {
  box-sizing: border-box;
}

#fv-beyond-rankings img {
  display: block;
  max-width: 100%;
  height: auto;
}

#fv-beyond-rankings p,
#fv-beyond-rankings h1,
#fv-beyond-rankings h2,
#fv-beyond-rankings h3,
#fv-beyond-rankings ol,
#fv-beyond-rankings ul,
#fv-beyond-rankings figure {
  margin-top: 0;
}

#fv-beyond-rankings h1,
#fv-beyond-rankings h2,
#fv-beyond-rankings h3 {
  color: var(--fv-ink-strong);
  font-family: inherit;
  font-weight: 650;
  letter-spacing: -0.035em;
}

#fv-beyond-rankings a {
  color: var(--fv-green-deep);
  text-decoration-color: rgba(38, 123, 59, 0.34);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.19em;

  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

#fv-beyond-rankings a:hover {
  color: var(--fv-green-dark);
  text-decoration-color: currentColor;
}

#fv-beyond-rankings a:focus-visible,
#fv-beyond-rankings summary:focus-visible {
  outline: 3px solid var(--fv-green);
  outline-offset: 4px;
  border-radius: 5px;
}

#fv-beyond-rankings code {
  padding: 0.08em 0.34em;
  border-radius: 5px;
  color: var(--fv-green-dark);
  background: rgba(81, 172, 91, 0.09);
  font-size: inherit;
}


/* ==========================================================================
   02. CINEMATIC HERO
   ========================================================================== */

#fv-beyond-rankings .fv-insight__hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  min-height: clamp(760px, 88svh, 980px);

  color: #FFFFFF;
  background: var(--fv-midnight);
}

#fv-beyond-rankings .fv-insight__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background:
    linear-gradient(
      90deg,
      rgba(2, 11, 22, 0.99) 0%,
      rgba(2, 11, 22, 0.96) 27%,
      rgba(2, 11, 22, 0.84) 45%,
      rgba(2, 11, 22, 0.54) 65%,
      rgba(2, 11, 22, 0.23) 100%
    ),
    linear-gradient(
      180deg,
      rgba(2, 11, 22, 0.06) 0%,
      rgba(2, 11, 22, 0.04) 55%,
      rgba(2, 11, 22, 0.79) 100%
    );
}

#fv-beyond-rankings .fv-insight__hero::after {
  content: "";
  position: absolute;
  z-index: -1;

  width: min(62vw, 980px);
  aspect-ratio: 1;
  right: -16%;
  top: -37%;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(81, 172, 91, 0.22) 0%,
      rgba(81, 172, 91, 0.10) 31%,
      rgba(127, 216, 221, 0.035) 48%,
      rgba(81, 172, 91, 0) 72%
    );

  filter: blur(12px);
  pointer-events: none;

  animation: fv-br-hero-ambient 14s ease-in-out infinite alternate;
}

@keyframes fv-br-hero-ambient {
  from {
    transform: translate3d(-2%, 0, 0) scale(0.96);
    opacity: 0.70;
  }

  to {
    transform: translate3d(3%, 4%, 0) scale(1.06);
    opacity: 1;
  }
}

#fv-beyond-rankings .fv-insight__hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

#fv-beyond-rankings .fv-insight__hero-media::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 67% 54%,
      rgba(81, 172, 91, 0.09),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      transparent 61%,
      rgba(2, 11, 22, 0.42) 100%
    );
}

#fv-beyond-rankings .fv-insight__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;

  filter:
    saturate(0.90)
    contrast(1.06)
    brightness(0.80);
}

#fv-beyond-rankings .fv-insight__hero-inner {
  width: min(
    calc(100% - clamp(48px, 10vw, 176px)),
    var(--fv-shell)
  );

  min-height: inherit;
  margin-inline: auto;

  display: flex;
  align-items: center;

  padding-block:
    clamp(114px, 12vw, 185px)
    clamp(100px, 10vw, 155px);
}

#fv-beyond-rankings .fv-insight__hero-copy {
  width: min(920px, 67vw);
}

#fv-beyond-rankings .fv-insight__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;

  margin-bottom: clamp(25px, 3vw, 37px);

  color: rgba(255, 255, 255, 0.73);

  font-size: 17px;
  font-weight: 760;
  line-height: 1.45;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

#fv-beyond-rankings .fv-insight__eyebrow a {
  color: var(--fv-green);
  text-decoration: none;
}

#fv-beyond-rankings .fv-insight__eyebrow a:hover {
  color: var(--fv-green-hover);
}

#fv-beyond-rankings .fv-insight__title {
  max-width: 980px;

  margin-bottom: clamp(30px, 3.6vw, 48px);

  color: #FFFFFF;

  font-size: clamp(58px, 6.15vw, 104px);
  font-weight: 610;
  line-height: 0.965;
  letter-spacing: -0.062em;

  text-wrap: balance;
}

#fv-beyond-rankings .fv-insight__title-accent {
  display: block;
  margin-top: 0.13em;

  color: var(--fv-green);
  -webkit-text-fill-color: var(--fv-green);
}

#fv-beyond-rankings .fv-insight__standfirst {
  max-width: 815px;

  margin-bottom: 29px;
  padding-left: clamp(19px, 2.4vw, 33px);

  border-left: 2px solid var(--fv-green);

  color: rgba(242, 249, 249, 0.86);

  font-size: clamp(20px, 1.48vw, 24px);
  line-height: 1.62;
  letter-spacing: -0.012em;
}

#fv-beyond-rankings .fv-insight__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;

  margin-bottom: 13px;

  color: rgba(255, 255, 255, 0.66);

  font-size: 17px;
  line-height: 1.55;
}

#fv-beyond-rankings .fv-insight__meta span {
  position: relative;
  display: inline-flex;
  align-items: center;
}

#fv-beyond-rankings .fv-insight__meta span + span {
  margin-left: 15px;
  padding-left: 16px;
}

#fv-beyond-rankings .fv-insight__meta span + span::before {
  content: "";
  position: absolute;
  left: 0;

  width: 3px;
  height: 3px;

  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
}

#fv-beyond-rankings .fv-insight__meta strong {
  color: #FFFFFF;
  font-weight: 670;
}

#fv-beyond-rankings .fv-insight__publication-history {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-bottom: clamp(33px, 4vw, 50px);

  color: rgba(255, 255, 255, 0.58);

  font-size: 17px;
  line-height: 1.5;
}

#fv-beyond-rankings .fv-insight__publication-history time:last-of-type {
  color: rgba(255, 255, 255, 0.79);
}

#fv-beyond-rankings .fv-insight__hero-actions,
#fv-beyond-rankings .fv-insight__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#fv-beyond-rankings .fv-insight__button {
  min-height: 52px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 23px;

  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 999px;

  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.055);

  font-size: 17px;
  font-weight: 720;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-decoration: none;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#fv-beyond-rankings .fv-insight__button--primary {
  color: #041008;

  border-color: var(--fv-green);
  background: var(--fv-green);

  box-shadow:
    0 14px 38px rgba(81, 172, 91, 0.22);
}

@media (hover: hover) {
  #fv-beyond-rankings .fv-insight__button:hover {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.54);
    background: rgba(255, 255, 255, 0.11);
    transform: translateY(-2px);
  }

  #fv-beyond-rankings .fv-insight__button--primary:hover {
    color: #041008;
    border-color: var(--fv-green-hover);
    background: var(--fv-green-hover);
    box-shadow:
      0 18px 46px rgba(81, 172, 91, 0.30);
    transform: translateY(-2px);
  }
}


/* ==========================================================================
   03. ARTICLE SHELL
   ========================================================================== */

#fv-beyond-rankings .fv-insight__shell {
  width: min(
    calc(100% - clamp(48px, 10vw, 176px)),
    var(--fv-shell)
  );

  margin-inline: auto;

  display: grid;
  grid-template-columns:
    minmax(250px, 285px)
    minmax(0, var(--fv-reading));

  justify-content: center;
  align-items: start;

  gap: clamp(58px, 6vw, 100px);

  padding-block:
    clamp(96px, 9vw, 146px)
    clamp(104px, 10vw, 164px);
}

#fv-beyond-rankings .fv-insight__body {
  min-width: 0;
}


/* ==========================================================================
   04. DESKTOP CONTENTS RAIL
   ========================================================================== */

#fv-beyond-rankings .fv-insight__toc {
  position: sticky;
  top: clamp(92px, 11vh, 142px);

  padding: 30px 27px 31px;

  border: 1px solid var(--fv-line);
  border-radius: var(--fv-radius-md);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92),
      rgba(248, 251, 250, 0.96)
    );

  box-shadow:
    0 16px 50px rgba(7, 29, 38, 0.06);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

#fv-beyond-rankings .fv-insight__toc-label {
  margin-bottom: 20px;

  color: var(--fv-green-deep);

  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

#fv-beyond-rankings .fv-insight__toc ol {
  margin: 0;
  padding: 0;

  list-style: none;
  counter-reset: fv-br-toc;
}

#fv-beyond-rankings .fv-insight__toc li {
  counter-increment: fv-br-toc;

  position: relative;

  border-top: 1px solid rgba(21, 49, 63, 0.08);
}

#fv-beyond-rankings .fv-insight__toc li:first-child {
  border-top: 0;
}

#fv-beyond-rankings .fv-insight__toc a {
  position: relative;

  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 8px;

  padding: 12px 0;

  color: #536A75;

  font-size: 17px;
  font-weight: 570;
  line-height: 1.42;

  text-decoration: none;
}

#fv-beyond-rankings .fv-insight__toc a::before {
  content: counter(fv-br-toc, decimal-leading-zero);

  color: rgba(38, 123, 59, 0.72);

  font-size: 17px;
  font-weight: 780;
  line-height: 1.42;
}

#fv-beyond-rankings .fv-insight__toc a:hover {
  color: var(--fv-ink-strong);
}


/* ==========================================================================
   05. MOBILE CONTENTS
   ========================================================================== */

#fv-beyond-rankings .fv-insight__mobile-toc {
  display: none;

  margin-bottom: 54px;

  border: 1px solid var(--fv-line);
  border-radius: var(--fv-radius-md);

  background: var(--fv-paper);

  box-shadow: var(--fv-shadow-sm);
}

#fv-beyond-rankings .fv-insight__mobile-toc summary {
  position: relative;

  cursor: pointer;
  list-style: none;

  padding: 19px 54px 19px 22px;

  color: var(--fv-ink-strong);

  font-size: 17px;
  font-weight: 760;
  line-height: 1.5;
}

#fv-beyond-rankings
.fv-insight__mobile-toc
summary::-webkit-details-marker {
  display: none;
}

#fv-beyond-rankings .fv-insight__mobile-toc summary::after {
  content: "+";

  position: absolute;
  right: 20px;
  top: 50%;

  color: var(--fv-green-deep);

  font-size: 24px;
  font-weight: 400;
  line-height: 1;

  transform: translateY(-50%);
}

#fv-beyond-rankings
.fv-insight__mobile-toc[open]
summary::after {
  content: "−";
}

#fv-beyond-rankings .fv-insight__mobile-toc nav {
  display: grid;

  padding: 4px 20px 22px;
}

#fv-beyond-rankings .fv-insight__mobile-toc nav a {
  padding: 12px 0;

  border-top: 1px solid rgba(21, 49, 63, 0.09);

  color: var(--fv-body-deep);

  font-size: 17px;
  line-height: 1.5;

  text-decoration: none;
}


/* ==========================================================================
   06. EDITORIAL CHAPTER SYSTEM
   ========================================================================== */

#fv-beyond-rankings .fv-insight__section {
  position: relative;

  margin-bottom: clamp(90px, 10vw, 134px);
  padding-top: clamp(34px, 4vw, 50px);

  border-top: 1px solid var(--fv-line);

  scroll-margin-top: 120px;
}

#fv-beyond-rankings .fv-insight__section:last-child {
  margin-bottom: 0;
}

#fv-beyond-rankings .fv-insight__section::before {
  content: attr(data-section-number);

  display: block;

  margin-bottom: 21px;

  color: var(--fv-green-deep);

  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.12em;
}

#fv-beyond-rankings .fv-insight__section > h2 {
  position: relative;

  max-width: 800px;

  margin-bottom: clamp(30px, 4vw, 45px);

  font-size: clamp(40px, 4vw, 66px);
  line-height: 1.065;
  letter-spacing: -0.048em;

  text-wrap: balance;
}

#fv-beyond-rankings .fv-insight__section > h2::after {
  content: "";

  display: block;

  width: 48px;
  height: 2px;

  margin-top: 24px;

  border-radius: 999px;
  background: var(--fv-green);
}

#fv-beyond-rankings .fv-insight__section > p {
  max-width: 72ch;

  margin-bottom: 1.46em;

  color: var(--fv-body);

  font-size: 19px;
  line-height: 1.80;
  letter-spacing: -0.004em;
}

#fv-beyond-rankings .fv-insight__section > p:last-of-type {
  margin-bottom: 0;
}

#fv-beyond-rankings .fv-insight__section > p a {
  font-size: inherit;
  line-height: inherit;
  font-weight: 620;
}

#fv-beyond-rankings
#ranking-useful-evidence
> p:first-of-type::first-letter {
  float: left;

  margin: 0.09em 0.12em 0 0;

  color: var(--fv-green-deep);

  font-size: 72px;
  font-weight: 360;
  line-height: 0.80;
  letter-spacing: -0.06em;
}


/* ==========================================================================
   07. NARRATIVE LANDMARK — TECHNICAL SEO
   ========================================================================== */

#fv-beyond-rankings #technical-seo-still-matters {
  overflow: hidden;

  margin-inline: clamp(-56px, -3.5vw, -28px);

  padding:
    clamp(44px, 5vw, 70px)
    clamp(28px, 4vw, 56px)
    clamp(52px, 6vw, 78px);

  border: 1px solid rgba(81, 172, 91, 0.16);
  border-radius: var(--fv-radius-lg);

  color: rgba(236, 246, 247, 0.84);

  background:
    radial-gradient(
      circle at 91% 3%,
      rgba(81, 172, 91, 0.17),
      transparent 29%
    ),
    radial-gradient(
      circle at 6% 100%,
      rgba(127, 216, 221, 0.055),
      transparent 28%
    ),
    linear-gradient(
      150deg,
      var(--fv-midnight) 0%,
      var(--fv-midnight-2) 55%,
      #0A202D 100%
    );

  box-shadow: var(--fv-shadow-dark);
}

#fv-beyond-rankings
#technical-seo-still-matters::before {
  color: var(--fv-green);
}

#fv-beyond-rankings
#technical-seo-still-matters > h2 {
  color: #FFFFFF;
}

#fv-beyond-rankings
#technical-seo-still-matters > h2::after {
  background: var(--fv-green);
}

#fv-beyond-rankings
#technical-seo-still-matters > p {
  color: rgba(232, 243, 245, 0.81);
}

#fv-beyond-rankings
#technical-seo-still-matters a {
  color: var(--fv-green);
  text-decoration-color: rgba(81, 172, 91, 0.44);
}

#fv-beyond-rankings
#technical-seo-still-matters code {
  color: #B9F3BF;
  background: rgba(81, 172, 91, 0.12);
}


/* ==========================================================================
   08. NARRATIVE LANDMARK — AI-ASSISTED DISCOVERY
   ========================================================================== */

#fv-beyond-rankings #ai-assisted-discovery {
  overflow: hidden;

  margin-inline: clamp(-56px, -3.5vw, -28px);

  padding:
    clamp(44px, 5vw, 70px)
    clamp(28px, 4vw, 56px)
    clamp(52px, 6vw, 78px);

  border: 1px solid rgba(127, 216, 221, 0.14);
  border-radius: var(--fv-radius-lg);

  color: rgba(236, 246, 247, 0.84);

  background:
    radial-gradient(
      circle at 89% 5%,
      rgba(81, 172, 91, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 11% 94%,
      rgba(127, 216, 221, 0.065),
      transparent 28%
    ),
    linear-gradient(
      142deg,
      #020B16 0%,
      #061925 56%,
      #092631 100%
    );

  box-shadow: var(--fv-shadow-dark);
}

#fv-beyond-rankings #ai-assisted-discovery::before {
  color: var(--fv-green);
}

#fv-beyond-rankings #ai-assisted-discovery > h2 {
  color: #FFFFFF;
}

#fv-beyond-rankings #ai-assisted-discovery > h2::after {
  background: var(--fv-green);
}

#fv-beyond-rankings #ai-assisted-discovery > p {
  color: rgba(232, 243, 245, 0.81);
}

#fv-beyond-rankings #ai-assisted-discovery a {
  color: var(--fv-green);
  text-decoration-color: rgba(81, 172, 91, 0.44);
}


/* ==========================================================================
   09. EVIDENCE LANDMARK — INFORMATION WORTH RETRIEVING
   ========================================================================== */

#fv-beyond-rankings #information-worth-retrieving {
  margin-inline: clamp(-42px, -2.75vw, -24px);

  padding:
    clamp(39px, 4vw, 57px)
    clamp(27px, 3.5vw, 47px)
    clamp(46px, 5vw, 64px);

  border: 1px solid rgba(81, 172, 91, 0.18);
  border-radius: var(--fv-radius-lg);

  background:
    radial-gradient(
      circle at 100% 0,
      rgba(81, 172, 91, 0.09),
      transparent 27%
    ),
    linear-gradient(
      145deg,
      #F8FCF8,
      #EDF7EF
    );

  box-shadow:
    0 22px 58px rgba(32, 92, 50, 0.07);
}


/* ==========================================================================
   10. MEASUREMENT LANDMARK
   ========================================================================== */

#fv-beyond-rankings #measure-the-chain {
  margin-inline: clamp(-42px, -2.75vw, -24px);

  padding:
    clamp(40px, 4vw, 58px)
    clamp(27px, 3.5vw, 47px)
    clamp(47px, 5vw, 65px);

  border: 1px solid rgba(21, 49, 63, 0.14);
  border-radius: var(--fv-radius-lg);

  background:
    radial-gradient(
      circle at 95% 6%,
      rgba(127, 216, 221, 0.09),
      transparent 26%
    ),
    linear-gradient(
      145deg,
      #F7FAFA,
      #EEF4F5
    );

  box-shadow:
    0 22px 58px rgba(7, 29, 38, 0.065);
}


/* ==========================================================================
   11. FINAL CHAPTER
   ========================================================================== */

#fv-beyond-rankings #authority-keeps-being-earned {
  padding-top: clamp(46px, 5vw, 68px);
  border-top: 3px solid var(--fv-green);
}

#fv-beyond-rankings
#authority-keeps-being-earned
> p:last-of-type {
  position: relative;

  margin-top: clamp(37px, 5vw, 54px);
  padding:
    clamp(27px, 3vw, 36px)
    clamp(28px, 3.5vw, 44px);

  border-left: 4px solid var(--fv-green);
  border-radius: 0 var(--fv-radius-md) var(--fv-radius-md) 0;

  color: var(--fv-ink-strong);

  background:
    linear-gradient(
      105deg,
      rgba(81, 172, 91, 0.095),
      rgba(127, 216, 221, 0.028)
    );

  font-size: clamp(20px, 1.42vw, 23px);
  font-weight: 600;
  line-height: 1.68;
}


/* ==========================================================================
   12. FIGURES
   ========================================================================== */

#fv-beyond-rankings .fv-insight__figure {
  position: relative;

  margin:
    clamp(52px, 6vw, 76px)
    0
    clamp(15px, 2vw, 23px);

  padding: 8px;

  border: 1px solid var(--fv-line);
  border-radius: var(--fv-radius-lg);

  background: #FFFFFF;

  box-shadow: var(--fv-shadow-md);
}

#fv-beyond-rankings .fv-insight__figure--wide {
  width: calc(100% + clamp(28px, 4vw, 56px));
  margin-left: calc(clamp(28px, 4vw, 56px) / -2);
}

#fv-beyond-rankings .fv-insight__figure::before {
  content: "";

  position: absolute;
  inset: -1px;

  border-radius: inherit;
  pointer-events: none;

  background:
    linear-gradient(
      135deg,
      rgba(81, 172, 91, 0.12),
      transparent 30%,
      transparent 72%,
      rgba(127, 216, 221, 0.08)
    );

  opacity: 0.72;
}

#fv-beyond-rankings .fv-insight__figure img {
  position: relative;
  z-index: 1;

  width: 100%;

  border-radius: calc(var(--fv-radius-lg) - 8px);

  background: #EAF0F1;
}

#fv-beyond-rankings .fv-insight__figure figcaption {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 20px;

  padding:
    21px
    clamp(17px, 2vw, 25px)
    16px;

  color: #637884;

  font-size: 17px;
  line-height: 1.65;
}

#fv-beyond-rankings .fv-insight__figure-label {
  display: inline-flex;

  color: var(--fv-green-deep);

  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

#fv-beyond-rankings
#technical-seo-still-matters
.fv-insight__figure,
#fv-beyond-rankings
#ai-assisted-discovery
.fv-insight__figure {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);

  box-shadow:
    0 26px 68px rgba(0, 0, 0, 0.27);
}

#fv-beyond-rankings
#technical-seo-still-matters
.fv-insight__figure figcaption,
#fv-beyond-rankings
#ai-assisted-discovery
.fv-insight__figure figcaption {
  color: rgba(231, 243, 245, 0.72);
}

#fv-beyond-rankings
#technical-seo-still-matters
.fv-insight__figure-label,
#fv-beyond-rankings
#ai-assisted-discovery
.fv-insight__figure-label {
  color: var(--fv-green);
}

#fv-beyond-rankings
.fv-insight__figure--measurement {
  border-color: rgba(81, 172, 91, 0.23);
}


/* ==========================================================================
   13. AUTHOR
   ========================================================================== */

#fv-beyond-rankings .fv-insight__author {
  width: min(
    calc(100% - clamp(48px, 10vw, 176px)),
    1160px
  );

  margin:
    0
    auto
    clamp(92px, 10vw, 145px);

  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: clamp(30px, 4vw, 52px);

  padding: clamp(32px, 4vw, 50px);

  border: 1px solid var(--fv-line);
  border-radius: var(--fv-radius-lg);

  background:
    radial-gradient(
      circle at 100% 0,
      rgba(81, 172, 91, 0.06),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      #FFFFFF 0%,
      #F8FBFA 100%
    );

  box-shadow: var(--fv-shadow-md);
}

#fv-beyond-rankings .fv-insight__author-mark {
  width: clamp(78px, 8vw, 106px);
  aspect-ratio: 1;

  display: grid;
  place-items: center;

  border: 1px solid rgba(81, 172, 91, 0.35);
  border-radius: 50%;

  color: var(--fv-green-deep);

  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(127, 216, 221, 0.13),
      transparent 42%
    ),
    var(--fv-green-wash);

  font-size: clamp(24px, 2vw, 29px);
  font-weight: 640;
  letter-spacing: -0.04em;
}

#fv-beyond-rankings .fv-insight__author-role {
  margin-bottom: 10px;

  color: var(--fv-green-deep);

  font-size: 17px;
  font-weight: 790;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

#fv-beyond-rankings .fv-insight__author h2 {
  margin-bottom: 18px;

  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.07;
}

#fv-beyond-rankings
.fv-insight__author
p:not(.fv-insight__author-role) {
  max-width: 72ch;

  margin-bottom: 15px;

  color: var(--fv-body);

  font-size: 18px;
  line-height: 1.74;
}

#fv-beyond-rankings .fv-insight__author p:last-child {
  margin-bottom: 0;
}

#fv-beyond-rankings .fv-insight__author a {
  font-size: inherit;
  font-weight: 680;
}


/* ==========================================================================
   14. RESEARCH + REFERENCES
   ========================================================================== */

#fv-beyond-rankings .fv-insight__research {
  width: min(
    calc(100% - clamp(48px, 10vw, 176px)),
    1280px
  );

  margin:
    0
    auto
    clamp(94px, 10vw, 148px);

  padding: clamp(42px, 6vw, 74px);

  border: 1px solid var(--fv-line);
  border-radius: var(--fv-radius-lg);

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(81, 172, 91, 0.08),
      transparent 27%
    ),
    linear-gradient(
      150deg,
      #F7FAF9 0%,
      #F0F5F4 100%
    );
}

#fv-beyond-rankings .fv-insight__research > h2 {
  max-width: 780px;

  margin-bottom: 19px;

  font-size: clamp(40px, 3.8vw, 62px);
  line-height: 1.06;
}

#fv-beyond-rankings .fv-insight__research-intro {
  max-width: 80ch;

  margin-bottom: clamp(46px, 5vw, 64px);

  color: var(--fv-body);

  font-size: 18px;
  line-height: 1.75;
}

#fv-beyond-rankings .fv-insight__reference-group {
  margin-top: 44px;
}

#fv-beyond-rankings .fv-insight__reference-group:first-of-type {
  margin-top: 0;
}

#fv-beyond-rankings .fv-insight__reference-group h3 {
  margin-bottom: 22px;

  color: var(--fv-green-deep);

  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

#fv-beyond-rankings .fv-insight__references {
  margin: 0;
  padding: 0;

  list-style: none;

  counter-reset: fv-br-ref;
}

#fv-beyond-rankings .fv-insight__references li {
  counter-increment: fv-br-ref;

  position: relative;

  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  grid-template-areas:
    "type cite"
    "type note";

  column-gap: clamp(27px, 4vw, 56px);
  row-gap: 8px;

  padding:
    clamp(25px, 3vw, 35px)
    0
    clamp(25px, 3vw, 35px)
    56px;

  border-top: 1px solid var(--fv-line);
}

#fv-beyond-rankings .fv-insight__references li::before {
  content: counter(fv-br-ref, decimal-leading-zero);

  position: absolute;
  left: 0;
  top: clamp(26px, 3vw, 36px);

  color: rgba(38, 123, 59, 0.74);

  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

#fv-beyond-rankings .fv-insight__reference-type {
  grid-area: type;

  color: var(--fv-muted);

  font-size: 17px;
  font-weight: 750;
  line-height: 1.5;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

#fv-beyond-rankings .fv-insight__references cite {
  grid-area: cite;

  color: var(--fv-ink-strong);

  font-size: 18px;
  font-style: normal;
  font-weight: 660;
  line-height: 1.55;
}

#fv-beyond-rankings .fv-insight__references cite a {
  color: inherit;
  font-size: inherit;
  text-decoration-color: rgba(38, 123, 59, 0.27);
}

#fv-beyond-rankings .fv-insight__reference-note {
  grid-area: note;

  max-width: 74ch;

  margin: 0;

  color: var(--fv-muted);

  font-size: 17px;
  line-height: 1.67;
}


/* ==========================================================================
   15. RELATED FERVID RESOURCES
   ========================================================================== */

#fv-beyond-rankings .fv-insight__related-resources {
  position: relative;
  overflow: hidden;

  width: min(
    calc(100% - clamp(48px, 8vw, 128px)),
    var(--fv-shell)
  );

  margin:
    0
    auto
    clamp(94px, 10vw, 144px);

  padding: clamp(46px, 6vw, 80px);

  border: 1px solid rgba(127, 216, 221, 0.10);
  border-radius: var(--fv-radius-xl);

  color: #FFFFFF;

  background:
    radial-gradient(
      circle at 90% 12%,
      rgba(81, 172, 91, 0.19),
      transparent 28%
    ),
    radial-gradient(
      circle at 5% 95%,
      rgba(127, 216, 221, 0.05),
      transparent 25%
    ),
    linear-gradient(
      145deg,
      #020B16 0%,
      #071B28 68%,
      #0A2530 100%
    );

  box-shadow: var(--fv-shadow-dark);
}

#fv-beyond-rankings .fv-insight__related-resources::before {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.025),
      transparent 25%,
      transparent 72%,
      rgba(81, 172, 91, 0.045)
    );
}

#fv-beyond-rankings .fv-insight__related-resources-kicker {
  position: relative;

  margin-bottom: 13px;

  color: var(--fv-green);

  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

#fv-beyond-rankings .fv-insight__related-resources > h2 {
  position: relative;

  max-width: 850px;

  margin-bottom: clamp(38px, 5vw, 56px);

  color: #FFFFFF;

  font-size: clamp(40px, 4vw, 66px);
  line-height: 1.055;
  letter-spacing: -0.05em;
}

#fv-beyond-rankings .fv-insight__related-resources ul {
  position: relative;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;

  margin: 0;
  padding: 0;

  list-style: none;
}

#fv-beyond-rankings .fv-insight__related-resources li {
  display: flex;
}

#fv-beyond-rankings .fv-insight__related-resources li a {
  width: 100%;
  min-height: 190px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: clamp(25px, 3vw, 35px);

  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: var(--fv-radius-md);

  color: #FFFFFF;

  background: rgba(255, 255, 255, 0.04);

  text-decoration: none;

  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background-color 200ms ease;
}

#fv-beyond-rankings
.fv-insight__related-resources
li a > span {
  display: block;

  max-width: 490px;

  font-size: clamp(22px, 1.7vw, 27px);
  font-weight: 640;
  line-height: 1.28;
  letter-spacing: -0.026em;
}

#fv-beyond-rankings
.fv-insight__related-resources
li a small {
  display: block;

  max-width: 550px;

  margin-top: 35px;

  color: rgba(229, 241, 243, 0.66);

  font-size: 17px;
  line-height: 1.65;
}

@media (hover: hover) {
  #fv-beyond-rankings
  .fv-insight__related-resources
  li a:hover {
    transform: translateY(-4px);
    border-color: rgba(81, 172, 91, 0.36);
    background: rgba(81, 172, 91, 0.075);
  }
}


/* ==========================================================================
   16. LIVING CONTENT SYSTEM
   ========================================================================== */

#fv-beyond-rankings .fv-blog-lcs {
  position: relative;
  overflow: hidden;

  width: min(
    calc(100% - clamp(48px, 10vw, 176px)),
    1280px
  );

  margin:
    0
    auto
    clamp(94px, 10vw, 148px);

  border: 1px solid var(--fv-line);
  border-radius: var(--fv-radius-lg);

  background: #FFFFFF;

  box-shadow: var(--fv-shadow-md);
}

#fv-beyond-rankings .fv-blog-lcs::before {
  content: "";

  position: absolute;
  inset: 0 0 auto;

  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--fv-green) 0%,
      var(--fv-green) 69%,
      rgba(81, 172, 91, 0.12) 100%
    );
}

#fv-beyond-rankings .fv-blog-lcs__header {
  padding:
    clamp(38px, 5vw, 62px)
    clamp(31px, 5vw, 66px)
    clamp(28px, 3.5vw, 42px);

  border-bottom: 1px solid var(--fv-line);

  background:
    radial-gradient(
      circle at 100% 0,
      rgba(81, 172, 91, 0.075),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #FBFDFC,
      #F7FAF9
    );
}

#fv-beyond-rankings .fv-blog-lcs__eyebrow {
  margin-bottom: 13px;

  color: var(--fv-green-deep);

  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

#fv-beyond-rankings .fv-blog-lcs__header h2 {
  max-width: 850px;

  margin-bottom: 0;

  font-size: clamp(38px, 3.7vw, 60px);
  line-height: 1.07;
}

#fv-beyond-rankings .fv-blog-lcs__body {
  padding:
    clamp(34px, 5vw, 58px)
    clamp(31px, 5vw, 66px)
    clamp(42px, 5vw, 64px);
}

#fv-beyond-rankings .fv-blog-lcs__body > p {
  max-width: 84ch;

  margin-bottom: clamp(38px, 5vw, 52px);

  color: var(--fv-body);

  font-size: 18px;
  line-height: 1.75;
}

#fv-beyond-rankings .fv-blog-lcs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

#fv-beyond-rankings .fv-blog-lcs__item {
  padding: clamp(23px, 3vw, 31px);

  border: 1px solid var(--fv-line);
  border-radius: var(--fv-radius-sm);

  background:
    linear-gradient(
      145deg,
      #FFFFFF,
      #F9FBFA
    );
}

#fv-beyond-rankings .fv-blog-lcs__item h3 {
  margin-bottom: 12px;

  color: var(--fv-green-deep);

  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#fv-beyond-rankings .fv-blog-lcs__item p {
  margin: 0;

  color: var(--fv-muted);

  font-size: 17px;
  line-height: 1.68;
}


/* ==========================================================================
   17. FINAL CTA
   ========================================================================== */

#fv-beyond-rankings .fv-insight__cta {
  position: relative;
  overflow: hidden;

  width: min(
    calc(100% - clamp(24px, 6vw, 96px)),
    var(--fv-shell)
  );

  margin:
    0
    auto
    clamp(30px, 5vw, 66px);

  padding:
    clamp(66px, 9vw, 124px)
    clamp(32px, 8vw, 122px);

  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--fv-radius-xl);

  color: rgba(234, 244, 246, 0.79);

  background:
    radial-gradient(
      circle at 86% 10%,
      rgba(81, 172, 91, 0.23),
      transparent 28%
    ),
    radial-gradient(
      circle at 14% 100%,
      rgba(127, 216, 221, 0.045),
      transparent 26%
    ),
    linear-gradient(
      135deg,
      #020B16 0%,
      #061925 53%,
      #09232E 100%
    );

  box-shadow:
    0 36px 104px rgba(2, 11, 22, 0.25);
}

#fv-beyond-rankings .fv-insight__cta::after {
  content: "";

  position: absolute;

  width: 440px;
  aspect-ratio: 1;

  right: -195px;
  bottom: -266px;

  border: 1px solid rgba(81, 172, 91, 0.13);
  border-radius: 50%;

  box-shadow:
    0 0 0 55px rgba(81, 172, 91, 0.025),
    0 0 0 110px rgba(127, 216, 221, 0.012);

  pointer-events: none;
}

#fv-beyond-rankings .fv-insight__cta-kicker {
  position: relative;
  z-index: 1;

  margin-bottom: 13px;

  color: var(--fv-green);

  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

#fv-beyond-rankings .fv-insight__cta h2 {
  position: relative;
  z-index: 1;

  max-width: 1000px;

  margin-bottom: clamp(26px, 4vw, 40px);

  color: #FFFFFF;

  font-size: clamp(54px, 6vw, 96px);
  font-weight: 590;
  line-height: 0.985;
  letter-spacing: -0.062em;
}

#fv-beyond-rankings .fv-insight__cta h2 span {
  color: var(--fv-green);
}

#fv-beyond-rankings .fv-insight__cta > p {
  position: relative;
  z-index: 1;

  max-width: 790px;

  margin-bottom: 18px;

  color: rgba(233, 244, 246, 0.75);

  font-size: 19px;
  line-height: 1.74;
}

#fv-beyond-rankings .fv-problem-cta__lead {
  color: rgba(245, 251, 252, 0.94) !important;

  font-size: clamp(21px, 1.7vw, 24px) !important;
  line-height: 1.65 !important;
  font-weight: 520;
}

#fv-beyond-rankings .fv-insight__cta-actions {
  position: relative;
  z-index: 1;

  margin-top: clamp(36px, 5vw, 52px);
}

#fv-beyond-rankings .fv-problem-cta__note {
  position: relative;
  z-index: 1;

  display: block;

  margin-top: clamp(31px, 5vw, 48px);
  padding-top: 25px;

  border-top: 1px solid rgba(255, 255, 255, 0.12);

  color: rgba(223, 239, 241, 0.56);

  font-size: 17px;
  line-height: 1.65;
}


/* ==========================================================================
   18. TARGET / ANCHOR POLISH
   ========================================================================== */

#fv-beyond-rankings .fv-insight__section:target > h2 {
  color: var(--fv-green-dark);
}

#fv-beyond-rankings
#technical-seo-still-matters:target > h2,
#fv-beyond-rankings
#ai-assisted-discovery:target > h2 {
  color: #FFFFFF;
}

#fv-beyond-rankings .fv-insight__section:target::before {
  color: var(--fv-green);
}


/* ==========================================================================
   19. LARGE VIEWPORT
   ========================================================================== */

@media (min-width: 1600px) {

  #fv-beyond-rankings .fv-insight__hero-copy {
    width: 920px;
  }

  #fv-beyond-rankings .fv-insight__shell {
    grid-template-columns:
      285px
      860px;

    gap: 102px;
  }

}


/* ==========================================================================
   20. TABLET
   ========================================================================== */

@media (max-width: 1180px) {

  #fv-beyond-rankings .fv-insight__hero-copy {
    width: min(835px, 79vw);
  }

  #fv-beyond-rankings .fv-insight__shell {
    width: min(
      calc(100% - clamp(48px, 8vw, 96px)),
      900px
    );

    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  #fv-beyond-rankings .fv-insight__toc {
    display: none;
  }

  #fv-beyond-rankings .fv-insight__mobile-toc {
    display: block;
  }

  #fv-beyond-rankings .fv-insight__figure--wide {
    width: calc(100% + 34px);
    margin-left: -17px;
  }

}


/* ==========================================================================
   21. MOBILE / SMALL TABLET
   ========================================================================== */

@media (max-width: 820px) {

  #fv-beyond-rankings {
    font-size: 18px;
    line-height: 1.72;
  }

  #fv-beyond-rankings .fv-insight__hero {
    min-height: max(780px, 88svh);
  }

  #fv-beyond-rankings .fv-insight__hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(2, 11, 22, 0.76) 0%,
        rgba(2, 11, 22, 0.89) 44%,
        rgba(2, 11, 22, 0.985) 100%
      ),
      linear-gradient(
        90deg,
        rgba(2, 11, 22, 0.87),
        rgba(2, 11, 22, 0.44)
      );
  }

  #fv-beyond-rankings .fv-insight__hero-media img {
    object-position: 58% center;
    opacity: 0.76;
  }

  #fv-beyond-rankings .fv-insight__hero-inner {
    width: calc(100% - 40px);

    align-items: flex-end;

    padding-block:
      128px
      76px;
  }

  #fv-beyond-rankings .fv-insight__hero-copy {
    width: 100%;
  }

  #fv-beyond-rankings .fv-insight__eyebrow {
    font-size: 17px;
  }

  #fv-beyond-rankings .fv-insight__title {
    font-size: clamp(44px, 11vw, 72px);
    line-height: 1;
  }

  #fv-beyond-rankings .fv-insight__standfirst {
    font-size: 19px;
    line-height: 1.63;
  }

  #fv-beyond-rankings .fv-insight__meta,
  #fv-beyond-rankings .fv-insight__publication-history {
    font-size: 17px;
  }

  #fv-beyond-rankings .fv-insight__shell {
    width: calc(100% - 40px);

    padding-block:
      76px
      108px;
  }

  #fv-beyond-rankings .fv-insight__section {
    margin-bottom: 86px;
  }

  #fv-beyond-rankings .fv-insight__section > h2 {
    font-size: clamp(36px, 8.5vw, 53px);
    line-height: 1.08;
  }

  #fv-beyond-rankings .fv-insight__section > p,
  #fv-beyond-rankings
  #technical-seo-still-matters > p,
  #fv-beyond-rankings
  #ai-assisted-discovery > p {
    font-size: 18px;
    line-height: 1.77;
  }

  #fv-beyond-rankings
  #technical-seo-still-matters,
  #fv-beyond-rankings
  #ai-assisted-discovery,
  #fv-beyond-rankings
  #information-worth-retrieving,
  #fv-beyond-rankings
  #measure-the-chain {
    margin-inline: -10px;
  }

  #fv-beyond-rankings .fv-insight__figure figcaption {
    grid-template-columns: 1fr;
    gap: 7px;

    font-size: 17px;
  }

  #fv-beyond-rankings .fv-insight__author {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
  }

  #fv-beyond-rankings .fv-insight__author-mark {
    width: 80px;
  }

  #fv-beyond-rankings .fv-insight__research {
    width: calc(100% - 40px);

    padding:
      38px
      27px;
  }

  #fv-beyond-rankings .fv-insight__references li {
    grid-template-columns: 1fr;
    grid-template-areas:
      "type"
      "cite"
      "note";

    gap: 8px;

    padding-left: 46px;
  }

  #fv-beyond-rankings .fv-insight__related-resources {
    width: calc(100% - 32px);

    padding:
      44px
      25px;
  }

  #fv-beyond-rankings .fv-insight__related-resources ul {
    grid-template-columns: 1fr;
  }

  #fv-beyond-rankings .fv-insight__related-resources li a {
    min-height: 172px;
  }

  #fv-beyond-rankings .fv-blog-lcs {
    width: calc(100% - 40px);
  }

  #fv-beyond-rankings .fv-blog-lcs__grid {
    grid-template-columns: 1fr;
  }

  #fv-beyond-rankings .fv-insight__cta {
    width: calc(100% - 24px);

    padding:
      58px
      27px;

    border-radius: 30px;
  }

  #fv-beyond-rankings .fv-insight__cta h2 {
    font-size: clamp(44px, 11vw, 72px);
  }

  #fv-beyond-rankings .fv-insight__cta > p {
    font-size: 18px;
  }

}


/* ==========================================================================
   22. SMALL MOBILE
   ========================================================================== */

@media (max-width: 560px) {

  #fv-beyond-rankings .fv-insight__hero {
    min-height: 790px;
  }

  #fv-beyond-rankings .fv-insight__hero-inner {
    width: calc(100% - 28px);
  }

  #fv-beyond-rankings .fv-insight__eyebrow {
    font-size: 17px;
    letter-spacing: 0.075em;
  }

  #fv-beyond-rankings .fv-insight__title {
    font-size: clamp(42px, 12vw, 61px);
  }

  #fv-beyond-rankings .fv-insight__standfirst {
    padding-left: 17px;
    font-size: 19px;
  }

  #fv-beyond-rankings .fv-insight__meta {
    display: grid;
    gap: 5px;
  }

  #fv-beyond-rankings .fv-insight__meta span + span {
    margin-left: 0;
    padding-left: 0;
  }

  #fv-beyond-rankings
  .fv-insight__meta
  span + span::before {
    display: none;
  }

  #fv-beyond-rankings .fv-insight__publication-history {
    display: grid;
    gap: 3px;
  }

  #fv-beyond-rankings
  .fv-insight__publication-history
  > span {
    display: none;
  }

  #fv-beyond-rankings .fv-insight__hero-actions,
  #fv-beyond-rankings .fv-insight__cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  #fv-beyond-rankings .fv-insight__button {
    width: 100%;
    font-size: 17px;
  }

  #fv-beyond-rankings .fv-insight__shell {
    width: calc(100% - 28px);

    padding-block:
      64px
      90px;
  }

  #fv-beyond-rankings .fv-insight__mobile-toc {
    margin-bottom: 48px;
  }

  #fv-beyond-rankings .fv-insight__section {
    margin-bottom: 76px;
    padding-top: 29px;
  }

  #fv-beyond-rankings .fv-insight__section > h2 {
    font-size: clamp(34px, 9vw, 47px);
  }

  #fv-beyond-rankings .fv-insight__section > p {
    font-size: 18px;
    line-height: 1.75;
  }

  #fv-beyond-rankings
  #technical-seo-still-matters,
  #fv-beyond-rankings
  #ai-assisted-discovery,
  #fv-beyond-rankings
  #information-worth-retrieving,
  #fv-beyond-rankings
  #measure-the-chain {
    margin-inline: 0;

    padding:
      36px
      22px
      42px;

    border-radius: 24px;
  }

  #fv-beyond-rankings
  #ranking-useful-evidence
  > p:first-of-type::first-letter {
    font-size: 62px;
  }

  #fv-beyond-rankings .fv-insight__figure--wide {
    width: calc(100% + 12px);
    margin-left: -6px;
  }

  #fv-beyond-rankings .fv-insight__figure {
    padding: 5px;
    border-radius: 22px;
  }

  #fv-beyond-rankings .fv-insight__figure img {
    border-radius: 17px;
  }

  #fv-beyond-rankings .fv-insight__author,
  #fv-beyond-rankings .fv-insight__research,
  #fv-beyond-rankings .fv-blog-lcs {
    width: calc(100% - 28px);
  }

  #fv-beyond-rankings .fv-insight__author {
    padding:
      29px
      22px;
  }

  #fv-beyond-rankings .fv-insight__research {
    padding:
      34px
      21px;
  }

  #fv-beyond-rankings .fv-insight__related-resources {
    width: calc(100% - 20px);

    padding:
      40px
      20px;

    border-radius: 28px;
  }

  #fv-beyond-rankings .fv-blog-lcs__header,
  #fv-beyond-rankings .fv-blog-lcs__body {
    padding-left: 22px;
    padding-right: 22px;
  }

  #fv-beyond-rankings .fv-insight__cta h2 {
    font-size: clamp(42px, 12vw, 61px);
  }

}


/* ==========================================================================
   23. REDUCED MOTION
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {

  #fv-beyond-rankings *,
  #fv-beyond-rankings *::before,
  #fv-beyond-rankings *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

}


/* ==========================================================================
   24. FORCED COLOURS / HIGH CONTRAST
   ========================================================================== */

@media (forced-colors: active) {

  #fv-beyond-rankings .fv-insight__button,
  #fv-beyond-rankings .fv-insight__toc,
  #fv-beyond-rankings .fv-insight__figure,
  #fv-beyond-rankings .fv-insight__author,
  #fv-beyond-rankings .fv-insight__research,
  #fv-beyond-rankings .fv-blog-lcs {
    border: 1px solid CanvasText;
  }

}


/* ==========================================================================
   25. PRINT
   ========================================================================== */

@media print {

  #fv-beyond-rankings {
    width: auto;
    margin: 0;

    color: #111111;
    background: #FFFFFF;

    font-size: 11pt;
    line-height: 1.55;
  }

  #fv-beyond-rankings .fv-insight__hero {
    min-height: 0;

    color: #111111;
    background: #FFFFFF;
  }

  #fv-beyond-rankings .fv-insight__hero::before,
  #fv-beyond-rankings .fv-insight__hero::after,
  #fv-beyond-rankings .fv-insight__hero-media,
  #fv-beyond-rankings .fv-insight__hero-actions,
  #fv-beyond-rankings .fv-insight__toc,
  #fv-beyond-rankings .fv-insight__mobile-toc,
  #fv-beyond-rankings .fv-insight__cta-actions {
    display: none !important;
  }

  #fv-beyond-rankings .fv-insight__hero-inner,
  #fv-beyond-rankings .fv-insight__shell,
  #fv-beyond-rankings .fv-insight__author,
  #fv-beyond-rankings .fv-insight__research,
  #fv-beyond-rankings .fv-insight__related-resources,
  #fv-beyond-rankings .fv-blog-lcs,
  #fv-beyond-rankings .fv-insight__cta {
    width: 100%;
    max-width: none;
  }

  #fv-beyond-rankings .fv-insight__hero-inner {
    padding:
      30px
      0;
  }

  #fv-beyond-rankings .fv-insight__hero-copy {
    width: 100%;
  }

  #fv-beyond-rankings .fv-insight__title,
  #fv-beyond-rankings .fv-insight__title-accent,
  #fv-beyond-rankings .fv-insight__standfirst,
  #fv-beyond-rankings .fv-insight__meta,
  #fv-beyond-rankings .fv-insight__publication-history,
  #fv-beyond-rankings .fv-insight__section > h2,
  #fv-beyond-rankings .fv-insight__section > p,
  #fv-beyond-rankings
  #technical-seo-still-matters > h2,
  #fv-beyond-rankings
  #technical-seo-still-matters > p,
  #fv-beyond-rankings
  #ai-assisted-discovery > h2,
  #fv-beyond-rankings
  #ai-assisted-discovery > p,
  #fv-beyond-rankings
  .fv-insight__related-resources > h2,
  #fv-beyond-rankings
  .fv-insight__related-resources li a,
  #fv-beyond-rankings .fv-insight__cta h2,
  #fv-beyond-rankings .fv-insight__cta > p {
    color: #111111 !important;
    -webkit-text-fill-color: currentColor;
  }

  #fv-beyond-rankings #technical-seo-still-matters,
  #fv-beyond-rankings #ai-assisted-discovery,
  #fv-beyond-rankings .fv-insight__related-resources,
  #fv-beyond-rankings .fv-insight__cta {
    margin-inline: 0;

    color: #111111;
    background: #FFFFFF;

    border: 1px solid #BBBBBB;
    box-shadow: none;
  }

  #fv-beyond-rankings .fv-insight__section,
  #fv-beyond-rankings .fv-insight__figure,
  #fv-beyond-rankings .fv-insight__author,
  #fv-beyond-rankings .fv-insight__research,
  #fv-beyond-rankings .fv-blog-lcs {
    break-inside: avoid;
    box-shadow: none;
  }

}/* End custom CSS */