/* ===================================================================
   Edit One International - Channel Partner Landing Page Styles
   Theme: High-trust Modern Corporate & EdTech Hybrid
   =================================================================== */

:root {
  --primary-navy: #091a36;
  --primary-navy-dark: #050e1d;
  --primary-blue: #0d6efd;
  --primary-blue-hover: #0b5ed7;
  --accent-cyan: #0dcaf0;
  --accent-amber: #ff9800;
  --accent-emerald: #10b981;
  --accent-red: #ef4444;
  --bg-light: #f8fafc;
  --bg-card: #ffffff;
  --text-dark: #0f172a;
  --text-muted: #64748b;
  --border-color: #e2e8f0;
  --font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --section-spacing: 50px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

section[id], footer[id] {
  scroll-margin-top: 85px;
}

#pin-checker {
  scroll-margin-top: 140px !important;
}

*, body, h1, h2, h3, h4, h5, h6, .navbar-brand, .btn, input, button, select, textarea, p, span, a {
  font-family: var(--font-family) !important;
}

body {
  color: var(--text-dark);
  background-color: #ffffff;
  overflow-x: hidden;
  max-width: 100%;
  line-height: 1.65;
  padding-bottom: 70px; /* offset for mobile sticky bar */
}

@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
  font-weight: 700;
  color: var(--primary-navy);
  letter-spacing: -0.02em;
}

/* -------------------------------------------------------------
   Header & Navbar (Clean Light Glass with Deep Navy)
------------------------------------------------------------- */
.main-navbar {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.main-navbar.scrolled {
  background: #ffffff !important;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
}

.brand-logo-box {
  background: transparent;
  padding: 0.15rem 0.35rem;
  border-radius: 0.6rem;
  border: none;
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease;
}

.brand-logo-box:hover {
  transform: translateY(-1px);
}

.brand-logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 576px) {
  .brand-logo-img {
    height: 44px;
  }
}

.brand-badge {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
  border: 1px solid rgba(13, 110, 253, 0.2);
  display: inline-block;
}

.navbar-nav {
  gap: 0.15rem;
}

.nav-link {
  font-weight: 600;
  font-size: 0.84rem !important;
  color: #334155 !important;
  white-space: nowrap !important;
  padding: 0.4rem 0.75rem !important;
  border-radius: 0.45rem;
  transition: all 0.2s ease;
  position: relative;
  letter-spacing: -0.01em;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-link {
    font-size: 0.78rem !important;
    padding: 0.35rem 0.5rem !important;
  }
  .nav-btn-pin {
    font-size: 0.8rem !important;
    padding: 0.35rem 0.85rem !important;
  }
  .brand-logo-img {
    height: 38px;
  }
}

@media (min-width: 1200px) {
  .nav-link {
    font-size: 0.84rem !important;
    padding: 0.4rem 0.75rem !important;
  }
}

@media (min-width: 1400px) {
  .nav-link {
    font-size: 0.86rem !important;
    padding: 0.42rem 0.85rem !important;
  }
}

.nav-link:hover {
  color: #0d6efd !important;
  background: rgba(13, 110, 253, 0.06);
}

.nav-link.active {
  color: #0d6efd !important;
  font-weight: 700;
  background: rgba(13, 110, 253, 0.1);
}

.navbar-toggler {
  border: 1px solid rgba(203, 213, 225, 0.8) !important;
  padding: 0.4rem 0.6rem;
  background: #f8fafc;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.navbar-toggler-icon {
  filter: none;
}

.nav-btn-pin {
  white-space: nowrap !important;
  font-size: 0.88rem;
  background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
  border: 1px solid #0d6efd;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(13, 110, 253, 0.25);
  transition: all 0.25s ease;
}

.nav-btn-pin:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);
  background: linear-gradient(135deg, #1a75ff 0%, #0d6efd 100%);
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.25rem;
    margin-top: 0.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  }
  
  .nav-link {
    padding: 0.65rem 1rem !important;
  }
}

