/*
 * Gong-alternative comparison landing page - page-specific styles
 * (shared styles live in common-bootstrap.css; hero/trust/stat/testimonial/integrations
 * patterns mirror callcoach-enterprise-au-bootstrap.css so the two campaign pages match)
 */

/* ========================================
   NAV (minimal: logo + one CTA)
   ======================================== */

.ga-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ga-nav-cta {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .ga-nav-cta {
    font-size: 0.85rem;
    padding: 0.45rem 0.9rem;
  }
}

/* ========================================
   HERO
   ======================================== */

.ga-hero {
  background: linear-gradient(135deg, #1a2444 0%, var(--accent-900) 50%, var(--accent-700) 100%);
  color: white;
  padding: 5.5rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}

.ga-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

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

.ga-eyebrow {
  color: var(--accent-200);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.ga-hero h1 {
  color: white !important;
  font-size: 2.75rem;
  line-height: 1.15;
  text-wrap: balance;
}

.ga-hero .lead {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.2rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.ga-cta {
  font-weight: 600;
  padding: 0.875rem 2.25rem;
  font-size: 1.05rem;
  color: var(--primary-dark) !important;
  border: none;
}

.ga-cta:hover {
  color: var(--primary-dark) !important;
  background-color: #e8ecf8;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.ga-cta-secondary {
  font-weight: 600;
  padding: 0.875rem 2.25rem;
  font-size: 1.05rem;
  border-width: 2px;
}

.hero-microcopy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

/* ========================================
   TRUST BAR (same as enterprise page)
   ======================================== */

.trust-bar {
  background-color: #f0f2f8;
  border-bottom: 1px solid #dee2e6;
}

.trust-bar-label {
  color: var(--primary-dark);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.trust-logo {
  height: 36px;
  width: auto;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.trust-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.trust-inline-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--primary-dark);
  font-weight: 600;
}

.trust-inline-badge img {
  height: 28px;
  width: auto;
}

/* ========================================
   SECTION LEADS + TINTS
   ======================================== */

.ga-section-lead {
  font-size: 1.1rem;
  color: var(--primary-dark);
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.6;
}

.ga-section-tint {
  background-color: #f6f7fb;
}

.ga-link {
  color: var(--accent-700);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ga-link:hover {
  color: var(--accent-900);
}

/* ========================================
   PRICE BLOCK
   ======================================== */

.ga-plan {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ga-plan-featured {
  border: 2px solid var(--primary-hover);
  box-shadow: 0 8px 24px rgba(71, 102, 229, 0.18);
}

.ga-plan-badge {
  display: inline-block;
  align-self: flex-start;
  background: var(--accent-100);
  color: var(--accent-900);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  margin: 0 0 0.75rem;
}

.ga-plan-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--primary-dark);
  margin: 0 0 0.25rem;
}

.ga-plan-price {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  color: var(--primary-dark);
  line-height: 1.1;
  margin: 0;
  font-variant-numeric: tabular-nums;
}

.ga-plan-price-from {
  font-size: 1.7rem;
}

.ga-plan-price span {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: var(--medium-grey);
}

.ga-plan-note {
  font-size: 0.9rem;
  color: var(--medium-grey);
  margin: 0.25rem 0 1rem;
}

.ga-plan-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ga-plan-list li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.5rem;
  font-size: 0.95rem;
  color: var(--primary-dark);
}

.ga-plan-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 700;
}

.ga-plan-gong {
  background: #f6f7fb;
  border: 1px dashed #b9c1dc;
  justify-content: flex-start;
}

.ga-plan-statement {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--primary-dark);
  margin: 0.35rem 0 1rem;
  text-wrap: balance;
}

.ga-plan-statement sup a {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
}

.ga-plan-gong .ga-plan-note {
  margin-top: 0;
  line-height: 1.5;
}

.ga-plan sup a,
.ga-compare sup a {
  color: var(--accent-700);
  text-decoration: none;
  font-weight: 600;
}

/* ========================================
   COMPARISON TABLE
   ======================================== */

.ga-compare-wrap {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  overflow: hidden;
}

.ga-compare {
  font-size: 0.95rem;
  color: var(--primary-dark);
}

.ga-compare thead th {
  background: var(--accent-50);
  color: var(--primary-dark);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-bottom: 2px solid var(--accent-200);
  padding: 0.9rem 1rem;
}

.ga-compare thead th:nth-child(2) {
  color: var(--accent-800);
}

