/* LAB2HOME Homepage — PrimoSoft-inspired light SaaS UI */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;700;800&display=swap');

.l2h-home-primo {
  --primo-slate-50: #f8fafc;
  --primo-slate-100: #f1f5f9;
  --primo-slate-200: #e2e8f0;
  --primo-slate-400: #94a3b8;
  --primo-slate-500: #64748b;
  --primo-slate-600: #475569;
  --primo-slate-800: #1e293b;
  --primo-slate-900: #0f172a;
  --primo-accent: #c9a227;
  --primo-accent-dark: #a8841a;
  --primo-violet: #7c3aed;
  --primo-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 12px 40px -12px rgba(15, 23, 42, 0.12);
  --primo-display: 'Plus Jakarta Sans', 'Outfit', 'Inter', system-ui, sans-serif;
  color-scheme: light;
  background: var(--primo-slate-50) !important;
  color: var(--primo-slate-900) !important;
}

.l2h-home-primo a {
  color: var(--primo-accent-dark);
}

.l2h-home-primo a:hover {
  color: var(--primo-accent);
}

/* Navbar — logo colors (black + gold) */
.l2h-navbar-primo {
  background: linear-gradient(180deg, #121212 0%, #0a0a0a 100%) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201, 162, 39, 0.28) !important;
  padding-top: 0.65rem !important;
  padding-bottom: 0.65rem !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.l2h-navbar-primo .navbar-brand.l2h-brand--primo {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin-right: 0.5rem;
  transition: opacity 0.2s ease;
}

.l2h-navbar-primo .navbar-brand.l2h-brand--primo:hover {
  opacity: 0.92;
}

.l2h-brand-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  line-height: 0;
  overflow: visible;
}

.l2h-brand-logo-shell--footer {
  padding: 0;
}

.l2h-brand-logo--primo-nav,
.l2h-brand-logo-shell .l2h-brand-logo--nav {
  height: 52px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.l2h-brand-logo-shell .l2h-brand-logo--footer {
  height: 68px;
  width: auto;
  max-width: 210px;
  object-fit: contain;
  display: block;
}

.l2h-navbar-primo .nav-link {
  color: rgba(245, 245, 247, 0.72) !important;
  font-size: 0.875rem !important;
  border-radius: 0.55rem !important;
  padding: 0.45rem 0.75rem !important;
}

.l2h-navbar-primo .nav-link:hover {
  color: #e0b93a !important;
  background: rgba(201, 162, 39, 0.12) !important;
}

.l2h-navbar-primo .nav-link.active {
  color: #e0b93a !important;
  background: rgba(201, 162, 39, 0.16) !important;
  font-weight: 600;
}

.l2h-navbar-primo .navbar-toggler {
  color: #e0b93a !important;
}

.l2h-navbar-primo .l2h-btn-primo-outline {
  color: #f5f5f7 !important;
  background: transparent;
  border-color: rgba(201, 162, 39, 0.45);
}

.l2h-navbar-primo .l2h-btn-primo-outline:hover {
  color: #111 !important;
  background: var(--primo-accent);
  border-color: var(--primo-accent);
}

.l2h-btn-primo-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(135deg, var(--primo-accent) 0%, #e0b93a 50%, var(--primo-accent-dark) 100%);
  box-shadow: 0 4px 14px rgba(201, 162, 39, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.l2h-btn-primo-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(201, 162, 39, 0.4);
  color: #111 !important;
}

.l2h-btn-primo-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primo-slate-800) !important;
  background: #fff;
  border: 1px solid var(--primo-slate-200);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.l2h-btn-primo-outline:hover {
  background: var(--primo-slate-50);
  border-color: #cbd5e1;
  color: var(--primo-slate-900) !important;
}

.l2h-btn-primo-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.85rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff !important;
  background: var(--primo-slate-900);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
}

.l2h-btn-primo-dark:hover {
  background: #1e293b;
  transform: translateY(-1px);
  color: #fff !important;
}

/* Hero shell */
.l2h-primo-hero-shell {
  position: relative;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  background: #fff;
}

.l2h-primo-hero-shell .l2h-primo-carousel {
  position: relative;
  z-index: 1;
}

.l2h-primo-intro {
  position: relative;
  z-index: 1;
}

.l2h-primo-intro::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(ellipse 90% 70% at 10% -20%, rgba(201, 162, 39, 0.12), transparent 55%),
    radial-gradient(circle at 100% 20%, rgba(124, 58, 237, 0.06), transparent 40%);
}

/* Carousel — full-width image, natural height (PrimoSoft style) */
.l2h-primo-carousel {
  position: relative;
  width: 100%;
}

.l2h-primo-carousel--full .l2h-primo-carousel__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  min-height: 12rem;
}

@media (min-width: 1024px) {
  .l2h-primo-carousel--full .l2h-primo-carousel__frame {
    border-radius: 0 0 1.25rem 1.25rem;
  }
}

