/* Advanced Agritek V3 SEO page layer. Uses v3/colors_and_type.css tokens. */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--aa-canvas);
  color: var(--aa-ink);
  font-family: var(--aa-font-body);
  line-height: 1.6;
}

a {
  color: inherit;
}

.seo-shell {
  min-height: 100vh;
  background: var(--aa-canvas);
  color: var(--aa-ink);
}

.seo-shell,
.seo-shell * {
  box-sizing: border-box;
}

.seo-container {
  width: min(var(--aa-max-w), calc(100% - 10vw));
  margin: 0 auto;
}

.seo-container-narrow {
  width: min(var(--aa-max-w-narrow), calc(100% - 10vw));
  margin: 0 auto;
}

.seo-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 1.05rem 5.5%;
  background: rgba(10, 12, 18, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.seo-nav-inner {
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.seo-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

.seo-logo img {
  width: 42px;
  height: 42px;
  border-radius: var(--aa-r-md);
  display: block;
}

.seo-logo span {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 0.18rem;
}

.seo-logo strong {
  font-family: var(--aa-font-display);
  font-weight: 650;
  font-size: 1.02rem;
  color: #fff;
  letter-spacing: 0.18em;
}

.seo-logo em {
  font-family: var(--aa-font-display);
  font-style: normal;
  font-weight: 650;
  font-size: 0.9rem;
  color: var(--aa-accent);
  letter-spacing: 0.2em;
}

.seo-nav-links {
  display: flex;
  align-items: center;
  gap: 1.45rem;
}

.seo-nav-links > a,
.seo-dropdown > a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  font-weight: var(--aa-w-semibold);
  text-decoration: none;
  transition: color var(--aa-dur-fast) var(--aa-ease);
}

.seo-nav-links > a:hover,
.seo-dropdown:hover > a,
.seo-dropdown > a:focus {
  color: #fff;
}

.seo-dropdown {
  position: relative;
  padding: 0.5rem 0;
}

.seo-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 270px;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--aa-r-xl);
  background: rgba(10, 12, 18, 0.98);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, 10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--aa-dur-fast) var(--aa-ease), transform var(--aa-dur-fast) var(--aa-ease);
}

.seo-dropdown:hover .seo-dropdown-menu,
.seo-dropdown:focus-within .seo-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.seo-dropdown-menu a {
  display: block;
  padding: 0.62rem 0.7rem;
  color: rgba(255, 255, 255, 0.76);
  border-radius: var(--aa-r-sm);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: var(--aa-w-medium);
  line-height: 1.35;
}

.seo-dropdown-menu a:hover,
.seo-dropdown-menu a:focus {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.seo-nav-cta,
.seo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 42px;
  padding: 0.85rem 1.4rem;
  border: 1.5px solid transparent;
  border-radius: var(--aa-r-md);
  background: var(--aa-accent);
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: var(--aa-w-semibold);
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--aa-dur-fast) var(--aa-ease), background var(--aa-dur-fast) var(--aa-ease), border-color var(--aa-dur-fast) var(--aa-ease);
}

.seo-nav-cta:hover,
.seo-button:hover {
  background: var(--aa-accent-hover);
  transform: translateY(var(--aa-translate-cta));
}

.seo-button-secondary {
  background: transparent;
  color: var(--aa-ink);
  border-color: var(--aa-border);
}

.seo-button-secondary:hover {
  color: var(--aa-accent-hover);
  background: #fff;
  border-color: rgba(6, 182, 212, 0.32);
}

.seo-hero .seo-button-secondary {
  color: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.18);
  background: transparent;
}

.seo-hero .seo-button-secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
  border-color: var(--aa-accent);
}

.seo-mobile-links {
  display: none;
}

.seo-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(620px, 74vh, 760px);
  padding: 9.8rem 5.5% 5.6rem;
  background: #0A0C12;
  color: #fff;
}

.seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/assets/hero-bg-desktop.webp") center right / cover no-repeat;
  opacity: 0.72;
  filter: saturate(1.08) contrast(1.12) brightness(1.08);
  pointer-events: none;
}

.seo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    radial-gradient(45% 42% at 84% 12%, rgba(10, 12, 18, 0.34), transparent 72%),
    radial-gradient(62% 54% at 78% 24%, rgba(6, 182, 212, 0.08), transparent 68%),
    linear-gradient(90deg, #0A0C12 0%, rgba(10, 12, 18, 0.98) 31%, rgba(10, 12, 18, 0.56) 49%, rgba(10, 12, 18, 0.08) 76%),
    linear-gradient(180deg, rgba(10, 12, 18, 0.52) 0%, rgba(10, 12, 18, 0.04) 36%, rgba(10, 12, 18, 0.72) 100%),
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: auto, auto, auto, auto, 64px 64px, 64px 64px;
  pointer-events: none;
}

