/* Growth pages — Webflow product page parity (call-for-papers / speaker-crm) */

:root {
  --wf-bg: #ffffff;
  --wf-bg-alt: #f8faff;
  --wf-ink: #1b2742;
  --wf-muted: #5b667d;
  --wf-border: #e8ecf4;
  --wf-pill-bg: #e9f1fe;
  --wf-pill-text: #1e62d8;
  --wf-radius-sm: 12px;
  --wf-radius-lg: 20px;
  --wf-shadow: 0 24px 48px -24px rgba(27, 39, 66, 0.18);
  --wf-max: 1140px;
}

body.growth-page {
  background: var(--wf-bg);
  color: var(--wf-ink);
}

body.growth-page .wrap {
  max-width: var(--wf-max);
  padding: 0 24px;
}

/* ===== Nav (Webflow product pages) ===== */
body.growth-page .topnav {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--wf-border);
  backdrop-filter: blur(12px);
}

body.growth-page .topnav .wrap {
  height: 72px;
  gap: 24px;
}

body.growth-page .brandlock .nav-brand-logo {
  height: 32px;
  width: auto;
  display: block;
  flex: none;
}

body.growth-page .topnav nav {
  margin-left: auto;
  gap: 2px;
}

body.growth-page .topnav nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--wf-ink);
  padding: 8px 12px;
  border-radius: 8px;
}

body.growth-page .topnav nav a:hover {
  background: var(--wf-bg-alt);
  color: var(--p);
}

body.growth-page .topnav nav a[aria-current="page"] {
  color: var(--p);
  font-weight: 600;
}

body.growth-page .nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}

body.growth-page .nav-login {
  font-size: 14px;
  font-weight: 500;
  color: var(--wf-ink);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
}

body.growth-page .nav-login:hover {
  background: var(--wf-bg-alt);
}

/* ===== Buttons — pill CTAs ===== */
body.growth-page .btn {
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  line-height: 1.2;
}

body.growth-page .btn-primary {
  background: var(--p);
  color: #fff;
  box-shadow: 0 8px 20px -8px rgba(30, 98, 216, 0.55);
}

body.growth-page .btn-primary:hover {
  background: #1854c4;
  color: #fff;
}

body.growth-page .btn-outline {
  background: #fff;
  color: var(--wf-ink);
  border: 1px solid var(--wf-border);
}

body.growth-page .btn-outline:hover {
  border-color: var(--p);
  color: var(--p);
  background: var(--wf-bg-alt);
}

body.growth-page .topnav .btn-primary {
  padding: 10px 18px;
  font-size: 13.5px;
  margin-left: 0;
}

/* ===== Hero — light full-bleed (not navy card) ===== */
body.growth-page .growth-hero {
  background: linear-gradient(180deg, var(--wf-bg-alt) 0%, var(--wf-bg) 100%);
  padding: 56px 0 72px;
  border-bottom: 1px solid var(--wf-border);
}

body.growth-page .growth-hero-grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 48px;
  align-items: center;
}

@media (max-width: 900px) {
  body.growth-page .growth-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

body.growth-page .eyebrow-pill {
  display: inline-flex;
  align-items: center;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wf-pill-text);
  background: var(--wf-pill-bg);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 18px;
}

body.growth-page .growth-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: var(--wf-ink);
  max-width: 18ch;
}

body.growth-page .hero-lead {
  font-size: 17px;
  line-height: 1.6;
  color: var(--wf-muted);
  font-weight: 450;
  max-width: 52ch;
  margin-top: 18px;
}

body.growth-page .breadcrumb {
  font-size: 13px;
  color: var(--n500);
  margin-bottom: 16px;
}

body.growth-page .breadcrumb a {
  color: var(--wf-muted);
  text-decoration: none;
}

body.growth-page .breadcrumb a:hover {
  color: var(--p);
}

body.growth-page .cta-row {
  margin-top: 28px;
  gap: 14px;
}

body.growth-page .hero-visual {
  position: relative;
  border-radius: var(--wf-radius-lg);
  background: linear-gradient(135deg, #eef4ff 0%, #f8faff 55%, #ffffff 100%);
  border: 1px solid var(--wf-border);
  box-shadow: var(--wf-shadow);
  padding: 28px;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.growth-page .hero-visual::before {
  content: "";
  position: absolute;
  inset: -40px -20px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 98, 216, 0.12), transparent 70%);
  pointer-events: none;
}

body.growth-page .hero-visual svg {
  width: 100%;
  max-width: 360px;
  height: auto;
  position: relative;
  z-index: 1;
}

