:root {
  --lpv2-navy: #0f1729;
  --lpv2-navy-soft: #121a30;
  --lpv2-surface: #ffffff;
  --lpv2-surface-alt: #f8fafc;
  --lpv2-border: rgba(15, 23, 42, 0.1);
  --lpv2-text: #0f172a;
  --lpv2-text-soft: #64748b;
  --lpv2-accent: #4CAF50;
  --lpv2-accent-dark: #3f9a46;
}

.lpv2-page {
  background: var(--lpv2-surface-alt);
  color: var(--lpv2-text);
}

.lpv2-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.lpv2-kicker,
.lpv2-section-tag {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #79d27f;
}

.lpv2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.45rem;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lpv2-btn:hover {
  transform: translateY(-1px);
}

.lpv2-btn-primary {
  background: linear-gradient(135deg, var(--lpv2-accent), var(--lpv2-accent-dark));
  border: 1px solid var(--lpv2-accent-dark);
  color: #ffffff;
}

.lpv2-btn-primary:hover {
  background: var(--lpv2-accent-dark);
  color: #ffffff;
}

.lpv2-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.lpv2-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.lpv2-hero-actions .lpv2-btn-ghost,
.lpv2-hero-actions .lpv2-btn-ghost i {
  color: #ffffff;
}

.lpv2-hero {
  position: relative;
  overflow: hidden;
  background: var(--lpv2-navy);
}

.lpv2-hero-media,
.lpv2-hero-overlay {
  position: absolute;
  inset: 0;
}

.lpv2-hero-media {
  background: linear-gradient(135deg, rgba(27, 58, 75, 0.9), rgba(76, 175, 80, 0.1)),
              url('/static/HERO_Janitors-407dad35-a278-4a74-b10c-01b25b7ddf2b.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lpv2-hero-overlay {
  background:
    linear-gradient(135deg, rgba(10, 14, 26, 0.78) 0%, rgba(15, 23, 41, 0.72) 55%, rgba(18, 26, 48, 0.64) 100%),
    radial-gradient(circle at 78% 20%, rgba(76, 175, 80, 0.12), transparent 34%);
}

.lpv2-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 2rem;
  align-items: center;
  padding: 7rem 1.5rem 4rem;
}

.lpv2-hero-copy h1,
.lpv2-section-head h2,
.lpv2-form-header h2,
.lpv2-cta-grid h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.lpv2-hero-copy h1 {
  max-width: 12ch;
  margin: 0.95rem 0 1rem;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.lpv2-hero-copy h1 span {
  color: #79d27f;
}

.lpv2-hero-copy p {
  max-width: 620px;
  margin: 0;
  color: #cbd5e1;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.75;
}

.lpv2-hero-points {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.lpv2-hero-points li {
  position: relative;
  padding-left: 1.35rem;
  color: #e2e8f0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.lpv2-hero-points li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0.02rem;
  color: #79d27f;
  font-weight: 700;
}

.lpv2-hero-proof {
  display: none;
}

.lpv2-proof-card {
  padding: 0.95rem 0.9rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lpv2-proof-value {
  display: block;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
}

.lpv2-proof-label {
  display: block;
  margin-top: 0.18rem;
  color: #cbd5e1;
  font-size: 0.78rem;
  line-height: 1.4;
}

.lpv2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.lpv2-form-card {
  background: var(--lpv2-surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.35rem;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.lpv2-form-header {
  margin-bottom: 1rem;
}

.lpv2-form-header h2 {
  margin: 0.55rem 0 0.6rem;
  color: var(--lpv2-text);
  text-align: left;
}

.lpv2-form-header p,
.lpv2-section-head p,
.lpv2-cta-grid p {
  margin: 0;
  color: var(--lpv2-text-soft);
  font-size: 0.98rem;
  line-height: 1.75;
}

.lpv2-form {
  display: grid;
  gap: 0.55rem;
}

.lpv2-form-group {
  display: grid;
  gap: 0.35rem;
}

.lpv2-form-group label {
  color: #334155;
  font-size: 0.84rem;
  font-weight: 600;
}

.lpv2-form input {
  width: 100%;
  border: 1px solid var(--lpv2-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--lpv2-text);
  font-size: 0.94rem;
  padding: 0.78rem 0.82rem;
}

.lpv2-form input:focus {
  outline: none;
  border-color: rgba(76, 175, 80, 0.85);
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.12);
}

.lpv2-form-note {
  margin-top: 0.15rem;
  color: var(--lpv2-text-soft);
  font-size: 0.78rem;
}

.lpv2-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--lpv2-accent-dark);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lpv2-accent), var(--lpv2-accent-dark));
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
}

