/* =====================================================
   HNO CLEANING SERVICES — Landing Page stylesheet
   Loaded AFTER style.css (reuses :root tokens + .btn + .container).
   Palette leans on the LIGHTER blue per Reginaldo:
     anchor #0098DA | deep #00628C | light #56B9E4 | soft #e9f5fc
   Zero navy (#1B3A5C), zero teal (#4A9FB5).
   ===================================================== */

/* ---- Stripped, conversion-focused header (no site nav) ---- */
.lp-header {
  background: #fff; border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 120;
  box-shadow: 0 2px 14px rgba(0,98,140,.06);
}
.lp-header-inner { display: flex; align-items: center; gap: 18px; height: 68px; }
.lp-logo { flex-shrink: 0; display: inline-flex; align-items: center; }
.lp-logo img { height: 32px; width: auto; display: block; }
.lp-logo .logo-wordmark { align-items: center; gap: 7px; }
.lp-header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.lp-call {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--blue-dark); font-weight: 800; font-size: 1.02rem; white-space: nowrap;
}
.lp-call .lp-call-ic { color: var(--blue); font-size: 1.15rem; line-height: 1; }
.lp-call:hover { color: var(--blue); }
.lp-call-label { color: var(--muted); font-weight: 600; font-size: .74rem; display: block; line-height: 1; margin-bottom: 2px; }
.lp-cta {
  background: var(--blue); color: #fff; font-weight: 800; font-size: .92rem;
  padding: 12px 22px; border-radius: 9px; white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0,152,218,.32); transition: background .2s, transform .15s;
}
.lp-cta:hover { background: var(--blue-dark); transform: translateY(-1px); }

/* ---- HERO (photo wide + copy left + inline quote form right) ---- */
.lp-hero { position: relative; background: var(--blue-dark); overflow: hidden; }
.lp-hero-bg { position: absolute; inset: 0; }
.lp-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lp-hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(100deg,
    rgba(0,72,105,.95) 0%, rgba(0,98,140,.86) 40%,
    rgba(0,120,170,.60) 70%, rgba(86,185,228,.42) 100%);
}
.lp-hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 46px; align-items: center;
  padding: 66px 0 74px;
}
.lp-hero-copy { max-width: 620px; }
.lp-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.28);
  padding: 7px 15px; border-radius: 40px; font-size: .8rem; font-weight: 600; margin-bottom: 18px;
}
.lp-badge .stars { color: #ffd36b; letter-spacing: 1px; }
.lp-hero h1 {
  color: #fff; font-size: 2.75rem; font-weight: 900; letter-spacing: -.8px; line-height: 1.08;
}
.lp-hero h1 em { color: var(--blue-light); font-style: normal; }
.lp-hero-sub { color: rgba(255,255,255,.92); font-size: 1.12rem; margin: 18px 0 24px; max-width: 540px; }
.lp-hero-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.lp-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  color: #fff; font-size: .84rem; font-weight: 600; padding: 7px 13px; border-radius: 30px;
}
.lp-chip .tick { color: var(--blue-light); font-weight: 900; }
.lp-hero-call {
  display: inline-flex; align-items: center; gap: 10px;
  color: #fff; font-weight: 800; font-size: 1.05rem;
}
.lp-hero-call .lp-call-ic { color: var(--blue-light); font-size: 1.3rem; }
.lp-hero-call:hover { color: var(--blue-light); }

