
/* ==== Kronos Lab brand stylesheet (auto-generated, do not edit by hand) ==== */
:root {
  --kl-navy: #1E3A7B;
  --kl-violet: #7B4FA6;
  --kl-lightblue: #5B9BD5;
  --kl-grey: #F4F5F7;
}
body, p, li, td, th, label, input, textarea, select, button {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4 {
  font-family: 'Nunito Sans', 'Nunito', sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.kl-section { padding: 5.5rem 0; }
.kl-section h2 { color: var(--kl-navy); margin-bottom: 1.25rem; }
.kl-section h3 { color: var(--kl-violet); font-weight: 700; }
.kl-eyebrow {
  display: inline-block;
  font-size: .78rem; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; color: var(--kl-violet);
  padding: .35rem .9rem; border-radius: 999px;
  background: rgba(123,79,166,.10); margin-bottom: 1rem;
}
.kl-hero {
  position: relative; overflow: hidden; color: #fff;
  padding: 7rem 0 6rem;
  background:
    radial-gradient(1200px 600px at 80% 20%, rgba(91,155,213,.35), transparent 60%),
    radial-gradient(900px 500px at 10% 90%, rgba(123,79,166,.45), transparent 60%),
    linear-gradient(135deg, #1E3A7B 0%, #243f86 55%, #2e3f8a 100%);
}
.kl-hero h1 { font-size: clamp(2.6rem, 5vw, 4rem); line-height: 1.05; }
.kl-hero .kl-eyebrow { background: rgba(255,255,255,.14); color: #fff; }
.kl-hero .lead { max-width: 720px; margin: 1.25rem auto 2rem; font-size: 1.2rem; opacity: .92; }
.kl-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.12); color: #fff;
  padding: .4rem .9rem; border-radius: 999px;
  font-size: .85rem; font-weight: 600; margin: .2rem;
  border: 1px solid rgba(255,255,255,.22);
}
.kl-card {
  background: #fff; border: 1px solid rgba(30,58,123,.08);
  border-radius: 24px; padding: 2rem;
  box-shadow: 0 10px 30px rgba(30,58,123,.06);
  transition: transform .25s ease, box-shadow .25s ease;
  height: 100%;
}
.kl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(30,58,123,.12);
}
.kl-card .kl-icon {
  width: 56px; height: 56px; border-radius: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #1E3A7B, #5B9BD5);
  color: #fff; font-size: 1.4rem; margin-bottom: 1rem;
}
.kl-card.kl-card-violet .kl-icon {
  background: linear-gradient(135deg, #7B4FA6, #5B9BD5);
}
.kl-vision {
  background: linear-gradient(135deg, #1E3A7B 0%, #182e63 100%);
  color: #fff; border-radius: 32px;
  padding: 4rem; position: relative; overflow: hidden;
}
.kl-vision::after {
  content: ""; position: absolute; right: -120px; bottom: -120px;
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, #7B4FA6 0%, transparent 70%);
  opacity: .35;
}
.kl-vision h2 { color: #fff; }
.kl-vision blockquote {
  font-size: 1.35rem; line-height: 1.55; font-weight: 500;
  border-left: 4px solid #7B4FA6; padding-left: 1.5rem; margin: 1.5rem 0 0;
}
.kl-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.75rem; border-radius: 999px;
  font-weight: 700; text-decoration: none; border: 0;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.kl-btn-violet { background: #7B4FA6; color: #fff; }
.kl-btn-violet:hover { background: #6a3f96; color: #fff; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(123,79,166,.35); }
.kl-btn-light { background: #fff; color: #1E3A7B; }
.kl-btn-light:hover { background: #F4F5F7; color: #1E3A7B; transform: translateY(-1px); }
.kl-btn-outline-light { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.kl-btn-outline-light:hover { background: rgba(255,255,255,.12); color: #fff; }
/* Header logo - bump above the brand-guideline minimum of 120 px wide. */
header .navbar-brand.logo img,
header a.navbar-brand img,
.o_header_standard .navbar-brand img {
  height: 56px !important;
  width: auto !important;
  max-height: 56px;
  max-width: 220px;
  object-fit: contain;
}
header .navbar-brand.logo,
header a.navbar-brand {
  padding: .25rem 0;
}
/* Footer logo (reusing the same image via background) */
.kl-footer-logo img {
  height: 44px; width: auto;
}

/* Theme Prime renders a CTA "Contact us" button in the header automatically -
   restyle it to our brand violet pill. */
header .btn_cta,
header a.btn.btn-primary.btn_cta,
.o_header_standard .btn_cta {
  background: #7B4FA6 !important;
  border-color: #7B4FA6 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: .55rem 1.4rem !important;
  font-weight: 700;
  letter-spacing: .01em;
}
header .btn_cta:hover,
header a.btn.btn-primary.btn_cta:hover {
  background: #6a3f96 !important;
  border-color: #6a3f96 !important;
  color: #fff !important;
}
/* Generic Bootstrap primary buttons - tint to brand navy */
.btn-primary:not(.btn_cta) {
  background-color: #1E3A7B;
  border-color: #1E3A7B;
}
.btn-primary:not(.btn_cta):hover {
  background-color: #15275a;
  border-color: #15275a;
}
/* Contact form styling */
.kl-form-card {
  background: #fff; border-radius: 28px; padding: 2.5rem;
  box-shadow: 0 20px 60px rgba(30,58,123,.08);
  border: 1px solid rgba(30,58,123,.06);
}
.kl-form-card .form-control,
.kl-form-card .form-select {
  border-radius: 14px; padding: .85rem 1rem;
  border: 1px solid #e3e6ee; background: #fbfbfd;
}
.kl-form-card .form-control:focus,
.kl-form-card .form-select:focus {
  border-color: #7B4FA6;
  box-shadow: 0 0 0 .2rem rgba(123,79,166,.15);
  background: #fff;
}
.kl-form-card label {
  font-weight: 600; color: #1E3A7B;
  font-size: .9rem; margin-bottom: .35rem;
}
.kl-form-card label.kl-required::after {
  content: " *"; color: #7B4FA6; font-weight: 700;
}
.kl-footer-strip {
  background: #F4F5F7; padding: 2rem 0; color: #1E3A7B;
}