.seo-hero .seo-container {
  width: min(1540px, calc(100% - 11vw));
}

.seo-hero-inner {
  position: relative;
  z-index: 2;
  display: block;
}

.seo-hero-copy {
  width: min(54rem, 100%);
}

.seo-breadcrumbs {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  font-weight: var(--aa-w-medium);
}

.seo-breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.seo-eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--aa-accent);
  font-size: var(--aa-size-xs);
  font-weight: var(--aa-w-semibold);
  letter-spacing: var(--aa-track-wide);
  text-transform: uppercase;
}

.seo-hero h1 {
  max-width: 12.8ch;
  margin: 0;
  color: #fff;
  font-family: var(--aa-font-display);
  font-size: clamp(3.15rem, 4.85vw, 5.1rem);
  font-weight: var(--aa-w-black);
  line-height: 0.96;
  letter-spacing: var(--aa-track-tight);
  text-wrap: balance;
}

.seo-hero-lede {
  max-width: 56ch;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.18rem;
  line-height: 1.66;
}

.seo-hero-proof {
  max-width: 56ch;
  margin: 1.15rem 0 0;
  color: #22d3ee;
  font-size: 1rem;
  line-height: 1.6;
}

.seo-hero-proof strong {
  color: #fff;
  font-weight: var(--aa-w-semibold);
}

.seo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.seo-proof-panel {
  display: none;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--aa-r-2xl);
  background: rgba(255, 255, 255, 0.055);
}

.seo-proof-panel h2 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-family: var(--aa-font-display);
  font-size: 1.15rem;
  line-height: 1.25;
}

.seo-proof-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.68;
}

.seo-section {
  padding: 5.75rem 5%;
}

.seo-section-alt {
  background: var(--aa-canvas-alt);
}

.seo-section-dark {
  background: #0A0C12;
  color: #fff;
}

.seo-section-tight {
  padding-top: 4.35rem;
  padding-bottom: 4.35rem;
}

.seo-section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.55fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 2.25rem;
}

.seo-section-header h2,
.seo-section h2 {
  margin: 0;
  color: var(--aa-ink);
  font-family: var(--aa-font-display);
  font-size: clamp(2rem, 3vw, var(--aa-size-h2));
  line-height: 1.12;
  letter-spacing: var(--aa-track-snug);
}

.seo-section-dark h2 {
  color: #fff;
}

.seo-section-header p {
  margin: 0;
  color: var(--aa-ink-muted);
  line-height: 1.7;
}

.seo-section-dark .seo-section-header p,
.seo-section-dark p {
  color: rgba(255, 255, 255, 0.66);
}

.seo-truth-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.58fr);
  gap: 1rem;
  align-items: stretch;
}

.seo-truth-panel,
.seo-note-panel,
.seo-not-fit,
.seo-proof-strip,
.seo-mini-case,
.seo-article-card {
  border: 1px solid var(--aa-border);
  border-radius: var(--aa-r-2xl);
  background: #fff;
}

.seo-truth-panel {
  padding: clamp(1.35rem, 2.4vw, 2rem);
}

.seo-truth-panel h2,
.seo-note-panel h2,
.seo-mini-case h2,
.seo-article-card h2 {
  margin: 0 0 1rem;
  color: var(--aa-ink);
  font-family: var(--aa-font-display);
  line-height: 1.12;
  letter-spacing: var(--aa-track-snug);
}

.seo-truth-panel p,
.seo-note-panel p,
.seo-not-fit p,
.seo-mini-case p,
.seo-article-card p {
  margin: 0;
  color: var(--aa-ink-muted);
  line-height: 1.72;
}

.seo-note-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.2rem, 2vw, 1.65rem);
  background: var(--aa-canvas-alt);
}

.seo-note-panel strong,
.seo-not-fit strong,
.seo-mini-case strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--aa-ink);
  font-family: var(--aa-font-display);
  font-size: 1.02rem;
  line-height: 1.25;
}

.seo-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
  overflow: hidden;
}

.seo-proof-strip span {
  display: block;
  padding: 1rem;
  border-right: 1px solid var(--aa-border);
  color: var(--aa-ink-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.seo-proof-strip span:last-child {
  border-right: 0;
}

.seo-proof-strip b {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--aa-accent-hover);
  font-family: var(--aa-font-mono);
  font-size: 0.72rem;
  letter-spacing: var(--aa-track-wider);
  text-transform: uppercase;
}

.seo-mini-case {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(260px, 0.38fr);
  gap: 2rem;
  padding: clamp(1.35rem, 2.5vw, 2rem);
}

.seo-mini-case ul,
.seo-article-card ul,
.seo-note-panel ul,
.seo-not-fit ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-mini-case li,
.seo-article-card li,
.seo-note-panel li,
.seo-not-fit li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--aa-ink-muted);
  line-height: 1.6;
}