/* Legacy generic illustrations only — dynamic hero wordmarks set their own fills */
body.growth-page .hero-visual svg text:not([fill]) {
  fill: var(--wf-muted);
}

/* ===== Sections ===== */
body.growth-page .growth-section {
  padding: 72px 0;
}

body.growth-page .growth-section-alt {
  background: var(--wf-bg-alt);
  border-top: 1px solid var(--wf-border);
  border-bottom: 1px solid var(--wf-border);
}

body.growth-page .section-head {
  max-width: 640px;
  margin-bottom: 36px;
}

body.growth-page .section-head h2 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  letter-spacing: -0.025em;
  font-weight: 600;
  color: var(--wf-ink);
  margin-bottom: 10px;
}

body.growth-page .section-head p {
  font-size: 16px;
  color: var(--wf-muted);
  font-weight: 450;
  line-height: 1.55;
}

body.growth-page .card {
  border-radius: var(--wf-radius-sm);
  border: 1px solid var(--wf-border);
  box-shadow: 0 2px 8px rgba(27, 39, 66, 0.04);
  padding: 28px;
}

body.growth-page .card h2,
body.growth-page .card h3 {
  font-size: 1.125rem;
  margin-bottom: 16px;
  color: var(--wf-ink);
}

body.growth-page .card ul:not(.strength-list) {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.growth-page .card ul:not(.strength-list) li {
  position: relative;
  padding: 8px 0 8px 22px;
  font-size: 15px;
  color: var(--wf-muted);
  border-bottom: 1px solid var(--wf-border);
  font-weight: 450;
}

body.growth-page .card ul:not(.strength-list) li:last-child {
  border-bottom: 0;
}

body.growth-page .card ul:not(.strength-list) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--p);
  opacity: 0.85;
}

body.growth-page .strength-list li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--wf-border);
}

body.growth-page .strength-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

body.growth-page .strength-list strong {
  font-size: 15px;
  color: var(--wf-ink);
}

body.growth-page .strength-list p {
  font-size: 14.5px;
  color: var(--wf-muted);
  margin-top: 4px;
}

body.growth-page .source {
  font-size: 11px;
  color: var(--n500);
}

body.growth-page .card h3.subhead {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--n500);
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Coexistence — light cards not navy band */
body.growth-page .coexist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 8px;
}

@media (max-width: 820px) {
  body.growth-page .coexist-grid {
    grid-template-columns: 1fr;
  }
}

body.growth-page .coexist-card {
  background: #fff;
  border: 1px solid var(--wf-border);
  border-radius: var(--wf-radius-sm);
  padding: 24px;
  box-shadow: 0 2px 8px rgba(27, 39, 66, 0.04);
}

body.growth-page .coexist-card h4 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--p);
  margin-bottom: 12px;
}

body.growth-page .coexist-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.growth-page .coexist-card li {
  font-size: 15px;
  color: var(--wf-muted);
  padding: 7px 0;
  font-weight: 450;
}

body.growth-page .card-primary,
body.growth-page .coexist-card-primary {
  border-color: rgba(30, 98, 216, 0.28);
  box-shadow: 0 8px 28px rgba(30, 98, 216, 0.1);
}

body.growth-page .card-primary h2,
body.growth-page .coexist-card-primary h4 {
  color: var(--p);
}

body.growth-page .card-muted,
body.growth-page .coexist-card-muted {
  background: #f8fafc;
  border-color: #e2e8f0;
  opacity: 0.92;
}

body.growth-page .card-muted h2,
body.growth-page .coexist-card-muted h4 {
  color: var(--wf-muted);
}

/* FAQ — Webflow style */
body.growth-page .faq-section .section-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

body.growth-page .exrow {
  border-radius: var(--wf-radius-sm);
  border: 1px solid var(--wf-border);
  margin-bottom: 12px;
  box-shadow: none;
}

body.growth-page .exrow .exhead {
  width: 100%;
  background: #fff;
  border: 0;
  text-align: left;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  color: var(--wf-ink);
  padding: 18px 22px;
  cursor: pointer;
}

body.growth-page .exrow .exbody .inner {
  padding: 0 22px 18px;
  font-size: 15px;
  color: var(--wf-muted);
  font-weight: 450;
  line-height: 1.6;
}

body.growth-page .exrow.open {
  border-color: var(--p);
  box-shadow: 0 4px 16px rgba(30, 98, 216, 0.08);
}