/* ---- Inline quote form card ---- */
.lp-form-card {
  background: #fff; border-radius: 16px; padding: 28px 26px 26px;
  box-shadow: 0 22px 60px rgba(0,50,80,.34); border-top: 5px solid var(--blue-light);
}
.lp-form-title { font-size: 1.4rem; font-weight: 900; color: var(--heading); margin-bottom: 4px; }
.lp-form-sub { color: var(--muted); font-size: .92rem; margin-bottom: 18px; }
.lp-form .lp-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 13px; }
.lp-form label { font-size: .82rem; font-weight: 700; color: var(--blue-dark); }
.lp-form label .req { color: var(--blue); }
.lp-form input, .lp-form textarea {
  padding: 12px 14px; border: 2px solid var(--line); border-radius: 10px;
  font-size: .96rem; font-family: inherit; color: var(--text); background: #fff;
  transition: border-color .2s; min-height: 46px; width: 100%;
}
.lp-form input:focus, .lp-form textarea:focus { outline: none; border-color: var(--blue); }
.lp-form textarea { resize: vertical; min-height: 74px; }
.lp-form .btn { width: 100%; margin-top: 4px; }
.lp-consent { text-align: center; color: var(--muted); font-size: .74rem; margin-top: 11px; line-height: 1.5; }
.lp-consent a { color: var(--blue); }
.lp-form-success { text-align: center; padding: 14px 6px; }
.lp-form-success .tick-big {
  width: 56px; height: 56px; margin: 0 auto 12px; border-radius: 50%;
  background: var(--blue-soft); color: var(--blue); display: flex; align-items: center;
  justify-content: center; font-size: 1.8rem; font-weight: 900;
}
.lp-form-success h3 { font-size: 1.25rem; margin-bottom: 8px; }
.lp-form-success p { color: var(--muted); font-size: .94rem; }
.lp-form-success a { color: var(--blue); font-weight: 800; }
.lp-form-error {
  background: #fdecec; color: #c0392b; border: 1px solid #f2b8b3;
  border-radius: 9px; padding: 11px 14px; font-size: .86rem; margin-bottom: 14px;
}
/* honeypot */
.lp-hp { position: absolute; left: -9999px; top: -9999px; height: 0; width: 0; overflow: hidden; }

/* ---- BENEFITS / TRUST ROW ---- */
.lp-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lp-benefit {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px;
  box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s;
}
.lp-benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.lp-benefit-ic {
  width: 46px; height: 46px; border-radius: 12px; background: var(--blue-soft); color: var(--blue-dark);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
  font-size: 1.35rem; font-weight: 900;
}
.lp-benefit h3 { font-size: 1.06rem; font-weight: 800; margin-bottom: 6px; }
.lp-benefit p { color: var(--muted); font-size: .92rem; }

/* ---- WHAT'S INCLUDED ---- */
.lp-included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 46px; align-items: start; }
.lp-inc-intro { color: var(--muted); font-size: 1.04rem; margin-bottom: 8px; }
.lp-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.lp-list li { position: relative; padding-left: 32px; color: var(--text); font-size: .98rem; line-height: 1.5; }
.lp-list li::before {
  content: ''; position: absolute; left: 0; top: 2px; width: 20px; height: 20px;
  border-radius: 50%; background: var(--blue); }