.l2h-primo-carousel__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  min-height: 12rem;
}

.l2h-primo-carousel__slide {
  width: 100%;
  opacity: 0;
  transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}

.l2h-primo-carousel__slide:not(.is-active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.l2h-primo-carousel__slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.l2h-primo-carousel__media {
  display: block;
  width: 100%;
  line-height: 0;
  background: #fff;
}

.l2h-primo-carousel__media img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none;
  object-fit: unset;
  vertical-align: top;
}

.l2h-primo-carousel__shade {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 42%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.58) 0%, rgba(15, 23, 42, 0.15) 45%, transparent 100%);
}

.l2h-primo-carousel__copy {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 3;
  padding: 1rem 1.25rem 3rem;
  max-width: 72rem;
  margin-inline: auto;
}

.l2h-primo-carousel__title {
  font-family: var(--primo-display);
  font-size: clamp(1.1rem, 2.5vw, 1.85rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
  margin: 0;
}

.l2h-primo-carousel__caption {
  margin: 0.45rem 0 0;
  max-width: 42rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.l2h-primo-carousel__controls {
  position: absolute;
  inset: 0;
  z-index: 12;
  pointer-events: none;
}

.l2h-primo-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: auto;
  display: inline-flex;
  min-height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primo-slate-800);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.l2h-primo-carousel__nav--prev { left: 0.75rem; }
.l2h-primo-carousel__nav--next { right: 0.75rem; }

.l2h-primo-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.4rem;
  pointer-events: auto;
}

.l2h-primo-carousel__dot {
  width: 0.55rem;
  height: 0.55rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  padding: 0;
}

.l2h-primo-carousel__dot.is-active {
  width: 1.35rem;
  background: var(--primo-accent);
}

.l2h-primo-carousel__fallback {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 45%, rgba(201, 162, 39, 0.35) 100%);
  color: #fff;
  font-family: var(--primo-display);
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
}

/* Hero intro — full-width band */
.l2h-primo-intro-band {
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, var(--primo-slate-50) 100%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.l2h-primo-intro-band .container {
  max-width: 72rem;
}

.l2h-primo-intro {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2.5rem 0 3.5rem;
}

@media (min-width: 768px) {
  .l2h-primo-intro {
    padding: 3rem 0 4.5rem;
  }
}

.l2h-primo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: rgba(201, 162, 39, 0.1);
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #92400e;
}

.l2h-primo-badge-dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--primo-accent);
}

.l2h-primo-headline {
  font-family: var(--primo-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--primo-slate-900);
  margin: 1.25rem 0 0;
}

.l2h-primo-headline-gradient {
  display: block;
  margin-top: 0.25rem;
  background: linear-gradient(90deg, var(--primo-accent-dark), #e0b93a, var(--primo-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.l2h-primo-lead {
  margin: 1.15rem 0 0;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--primo-slate-600);
}

.l2h-primo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.l2h-primo-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--primo-slate-100);
}

.l2h-primo-mini-stats dt {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primo-slate-400);
}

.l2h-primo-mini-stats dd {
  margin: 0.25rem 0 0;
  font-family: var(--primo-display);
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--primo-slate-900);
}

/* Trust strip */
.l2h-primo-trust {
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  background: var(--primo-slate-50);
  padding: 1.75rem 0;
}

.l2h-primo-trust-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primo-slate-500);
}

.l2h-primo-trust-inner i {
  margin-right: 0.35rem;
}

.l2h-primo-trust-inner .bi-shield-check { color: #059669; }
.l2h-primo-trust-inner .bi-phone { color: var(--primo-violet); }
.l2h-primo-trust-inner .bi-file-earmark-medical { color: #0891b2; }

/* Sections */
.l2h-primo-section {
  padding: 4rem 0;
}

.l2h-primo-section--muted {
  background: linear-gradient(180deg, var(--primo-slate-50) 0%, #fff 100%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.l2h-primo-section-head {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.l2h-primo-section-title {
  font-family: var(--primo-display);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--primo-slate-900);
  margin: 0;
}

.l2h-primo-section-lead {
  margin: 0.85rem 0 0;
  color: var(--primo-slate-600);
  font-size: 1rem;
  line-height: 1.65;
}

.l2h-primo-content {
  max-width: 48rem;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--primo-slate-600);
}

.l2h-primo-content h2,
.l2h-primo-content h3 {
  font-family: var(--primo-display);
  color: var(--primo-slate-900);
}

/* Feature cards */
.l2h-primo-feature-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .l2h-primo-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.l2h-primo-feature-card {
  height: 100%;
  border-radius: 1rem;
  border: 1px solid var(--primo-slate-200);
  background: #fff;
  padding: 1.35rem;
  box-shadow: var(--primo-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.l2h-primo-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px -16px rgba(15, 23, 42, 0.18);
}

.l2h-primo-feature-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 1rem;
}

.l2h-primo-feature-icon--gold {
  background: linear-gradient(135deg, var(--primo-accent), #e0b93a);
}

.l2h-primo-feature-icon--violet {
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
}

.l2h-primo-feature-icon--cyan {
  background: linear-gradient(135deg, #06b6d4, #0284c7);
}

.l2h-primo-feature-card h3 {
  font-family: var(--primo-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primo-slate-900);
  margin: 0 0 0.45rem;
}

.l2h-primo-feature-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--primo-slate-600);
}

.l2h-primo-feature-list {
  list-style: none;
  padding: 0;
  margin: 0.85rem 0 0;
}

.l2h-primo-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: var(--primo-slate-600);
  margin-bottom: 0.35rem;
}

