/* Feature Landing Page: AI Vendor Agreement Review (Fully Scoped) */
.aivar-page-body .aivar-section-title,
.aivar-page-body .aivar-hero-section h1,
.aivar-page-body .aivar-cta-box h3,
.aivar-page-body h2,
.aivar-page-body h3,
.aivar-page-body h4 {
  font-family: "Celias", "Inter", system-ui, sans-serif !important;
}

/* Premium Dark Hero Banner */
.aivar-page-body .aivar-hero-section {
  background: linear-gradient(135deg, #1e1b4b 0%, #2f116f 50%, #4c1d95 100%);
  color: #ffffff;
  padding: 4rem 1.5rem 5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.aivar-page-body .aivar-hero-section::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: 1;
  pointer-events: none;
}

.aivar-page-body .aivar-hero-content {
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin: 0 auto;
}

.aivar-page-body .aivar-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 18px;
  border-radius: 99px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #e0e7ff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.aivar-page-body .aivar-hero-section h1 {
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3.25rem);
  line-height: 1.18;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.aivar-page-body .aivar-hero-section p.aivar-hero-intro {
  font-size: clamp(1.05rem, 1rem + 0.5vw, 1.25rem);
  color: #cbd5e1;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.aivar-page-body .aivar-hero-cta-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.aivar-page-body .btn-gradient-primary {
  background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
  color: #ffffff !important;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.35);
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.aivar-page-body .btn-gradient-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.5);
}

.aivar-page-body .btn-outline-white {
  background: transparent;
  color: #ffffff !important;
  padding: 13px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.aivar-page-body .btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

/* Main Container & Section Layout */
.aivar-page-body .aivar-main-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.aivar-page-body .content-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.aivar-page-body .section-title {
  font-size: clamp(1.6rem, 1.2rem + 1vw, 2.2rem);
  color: #0f172a;
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.aivar-page-body .section-subtitle {
  font-size: 1.05rem;
  color: #64748b;
  margin-top: -0.75rem;
  margin-bottom: 1.75rem;
}

.aivar-page-body .prose-text p {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 1.25rem;
}

.aivar-page-body .prose-text strong {
  color: #0f172a;
  font-weight: 600;
}

.aivar-page-body .prose-text ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.aivar-page-body .prose-text li {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 0.5rem;
}

/* Feature 9-Item Grid */
.aivar-page-body .checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
}

@media (max-width: 992px) {
  .aivar-page-body .checklist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .aivar-page-body .checklist-grid {
    grid-template-columns: 1fr;
  }
}

.aivar-page-body .checklist-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.5rem;
  transition: all 0.25s ease;
}

.aivar-page-body .checklist-card:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.aivar-page-body .checklist-card .checklist-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #eef2ff;
  color: #6366f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.aivar-page-body .checklist-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.aivar-page-body .checklist-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 0;
}

/* Audience Grid */
.aivar-page-body .audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin: 1.75rem 0;
}

.aivar-page-body .audience-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.75rem;
  border-left: 4px solid #7c3aed;
}

.aivar-page-body .audience-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.aivar-page-body .audience-card p {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 0;
}

/* Workflow Compare Grid */
.aivar-page-body .workflow-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 1.75rem 0;
}

@media (max-width: 768px) {
  .aivar-page-body .workflow-compare-grid {
    grid-template-columns: 1fr;
  }
}

.aivar-page-body .workflow-card {
  border-radius: 14px;
  padding: 1.75rem;
  border: 1px solid #e2e8f0;
}

.aivar-page-body .workflow-card.old-way {
  background: #fef2f2;
  border-color: #fecaca;
}

.aivar-page-body .workflow-card.new-way {
  background: #f5f3ff;
  border-color: #ddd6fe;
  border: 2px solid #7c3aed;
}

.aivar-page-body .workflow-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.aivar-page-body .workflow-card.old-way h3 {
  color: #991b1b;
}

.aivar-page-body .workflow-card.new-way h3 {
  color: #5b21b6;
}

.aivar-page-body .workflow-pill {
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
  margin-top: 0.5rem;
}

.aivar-page-body .workflow-card.old-way .workflow-pill {
  background: #fee2e2;
  color: #b91c1c;
}

.aivar-page-body .workflow-card.new-way .workflow-pill {
  background: #ede9fe;
  color: #6d28d9;
}

/* Timeline Box */
.aivar-page-body .timeline-box {
  background: #f8fafc;
  border-left: 4px solid #7c3aed;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.aivar-page-body .timeline-item {
  margin-bottom: 1.25rem;
}

.aivar-page-body .timeline-item:last-child {
  margin-bottom: 0;
}

.aivar-page-body .timeline-date {
  font-weight: 700;
  color: #5b21b6;
  font-size: 1.05rem;
  display: block;
  margin-bottom: 0.25rem;
}

/* Pricing Grid */
.aivar-page-body .pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin: 1.75rem 0;
}

@media (max-width: 992px) {
  .aivar-page-body .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .aivar-page-body .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.aivar-page-body .pricing-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.5rem;
  transition: all 0.25s ease;
}

.aivar-page-body .pricing-card.highlight {
  background: #f5f3ff;
  border: 2px solid #7c3aed;
}

.aivar-page-body .pricing-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.aivar-page-body .pricing-card.highlight h3 {
  color: #5b21b6;
}

.aivar-page-body .pricing-card .price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0.5rem 0;
}

.aivar-page-body .pricing-card.highlight .price {
  color: #7c3aed;
}

.aivar-page-body .pricing-card ul {
  padding-left: 1.1rem;
  margin: 0;
  font-size: 0.9rem;
  color: #475569;
}

