/*
  PROJECT: 24 Hour Houston Locksmith
  DOMAIN: 24hourhoustonlocksmith.com
  NICHE: Locksmith
  DESIGN SIGNATURE: Houston Keyline Knowledge Hub
  COLOR SCHEME: ink green + signal lime + cool white
  FONTS: Plus Jakarta Sans + Inter
  LAYOUT PATTERN: Layout 3 - Trust and Proof Focused
  HEADER VARIANT: B - Top contact bar
  HERO VARIANT: H - Angled layered service image
  SERVICES VARIANT: C - Editorial topic paths
  TRUST SECTION VARIANT: A - Four trust badges
  CTA VARIANT: D - Coupon-led CTA
  FOOTER VARIANT: C - Wide brand and compact links
  COUPON PLACEMENT: after blog resources
  IMAGE STYLE: wide editorial locksmith action
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800;900&display=swap');

:root {
  --primary: #12302f;
  --primary-2: #17676f;
  --secondary: #263f4a;
  --accent: #b7f044;
  --accent-2: #e8482e;
  --gold: #f5b84b;
  --bg: #f5faf8;
  --bg-2: #eaf4f0;
  --surface: #ffffff;
  --surface-2: #f9fcfb;
  --text: #142426;
  --text-soft: #4f6264;
  --muted: #718487;
  --border: #d9e6e2;
  --border-strong: #abc5bf;
  --shadow-sm: 0 10px 24px rgba(18, 48, 47, .08);
  --shadow-md: 0 18px 44px rgba(18, 48, 47, .12);
  --shadow-lg: 0 30px 80px rgba(18, 48, 47, .18);
  --shadow-hot: 0 16px 42px rgba(232, 72, 46, .25);
  --radius: 8px;
  --radius-sm: 6px;
  --container: 1280px;
  --section-y: clamp(4.5rem, 8vw, 8rem);
}

/* Blog knowledge hub */
.blog-hub-section {
  position: relative;
  background:
    linear-gradient(rgba(23, 103, 111, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 103, 111, .045) 1px, transparent 1px),
    #f7fbf9;
  background-size: 44px 44px;
}

.blog-hub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.blog-section-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.blog-section-heading p {
  max-width: 720px;
  font-size: 1.05rem;
}

.blog-engine-content {
  display: grid;
  gap: 1.5rem;
}

.blogbox {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(18, 48, 47, .11);
  border-radius: 1.25rem;
  box-shadow: var(--shadow-md);
  transition: transform .25s ease, box-shadow .25s ease;
}

.blogbox:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.blogimg,
.blogimg a {
  min-height: 100%;
}

.blogimg img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.blogmeta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.blog-card-kicker,
.blog-sidebar-label {
  display: block;
  margin-bottom: .65rem;
  color: var(--accent-2);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blogmeta h2 {
  margin-bottom: .8rem;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.12;
}

.blogmeta h2 a:hover {
  color: var(--primary-2);
}

.blogmeta .read-more {
  margin: .5rem 0 0;
}

.blogmeta .read-more a {
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  color: var(--primary);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 900;
}

.blogmeta .read-more a:hover {
  gap: .8rem;
  color: var(--accent-2);
}

.blog-sidebar {
  position: sticky;
  top: 9.5rem;
  display: grid;
  gap: 1.15rem;
}

.blog-sidebar-card {
  padding: 1.55rem;
  background: #ffffff;
  border: 1px solid rgba(18, 48, 47, .11);
  border-radius: 1.15rem;
  box-shadow: var(--shadow-sm);
}

.blog-sidebar-card h2 {
  margin-bottom: .8rem;
  font-size: 1.28rem;
  line-height: 1.2;
}

.blog-help-card {
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0, rgba(183, 240, 68, .18), transparent 10rem),
    var(--primary);
  border-color: rgba(255, 255, 255, .08);
}

.blog-help-card h2,
.blog-help-card p {
  color: #ffffff;
}

.blog-help-card p {
  opacity: .78;
}

.blog-help-card .blog-sidebar-label {
  color: var(--accent);
}

.blog-topic-list {
  display: grid;
  gap: .35rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-topic-list a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .7rem;
  align-items: center;
  min-height: 48px;
  padding: .55rem 0;
  color: var(--secondary);
  border-bottom: 1px solid var(--border);
  font-weight: 800;
}

.blog-topic-list li:last-child a {
  border-bottom: 0;
}

.blog-topic-list span {
  color: var(--accent-2);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 900;
}

