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

:root {
  --sl-bg: #f4f7fb;
  --sl-surface: #ffffff;
  --sl-ink: #0c1c38;
  --sl-muted: #64748b;
  --sl-indigo: #3b5bdb;
  --sl-indigo-hover: #2f4ac4;
  --sl-indigo-soft: #eef2ff;
  --sl-teal: #0f766e;
  --sl-teal-soft: #f0fdfa;
  --sl-amber: #b45309;
  --sl-amber-soft: #fff8ed;
  --sl-green: #166534;
  --sl-green-soft: #f0fdf4;
  --sl-line: #e2e8f3;
  --sl-line-strong: #cbd5e1;
  --sl-shadow-sm: 0 1px 2px rgba(12, 28, 56, 0.05);
  --sl-shadow-md: 0 12px 40px rgba(12, 28, 56, 0.08);
  --sl-shadow-lg: 0 24px 64px rgba(12, 28, 56, 0.12);
  --sl-radius: 12px;
  --sl-radius-lg: 20px;
  --sl-width: 95%;
  --sl-kola-navy: #12233d;
  --sl-kola-teal: #1e6e63;
  --sl-font-display: "Sora", "Segoe UI", sans-serif;
  --sl-font-body: "Manrope", "Segoe UI", sans-serif;
}

/* Reset Odoo website chrome for our pages */

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

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

.o_simple_loans_site #wrapwrap {
  background: transparent;
}

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

.o_simple_loans_site #wrap,
.o_simple_loans_site .sl-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.sl-kola-footer,
footer#footer.sl-kola-footer {
  width: 100%;
  display: block;
}

#footer.sl-kola-footer {
  position: relative;
  background: #1a3640 !important;
  color: #dbeafe;
  padding: 40px 0 0;
  margin: 0;
  border-top: none;
  overflow: hidden;
}

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

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

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

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

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

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

/* Header */

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

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

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

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

.sl-header-ribbon a:hover,
.o_simple_loans_site .sl-header-ribbon a:hover {
  color: #93c5fd;
}

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

.sl-header-ribbon-badge,
.o_simple_loans_site .sl-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;
}

/* Navbar */

header#top .navbar,
.o_simple_loans_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(--sl-line) !important;
  box-shadow: var(--sl-shadow-sm);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 64px;
}

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

.o_simple_loans_site .sl-brand-name {
  line-height: 1;
}

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

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

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

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

.o_simple_loans_site header .nav-link:hover,
.o_simple_loans_site header .nav-link.active {
  color: var(--sl-ink) !important;
  background: var(--sl-indigo-soft);
}

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

/* Layout helpers */

.sl-site {
  overflow: clip;
}

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

.sl-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(--sl-indigo);
}

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

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

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

/* Hero */

.sl-hero {
  padding: 32px 0 0;
  background:
    radial-gradient(ellipse 70% 55% at 15% -5%, rgba(200, 215, 255, 0.55), transparent 60%),
    radial-gradient(ellipse 60% 50% at 95% 10%, rgba(200, 245, 235, 0.55), transparent 55%),
    var(--sl-bg);
  border-bottom: 1px solid var(--sl-line);
}

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

.sl-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: 15ch;
}

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

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

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

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

.sl-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;
}

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

.sl-btn-primary {
  background: var(--sl-indigo);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(59, 91, 219, 0.28);
}

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

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

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

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

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

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

/* Product showcase panel */

.sl-showcase {
  position: relative;
}

.sl-showcase::before {
  content: "";
  position: absolute;
  inset: 8% -6% -8% 10%;
  background: linear-gradient(135deg, rgba(59, 91, 219, 0.12), rgba(15, 118, 110, 0.1));
  filter: blur(40px);
  border-radius: 50%;
  z-index: 0;
}

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

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

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

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

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

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

.sl-showcase-summary {
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f0f3ff, #fff);
  border: 1px solid #dde5ff;
  margin-bottom: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

.sl-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;
}

.sl-status-warn { background: #fff8ed; color: var(--sl-amber); }
.sl-status-ok   { background: var(--sl-indigo-soft); color: var(--sl-indigo); }
.sl-status-done { background: var(--sl-green-soft); color: var(--sl-green); }
.sl-status-late { background: #fef2f2; color: #991b1b; }

/* Audience strip */

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

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

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

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

/* Sections */

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

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

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

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

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

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

/* Features */

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

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

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

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

.sl-feature-icon-indigo { background: var(--sl-indigo); }
.sl-feature-icon-teal   { background: var(--sl-teal); }
.sl-feature-icon-amber  { background: #d97706; }

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

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

/* Split + phone */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Timeline */

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

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

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

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

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

/* Markets / countries */

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

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

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

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

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

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

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

/* CTA */

.sl-cta {
  background:
    radial-gradient(ellipse 50% 80% at 0% 100%, rgba(220, 230, 255, 0.8), transparent),
    radial-gradient(ellipse 50% 80% at 100% 0%, rgba(200, 245, 240, 0.7), transparent),
    var(--sl-bg);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

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

/* Footer — Kola Technologies */

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

.o_simple_loans_site .sl-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(59, 91, 219, 0.08), transparent 70%);
  pointer-events: none;
}

.o_simple_loans_site .sl-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_loans_site .sl-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_loans_site .sl-kola-footer-logo-link {
  display: inline-block;
  line-height: 0;
}

.o_simple_loans_site .sl-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_loans_site .sl-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_loans_site .sl-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_loans_site .sl-kola-footer-links,
.o_simple_loans_site .sl-kola-contact-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

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

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

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

.o_simple_loans_site .sl-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_loans_site .sl-kola-contact-icon {
  flex-shrink: 0;
  width: 18px;
  color: #60a5fa;
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: center;
}

.o_simple_loans_site .sl-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_loans_site .sl-kola-footer-bar-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

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

.o_simple_loans_site .sl-kola-footer-bar-links a:hover {
  color: #fff;
}

/* Responsive */

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

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

  #footer.sl-kola-footer .sl-kola-footer-brand,
  .o_simple_loans_site .sl-kola-footer-brand {
    grid-column: 1 / -1;
  }

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

  .sl-showcase {
    order: -1;
  }

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

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

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

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

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

  .sl-section {
    padding: 40px 0;
  }

  .sl-hero {
    padding-top: 24px;
  }
}

/* ===================================================
   Login page
   =================================================== */

body.sl-login-page {
  background:
    radial-gradient(ellipse 70% 55% at 15% 0%, rgba(200, 215, 255, 0.5), transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 10%, rgba(200, 245, 235, 0.5), transparent 55%),
    var(--sl-bg) !important;
  font-family: var(--sl-font-body);
  -webkit-font-smoothing: antialiased;
}

body.sl-login-page #wrapwrap {
  background: transparent !important;
}

