body.seo-public {
  background: #fbfcff !important;
  color: #111827;
  overflow-x: hidden;
}

body.seo-public .navbar {
  background: rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 50;
}

body.seo-public .public-navbar {
  min-height: 72px;
  border-bottom: 1px solid rgba(17, 24, 39, .08) !important;
  box-shadow: 0 .75rem 2rem rgba(17, 24, 39, .04);
  transition: background-color .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.seo-public .public-navbar .container {
  min-height: 72px;
}

.public-navbar__brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin-right: 2rem;
}

.public-navbar__brand img {
  width: 72px;
  height: auto;
  display: block;
  transition: transform .18s ease, opacity .18s ease;
}

.public-navbar__brand:hover img {
  transform: translateY(-1px) scale(1.02);
  opacity: .92;
}

body.seo-public .navbar-nav {
  gap: .15rem;
}

body.seo-public .nav-link {
  color: #344054;
  font-size: .92rem;
  font-weight: 700;
  padding: .55rem .75rem !important;
  border-radius: 999px;
  position: relative;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

body.seo-public .nav-link:hover,
body.seo-public .nav-link:focus {
  color: #1457d9;
  background: #eef4ff;
  transform: translateY(-1px);
}

.public-nav-actions {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-left: 1rem;
}

.public-nav-btn {
  min-width: 6.25rem;
  min-height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .62rem 1rem;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.public-nav-btn--ghost {
  color: #111827;
  background: #ffffff;
  border-color: rgba(17, 24, 39, .14);
}

.public-nav-btn--ghost:hover,
.public-nav-btn--ghost:focus {
  color: #1457d9;
  border-color: rgba(20, 87, 217, .28);
  background: #f5f8ff;
  transform: translateY(-1px);
}

.public-nav-btn--primary {
  color: #ffffff;
  background: #1457d9;
  border-color: #1457d9;
  box-shadow: 0 .6rem 1.2rem rgba(20, 87, 217, .18);
}

.public-nav-btn--primary:hover,
.public-nav-btn--primary:focus {
  color: #ffffff;
  background: #0f46b8;
  border-color: #0f46b8;
  transform: translateY(-1px);
}

.seo-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.marketing-page {
  --ink: #111827;
  --muted: #667085;
  --line: #e5e7eb;
  --blue: #1457d9;
  --green: #0f8f75;
  --gold: #d99a22;
  --soft: #eef4ff;
  color: var(--ink);
  background: #fbfcff;
}

.marketing-page a {
  text-decoration: none;
}

.marketing-hero {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  padding: 5rem 0 4rem;
  background:
    radial-gradient(circle at 18% 12%, rgba(20, 87, 217, .12), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  position: relative;
  overflow: hidden;
}

.marketing-hero::before {
  content: "";
  position: absolute;
  inset: 8% -14% auto auto;
  width: min(36vw, 28rem);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 143, 117, .16), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  animation: heroGlow 9s ease-in-out infinite alternate;
}

.marketing-hero .container {
  position: relative;
  z-index: 1;
}

.marketing-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .8rem;
  border: 1px solid rgba(20, 87, 217, .18);
  border-radius: 999px;
  background: #ffffff;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 700;
  box-shadow: 0 .75rem 1.8rem rgba(20, 87, 217, .08);
}

.marketing-title {
  font-size: clamp(2.6rem, 5.2vw, 5.6rem);
  line-height: .96;
  font-weight: 800;
  margin: 1.25rem 0 1rem;
  letter-spacing: 0;
}

.marketing-lead {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.7;
  max-width: 46rem;
}

.marketing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}

.marketing-actions .btn {
  border-radius: .7rem;
  padding: .9rem 1.2rem;
  font-weight: 700;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  max-width: 42rem;
}

.proof-item {
  border-left: 3px solid var(--blue);
  padding-left: .9rem;
}

.proof-value {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
}

.proof-label {
  color: var(--muted);
  font-size: .9rem;
}

.product-stage {
  position: relative;
  min-height: 34rem;
}

.product-shell {
  position: relative;
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 1.5rem 4rem rgba(17, 24, 39, .12);
  overflow: hidden;
  animation: productFloat 7s ease-in-out infinite;
}