.seo-mini-case li::before,
.seo-article-card li::before,
.seo-note-panel li::before,
.seo-not-fit li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--aa-accent);
}

.seo-not-fit {
  margin-top: 1rem;
  padding: 1.2rem;
  background: #fff;
}

.seo-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
  gap: 2rem;
  align-items: start;
}

.seo-article-card {
  padding: clamp(1.35rem, 2.4vw, 2rem);
}

.seo-article-sidebar {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 1rem;
}

.seo-article-section + .seo-article-section {
  margin-top: 1.65rem;
  padding-top: 1.65rem;
  border-top: 1px solid var(--aa-border);
}

.seo-article-section h3,
.seo-subhead,
.seo-hub-panel h2 {
  margin: 0 0 0.75rem;
  color: var(--aa-ink);
  font-family: var(--aa-font-display);
  line-height: 1.2;
  letter-spacing: var(--aa-track-snug);
}

.seo-fit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  gap: 2rem;
  align-items: start;
}

.seo-section-header-single {
  grid-template-columns: 1fr;
  max-width: 760px;
}

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

.seo-hub-panel {
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border: 1px solid var(--aa-border);
  border-radius: var(--aa-r-2xl);
  background: #fff;
}

.seo-hub-panel h2 {
  margin-bottom: 1rem;
}

.seo-link-grid-single {
  grid-template-columns: 1fr;
}

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

.seo-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-card {
  min-width: 0;
  padding: 1.25rem 1.3rem;
  border: 1px solid var(--aa-border);
  border-radius: var(--aa-r-xl);
  background: #fff;
  box-shadow: var(--aa-shadow-0);
}

.seo-card h3 {
  margin: 0 0 0.55rem;
  color: var(--aa-accent-hover);
  font-family: var(--aa-font-mono);
  font-size: 0.72rem;
  font-weight: var(--aa-w-semibold);
  letter-spacing: var(--aa-track-wider);
  line-height: 1.28;
  text-transform: uppercase;
}

.seo-card p {
  margin: 0;
  color: var(--aa-ink-muted);
  line-height: 1.68;
}

.seo-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-list li {
  position: relative;
  padding: 0.85rem 0.95rem 0.85rem 2.15rem;
  border: 1px solid var(--aa-border);
  border-radius: var(--aa-r-md);
  background: #fff;
  color: var(--aa-ink);
  line-height: 1.48;
}

.seo-list li::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: 1.18rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--aa-accent);
}

.seo-workflow {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(260px, 0.32fr);
  gap: 2rem;
  padding: 1.65rem;
  border: 1px solid var(--aa-border);
  border-radius: var(--aa-r-2xl);
  background: #fff;
}

.seo-workflow ol {
  display: grid;
  gap: 0.7rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.seo-workflow-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: workflow;
}

.seo-workflow-list li {
  counter-increment: workflow;
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  color: var(--aa-ink);
  line-height: 1.62;
}

.seo-workflow-list li::before {
  content: counter(workflow, decimal-leading-zero);
  color: var(--aa-accent-hover);
  font-family: var(--aa-font-mono);
  font-size: 0.78rem;
  font-weight: var(--aa-w-semibold);
  letter-spacing: var(--aa-track-wide);
}

.seo-workflow li {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  color: var(--aa-ink-muted);
}

.seo-workflow li::before {
  content: counter(steps, decimal-leading-zero);
  color: var(--aa-accent);
  font-family: var(--aa-font-mono);
  font-size: 0.8rem;
  font-weight: var(--aa-w-semibold);
}

.seo-aside {
  padding: 1.1rem;
  border-radius: var(--aa-r-xl);
  background: var(--aa-canvas-alt);
}

.seo-aside strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--aa-ink);
  font-family: var(--aa-font-display);
  line-height: 1.25;
}

.seo-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-pills li,
.seo-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.72rem;
  border: 1px solid var(--aa-border);
  border-radius: var(--aa-r-pill);
  background: #fff;
  color: var(--aa-ink-muted);
  font-size: 0.84rem;
  font-weight: var(--aa-w-medium);
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.seo-link-card {
  padding: 1rem;
  border: 1px solid var(--aa-border);
  border-radius: var(--aa-r-md);
  background: #fff;
  color: var(--aa-ink);
  text-decoration: none;
  transition: transform var(--aa-dur-fast) var(--aa-ease), border-color var(--aa-dur-fast) var(--aa-ease);
}

.seo-link-card:hover {
  border-color: rgba(6, 182, 212, 0.36);
  transform: translateY(var(--aa-translate-cta));
}

.seo-link-card span {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--aa-accent-hover);
  font-size: 0.75rem;
  font-weight: var(--aa-w-semibold);
  letter-spacing: var(--aa-track-wide);
  text-transform: uppercase;
}