.lpv2-stats-strip {
  background: var(--lpv2-navy-soft);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lpv2-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.4rem 1.5rem;
}

.lpv2-stat {
  text-align: center;
}

.lpv2-stat-value {
  display: block;
  color: #79d27f;
  font-size: 1.4rem;
  font-weight: 800;
}

.lpv2-stat-label {
  display: block;
  margin-top: 0.18rem;
  color: #cbd5e1;
  font-size: 0.8rem;
}

.lpv2-section {
  padding: 4.5rem 0;
}

.lpv2-section-coverage {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.lpv2-section-light {
  background: var(--lpv2-surface-alt);
}

.lpv2-section-dark {
  background: var(--lpv2-navy);
}

.lpv2-section-dark .lpv2-section-head h2,
.lpv2-section-dark .lpv2-section-head p {
  color: #ffffff;
}

.lpv2-section-dark .lpv2-section-head p {
  color: #cbd5e1;
}

.lpv2-section-head {
  max-width: none;
  width: 100%;
  justify-self: start;
  margin-bottom: 2rem;
  text-align: left;
}

.lpv2-section-head h2 {
  margin: 0.55rem 0 0.85rem;
  color: var(--lpv2-text);
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.lpv2-section-head p,
.lpv2-section-head .lpv2-section-tag {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.lpv2-services-grid,
.lpv2-proof-grid,
.lpv2-gallery-grid,
.lpv2-industry-grid,
.lpv2-industry-detail-grid,
.lpv2-location-grid,
.lpv2-testimonial-grid,
.lpv2-faq-grid {
  display: grid;
  gap: 1rem;
}

.lpv2-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lpv2-service-card,
.lpv2-proof-panel,
.lpv2-gallery-card,
.lpv2-process-card,
.lpv2-location-card,
.lpv2-industry-card,
.lpv2-industry-detail,
.lpv2-testimonial-card,
.lpv2-faq-card {
  background: #ffffff;
  border: 1px solid var(--lpv2-border);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.lpv2-service-card {
  padding: 1.45rem;
}

.lpv2-service-icon {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #e8f5e9;
  color: #2f7a35;
  margin-bottom: 1rem;
}

.lpv2-service-card h3,
.lpv2-gallery-copy h3,
.lpv2-process-card h3,
.lpv2-location-card h3,
.lpv2-industry-card h3,
.lpv2-industry-detail h3,
.lpv2-proof-panel h3,
.lpv2-faq-card h3 {
  margin: 0 0 0.65rem;
  color: var(--lpv2-text);
  font-size: 1rem;
  font-weight: 700;
}

.lpv2-service-card ul,
.lpv2-location-card ul,
.lpv2-industry-card ul,
.lpv2-industry-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.lpv2-service-card li,
.lpv2-location-card li,
.lpv2-industry-card li,
.lpv2-industry-detail li {
  position: relative;
  padding-left: 0.95rem;
  color: var(--lpv2-text-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.lpv2-service-card li::before,
.lpv2-location-card li::before,
.lpv2-industry-card li::before,
.lpv2-industry-detail li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: var(--lpv2-accent);
}

.lpv2-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.95rem;
  color: #0f172a;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.lpv2-service-card a::after {
  content: '→';
}

.lpv2-proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lpv2-proof-panel {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.lpv2-proof-panel h3,
.lpv2-proof-panel p {
  color: #ffffff;
}

.lpv2-proof-panel p {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.65;
}

.lpv2-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lpv2-gallery-card {
  overflow: hidden;
}

.lpv2-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lpv2-gallery-copy {
  padding: 1rem 1rem 1.1rem;
}

.lpv2-gallery-copy p,
.lpv2-location-card p,
.lpv2-industry-detail p,
.lpv2-testimonial-card p,
.lpv2-faq-card p {
  margin: 0;
  color: var(--lpv2-text-soft);
  font-size: 0.94rem;
  line-height: 1.65;
}

.lpv2-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.lpv2-process-card {
  padding: 1.25rem;
}

.lpv2-process-step {
  width: 2.3rem;
  height: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e8f5e9;
  color: #2f7a35;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 0.9rem;
}

.lpv2-process-card p {
  margin: 0;
  color: var(--lpv2-text-soft);
  font-size: 0.92rem;
  line-height: 1.6;
}

.lpv2-location-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.lpv2-location-card,
.lpv2-industry-detail,
.lpv2-faq-card,
.lpv2-testimonial-card {
  padding: 1.35rem;
}

.lpv2-location-card {
  padding: 1.1rem;
}

.lpv2-location-card h3 {
  margin-bottom: 0.5rem;
}

.lpv2-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

.lpv2-city-list span {
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #334155;
  font-size: 0.74rem;
  font-weight: 600;
}

.lpv2-note-band {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 0.9rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid var(--lpv2-border);
}

.lpv2-note-band i {
  color: var(--lpv2-accent);
  margin-top: 0.1rem;
}

.lpv2-note-band p {
  margin: 0;
  color: var(--lpv2-text-soft);
  font-size: 0.92rem;
  line-height: 1.65;
}

.lpv2-industry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.lpv2-industry-card {
  padding: 1.25rem;
}

.lpv2-industry-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lpv2-review-banner {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: rgba(76, 175, 80, 0.12);
  border: 1px solid rgba(76, 175, 80, 0.18);
}

.lpv2-review-banner i {
  color: #79d27f;
  margin-top: 0.1rem;
}

.lpv2-review-banner strong {
  display: block;
  color: #ffffff;
  font-size: 0.96rem;
}

.lpv2-review-banner p {
  margin: 0.2rem 0 0;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.6;
}

.lpv2-testimonial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lpv2-testimonial-card {
  background: #ffffff;
}

.lpv2-stars {
  margin-bottom: 0.75rem;
  color: #f59e0b;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.lpv2-testimonial-card cite {
  display: block;
  margin-top: 0.8rem;
  color: #334155;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 700;
}

.lpv2-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lpv2-cta-band {
  background: var(--lpv2-navy);
  padding: 4rem 0;
}

.lpv2-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.lpv2-cta-grid h2,
.lpv2-cta-grid p {
  color: #ffffff;
  text-align: left;
}

.lpv2-cta-grid p {
  max-width: 760px;
  color: #cbd5e1;
}

.lpv2-cta-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1rem;
}

.lpv2-cta-features span {
  color: #e2e8f0;
  font-size: 0.88rem;
}

.lpv2-cta-features i {
  color: #79d27f;
  margin-right: 0.35rem;
}

.lpv2-cta-actions {
  display: grid;
  gap: 0.85rem;
}

.lpv2-map-section iframe {
  display: block;
}

@media (max-width: 1100px) {
  .lpv2-hero-grid,
  .lpv2-request-grid {
    grid-template-columns: 1fr;
  }

  .lpv2-proof-grid,
  .lpv2-services-grid,
  .lpv2-gallery-grid,
  .lpv2-location-grid,
  .lpv2-industry-grid,
  .lpv2-industry-detail-grid,
  .lpv2-process-grid,
  .lpv2-testimonial-grid,
  .lpv2-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lpv2-cta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .lpv2-shell {
    padding: 0 1rem;
  }

  .lpv2-hero-grid {
    grid-template-columns: 1fr;
    padding: 5.5rem 1rem 2.2rem;
  }

  .lpv2-hero {
    min-height: 0;
  }

  /* Ensure hero background stays within viewport and feels less zoomed */
  .lpv2-hero {
    overflow-x: hidden;
  }

  .lpv2-hero-media {
    background-position: center top;
    background-size: auto 120%;
  }

  /* Hide stats strip under hero on mobile */
  .lpv2-stats-strip {
    display: none;
  }

  /* Hide hero kicker/tagline above title on mobile */
  .lpv2-hero-copy .lpv2-kicker {
    display: none;
  }

  .lpv2-hero-proof {
    display: none;
  }

  .lpv2-hero-copy h1 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .lpv2-hero-proof,
  .lpv2-stats-grid,
  .lpv2-services-grid,
  .lpv2-gallery-grid,
  .lpv2-process-grid,
  .lpv2-location-grid,
  .lpv2-industry-grid,
  .lpv2-industry-detail-grid,
  .lpv2-testimonial-grid,
  .lpv2-faq-grid {
    grid-template-columns: 1fr;
  }

  .lpv2-hero-actions {
    flex-direction: column;
  }

  .lpv2-btn {
    width: 100%;
  }

  .lpv2-section,
  .lpv2-cta-band {
    padding: 3rem 0;
  }

  .lpv2-form-header p {
    display: none;
  }
}