.lp-list li::after {
  content: ''; position: absolute; left: 7px; top: 6px; width: 5px; height: 10px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.lp-inc-panel {
  background: var(--blue-soft); border-radius: 16px; padding: 30px 28px;
  border: 1px solid #d5ecf7;
}
.lp-inc-panel h3 { font-size: 1.15rem; font-weight: 800; color: var(--blue-dark); margin-bottom: 8px; }
.lp-inc-panel p { color: #35586b; font-size: .96rem; margin-bottom: 16px; }

/* ---- TESTIMONIALS (reuse .review look, lighter) ---- */
.lp-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ---- FAQ (accessible details/summary, direct-answer blocks) ---- */
.lp-faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.lp-faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 3px 14px rgba(0,98,140,.05); overflow: hidden;
}
.lp-faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 800; font-size: 1.04rem;
  color: var(--heading); display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after {
  content: '+'; color: var(--blue); font-size: 1.5rem; font-weight: 700; line-height: 1; flex-shrink: 0;
}
.lp-faq-item[open] summary::after { content: '\2013'; }
.lp-faq-item[open] summary { color: var(--blue-dark); }
.lp-faq-answer { padding: 0 24px 22px; color: var(--muted); font-size: .98rem; line-height: 1.75; }

/* ---- FINAL CTA ---- */
.lp-final { background: linear-gradient(120deg, var(--blue) 0%, var(--blue-dark) 100%); color: #fff; }
.lp-final .container {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  flex-wrap: wrap; padding: 56px 22px;
}
.lp-final h2 { color: #fff; font-size: 1.95rem; font-weight: 900; max-width: 640px; }
.lp-final p { color: rgba(255,255,255,.92); margin-top: 10px; max-width: 560px; }
.lp-final-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---- SLIM FOOTER ---- */
.lp-footer { background: var(--blue-dark); color: #fff; padding: 40px 0 26px; }
.lp-footer-inner { display: flex; flex-wrap: wrap; gap: 24px 40px; align-items: flex-start; justify-content: space-between; }
.lp-footer-logo img { height: 28px; filter: brightness(0) invert(1); margin-bottom: 12px; }
.lp-footer-nap { font-size: .9rem; color: rgba(255,255,255,.82); line-height: 1.9; max-width: 340px; }
.lp-footer-nap a { color: #fff; font-weight: 700; }
.lp-footer-nap a:hover { color: var(--blue-light); }
.lp-footer-area { font-size: .88rem; color: rgba(255,255,255,.7); }
.lp-footer-col h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.6); margin-bottom: 12px; }
.lp-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.lp-footer-col a { color: rgba(255,255,255,.82); font-size: .9rem; }
.lp-footer-col a:hover { color: var(--blue-light); }
/* Cross-link lists (kills orphan LPs — every LP links every other) */
.lp-footer-links {
  border-top: 1px solid rgba(255,255,255,.14); margin-top: 28px; padding-top: 26px;
  display: grid; grid-template-columns: 1fr 2fr; gap: 22px 40px;
}
.lp-footer-links h4 {
  font-size: .78rem; text-transform: uppercase; letter-spacing: 1px;
  color: rgba(255,255,255,.6); margin-bottom: 12px;
}
.lp-footer-links ul { list-style: none; columns: 2; column-gap: 30px; }
.lp-footer-linkcol:first-child ul { columns: 1; }
.lp-footer-links li { margin-bottom: 8px; break-inside: avoid; }
.lp-footer-links a { color: rgba(255,255,255,.82); font-size: .88rem; }
.lp-footer-links a:hover { color: var(--blue-light); }

.lp-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.14); margin-top: 30px; padding-top: 20px;
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
}
.lp-footer-bottom p { font-size: .8rem; color: rgba(255,255,255,.6); }
.lp-version {
  display: inline-block; font-size: .74rem; font-weight: 700; color: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.22); border-radius: 20px; padding: 2px 10px;
}
.lp-footer-dev { display: flex; align-items: center; gap: 8px; font-size: .78rem; color: rgba(255,255,255,.6); }
.lp-footer-dev img { height: 20px; opacity: .9; display: block; }

/* ---- STICKY MOBILE BOTTOM BAR ---- */
.lp-mobilebar { display: none; }

@media (max-width: 940px) {
  .lp-hero-inner { grid-template-columns: 1fr; gap: 30px; padding: 48px 0 56px; }
  .lp-hero-copy { max-width: none; }
  .lp-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-testi-grid { grid-template-columns: 1fr 1fr; }
  .lp-included-grid { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 640px) {
  .lp-header-inner { height: 60px; }
  .lp-cta { display: none; }               /* mobile: Free Quote lives in the sticky bar */
  .lp-call-label { display: none; }
  .lp-hero h1 { font-size: 2rem; }
  .lp-hero-sub { font-size: 1.02rem; }
  .lp-benefits-grid { grid-template-columns: 1fr; }
  .lp-testi-grid { grid-template-columns: 1fr; }
  .lp-final .container { flex-direction: column; align-items: flex-start; }
  /* sticky bottom action bar */
  .lp-mobilebar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 999;
    background: #fff; box-shadow: 0 -4px 20px rgba(0,50,80,.16);
  }
  .lp-mobilebar a {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 15px 8px; font-weight: 800; font-size: .96rem;
  }
  .lp-mobilebar .mb-call { background: #fff; color: var(--blue-dark); border-top: 3px solid var(--blue); }
  .lp-mobilebar .mb-quote { background: var(--blue); color: #fff; }
  .lp-footer { padding-bottom: 84px; }     /* clear the fixed bar */
  .lp-footer-links { grid-template-columns: 1fr; gap: 20px; }
  .lp-footer-links ul, .lp-footer-linkcol:first-child ul { columns: 1; }
}