.seo-faq {
  display: grid;
  gap: 0.75rem;
}

.seo-faq details {
  border: 1px solid var(--aa-border);
  border-radius: var(--aa-r-md);
  background: #fff;
}

.seo-faq summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  color: var(--aa-ink);
  font-weight: var(--aa-w-semibold);
}

.seo-faq p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: var(--aa-ink-muted);
}

.seo-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--aa-r-2xl);
  background: #0A0C12;
  color: #fff;
}

.seo-cta h2 {
  margin: 0 0 0.65rem;
  color: #fff;
}

.seo-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

.seo-footer {
  padding: 4rem 5% 2rem;
  background: #0A0C12;
  color: rgba(255, 255, 255, 0.65);
}

.seo-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem;
}

.seo-footer h2,
.seo-footer h3 {
  margin: 0 0 0.9rem;
  color: #fff;
  font-family: var(--aa-font-display);
  font-size: 0.95rem;
}

.seo-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.seo-footer-brand img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

.seo-footer-brand span {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  line-height: 1;
}

.seo-footer-brand strong,
.seo-footer-brand em {
  font-family: var(--aa-font-display);
  font-style: normal;
  font-weight: var(--aa-w-semibold);
  letter-spacing: 0.18em;
}

.seo-footer-brand strong {
  color: #fff;
  font-size: 0.86rem;
}

.seo-footer-brand em {
  color: var(--aa-accent);
  font-size: 0.78rem;
  letter-spacing: 0.20em;
}

.seo-footer-contact {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.25rem;
  font-size: 0.85rem;
}

.seo-footer p {
  margin: 0;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
}

.seo-footer ul {
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-footer a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  text-decoration: none;
}

.seo-footer a:hover {
  color: #fff;
}

.seo-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.8rem;
}

.seo-footer-bottom div {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 1040px) {
  .seo-nav-links {
    gap: 0.75rem;
  }

  .seo-section-header,
  .seo-truth-grid,
  .seo-mini-case,
  .seo-article-layout,
  .seo-fit-layout,
  .seo-workflow,
  .seo-cta {
    grid-template-columns: 1fr;
  }

  .seo-article-sidebar {
    position: static;
  }

  .seo-grid,
  .seo-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-hub-grid {
    grid-template-columns: 1fr;
  }

  .seo-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .seo-container,
  .seo-container-narrow {
    width: calc(100% - 2.25rem);
  }

  .seo-nav {
    padding: 1rem 5%;
  }

  .seo-logo img {
    width: 36px;
    height: 36px;
    border-radius: 7px;
  }

  .seo-logo strong {
    font-size: 0.92rem;
  }

  .seo-logo em {
    font-size: 0.82rem;
  }

  .seo-nav-links {
    display: none;
  }

  .seo-mobile-links {
    display: flex;
    gap: 0.65rem;
    overflow-x: auto;
    padding: 0.8rem 5% 0;
  }

  .seo-mobile-links a {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.82rem;
    font-weight: var(--aa-w-semibold);
    text-decoration: none;
  }

  .seo-hero {
    min-height: max(620px, 100dvh);
    padding: 8.4rem 0 3.8rem;
  }

  .seo-hero::before {
    background-image: none;
    opacity: 0;
  }

  .seo-hero::after {
    background-image:
      linear-gradient(180deg, rgba(10, 12, 18, 0.98) 0%, rgba(10, 12, 18, 0.94) 42%, #0A0C12 100%);
    background-size: auto;
  }

  .seo-hero .seo-container {
    width: calc(100% - 2.25rem);
  }

  .seo-hero h1 {
    max-width: 100%;
    font-size: clamp(2.28rem, 11.4vw, 2.9rem);
    line-height: 1.01;
  }

  .seo-hero-lede,
  .seo-hero-proof {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .seo-section {
    padding: 4rem 0;
  }

  .seo-grid,
  .seo-grid-two,
  .seo-list,
  .seo-link-grid,
  .seo-hub-grid,
  .seo-proof-strip,
  .seo-footer-grid {
    grid-template-columns: 1fr;
  }

  .seo-proof-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--aa-border);
  }

  .seo-proof-strip span:last-child {
    border-bottom: 0;
  }

  .seo-card,
  .seo-truth-panel,
  .seo-note-panel,
  .seo-mini-case,
  .seo-article-card,
  .seo-workflow,
  .seo-cta {
    padding: 1.2rem;
  }

  .seo-hero-actions,
  .seo-cta {
    align-items: stretch;
  }

  .seo-button,
  .seo-nav-cta {
    width: 100%;
  }
}

/* 2026-05-05 quality pass: match the landing-page chrome and add production-grade depth. */
.seo-shell {
  overflow-x: hidden;
  background:
    radial-gradient(48rem 30rem at 82% -10%, rgba(34, 211, 238, 0.08), transparent 62%),
    #0A0C12;
}