.blog-topic-list a:hover {
  color: var(--accent-2);
  transform: translateX(4px);
}

.blog-sidebar-image {
  overflow: hidden;
  margin: 0;
  background: var(--primary);
  border-radius: 1.15rem;
  box-shadow: var(--shadow-md);
}

.blog-sidebar-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.blog-sidebar-image figcaption {
  padding: 1rem 1.2rem;
  color: #eafffa;
  font-weight: 700;
}

.blog-empty-state {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #ffffff;
  border: 1px solid rgba(18, 48, 47, .11);
  border-radius: 1.35rem;
  box-shadow: var(--shadow-md);
}

.blog-empty-icon {
  display: grid;
  width: 5.5rem;
  height: 5.5rem;
  place-items: center;
  color: var(--primary);
  background: var(--accent);
  border-radius: 50% 50% 50% .8rem;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(183, 240, 68, .25);
}

.blog-empty-state h2 {
  margin-bottom: .65rem;
}

.blog-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.2rem;
}

.blog-paths-section {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    var(--primary);
  background-size: 44px 44px;
}

.blog-paths-heading {
  max-width: 780px;
  margin-bottom: 2rem;
}

.blog-paths-heading h2,
.blog-paths-heading .eyebrow {
  color: #ffffff;
}

.blog-paths-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.blog-path-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2rem);
  color: #ffffff;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1.1rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.blog-path-card > span {
  align-self: flex-start;
  padding: .35rem .7rem;
  margin-bottom: 1.2rem;
  color: var(--primary);
  background: var(--accent);
  border-radius: 999px;
  font-weight: 900;
}

.blog-path-card h3,
.blog-path-card p,
.blog-path-card strong {
  color: #ffffff;
}

.blog-path-card p {
  opacity: .76;
}

.blog-path-card strong {
  margin-top: auto;
}

.blog-path-card:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, .13);
  border-color: var(--accent);
  transform: translateY(-5px);
}

.blogpost {
  overflow: hidden;
  padding: clamp(1.25rem, 4vw, 3.5rem);
  background: #ffffff;
  border: 1px solid rgba(18, 48, 47, .11);
  border-radius: 1.35rem;
  box-shadow: var(--shadow-md);
}

.blog_wrapper h1 {
  max-width: 880px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  text-wrap: balance;
}

.blog_wrapper > img {
  width: 100%;
  max-height: 620px;
  margin: 1.5rem 0 2rem;
  object-fit: cover;
  border-radius: 1rem;
}

.blog_wrapper p,
.blog_wrapper li {
  font-size: 1.05rem;
  line-height: 1.8;
}

.blog_wrapper h2,
.blog_wrapper h3 {
  margin-top: 2rem;
}

.social-share-btns {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid var(--border);
}

.share-btn {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  min-height: 44px;
  padding: .6rem .9rem;
  color: #ffffff;
  background: var(--primary-2);
  border-radius: 999px;
  font-weight: 800;
}

.share-btn:hover {
  color: #ffffff;
  background: var(--accent-2);
  transform: translateY(-2px);
}

