/* SEO landing pages for Uplexity service clusters */

body.seo-page {
  min-height: 100vh;
  background: var(--bg);
}

.seo-shell {
  padding-top: 0;
}

.seo-hero-main {
  min-height: min(920px, 100svh);
  background: var(--bg);
}

.seo-hero-main .hero__title {
  max-width: 1180px;
}

.seo-hero-main .hero__sub {
  max-width: 820px;
}

.seo-hero-main .hero__ai {
  max-width: 760px;
}

.seo-hero-main .hero__ai-send {
  text-decoration: none;
}

.seo-screens {
  position: relative;
  background: var(--bg);
}

.seo-info {
  background: var(--bg);
}

.seo-info .section__head {
  max-width: 980px;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.screen-slot {
  min-height: 430px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  background: rgba(255,255,255,.035);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.screen-slot__frame {
  min-height: 280px;
  border: 1px dashed rgba(255, 255, 255, .22);
  border-radius: calc(var(--r-xl) - 8px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.015)),
    rgba(5, 5, 7, .34);
  display: grid;
  place-items: center;
  color: var(--text-3);
}

.screen-slot h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.18;
}

.screen-slot p {
  margin: 0;
  color: var(--text-3);
  font-size: 14.5px;
  line-height: 1.5;
}

.seo-main-pricing .price-card {
  min-height: 100%;
}

.seo-hero {
  padding: 72px 0 54px;
  position: relative;
  overflow: hidden;
}

.seo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 52px;
  align-items: center;
}

.seo-crumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  color: var(--text-3);
}

.seo-crumbs a {
  color: var(--text-2);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.seo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--sun-2);
}

.seo-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sunrise-grad);
  box-shadow: 0 0 24px rgba(255, 154, 77, .55);
}

.seo-hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(42px, 6vw, 86px);
  line-height: .94;
  letter-spacing: -0.055em;
}

.seo-lede {
  max-width: 740px;
  margin: 26px 0 0;
  color: var(--text-2);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.48;
}

.seo-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.seo-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.seo-proof__item {
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, .035);
}

.seo-proof__item strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Unbounded", "Geist", sans-serif;
  font-size: 18px;
  letter-spacing: -.025em;
}

.seo-proof__item span {
  display: block;
  color: var(--text-3);
  font-size: 13.5px;
  line-height: 1.45;
}

.seo-panel {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(255, 194, 120, .2);
  border-radius: var(--r-xl);
  background:
    radial-gradient(480px circle at 80% -10%, rgba(255, 194, 120, .22), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  box-shadow: 0 30px 90px -64px rgba(255, 154, 77, .65);
  overflow: hidden;
}

.seo-panel__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

.seo-panel__top b {
  font-family: "Unbounded", "Geist", sans-serif;
  font-size: 18px;
  letter-spacing: -.025em;
}

.seo-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
}

.seo-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 18px currentColor;
}

.seo-flow {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.seo-flow__row {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: rgba(5, 5, 7, .38);
}

.seo-flow__row span {
  color: var(--sun-2);
}

.seo-flow__row p {
  margin: 0;
  color: var(--text-2);
}

.seo-section {
  padding: 64px 0;
}

.seo-section--tight {
  padding-top: 24px;
}

.seo-head {
  max-width: 800px;
  margin-bottom: 26px;
}

.seo-head h2 {
  margin: 0;
  font-size: clamp(31px, 4vw, 54px);
  line-height: 1.02;
}

.seo-head p {
  margin: 16px 0 0;
  color: var(--text-2);
  font-size: 17px;
  max-width: 720px;
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.seo-card {
  padding: 22px;
  min-height: 220px;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.035);
}

.seo-card .mono-sm {
  color: var(--sun-2);
}

.seo-card h3 {
  margin: 14px 0 10px;
  font-size: 21px;
  line-height: 1.16;
}

.seo-card p,
.seo-card li {
  color: var(--text-2);
  font-size: 14.5px;
}

.seo-card ul,
.seo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-card li,
.seo-list li {
  position: relative;
  padding-left: 22px;
  margin-top: 9px;
}

.seo-card li::before,
.seo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .67em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sunrise-grad);
}

.seo-split {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 22px;
}

.seo-split--info {
  margin-top: 18px;
  align-items: stretch;
}

.seo-box {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  background: rgba(255,255,255,.035);
}

.seo-box p {
  margin: 12px 0 0;
  color: var(--text-2);
  line-height: 1.6;
}

.seo-box--accent {
  border-color: rgba(255, 194, 120, .23);
  background:
    radial-gradient(420px circle at 18% 0%, rgba(255, 194, 120, .14), transparent 62%),
    rgba(255,255,255,.04);
}

.seo-box h2,
.seo-box h3 {
  margin-top: 0;
}

.seo-integrations {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-chip {
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: var(--text-2);
  font-size: 13px;
}

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

.seo-faq details {
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.035);
  overflow: hidden;
}

.seo-faq summary {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 600;
}

.seo-faq p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--text-2);
}

@media (max-width: 980px) {
  .seo-hero__grid,
  .seo-split,
  .seo-card-grid,
  .screen-grid,
  .seo-faq {
    grid-template-columns: 1fr;
  }

  .seo-panel {
    order: -1;
  }

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

}

@media (max-width: 620px) {
  .seo-shell {
    padding-top: 0;
  }

  .seo-hero-main {
    min-height: auto;
  }

  .seo-hero {
    padding: 44px 0 32px;
  }

  .seo-hero h1 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .seo-hero__actions,
  .seo-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .seo-panel,
  .seo-box,
  .seo-card,
  .screen-slot {
    border-radius: var(--r-lg);
    padding: 20px;
  }

  .screen-slot {
    min-height: 360px;
  }

  .screen-slot__frame {
    min-height: 220px;
  }

  .seo-flow__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

}
