:root {
  --brand: #2563eb;
  --brand-dark: #1d4ed8;
  --accent: #0ea5a4;
  --ink: #0f172a;
  --text: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --soft: #f8fafc;
  --landing-forest: #2d6a4f;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Inter, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
}

.site-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.navbar-brand {
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.nav-link {
  color: #475569;
  font-weight: 500;
  margin-inline: .2rem;
}

.nav-link.active,
.nav-link:hover {
  color: var(--brand);
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand), var(--accent));
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  padding: .72rem 1.15rem;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.22);
}

.btn-brand:hover {
  background: linear-gradient(135deg, var(--brand-dark), #0d9488);
  color: #fff;
  transform: translateY(-1px);
}

.eyebrow {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: var(--brand);
}

.section-title {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
}

.hero {
  padding: 6.5rem 0 4.5rem;
  background:
    radial-gradient(1200px 450px at 90% -8%, rgba(37, 99, 235, .16), transparent 60%),
    radial-gradient(800px 300px at 10% -10%, rgba(14, 165, 164, .12), transparent 55%),
    var(--soft);
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.hero .lead {
  color: #475569;
  max-width: 62ch;
}

.hero-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1.25rem;
}

.kpi {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .75rem;
  text-align: center;
}

.kpi strong {
  display: block;
  font-size: 1.1rem;
  color: var(--ink);
}

.kpi span {
  font-size: .76rem;
  color: var(--muted);
}

.card-soft {
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
  height: 100%;
  background: #fff;
}

.card-soft:hover {
  box-shadow: 0 16px 36px rgba(15, 23, 42, .09);
}

.icon-badge {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #dbeafe;
  color: var(--brand);
}

.feature-columns .feature-col-title {
  color: var(--ink);
  font-weight: 700;
  margin-bottom: .85rem;
}

.feature-columns .feature-col-sub {
  color: var(--muted);
  font-size: .88rem;
  margin-bottom: 1rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  margin-bottom: .62rem;
  font-size: .93rem;
}

.feature-list li i {
  color: #16a34a;
  margin-top: .25rem;
  font-size: .8rem;
}

.cta-strip {
  background: linear-gradient(130deg, #0f172a, #1e293b);
  color: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 20px 35px rgba(2, 6, 23, .28);
}

.contact-grid {
  margin-top: 1rem;
}

.detail-item {
  display: flex;
  align-items: start;
  gap: .65rem;
  margin-bottom: .9rem;
}

.detail-item i {
  color: var(--brand);
  margin-top: .2rem;
}

.mini-label {
  color: var(--muted);
  font-size: .85rem;
}

.form-clean .form-control,
.form-clean .form-select {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .75rem .85rem;
}

.form-clean .form-control:focus,
.form-clean .form-select:focus {
  border-color: #93c5fd;
  box-shadow: 0 0 0 .2rem rgba(37, 99, 235, .12);
}

.contact-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.contact-recaptcha-note a {
  color: inherit;
  text-decoration: underline;
}

.site-footer {
  background: #0f172a;
  color: #fff;
}

.footer-link {
  display: block;
  color: #cbd5e1;
  text-decoration: none;
  margin-bottom: .4rem;
}

.footer-link:hover {
  color: #fff;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  z-index: 1030;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: .7rem .95rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.mobile-cta {
  position: sticky;
  bottom: 0;
  z-index: 1020;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: .65rem 1rem;
  display: none;
}

.price-card.popular {
  border: 2px solid var(--brand);
  position: relative;
}

.price-tag {
  position: absolute;
  top: -12px;
  right: 16px;
  background: var(--brand);
  color: #fff;
  border-radius: 999px;
  padding: .2rem .65rem;
  font-size: .75rem;
}

.pricing-page {
  background:
    radial-gradient(900px 300px at 12% -10%, rgba(37, 99, 235, .08), transparent 65%),
    radial-gradient(900px 300px at 88% -14%, rgba(14, 165, 164, .08), transparent 68%),
    #fff;
}

.pricing-hero {
  background: linear-gradient(145deg, #ffffff, #f8fbff);
}

.pricing-trust {
  border: 1px solid #dbeafe;
  border-radius: 14px;
  padding: .95rem;
  background: #f8fbff;
}

.pricing-trust-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .88rem;
  color: #0f172a;
  margin-bottom: .4rem;
}

.pricing-trust-item:last-child {
  margin-bottom: 0;
}

.pricing-trust-item i {
  color: #16a34a;
}

.pricing-plan {
  display: flex;
  flex-direction: column;
}

.pricing-amount {
  display: flex;
  align-items: baseline;
  gap: .35rem;
  line-height: 1;
}

.pricing-currency {
  font-size: .88rem;
  font-weight: 700;
  color: #475569;
}

.pricing-amount strong {
  font-size: 2rem;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.pricing-cycle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
}

.pricing-cycle-item {
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: .5rem;
  background: #f8fbff;
  font-size: .74rem;
}

.pricing-cycle-item span {
  display: block;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #64748b;
  margin-bottom: .15rem;
}

.pricing-cycle-item strong {
  color: #0f172a;
  font-size: .78rem;
}

.pricing-cycle-item.is-disabled {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.pricing-cycle-item.is-disabled strong {
  color: #94a3b8;
}

.pricing-included-title {
  font-size: .86rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #334155;
  font-weight: 700;
  margin-bottom: .6rem;
}

.pricing-included-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-included-list li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .9rem;
  margin-bottom: .48rem;
  color: #0f172a;
}

.pricing-included-list li i {
  color: #16a34a;
}

.pricing-included-list li.is-off {
  color: #64748b;
}

.pricing-included-list li.is-off i {
  color: #94a3b8;
}

.pricing-compare {
  background: linear-gradient(160deg, #ffffff, #f9fbff);
}

.pricing-compare-table th {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #334155;
  white-space: nowrap;
}

.pricing-compare-table td {
  color: #0f172a;
  font-size: .92rem;
}

.pricing-compare-table tbody tr td:first-child {
  font-weight: 600;
  color: #334155;
}

@media (max-width: 992px) {
  .mobile-cta {
    display: block;
  }

  .floating-whatsapp {
    bottom: 5.8rem;
  }

  .hero-kpis {
    grid-template-columns: 1fr;
  }

  .pricing-cycle-grid {
    grid-template-columns: 1fr;
  }
}

/* —— Marketing layout inspired by schoolerpghana.com structure, Scholars Consult branding —— */

.site-header--marketing {
  box-shadow: 0 1px 0 rgba(15, 23, 42, .06);
}

.brand-logo-img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: contain;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .12);
  background: #fff;
}

.brand-logo-img--footer {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.nav-link-marketing {
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #64748b !important;
  padding: .5rem .6rem !important;
}

.nav-link-marketing:hover,
.nav-link-marketing.active {
  color: #0f172a !important;
}

.btn-nav-demo {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  border-radius: 999px;
  padding: .45rem 1.1rem;
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color .2s, color .2s, box-shadow .2s;
}

.btn-nav-demo:hover {
  border-color: #0f172a;
  color: #0f172a;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .08);
}

.hero-erp {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.hero-erp-pad {
  padding-bottom: 3rem;
}

.hero-erp-pad--tight {
  padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .hero-erp-pad {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .hero-erp-pad--tight {
    padding-bottom: 3rem;
  }
}

.hero-erp-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: left center;
  filter: saturate(1.05);
}

.hero-erp-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(15, 23, 42, .92) 0%, rgba(30, 41, 59, .88) 45%, rgba(30, 58, 138, .55) 100%);
}

.hero-erp .container {
  z-index: 1;
}

.hero-erp-title {
  font-size: clamp(1.95rem, 4.2vw, 2.85rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: min(46rem, 100%);
}

.hero-erp-em {
  font-weight: 800;
  background: linear-gradient(90deg, #fff, #cbd5e1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-erp-lead {
  max-width: min(40rem, 100%);
  font-size: clamp(.95rem, 2vw, 1.08rem);
  line-height: 1.55;
  opacity: .82;
  font-weight: 500;
}

.btn-erp-primary {
  background: #16a34a;
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .06em;
}

.btn-erp-primary:hover {
  background: #15803d;
  color: #fff;
}

.btn-erp-outline {
  border: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  background: transparent;
  font-weight: 600;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .06em;
}

.btn-erp-outline:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border-color: #fff;
}

.hero-erp-scroll {
  font-size: 1.25rem;
  animation: heroBounce 1.8s ease-in-out infinite;
}

@keyframes heroBounce {

  0%,
  100% {
    transform: translateY(0);
    opacity: .5;
  }

  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}

.section-erp-light {
  background: #f1f5f9;
}

.section-erp-h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.erp-feature-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 1.75rem 1.35rem 1.5rem;
  box-shadow: 0 4px 18px rgba(15, 23, 42, .05);
}

.erp-feature-media {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  margin-bottom: 1rem;
  aspect-ratio: 16 / 9;
}

.erp-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.erp-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
}

