/* Simple Payroll website - standalone stylesheet (not bundled in Odoo assets) */

:root {
  --sp-bg: #f6f8fc;
  --sp-surface: #ffffff;
  --sp-ink: #0c1c38;
  --sp-muted: #64748b;
  --sp-coral: #c55a34;
  --sp-coral-hover: #b04a28;
  --sp-coral-soft: #fff4ef;
  --sp-blue: #3f64e0;
  --sp-blue-soft: #eef3ff;
  --sp-mint: #1f6e43;
  --sp-mint-soft: #ecf8f2;
  --sp-line: #e2e8f3;
  --sp-line-strong: #cbd5e1;
  --sp-shadow-sm: 0 1px 2px rgba(12, 28, 56, 0.05);
  --sp-shadow-md: 0 12px 40px rgba(12, 28, 56, 0.08);
  --sp-shadow-lg: 0 24px 64px rgba(12, 28, 56, 0.12);
  --sp-radius: 12px;
  --sp-radius-lg: 20px;
  --sp-width: 95%;
  --sp-kola-navy: #12233d;
  --sp-kola-teal: #1e6e63;
  --sp-font-display: "Sora", "Segoe UI", sans-serif;
  --sp-font-body: "Manrope", "Segoe UI", sans-serif;
}

/* Reset Odoo website chrome for our pages */

.o_simple_payroll_site {
  font-family: var(--sp-font-body);
  color: var(--sp-ink);
  background: var(--sp-bg);
  -webkit-font-smoothing: antialiased;
}

#wrapwrap.o_simple_payroll_site {
  width: 100%;
  max-width: none;
}

.o_simple_payroll_site #wrapwrap {
  background: transparent;
}

.o_simple_payroll_site main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.o_simple_payroll_site #wrap,
.o_simple_payroll_site .sp-site {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Odoo footer shell — full bleed */
#bottom.o_footer {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

#bottom.o_footer > #footer.sp-kola-footer,
footer#footer.sp-kola-footer {
  width: 100%;
  display: block;
}

/* Direct footer rules (fallback if body class missing) */
#footer.sp-kola-footer {
  position: relative;
  background: #1a3640 !important;
  color: #dbeafe;
  padding: 40px 0 0;
  margin: 0;
  border-top: none;
  overflow: hidden;
}

#footer.sp-kola-footer .sp-kola-footer-grid {
  display: grid !important;
  grid-template-columns: 1.35fr 0.95fr 1fr 1fr 1fr;
  gap: 28px 24px;
  padding-bottom: 32px;
  width: var(--sp-width);
  max-width: none;
  margin: 0 auto;
}

#footer.sp-kola-footer .sp-kola-footer-bar {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: var(--sp-width);
  max-width: none;
  margin: 0 auto;
  padding: 16px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.o_simple_payroll_site h1,
.o_simple_payroll_site h2,
.o_simple_payroll_site h3,
.o_simple_payroll_site h4 {
  font-family: var(--sp-font-display);
  color: var(--sp-ink);
}

.o_simple_payroll_site #wrap > * {
  max-width: none;
}

.o_simple_payroll_site img {
  max-width: 100%;
  height: auto;
}

.o_simple_payroll_site img.sp-kola-footer-logo,
.o_simple_payroll_site img.sp-kola-footer-flag,
.o_simple_payroll_site img.sp-kicker-flag {
  max-width: none;
}

/* Header */