/* -------------------------------------------------------------
   Hero Section (Clean Premium Light Theme)
------------------------------------------------------------- */
.hero-section {
  position: relative;
  background: radial-gradient(circle at 85% 15%, rgba(13, 110, 253, 0.08) 0%, transparent 45%),
              radial-gradient(circle at 10% 85%, rgba(14, 165, 233, 0.06) 0%, transparent 45%),
              linear-gradient(180deg, #f8fafc 0%, #edf4fc 50%, #ffffff 100%);
  color: #0f172a;
  overflow: hidden;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.hero-main-title {
  color: #091a36;
  font-size: clamp(1.85rem, 3.1vw, 2.55rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.hero-gradient-text {
  background: linear-gradient(135deg, #0284c7 0%, #0d6efd 50%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-subtitle {
  color: #475569 !important;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 580px;
  font-weight: 450;
  opacity: 1;
}

.hero-badge {
  background: #ffffff;
  border: 1px solid #bae6fd;
  color: #0369a1;
  border-radius: 999px;
  padding: 0.42rem 1.15rem;
  font-size: 0.82rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.12);
  letter-spacing: 0.01em;
}

.hero-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0284c7;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.25);
  animation: pulseDot 2s infinite;
}

.hero-opportunity-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #0d6efd;
  border-radius: 1.25rem;
  padding: 1.6rem 1.75rem;
  box-shadow: 0 15px 35px -5px rgba(15, 23, 42, 0.07), 0 0 0 1px rgba(15, 23, 42, 0.02);
  transition: all 0.3s ease;
}

.hero-opportunity-card:hover {
  border-color: #cbd5e1;
  border-left-color: #0d6efd;
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -5px rgba(15, 23, 42, 0.11);
}

.hero-card-title {
  color: #091a36;
}

.hero-card-desc {
  color: #475569;
}

.hero-inner-divider {
  border-color: #f1f5f9 !important;
}

.hero-role-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  padding: 0.75rem 0.95rem;
  transition: all 0.25s ease;
}

.hero-role-box:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  transform: translateY(-1px);
}

.hero-role-title {
  color: #091a36;
}

.hero-role-desc {
  color: #64748b !important;
  font-size: 0.78rem;
  opacity: 1;
  font-weight: 500;
}

.hero-trust-strip {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  color: #1e293b;
  font-size: 0.86rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.hero-btn-main {
  font-size: 0.92rem;
  padding: 0.7rem 1.75rem;
  background: linear-gradient(135deg, #0d6efd 0%, #0066cc 100%);
  border: 1px solid #0d6efd;
  box-shadow: 0 8px 20px -3px rgba(13, 110, 253, 0.35);
  transition: all 0.25s ease;
  letter-spacing: -0.01em;
  font-weight: 750;
  border-radius: 50rem;
  color: #ffffff !important;
}

.hero-btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px -3px rgba(13, 110, 253, 0.45);
  background: linear-gradient(135deg, #1a75ff 0%, #0077ee 100%);
  color: #ffffff !important;
}

.hero-btn-secondary {
  font-size: 0.92rem;
  padding: 0.7rem 1.65rem;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a !important;
  transition: all 0.25s ease;
  letter-spacing: -0.01em;
  font-weight: 650;
  border-radius: 50rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.hero-btn-secondary:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #0d6efd !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.hero-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.4rem;
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(15, 23, 42, 0.02);
  padding: 2.2rem 2rem;
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0d6efd 0%, #00b4d8 50%, #0dcaf0 100%);
}

.hero-card-main-title {
  color: #091a36;
  font-weight: 750;
}

.hero-exclusive-badge {
  background: #e0f2fe;
  color: #0369a1;
  border: 1px solid #bae6fd;
}

.hero-pill-feature {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  padding: 0.85rem 1.1rem;
  color: #0f172a;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-pill-feature:hover {
  background: #ffffff;
  border-color: #93c5fd;
  transform: translateX(6px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.08);
}

.hero-pill-title {
  color: #091a36;
}

.hero-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.1);
  transition: transform 0.25s ease;
}

.hero-pill-feature:hover .hero-feature-icon {
  transform: scale(1.08);
}

.hero-feature-desc {
  color: #64748b !important;
  font-size: 0.84rem;
  opacity: 1;
  margin-top: 0.15rem;
  font-weight: 450;
}

.hero-rollout-box {
  background: #f0f9ff;
  border: 1px dashed #7dd3fc;
}

.hero-rollout-label {
  color: #0369a1 !important;
  font-size: 0.85rem;
  font-weight: 700;
}

.hero-disclaimer {
  color: #64748b !important;
  font-size: 0.84rem;
  opacity: 1;
  font-weight: 450;
}

.hero-prop-badge {
  background: #eff6ff !important;
  border: 1px solid #bfdbfe !important;
  color: #1d4ed8 !important;
  font-weight: 750 !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.08);
}

.hero-prop-badge i {
  color: #2563eb !important;
}