/* Bottom CTA band */
body.growth-page .growth-cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%);
  padding: 64px 0;
  text-align: center;
  color: #fff;
}

body.growth-page .growth-cta-band h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

body.growth-page .growth-cta-band p {
  color: #c4cfe8;
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 24px;
  font-weight: 450;
}

body.growth-page .growth-cta-band .btn-primary {
  display: inline-flex;
  color: #fff;
}

/* Embedded HubSpot demo form */
body.growth-page .growth-demo-form-section {
  text-align: left;
}

body.growth-page .growth-demo-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

body.growth-page .growth-demo-form-copy h2 {
  text-align: left;
  margin-bottom: 12px;
}

body.growth-page .growth-demo-form-copy p {
  margin: 0;
  text-align: left;
  max-width: none;
}

body.growth-page .growth-demo-form-embed {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  color: var(--navy);
  min-height: 200px;
}

body.growth-page .growth-demo-form-loading,
body.growth-page .growth-demo-form-error {
  color: var(--muted);
  font-size: 14px;
}

body.growth-page .growth-demo-form-embed .hs-form label {
  color: var(--navy);
  font-family: var(--font);
}

body.growth-page .growth-demo-form-embed .hs-input,
body.growth-page .growth-demo-form-embed select,
body.growth-page .growth-demo-form-embed textarea {
  font-family: var(--font);
  border-radius: 8px;
}

body.growth-page .growth-demo-form-embed .hs-button.primary {
  background: var(--p);
  border-color: var(--p);
  border-radius: 8px;
  font-family: var(--font);
}

@media (max-width: 768px) {
  body.growth-page .growth-demo-form-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

html:has(body.growth-page) {
  scroll-behavior: smooth;
}

/* Hub index */
body.growth-page .hub-grid {
  gap: 20px;
}

body.growth-page .hub-card {
  border-radius: var(--wf-radius-sm);
  padding: 28px;
}

body.growth-page .hub-card .eyebrow-pill {
  margin-bottom: 12px;
  font-size: 10.5px;
}

body.growth-page .hub-card h3 {
  font-size: 1.25rem;
  margin: 0 0 8px;
}

/* Footer */
body.growth-page .growth-footer {
  background: var(--wf-bg-alt);
  border-top: 1px solid var(--wf-border);
  padding: 48px 0 32px;
  margin: 0;
  text-align: left;
}

body.growth-page .growth-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}

@media (max-width: 820px) {
  body.growth-page .growth-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

body.growth-page .growth-footer b {
  display: block;
  font-size: 14px;
  color: var(--wf-ink);
  margin-bottom: 8px;
}

body.growth-page .growth-footer a {
  display: block;
  font-size: 13.5px;
  color: var(--wf-muted);
  text-decoration: none;
  padding: 4px 0;
  font-weight: 450;
}

body.growth-page .growth-footer a:hover {
  color: var(--p);
}

body.growth-page .growth-footer-copy {
  font-size: 12.5px;
  color: var(--n500);
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid var(--wf-border);
}

body.growth-page .table-wrap {
  background: #fff;
  border: 1px solid var(--wf-border);
  border-radius: var(--wf-radius-sm);
  padding: 8px;
}

body.growth-page table.dt th {
  font-size: 11px;
}

body.growth-page .related-links {
  padding: 32px 0 0;
  font-size: 14px;
  color: var(--wf-muted);
}

body.growth-page .related-links a {
  color: var(--p);
  text-decoration: none;
  font-weight: 500;
}

body.growth-page .related-links a:hover {
  text-decoration: underline;
}

/* AEO — direct answer block for search + answer engines */
body.growth-page .aeo-summary {
  background: #fff;
  border-bottom: 1px solid var(--wf-border);
  padding: 28px 0;
}

body.growth-page .aeo-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--p);
  margin-bottom: 8px;
}

body.growth-page .aeo-text {
  font-size: 17px;
  line-height: 1.55;
  color: var(--wf-ink);
  font-weight: 450;
  max-width: 72ch;
}

/* Trust strip */
body.growth-page .trust-strip {
  border-bottom: 1px solid var(--wf-border);
  padding: 18px 0;
  background: #fff;
}

body.growth-page .trust-strip-inner {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13.5px;
  color: var(--wf-muted);
}

body.growth-page .trust-stat b {
  color: var(--wf-ink);
  font-weight: 600;
}

/* Mid-page CTA — conversion for scrollers + ad landings */
body.growth-page .mid-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

body.growth-page .mid-cta h2 {
  font-size: 1.35rem;
  margin-bottom: 6px;
}