.share-btn svg {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 991.98px) {
  .blog-hub-grid {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-sidebar-image {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .blog-page .hero-copy,
  .blog-page .hero-subtitle,
  .blog-page .hero-lead p {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .blog-page .hero-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-page .hero-trust span {
    justify-content: center;
    text-align: center;
  }

  .blog-page .trust-item strong,
  .blog-page .trust-item span:last-child {
    grid-column: 2;
  }

  .blogbox,
  .blog-empty-state,
  .blog-paths-grid,
  .blog-sidebar {
    grid-template-columns: 1fr;
  }

  .blogimg img {
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }

  .blog-empty-icon {
    width: 4.5rem;
    height: 4.5rem;
  }

  .blog-empty-actions .btn {
    width: 100%;
  }

  .blog-card-kicker,
  .blog-sidebar-label {
    font-size: 1rem;
    letter-spacing: .08em;
  }

  .blog-path-card {
    min-height: 230px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 2%, rgba(183, 240, 68, .18), transparent 25rem),
    linear-gradient(180deg, #fbfffd 0%, var(--bg) 42%, #ffffff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23, 103, 111, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 103, 111, .045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .25) 50%, transparent 100%);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

a:hover {
  color: var(--accent-2);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 1rem;
  color: var(--text-soft);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 1rem;
  color: var(--primary);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
}

h1 {
  max-width: min(100%, 760px);
  font-size: clamp(1.6rem, 2.25vw, 2.55rem);
}

h2 {
  max-width: min(100%, 980px);
  font-size: clamp(1.16rem, 1.55vw, 1.78rem);
}

h3 {
  font-size: clamp(1.12rem, 1.5vw, 1.38rem);
  line-height: 1.18;
}

.container {
  max-width: var(--container);
  width: 100%;
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
}

.hero-copy,
.hero-visual,
.section-split > *,
.contact-grid > *,
.coupon-panel > *,
.topbar-inner > *,
.navbar-collapse,
.navbar-nav,
.footer-shell > *,
.footer-main > *,
.footer-brand-panel > * {
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.topbar {
  position: relative;
  z-index: 1040;
  color: #ecfffb;
  background:
    linear-gradient(90deg, rgba(183, 240, 68, .18), transparent 24%, transparent 76%, rgba(232, 72, 46, .18)),
    var(--primary);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: .9rem;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .58rem;
  padding-bottom: .58rem;
}

.topbar-link,
.topbar a {
  color: #ffffff;
  font-weight: 900;
}

.topbar span {
  color: #cae5e0;
}

.navbar {
  padding: .65rem 0;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(217, 230, 226, .88);
  box-shadow: 0 18px 50px rgba(18, 48, 47, .08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: background-color .25s ease, box-shadow .25s ease, padding .25s ease;
}

.navbar.scrolled {
  padding: .48rem 0;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 70px rgba(18, 48, 47, .14);
}

.navbar > .container {
  gap: .8rem;
}

.navbar-brand {
  padding: .35rem 0;
}

.navbar-brand img {
  width: 204px;
  filter: drop-shadow(0 10px 18px rgba(18, 48, 47, .08));
  transition: transform .22s ease;
}

.navbar-brand:hover img {
  transform: translateY(-1px);
}

.navbar-toggler {
  min-width: 48px;
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 4px rgba(183, 240, 68, .28);
}

.navbar-nav {
  align-items: center;
  gap: .1rem;
}

.nav-link {
  position: relative;
  min-height: 44px;
  padding: .72rem .66rem !important;
  color: var(--secondary) !important;
  border-radius: var(--radius);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .92rem;
  font-weight: 900;
  white-space: nowrap;
}

.nav-link::before {
  content: "";
  position: absolute;
  left: .62rem;
  right: .62rem;
  bottom: .45rem;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(.25);
  transform-origin: left;
  transition: opacity .2s ease, transform .2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary) !important;
  background: rgba(23, 103, 111, .06);
}

.nav-link:hover::before,
.nav-link.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.dropdown-menu {
  padding: .55rem;
  border: 1px solid var(--border);
  border-top: 4px solid var(--accent);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .98);
  box-shadow: var(--shadow-lg);
}

.dropdown-item {
  min-height: 40px;
  padding: .58rem .82rem;
  color: var(--text-soft);
  border-radius: var(--radius-sm);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .92rem;
  font-weight: 800;
}

.dropdown-item:hover {
  color: var(--primary);
  background: rgba(183, 240, 68, .18);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
  flex-wrap: wrap;
}

.header-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .4rem .78rem;
  color: var(--primary);
  background: #f2ffe1;
  border: 1px solid rgba(183, 240, 68, .7);
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(183, 240, 68, .16);
}

.header-badge + .header-badge {
  color: #7d2619;
  background: #fff0ed;
  border-color: rgba(232, 72, 46, .28);
}

.header-phone {
  white-space: nowrap;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 48px;
  padding: .8rem 1.35rem;
  overflow: hidden;
  border-radius: 999px;
  border-width: 1px;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .94rem;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .34) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

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

.btn:hover::after {
  transform: translateX(120%);
}

.btn-accent {
  color: #fff !important;
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent-2), #bf2e1a);
  box-shadow: var(--shadow-hot);
}

.btn-accent:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #bf2e1a, #8c2115);
  box-shadow: 0 20px 48px rgba(232, 72, 46, .34);
}

.btn-light {
  color: var(--primary) !important;
  border-color: rgba(18, 48, 47, .12);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.btn-light:hover {
  color: var(--primary) !important;
  border-color: rgba(23, 103, 111, .28);
  box-shadow: var(--shadow-md);
}

.btn-outline-primary {
  color: var(--primary) !important;
  border-color: rgba(18, 48, 47, .22);
  background: rgba(255, 255, 255, .72);
}

.btn-outline-primary:hover {
  color: var(--primary) !important;
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 18px 44px rgba(183, 240, 68, .24);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4.6rem, 7vw, 7.2rem) 0 clamp(5.5rem, 8vw, 8.4rem);
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(183, 240, 68, .17), transparent 22rem),
    radial-gradient(circle at 10% 95%, rgba(232, 72, 46, .2), transparent 25rem),
    linear-gradient(118deg, #0b2525 0%, #123b3c 54%, #17676f 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .7) 58%, transparent 92%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -11rem;
  top: 50%;
  z-index: -1;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(183, 240, 68, .2);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(183, 240, 68, .035),
    0 0 0 8rem rgba(183, 240, 68, .025);
  transform: translateY(-50%);
}

.simple-hero {
  padding: clamp(4.5rem, 7vw, 7rem) 0 clamp(4.5rem, 7vw, 7.5rem);
  text-align: center;
  background:
    radial-gradient(circle at 50% -10%, rgba(183, 240, 68, .22), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

.simple-hero h1 {
  max-width: min(100%, 960px);
  margin-left: auto;
  margin-right: auto;
}

.simple-hero .eyebrow {
  justify-content: center;
}

.simple-hero .eyebrow::before {
  display: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
  gap: clamp(3rem, 6vw, 6.5rem);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(2.25rem, 4.4vw, 4.9rem);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.hero .eyebrow {
  color: var(--accent);
}

.hero .eyebrow::before {
  background: linear-gradient(90deg, var(--accent), #ffffff);
  box-shadow: 0 0 18px rgba(183, 240, 68, .5);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  margin-bottom: 1rem;
  color: var(--accent-2);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-radius: 999px;
}

.hero-subtitle {
  max-width: 760px;
  margin-bottom: 1.35rem;
  color: #d9f2ed;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(1.12rem, 1.65vw, 1.48rem);
  font-weight: 800;
  line-height: 1.34;
}

.hero-lead {
  position: relative;
  max-width: 760px;
  padding-left: 1.2rem;
  border-left: 3px solid var(--accent);
}

.hero-lead p {
  color: rgba(239, 255, 251, .78);
  font-size: 1rem;
  line-height: 1.72;
}

.hero-lead p:nth-child(n + 2) {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin: 2rem 0 1.25rem;
}

.hero-actions .btn-accent {
  box-shadow: 0 14px 38px rgba(183, 240, 68, .2);
}

.hero-actions .btn-light {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-actions .btn-light:hover {
  color: var(--primary) !important;
  background: #ffffff;
}

.hero-trust,
.hero-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.hero-trust {
  margin-bottom: 1.2rem;
}

.hero-trust span,
.hero-service-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .42rem .9rem;
  color: #effffb;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .86rem;
  font-weight: 900;
}

.hero-trust span::before {
  content: "";
  width: .55rem;
  height: .55rem;
  margin-right: .48rem;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(183, 240, 68, .22);
}

.hero-service-links a:hover {
  color: var(--primary);
  border-color: var(--accent);
  background: var(--accent);
  transform: translateY(-2px);
}

.hero-visual {
  position: relative;
  z-index: 1;
  padding: .7rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 1.6rem 1.6rem 6rem 1.6rem;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 36px 90px rgba(0, 0, 0, .34);
  transform: rotate(1.2deg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero-visual::before {
  content: "●  DISPATCH READY";
  position: absolute;
  left: -1.1rem;
  top: 1.4rem;
  z-index: 3;
  padding: .55rem .85rem;
  color: var(--primary);
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.hero-visual::after {
  content: "24/7\A HOUSTON";
  position: absolute;
  right: -1.8rem;
  bottom: 3.7rem;
  z-index: 3;
  display: grid;
  width: 6.4rem;
  height: 6.4rem;
  place-items: center;
  color: #ffffff;
  background: var(--accent-2);
  border: 7px solid #123839;
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .08em;
  text-align: center;
  white-space: pre;
  transform: rotate(-8deg);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1.1rem 1.1rem 5.4rem 1.1rem;
  filter: saturate(1.08) contrast(1.04);
}

.hero-offer {
  position: absolute;
  left: 1.5rem;
  right: 2.7rem;
  bottom: 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  color: #ffffff;
  background: rgba(8, 33, 33, .88);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1rem 1rem 3rem 1rem;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero-offer strong,
.hero-offer span {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 900;
}

.hero-offer strong {
  color: #fff;
}

.hero-offer span {
  color: var(--accent);
}

.trust-strip {
  position: relative;
  z-index: 4;
  margin-top: -2.2rem;
  background: transparent;
}

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

.trust-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .95rem;
  align-items: center;
  min-height: 126px;
  padding: 1.22rem;
  overflow: hidden;
  color: var(--text);
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(18, 48, 47, .1);
  border-bottom: 4px solid var(--accent);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.trust-item::after {
  content: "";
  position: absolute;
  inset: auto -1rem -1.2rem auto;
  width: 5rem;
  height: 5rem;
  background: radial-gradient(circle, rgba(23, 103, 111, .16), transparent 68%);
}

.trust-item:hover {
  transform: translateY(-5px);
  border-bottom-color: var(--accent-2);
  box-shadow: var(--shadow-lg);
}

.trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--primary);
  background: linear-gradient(135deg, var(--accent), #e9ff9b);
  border: 1px solid rgba(18, 48, 47, .14);
  border-radius: var(--radius-sm);
  box-shadow: 0 12px 26px rgba(183, 240, 68, .26);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.06rem;
  font-weight: 900;
}

.trust-item strong {
  display: block;
  color: var(--primary);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 900;
  line-height: 1.16;
}

.trust-item span:last-child {
  display: block;
  margin-top: .34rem;
  color: var(--text-soft);
  font-size: .9rem;
  line-height: 1.45;
}

.section {
  position: relative;
  padding: var(--section-y) 0;
}

.section + .section {
  border-top: 1px solid rgba(217, 230, 226, .8);
}

.section-heading {
  max-width: 890px;
  margin-bottom: clamp(2.4rem, 5vw, 4rem);
}

.section-heading p {
  max-width: 760px;
  font-size: 1.05rem;
}

.services-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4faf8 100%);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  counter-reset: service-card;
}

.service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card::before {
  counter-increment: service-card;
  content: "0" counter(service-card);
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  padding: .34rem .55rem;
  color: var(--primary);
  background: var(--accent);
  border-radius: var(--radius-sm);
  box-shadow: 0 12px 28px rgba(18, 48, 47, .18);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .78rem;
  font-weight: 900;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, transparent 0 62%, rgba(183, 240, 68, .18) 62% 100%);
  opacity: 0;
  transition: opacity .25s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(232, 72, 46, .28);
  box-shadow: var(--shadow-lg);
}

.service-card:hover::after {
  opacity: 1;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
  transition: transform .42s ease, filter .42s ease;
}

.service-card:hover img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.03);
}

.service-card-body {
  position: relative;
  z-index: 1;
  padding: 1.35rem;
}

.service-card-body h3 {
  margin-bottom: .7rem;
}

.service-card-body p {
  margin-bottom: 1.1rem;
  font-size: .95rem;
  line-height: 1.64;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .94rem;
  font-weight: 900;
}

.text-link::after {
  content: "->";
  margin-left: .45rem;
  transition: transform .22s ease;
}

.text-link:hover {
  color: var(--accent-2);
}

.text-link:hover::after {
  transform: translateX(4px);
}

.content-section {
  background:
    linear-gradient(90deg, rgba(183, 240, 68, .08), transparent 18rem),
    #ffffff;
}

.content-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 85% 18%, rgba(23, 103, 111, .08), transparent 22rem),
    var(--surface-2);
}

.section-split {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(292px, 390px);
  gap: clamp(2.4rem, 6vw, 5rem);
  align-items: start;
}

.section-split-reverse {
  grid-template-columns: minmax(292px, 390px) minmax(0, 1.22fr);
}

.section-split-reverse > div:first-child {
  order: 2;
}

.content-section h2 {
  max-width: min(100%, 960px);
}

.content-section p {
  max-width: 76ch;
}

.content-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .78rem;
  margin: 1.55rem 0 0;
  padding: 0;
  list-style: none;
}

.content-list li {
  position: relative;
  min-height: 52px;
  padding: .84rem .9rem .84rem 2.45rem;
  color: var(--primary);
  background: #ffffff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .91rem;
  font-weight: 800;
}

.content-list li::before {
  content: "";
  position: absolute;
  left: .86rem;
  top: 50%;
  width: .7rem;
  height: .7rem;
  background: var(--accent-2);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(232, 72, 46, .12);
}

.section-note {
  position: sticky;
  top: 132px;
  padding: 1.45rem;
  color: #dffaf5;
  background:
    linear-gradient(135deg, rgba(183, 240, 68, .12), transparent 50%),
    var(--primary);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.section-note strong {
  display: block;
  margin-bottom: .65rem;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.14rem;
  font-weight: 900;
}

.section-note p {
  color: #cae6e0;
  font-size: .94rem;
  line-height: 1.62;
}

.section-note .btn {
  width: 100%;
}

.section-photo {
  position: sticky;
  top: 132px;
  overflow: hidden;
  margin: 0;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.section-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 45%, rgba(18, 48, 47, .78) 100%),
    linear-gradient(135deg, rgba(183, 240, 68, .18), transparent 44%);
}

.section-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .42s ease, filter .42s ease;
}