.product-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .9rem 1rem;
  border-bottom: 1px solid var(--line);
}

.product-brand {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-weight: 800;
}

.product-brand img {
  width: 92px;
  height: auto;
}

.product-grid {
  display: grid;
  grid-template-columns: 13rem 1fr;
  min-height: 28rem;
}

.product-side {
  border-right: 1px solid var(--line);
  background: #f8fafc;
  padding: 1rem;
}

.product-nav {
  display: grid;
  gap: .55rem;
}

.product-nav span {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .65rem .75rem;
  border-radius: .55rem;
  color: #475467;
  font-weight: 600;
  font-size: .9rem;
}

.product-nav span.active {
  background: #eaf1ff;
  color: var(--blue);
}

.product-content {
  padding: 1.15rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-bottom: 1rem;
}

.metric-box,
.course-panel,
.journey-panel,
.floating-badge {
  border: 1px solid var(--line);
  border-radius: .8rem;
  background: #ffffff;
}

.metric-box {
  padding: .9rem;
}

.metric-box strong {
  display: block;
  font-size: 1.45rem;
}

.metric-box span {
  color: var(--muted);
  font-size: .82rem;
}

.course-panel {
  padding: 1rem;
  margin-bottom: 1rem;
}

.course-line {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: .8rem;
  padding: .75rem 0;
  border-bottom: 1px solid var(--line);
  transition: transform .18s ease, background-color .18s ease;
}

.course-line:hover {
  transform: translateX(3px);
  background: #f8fbff;
}

.course-line:last-child {
  border-bottom: 0;
}

.course-line p {
  margin: 0;
  font-weight: 700;
}

.course-line small {
  color: var(--muted);
}

.status-pill {
  border-radius: 999px;
  padding: .35rem .65rem;
  background: #e9f8f4;
  color: var(--green);
  font-size: .75rem;
  font-weight: 800;
}

.journey-panel {
  padding: 1rem;
  background: linear-gradient(135deg, #111827 0%, #1f3a6d 100%);
  color: #ffffff;
}

.journey-panel p {
  color: rgba(255, 255, 255, .72);
}

.floating-badge {
  position: absolute;
  right: -1.2rem;
  bottom: 2.3rem;
  max-width: 13rem;
  padding: 1rem;
  box-shadow: 0 1rem 2.5rem rgba(17, 24, 39, .16);
  animation: badgeFloat 5.8s ease-in-out infinite;
}

.floating-badge strong {
  display: block;
}

.floating-badge small {
  color: var(--muted);
}

.section-band {
  padding: 5rem 0;
}

.section-band.alt {
  background: #ffffff;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 2.5rem;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  line-height: 1.05;
  font-weight: 800;
}

.section-heading p,
.premium-card p,
.split-copy p,
.faq-item p {
  color: var(--muted);
  line-height: 1.7;
}

.premium-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: .8rem;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 .75rem 2rem rgba(17, 24, 39, .05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.premium-card:hover {
  transform: translateY(-5px);
  border-color: rgba(20, 87, 217, .18);
  box-shadow: 0 1.4rem 3rem rgba(17, 24, 39, .1);
}

.premium-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .7rem;
  background: #eaf1ff;
  color: var(--blue);
  font-size: 1.35rem;
  margin-bottom: 1rem;
  transition: transform .22s ease, background-color .22s ease, color .22s ease;
}

.premium-card:hover .premium-icon {
  transform: translateY(-2px) rotate(-2deg);
  background: #1457d9;
  color: #ffffff;
}

.split-panel {
  border-radius: 1rem;
  background: #111827;
  color: #ffffff;
  padding: 2rem;
}

.split-panel .small-note {
  color: rgba(255, 255, 255, .72);
}

.check-list {
  display: grid;
  gap: .85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
}

.check-list i {
  color: var(--green);
  margin-top: .15rem;
}

.testimonial-band {
  background: linear-gradient(135deg, #0f172a 0%, #163b73 100%);
  color: #ffffff;
}

.testimonial-band blockquote {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.45;
  font-weight: 700;
}

.testimonial-band p,
.testimonial-band cite {
  color: rgba(255, 255, 255, .74);
}

.faq-grid {
  display: grid;
  gap: 1rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: .8rem;
  background: #ffffff;
  padding: 1.35rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 143, 117, .2);
  box-shadow: 0 1rem 2rem rgba(17, 24, 39, .07);
}

.cta-band {
  padding: 5rem 0;
  background: #ffffff;
}

.cta-inner {
  border-radius: 1rem;
  background: linear-gradient(135deg, #1457d9 0%, #0f8f75 100%);
  color: #ffffff;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.cta-inner::after {
  content: "";
  position: absolute;
  right: -6rem;
  top: -6rem;
  width: 18rem;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  animation: ctaPulse 6s ease-in-out infinite alternate;
}

.cta-inner > * {
  position: relative;
  z-index: 1;
}

.marketing-page .marketing-hero .marketing-kicker,
.marketing-page .marketing-hero .marketing-title,
.marketing-page .marketing-hero .marketing-lead,
.marketing-page .marketing-hero .marketing-actions,
.marketing-page .hero-proof,
.marketing-page .product-stage,
.page-hero .marketing-kicker,
.page-hero .marketing-title,
.page-hero .marketing-lead,
.page-hero .premium-card,
.page-hero .split-panel {
  animation: riseIn .7s ease both;
}

.marketing-page .marketing-hero .marketing-title { animation-delay: .06s; }
.marketing-page .marketing-hero .marketing-lead { animation-delay: .12s; }
.marketing-page .marketing-hero .marketing-actions { animation-delay: .18s; }
.marketing-page .hero-proof { animation-delay: .24s; }
.marketing-page .product-stage { animation-delay: .18s; }
.page-hero .marketing-title { animation-delay: .06s; }
.page-hero .marketing-lead { animation-delay: .12s; }
.page-hero .premium-card,
.page-hero .split-panel { animation-delay: .18s; }

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes productFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes badgeFloat {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(-1deg);
  }
}

@keyframes heroGlow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: .75;
  }
  to {
    transform: translate3d(-2rem, 1rem, 0) scale(1.12);
    opacity: 1;
  }
}

