/* Shared Revue.day marketing pages. Two type roles: editorial display and operational sans. */
.seo-page {
  --page-gutter: max(24px, calc((100vw - 1240px) / 2));
  background: var(--studio-paper);
}

.seo-page .site-header {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
}
.seo-page .site-header .brand { grid-column: 1; grid-row: 1; }
.seo-page .site-header nav { grid-column: 2; grid-row: 1; }
.seo-page .site-header .nav-toggle { display: none; }
.seo-page .site-header .header-actions {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.seo-page .site-header nav a[aria-current="page"]::after { transform: scaleX(1); }
.seo-page .site-header nav a[aria-current="page"] { color: var(--studio-red); }

.seo-page main { min-height: calc(100vh - var(--header-height)); }
.seo-page .seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .65fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: end;
  min-height: 610px;
  padding: 110px var(--page-gutter) 90px;
  border-bottom: 1px solid var(--studio-rule);
  background: var(--studio-white);
}
.seo-page .seo-hero > div { max-width: 820px; }
.seo-page .seo-hero h1 {
  max-width: 820px;
  margin: 18px 0 24px;
  color: var(--studio-ink);
  font-family: var(--studio-display);
  font-size: clamp(3.6rem, 6.4vw, 6.6rem);
  font-weight: 500;
  line-height: .94;
}
.seo-page .seo-hero > div > p:last-child {
  max-width: 700px;
  margin: 0;
  color: var(--studio-muted);
  font-size: 1.12rem;
  line-height: 1.65;
}
.seo-page .seo-hero aside {
  display: grid;
  align-self: stretch;
  border: 1px solid var(--studio-rule);
  border-radius: 4px;
  background: var(--studio-paper);
}
.seo-page .seo-hero aside span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 17px 20px;
  border-bottom: 1px solid var(--studio-rule);
  color: var(--studio-muted);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}
.seo-page .seo-hero aside span:last-child { border-bottom: 0; }
.seo-page .seo-hero aside strong { color: var(--studio-ink); font-size: .86rem; }

.seo-page .seo-content {
  width: 100%;
  margin: 0;
  padding: 0 var(--page-gutter) 120px;
  box-sizing: border-box;
}
.seo-page .seo-content > section {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
  column-gap: clamp(48px, 8vw, 120px);
  padding: 92px 0;
  border-bottom: 1px solid var(--studio-rule);
}
.seo-page .seo-content > section > .eyebrow { grid-column: 1; grid-row: 1 / span 8; padding-top: 10px; }
.seo-page .seo-content h2,
.seo-page .seo-content h3,
.seo-page .seo-content p,
.seo-page .seo-content ul,
.seo-page .seo-content .page-actions { grid-column: 2; }
.seo-page .seo-content h2 {
  max-width: 820px;
  margin: 0 0 28px;
  color: var(--studio-ink);
  font-family: var(--studio-display);
  font-size: clamp(2.65rem, 4.5vw, 4.7rem);
  font-weight: 500;
  line-height: .98;
}
.seo-page .seo-content h3 {
  margin: 34px 0 9px;
  font-family: var(--studio-body);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}
.seo-page .seo-content p,
.seo-page .seo-content li {
  max-width: 800px;
  color: var(--studio-muted);
  font-size: 1rem;
  line-height: 1.76;
}
.seo-page .seo-content a:not(.button) { color: var(--studio-ink); text-decoration-color: var(--studio-red); text-underline-offset: 4px; }
.seo-page .seo-content ul { display: grid; gap: 12px; padding-left: 20px; }
.seo-page .seo-cta {
  grid-template-columns: 1fr auto !important;
  align-items: end;
  gap: 40px;
  margin-top: 70px;
  padding: 54px !important;
  border: 1px solid var(--studio-ink) !important;
  border-radius: 4px;
  background: var(--studio-ink);
  color: var(--studio-white);
}
.seo-page .seo-cta > div { grid-column: 1; }
.seo-page .seo-cta .eyebrow { grid-column: auto !important; grid-row: auto !important; color: var(--studio-pear); }
.seo-page .seo-cta h2 { grid-column: auto; margin: 12px 0 0; color: var(--studio-white); font-size: clamp(2.3rem, 4vw, 4.2rem); }
.seo-page .seo-cta .button { grid-column: 2; white-space: nowrap; border-color: var(--studio-white); background: var(--studio-white); color: var(--studio-ink); }