.section-photo:hover img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.02);
}

.section-photo figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  margin: 0;
  padding: .78rem .9rem;
  color: #ffffff;
  background: rgba(18, 48, 47, .86);
  border: 1px solid rgba(255, 255, 255, .14);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
}

.rounded-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.proof-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(232, 72, 46, .08), transparent 22rem),
    linear-gradient(180deg, #ffffff, var(--bg));
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.before-after-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.before-after-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.before-after-grid figcaption {
  position: absolute;
  left: .85rem;
  bottom: .85rem;
  padding: .44rem .72rem;
  color: var(--primary);
  background: var(--accent);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .82rem;
  font-weight: 900;
}

.gallery-section {
  background:
    linear-gradient(135deg, rgba(18, 48, 47, .03), transparent 45%),
    var(--surface-2);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: .85rem;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}

.gallery-grid img:nth-child(1),
.gallery-grid img:nth-child(6) {
  grid-column: span 2;
  aspect-ratio: 2 / 1.05;
}

.gallery-grid img:hover {
  z-index: 2;
  transform: translateY(-6px) scale(1.015);
  filter: saturate(1.08);
  box-shadow: var(--shadow-lg);
}

.coupon-section {
  overflow: hidden;
  color: #f2fffb;
  background:
    radial-gradient(circle at 85% 12%, rgba(183, 240, 68, .22), transparent 19rem),
    radial-gradient(circle at 5% 88%, rgba(232, 72, 46, .26), transparent 16rem),
    linear-gradient(135deg, #0a2020 0%, var(--primary) 48%, #173f3c 100%);
}

.coupon-section h2 {
  color: #ffffff;
  max-width: 760px;
}

.coupon-section p {
  color: #d2ebe5;
}

.coupon-section .eyebrow {
  color: var(--accent);
}

.coupon-section .eyebrow::before {
  background: var(--accent);
}

.coupon-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 420px);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(1.25rem, 3.8vw, 3rem);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .025)),
    rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: calc(var(--radius) + 12px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .24);
  backdrop-filter: blur(12px);
}