@keyframes ctaPulse {
  from {
    transform: scale(.9);
    opacity: .5;
  }
  to {
    transform: scale(1.08);
    opacity: .9;
  }
}

.cta-inner p {
  color: rgba(255, 255, 255, .78);
}

.page-hero {
  padding: 6rem 0 4rem;
  background: linear-gradient(180deg, #ffffff 0%, #f2f6ff 100%);
}

.contact-link {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  color: var(--ink);
}

.contact-link i {
  color: var(--blue);
  font-size: 1.4rem;
}

@media (max-width: 991.98px) {
  body.seo-public .public-navbar .container {
    min-height: 64px;
  }

  .public-navbar__brand img {
    width: 68px;
  }

  body.seo-public .navbar-collapse {
    padding: 1rem 0 .25rem;
  }

  .public-nav-actions {
    align-items: stretch;
    flex-direction: column;
    gap: .55rem;
    margin: .85rem 0 0;
  }

  .public-nav-btn {
    width: 100%;
  }

  .marketing-hero {
    min-height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }

  .marketing-hero .container,
  .page-hero .container,
  .marketing-page .container {
    padding-inline: 1rem;
  }

  .marketing-title {
    font-size: clamp(2.2rem, 9vw, 4rem);
    line-height: 1;
  }

  .marketing-lead {
    max-width: 100%;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-side {
    display: none;
  }

  .floating-badge {
    position: static;
    margin: 1rem auto 0;
  }
}

@media (max-width: 575.98px) {
  .marketing-hero .container,
  .page-hero .container,
  .marketing-page .container {
    padding-inline: .9rem;
  }

  .marketing-kicker {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-proof,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .marketing-actions {
    gap: .7rem;
  }

  .marketing-actions .btn {
    width: 100%;
  }

  .product-stage {
    min-height: auto;
  }

  .product-shell {
    border-radius: 1rem;
  }

  .cta-inner {
    padding: 1.5rem;
  }

  .page-hero {
    padding: 4.5rem 0 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