.ga-compare tbody th,
.ga-compare tbody td {
  padding: 0.75rem 1rem;
  vertical-align: top;
  border-color: #eceff7;
}

.ga-compare tbody th[scope="row"] {
  font-weight: 600;
  width: 32%;
}

.ga-compare tbody td:nth-child(2) {
  background: rgba(71, 102, 229, 0.04);
}

.ga-compare .ga-compare-group th {
  background: #f6f7fb;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--medium-grey);
  font-weight: 600;
  padding: 0.55rem 1rem;
}

.ga-compare .check {
  color: #16a34a;
  font-weight: 700;
  margin-right: 0.25rem;
}

.ga-compare .cross {
  color: #dc2626;
  font-weight: 700;
  margin-right: 0.25rem;
}

@media (max-width: 767.98px) {
  .ga-compare {
    font-size: 0.88rem;
  }
  .ga-compare tbody th[scope="row"] {
    width: 38%;
  }
}

/* ========================================
   FOR / NOT FOR
   ======================================== */

.ga-forfor-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
}

.ga-forfor-not {
  background: #fbfbfd;
}

.ga-forfor-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.ga-forfor-card ul {
  padding-left: 1.2rem;
  margin-bottom: 0.75rem;
}

.ga-forfor-card li {
  margin-bottom: 0.35rem;
  color: var(--primary-dark);
}

/* ========================================
   FEATURE CARDS (icons as on enterprise page)
   ======================================== */

.card-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(71, 102, 229, 0.1) 0%, rgba(130, 153, 247, 0.1) 100%);
}

.card-icon-wrapper svg {
  color: var(--accent-600);
}

h3.card-title {
  font-size: 1.2rem;
  line-height: 1.3;
}

/* ========================================
   PROOF: STAT + TESTIMONIAL (as on enterprise page)
   ======================================== */

.stat-card {
  text-align: center;
  padding: 2rem 1.5rem;
}

.stat-number {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--accent-600);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.stat-description {
  font-size: 0.95rem;
  color: var(--primary-dark);
}

.testimonial-blockquote {
  font-family: 'Raleway', sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--primary-dark);
  line-height: 1.5;
}

.testimonial-attribution {
  font-size: 0.95rem;
  color: var(--accent-600);
  font-weight: 500;
}

/* ========================================
   INTEGRATIONS (dark strip)
   ======================================== */

.ga-dark-lead {
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto;
}

.integrations-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
}

.integration-grid-logo {
  height: 32px;
  width: auto;
  opacity: 0.7;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}

.integration-grid-logo:hover {
  opacity: 1;
}

/* ========================================
   STEPS
   ======================================== */

.ga-step {
  background: #f6f7fb;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  height: 100%;
}

.ga-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary-btn);
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.ga-step h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.ga-step p {
  color: var(--primary-dark);
  font-size: 0.95rem;
}

/* ========================================
   BOOK (Calendly)
   ======================================== */

.ga-book {
  background: #f0f2f8;
}

.ga-calendly {
  min-width: 320px;
  height: 820px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dee2e6;
}

.ga-calendly-fallback {
  padding: 2rem 1rem;
}

/* ========================================
   QUOTE FORM
   ======================================== */

.ga-quote {
  background: var(--accent-950);
  color: #fff;
}

.ga-quote h2 {
  color: #fff;
}

.ga-quote-lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.6;
}

.ga-quote-points {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.ga-quote-points li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.ga-quote-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-300);
  font-weight: 700;
}

.ga-quote-form {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
}

.ga-quote-form[hidden] {
  display: none;
}

.ga-quote-cta {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 2rem 1.75rem;
  text-align: center;
}

.ga-quote-cta[hidden] {
  display: none;
}

.ga-quote-cta-text {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1.25rem;
}

@media (min-width: 992px) {
  .ga-quote-cta {
    margin-top: 0.5rem;
    padding: 2.75rem 2rem;
  }
}

/* ========================================
   SOURCES
   ======================================== */

.ga-sources ol {
  padding-left: 1.2rem;
}

.ga-sources li {
  margin-bottom: 0.4rem;
}

.ga-sources a {
  color: inherit;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 991.98px) {
  .ga-hero {
    padding: 4rem 0 3.5rem;
  }
  .ga-hero h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 575.98px) {
  .ga-hero h1 {
    font-size: 1.85rem;
  }
  .ga-hero .lead {
    font-size: 1.05rem;
  }
  .ga-cta,
  .ga-cta-secondary {
    width: 100%;
  }
  .ga-calendly {
    height: 1050px;
  }
}