.coupon-panel::before {
  content: "SAVE";
  position: absolute;
  right: 2.5rem;
  top: -1.35rem;
  color: rgba(255, 255, 255, .06);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(4rem, 11vw, 8rem);
  font-weight: 900;
  letter-spacing: -.06em;
  pointer-events: none;
}

.coupon-copy {
  position: relative;
  z-index: 1;
}

.coupon-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  margin: 1.35rem 0 1.55rem;
}

.coupon-offers span {
  display: grid;
  gap: .16rem;
  min-height: 78px;
  padding: .9rem 1rem;
  color: #e7fffb;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(183, 240, 68, .28);
  border-radius: var(--radius-sm);
}

.coupon-offers strong {
  color: var(--accent);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
}

.coupon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.coupon-actions .btn-outline-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, .72);
}

.coupon-actions .btn-outline-light:hover {
  color: var(--primary);
  background: #ffffff;
}

.coupon-link {
  position: relative;
  display: block;
  z-index: 1;
  padding: .7rem;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .32);
  transform: rotate(1.2deg);
}

.coupon-link:hover {
  transform: rotate(0deg) translateY(-6px);
  box-shadow: 0 32px 70px rgba(0, 0, 0, .38);
}

.coupon-ribbon {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  z-index: 2;
  padding: .45rem .75rem;
  color: var(--primary);
  background: var(--accent);
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.coupon-link img {
  width: 100%;
  border-radius: var(--radius);
}

.faq-section {
  background: #ffffff;
}

.accordion {
  display: grid;
  gap: .78rem;
}

.accordion-item {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow-sm);
}

