:root {
  --seo-forest: #176b45;
  --seo-forest-dark: #123d2c;
  --seo-cream: #fbf6ee;
  --seo-paper: #fffdf8;
  --seo-wood: #6b431f;
  --seo-copper: #b25a38;
  --seo-text: #2d251d;
  --seo-muted: #6f6255;
  --seo-border: #e6d6ba;
}

.seo-fallback,
.seo-static-body,
.home-seo-content {
  color: var(--seo-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.seo-fallback *,
.seo-static-body *,
.home-seo-content * {
  box-sizing: border-box;
}

.seo-fallback {
  width: min(1080px, calc(100% - 32px));
  margin: 24px auto 64px;
  border: 1px solid var(--seo-border);
  border-radius: 28px;
  padding: clamp(22px, 4vw, 42px);
  background: var(--seo-cream);
  box-shadow: 0 24px 60px rgb(42 31 23 / 10%);
}

.seo-fallback__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  align-items: center;
  gap: clamp(24px, 5vw, 56px);
}

.seo-fallback__hero h1,
.seo-page__hero h1 {
  margin: 10px 0 18px;
  color: var(--seo-forest-dark);
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.seo-fallback__hero p,
.seo-page__hero p {
  color: var(--seo-muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.seo-fallback__eyebrow,
.seo-page__eyebrow,
.home-seo-content__intro > p:first-child {
  margin: 0;
  color: #94612f !important;
  font-size: 0.76rem !important;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seo-fallback__hero img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 22px 44px rgb(44 28 13 / 25%);
}

.seo-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border-radius: 14px;
  padding: 0 20px;
  color: #fffaf0;
  background: linear-gradient(135deg, var(--seo-copper), #8e4127);
  box-shadow: 0 10px 22px rgb(178 90 56 / 22%);
  font-weight: 850;
  text-decoration: none;
}

.seo-cta:hover,
.seo-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgb(178 90 56 / 28%);
}

.seo-fallback__content,
.home-seo-content__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 48px;
}

.seo-fallback__section,
.home-seo-content__section,
.seo-blog-card {
  border: 1px solid var(--seo-border);
  border-radius: 18px;
  padding: clamp(20px, 3vw, 28px);
  background: rgb(255 253 248 / 82%);
}

.seo-fallback h2,
.seo-page h2,
.home-seo-content h2 {
  margin: 0 0 14px;
  color: var(--seo-forest-dark);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.15;
}

.seo-fallback p,
.seo-page p,
.seo-page li,
.home-seo-content p {
  color: var(--seo-muted);
  line-height: 1.72;
}

.seo-fallback__section p,
.home-seo-content__section p,
.seo-page__section p {
  margin: 0 0 14px;
}

.seo-fallback__section p:last-child,
.home-seo-content__section p:last-child,
.seo-page__section p:last-child {
  margin-bottom: 0;
}

.seo-fallback__links,
.home-seo-content__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 28px 0 42px;
}

.seo-fallback a:not(.seo-cta),
.seo-page a:not(.seo-cta),
.seo-static-header a,
.seo-static-footer a,
.home-seo-content a {
  color: var(--seo-forest);
  font-weight: 800;
  text-underline-offset: 3px;
}

.seo-faq-list,
.home-seo-faq__list {
  display: grid;
  gap: 10px;
}

.seo-faq-list details,
.home-seo-faq details {
  border: 1px solid var(--seo-border);
  border-radius: 14px;
  padding: 16px 18px;
  background: var(--seo-paper);
}

.seo-faq-list summary,
.home-seo-faq summary {
  color: var(--seo-forest-dark);
  font-weight: 850;
  cursor: pointer;
}

.seo-faq-list details p,
.home-seo-faq details p {
  margin: 12px 0 0;
}

.home-page--songo-v2 .home-v2-hero .home-launcher__heading h1 {
  max-width: 880px;
  font-size: clamp(2.15rem, 5vw, 4rem);
  line-height: 1.02;
}

.home-seo-content {
  margin-top: 24px;
  border-top: 1px solid var(--seo-border);
  padding-top: clamp(32px, 5vw, 54px);
}

.home-seo-content__intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.home-seo-content__intro > p:last-child {
  margin: 0;
}

.home-seo-content__grid {
  margin-top: 28px;
}

.home-seo-content__links {
  justify-content: center;
}

.home-seo-faq {
  max-width: 860px;
  margin: 0 auto;
}

.home-seo-faq > h2 {
  text-align: center;
}

.seo-static-body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 0%, rgb(193 146 87 / 15%), transparent 34rem),
    #f4eee4;
}

.seo-static-header,
.seo-static-footer {
  display: flex;
  width: min(1080px, calc(100% - 32px));
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 20px auto;
  border: 1px solid var(--seo-border);
  border-radius: 18px;
  padding: 12px 16px;
  background: rgb(255 253 248 / 90%);
}

.seo-static-header > a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--seo-forest-dark);
  font-size: 1.1rem;
  text-decoration: none;
}

.seo-static-header img {
  width: 44px;
  height: 41px;
  object-fit: contain;
}

.seo-static-header small {
  display: block;
  color: var(--seo-muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.seo-static-header nav,
.seo-static-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.seo-static-header__play {
  border-radius: 999px;
  padding: 9px 16px;
  color: white !important;
  background: var(--seo-forest);
  text-decoration: none;
}

.seo-page {
  width: min(900px, calc(100% - 32px));
  margin: 24px auto 56px;
  border: 1px solid var(--seo-border);
  border-radius: 24px;
  padding: clamp(24px, 5vw, 60px);
  background: var(--seo-paper);
  box-shadow: 0 24px 60px rgb(42 31 23 / 8%);
}

.seo-page__hero {
  margin: 32px 0 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--seo-border);
}

.seo-page__hero h1 {
  max-width: 14ch;
  font-size: clamp(2.5rem, 7vw, 5.2rem);
}

.seo-page--article {
  width: min(820px, calc(100% - 32px));
}

.seo-page--article .seo-page__hero h1 {
  max-width: 18ch;
}

.seo-page__section,
.seo-page__faq,
.seo-page__references,
.seo-page__note,
.seo-page__cta {
  margin: 42px 0;
}

.seo-page__section ul {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.seo-page__note,
.seo-page__cta {
  border: 1px solid #d9c08f;
  border-radius: 18px;
  padding: clamp(20px, 4vw, 30px);
  background: #fff6df;
}

.seo-page__cta {
  border-color: rgb(23 107 69 / 24%);
  background: #eef7f1;
  text-align: center;
}

.seo-page__cta--inline {
  margin-block: 46px;
}

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

.seo-blog-card > p:first-child {
  margin: 0;
  color: #94612f;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.seo-blog-card h2 {
  margin-top: 12px;
  font-size: 1.5rem;
}

.seo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--seo-muted);
  font-size: 0.82rem;
}

.seo-breadcrumbs li:not(:last-child)::after {
  margin-left: 6px;
  content: "/";
}

.seo-static-footer {
  align-items: flex-start;
  margin-bottom: 32px;
  color: var(--seo-muted);
  font-size: 0.82rem;
}

.seo-static-footer p {
  margin: 0;
}

@media (max-width: 760px) {
  .seo-fallback__hero,
  .seo-fallback__content,
  .home-seo-content__grid,
  .seo-blog-grid {
    grid-template-columns: 1fr;
  }

  .seo-fallback__hero img {
    grid-row: 1;
  }

  .seo-static-header,
  .seo-static-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-page__hero h1 {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-cta {
    transition: none;
  }
}