.l2h-primo-feature-list i {
  color: var(--primo-accent);
  margin-top: 0.15rem;
  font-size: 0.65rem;
}

/* Stats */
.l2h-primo-stat-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .l2h-primo-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.l2h-primo-stat-card {
  text-align: center;
  border-radius: 1rem;
  border: 1px solid var(--primo-slate-200);
  background: #fff;
  padding: 1.5rem 1rem;
  box-shadow: var(--primo-shadow);
}

.l2h-primo-stat-card i {
  font-size: 1.35rem;
  color: var(--primo-accent);
  margin-bottom: 0.65rem;
}

.l2h-primo-stat-value {
  font-family: var(--primo-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--primo-slate-900);
  line-height: 1.1;
}

.l2h-primo-stat-label {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  color: var(--primo-slate-500);
}

/* Testimonials */
.l2h-primo-testimonial {
  height: 100%;
  border-radius: 1rem;
  border: 1px solid var(--primo-slate-200);
  background: #fff;
  padding: 1.5rem;
  box-shadow: var(--primo-shadow);
}

.l2h-primo-testimonial-stars {
  color: var(--primo-accent);
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
}

.l2h-primo-testimonial-text {
  color: var(--primo-slate-700);
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.l2h-primo-testimonial-name {
  font-weight: 700;
  color: var(--primo-slate-900);
}

.l2h-primo-testimonial-role {
  font-size: 0.85rem;
  color: var(--primo-slate-500);
}

/* CTA */
.l2h-primo-cta {
  background: linear-gradient(120deg, rgba(201, 162, 39, 0.12), rgba(124, 58, 237, 0.06));
  border-top: 1px solid var(--primo-slate-200);
  border-bottom: 1px solid var(--primo-slate-200);
}

.l2h-primo-cta-card {
  border-radius: 1.25rem;
  border: 1px solid var(--primo-slate-200);
  background: #fff;
  box-shadow: var(--primo-shadow);
  padding: 2rem;
}

.l2h-primo-cta-card h2 {
  font-family: var(--primo-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--primo-slate-900);
  margin: 0 0 0.5rem;
}

.l2h-primo-cta-card p {
  margin: 0;
  color: var(--primo-slate-600);
}

/* Footer — logo colors (black + gold) */
.l2h-home-primo .l2h-site-footer-primo {
  margin-top: 0;
  border-top: 1px solid rgba(201, 162, 39, 0.28);
  background: linear-gradient(180deg, #121212 0%, #070707 100%);
  color: rgba(245, 245, 247, 0.72);
}

.l2h-home-primo .l2h-site-footer-primo .l2h-footer-title {
  color: #e0b93a;
}

.l2h-home-primo .l2h-site-footer-primo .l2h-text-muted {
  color: rgba(245, 245, 247, 0.55) !important;
}

.l2h-home-primo .l2h-site-footer-primo .l2h-footer-links a,
.l2h-home-primo .l2h-site-footer-primo .l2h-footer-contact,
.l2h-home-primo .l2h-site-footer-primo .l2h-footer-contact a {
  color: rgba(245, 245, 247, 0.62);
}

.l2h-home-primo .l2h-site-footer-primo .l2h-footer-links a:hover,
.l2h-home-primo .l2h-site-footer-primo .l2h-footer-contact a:hover {
  color: #e0b93a;
}

.l2h-home-primo .l2h-site-footer-primo .l2h-footer-contact i {
  color: #c9a227;
}

.l2h-home-primo .l2h-site-footer-primo .l2h-footer-bottom {
  border-top-color: rgba(201, 162, 39, 0.22);
  color: rgba(245, 245, 247, 0.55);
}

.l2h-home-primo .l2h-site-footer-primo .l2h-btn-primo-outline {
  color: #f5f5f7 !important;
  background: transparent;
  border-color: rgba(201, 162, 39, 0.45);
}

.l2h-home-primo .l2h-site-footer-primo .l2h-btn-primo-outline:hover {
  color: #111 !important;
  background: var(--primo-accent);
  border-color: var(--primo-accent);
}
