/* OmniPATH — Custom Webflow Overrides */

/* ═══════════════════════════════════════════
   Animated Body Background — Stripe-style
   Vivid stacked gradient mesh with crossfade.
   ═══════════════════════════════════════════ */

/* Strip the static background image */
.home_body3,
.home_body {
  background-image: none !important;
  background-color: #060c16 !important;
  overflow-x: hidden;
}

/* Remove clipping so visuals flow seamlessly */
.section_home_1_hero-header {
  overflow: visible !important;
}

.op-hero {
  overflow: visible !important;
}

/* Remove hero's own pseudo-element glows */
.op-hero::before,
.op-hero::after {
  display: none !important;
}

/* Hide grid overlay */
.op-grid-overlay {
  display: none !important;
}

/* Re-enable orbits */
.op-orbit,
.op-orbit-2 {
  display: block !important;
  border-color: rgba(0, 255, 206, 0.08) !important;
}

.op-orbit-2 {
  border-color: rgba(30, 220, 255, 0.06) !important;
}

/* ═══ OP Icon watermark — top-right silhouette ═══ */
.body-icon {
  position: fixed !important;
  top: -20% !important;
  right: -15% !important;
  left: auto !important;
  width: 720px !important;
  height: 810px !important;
  overflow: visible !important;
  z-index: 0 !important;
  opacity: 0.18 !important;
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  pointer-events: none;
  filter: brightness(1.5) saturate(0.2);
  animation: op-icon-breathe 8s ease-in-out infinite alternate;
}

@media (min-width: 1200px) {
  .body-icon {
    width: 900px !important;
    height: 990px !important;
    top: -25% !important;
    right: -12% !important;
  }
}

@keyframes op-icon-breathe {
  0% { opacity: 0.12; transform: scale(1) rotate(0deg); }
  100% { opacity: 0.20; transform: scale(1.04) rotate(1deg); }
}

/* ═══ Mesh gradient layers ═══ */

.page-wrapper {
  position: relative;
}

.main-wrapper {
  position: relative;
}

.page-wrapper::before,
.page-wrapper::after,
.main-wrapper::before,
.main-wrapper::after,
.section_home_1_hero-header::before,
.section_home_1_hero-header::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  will-change: opacity, transform;
}

/* Layer 1: CYAN — intense top-left */
.page-wrapper::before {
  background:
    radial-gradient(ellipse 85% 75% at 25% 20%,
      rgba(0, 230, 255, 0.80) 0%,
      rgba(0, 200, 245, 0.48) 22%,
      rgba(0, 160, 220, 0.22) 48%,
      transparent 68%);
  filter: blur(40px);
  animation: op-mesh-1 10s ease-in-out infinite;
}

/* Layer 2: MAGENTA — punchy top-right */
.page-wrapper::after {
  background:
    radial-gradient(ellipse 65% 70% at 78% 12%,
      rgba(255, 50, 220, 0.60) 0%,
      rgba(230, 40, 200, 0.35) 22%,
      rgba(180, 30, 170, 0.18) 48%,
      transparent 66%);
  filter: blur(45px);
  animation: op-mesh-2 13s ease-in-out infinite;
}

/* Layer 3: VIOLET — rich center depth */
.main-wrapper::before {
  background:
    radial-gradient(ellipse 75% 65% at 55% 40%,
      rgba(120, 50, 255, 0.50) 0%,
      rgba(80, 35, 220, 0.28) 32%,
      transparent 60%);
  filter: blur(55px);
  animation: op-mesh-3 16s ease-in-out infinite;
}

/* Layer 4: TEAL — cool mid-left */
.main-wrapper::after {
  background:
    radial-gradient(ellipse 60% 55% at 18% 50%,
      rgba(0, 255, 206, 0.50) 0%,
      rgba(0, 230, 200, 0.28) 28%,
      transparent 56%);
  filter: blur(45px);
  animation: op-mesh-4 11s ease-in-out infinite;
}

/* Layer 5: HOT PINK — lower right warmth */
.section_home_1_hero-header::before {
  background:
    radial-gradient(ellipse 55% 60% at 72% 55%,
      rgba(255, 60, 180, 0.70) 0%,
      rgba(230, 45, 170, 0.40) 32%,
      transparent 56%);
  filter: blur(50px);
  animation: op-mesh-5 14s ease-in-out infinite;
}

