/* InvestorNex SEO landing pages */
.seo-page {
  color: #161519;
  background: #fff;
}

/* Match homepage sticky header look on light pages */
.seo-page #header-sticky {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 50;
  opacity: 1 !important;
}
.seo-page #header-sticky > div > div {
  background: #fff !important;
  box-shadow: 0 4px 10px rgba(3, 4, 28, 0.1);
}
.seo-page #header-sticky .logo-white {
  display: none !important;
}
.seo-page #header-sticky .logo-black {
  display: inline-block !important;
}
.seo-page #header-sticky .main-menu a {
  color: #161519 !important;
}
.seo-page #header-sticky .openDemoModal {
  background: #6248ff !important;
  color: #fff !important;
}
.seo-page #header-sticky .tp-menu-bar {
  background: #f6f7fa;
  color: #161519;
}

.seo-wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.seo-main {
  padding-top: 110px;
}

.seo-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 64px;
}
.seo-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #494851;
}
.seo-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.seo-breadcrumb a:hover {
  color: #6248ff;
}
.seo-updated {
  margin: -12px 0 24px;
  font-size: 13px;
  color: #494851;
}
.seo-updated time {
  font-variant-numeric: tabular-nums;
}
.seo-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  border: 1px dashed rgba(22, 21, 25, 0.18);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.55);
}
.seo-h1 {
  font-family: "Inter Display", Inter, sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  color: #161519;
}
.seo-lead {
  font-size: 17px;
  line-height: 1.7;
  color: #494851;
  max-width: 760px;
  margin: 0 0 20px;
}
.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.seo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.seo-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(22, 21, 25, 0.08);
  font-size: 13px;
  font-weight: 500;
  color: #494851;
}
.seo-media {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #fff;
  box-shadow: 0 20px 60px rgba(22, 21, 25, 0.08);
  padding: 40px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo-media img {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.seo-section {
  padding: 72px 0;
}
.seo-section--muted {
  background: #f6f7fa;
}
.seo-section--dark {
  background: #161616;
  color: #fff;
}
.seo-section--dark h2,
.seo-section--dark h3 {
  color: #fff;
}
.seo-kicker {
  max-width: 700px;
  margin-bottom: 40px;
}
.seo-h2 {
  font-family: "Inter Display", Inter, sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 3.2vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: #161519;
}
.seo-text {
  font-size: 17px;
  line-height: 1.8;
  color: #494851;
  margin: 0;
}
.seo-text-sm {
  font-size: 16px;
  line-height: 1.65;
  color: #494851;
  margin: 0;
}

.seo-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.seo-card {
  background: #fff;
  border: 1px solid rgba(22, 21, 25, 0.08);
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
a.seo-card:hover {
  border-color: rgba(98, 72, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(22, 21, 25, 0.08);
}
.seo-card-num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(98, 72, 255, 0.1);
  color: #6248ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.seo-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.seo-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #494851;
  margin: 0;
}

/* Deep content — feature insight cards */
.seo-deep-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.seo-insight {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(22, 21, 25, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(22, 21, 25, 0.04);
}
.seo-insight-aside {
  padding: 28px 28px 8px;
  background: linear-gradient(160deg, rgba(98, 72, 255, 0.08) 0%, rgba(246, 247, 250, 0.9) 100%);
}
.seo-insight-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 12px;
  background: #6248ff;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}
.seo-insight-body {
  padding: 8px 28px 28px;
}
.seo-insight h2 {
  font-size: clamp(22px, 2.6vw, 28px);
  margin: 0 0 12px;
}
.seo-insight p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #494851;
}
.seo-insight:nth-child(even) .seo-insight-aside {
  background: linear-gradient(160deg, rgba(63, 224, 197, 0.12) 0%, rgba(246, 247, 250, 0.9) 100%);
}
.seo-insight:nth-child(even) .seo-insight-index {
  background: #161519;
}

.seo-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.seo-step {
  position: relative;
  padding-left: 32px;
  border-left: 2px solid rgba(98, 72, 255, 0.25);
  padding-bottom: 40px;
}
.seo-step:last-child {
  padding-bottom: 0;
}
.seo-step-dot {
  position: absolute;
  left: -9px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #6248ff;
}
.seo-step-label {
  display: block;
  color: #a99cff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.seo-step h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #fff;
}
.seo-step p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

/* Dark CTA button: black hover fill (match homepage primary buttons) */
.seo-section--dark .tp-btn b {
  background: #000 !important;
}
.seo-section--dark .tp-btn:hover span {
  color: #fff !important;
}

.seo-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}
.seo-faq {
  background: #fff;
  border: 1px solid rgba(22, 21, 25, 0.08);
  border-radius: 16px;
  padding: 4px 24px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.seo-faq.is-open {
  border-color: rgba(98, 72, 255, 0.28);
  box-shadow: 0 10px 30px rgba(22, 21, 25, 0.05);
}
.seo-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
}
.seo-faq summary::-webkit-details-marker {
  display: none;
}
.seo-faq-plus {
  color: #6248ff;
  font-size: 22px;
  line-height: 1;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  flex-shrink: 0;
}
.seo-faq.is-open .seo-faq-plus {
  transform: rotate(45deg);
}
.seo-faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.seo-faq.is-open .seo-faq-panel {
  grid-template-rows: 1fr;
}
.seo-faq-panel-inner {
  overflow: hidden;
  min-height: 0;
}
.seo-faq-panel p {
  margin: 0 0 18px;
  padding-right: 28px;
  font-size: 16px;
  line-height: 1.7;
  color: #494851;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
}
.seo-faq.is-open .seo-faq-panel p {
  opacity: 1;
  transform: translateY(0);
}

.seo-related-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.seo-related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
a.seo-card .seo-link {
  display: inline-block;
  margin-top: 12px;
}
.seo-link {
  color: #6248ff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.seo-cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #6248ff;
  padding: 56px 32px;
  text-align: center;
  color: #fff;
}
.seo-cta-band::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  top: -80px;
  right: -60px;
  pointer-events: none;
}
.seo-cta-band h2 {
  color: #fff;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}
.seo-cta-band p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
}
.seo-cta-band .tp-btn {
  position: relative;
  z-index: 1;
}
.seo-cta-band .tp-btn b {
  background: #000 !important;
}

.seo-footer {
  background: #161616;
  padding: 64px 0 40px;
}
.seo-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.seo-footer h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
}
.seo-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.seo-footer li {
  margin-bottom: 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
}
.seo-footer a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.seo-footer a:hover {
  color: #6248ff;
}
.seo-footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}
.seo-muted {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.7;
  max-width: 320px;
}
.seo-center {
  text-align: center;
  margin-bottom: 40px;
}
.seo-footer-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-top: 8px;
}
.seo-footer-features a {
  font-size: 14px;
}

[data-seo-animate] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  filter: blur(10px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-seo-animate="left"] {
  transform: translate3d(-28px, 0, 0);
}
[data-seo-animate="right"] {
  transform: translate3d(28px, 0, 0);
}
[data-seo-animate].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

@media (min-width: 640px) {
  .seo-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .seo-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .seo-footer-grid {
    grid-template-columns: 5fr 3fr 4fr;
  }
  .seo-cta-band {
    padding: 64px 56px;
  }
  .seo-insight {
    grid-template-columns: 220px 1fr;
  }
  .seo-insight-aside {
    padding: 32px;
  }
  .seo-insight-body {
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .seo-hero-grid {
    grid-template-columns: 7fr 5fr;
    gap: 56px;
  }
  .seo-benefits {
    grid-template-columns: repeat(4, 1fr);
  }
  .seo-steps-grid {
    grid-template-columns: 4fr 8fr;
    gap: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-seo-animate] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
  .seo-faq-panel,
  .seo-faq-panel p,
  .seo-faq-plus {
    transition: none !important;
  }
}