.accordion-button {
  min-height: 62px;
  padding: 1.15rem 1.35rem;
  color: var(--primary);
  background: #ffffff;
  box-shadow: none !important;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.accordion-button:not(.collapsed) {
  color: var(--primary);
  background: linear-gradient(90deg, rgba(183, 240, 68, .2), #ffffff);
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: inset 0 0 0 3px rgba(183, 240, 68, .28) !important;
}

.accordion-body {
  color: var(--text-soft);
  line-height: 1.75;
  padding: 0 1.35rem 1.25rem;
}

.faq-card-grid {
  display: grid;
  gap: 1rem;
}

.contact-section {
  background:
    radial-gradient(circle at 14% 22%, rgba(183, 240, 68, .18), transparent 22rem),
    linear-gradient(180deg, var(--bg), #ffffff);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 1.5rem;
}

.contact-info-grid > div {
  min-height: 116px;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.contact-info-grid h2,
.contact-info-grid h3 {
  margin-bottom: .45rem;
  color: var(--primary);
  font-size: clamp(1.22rem, 1.8vw, 1.55rem);
  line-height: 1.15;
}

.contact-info-grid strong {
  display: block;
  margin-bottom: .35rem;
  color: var(--primary);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 900;
}

.contact-info-grid span,
.contact-info-grid a {
  color: var(--text-soft);
  overflow-wrap: anywhere;
}

.form-card {
  position: relative;
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(183, 240, 68, .72), rgba(232, 72, 46, .52), rgba(23, 103, 111, .45)) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.form-card::before {
  content: "REQUEST DISPATCH";
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: rgba(18, 48, 47, .22);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.form-card.form-active {
  box-shadow: 0 32px 86px rgba(18, 48, 47, .2);
}

.CUS fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.CUS .row {
  --bs-gutter-x: .85rem;
  --bs-gutter-y: .85rem;
}

.form-control {
  min-height: 50px;
  color: var(--text);
  background: #fafdfe;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 1rem;
  box-shadow: none !important;
}

.form-control:focus {
  color: var(--text);
  background: #ffffff;
  border-color: var(--primary-2);
  outline: none;
  box-shadow: 0 0 0 4px rgba(183, 240, 68, .25) !important;
}

.service-textarea {
  min-height: 124px;
}

.site-footer {
  overflow: hidden;
  color: #d9f0eb;
  background:
    radial-gradient(circle at 8% 12%, rgba(183, 240, 68, .16), transparent 18rem),
    radial-gradient(circle at 92% 0%, rgba(232, 72, 46, .16), transparent 17rem),
    linear-gradient(180deg, #12302f 0%, #071919 100%);
}

.footer-shell {
  padding: clamp(3rem, 5vw, 4.8rem) 0 0;
}

.footer-brand-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1rem, 2.5vw, 1.45rem);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035)),
    rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: calc(var(--radius) + 12px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
}

.footer-logo-link img {
  width: 198px;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .22)) brightness(0) invert(1);
}

.footer-kicker {
  display: inline-flex;
  margin-bottom: .35rem;
  color: var(--accent);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-brand-copy p {
  max-width: 760px;
  margin-bottom: 0;
}

.footer-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .7rem;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(190px, .85fr) minmax(170px, .75fr) minmax(280px, 1.25fr) minmax(170px, .75fr) minmax(260px, 1.1fr);
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 1.8rem) 0;
}

