/* Sprint 4 Hero + Contact FAB — hoachatlocthien */
/* HERO */
section.hero{
  background: linear-gradient(120deg,#0d6e3f,#0a5730 60%,#08491f) !important;
  color: #fff;
}
section.hero .hero__in{
  display: grid !important;
  grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
  gap: 32px;
  align-items: center;
  max-width: 1120px !important;
  margin-inline: auto;
  padding-block: 48px 36px !important;
}
section.hero .hero__copy{ min-width: 0; }
section.hero .badge,
section.hero .hero__badge{
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.15) !important;
  border: 1px solid rgba(255,255,255,.3) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .02em;
  line-height: 1.3;
}
section.hero h1{
  font-size: clamp(1.75rem, 3.5vw, 2.5rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin: 0 0 14px !important;
  max-width: 520px;
  color: #fff !important;
}
section.hero .hero__desc{
  margin: 0 0 22px !important;
  max-width: 480px;
  font-size: 1.05rem !important;
  line-height: 1.55 !important;
  color: rgba(255,255,255,.92) !important;
}
section.hero .hero__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 20px !important;
  align-items: center;
}
section.hero .hero__cta .hero-cta-primary,
section.hero a.hero-cta-primary{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: .35em;
  background: #F5A623 !important;
  color: #1a1a1a !important;
  border: 2px solid #F5A623 !important;
  border-radius: 999px !important;
  padding: 16px 32px !important;
  min-height: 52px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(245,166,35,.28);
}
section.hero .hero__cta .hero-cta-primary:hover{
  background: #e09414 !important;
  border-color: #e09414 !important;
}
section.hero .hero__cta .hero-cta-secondary,
section.hero a.hero-cta-secondary{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: .35em;
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,.8) !important;
  border-radius: 999px !important;
  padding: 16px 28px !important;
  min-height: 52px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
section.hero .hero__cta .hero-cta-secondary:hover{
  background: rgba(255,255,255,.1) !important;
}
section.hero .hero__cta a:focus-visible{
  outline: 3px solid #F5A623;
  outline-offset: 3px;
}

/* trust strip */
section.hero .hero__trust{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.hero .hero__trust li{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}
section.hero .hero__trust li::before{
  content: "✓";
  color: #F5A623;
  font-weight: 800;
}

/* media */
section.hero .hero__media{
  margin: 0;
  min-width: 0;
}
section.hero .hero__media img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
  background: rgba(0,0,0,.12);
}

/* kill old capacity collage if residual */
section.hero .hero__cap,
section.hero .hero__cap-grid,
section.hero .hero__cap-note{ display: none !important; }

@media (max-width: 1023.98px){
  section.hero .hero__in{
    grid-template-columns: 1fr !important;
    gap: 22px;
    padding-block: 36px 28px !important;
  }
  section.hero .hero__media{ order: 2; }
  section.hero .hero__copy{ order: 1; }
  section.hero h1{ max-width: none; }
}

@media (max-width: 767.98px){
  section.hero .hero__cta{ flex-direction: column; align-items: stretch; }
  section.hero .hero__cta a{ width: 100%; }
  section.hero .hero__trust{ gap: 10px 16px; }
  section.hero .hero__trust li{ font-size: 13px; flex: 1 1 42%; }
}

/* ===== Contact FAB (HERO-07) ===== */
#lct-contact-fab{
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1200;
  font-family: inherit;
}
#lct-contact-fab .cfab-btn{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #0d6e3f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(13,110,63,.35);
  transition: background .15s ease, transform .15s ease;
}
#lct-contact-fab .cfab-btn:hover{
  background: #08491f;
  transform: scale(1.05);
}
#lct-contact-fab .cfab-btn:focus-visible{
  outline: 3px solid #F5A623;
  outline-offset: 3px;
}
#lct-contact-fab .cfab-btn svg{ width: 24px; height: 24px; display:block; }
#lct-contact-fab .cfab-panel{
  position: absolute;
  right: 0;
  bottom: 68px;
  width: 250px;
  background: #fff;
  color: #1c2b23;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
  overflow: hidden;
  display: none;
}
#lct-contact-fab.is-open .cfab-panel{ display: block; }
#lct-contact-fab .cfab-panel a{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #eef2ef;
}
#lct-contact-fab .cfab-panel a:last-child{ border-bottom: 0; }
#lct-contact-fab .cfab-panel a:hover{ background: rgba(13,110,63,.08); }
#lct-contact-fab .cfab-ico{
  width: 28px; min-width: 28px; height: 28px; border-radius: 8px;
  display:inline-flex; align-items:center; justify-content:center;
  background: #f4f8f5; font-size: 14px;
}
#lct-contact-fab .cfab-txt strong{ display:block; font-size: .92rem; line-height:1.25; }
#lct-contact-fab .cfab-txt span{ display:block; font-size: .78rem; color:#5b6b62; margin-top:2px; }

/* Hide old dual contact widgets + avoid clash with mobile sticky CTA */
#cb-nav.contactbar{ display: none !important; }

@media (max-width: 767.98px){
  /* sticky CTA already covers mobile — hide FAB to avoid double chrome */
  #lct-contact-fab{ display: none !important; }
}

@media (min-width: 768px){
  /* lift FAB above-left of nothing; keep BR */
  #lct-contact-fab{ bottom: 24px; right: 24px; }
}