.sl-login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 180px);
  padding: 48px 16px;
}

.sl-login-card {
  width: 100%;
  max-width: 420px;
  background: var(--sl-surface);
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-radius-lg);
  box-shadow: var(--sl-shadow-lg);
  padding: 40px 36px;
}

.sl-login-card-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.sl-login-brand-name {
  font-family: var(--sl-font-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--sl-ink);
}

.sl-login-heading {
  font-family: var(--sl-font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--sl-ink);
  margin: 0 0 6px;
}

.sl-login-sub {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--sl-muted);
  margin: 0 0 28px;
  line-height: 1.5;
}

/* Labels */
.sl-login-card .form-label,
.sl-login-card label.form-label,
.sl-login-card label.col-form-label {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--sl-ink);
  margin-bottom: 6px;
}

/* Inputs */
.sl-login-input,
.sl-login-card input.sl-login-input {
  border: 1.5px solid var(--sl-line-strong) !important;
  border-radius: 10px !important;
  padding: 11px 14px !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: var(--sl-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sl-login-input:focus,
.sl-login-card input.sl-login-input:focus {
  border-color: var(--sl-indigo) !important;
  box-shadow: 0 0 0 3px rgba(59, 91, 219, 0.12) !important;
  outline: none !important;
}

/* Password show/hide button */
.sl-login-card .input-group .btn.o_show_password {
  border: 1.5px solid var(--sl-line-strong);
  border-left: none;
  border-radius: 0 10px 10px 0 !important;
  background: #fff;
  color: var(--sl-muted);
}

.sl-login-card .input-group input.sl-login-input {
  border-radius: 10px 0 0 10px !important;
}

/* Reset password link */
.sl-login-card .field-login .form-label,
.sl-login-card .o_caps_lock_warning .d-flex a {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--sl-indigo);
  text-decoration: none;
}

.sl-login-card .o_caps_lock_warning .d-flex a:hover {
  text-decoration: underline;
}

/* Submit button */
.sl-login-btn,
.sl-login-card .oe_login_buttons .sl-login-btn {
  background: var(--sl-indigo) !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  padding: 13px !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(59, 91, 219, 0.25) !important;
  transition: background 0.15s ease, transform 0.12s ease !important;
  width: 100%;
}

.sl-login-btn:hover,
.sl-login-card .oe_login_buttons .sl-login-btn:hover {
  background: var(--sl-indigo-hover) !important;
  transform: translateY(-1px);
}

/* Passkey / OAuth section */
.sl-login-card .o_login_auth {
  margin-top: 8px;
}

/* Divider "- or -" */
.sl-login-card .oe_login_buttons > .text-center,
.sl-login-card .o_or {
  color: var(--sl-muted);
  font-size: 0.85rem;
  font-weight: 700;
  margin: 14px 0;
  position: relative;
}

/* Passkey button */
.sl-login-card .o_passkey_login_button {
  width: 100%;
  border-radius: 999px !important;
  border: 1.5px solid var(--sl-line-strong) !important;
  background: #fff !important;
  color: var(--sl-ink) !important;
  font-weight: 700 !important;
  padding: 11px !important;
}

.sl-login-card .o_passkey_login_button:hover {
  border-color: var(--sl-indigo) !important;
  color: var(--sl-indigo) !important;
}

/* Alerts */
.sl-login-card .alert {
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Footer note */
.sl-login-footer-note {
  margin: 24px 0 0;
  text-align: center;
  font-size: 0.8rem;
  color: var(--sl-muted);
  font-weight: 600;
}

.sl-login-footer-note a {
  color: var(--sl-muted);
  text-decoration: none;
}

.sl-login-footer-note a:hover {
  color: var(--sl-indigo);
}

/* Spacing between form fields */
.sl-login-card .mb-3 {
  margin-bottom: 18px !important;
}

.sl-login-card .oe_login_buttons {
  margin-top: 4px;
}

@media (max-width: 480px) {
  .sl-login-card {
    padding: 28px 20px;
  }
}