header#top .container,
header#top .container-lg,
header#top .container-xxl,
header#top .container-fluid,
.o_simple_payroll_site header .container,
.o_simple_payroll_site header .container-lg,
.o_simple_payroll_site header .container-xxl,
.o_simple_payroll_site header .container-fluid {
  width: var(--sp-width) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sp-header-ribbon,
.o_simple_payroll_site .sp-header-ribbon {
  background: linear-gradient(90deg, var(--sp-kola-navy), #1a3354);
  color: #cbd5e1;
  font-size: 0.78rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sp-header-ribbon-inner,
.o_simple_payroll_site .sp-header-ribbon-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 8px 0;
}

.sp-header-ribbon a,
.o_simple_payroll_site .sp-header-ribbon a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.sp-header-ribbon a:hover,
.o_simple_payroll_site .sp-header-ribbon a:hover {
  color: #93c5fd;
}

.sp-header-ribbon-meta,
.o_simple_payroll_site .sp-header-ribbon-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sp-header-ribbon-badge,
.o_simple_payroll_site .sp-header-ribbon-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Header — also target #top when wrapwrap class missing */

header#top .navbar,
.o_simple_payroll_site header .navbar {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--sp-line) !important;
  box-shadow: var(--sp-shadow-sm);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 64px;
}

.o_simple_payroll_site header .navbar-brand.sp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sp-font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--sp-ink) !important;
  margin-right: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.o_simple_payroll_site .sp-brand-name {
  line-height: 1;
}

.o_simple_payroll_site header .navbar-collapse {
  flex-grow: 1;
}

.o_simple_payroll_site header .navbar-nav {
  align-items: center;
  gap: 4px;
}

.o_simple_payroll_site .sp-brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--sp-coral), #e07a52);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  flex-shrink: 0;
}

.o_simple_payroll_site header .nav-link {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--sp-muted) !important;
  padding: 8px 14px !important;
  border-radius: 8px;
}

.o_simple_payroll_site header .nav-link:hover,
.o_simple_payroll_site header .nav-link.active {
  color: var(--sp-ink) !important;
  background: var(--sp-blue-soft);
}

.o_simple_payroll_site header .o_nav_link_btn {
  background: transparent !important;
  border: 1px solid var(--sp-line-strong) !important;
  color: var(--sp-ink) !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  padding: 8px 16px !important;
  box-shadow: none !important;
}

.o_simple_payroll_site header .btn-primary,
.o_simple_payroll_site header a.btn.btn-primary {
  background: var(--sp-coral) !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  padding: 8px 18px !important;
  box-shadow: none !important;
}

/* Layout helpers */

.sp-site {
  overflow: clip;
}

.sp-container {
  width: var(--sp-width);
  max-width: none;
  margin: 0 auto;
}

.sp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sp-coral);
}

.sp-kicker-muted {
  color: var(--sp-muted);
}

.sp-kicker-dot {
  color: var(--sp-line-strong);
}

.sp-kicker-flag {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  object-fit: cover;
}

/* Hero */

.sp-hero {
  padding: 32px 0 0;
  background:
    radial-gradient(ellipse 70% 55% at 15% -5%, rgba(255, 230, 220, 0.55), transparent 60%),
    radial-gradient(ellipse 60% 50% at 95% 10%, rgba(220, 232, 255, 0.65), transparent 55%),
    var(--sp-bg);
  border-bottom: 1px solid var(--sp-line);
}

.sp-hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 24px;
}

.sp-hero-copy h1 {
  font-size: clamp(2.1rem, 4.2vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  max-width: 14ch;
}

.sp-hero-copy h1 em {
  font-style: normal;
  color: var(--sp-coral);
}

.sp-lead {
  margin: 0 0 28px;
  max-width: 48ch;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--sp-muted);
  font-weight: 600;
}

.sp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.sp-hero-actions-center {
  justify-content: center;
}

.sp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.94rem;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.sp-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.sp-btn-primary {
  background: var(--sp-coral);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(197, 90, 52, 0.28);
}

.sp-btn-primary:hover {
  background: var(--sp-coral-hover);
  color: #fff !important;
}

.sp-btn-ghost {
  background: var(--sp-surface);
  color: var(--sp-ink) !important;
  border: 1px solid var(--sp-line-strong);
}

.sp-btn-ghost:hover {
  border-color: var(--sp-blue);
  color: var(--sp-blue) !important;
}

.sp-trust-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sp-trust-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sp-muted);
}

.sp-trust-row img {
  height: 22px;
  width: auto;
  max-height: 22px;
  object-fit: contain;
}

.sp-trust-row-footer img {
  height: 20px;
  max-height: 20px;
}