.hero-exclusive-tag {
  color: #92400e !important;
  font-size: 0.80rem;
  font-weight: 700;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  letter-spacing: 0.01em;
  background: #fef3c7;
  border: 1px solid #fde68a;
  padding: 0.32rem 0.75rem;
  border-radius: 50rem;
  box-shadow: 0 2px 6px rgba(180, 83, 9, 0.08);
}

@media (max-width: 575.98px) {
  .hero-opportunity-card {
    padding: 1.25rem 1rem !important;
    border-radius: 1rem !important;
  }
  .hero-prop-badge {
    padding: 0.28rem 0.65rem !important;
    font-size: 0.72rem !important;
    white-space: nowrap;
  }
  .hero-exclusive-tag {
    padding: 0.26rem 0.6rem !important;
    font-size: 0.72rem !important;
    white-space: nowrap;
  }
}

.hero-active-badge {
  background: #ffffff !important;
  color: #047857 !important;
  font-weight: 800 !important;
  font-size: 0.80rem !important;
  letter-spacing: 0.01em;
  padding: 0.4rem 0.9rem !important;
  border-radius: 50rem !important;
  border: 1px solid #a7f3d0;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.12);
  display: inline-flex;
  align-items: center;
}

.hero-active-badge i {
  color: #10b981 !important;
  font-size: 0.85rem;
}

/* -------------------------------------------------------------
   PIN Code Checker Tool
------------------------------------------------------------- */
.pin-checker-section {
  position: relative;
  margin-top: -3.5rem;
  z-index: 20;
  padding-top: 0 !important;
  padding-bottom: 50px !important;
}

.checker-card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
  border: 1px solid var(--border-color);
  padding: 2.25rem;
}

.search-input-group {
  position: relative;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.08);
  border-radius: 0.85rem;
}

.search-input-group .form-control {
  height: 3.6rem;
  font-size: 1.05rem;
  padding-left: 3rem;
  border: 2px solid #cbd5e1;
  border-radius: 0.85rem 0 0 0.85rem !important;
  color: #0f172a;
  font-weight: 500;
}

.search-input-group .form-control:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
}

.btn-check-pin {
  background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%) !important;
  border: none !important;
  border-radius: 0 0.85rem 0.85rem 0 !important;
  padding: 0 1.75rem !important;
  font-size: 1rem !important;
  font-weight: 750 !important;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.btn-check-pin:hover {
  background: linear-gradient(135deg, #1a75ff 0%, #0062cc 100%) !important;
}

.search-icon-inside {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #94a3b8;
  z-index: 10;
}

@media (max-width: 575.98px) {
  .checker-card {
    padding: 1.5rem 1rem !important;
    border-radius: 1.15rem !important;
  }
  .search-input-group .form-control {
    height: 3.2rem;
    font-size: 0.88rem;
    padding-left: 2.3rem;
    padding-right: 0.5rem;
  }
  .search-icon-inside {
    left: 0.75rem;
    font-size: 1.05rem;
  }
  .btn-check-pin {
    padding: 0 1.1rem !important;
    font-size: 0.88rem !important;
  }
}

.quick-pin-pill {
  cursor: pointer;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.quick-pin-pill:hover {
  background: #e2e8f0;
  color: var(--primary-navy);
}

.pin-notice-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.78rem;
  line-height: 1.45;
  border-radius: 0.65rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .pin-notice-box {
    font-size: 0.73rem !important;
    padding: 0.55rem 0.75rem !important;
    text-align: left !important;
    display: flex !important;
    align-items: flex-start !important;
    line-height: 1.4 !important;
  }
  .pin-notice-box i {
    margin-top: 0.12rem;
    font-size: 0.95rem;
  }
}

/* Status Result Cards */
.pin-status-result {
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.3s ease;
  animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.status-available {
  background: #f0fdf4;
  border: 2px solid #86efac;
}

.status-appointed {
  background: #fef2f2;
  border: 2px solid #fca5a5;
}

.status-progress {
  background: #fffbeb;
  border: 2px solid #fde68a;
}

.status-unverified {
  background: #f8fafc;
  border: 2px solid #cbd5e1;
}

.status-error {
  background: #fef2f2;
  border: 2px solid #fecaca;
}

/* -------------------------------------------------------------
   Section Standards
------------------------------------------------------------- */
.section-padding {
  padding-top: var(--section-spacing) !important;
  padding-bottom: var(--section-spacing) !important;
}

.section-tag {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--primary-blue);
  background: rgba(13, 110, 253, 0.08);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary-navy);
}