body.growth-page .mid-cta p {
  color: var(--wf-muted);
  font-size: 15px;
  max-width: 48ch;
}

/* Sticky mobile/desktop CTA after hero */
body.growth-page .sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--wf-border);
  box-shadow: 0 -8px 24px rgba(27, 39, 66, 0.08);
  padding: 12px 0;
  backdrop-filter: blur(10px);
}

body.growth-page .sticky-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.growth-page .sticky-cta-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--wf-ink);
}

body.growth-page .sticky-cta .btn {
  padding: 10px 18px;
  font-size: 13.5px;
  flex: none;
}

body.growth-page {
  padding-bottom: 72px;
}

@media (max-width: 640px) {
  body.growth-page .sticky-cta-text {
    display: none;
  }
  body.growth-page .sticky-cta-inner {
    justify-content: center;
  }
}

/* ===== Social proof — logo marquee + case study carousel ===== */
body.growth-page .logo-marquee {
  border-bottom: 1px solid var(--wf-border);
  background: #fff;
  padding: 20px 0 24px;
  overflow: hidden;
}

body.growth-page .logo-marquee__label {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wf-muted);
  margin-bottom: 16px;
}

body.growth-page .logo-marquee__viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

body.growth-page .logo-marquee__track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  animation: gp-logo-scroll 48s linear infinite;
}

body.growth-page .logo-marquee__item {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  opacity: 0.88;
  filter: grayscale(1);
}

body.growth-page .logo-marquee__item img {
  max-height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

@keyframes gp-logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

body.growth-page .social-testimonials {
  padding: 56px 0;
  background: linear-gradient(135deg, #eef4ff 0%, #f8faff 48%, #eef2ff 100%);
  border-bottom: 1px solid var(--wf-border);
}

body.growth-page .social-testimonials__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: center;
}

body.growth-page .social-testimonials__copy h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 12px 0 14px;
}

body.growth-page .social-testimonials__lead {
  font-size: 16px;
  line-height: 1.55;
  color: var(--wf-muted);
  max-width: 42ch;
  margin-bottom: 20px;
}

body.growth-page .social-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 24px;
}

body.growth-page .social-stat {
  font-size: 14px;
  color: var(--wf-muted);
}

body.growth-page .social-stat b {
  display: block;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--wf-ink);
  letter-spacing: -0.02em;
}

body.growth-page .social-testimonials__cta {
  margin-top: 4px;
}

body.growth-page .testimonial-carousel__stage {
  position: relative;
  min-height: 320px;
}

body.growth-page .testimonial-carousel__stage .testimonial-card {
  width: 100%;
}

body.growth-page .testimonial-card {
  background: #fff;
  border: 1px solid rgba(30, 98, 216, 0.12);
  border-radius: var(--wf-radius-lg);
  box-shadow: var(--wf-shadow);
  overflow: hidden;
}

body.growth-page .testimonial-card[hidden],
body.growth-page .testimonial-card.is-hidden {
  display: none !important;
}

body.growth-page .testimonial-card__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 72px;
  padding: 16px 24px;
  background: linear-gradient(90deg, #b8cff9 0%, #d4e4ff 100%);
}

body.growth-page .testimonial-card__logo img {
  max-height: 36px;
  max-width: 200px;
  width: auto;
  object-fit: contain;
}

body.growth-page .testimonial-card__logo--avatar {
  background: linear-gradient(90deg, #f5d0e8 0%, #e9f1fe 100%);
}

body.growth-page .testimonial-card__logo--avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

body.growth-page .testimonial-card__body {
  padding: 24px 24px 28px;
}

body.growth-page .testimonial-stars {
  color: #f59e0b;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

body.growth-page .testimonial-quote {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 450;
  color: var(--wf-ink);
}

body.growth-page .testimonial-name {
  display: block;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  color: var(--wf-ink);
}

body.growth-page .testimonial-title {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: var(--wf-muted);
}

body.growth-page .testimonial-carousel__controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

body.growth-page .testimonial-carousel__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--wf-border);
  background: #fff;
  color: var(--wf-ink);
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(27, 39, 66, 0.08);
}

body.growth-page .testimonial-carousel__btn:hover {
  border-color: rgba(30, 98, 216, 0.35);
  color: var(--p);
}

@media (max-width: 900px) {
  body.growth-page .social-testimonials__grid {
    grid-template-columns: 1fr;
  }
  body.growth-page .testimonial-carousel__stage {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.growth-page .logo-marquee__track {
    animation: none;
  }
}