.footer-card {
  min-height: 100%;
  padding: 1.15rem;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
}

.footer-brand-copy p,
.site-footer p,
.footer-card {
  color: #b8d4ce;
}

.footer-title {
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-list {
  display: grid;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list a,
.footer-list span {
  color: #c7e0da;
  overflow-wrap: anywhere;
}

.footer-list a:hover {
  color: var(--accent);
}

.footer-list strong {
  color: #ffffff;
}

.footer-service-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: .8rem;
}

.footer-map iframe {
  width: 100%;
  min-height: 232px;
  border: 0;
  border-radius: var(--radius-sm);
  filter: grayscale(.12) contrast(1.04);
}

.footer-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .72rem 1rem;
  color: var(--primary) !important;
  background: var(--accent);
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 900;
}

.footer-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .72rem 1rem;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 900;
}

.footer-secondary:hover {
  color: var(--primary);
  background: #ffffff;
}

.footer-service-area {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.15rem;
  margin-bottom: 1.5rem;
  color: #e8fffb;
  background: rgba(183, 240, 68, .1);
  border: 1px solid rgba(183, 240, 68, .22);
  border-radius: var(--radius);
}

.footer-service-area span,
.footer-service-area em {
  padding: .34rem .55rem;
  color: #dffaf5;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  font-size: .86rem;
  font-style: normal;
}