/* Layer 6: AURORA RIBBON — sweeping diagonal */
.section_home_1_hero-header::after {
  background:
    linear-gradient(
      130deg,
      transparent 12%,
      rgba(0, 240, 255, 0.25) 25%,
      rgba(0, 255, 206, 0.16) 35%,
      rgba(140, 50, 255, 0.14) 45%,
      rgba(255, 50, 210, 0.16) 55%,
      transparent 68%
    );
  filter: blur(25px);
  animation: op-ribbon 18s ease-in-out infinite;
}

/* Content above mesh */
.page-wrapper > *,
.main-wrapper > * {
  position: relative;
  z-index: 1;
}

/* Navigation must sit above all page content */
.w-nav {
  z-index: 9999 !important;
  position: relative !important;
}

.w-dropdown-list {
  z-index: 9999 !important;
}

.dropdown-list-full-backgound {
  z-index: 9999 !important;
}

/* Ensure header sections containing nav sit above everything */
.section_home_1_hero-header,
.section_about_1_hero-header,
[class*="_hero-header"] {
  z-index: 9999 !important;
}

/* Ensure page sections below don't compete */
.w-embed,
.cta-banner,
[class*="op-embed"],
.padding-section-large,
.padding-global {
  z-index: auto !important;
}

/* All non-header sections stay below nav */
section:not([class*="hero-header"]) {
  z-index: 1 !important;
}

/* ═══ Mega Menu — glass style ═══ */

/* Dropdown panel — glass background */
.dropdown-list-full-backgound {
  background: rgba(8, 14, 28, 0.85) !important;
  backdrop-filter: blur(24px) saturate(1.3) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 16px !important;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.5),
    0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  overflow: hidden !important;
  margin-top: 8px;
}

/* Top bar — gradient accent line */
.navigation-top-bar {
  height: 1px !important;
  background: linear-gradient(90deg,
    rgba(0, 255, 206, 0.5),
    rgba(30, 220, 255, 0.3),
    rgba(0, 255, 206, 0.5)) !important;
  margin-bottom: 20px !important;
}

/* Bottom bar — subtle fade with padding */
.navigation-bottom-bar {
  height: 1px !important;
  background: linear-gradient(90deg,
    transparent,
    rgba(255, 255, 255, 0.06),
    transparent) !important;
  background-image: none !important;
  margin-top: 24px !important;
}

/* Mega menu intro area */
.mega-intro {
  padding-bottom: 16px !important;
}

.nav-title-green {
  color: #00ffce !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  letter-spacing: -0.2px;
}