.erp-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.erp-avatar--academic {
  background: linear-gradient(145deg, #64748b, #334155);
}

.erp-avatar--hr {
  background: linear-gradient(145deg, #475569, #1e293b);
}

.erp-avatar--finance {
  background: linear-gradient(145deg, #ca8a04, #854d0e);
}

.erp-feature-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: .25rem;
}

.erp-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .55rem;
}

.feature-list li .erp-check i {
  color: #fff;
  margin-top: 0;
  font-size: .55rem;
}

.feature-columns .feature-list li {
  align-items: flex-start;
}

.btn-erp-green {
  background: #16a34a;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .05em;
}

.btn-erp-green:hover {
  background: #15803d;
  color: #fff;
}

/* Landing: why choose + trust band */
.why-choose {
  background:
    radial-gradient(900px 260px at 12% -8%, rgba(37, 99, 235, .08), transparent 65%),
    radial-gradient(900px 260px at 88% -14%, rgba(14, 165, 164, .08), transparent 68%),
    #fff;
  padding-block: clamp(3rem, 6vw, 4.75rem);
}

.why-choose-intro {
  max-width: 48rem;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.why-choose-title {
  font-size: clamp(1.45rem, 3.2vw, 2.1rem);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: .65rem;
}

.why-choose-lead {
  margin: 0;
  font-size: 1.02rem;
  color: var(--muted);
  line-height: 1.55;
}

.why-choose-signals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  margin: 0 auto clamp(1.15rem, 2vw, 1.35rem);
  padding: .35rem;
}

.why-choose-signal {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid #dbeafe;
  background: #f8fbff;
  color: #1e3a8a;
  border-radius: 999px;
  padding: .42rem .75rem;
  font-size: .8rem;
  font-weight: 600;
}

.why-choose-signal i {
  color: #2563eb;
}

.why-choose-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  align-items: flex-start;
  background: linear-gradient(170deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  padding: 1.2rem 1.1rem 1rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .05);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.why-choose-card:hover {
  transform: translateY(-2px);
  border-color: #bfd7f6;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .09);
}

.why-choose-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.why-choose-card-icon--finance {
  background: #dbeafe;
  color: #1d4ed8;
}

.why-choose-card-icon--academics {
  background: #ede9fe;
  color: #6d28d9;
}

.why-choose-card-icon--parent {
  background: #ccfbf1;
  color: #0f766e;
}

.why-choose-card-icon--transport {
  background: #ffedd5;
  color: #c2410c;
}

.why-choose-card-body {
  min-width: 0;
}

.why-choose-fact {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 .45rem;
}

.why-choose-detail {
  margin: 0 0 .68rem;
  font-size: .92rem;
  line-height: 1.58;
  color: var(--muted);
}

.why-choose-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1e40af;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .01em;
  padding: .23rem .56rem;
}