.page-feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--studio-rule);
  border-radius: 4px;
  overflow: hidden;
}
.page-feature-band article { padding: 32px; border-right: 1px solid var(--studio-rule); background: var(--studio-white); }
.page-feature-band article:last-child { border-right: 0; }
.page-feature-band strong { display: block; margin-bottom: 8px; color: var(--studio-ink); font-size: .9rem; }
.page-feature-band p { margin: 0; font-size: .88rem !important; }

.pricing-plan {
  display: grid;
  grid-template-columns: 1fr .9fr;
  grid-column: 2;
  border: 1px solid var(--studio-ink);
  border-radius: 4px;
  overflow: hidden;
  background: var(--studio-white);
}
.pricing-plan > div { padding: clamp(30px, 5vw, 58px); }
.pricing-plan > div:last-child { border-left: 1px solid var(--studio-ink); background: var(--studio-pear); }
.pricing-plan .plan-price { display: flex; align-items: end; gap: 13px; margin: 18px 0 30px; color: var(--studio-ink); }
.pricing-plan .plan-price strong { font-family: var(--studio-display); font-size: 5rem; font-weight: 500; line-height: .8; }
.pricing-plan ul { grid-column: auto; margin: 0 0 34px; }

.contact-details { display: grid; grid-template-columns: repeat(2, 1fr); grid-column: 2; border: 1px solid var(--studio-rule); border-radius: 4px; overflow: hidden; }
.contact-details article { padding: 38px; background: var(--studio-white); }
.contact-details article + article { border-left: 1px solid var(--studio-rule); }
.contact-details a { display: inline-block; margin-top: 16px; font-size: 1.05rem; font-weight: 850; }

.seo-page > footer { background: var(--studio-white); }
.seo-page .footer-brand { font-family: var(--studio-display); letter-spacing: .12em !important; text-transform: uppercase; }

@media (max-width: 980px) {
  .seo-page .seo-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 86px; }
  .seo-page .seo-hero aside { grid-template-columns: repeat(2, 1fr); }
  .seo-page .seo-hero aside span:nth-child(odd) { border-right: 1px solid var(--studio-rule); }
  .seo-page .seo-content > section { grid-template-columns: 1fr; }
  .seo-page .seo-content > section > .eyebrow,
  .seo-page .seo-content h2,
  .seo-page .seo-content h3,
  .seo-page .seo-content p,
  .seo-page .seo-content ul,
  .seo-page .seo-content .page-actions,
  .pricing-plan,
  .contact-details { grid-column: 1; }
  .seo-page .seo-content > section > .eyebrow { grid-row: auto; margin-bottom: 14px; padding-top: 0; }
}

@media (max-width: 860px) {
  .seo-page .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
  }
  .seo-page .site-header .nav-toggle {
    display: grid;
    grid-column: 2;
    grid-row: 1;
  }
  .seo-page .site-header nav {
    grid-column: auto;
    grid-row: auto;
  }
  .seo-page .site-header .header-actions {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 680px) {
  .seo-page { --page-gutter: 18px; }
  .seo-page .seo-hero { gap: 38px; padding-top: 64px; padding-bottom: 62px; }
  .seo-page .seo-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .seo-page .seo-hero aside { grid-template-columns: 1fr; }
  .seo-page .seo-hero aside span:nth-child(odd) { border-right: 0; }
  .seo-page .seo-content { padding-bottom: 74px; }
  .seo-page .seo-content > section { padding: 68px 0; }
  .seo-page .seo-content h2 { font-size: 2.65rem; }
  .seo-page .seo-cta { grid-template-columns: 1fr !important; padding: 34px 26px !important; }
  .seo-page .seo-cta .button { grid-column: 1; width: 100%; }
  .page-feature-band,
  .pricing-plan,
  .contact-details { grid-template-columns: 1fr; }
  .page-feature-band article { border-right: 0; border-bottom: 1px solid var(--studio-rule); }
  .page-feature-band article:last-child { border-bottom: 0; }
  .pricing-plan > div:last-child,
  .contact-details article + article { border-top: 1px solid var(--studio-rule); border-left: 0; }
}