.nav-title-details {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* Column headers */
.nav-title-parent {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 12px !important;
  padding-left: 12px !important;
}

/* Navigation columns — subtle dividers with padding */
.navigation-column {
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  padding-left: 8px !important;
  padding-right: 20px !important;
}

.navigation-column:first-child {
  padding-left: 0 !important;
}

.navigation-column:first-child .nav-title-parent {
  padding-left: 12px !important;
}

.nav-feature-content-wrap {
  padding-left: 2px !important;
}

.navigation-column:last-child {
  border-right: none;
}

/* Nav links — glass hover */
a.link.main-nav {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
  display: block !important;
  margin: 1px 0 !important;
}

a.link.main-nav:hover {
  color: #fff !important;
  background: rgba(0, 255, 206, 0.06) !important;
  transform: translateX(2px);
}

/* Top-level nav links — glass hover state */
.main-nav-link {
  transition: color 0.2s ease !important;
}

.dropdown-toggle-copy:hover .main-nav-link,
.non-dropdown-link:hover {
  color: #00ffce !important;
}

/* Dropdown arrow */
.drop-arrow-plain {
  color: rgba(255, 255, 255, 0.3) !important;
  transition: transform 0.3s ease, color 0.2s ease !important;
}

.w-dropdown:hover .drop-arrow-plain {
  color: #00ffce !important;
}

.w--open .drop-arrow-plain {
  transform: rotate(180deg) !important;
  color: #00ffce !important;
}

/* ═══ Nav buttons — glass pills ═══ */

/* "Book an Intro" nav — solid gradient fill matching hero btn */
.navigation .button.is-small.btndemo.mainnav {
  background: linear-gradient(90deg, #00ffce, #0ea5e9) !important;
  border: none !important;
  border-radius: 100px !important;
  padding: 0.5rem 1.6rem !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #0b1120 !important;
  transition: all 0.3s ease !important;
  letter-spacing: 0.2px;
  box-shadow: 0 0 16px rgba(0, 255, 206, 0.15);
}

.navigation .button.is-small.btndemo.mainnav:hover {
  box-shadow: 0 6px 24px rgba(0, 255, 206, 0.3) !important;
  transform: translateY(-1px);
}

/* "Register for a Trial" nav — glass pill */
.navigation .button.is-small.mainnav:not(.btndemo) {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-radius: 100px !important;
  padding: 0.5rem 1.6rem !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  transition: all 0.3s ease !important;
  letter-spacing: 0.2px;
}

.navigation .button.is-small.mainnav:not(.btndemo):hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(0, 255, 206, 0.35) !important;
  box-shadow: 0 0 20px rgba(0, 255, 206, 0.12);
  transform: translateY(-1px);
}

/* ═══ Hero buttons — pill shapes ═══ */

.op-btn-primary {
  border-radius: 100px !important;
}

.op-btn-secondary {
  border-radius: 100px !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ═══ Keyframes ═══ */

@keyframes op-mesh-1 {
  0%, 100% {
    opacity: 0.5;
    transform: translate(0, 0) scale(1);
  }
  20% {
    opacity: 1;
    transform: translate(35px, 20px) scale(1.06);
  }
  45% {
    opacity: 0.65;
    transform: translate(-20px, 40px) scale(1.12);
  }
  70% {
    opacity: 0.9;
    transform: translate(25px, -15px) scale(1.03);
  }
}

@keyframes op-mesh-2 {
  0%, 100% {
    opacity: 0.4;
    transform: translate(0, 0) scale(1);
  }
  25% {
    opacity: 1;
    transform: translate(-30px, 25px) scale(1.1);
  }
  55% {
    opacity: 0.55;
    transform: translate(25px, -30px) scale(1.15);
  }
  80% {
    opacity: 0.85;
    transform: translate(-15px, 15px) scale(0.97);
  }
}

@keyframes op-mesh-3 {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1) translate(0, 0);
  }
  35% {
    opacity: 0.8;
    transform: scale(1.18) translate(-20px, 15px);
  }
  65% {
    opacity: 0.45;
    transform: scale(1.08) translate(15px, -10px);
  }
}

@keyframes op-mesh-4 {
  0%, 100% {
    opacity: 0.35;
    transform: translate(0, 0) scale(1);
  }
  30% {
    opacity: 0.9;
    transform: translate(30px, -25px) scale(1.12);
  }
  60% {
    opacity: 0.5;
    transform: translate(-25px, 20px) scale(1.08);
  }
}

@keyframes op-mesh-5 {
  0%, 100% {
    opacity: 0.25;
    transform: translate(0, 0) scale(1);
  }
  40% {
    opacity: 0.7;
    transform: translate(-20px, -25px) scale(1.15);
  }
  75% {
    opacity: 0.4;
    transform: translate(15px, 15px) scale(1.05);
  }
}

@keyframes op-ribbon {
  0%, 100% {
    opacity: 0.35;
    transform: translateX(0) skewY(0deg) scaleY(1);
  }
  30% {
    opacity: 0.9;
    transform: translateX(-40px) skewY(-1.5deg) scaleY(1.1);
  }
  60% {
    opacity: 0.55;
    transform: translateX(30px) skewY(1deg) scaleY(0.95);
  }
}

/* ═══ "The Result" section — impactful redesign ═══ */

.op-flow__result {
  text-align: center !important;
  margin-top: 64px !important;
  padding: 64px 48px !important;
  background: rgba(0, 255, 206, 0.03) !important;
  border: 1px solid rgba(0, 255, 206, 0.12) !important;
  border-radius: 20px !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Top glow line */
.op-flow__result::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 10% !important;
  right: 10% !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 206, 0.5), rgba(14, 165, 233, 0.4), transparent) !important;
}