@media (max-width: 768px) {
  .why-choose-signals {
    justify-content: flex-start;
  }

  .why-choose-signal {
    font-size: .76rem;
  }

  .why-choose-card {
    grid-template-columns: 42px 1fr;
  }
}

.landing-seo-faq {
  background:
    radial-gradient(900px 260px at 8% -10%, rgba(37, 99, 235, .07), transparent 64%),
    #fff;
}

.landing-faq-accordion {
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.landing-faq-accordion__item {
  border: none;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}

.landing-faq-accordion__item:last-child {
  border-bottom: none;
}

.landing-faq-accordion__header {
  margin: 0;
}

.landing-faq-accordion__btn {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
  line-height: 1.4;
  padding: 1rem 1.15rem;
  background: #f8fbff;
  box-shadow: none;
}

.landing-faq-accordion__btn:not(.collapsed) {
  background: #fff;
  color: #1d4ed8;
}

.landing-faq-accordion__btn:focus {
  box-shadow: none;
  border-color: transparent;
}

.landing-faq-accordion__btn::after {
  background-size: 1rem;
}

.landing-faq-accordion__body {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #475569;
  padding: 0 1.15rem 1.15rem;
}

@media (max-width: 575.98px) {
  .landing-faq-accordion__btn {
    font-size: 0.88rem;
    padding: 0.85rem 1rem;
  }

  .landing-faq-accordion__body {
    padding: 0 1rem 1rem;
  }
}

/* Social proof + partner marquee (landing) */
.proof-band {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  padding-block: clamp(2.75rem, 5vw, 4rem);
  border-top: 1px solid var(--line);
}

.proof-showcase {
  background: linear-gradient(165deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe7f5;
  border-radius: 24px;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.proof-band__intro {
  max-width: 46rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.proof-band__title {
  font-size: clamp(1.35rem, 3vw, 1.95rem);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: .65rem;
}

.proof-band__accent {
  color: var(--landing-forest);
}

.proof-band__lead {
  margin: 0;
  font-size: .94rem;
  line-height: 1.55;
  color: var(--muted);
}

.proof-band__meta {
  border: 1px solid #dbeafe;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  border-radius: 16px;
  padding: 1rem 1.05rem;
}

.proof-meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.proof-meta-list li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .87rem;
  color: #334155;
  margin-bottom: .55rem;
  line-height: 1.45;
}

.proof-meta-list li:last-child {
  margin-bottom: 0;
}

.proof-meta-list li i {
  margin-top: .13rem;
  color: #16a34a;
}

.proof-band__meta-title {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1e3a8a;
}

.proof-band__meta-copy {
  font-size: .86rem;
  color: #475569;
  line-height: 1.45;
}

.proof-band__grid {
  margin-top: 0;
}

.proof-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 1.15rem 1.05rem 1.1rem 1.2rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
  transition: box-shadow .2s ease, border-color .2s ease;
}

.proof-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .1);
}

