/* VEMIO 7.8 — commerciële SEO-landingspagina's op de visuele homepagebasis. */

.seo-landing { overflow: clip; background: #fff; }

.seo-breadcrumb {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
}

.seo-breadcrumb a {
  color: #066b80;
  text-decoration-line: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}
.seo-breadcrumb a:hover { color: var(--navy-800); }
.seo-breadcrumb span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.seo-hero { padding-top: 30px; }
.seo-hero__grid { align-items: center; }
.seo-hero__copy h1 { max-width: 760px; overflow-wrap: anywhere; hyphens: manual; }
.seo-hero-product { min-width: 0; }
.seo-hero-product__main { position: relative; }
.seo-hero-product__main img { object-position: top; }

.seo-image-zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 9px;
  background: rgba(9, 18, 63, .9);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
}

.seo-proof-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.seo-problem-grid article { box-shadow: 0 12px 36px rgba(14, 23, 76, .05); }

.seo-solution {
  margin-top: 18px;
  border-color: rgba(39, 175, 209, .28);
  background: radial-gradient(circle at 88% 8%, rgba(39, 175, 209, .16), transparent 28%), #fff;
}

.seo-process { background: var(--navy-950); }
.seo-process .section-heading { max-width: 980px; margin-bottom: 44px; }
.seo-process .section-heading h2 { max-width: 920px; color: #fff; }
.seo-process .eyebrow { color: #65d3e8; }
.seo-process-steps li { min-height: 235px; }
.seo-process .seo-process-steps::before { background: linear-gradient(90deg, #65d3e8, rgba(101, 211, 232, .45)); }
body.vemio-design-depth-preview .seo-process .seo-process-steps li,
body.vemio-design-depth-preview .seo-process .seo-process-steps li:not(:last-child) { border-color: rgba(255, 255, 255, .18); }
body.vemio-design-depth-preview .seo-process .seo-process-steps li > span {
  border-color: rgba(255, 255, 255, .2);
  background: #65d3e8;
  color: var(--navy-950);
  font-size: .82rem;
}
body.vemio-design-depth-preview .seo-process .seo-process-steps h3 {
  color: #fff;
  font-size: clamp(1.12rem, 1.35vw, 1.3rem);
  line-height: 1.3;
}
body.vemio-design-depth-preview .seo-process .seo-process-steps p {
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
  line-height: 1.62;
}

.seo-landing .text-link {
  color: #115e75;
  font-size: 1rem;
  font-weight: 850;
  text-decoration-line: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}
.seo-landing .text-link:hover { color: var(--navy-800); }
.seo-landing .text-link--light { color: #fff; }
.seo-landing a:focus-visible {
  outline: 3px solid #65d3e8;
  outline-offset: 4px;
}

.seo-features-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(460px, 1.22fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: start;
}

.seo-features-copy { position: sticky; top: calc(var(--header-height) + 28px); }
.seo-features-copy > p:not(.eyebrow) { color: var(--muted); }
.seo-feature-list { margin: 0; padding: 0; list-style: none; }

.seo-feature-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.seo-feature-list li:first-child { padding-top: 0; }
.seo-feature-list li > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--cyan-100);
  color: #08788f;
  font-size: .72rem;
  font-weight: 900;
}

.seo-feature-list strong { color: var(--navy-900); font-size: .9rem; line-height: 1.55; }
.seo-related { background: var(--surface); }

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

.seo-related-grid a {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 44px rgba(14, 23, 76, .05);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.seo-related-grid a:hover {
  border-color: rgba(39, 175, 209, .55);
  box-shadow: 0 22px 54px rgba(14, 23, 76, .1);
  transform: translateY(-3px);
}

.seo-related-grid a > span {
  color: #08788f;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.seo-related-grid strong {
  max-width: 620px;
  margin-top: 30px;
  overflow-wrap: anywhere;
  color: var(--navy-900);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  line-height: 1.18;
}

.seo-related-grid em { margin-top: auto; color: var(--navy-800); font-size: .78rem; font-style: normal; font-weight: 800; }

.seo-confidence { background: var(--navy-950); }
.seo-value-copy h2 { color: #fff; }
.seo-value-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .72); }

.seo-final-cta { padding-top: 0; }
.seo-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  padding: clamp(38px, 6vw, 70px);
  border-radius: var(--radius-lg);
  background: radial-gradient(circle at 90% 10%, rgba(39, 175, 209, .28), transparent 30%), var(--navy-900);
}

.seo-final-card h2 { max-width: 820px; color: #fff; }
.seo-final-card p:last-child { max-width: 760px; margin-bottom: 0; color: rgba(255, 255, 255, .72); }
.seo-final-card__action { display: grid; gap: 10px; justify-items: stretch; }
.seo-final-card__action small { max-width: 280px; color: rgba(255, 255, 255, .7); font-size: .68rem; line-height: 1.45; text-align: center; }

.button--accent {
  border-color: var(--cyan-500);
  background: var(--cyan-500);
  color: var(--navy-950);
  box-shadow: 0 12px 28px rgba(39, 175, 209, .25);
}

.button--accent:hover { background: #55c6dd; }

@media (min-width: 981px) {
  .seo-related-grid:has(> a:nth-child(3)) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .seo-related-grid:has(> a:nth-child(3)) strong { font-size: clamp(1.16rem, 1.55vw, 1.55rem); }
}

@media (min-width: 1101px) {
  body.vemio-design-depth-preview .seo-process-steps:has(> li:nth-child(5)) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  body.vemio-design-depth-preview .seo-process-steps:has(> li:nth-child(5)) li {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  body.vemio-design-depth-preview .seo-process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.vemio-design-depth-preview .seo-process-steps li:nth-child(2n) { border-right: 0; }
  body.vemio-design-depth-preview .seo-process-steps li:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .seo-features-grid { grid-template-columns: 1fr; gap: 32px; }
  .seo-features-copy { position: static; }
  .seo-final-card { grid-template-columns: 1fr; }
  .seo-final-card__action { justify-items: start; }
  .seo-final-card__action small { text-align: left; }
}

@media (max-width: 640px) {
  .seo-breadcrumb { margin-bottom: 22px; font-size: .68rem; }
  body.vemio-design-depth-preview .seo-hero__copy h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.35rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: manual;
  }
  .seo-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-proof-grid p:last-child { grid-column: 1 / -1; }
  .seo-problem-grid,
  .seo-related-grid { grid-template-columns: 1fr; }
  .seo-related-grid a { min-height: 200px; padding: 24px; }
  .seo-process-steps { grid-template-columns: 1fr; }
  .seo-process-steps li { min-height: 0; }
  .seo-process-steps li:not(:last-child)::after { display: none; }
  body.vemio-design-depth-preview .seo-process .seo-process-steps h3 { font-size: 1.18rem; }
  body.vemio-design-depth-preview .seo-process .seo-process-steps p { font-size: 1rem; }
  .seo-final-card { padding: 30px 23px; }
  .seo-final-card__action,
  .seo-final-card__action .button { width: 100%; }
}