.seo-main {
  overflow-x: hidden;
  background: #f5f7fa;
}

.seo-nav {
  padding: 1.05rem 5.5%;
  background: rgba(10, 12, 18, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-nav-inner {
  max-width: 1540px;
}

.seo-nav-links {
  gap: 2.05rem;
}

.seo-nav-links > a,
.seo-dropdown > a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  font-weight: 600;
}

.seo-nav-cta {
  padding: 0.78rem 1.25rem;
  border-radius: 8px;
  color: #fff !important;
  box-shadow: none;
}

.seo-button {
  min-height: 52px;
  padding: 0.95rem 1.35rem;
  border-radius: 8px;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(6, 182, 212, 0.18);
}

.seo-button::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 260ms cubic-bezier(0.32, 0.72, 0, 1);
}

.seo-button:hover::after {
  transform: translateX(2px) rotate(45deg);
}

.seo-nav-cta::after {
  display: none;
}

.seo-button-secondary,
.seo-hero .seo-button-secondary {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff !important;
  box-shadow: none;
}

.seo-button-secondary:hover,
.seo-hero .seo-button-secondary:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(34, 211, 238, 0.72);
  color: #fff !important;
}

.seo-hero {
  min-height: clamp(660px, 78vh, 830px);
  padding: 10.6rem 5.5% 7.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-hero::before {
  opacity: 0.8;
  background-position: center right;
}

.seo-hero::after {
  background-image:
    radial-gradient(54% 44% at 83% 12%, rgba(6, 182, 212, 0.14), transparent 68%),
    linear-gradient(90deg, #0A0C12 0%, rgba(10, 12, 18, 0.98) 28%, rgba(10, 12, 18, 0.68) 52%, rgba(10, 12, 18, 0.18) 86%),
    linear-gradient(180deg, rgba(10, 12, 18, 0.54) 0%, rgba(10, 12, 18, 0.1) 44%, rgba(10, 12, 18, 0.88) 100%),
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: auto, auto, auto, 64px 64px, 64px 64px;
}

.seo-hero .seo-container {
  width: min(1540px, calc(100% - 10vw));
}

.seo-hero-copy {
  width: min(88rem, 78vw);
}

.seo-breadcrumbs {
  margin-bottom: 1.35rem;
}

.seo-eyebrow {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
}

.seo-hero h1 {
  max-width: min(1400px, 100%);
  font-size: clamp(3.55rem, 4.35vw, 5rem);
  line-height: 0.96;
  text-wrap: balance;
}

.seo-hero-lede {
  max-width: 58ch;
  margin-top: 1.55rem;
  font-size: clamp(1.06rem, 1.2vw, 1.24rem);
  color: rgba(255, 255, 255, 0.72);
}

.seo-hero-proof {
  max-width: 64ch;
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.88);
}

.seo-hero-proof strong {
  color: #22d3ee;
}

.seo-section {
  position: relative;
  padding: clamp(6.25rem, 8vw, 9.5rem) 5%;
  background:
    radial-gradient(40rem 28rem at 90% 14%, rgba(6, 182, 212, 0.055), transparent 60%),
    #f7f9fc;
}

.seo-section-alt {
  background:
    radial-gradient(42rem 30rem at 8% 12%, rgba(6, 182, 212, 0.055), transparent 62%),
    linear-gradient(180deg, #eef2f6 0%, #f8fafc 100%);
}

.seo-section-header {
  gap: clamp(2rem, 6vw, 6rem);
  margin-bottom: clamp(2rem, 4vw, 3.4rem);
}

.seo-section-header h2,
.seo-section h2 {
  max-width: 780px;
  font-size: clamp(2.45rem, 4.1vw, 4.2rem);
  line-height: 0.98;
  text-wrap: balance;
}

.seo-section-header p {
  max-width: 48ch;
  font-size: 1.05rem;
}

.seo-truth-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.62fr);
  gap: 1.25rem;
}

.seo-truth-panel,
.seo-note-panel,
.seo-mini-case,
.seo-fit-layout,
.seo-article-card,
.seo-hub-panel,
.seo-cta {
  box-shadow: 0 28px 70px -46px rgba(15, 23, 42, 0.55);
}

.seo-truth-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.35rem);
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(46rem 32rem at 92% 8%, rgba(34, 211, 238, 0.16), transparent 58%),
    linear-gradient(135deg, #0A0C12 0%, #111827 100%);
  color: #fff;
}

.seo-truth-panel::after {
  content: "";
  position: absolute;
  inset: auto -8% -34% 35%;
  height: 58%;
  background: url("/assets/hero-bg-desktop.webp") center / cover no-repeat;
  opacity: 0.15;
  filter: saturate(1.15) contrast(1.2);
  pointer-events: none;
}

.seo-truth-panel > * {
  position: relative;
  z-index: 1;
}