.proof-card--featured {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  border-color: #1e3a8a;
  box-shadow: 0 20px 36px rgba(15, 23, 42, .28);
}

.proof-card--featured .proof-card__quote p {
  color: rgba(255, 255, 255, .94);
  font-size: .98rem;
  line-height: 1.65;
}

.proof-card--featured .proof-card__role {
  color: #fff;
}

.proof-card--featured .proof-card__place {
  color: rgba(191, 219, 254, .95);
}

.proof-card--featured .proof-card__cite {
  border-top-color: rgba(255, 255, 255, .14);
}

.proof-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  width: 3px;
  border-radius: 999px;
  background: var(--landing-forest);
  opacity: .75;
}

.proof-card__quote {
  margin: 0;
  padding: 0;
  border: none;
}

.proof-card__quote p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.56;
  color: #475569;
}

.proof-card__rating {
  display: inline-flex;
  gap: .2rem;
  color: #f59e0b;
  font-size: .74rem;
  margin-bottom: .65rem;
}

.proof-card__cite {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.proof-card__role {
  display: block;
  font-weight: 700;
  font-size: .8rem;
  color: var(--ink);
}

.proof-card__place {
  display: block;
  font-size: .77rem;
  color: #94a3b8;
  margin-top: .15rem;
}

@media (max-width: 991.98px) {
  .proof-showcase {
    border-radius: 18px;
  }
}

.partner-band {
  background: #fff;
  padding-block: clamp(2.25rem, 4vw, 3.25rem);
  border-top: 1px solid var(--line);
}

.partner-band__head {
  margin-bottom: 1.35rem;
}

.partner-band__title {
  margin: 0 0 .35rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #64748b;
}

.partner-band__sub {
  margin: 0;
  font-size: .9rem;
  color: #94a3b8;
}

.partner-marquee {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}

.partner-marquee:hover .partner-marquee__track {
  animation-play-state: paused;
}

.partner-marquee__list.partner-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  gap: clamp(1.5rem, 4.5vw, 3rem);
  animation: partner-marquee-scroll 42s linear infinite;
  will-change: transform;
}