/* Product showcase (single panel, not slide tiles) */

.sp-showcase {
  position: relative;
}

.sp-showcase::before {
  content: "";
  position: absolute;
  inset: 8% -6% -8% 10%;
  background: linear-gradient(135deg, rgba(63, 100, 224, 0.12), rgba(197, 90, 52, 0.1));
  filter: blur(40px);
  border-radius: 50%;
  z-index: 0;
}

.sp-showcase-window {
  position: relative;
  z-index: 1;
  background: var(--sp-surface);
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius-lg);
  box-shadow: var(--sp-shadow-lg);
  overflow: hidden;
}

.sp-showcase-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #f8fafc;
  border-bottom: 1px solid var(--sp-line);
}

.sp-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.sp-dot-red { background: #ff5f57; }
.sp-dot-amber { background: #febc2e; }
.sp-dot-green { background: #28c840; }

.sp-showcase-title {
  margin-left: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--sp-muted);
}

.sp-showcase-body {
  padding: 18px;
}

.sp-showcase-balance {
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7f3, #fff);
  border: 1px solid #f3ddd3;
  margin-bottom: 14px;
}

.sp-showcase-balance-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sp-muted);
  margin-bottom: 6px;
}

.sp-showcase-balance-meta img {
  width: 18px;
  height: 12px;
  border-radius: 2px;
}

.sp-showcase-balance-value {
  font-family: var(--sp-font-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--sp-coral);
  line-height: 1.1;
  margin-bottom: 10px;
}

.sp-showcase-rail,
.sp-market .sp-showcase-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sp-pay-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sp-pay-mtn { background: #ffcc00; color: #1a1a1a; }
.sp-pay-airtel { background: #ed1c24; color: #fff; }
.sp-pay-mpesa { background: #39b54a; color: #fff; }
.sp-pay-vodacom { background: #e60000; color: #fff; }

.sp-showcase-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.sp-showcase-tab {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--sp-muted);
  background: #f1f5f9;
}

.sp-showcase-tab.is-active {
  background: var(--sp-blue-soft);
  color: var(--sp-blue);
}

.sp-showcase-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-showcase-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  padding: 12px 0;
  border-top: 1px solid var(--sp-line);
  align-items: center;
}

.sp-showcase-list li:first-child {
  border-top: none;
  padding-top: 0;
}

.sp-showcase-list span {
  font-weight: 700;
  font-size: 0.92rem;
}

.sp-showcase-list small {
  grid-column: 1;
  color: var(--sp-muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.sp-status {
  grid-row: span 2;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}

.sp-status-warn { background: #fff4e5; color: #b45309; }
.sp-status-ok { background: var(--sp-blue-soft); color: var(--sp-blue); }
.sp-status-done { background: var(--sp-mint-soft); color: var(--sp-mint); }

/* Audience strip */

.sp-audience-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--sp-line);
  border-top: 1px solid var(--sp-line);
}

.sp-audience-item {
  background: rgba(255, 255, 255, 0.75);
  padding: 16px 20px;
}

.sp-audience-item strong {
  display: block;
  font-family: var(--sp-font-display);
  font-size: 0.92rem;
  margin-bottom: 6px;
}

.sp-audience-item span {
  display: block;
  color: var(--sp-muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

/* Sections */

.sp-section {
  padding: 48px 0;
}

.sp-section-alt {
  background: var(--sp-surface);
  border-top: 1px solid var(--sp-line);
  border-bottom: 1px solid var(--sp-line);
}

.sp-section-intro {
  max-width: 640px;
  margin-bottom: 40px;
}

.sp-section-intro-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sp-section-intro h2,
.sp-split-copy h2,
.sp-cta-inner h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.sp-section-lead {
  margin: 0;
  color: var(--sp-muted);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.6;
}

/* Features */

.sp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sp-feature {
  padding-top: 4px;
}

.sp-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.sp-feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sp-feature-icon-blue { background: var(--sp-blue); }
.sp-feature-icon-coral { background: var(--sp-coral); }
.sp-feature-icon-mint { background: var(--sp-mint); }

.sp-feature h3 {
  font-size: 1.08rem;
  margin: 0 0 8px;
}

.sp-feature p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.55;
}

/* Split + phone */

.sp-split {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.sp-checklist {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.sp-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--sp-ink);
}

.sp-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--sp-mint-soft);
  border: 2px solid var(--sp-mint);
}

.sp-phone-frame {
  width: min(280px, 100%);
  margin: 0 auto;
  padding: 12px;
  border-radius: 32px;
  background: #0f172a;
  box-shadow: var(--sp-shadow-lg);
}

.sp-phone-screen {
  border-radius: 24px;
  background: linear-gradient(180deg, #fafcff, #eef2fa);
  padding: 18px 14px;
  min-height: 380px;
}

.sp-phone-header {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sp-muted);
  margin-bottom: 14px;
}

.sp-phone-balance-card {
  background: linear-gradient(145deg, var(--sp-coral), #e07a52);
  color: #fff;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 14px;
}

.sp-phone-balance-card span {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}

.sp-phone-balance-card strong {
  display: block;
  font-family: var(--sp-font-display);
  font-size: 1.6rem;
  margin-top: 4px;
}

.sp-phone-pills {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.sp-phone-pills span {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--sp-line);
  color: var(--sp-muted);
}

.sp-phone-pills span.is-active {
  background: var(--sp-blue-soft);
  color: var(--sp-blue);
  border-color: #c8d8f5;
}

.sp-phone-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 700;
}

.sp-phone-row em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--sp-mint);
}