.section-lead {
  font-size: .9rem;
  color: #0d0d0e;
  max-width: 780px;
  margin: 0 auto;
}

/* -------------------------------------------------------------
   Opportunity Section
------------------------------------------------------------- */
.opp-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.opp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}

.icon-box-lg {
  width: 54px;
  height: 54px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

/* Core Partner Model Banner CTA Button */
.btn-partner-model-cta {
  background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0.65rem 1.75rem !important;
  font-size: 0.96rem !important;
  font-weight: 750 !important;
  letter-spacing: -0.01em;
  border-radius: 50rem !important;
  box-shadow: 0 6px 18px -3px rgba(13, 110, 253, 0.32) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  line-height: 1.45;
  text-decoration: none;
}

.btn-partner-model-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -4px rgba(13, 110, 253, 0.45) !important;
  background: linear-gradient(135deg, #1a75ff 0%, #0062cc 100%) !important;
  color: #ffffff !important;
}

.btn-partner-model-cta i {
  transition: transform 0.25s ease;
  font-size: 0.92rem;
}

.btn-partner-model-cta:hover i {
  transform: translateX(4px);
}

@media (max-width: 575.98px) {
  .btn-partner-model-cta {
    padding: 0.5rem 1.35rem !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    border-radius: 50rem !important;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25) !important;
    display: inline-flex !important;
    width: auto !important;
  }
}

/* -------------------------------------------------------------
   Solutions Grid
------------------------------------------------------------- */
.solution-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  padding: 2rem 1.75rem;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
}

.solution-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0d6efd, #00b4d8);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.12);
  border-color: #93c5fd;
}

.solution-card:hover::before {
  opacity: 1;
}

.service-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0d6efd 0%, #004ecc 100%);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 1.05rem;
  margin-right: 0.85rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.28);
  transition: transform 0.3s ease;
}

.solution-card:hover .service-letter {
  transform: scale(1.08);
}

.solution-title {
  color: #000000 !important;
  font-size: 1.15rem;
  font-weight: 800 !important;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.01em;
}

.solution-subtitle {
  color: #000000 !important;
  font-size: 0.92rem;
  font-weight: 700 !important;
  line-height: 1.45;
  margin-top: 0.85rem;
  margin-bottom: 0.75rem;
}

.solution-desc {
  color: #1a1a1a !important;
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  font-weight: 450;
}

.solution-desc strong {
  color: #000000 !important;
  font-weight: 700;
}

.solution-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #000000 !important;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 50rem;
  transition: all 0.25s ease;
}

.solution-badge i {
  color: #0d6efd;
  font-size: 0.9rem;
}

.solution-card:hover .solution-badge {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #000000 !important;
}

.solution-card-featured {
  background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%) !important;
  border: 1.5px solid #bfdbfe !important;
  box-shadow: 0 8px 30px -4px rgba(13, 110, 253, 0.08);
}

.solution-card-featured:hover {
  border-color: #3b82f6 !important;
  box-shadow: 0 22px 45px -10px rgba(13, 110, 253, 0.16) !important;
}

.solution-note-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #0d6efd;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.solution-note-box p {
  color: #000000 !important;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
}

#solutions .section-title {
  color: #000000 !important;
  font-weight: 800;
  letter-spacing: -0.02em;
}

#solutions .section-lead {
  color: #222222 !important;
  font-size: 1.05rem;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------------------------------
   Partner vs Central Team Comparison
------------------------------------------------------------- */
#role .section-title {
  color: #000000 !important;
  font-weight: 800;
  letter-spacing: -0.02em;
}

#role .section-lead {
  color: #222222 !important;
  font-size: 1.05rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-wrapper {
  background: #ffffff;
  border-radius: 1.25rem;
  border: 1px solid #cbd5e1;
  overflow: hidden;
  box-shadow: 0 15px 35px -5px rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
}