@keyframes partner-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.partner-marquee__item {
  flex: 0 0 auto;
}

.partner-marquee__hit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: .3rem .55rem;
}

.partner-marquee__img {
  display: block;
  max-height: 58px;
  max-width: min(190px, 40vw);
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1) brightness(1.16) contrast(.82);
  opacity: .54;
  transition: opacity .2s ease, filter .2s ease;
}

@media (min-width: 768px) {
  .partner-marquee__hit {
    min-height: 80px;
  }

  .partner-marquee__img {
    max-height: 76px;
    max-width: 210px;
    opacity: .5;
  }
}

@media (min-width: 1200px) {
  .partner-marquee__img {
    max-height: 88px;
    max-width: 236px;
  }
}

.partner-marquee__hit:hover .partner-marquee__img {
  opacity: .72;
  filter: grayscale(1) brightness(1.08) contrast(.85);
}

@media (prefers-reduced-motion: reduce) {
  .partner-marquee {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .partner-marquee__list.partner-marquee__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100% !important;
    max-width: 100%;
  }

  .partner-marquee__list>li[aria-hidden="true"] {
    display: none;
  }
}

/* Marketing footer (professional rebuild) */
.footer-pro {
  background: #070d1a;
  color: #dbe5f3;
}

.footer-pro__main {
  background:
    radial-gradient(1200px 420px at 0% -10%, rgba(37, 99, 235, 0.22), transparent 62%),
    radial-gradient(900px 360px at 100% -20%, rgba(14, 165, 164, 0.18), transparent 68%),
    linear-gradient(180deg, #101b2f 0%, #0d1727 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.footer-pro__surface {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(15, 23, 42, 0.84), rgba(15, 23, 42, 0.65));
  box-shadow: 0 22px 44px rgba(2, 8, 23, 0.35);
}

.footer-pro__brandmark:hover .footer-pro__brandtext {
  color: #fff;
}

.footer-pro__brandtext {
  font-size: 1.14rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.footer-pro__tagline {
  max-width: 30rem;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #9fb0c8;
}

.footer-pro__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.footer-pro__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 999px;
  padding: 0.32rem 0.68rem;
  font-size: 0.78rem;
  color: #c9d8ea;
  background: rgba(15, 23, 42, 0.48);
}

.footer-pro__badge i {
  color: #67e8f9;
}

.footer-pro__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 100%;
}

.footer-pro__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.56rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #e5edf7;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 500;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer-pro__chip:hover {
  border-color: rgba(148, 163, 184, 0.68);
  background: rgba(15, 23, 42, 0.7);
  color: #fff;
  transform: translateY(-1px);
}

.footer-pro__navgrid {
  padding-top: 0.2rem;
}