/* Timeline */

.sp-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
}

.sp-timeline li {
  position: relative;
  padding-top: 8px;
}

.sp-timeline-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--sp-coral-soft);
  color: var(--sp-coral);
  font-weight: 800;
  font-size: 0.88rem;
  margin-bottom: 14px;
}

.sp-timeline h3 {
  font-size: 1rem;
  margin: 0 0 8px;
}

.sp-timeline p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

/* Markets */

.sp-market-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sp-market {
  background: var(--sp-surface);
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius-lg);
  padding: 22px;
  box-shadow: var(--sp-shadow-sm);
}

.sp-market header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.sp-market header img {
  width: 24px;
  height: 16px;
  border-radius: 2px;
  object-fit: cover;
  flex-shrink: 0;
}

.sp-market h3 {
  margin: 0;
  font-size: 1.05rem;
}

.sp-market-currency {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--sp-coral);
  letter-spacing: 0.06em;
}

.sp-market p {
  margin: 12px 0 0;
  color: var(--sp-muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

/* CTA */

.sp-cta {
  background:
    radial-gradient(ellipse 50% 80% at 0% 100%, rgba(255, 240, 234, 0.8), transparent),
    radial-gradient(ellipse 50% 80% at 100% 0%, rgba(234, 241, 255, 0.85), transparent),
    var(--sp-bg);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.sp-cta-inner p {
  margin: 0 auto 24px;
  max-width: 46ch;
  color: var(--sp-muted);
  font-weight: 600;
}

/* Footer — Kola Technologies (kolapro.com style) */

.o_simple_payroll_site .sp-kola-footer {
  position: relative;
  background: #1a3640;
  color: #dbeafe;
  padding: 48px 0 0;
  margin-top: 0;
  border-top: none;
  overflow: hidden;
}

.o_simple_payroll_site .sp-kola-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 54, 64, 0.92) 0%, rgba(15, 35, 42, 0.97) 100%),
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(63, 100, 224, 0.08), transparent 70%);
  pointer-events: none;
}

.o_simple_payroll_site .sp-kola-footer-grid {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: 1.35fr 0.95fr 1fr 1fr 1fr;
  gap: 28px 24px;
  padding-bottom: 36px;
}

.o_simple_payroll_site .sp-kola-footer-brand p {
  margin: 14px 0 0;
  max-width: 34ch;
  font-size: 0.9rem;
  line-height: 1.65;
  font-weight: 600;
  color: #94a3b8;
}

