/* ============================================================
   BETTER VIEW — SEO landing page layout
   Loads on top of styles.css. Uses the same tokens, fonts and
   light/dark variables, so these pages inherit the site theme.
   ============================================================ */

.lp-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-h) + clamp(3.2rem, 7vw, 5.5rem)) 0 clamp(3.5rem, 7vw, 5.5rem);
}
.lp-hero-bg {
  position: absolute; inset: 0;
  background-position: center; background-size: cover;
  transform: scale(1.06);
}
.lp-hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 10, 0.86) 0%, rgba(5, 8, 10, 0.92) 55%, var(--bg) 100%);
}
.lp-hero .wrap { position: relative; z-index: 2; }
.lp-hero h1 {
  font-family: var(--fd); font-weight: 600;
  font-size: clamp(2.05rem, 1.05rem + 4.4vw, 3.7rem);
  line-height: 1.06; letter-spacing: -0.026em;
  color: var(--text); max-width: 900px; margin-top: 0.85rem;
}
.lp-hero .sub { max-width: 700px; }

.lp-crumbs {
  position: relative; z-index: 2;
  font-size: 0.74rem; letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--faint); margin-bottom: 1.4rem;
}
.lp-crumbs a { color: var(--faint); transition: color 0.25s var(--ease); }
.lp-crumbs a:hover { color: var(--teal); }
.lp-crumbs i { font-style: normal; margin: 0 0.55rem; opacity: 0.45; }

.lp-ctas { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 2rem; }

.lp-trust {
  display: flex; flex-wrap: wrap; gap: 0.55rem 1.5rem;
  margin-top: 1.9rem; font-size: 0.82rem; color: var(--faint);
}
.lp-trust span { display: inline-flex; align-items: center; gap: 0.45rem; }
.lp-trust svg { color: var(--teal); flex: none; }

.lp-prose { max-width: 780px; color: var(--muted); font-size: 1.02rem; line-height: 1.78; }
.lp-prose p + p { margin-top: 1.05rem; }
.lp-prose strong { color: var(--text); font-weight: 600; }
.lp-prose a {
  color: var(--teal); text-decoration: underline;
  text-underline-offset: 3px; text-decoration-thickness: 1px;
  text-decoration-color: rgba(23, 195, 207, 0.4);
  transition: text-decoration-color 0.25s;
}
.lp-prose a:hover { text-decoration-color: var(--teal); }
.section-intro { margin-top: 1.4rem; }

.lp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; margin-top: 2.5rem; }
.lp-grid.two { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .lp-grid, .lp-grid.two { grid-template-columns: 1fr; } }

.lp-grid .bento-card h3 { font-size: 1.22rem; }
.lp-card-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  margin-top: 1rem; font-size: 0.87rem; font-weight: 600; color: var(--teal);
}
.lp-card-link svg { transition: transform 0.35s var(--ease); }
.bento-card:hover .lp-card-link svg { transform: translateX(4px); }

.lp-list {
  list-style: none; display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem 1.9rem; margin-top: 2.2rem; max-width: 960px;
}
@media (max-width: 760px) { .lp-list { grid-template-columns: 1fr; } }
.lp-list li { position: relative; padding-left: 1.85rem; color: var(--muted); font-size: 0.97rem; line-height: 1.62; }
.lp-list li::before {
  content: ''; position: absolute; left: 1px; top: 0.42em;
  width: 13px; height: 7px;
  border-left: 2px solid var(--teal); border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
}
.lp-list li strong { color: var(--text); font-weight: 600; }
.lp-list.one { grid-template-columns: 1fr; max-width: 760px; }

.lp-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2.2rem; }
.lp-chips span {
  border: 1px solid var(--line); background: var(--panel); border-radius: 999px;
  padding: 0.52rem 1.05rem; font-size: 0.86rem; color: var(--muted);
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease);
}
.lp-chips span:hover { border-color: var(--line-strong); color: var(--text); }

.lp-quote { border-left: 2px solid var(--teal); padding: 0.15rem 0 0.15rem 1.35rem; margin-top: 1.7rem; }
.lp-quote p { color: var(--text); font-size: 1.01rem; line-height: 1.7; font-style: italic; }
.lp-quote .st { display: block; color: var(--gold); letter-spacing: 0.14em; font-size: 0.76rem; margin-bottom: 0.5rem; }
.lp-quote cite { display: block; margin-top: 0.55rem; font-style: normal; font-size: 0.83rem; color: var(--faint); letter-spacing: 0.03em; }

.lp-cta-band {
  position: relative; background: var(--bg-2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  text-align: center; padding: clamp(3.2rem, 7vw, 5.2rem) 0;
}
.lp-cta-band .h2 { margin-bottom: 0.7rem; }
.lp-cta-band .sub { margin: 0 auto 2rem; }
.lp-cta-band .lp-ctas { justify-content: center; margin-top: 0; }

.lp-links { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 2.2rem; }
.lp-links a {
  border: 1px solid var(--line); border-radius: 999px;
  padding: 0.58rem 1.2rem; font-size: 0.87rem; color: var(--muted);
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease);
}
.lp-links a:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-2px); }

.lp-contact { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; margin-top: 2.4rem; }
@media (max-width: 820px) { .lp-contact { grid-template-columns: 1fr; } }
.lp-contact a {
  display: block; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--panel); padding: 1.6rem;
  transition: border-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.lp-contact a:hover { border-color: var(--teal); transform: translateY(-3px); }
.lp-contact .lbl { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); }
.lp-contact .val { font-family: var(--fd); font-weight: 600; font-size: 1.16rem; color: var(--text); margin-top: 0.45rem; word-break: break-word; }

/* ---------- Light mode ----------
   The homepage header sits over a dark hero video, so it only inverts once
   scrolled. These pages have a light hero from the very top, so the header
   has to invert immediately or the white logo and nav wash out. */
body.light .lp-hero-veil {
  background: linear-gradient(180deg, rgba(243, 246, 247, 0.86) 0%, rgba(243, 246, 247, 0.94) 55%, var(--bg) 100%);
}
body.light .site-header .brand img { filter: invert(0.85) drop-shadow(0 1px 4px rgba(0, 0, 0, 0.15)); }
body.light .site-header .brand-name { color: var(--text); }
body.light .site-header .nav-link { color: rgba(13, 28, 35, 0.65); }
body.light .site-header .nav-link:hover, body.light .site-header .nav-link.active { color: var(--text); }
body.light .site-header .header-phone { color: rgba(13, 28, 35, 0.7); }
body.light .site-header .header-phone:hover { color: var(--teal); }
body.light .burger span { background: var(--text); }
body.light .lp-hero-bg { filter: saturate(0.9); }
body.light .lp-prose a { text-decoration-color: rgba(11, 127, 134, 0.4); }
body.light .lp-quote p { color: var(--text); }
body.light .lp-quote .st { color: #b07d17; }