/* Background glow pulse */
.op-flow__result::after {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 700px !important;
  height: 350px !important;
  transform: translate(-50%, -50%) !important;
  background: radial-gradient(ellipse at center, rgba(0, 255, 206, 0.08) 0%, rgba(14, 165, 233, 0.04) 40%, transparent 70%) !important;
  pointer-events: none !important;
  animation: op-result-pulse 6s ease-in-out infinite !important;
}

@keyframes op-result-pulse {
  0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.15); }
}

.op-flow__result-title {
  font-size: clamp(26px, 3.5vw, 38px) !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.3px !important;
  line-height: 1.25 !important;
  position: relative !important;
  z-index: 1 !important;
}

.op-flow__result-title span {
  display: block !important;
  background: linear-gradient(90deg, #00ffce, #0ea5e9) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  margin-top: 4px !important;
}

.op-flow__result-desc {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.55) !important;
  line-height: 1.75 !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 1 !important;
}

/* ═══ Featured Insights — glass cards ═══ */

/* Hide original Webflow blog section content */
.section_home_9_blog-list .home_9_blog-list_component,
.home_9_blog-list_component,
div.home_9_blog-list_component {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

/* Remove background */
.section_home_9_blog-list,
.section_home_9_blog-list .blog-component,
.section_home_9_blog-list .home_9_blog-list_component,
.section_home_9_blog-list .padding-global,
[class*="section_home_9"] {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Section header refresh */
.section_home_9_blog-list .heading-11 {
  font-size: clamp(28px, 3.5vw, 42px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.3px !important;
  text-align: center !important;
}

.section_home_9_blog-list .text-size-medium-blog {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-align: center !important;
  max-width: 520px;
  margin: 0 auto;
}

.section_home_9_blog-list .padding-section-large {
  text-align: center;
}

/* Card grid */
.op-insights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

@media (max-width: 991px) {
  .op-insights {
    grid-template-columns: 1fr;
    max-width: 520px;
    gap: 16px;
  }
}

/* Glass card */
.op-insights__card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.op-insights__card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 255, 206, 0.15);
  transform: translateY(-4px);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(0, 255, 206, 0.08);
}

/* Image */
.op-insights__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.op-insights__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.op-insights__card:hover .op-insights__img {
  transform: scale(1.05);
}

/* Gradient overlay on image */
.op-insights__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(6, 12, 22, 0.8) 100%
  );
  pointer-events: none;
}

/* Content area — left aligned */
.op-insights__body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}

/* Category pill */
.op-insights__cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #00ffce;
  margin-bottom: 12px;
}

.op-insights__cat::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #00ffce;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Title */
.op-insights__title {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
  margin-bottom: 12px;
  transition: color 0.2s ease;
}

.op-insights__card:hover .op-insights__title {
  color: #fff;
}

/* Excerpt */
.op-insights__excerpt {
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.65;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Read more arrow */
.op-insights__arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 255, 206, 0.6);
  margin-top: 16px;
  transition: all 0.2s ease;
}

.op-insights__arrow::after {
  content: '→';
  transition: transform 0.2s ease;
}

.op-insights__card:hover .op-insights__arrow {
  color: #00ffce;
}

.op-insights__card:hover .op-insights__arrow::after {
  transform: translateX(4px);
}

/* ═══ FAQ Section — glass accordion ═══ */

/* Remove FAQ background image */
.section_home_10_faq {
  background-image: none !important;
  background-color: transparent !important;
}