.comp-header-partner {
  background: linear-gradient(135deg, #f0f7ff 0%, #e0edff 100%);
  border-bottom: 2px solid #bfdbfe;
  padding: 1.5rem 1.75rem;
}

.comp-header-partner h4 {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

.comp-header-team {
  background: linear-gradient(135deg, #07172f 0%, #0c234b 100%);
  border-bottom: 2px solid #1e3a8a;
  color: #ffffff;
  padding: 1.5rem 1.75rem;
}

.comp-header-team h4 {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

.comp-item {
  padding: 1.15rem 1.25rem;
  margin-bottom: 0.65rem;
  border-radius: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  background: #ffffff;
  border: 1px solid #f1f5f9;
}

.comp-item:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  transform: translateX(4px);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.comp-item strong {
  color: #000000 !important;
  font-size: 1rem;
  font-weight: 800;
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1.35;
}

.comp-item p {
  color: #1a1a1a !important;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
  font-weight: 450;
}

.comp-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.comp-icon-partner {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.25);
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.15);
}

.comp-icon-team {
  background: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
  border: 1px solid rgba(13, 110, 253, 0.25);
  box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15);
}

.comp-takeaway-card {
  background: #ffffff;
  border: 1.5px solid #bfdbfe;
  border-left: 5px solid #0d6efd;
  border-radius: 1.1rem;
  padding: 1.6rem 2rem;
  box-shadow: 0 8px 25px -4px rgba(13, 110, 253, 0.08);
  transition: all 0.3s ease;
}

.comp-takeaway-card:hover {
  box-shadow: 0 14px 35px -6px rgba(13, 110, 253, 0.16);
  border-color: #60a5fa;
}

.comp-takeaway-card h5 {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 1.12rem;
  line-height: 1.45;
}

.comp-takeaway-card p {
  color: #111827 !important;
  font-size: 0.94rem;
  line-height: 1.65;
}

.comp-takeaway-card strong {
  color: #000000 !important;
  font-weight: 800;
}

/* -------------------------------------------------------------
   Partner Model USPs (Partnership Architecture)
------------------------------------------------------------- */
.usp-section-bg {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
}

.usp-section-bg .section-title {
  color: #000000 !important;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.usp-section-bg .section-lead {
  color: #222222 !important;
  font-size: 1.05rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.usp-modern-card {
  background: #ffffff;
  border-radius: 1.25rem;
  border: 1px solid #e2e8f0;
  padding: 2rem 1.65rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.usp-modern-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0d6efd, #00b4d8);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.usp-modern-card:hover {
  transform: translateY(-7px);
  border-color: #93c5fd;
  box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.12);
}

.usp-modern-card:hover::before {
  opacity: 1;
}

.usp-modern-card h5 {
  color: #000000 !important;
  font-size: 1.12rem;
  font-weight: 800 !important;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.usp-modern-card p {
  color: #1a1a1a !important;
  font-size: 0.88rem;
  line-height: 1.62;
  font-weight: 450;
}

.usp-icon-badge {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.usp-modern-card:hover .usp-icon-badge {
  transform: scale(1.06);
}

.usp-icon-blue {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  color: #0d6efd;
  border: 1px solid #bfdbfe;
}

.usp-icon-indigo {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
  color: #6366f1;
  border: 1px solid #c7d2fe;
}

.usp-icon-emerald {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  color: #059669;
  border: 1px solid #a7f3d0;
}

.usp-icon-amber {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  color: #d97706;
  border: 1px solid #fde68a;
}

.usp-card-number {
  font-size: 1.6rem;
  font-weight: 800;
  color: #cbd5e1;
  line-height: 1;
  transition: color 0.3s ease;
  letter-spacing: -0.02em;
}

.usp-modern-card:hover .usp-card-number {
  color: #94a3b8;
}

.usp-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #000000 !important;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 50rem;
  transition: all 0.25s ease;
}

.usp-modern-card:hover .usp-pill-badge {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #000000 !important;
}

/* -------------------------------------------------------------
   7. Earning Opportunity & Growth Phases
------------------------------------------------------------- */
.earning-box {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-left: 5px solid #0d6efd;
  border-radius: 1rem;
  padding: 1.25rem 1.4rem;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.04);
}

.earning-box h6 {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 1.05rem;
}

.earning-box p {
  color: #1a1a1a !important;
  font-size: 0.88rem;
  line-height: 1.6;
}

.growth-card {
  background: #ffffff;
  border-radius: 1.25rem;
  border: 1px solid #cbd5e1;
  padding: 2.25rem 2rem;
  box-shadow: 0 10px 30px -8px rgba(15, 23, 42, 0.07);
}

.growth-card h5 {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}

.phase-item {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  padding: 1.1rem 1.25rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  transition: all 0.25s ease;
}

.phase-item:hover {
  background: #f8fafc;
  border-color: #93c5fd;
  transform: translateX(4px);
  box-shadow: 0 4px 14px rgba(13, 110, 253, 0.06);
}

.phase-num {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.05rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.phase-title {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 0.98rem;
  margin-bottom: 0.2rem;
}

.phase-desc {
  color: #222222 !important;
  font-size: 0.87rem;
  line-height: 1.5;
  margin: 0;
}

.growth-outcome-pill {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 0.55rem 1.25rem;
  border-radius: 50rem;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  line-height: 1.45;
  transition: all 0.25s ease;
}

.growth-outcome-pill i {
  font-size: 0.95rem;
  color: #2563eb;
}

@media (max-width: 575.98px) {
  .growth-card {
    padding: 1.5rem 1.15rem !important;
  }
  .growth-outcome-pill {
    font-size: 0.78rem !important;
    padding: 0.55rem 0.85rem !important;
    border-radius: 0.85rem !important;
    text-align: center;
    line-height: 1.4 !important;
    gap: 0.35rem !important;
    white-space: normal !important;
    display: inline-flex !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .growth-outcome-pill i {
    font-size: 0.92rem;
    margin-top: 0.08rem;
  }
}

.btn-earning-terms {
  background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0.65rem 2rem !important;
  font-size: 0.96rem !important;
  font-weight: 750 !important;
  letter-spacing: -0.01em;
  border-radius: 50rem !important;
  box-shadow: 0 8px 20px -3px rgba(13, 110, 253, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  line-height: 1.5;
}

.btn-earning-terms:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -4px rgba(13, 110, 253, 0.48) !important;
  background: linear-gradient(135deg, #1a75ff 0%, #0062cc 100%) !important;
  color: #ffffff !important;
}

.btn-earning-terms i {
  transition: transform 0.25s ease;
  font-size: 1rem;
}

.btn-earning-terms:hover i {
  transform: translateX(4px);
}

@media (max-width: 575.98px) {
  .btn-earning-terms {
    width: 100%;
    max-width: 360px;
    padding: 0.6rem 1.25rem !important;
    font-size: 0.90rem !important;
  }
}

/* -------------------------------------------------------------
   8. Ideal Partner Profile (Personas)
------------------------------------------------------------- */
.persona-badge {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.15rem;
  padding: 1.35rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 1.15rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.persona-badge:hover {
  border-color: #93c5fd;
  background: #fcfdff;
  transform: translateY(-4px);
  box-shadow: 0 14px 28px -6px rgba(13, 110, 253, 0.12);
}

.persona-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.persona-badge:hover .persona-icon-box {
  transform: scale(1.08);
}

.persona-badge h6 {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 1.02rem;
  margin-bottom: 0.25rem;
}

.persona-badge p {
  color: #1a1a1a !important;
  font-size: 0.86rem;
  line-height: 1.5;
  margin: 0;
}

/* -------------------------------------------------------------
   9. Step by Step Timeline (Onboarding Journey)
------------------------------------------------------------- */
.step-card {
  position: relative;
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2.2rem 1.5rem 1.8rem;
  border: 1px solid #e2e8f0;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-card:hover {
  border-color: #93c5fd;
  transform: translateY(-6px);
  box-shadow: 0 18px 36px -8px rgba(13, 110, 253, 0.14);
}

.step-num {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0d6efd 0%, #004ecc 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.18rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 6px 14px rgba(13, 110, 253, 0.28);
  transition: transform 0.3s ease;
}

.step-card:hover .step-num {
  transform: scale(1.1);
}

.step-card h6 {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 1.02rem;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.step-card p {
  color: #1a1a1a !important;
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 0;
}

.btn-step-cta {
  background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0.65rem 2.25rem !important;
  font-size: 0.98rem !important;
  font-weight: 750 !important;
  letter-spacing: -0.01em;
  border-radius: 50rem !important;
  box-shadow: 0 8px 20px -3px rgba(13, 110, 253, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  line-height: 1.5;
}

.btn-step-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -4px rgba(13, 110, 253, 0.48) !important;
  background: linear-gradient(135deg, #1a75ff 0%, #0062cc 100%) !important;
  color: #ffffff !important;
}

.btn-step-cta i {
  transition: transform 0.25s ease;
  font-size: 1rem;
}

.btn-step-cta:hover i {
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .step-card {
    padding: 1.75rem 1.25rem 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .step-card {
    padding: 1.5rem 1.15rem 1.35rem;
    border-radius: 1rem;
  }
  .btn-step-cta {
    width: 100%;
    max-width: 320px;
    padding: 0.6rem 1.4rem !important;
    font-size: 0.92rem !important;
  }
}

/* -------------------------------------------------------------
   10. Channel Partner Application Form
------------------------------------------------------------- */
#application-form-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #f8fafc 100%);
  position: relative;
}

.application-card {
  background: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  padding: 3.25rem 3.5rem;
  box-shadow: 0 20px 50px -12px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(15, 23, 42, 0.02);
  position: relative;
  overflow: hidden;
}

.application-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0d6efd 0%, #00b4d8 50%, #ff7a00 100%);
}

.application-title {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 2.15rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.application-subtitle {
  color: #475569 !important;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto;
}

.application-card .form-label {
  color: #000000 !important;
  font-weight: 750 !important;
  font-size: 0.88rem !important;
  margin-bottom: 0.45rem;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.application-card .form-label i {
  font-size: 0.95rem;
}

.application-card .text-danger {
  color: #ef4444 !important;
  font-weight: 800;
}

.application-card .form-control,
.application-card .form-select {
  background-color: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 0.72rem 1.15rem;
  font-size: 0.92rem;
  font-weight: 550;
  color: #0f172a !important;
  line-height: 1.5;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.application-card .form-control::placeholder {
  color: #94a3b8 !important;
  font-size: 0.88rem;
  font-weight: 400;
}

.application-card .form-control:hover,
.application-card .form-select:hover {
  border-color: #cbd5e1;
  background-color: #ffffff;
}

.application-card .form-control:focus,
.application-card .form-select:focus {
  border-color: #0d6efd !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12) !important;
  outline: none;
}

.application-card textarea.form-control {
  min-height: 85px;
  resize: vertical;
}

.form-prefilled-badge {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 1.5px solid #bfdbfe;
  border-radius: 0.85rem;
  padding: 0.85rem 1.25rem;
  color: #1e40af;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.06);
}

.application-card .form-check-wrapper {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  padding: 0.85rem 1.15rem;
  transition: all 0.2s ease;
}

.application-card .form-check-wrapper:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.application-card .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
  border: 1.5px solid #94a3b8;
  border-radius: 0.35rem;
  cursor: pointer;
  flex-shrink: 0;
}

.application-card .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.application-card .form-check-input:focus {
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.18);
}

.application-card .form-check-label {
  color: #1e293b !important;
  font-size: 0.86rem !important;
  line-height: 1.55;
  font-weight: 500;
  cursor: pointer;
}

.btn-partner-submit {
  background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0.85rem 2.8rem !important;
  font-size: 0.98rem !important;
  font-weight: 750 !important;
  letter-spacing: -0.01em;
  box-shadow: 0 10px 24px -4px rgba(13, 110, 253, 0.38) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  border-radius: 50rem !important;
}

.btn-partner-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -4px rgba(13, 110, 253, 0.48) !important;
  background: linear-gradient(135deg, #1a75ff 0%, #0062cc 100%) !important;
  color: #ffffff !important;
}

.btn-partner-submit i {
  transition: transform 0.25s ease;
}

.btn-partner-submit:hover i {
  transform: translateX(4px);
}

.application-disclaimer {
  color: #64748b !important;
  font-size: 0.82rem;
  font-weight: 500;
  margin-top: 0.75rem;
  letter-spacing: -0.01em;
}

.application-disclaimer span {
  color: #ff7a00;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .application-card {
    padding: 2rem 1.25rem;
    border-radius: 1.25rem;
  }
  .application-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 575.98px) {
  .btn-partner-submit {
    padding: 0.55rem 1.35rem !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    box-shadow: 0 5px 16px -2px rgba(13, 110, 253, 0.3) !important;
    line-height: 1.4 !important;
  }
  .btn-partner-submit i {
    font-size: 0.9rem !important;
  }
}

/* -------------------------------------------------------------
   11. FAQ Accordion
------------------------------------------------------------- */
.accordion-item {
  border: 1px solid #cbd5e1;
  border-radius: 1rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(15, 23, 42, 0.03);
  transition: all 0.25s ease;
}

.accordion-item:hover {
  border-color: #93c5fd;
}

.accordion-button {
  font-weight: 800 !important;
  color: #000000 !important;
  padding: 1.35rem 1.65rem;
  background-color: #ffffff;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.accordion-button:not(.collapsed) {
  color: #0d6efd !important;
  background-color: #f0f7ff;
  box-shadow: inset 0 -1px 0 #bfdbfe;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #bfdbfe;
}

.accordion-body {
  padding: 1.35rem 1.65rem;
  color: #000000 !important;
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 450;
  background-color: #ffffff;
}

/* -------------------------------------------------------------
   CTA Banner (High-Converting Modern Tech Styling)
------------------------------------------------------------- */
.cta-banner {
  background: radial-gradient(circle at 10% 15%, rgba(56, 189, 248, 0.18) 0%, transparent 45%),
              radial-gradient(circle at 90% 85%, rgba(13, 110, 253, 0.28) 0%, transparent 45%),
              linear-gradient(135deg, #06152b 0%, #0d2242 50%, #08172e 100%);
  border-radius: 2rem;
  padding: 4.5rem 3rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 30px 65px -15px rgba(5, 16, 36, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.15);
  filter: blur(80px);
  pointer-events: none;
}

.cta-banner h2 {
  color: #ffffff;
  font-size: clamp(1.75rem, 2.5vw, 2.35rem) !important;
  font-weight: 800 !important;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.cta-title-highlight {
  background: linear-gradient(135deg, #38bdf8 0%, #60a5fa 50%, #93c5fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.cta-lead-text {
  color: #e2e8f0;
  font-size: 0.96rem;
  line-height: 1.6;
  max-width: 650px;
}

.cta-feature-tag {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f8fafc;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.4rem 0.95rem;
  border-radius: 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  transition: all 0.2s ease;
}

.cta-feature-tag i {
  font-size: 0.95rem;
  display: inline-block;
}

.cta-feature-tag:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.cta-action-box {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.35rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.cta-buttons-wrapper {
  gap: 1rem !important;
}

.cta-badge-territory {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.3);
  color: #38bdf8;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(56, 189, 248, 0.12);
}

.cta-btn-compact {
  font-size: 0.92rem !important;
  padding: 0.65rem 1.4rem !important;
  letter-spacing: -0.01em;
}

.cta-btn-glow {
  background: linear-gradient(135deg, #0d6efd 0%, #0077b6 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 18px rgba(13, 110, 253, 0.38);
  transition: all 0.3s ease;
}

.cta-btn-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.55);
  background: linear-gradient(135deg, #1a75ff 0%, #0096c7 100%);
  color: #ffffff;
}

.border-white-10 {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

@media (max-width: 767.98px) {
  .cta-banner {
    padding: 3rem 1.5rem;
    border-radius: 1.5rem;
  }
}

/* -------------------------------------------------------------
   Footer
------------------------------------------------------------- */
.main-footer {
  background-color: #050e1d;
  color: #ffffff;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  font-size: 0.92rem;
}

.footer-heading {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.footer-links a {
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.25s ease;
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.82rem !important;
  line-height: 1.45;
  letter-spacing: -0.01em;
  opacity: 0.95;
}

.footer-links a:hover {
  color: #ff9800 !important;
  opacity: 1;
  transform: translateX(4px);
  text-shadow: 0 0 10px rgba(255, 152, 0, 0.4);
}

/* -------------------------------------------------------------
   Mobile Sticky Action Bar
------------------------------------------------------------- */
.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(226, 232, 240, 0.95);
  padding: 0.65rem 0.85rem;
  z-index: 1030;
  box-shadow: 0 -6px 20px rgba(15, 23, 42, 0.09);
  overflow: hidden;
}

.btn-sticky-checker {
  background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%) !important;
  border: none !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  padding: 0.65rem 1rem !important;
  color: #ffffff !important;
  white-space: nowrap;
}

.btn-sticky-checker:hover,
.btn-sticky-checker:active {
  background: linear-gradient(135deg, #0b5ed7 0%, #004494 100%) !important;
  color: #ffffff !important;
}

.btn-sticky-call {
  background: #f0f7ff !important;
  border: 1.5px solid #bfdbfe !important;
  color: #0d6efd !important;
  font-size: 1.05rem !important;
  padding: 0.65rem 1rem !important;
  transition: all 0.2s ease;
}

.btn-sticky-call:hover,
.btn-sticky-call:active {
  background: #0d6efd !important;
  color: #ffffff !important;
  border-color: #0d6efd !important;
}

@media (max-width: 380px) {
  .btn-sticky-checker {
    font-size: 0.82rem !important;
    padding: 0.6rem 0.65rem !important;
    gap: 0.35rem !important;
  }
  .btn-sticky-call {
    padding: 0.6rem 0.75rem !important;
    font-size: 0.95rem !important;
  }
}

@media (min-width: 992px) {
  .mobile-sticky-bar {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  :root {
    --section-spacing: 50px;
  }
  #pin-checker {
    scroll-margin-top: 105px !important;
  }
}