.seo-truth-panel h2,
.seo-truth-panel p {
  color: #fff;
}

.seo-truth-panel p {
  max-width: 66ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.seo-proof-strip {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  border-color: rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.055);
}

.seo-proof-strip span {
  border-color: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.68);
}

.seo-proof-strip b {
  color: #22d3ee;
}

.seo-note-panel {
  padding: clamp(1.6rem, 3vw, 2.3rem);
  border: 1px solid rgba(15, 23, 42, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(28rem 18rem at 100% 0%, rgba(34, 211, 238, 0.14), transparent 55%);
}

.seo-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 1rem;
}

.seo-card {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  grid-column: span 4;
  padding: 1.55rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 58px -48px rgba(15, 23, 42, 0.72);
  transition: transform 420ms cubic-bezier(0.32, 0.72, 0, 1), border-color 420ms cubic-bezier(0.32, 0.72, 0, 1);
}

.seo-card:nth-child(1),
.seo-card:nth-child(6n + 1) {
  grid-column: span 5;
}

.seo-card:nth-child(2),
.seo-card:nth-child(6n + 2) {
  grid-column: span 3;
}

.seo-card:nth-child(3),
.seo-card:nth-child(6n + 3) {
  grid-column: span 4;
}

.seo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 182, 212, 0.36);
}

.seo-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0), rgba(34, 211, 238, 0.76), rgba(34, 211, 238, 0));
  opacity: 0;
  transition: opacity 420ms cubic-bezier(0.32, 0.72, 0, 1);
}

.seo-card:hover::after {
  opacity: 1;
}

.seo-card h3 {
  color: #0891b2;
}

.seo-card p {
  color: #334155;
  font-size: 1.02rem;
}

.seo-mini-case {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.42fr);
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(48rem 28rem at 88% 0%, rgba(34, 211, 238, 0.16), transparent 58%),
    linear-gradient(135deg, #090b11, #111827);
  color: #fff;
}

.seo-mini-case::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: calc(var(--aa-r-2xl) - 0.35rem);
  pointer-events: none;
}

.seo-mini-case strong,
.seo-mini-case h2,
.seo-mini-case p {
  color: #fff;
}

.seo-workflow-list {
  gap: 1rem;
}

.seo-workflow-list li {
  display: flex;
  grid-template-columns: none;
  gap: 1rem;
  padding: 1rem 1rem 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
}

.seo-workflow-list li:last-child {
  border-bottom: 0;
}

.seo-workflow-list li::before {
  position: static;
  flex: 0 0 2.4rem;
  color: #22d3ee;
  line-height: 1.65;
}

.seo-mini-case .seo-workflow-list li {
  padding-left: 0;
}

.seo-mini-case aside {
  position: relative;
  z-index: 1;
  align-self: stretch;
  padding: 1.35rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.seo-mini-case li,
.seo-mini-case aside li {
  color: rgba(255, 255, 255, 0.76);
}

.seo-fit-layout {
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--aa-r-2xl);
  background: rgba(255, 255, 255, 0.92);
}

.seo-subhead {
  margin-top: 1.8rem;
}

.seo-pills {
  gap: 0.7rem;
}

.seo-pills li,
.seo-pill {
  min-height: 40px;
  padding: 0.55rem 0.88rem;
  border-color: rgba(15, 23, 42, 0.10);
  background: #f8fafc;
  color: #475569;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.seo-not-fit {
  margin-top: 0;
  padding: 1.35rem;
  border-color: rgba(15, 23, 42, 0.08);
  background: #111827;
}

.seo-not-fit strong {
  color: #fff;
}

.seo-not-fit li {
  color: rgba(255, 255, 255, 0.72);
}

.seo-link-card,
.seo-faq details,
.seo-hub-panel,
.seo-article-card {
  border-color: rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 58px -50px rgba(15, 23, 42, 0.7);
}

.seo-link-card {
  min-height: 112px;
  padding: 1.2rem;
}