.aivar-page-body .pricing-card.highlight ul {
  color: #2e1065;
}

/* Cluster Links Grid */
.aivar-page-body .cluster-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.aivar-page-body .cluster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.aivar-page-body .cluster-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 18px;
  text-decoration: none !important;
  color: #0f172a !important;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.aivar-page-body .cluster-link-card:hover {
  border-color: #7c3aed;
  color: #7c3aed !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.1);
}

.aivar-page-body .cluster-arrow {
  color: #7c3aed;
  font-weight: bold;
}

/* Mid CTA Banner */
.aivar-page-body .aivar-cta-box {
  background: linear-gradient(135deg, #2f116f 0%, #4f46e5 100%);
  color: #ffffff;
  border-radius: 20px;
  padding: 3.5rem 2rem;
  text-align: center;
  margin: 3rem 0;
  box-shadow: 0 15px 35px rgba(79, 70, 229, 0.25);
}

.aivar-page-body .aivar-cta-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

.aivar-page-body .aivar-cta-box p {
  font-size: 1.1rem;
  color: #e0e7ff;
  margin-bottom: 1.75rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

/* FAQ Accordion Styling */
.aivar-page-body .faq-accordion-custom {
  margin-top: 1.5rem;
}

.aivar-page-body .faq-card-custom {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.2s ease;
}

.aivar-page-body .faq-card-custom:hover {
  border-color: #cbd5e1;
}

.aivar-page-body .faq-header-custom {
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 1.05rem;
  color: #0f172a;
  user-select: none;
}

.aivar-page-body .faq-header-custom .toggle-icon {
  font-size: 1.25rem;
  color: #7c3aed;
  transition: transform 0.3s ease;
}

.aivar-page-body .faq-body-custom {
  padding: 0 24px 20px;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #475569;
}

/* Disclaimer Box */
.aivar-page-body .disclaimer-footer-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.25rem;
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.6;
  margin-top: 3rem;
}

/* ── Interlinking: Breadcrumbs ────────────────── */
.aivar-page-body .aivar-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  color: #cbd5e1;
}

.aivar-page-body .aivar-breadcrumb a {
  color: #e0e7ff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.aivar-page-body .aivar-breadcrumb a:hover {
  color: #ffffff;
  text-decoration: none;
}

.aivar-page-body .aivar-breadcrumb .sep {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
}

.aivar-page-body .aivar-breadcrumb .current {
  color: #ffffff;
  font-weight: 600;
}

/* ── Interlinking: Inline Text Links ─────────── */
.aivar-page-body .inline-link {
  color: #6d28d9;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.aivar-page-body .inline-link:hover {
  color: #4c1d95;
  text-decoration: none;
}

/* ── Interlinking: Developer API Strip ────────── */
.aivar-page-body .aivar-api-strip {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
  border: 1px solid #334155;
  border-radius: 18px;
  padding: 2.25rem;
  margin: 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
}

@media (max-width: 768px) {
  .aivar-page-body .aivar-api-strip {
    flex-direction: column;
    text-align: center;
    align-items: stretch;
  }
}

.aivar-page-body .aivar-api-strip .api-strip-badge {
  display: inline-block;
  background: rgba(124, 58, 237, 0.25);
  color: #c4b5fd;
  border: 1px solid rgba(124, 58, 237, 0.5);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 99px;
  margin-bottom: 0.75rem;
}

.aivar-page-body .aivar-api-strip h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.aivar-page-body .aivar-api-strip p {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  max-width: 580px;
}

.aivar-page-body .aivar-api-strip .api-strip-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .aivar-page-body .aivar-api-strip .api-strip-actions {
    justify-content: center;
    margin-top: 1rem;
  }
}

.aivar-page-body .btn-api-docs {
  background: #7c3aed;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.aivar-page-body .btn-api-docs:hover {
  background: #6d28d9;
  transform: translateY(-2px);
}

.aivar-page-body .btn-api-sub {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 20px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none !important;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.aivar-page-body .btn-api-sub:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ── Interlinking: Comparison Grid ───────────── */
.aivar-page-body .compare-cluster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.aivar-page-body .compare-cluster-item {
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  text-decoration: none !important;
  transition: all 0.25s ease;
  position: relative;
}

.aivar-page-body .compare-cluster-item:hover {
  background: #ffffff;
  border-color: #7c3aed;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.1);
}

.aivar-page-body .compare-cluster-item .compare-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.aivar-page-body .compare-cluster-item .compare-tag {
  font-size: 0.82rem;
  color: #6d28d9;
  font-weight: 600;
}

.aivar-page-body .compare-cluster-item .compare-arrow {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  color: #7c3aed;
  font-weight: 700;
}

/* ── Interlinking: Blog & Knowledge Banner ───── */
.aivar-page-body .aivar-blog-banner {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
  border: 1px solid #ddd6fe;
  border-radius: 18px;
  padding: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 2.5rem 0;
}

@media (max-width: 768px) {
  .aivar-page-body .aivar-blog-banner {
    flex-direction: column;
    text-align: center;
  }
}

.aivar-page-body .aivar-blog-banner .blog-badge {
  display: inline-block;
  background: #ede9fe;
  color: #5b21b6;
  border: 1px solid #c4b5fd;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 99px;
  margin-bottom: 0.75rem;
}

.aivar-page-body .aivar-blog-banner h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #2e1065;
  margin-bottom: 0.5rem;
}

.aivar-page-body .aivar-blog-banner p {
  color: #5b21b6;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  max-width: 580px;
}

.aivar-page-body .aivar-blog-banner .blog-banner-right {
  flex-shrink: 0;
}