.footer-pro__heading {
  font-size: 0.69rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #8ea1bb;
  margin: 0 0 0.9rem;
}

.footer-pro__link {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.91rem;
  color: #d4dfed;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-pro__link:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer-pro__bar {
  background: #070d1a;
}

.footer-pro__legal {
  font-size: 0.79rem;
  color: #7389a7;
}

.site-footer--marketing .brand-logo-img--footer {
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .footer-pro__surface {
    border-radius: 14px;
    padding: 1.15rem !important;
  }

  .footer-pro__tagline {
    max-width: none;
  }
}

.erp-logo-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #e2e8f0;
}

/* Landing: fixed overlay so hero reaches viewport top (not white body strip) */
.page-landing .site-header--landing {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}

/* Space for fixed nav — hero background fills from top */
.page-landing .hero-erp {
  padding-top: 5rem;
}

@media (min-width: 992px) {
  .page-landing .hero-erp {
    padding-top: 5.25rem;
  }
}

.page-landing .hero-erp .hero-erp-pad {
  padding-top: 0;
}

@media (min-width: 992px) {
  .page-landing .hero-erp .hero-erp-pad {
    padding-top: 0;
  }
}

/* Landing: transparent header over hero; solid bar after scroll */
.page-landing .site-header--landing:not(.site-header--past-hero) {
  background: transparent !important;
  backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.page-landing .site-header--landing.site-header--past-hero {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

.page-landing .site-header--landing:not(.site-header--past-hero) .nav-link-marketing {
  color: rgba(255, 255, 255, 0.88) !important;
}

.page-landing .site-header--landing:not(.site-header--past-hero) .nav-link-marketing:hover,
.page-landing .site-header--landing:not(.site-header--past-hero) .nav-link-marketing.active {
  color: #fff !important;
}

.page-landing .site-header--landing:not(.site-header--past-hero) .navbar-brand span {
  color: #fff;
}

.page-landing .site-header--landing:not(.site-header--past-hero) .btn-nav-demo {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.page-landing .site-header--landing:not(.site-header--past-hero) .btn-nav-demo:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.page-landing .site-header--landing:not(.site-header--past-hero) .brand-logo-img {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.page-landing .mobile-cta {
  display: none !important;
}

/* Landing mobile: tidy nav, less overlap */
@media (max-width: 991.98px) {
  .page-landing .floating-whatsapp {
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    right: max(0.75rem, env(safe-area-inset-right, 0px));
    z-index: 1050;
    padding: 0.55rem 0.8rem;
    font-size: 0.85rem;
  }

  .page-landing .floating-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .page-landing .landing-serp {
    padding-bottom: 4.25rem;
  }

  .page-landing .site-header--marketing .navbar>.container {
    flex-wrap: wrap;
    align-items: center;
  }

  .page-landing .site-header--marketing .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
  }

  .page-landing .site-header--marketing .navbar-collapse.show {
    margin-top: 0.5rem;
    padding: 0.35rem 0.75rem 0.85rem;
    border-radius: 12px;
  }

  .page-landing .site-header--landing:not(.site-header--past-hero) .navbar-collapse.show {
    background: rgba(15, 23, 42, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  }

  .page-landing .site-header--landing.site-header--past-hero .navbar-collapse.show {
    background: #f8fafc;
    border: 1px solid var(--line);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
  }

  .page-landing .site-header--marketing .navbar-nav {
    width: 100%;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
  }

  .page-landing .site-header--marketing .nav-item {
    width: 100%;
  }

  .page-landing .site-header--marketing .nav-link-marketing {
    padding: 0.65rem 0.25rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
  }

  .page-landing .site-header--landing.site-header--past-hero .nav-link-marketing {
    border-bottom-color: rgba(15, 23, 42, 0.08);
  }

  .page-landing .site-header--marketing .nav-item.ms-lg-2 {
    display: none;
  }

  .page-landing .hero-erp {
    padding-top: 4.5rem;
  }

  .page-landing .hero-erp-pad.hero-erp-pad--tight {
    padding-bottom: 2rem;
  }

  .page-landing .hero-erp-title {
    font-size: clamp(1.65rem, 6.5vw, 2.35rem);
    line-height: 1.22;
  }

  .page-landing .hero-erp-lead {
    padding-inline: 0.25rem;
  }

  .page-landing .btn-erp-primary.btn-lg,
  .page-landing .btn-erp-outline.btn-lg {
    min-height: 48px;
    padding-inline: 1.25rem;
  }
}

/* Features page redesign */
.features-tour {
  background:
    radial-gradient(900px 260px at 94% -8%, rgba(37, 99, 235, 0.08), transparent 60%),
    radial-gradient(820px 240px at 2% -6%, rgba(14, 165, 164, 0.08), transparent 58%),
    #f8fafc;
}

.features-tour .ft-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe7f5;
  border-radius: 22px;
  padding: 2rem 1.8rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.features-tour .ft-hero .section-erp-h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.35rem);
  max-width: 18ch;
}

.features-tour .ft-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d9e6f7;
  background: #fff;
  color: #1e3a8a;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 0.35rem 0.75rem;
}

.features-tour .ft-btn-secondary {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .06em;
}

.features-tour .ft-btn-secondary:hover {
  border-color: #94a3b8;
  color: #0f172a;
  background: #f8fafc;
}

.features-tour .ft-hero-panel {
  border: 1px solid #dbeafe;
  background: #ffffff;
  border-radius: 16px;
  padding: 1.1rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.features-tour .ft-nav-wrap {
  position: sticky;
  top: 66px;
  z-index: 25;
  background: transparent;
}

.features-tour .ft-nav-scroll {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  padding: 0.65rem;
  border: 1px solid #dbe7f5;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  scrollbar-width: thin;
}

.features-tour .ft-nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none !important;
  white-space: nowrap;
  border: 1px solid #dbe7f5;
  background: #fff;
  color: #0f172a !important;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
}

.features-tour .ft-nav-pill:hover {
  border-color: #bfdbfe;
  color: var(--brand) !important;
  background: #f8fbff;
}

.features-tour .ft-module {
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.features-tour .ft-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 10;
}

.features-tour .ft-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.features-tour .ft-content h2 {
  color: var(--ink);
  line-height: 1.2;
}

.features-tour .ft-list li {
  margin-bottom: 0.7rem;
  font-size: 0.95rem;
}

.features-tour .ft-cta-inner {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  border-radius: 20px;
  padding: 1.7rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.3);
}