.seo-cta {
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 28px;
  background:
    radial-gradient(34rem 20rem at 82% 16%, rgba(34, 211, 238, 0.18), transparent 56%),
    linear-gradient(135deg, #0A0C12, #101827);
}

.seo-footer {
  padding: 4rem 5% 2rem;
  background: #0A0C12;
}

.seo-footer .seo-container {
  width: min(1140px, calc(100% - 10vw));
}

.seo-footer-grid {
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.seo-footer h3 {
  font-family: var(--aa-font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

.seo-footer-brand img {
  flex: 0 0 32px;
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  object-fit: contain;
}

.seo-footer-contact {
  gap: 0.45rem;
  margin-top: 1.5rem;
}

.seo-footer-line {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.65);
}

.seo-footer-line svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seo-footer-bottom {
  margin-top: 0;
  padding-top: 1.5rem;
}

@media (max-width: 1040px) {
  .seo-nav-links {
    gap: 1rem;
  }

  .seo-hero-copy {
    width: min(60rem, 88vw);
  }

  .seo-grid,
  .seo-card,
  .seo-card:nth-child(1),
  .seo-card:nth-child(2),
  .seo-card:nth-child(3),
  .seo-card:nth-child(6n + 1),
  .seo-card:nth-child(6n + 2),
  .seo-card:nth-child(6n + 3) {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .seo-nav-links {
    display: none;
  }

  .seo-mobile-links {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 0.78rem 5% 0;
  }

  .seo-mobile-links a {
    white-space: nowrap;
  }

  .seo-hero {
    min-height: max(640px, 100dvh);
    padding: 8.7rem 0 4.4rem;
  }

  .seo-hero-copy {
    width: 100%;
  }

  .seo-hero h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 12.5vw, 3.7rem);
  }

  .seo-section {
    padding: 4.75rem 0;
  }

  .seo-section-header h2,
  .seo-section h2 {
    font-size: clamp(2.25rem, 10vw, 3.1rem);
  }

  .seo-grid,
  .seo-card,
  .seo-card:nth-child(1),
  .seo-card:nth-child(2),
  .seo-card:nth-child(3),
  .seo-card:nth-child(6n + 1),
  .seo-card:nth-child(6n + 2),
  .seo-card:nth-child(6n + 3) {
    grid-column: 1 / -1;
  }

  .seo-footer .seo-container {
    width: calc(100% - 2.25rem);
  }
}

/* 2026-05-05 premium page pass: make SEO chapters feel like built systems, not generated cards. */
.seo-main {
  background:
    radial-gradient(54rem 34rem at 8% 18%, rgba(6, 182, 212, 0.07), transparent 60%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.seo-section {
  padding: clamp(5.25rem, 7vw, 8.5rem) 5%;
}

.seo-hero + .seo-section {
  padding-top: clamp(3.4rem, 4.8vw, 5.6rem);
}

.seo-section-alt {
  color: #fff;
  background:
    radial-gradient(52rem 32rem at 82% 4%, rgba(34, 211, 238, 0.13), transparent 62%),
    radial-gradient(42rem 26rem at 8% 96%, rgba(6, 182, 212, 0.08), transparent 58%),
    linear-gradient(135deg, #090b11 0%, #0e141e 54%, #121a25 100%);
}

.seo-section-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.seo-section > .seo-container,
.seo-section > .seo-container-narrow {
  position: relative;
  z-index: 1;
}

.seo-section-alt .seo-section-header h2,
.seo-section-alt .seo-section h2,
.seo-section-alt h2,
.seo-section-alt .seo-subhead {
  color: #fff;
}

.seo-section-alt .seo-section-header p,
.seo-section-alt p {
  color: rgba(255, 255, 255, 0.68);
}

.seo-truth-grid {
  align-items: stretch;
}

.seo-note-panel {
  border-color: rgba(15, 23, 42, 0.09);
  border-radius: 20px;
  box-shadow: 0 34px 80px -58px rgba(15, 23, 42, 0.82);
}

.seo-note-panel > div {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.seo-note-panel > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.seo-grid {
  gap: 1.15rem;
}

.seo-section-alt .seo-card {
  min-height: 190px;
  border-color: rgba(255, 255, 255, 0.105);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

.seo-section-alt .seo-card:nth-child(1),
.seo-section-alt .seo-card:nth-child(6n + 1) {
  grid-column: span 6;
}

.seo-section-alt .seo-card:nth-child(2),
.seo-section-alt .seo-card:nth-child(6n + 2) {
  grid-column: span 3;
}

.seo-section-alt .seo-card:nth-child(3),
.seo-section-alt .seo-card:nth-child(6n + 3) {
  grid-column: span 3;
}

.seo-section-alt .seo-card:nth-child(4),
.seo-section-alt .seo-card:nth-child(6n + 4) {
  grid-column: span 4;
}

.seo-section-alt .seo-card:nth-child(5),
.seo-section-alt .seo-card:nth-child(6n + 5) {
  grid-column: span 4;
}

.seo-section-alt .seo-card:nth-child(6),
.seo-section-alt .seo-card:nth-child(6n + 6) {
  grid-column: span 4;
}

.seo-card::before {
  content: "";
  position: absolute;
  top: 1.45rem;
  left: 1.35rem;
  width: 0.42rem;
  height: 2.6rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #22d3ee, rgba(34, 211, 238, 0.08));
}

.seo-card h3 {
  max-width: 19rem;
  margin-left: 1.05rem;
  color: #0f172a;
  font-family: var(--aa-font-display);
  font-size: clamp(1.05rem, 1.2vw, 1.22rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.seo-section-alt .seo-card h3 {
  color: #fff;
}

.seo-card p {
  max-width: 30rem;
  margin-top: 1.35rem;
  color: #475569;
  line-height: 1.64;
}

.seo-section-alt .seo-card p {
  color: rgba(255, 255, 255, 0.68);
}

.seo-card:hover {
  border-color: rgba(34, 211, 238, 0.45);
  transform: translateY(-5px);
}

.seo-mini-case {
  box-shadow: 0 36px 92px -58px rgba(15, 23, 42, 0.92);
}

.seo-mini-case::after {
  content: "";
  position: absolute;
  top: 0;
  right: 32%;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  pointer-events: none;
}

.seo-workflow-list li {
  font-size: clamp(1.02rem, 1.08vw, 1.12rem);
}

.seo-mini-case aside {
  background:
    radial-gradient(18rem 16rem at 100% 0%, rgba(34, 211, 238, 0.16), transparent 62%),
    rgba(255, 255, 255, 0.075);
}

.seo-fit-layout {
  align-items: stretch;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    radial-gradient(32rem 22rem at 100% 0%, rgba(34, 211, 238, 0.11), transparent 62%);
}

.seo-section-alt .seo-fit-layout {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.035);
}

.seo-section-alt .seo-fit-layout .seo-section-header h2,
.seo-section-alt .seo-fit-layout .seo-subhead {
  color: #fff;
}

.seo-section-alt .seo-pills li,
.seo-section-alt .seo-pill {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.75);
  box-shadow: none;
}

.seo-section-alt .seo-not-fit {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 11, 0.72);
}

.seo-link-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.seo-link-card::after {
  content: "";
  position: absolute;
  inset: auto 1.15rem 1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(6, 182, 212, 0), rgba(6, 182, 212, 0.58), rgba(6, 182, 212, 0));
  opacity: 0;
  transition: opacity 260ms cubic-bezier(0.32, 0.72, 0, 1);
}

.seo-link-card:hover::after {
  opacity: 1;
}

.seo-section-alt .seo-link-card,
.seo-section-alt .seo-faq details,
.seo-section-alt .seo-hub-panel,
.seo-section-alt .seo-article-card {
  border-color: rgba(255, 255, 255, 0.105);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.seo-section-alt .seo-link-card,
.seo-section-alt .seo-link-card span,
.seo-section-alt .seo-faq summary {
  color: #fff;
}

.seo-section-alt .seo-faq p {
  color: rgba(255, 255, 255, 0.68);
}

.seo-article-card {
  border-radius: 24px;
}

.seo-article-card h2 {
  max-width: 980px;
  font-size: clamp(2.1rem, 3.1vw, 3.35rem);
  line-height: 1.03;
}

.seo-article-section {
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(0, 0.7fr);
  gap: 2rem;
}

.seo-article-section h3 {
  color: #0891b2;
}

.seo-cta {
  box-shadow: 0 42px 100px -64px rgba(6, 182, 212, 0.76);
}

@media (max-width: 1040px) {
  .seo-section-alt .seo-card,
  .seo-section-alt .seo-card:nth-child(1),
  .seo-section-alt .seo-card:nth-child(2),
  .seo-section-alt .seo-card:nth-child(3),
  .seo-section-alt .seo-card:nth-child(4),
  .seo-section-alt .seo-card:nth-child(5),
  .seo-section-alt .seo-card:nth-child(6),
  .seo-section-alt .seo-card:nth-child(6n + 1),
  .seo-section-alt .seo-card:nth-child(6n + 2),
  .seo-section-alt .seo-card:nth-child(6n + 3),
  .seo-section-alt .seo-card:nth-child(6n + 4),
  .seo-section-alt .seo-card:nth-child(6n + 5),
  .seo-section-alt .seo-card:nth-child(6n + 6) {
    grid-column: span 6;
  }

  .seo-mini-case::after {
    display: none;
  }

  .seo-article-section {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 760px) {
  .seo-section {
    padding: 4.6rem 0;
  }

  .seo-section-alt .seo-card,
  .seo-section-alt .seo-card:nth-child(1),
  .seo-section-alt .seo-card:nth-child(2),
  .seo-section-alt .seo-card:nth-child(3),
  .seo-section-alt .seo-card:nth-child(4),
  .seo-section-alt .seo-card:nth-child(5),
  .seo-section-alt .seo-card:nth-child(6),
  .seo-section-alt .seo-card:nth-child(6n + 1),
  .seo-section-alt .seo-card:nth-child(6n + 2),
  .seo-section-alt .seo-card:nth-child(6n + 3),
  .seo-section-alt .seo-card:nth-child(6n + 4),
  .seo-section-alt .seo-card:nth-child(6n + 5),
  .seo-section-alt .seo-card:nth-child(6n + 6) {
    grid-column: 1 / -1;
  }

  .seo-card h3 {
    margin-left: 0.95rem;
  }
}