.footer-service-area strong {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
}

.footer-bottom {
  padding: 1rem 0;
  color: #a9c8c0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .92rem;
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  align-items: center;
  justify-content: space-between;
}

.sitemap-list {
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.sitemap-list ul {
  margin: 0;
  padding-left: 1.2rem;
  columns: 2;
}

.mobile-call-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--accent-2), #a82918);
  box-shadow: 0 -14px 36px rgba(18, 48, 47, .22);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s cubic-bezier(.215, .61, .355, 1), transform .65s cubic-bezier(.215, .61, .355, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1280px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-services-card,
  .footer-map-card {
    grid-column: span 2;
  }
}

@media (max-width: 1199.98px) {
  h1 {
    font-size: clamp(1.5rem, 2.3vw, 2.35rem);
  }

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

  .header-actions {
    max-width: 410px;
  }
}

@media (max-width: 991.98px) {
  .topbar-inner {
    justify-content: center;
    text-align: center;
    gap: .35rem;
    flex-wrap: wrap;
  }

  .topbar-inner > * {
    flex: 0 0 100%;
    width: 100%;
    overflow-wrap: anywhere;
  }

  .navbar-collapse {
    padding: 1rem 0 1.15rem;
  }

  .navbar-nav {
    align-items: stretch;
  }

  .nav-link {
    white-space: normal;
  }

  .nav-link::before {
    display: none;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: .35rem;
    box-shadow: var(--shadow-sm);
  }

  .header-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    margin-top: 1rem;
  }

  .header-phone {
    grid-column: span 2;
  }

  .hero-grid,
  .section-split,
  .section-split-reverse,
  .contact-grid,
  .coupon-panel {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hero::before {
    opacity: .12;
  }

  .hero-visual {
    transform: none;
  }

  .section-split-reverse > div:first-child {
    order: 0;
  }

  .section-note {
    position: static;
  }

  .section-photo {
    position: static;
  }

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

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

  .contact-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 58px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.28rem, 4.3vw, 1.55rem);
  }

  h2 {
    max-width: 100%;
  }

  .hero {
    padding: 3.4rem 0 3.8rem;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .hero-lead {
    padding-left: .9rem;
  }

  .hero-lead p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-trust span,
  .hero-service-links a {
    max-width: 100%;
    white-space: normal;
  }

  .hero-service-links {
    display: none;
  }

  .hero-visual::before {
    right: auto;
    left: .9rem;
    top: .9rem;
  }

  .hero-visual::after {
    right: -.25rem;
    bottom: 3.2rem;
    width: 5.35rem;
    height: 5.35rem;
    border-width: 5px;
    font-size: .68rem;
  }

  .hero-offer {
    position: static;
    grid-template-columns: 1fr;
    margin-top: .85rem;
    text-align: center;
  }

  .trust-strip {
    margin-top: 0;
    padding-top: 1rem;
  }

  .trust-grid,
  .services-grid,
  .content-list,
  .before-after-grid,
  .faq-card-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3.7rem 0;
  }

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

  .footer-brand-panel,
  .footer-main {
    grid-template-columns: 1fr;
    gap: 1.55rem;
  }

  .footer-services-card,
  .footer-map-card {
    grid-column: auto;
  }

  .footer-cta-row {
    justify-content: flex-start;
  }

  .footer-service-area {
    align-items: flex-start;
    flex-direction: column;
  }

  .sitemap-list ul {
    columns: 1;
  }

  .mobile-call-bar {
    display: flex;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .topbar {
    font-size: .84rem;
  }

  .navbar-brand img {
    width: 170px;
  }

  .header-actions {
    grid-template-columns: 1fr;
  }

  .header-phone {
    grid-column: auto;
  }

  .hero-subtitle {
    font-size: 1.12rem;
  }

  .trust-item {
    min-height: auto;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img:nth-child(1),
  .gallery-grid img:nth-child(6) {
    grid-column: auto;
    aspect-ratio: 1 / 1;
  }

  .coupon-offers,
  .footer-service-links {
    grid-template-columns: 1fr;
  }

  .coupon-panel {
    padding: 1rem;
    border-radius: var(--radius);
  }

  .coupon-link {
    transform: none;
  }

  .footer-logo-link img {
    width: 170px;
  }
}