@media (max-width: 991.98px) {
  .features-tour .ft-hero {
    padding: 1.2rem 1rem;
  }

  .features-tour .ft-hero .section-erp-h2 {
    max-width: none;
  }

  .features-tour .ft-nav-wrap {
    position: static;
  }
}

/* Pricing page refinement pass (strong scoped overrides). */
.pricing-page .pricing-hero {
  border-radius: 20px;
}

.pricing-page .pricing-plan {
  border-radius: 18px;
  padding: 1.35rem !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.pricing-page .price-card.popular {
  border-width: 2px;
  box-shadow: 0 20px 34px rgba(37, 99, 235, 0.14);
}

.pricing-page .price-tag {
  top: -11px;
  right: 14px;
  padding: 0.24rem 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.pricing-page .pricing-plan-head {
  min-height: 84px;
}

.pricing-page .pricing-controls {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 0.95rem 1rem;
  background: #ffffff;
}

.pricing-page .pricing-cycle-toggle {
  display: inline-flex;
  gap: 0.35rem;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 0.25rem;
}

.pricing-page .pricing-cycle-btn {
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #334155;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.5rem 0.85rem;
  line-height: 1;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.pricing-page .pricing-cycle-btn.active {
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.25);
}

.pricing-page .pricing-plan h2 {
  color: #0f172a;
  font-weight: 700;
}

.pricing-page .pricing-plan p {
  line-height: 1.5;
}

.pricing-page .pricing-amount {
  margin-top: 0.2rem;
}

.pricing-page .pricing-amount strong {
  font-size: clamp(1.7rem, 2.3vw, 2.05rem);
}

.pricing-page .pricing-cycle-grid {
  grid-template-columns: 1fr !important;
  gap: 0.5rem;
}

.pricing-page .pricing-cycle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.58rem 0.7rem;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}

.pricing-page .pricing-cycle-label {
  display: inline-block !important;
  margin: 0 !important;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.pricing-page .pricing-cycle-value {
  display: inline-block !important;
  margin: 0 !important;
  font-size: 0.85rem;
  color: #0f172a;
}

.pricing-page .pricing-cycle-item.is-active {
  border-color: #93c5fd;
  background: #eff6ff;
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.15);
}

.pricing-page .pricing-included-title {
  margin-top: 0.25rem;
  margin-bottom: 0.55rem;
  font-size: 0.8rem;
}

.pricing-page .pricing-save-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 700;
  color: #065f46;
  background: #d1fae5;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 0.25rem 0.62rem;
}