.o_simple_payroll_site .sp-kola-footer-logo-link {
  display: inline-block;
  line-height: 0;
}

.o_simple_payroll_site .sp-kola-footer-logo {
  display: block;
  width: 160px !important;
  height: 48px !important;
  max-width: 160px !important;
  max-height: 48px !important;
  object-fit: contain;
  object-position: left center;
  background: #fff;
  border-radius: 8px;
  padding: 6px 10px;
}

.o_simple_payroll_site .sp-kola-footer-col h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.o_simple_payroll_site .sp-kola-footer-flag {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.o_simple_payroll_site .sp-kola-footer-links,
.o_simple_payroll_site .sp-kola-contact-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.o_simple_payroll_site .sp-kola-footer-links li,
.o_simple_payroll_site .sp-kola-contact-list li {
  margin: 0 0 10px;
  padding: 0;
}

.o_simple_payroll_site .sp-kola-footer-links a,
.o_simple_payroll_site .sp-kola-contact-list a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

.o_simple_payroll_site .sp-kola-footer-links a:hover,
.o_simple_payroll_site .sp-kola-contact-list a:hover {
  color: #fff;
}

.o_simple_payroll_site .sp-kola-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #94a3b8;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.5;
}

.o_simple_payroll_site .sp-kola-contact-icon {
  flex-shrink: 0;
  width: 18px;
  color: #60a5fa;
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: center;
}

.o_simple_payroll_site .sp-kola-footer-bar {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 16px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
  color: #64748b;
}

.o_simple_payroll_site .sp-kola-footer-bar-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.o_simple_payroll_site .sp-kola-footer-bar-links a {
  color: #94a3b8;
  text-decoration: none;
  font-weight: 700;
}

.o_simple_payroll_site .sp-kola-footer-bar-links a:hover {
  color: #fff;
}

/* Signup */

.sp-signup-wrap {
  padding: 56px 24px 80px;
}

.sp-signup-card {
  max-width: 480px;
  margin: 0 auto;
  background: var(--sp-surface);
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius-lg);
  padding: 32px 28px;
  box-shadow: var(--sp-shadow-md);
}

.sp-signup-card h1 {
  font-size: 1.75rem;
  margin-bottom: 8px;
}

.sp-signup-card .form-label {
  font-weight: 700;
}

.sp-signup-card .form-control {
  border-radius: 10px;
  border-color: var(--sp-line-strong);
  padding: 12px 14px;
}

.sp-signup-card .btn-primary {
  background: var(--sp-coral) !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  width: 100%;
  margin-top: 8px;
  padding: 12px !important;
}

/* Responsive */

@media (max-width: 991px) {
  .sp-hero-layout,
  .sp-split,
  .sp-feature-grid,
  .sp-timeline,
  .sp-market-grid,
  .sp-audience-strip {
    grid-template-columns: 1fr;
  }

@media (max-width: 991px) {
  #footer.sp-kola-footer .sp-kola-footer-grid,
  .o_simple_payroll_site .sp-kola-footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  #footer.sp-kola-footer .sp-kola-footer-brand,
  .o_simple_payroll_site .sp-kola-footer-brand {
    grid-column: 1 / -1;
  }

  .sp-hero-copy h1 {
    max-width: none;
  }

  .sp-showcase {
    order: -1;
  }

  .sp-hero-layout {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .sp-container {
    width: calc(100% - 24px);
  }

  .o_simple_payroll_site header .container,
  .o_simple_payroll_site header .container-lg,
  .o_simple_payroll_site header .container-xxl {
    width: calc(100% - 24px) !important;
  }

  #footer.sp-kola-footer .sp-kola-footer-grid,
  .o_simple_payroll_site .sp-kola-footer-grid {
    grid-template-columns: 1fr !important;
  }

  .o_simple_payroll_site .sp-header-ribbon-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .sp-section {
    padding: 56px 0;
  }

  .sp-hero {
    padding-top: 32px;
  }
}