/* Hide original Webflow FAQ */
.section_home_10_faq .home_10_faq_component,
.home_10_faq_component,
div.home_10_faq_component {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

/* New FAQ container injected via JS */
.op-faq {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.op-faq details {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.op-faq details:hover {
  border-color: rgba(0, 255, 206, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.op-faq details[open] {
  background: rgba(0, 255, 206, 0.03);
  border-color: rgba(0, 255, 206, 0.15);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.op-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  transition: color 0.2s ease;
  user-select: none;
}

.op-faq summary::-webkit-details-marker {
  display: none;
}

.op-faq summary::after {
  content: '+';
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 255, 206, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  margin-left: 16px;
  transition: all 0.3s ease;
}

.op-faq details[open] summary::after {
  content: '−';
  background: rgba(0, 255, 206, 0.08);
  border-color: rgba(0, 255, 206, 0.2);
  color: #00ffce;
  transform: rotate(0deg);
}

.op-faq details[open] summary {
  color: #fff;
}

.op-faq .op-faq__answer {
  padding: 0 24px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  animation: op-faq-open 0.3s ease;
}

@keyframes op-faq-open {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FAQ section header */
.section_home_10_faq .heading-12 {
  font-size: clamp(28px, 3.5vw, 42px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.3px !important;
}

.section_home_10_faq .text-size-medium {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

/* ═══ Section dividers + reduced spacing ═══ */

/* Divider lines between major sections */
.section2_features,
.section4_outcomes,
.section4_profiles-copy,
.section3_profiles,
.section_home_9_blog-list,
.section_home_10_faq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Reduce vertical spacing between sections */
.section2_features,
.section4_outcomes,
.section4_profiles-copy,
.section3_profiles,
.section_home_9_blog-list,
.section_home_10_faq,
.section_home_11_cta {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* Tighten inner padding too */
.padding-section-large {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.padding-global {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.op-section-header {
  margin-bottom: 32px !important;
}

.home_icons_margin-bottom.margin-xxlarge {
  margin-bottom: 24px !important;
}

/* Kill any large top padding on sections/embeds */
.section4_outcomes,
.section2_features,
.section4_profiles-copy,
.section3_profiles,
.section_home_9_blog-list,
.section_home_10_faq {
  margin-top: 0 !important;
}

.section4_outcomes .w-embed,
.section2_features .w-embed {
  padding-top: 0 !important;
}

/* ═══ Consistent section titles ═══ */

/* Unified section header spacing */
.op-section-header {
  margin-bottom: 56px !important;
}

/* Section labels — lined style */
.op-section-label {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 2.5px !important;
  color: #00ffce !important;
  margin-bottom: 18px !important;
}

.op-section-label::before,
.op-section-label::after {
  width: 28px !important;
  height: 1px !important;
  background: rgba(0, 255, 206, 0.3) !important;
}

/* Section titles — consistent sizing and weight */
.op-section-title {
  font-size: clamp(28px, 3.5vw, 42px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.3px !important;
  margin-bottom: 16px !important;
  line-height: 1.2 !important;
}

.op-section-title span {
  color: #00ffce !important;
}

/* Section subtitles */
.op-section-sub {
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  max-width: 520px !important;
}

/* Feature section title — match system */
.op-feat__label {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #00ffce !important;
  margin-bottom: 18px !important;
}

.op-feat__title {
  font-size: clamp(28px, 3.5vw, 42px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.2 !important;
}

/* Webflow heading classes — match system */
.heading-11,
.heading-12 {
  font-size: clamp(28px, 3.5vw, 42px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
}

/* Blog/FAQ subtitles — match */
.text-size-medium,
.text-size-medium-blog {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

/* Consistent section padding */
.section_home_9_blog-list .padding-section-large,
.section_home_10_faq .padding-section-large {
  padding-top: 0 !important;
  padding-bottom: 48px !important;
}

/* ═══ Pricing page — animated background ═══ */

.body---pricing {
  background-image: none !important;
  background-color: #060816 !important;
  overflow-x: hidden;
}

.body---pricing .page-wrapper::before {
  background:
    radial-gradient(ellipse 70% 65% at 75% 15%,
      rgba(0, 200, 255, 0.75) 0%,
      rgba(50, 100, 240, 0.40) 30%,
      transparent 65%) !important;
  filter: blur(40px);
  animation: op-price-1 11s ease-in-out infinite;
}

.body---pricing .page-wrapper::after {
  background:
    radial-gradient(ellipse 75% 70% at 15% 20%,
      rgba(255, 40, 200, 0.80) 0%,
      rgba(220, 30, 180, 0.50) 25%,
      rgba(180, 20, 160, 0.20) 50%,
      transparent 68%) !important;
  filter: blur(35px);
  animation: op-price-2 14s ease-in-out infinite;
}

.body---pricing .main-wrapper::before {
  background:
    radial-gradient(ellipse 80% 70% at 45% 30%,
      rgba(100, 30, 200, 0.55) 0%,
      rgba(70, 20, 170, 0.30) 35%,
      transparent 65%) !important;
  filter: blur(50px);
  animation: op-price-3 17s ease-in-out infinite;
}

.body---pricing .main-wrapper::after {
  background:
    radial-gradient(ellipse 50% 55% at 30% 50%,
      rgba(255, 60, 220, 0.45) 0%,
      rgba(200, 40, 180, 0.20) 35%,
      transparent 60%) !important;
  filter: blur(45px);
  animation: op-price-4 12s ease-in-out infinite;
}

.body---pricing .section_home_1_hero-header::before {
  background:
    radial-gradient(ellipse 60% 50% at 85% 40%,
      rgba(0, 180, 255, 0.40) 0%,
      rgba(0, 140, 220, 0.18) 35%,
      transparent 60%) !important;
  filter: blur(45px);
  animation: op-price-5 15s ease-in-out infinite;
}

.body---pricing .section_home_1_hero-header::after {
  background:
    linear-gradient(
      140deg,
      transparent 10%,
      rgba(255, 50, 220, 0.20) 25%,
      rgba(180, 30, 255, 0.15) 40%,
      rgba(0, 200, 255, 0.12) 55%,
      transparent 70%
    ) !important;
  filter: blur(25px);
  animation: op-ribbon 18s ease-in-out infinite;
}

@keyframes op-price-1 {
  0%, 100% { opacity: 0.5; transform: translate(0, 0) scale(1); }
  30% { opacity: 1; transform: translate(-25px, 20px) scale(1.08); }
  60% { opacity: 0.7; transform: translate(20px, -15px) scale(1.12); }
}

@keyframes op-price-2 {
  0%, 100% { opacity: 0.5; transform: translate(0, 0) scale(1); }
  25% { opacity: 1; transform: translate(30px, 15px) scale(1.1); }
  55% { opacity: 0.6; transform: translate(-20px, 30px) scale(1.15); }
  80% { opacity: 0.85; transform: translate(15px, -10px) scale(0.97); }
}

@keyframes op-price-3 {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  40% { opacity: 0.8; transform: scale(1.2) translate(-15px, 10px); }
  70% { opacity: 0.5; transform: scale(1.08) translate(10px, -8px); }
}

@keyframes op-price-4 {
  0%, 100% { opacity: 0.3; transform: translate(0, 0) scale(1); }
  35% { opacity: 0.8; transform: translate(25px, -20px) scale(1.12); }
  65% { opacity: 0.45; transform: translate(-20px, 15px) scale(1.06); }
}

@keyframes op-price-5 {
  0%, 100% { opacity: 0.35; transform: translate(0, 0) scale(1); }
  50% { opacity: 0.75; transform: translate(-15px, -20px) scale(1.1); }
}

/* ═══ Featured page ═══ */

/* Animated background */
.body-7-resources {
  background-image: none !important;
  background-color: #060c16 !important;
}

/* Fix hero heading animation (Webflow IX not firing) */
.body-7-resources .heading-21,
.body-7-resources .text-size-medium.bliog {
  opacity: 1 !important;
  transform: none !important;
}

/* Restyle header */
.body-7-resources .heading-21 {
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.3px !important;
}

.body-7-resources .text-size-medium.bliog {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 15px !important;
}

/* Restyle blog cards as glass cards */
.body-7-resources .collection-item.w-dyn-item {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  transition: all 0.35s ease !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
}

.body-7-resources .collection-item.w-dyn-item:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(0, 255, 206, 0.15) !important;
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}

/* Card image */
.body-7-resources .collection-item .image-43 {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 7;
  object-fit: cover !important;
  border-radius: 0 !important;
  transition: transform 0.5s ease;
}

.body-7-resources .collection-item:hover .image-43 {
  transform: scale(1.03);
}

/* Card content */
.body-7-resources .collection-item .w-container {
  padding: 24px 28px !important;
}

.body-7-resources .blog-date {
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: rgba(0, 255, 206, 0.6) !important;
  margin-bottom: 10px !important;
}

.body-7-resources .collection-item.title {
  font-size: 22px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.35 !important;
  margin-bottom: 12px !important;
}

.body-7-resources .paragraph-24.body {
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.45) !important;
  line-height: 1.7 !important;
  background: transparent !important;
  background-color: transparent !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Force transparent on all card inner elements */
.body-7-resources .collection-item .w-container,
.body-7-resources .collection-item .button-container,
.body-7-resources .collection-item .paragraph-24,
.body-7-resources .collection-item div {
  background: transparent !important;
  background-color: transparent !important;
}

/* Read more button — glass pill */
.body-7-resources .button-container {
  padding: 0 28px 24px !important;
}

.body-7-resources .button-container .button {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 100px !important;
  color: rgba(0, 255, 206, 0.7) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 8px 20px !important;
  transition: all 0.2s ease !important;
}

.body-7-resources .button-container .button:hover {
  border-color: rgba(0, 255, 206, 0.3) !important;
  color: #00ffce !important;
  background: rgba(0, 255, 206, 0.05) !important;
}

/* Hide old CTA section */
.body-7-resources .section_home_11_cta {
  display: none !important;
}

/* ═══ Global CTA card ═══ */

.op-global-cta {
  max-width: 1200px;
  margin: 48px auto 64px;
  padding: 0 24px;
}

.op-global-cta__card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 255, 206, 0.12);
  border-radius: 20px;
  padding: 56px 48px;
  text-align: center;
  overflow: hidden;
}

/* Top glow line */
.op-global-cta__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 206, 0.4), rgba(14, 165, 233, 0.3), transparent);
}

/* Background glow */
.op-global-cta__card::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 300px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(0, 255, 206, 0.06) 0%, transparent 70%);
  pointer-events: none;
  animation: op-cta-pulse 5s ease-in-out infinite;
}

@keyframes op-cta-pulse {
  0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}

.op-global-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 100px;
  border: 1px solid rgba(0, 255, 206, 0.15);
  background: rgba(0, 255, 206, 0.05);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00ffce;
  margin-bottom: 24px;
}

.op-global-cta__badge::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #00ffce;
  border-radius: 50%;
}

.op-global-cta__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.op-global-cta__sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
}

.op-global-cta__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.op-global-cta__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: linear-gradient(90deg, #00ffce, #0ea5e9);
  color: #0b1120;
  font-size: 15px;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 255, 206, 0.15);
}

.op-global-cta__btn-primary:hover {
  box-shadow: 0 6px 28px rgba(0, 255, 206, 0.3);
  transform: translateY(-2px);
  color: #0b1120;
}

.op-global-cta__btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.op-global-cta__btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

/* ═══ Footer — brighten text ═══ */

footer,
.footer_component {
  background: transparent !important;
  background-color: transparent !important;
}

.ft-brand__desc,
.ft-brand__tagline,
.ft-copyright,
.ft-legal,
.ft-legal a {
  color: rgba(255, 255, 255, 0.55) !important;
}

.ft-nav__heading {
  color: rgba(255, 255, 255, 0.8) !important;
}

.ft-nav__list a,
.ft-nav a {
  color: rgba(255, 255, 255, 0.65) !important;
}

.ft-nav__list a:hover,
.ft-nav a:hover,
.ft-legal a:hover {
  color: #00ffce !important;
}

.ft-sep__line,
.ft-bottom__line {
  background: rgba(255, 255, 255, 0.08) !important;
}

.ft-sep__diamond {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

/* ═══ Font consolidation — reduce to 3 families ═══
   Keep: DM Sans (primary), Inter (headings), JetBrains Mono (code)
   Map out: Roboto → DM Sans, Source Sans 3 → DM Sans */

body,
.w-nav,
.w-dropdown-list {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* ═══ Reduced motion ═══ */
@media (prefers-reduced-motion: reduce) {
  .page-wrapper::before,
  .page-wrapper::after,
  .main-wrapper::before,
  .main-wrapper::after,
  .section_home_1_hero-header::before,
  .section_home_1_hero-header::after,
  .body-icon {
    animation: none;
  }
}