.pricing-page .pricing-included-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pricing-page .pricing-included-list li {
  list-style: none !important;
  margin: 0 0 0.46rem 0 !important;
  padding: 0.34rem 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}

.pricing-page .pricing-included-list li::marker {
  content: "";
}

.pricing-page .pricing-included-list li i {
  flex: 0 0 auto;
}

.pricing-page .pricing-included-list li span {
  display: inline-block;
  line-height: 1.25;
}

.pricing-page .pricing-included-list li.is-off {
  background: #f9fafb;
  border-color: #e5e7eb;
}

.pricing-page .btn-brand.w-100 {
  margin-top: auto;
}

.pricing-page .pricing-compare {
  border-radius: 18px;
}

@media (max-width: 991.98px) {
  .pricing-page .pricing-plan-head {
    min-height: 0;
  }

  .pricing-page .pricing-controls {
    padding: 0.85rem;
  }
}

/* Legal pages */
.legal-page {
  background:
    radial-gradient(850px 280px at 8% -8%, rgba(37, 99, 235, 0.08), transparent 66%),
    radial-gradient(850px 280px at 92% -10%, rgba(14, 165, 164, 0.08), transparent 66%),
    #fff;
}

.legal-page .legal-hero {
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #f8fbff);
}

.legal-page .legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.9rem;
  color: #475569;
}

.legal-page .legal-meta a {
  color: var(--brand);
  text-decoration: none;
}

.legal-page .legal-meta a:hover {
  text-decoration: underline;
}

.legal-page .legal-body {
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.legal-page .legal-hub {
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.legal-page .legal-hub-title {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #475569;
  margin-bottom: 0.6rem;
}

.legal-page .legal-hub-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.legal-page .legal-hub-link {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.84rem;
  text-decoration: none;
  color: #334155;
  transition: all 0.2s;
}

.legal-page .legal-hub-link:hover {
  border-color: #94a3b8;
  color: #0f172a;
  background: #f8fafc;
}

.legal-page .legal-hub-link.active {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1e40af;
  font-weight: 600;
}

.legal-page .legal-body h2 {
  margin-top: 1.8rem;
  margin-bottom: 0.55rem;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 700;
}

.legal-page .legal-body h2:first-child {
  margin-top: 0;
}

.legal-page .legal-body p,
.legal-page .legal-body li {
  color: #334155;
  font-size: 0.96rem;
  line-height: 1.72;
}

.legal-page .legal-body ul {
  margin: 0 0 0.5rem 1.15rem;
  padding: 0;
}

@media (max-width: 991.98px) {
  .legal-page .legal-meta {
    font-size: 0.86rem;
  }

  .legal-page .legal-body h2 {
    font-size: 1rem;
  }
}