/*
Theme Name:   Laborem Child
Template:     zaaztheme
Description:  Child theme of zaaztheme for laborem.ca.
Author:       Zaaz
Version:      0.2.0
Text Domain:  laborem-child
*/

/* ------------------------------------------------------------------
   Typography: Fraunces (serif, trust + authority) headings + Inter body.
   ------------------------------------------------------------------ */

body, .zt-main, .zt-footer, .zt-top-bar {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  letter-spacing: -0.005em;
  color: #334155;
  background: #FAFAFA;
}

.zt-site-title, .zt-site-title a, .zt-header-brand {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.zt-nav__link, .zt-nav__submenu .zt-nav__link,
.zt-top-bar-menu .menu-item a, .zt-footer__menu .menu-item a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-size: 0.95rem;
  color: #334155;
}
.zt-nav__link:hover, .zt-footer__menu .menu-item a:hover {
  color: #1E3A8A;
}

.zt-lang-switcher__item a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .zt-heading {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #0F172A;
}

/* ------------------------------------------------------------------
   Hero — deep navy gradient with maple-red accent + landscape photo.
   ------------------------------------------------------------------ */

.lb-hero-bg {
  position: relative;
  margin: -96px calc(50% - 50vw) 0;
  padding: 120px calc(50vw - 50%) 100px;
  color: #FAFAFA;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(15,23,42,0.92) 0%, rgba(30,58,138,0.84) 60%, rgba(220,38,38,0.55) 100%),
    url("/wp-content/uploads/2026/04/lb-hero.jpg") center 30% / cover no-repeat,
    #0F172A;
}

.lb-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 92% 20%, rgba(245,158,11,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 45% 55% at 8% 90%, rgba(220,38,38,0.22) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.lb-hero-bg > * { position: relative; z-index: 1; }

.lb-subhero {
  position: relative;
  margin: -96px calc(50% - 50vw) 0;
  padding: 80px calc(50vw - 50%) 60px;
  color: #FAFAFA;
  background: linear-gradient(115deg, #0F172A 0%, #1E3A8A 75%, #2B3FA6 100%);
}

/* Eyebrow label */
.lb-eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #DC2626;
  margin-bottom: 12px;
}

/* Divider accent */
.lb-divider {
  width: 52px;
  height: 3px;
  background: #DC2626;
  border-radius: 2px;
  margin: 0 0 18px;
}
.lb-divider--center { margin-left: auto; margin-right: auto; }

/* Cards */
.lb-card {
  display: block;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.lb-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.lb-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1E3A8A 0%, #2B3FA6 100%);
  color: #FAFAFA;
  margin-bottom: 18px;
}

/* Buttons */
.lb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  border-radius: 999px;
  text-decoration: none !important;
  transition: all 180ms ease;
}
.lb-btn--primary {
  background: #DC2626;
  color: #FFFFFF !important;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
}
.lb-btn--primary:hover {
  background: #B91C1C;
  box-shadow: 0 6px 16px rgba(220, 38, 38, 0.4);
  transform: translateY(-1px);
}
.lb-btn--ghost {
  background: transparent;
  color: #FAFAFA !important;
  border: 1.5px solid rgba(250, 250, 250, 0.4);
}
.lb-btn--ghost:hover {
  background: rgba(250, 250, 250, 0.1);
  border-color: rgba(250, 250, 250, 0.7);
}
.lb-btn--whatsapp {
  background: #25D366;
  color: #FFFFFF !important;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}
.lb-btn--whatsapp:hover {
  background: #1DA851;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}

/* Check list */
.lb-check-list { list-style: none; padding: 0; margin: 0; display: block; }
.lb-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 0.97rem;
  line-height: 1.5;
  color: #334155;
}
.lb-check-item:last-child { border-bottom: none; }
.lb-check-dot {
  flex-shrink: 0; width: 20px; height: 20px; margin-top: 2px;
  border-radius: 50%; background: #DC2626; color: #FFFFFF;
  display: inline-flex; align-items: center; justify-content: center;
}

/* Stats */
.lb-stat-value {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #DC2626;
}

/* Layout utilities */
.lb-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.lb-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.lb-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.lb-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.lb-hero-trust { display: flex; gap: 40px; margin-top: 44px; flex-wrap: wrap; }
.lb-btn-group-center { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.lb-row-icon { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.lb-icon-badge {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px;
  background: rgba(30, 58, 138, 0.08); color: #1E3A8A;
  display: inline-flex; align-items: center; justify-content: center;
}

/* Responsive */
@media (max-width: 900px) {
  .lb-hero-bg, .lb-subhero { padding-left: 24px; padding-right: 24px; }
  .lb-grid-2, .lb-grid-3, .lb-hero-grid { grid-template-columns: 1fr !important; }
  .lb-hero-ctas, .lb-hero-trust { justify-content: flex-start; }
}
