/* =========================================================
   HVAC — Houston Cool Air
   ========================================================= */
/* ---- AFTER ---- */
.hv-a {
  position: absolute; inset: 0;
  background: radial-gradient(120% 80% at 70% 0%, #245a9e 0%, #1a4a8a 50%, #102f5e 100%);
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.hv-a::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}
.hv-a-nav {
  display: flex; align-items: center; gap: 22px;
  padding: 16px 26px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative; z-index: 1;
}
.hv-a-brand { display: flex; align-items: center; gap: 11px; }
.hv-a-mark {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  display: grid; place-items: center;
}
.hv-a-brandname {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; font-size: 15px;
  letter-spacing: -0.01em; line-height: 1.1;
}
.hv-a-brandsub {
  font-size: 9.5px; color: rgba(255,255,255,0.55);
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-top: 3px;
}
.hv-a-menu {
  list-style: none; padding: 0; margin: 0 auto;
  display: flex; gap: 22px;
  font-size: 12.5px; color: rgba(255,255,255,0.78);
  font-weight: 500;
}
.hv-a-navcta {
  background: #fff; color: #1a4a8a;
  padding: 9px 16px; border-radius: 999px;
  font-weight: 700; font-size: 12px;
  font-family: 'Bricolage Grotesque', sans-serif;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.hv-a-hero {
  flex: 1; display: grid; grid-template-columns: 1.15fr 1fr;
  align-items: center; gap: 20px;
  padding: 26px 36px 32px;
  position: relative; z-index: 1;
}
.hv-a-left { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.hv-a-eye {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; color: #7ed0f0;
}
.hv-a-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #56b6e6;
  box-shadow: 0 0 0 3px rgba(86,182,230,0.3);
  animation: hvpulse 1.6s infinite;
}
@keyframes hvpulse { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:.4;transform:scale(.8);} }
.hv-a-h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; font-size: 52px; line-height: 0.95;
  letter-spacing: -0.035em; margin: 0;
}
.hv-a-h1 em {
  font-style: italic; font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #7ed0f0;
}
.hv-a-sub {
  margin: 0; font-size: 14.5px; line-height: 1.5;
  color: rgba(255,255,255,0.78);
  max-width: 440px;
}
.hv-a-row { display: flex; gap: 10px; }
.hv-a-ctaA, .hv-a-ctaB {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 11px 16px; border-radius: 12px;
  text-decoration: none;
}
.hv-a-ctaA { background: #7ed0f0; color: #0c2c54; }
.hv-a-ctaB { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.18); }
.hv-a-ctaIco { font-size: 18px; line-height: 1; display: grid; place-items: center; }
.hv-a-ctaA small, .hv-a-ctaB small {
  display: block; font-size: 9.5px; opacity: 0.7;
  letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
  margin-bottom: 2px;
}
.hv-a-ctaA b, .hv-a-ctaB b {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 15px; font-weight: 700; line-height: 1;
}
.hv-a-trust {
  display: grid; grid-template-columns: repeat(4, auto);
  gap: 22px; padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 4px;
}
.hv-a-trust > div { display: flex; flex-direction: column; }
.hv-a-trust b {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 17px; font-weight: 700;
  letter-spacing: -0.01em;
}
.hv-a-trust span {
  color: rgba(255,255,255,0.55); margin-top: 2px;
  letter-spacing: 0.06em; text-transform: uppercase; font-size: 9.5px;
}
.hv-a-right { position: relative; display: grid; place-items: center; }
.hv-a-dial { position: relative; width: 100%; max-width: 320px; aspect-ratio: 1; }
.hv-a-dial svg { width: 100%; height: 100%; }
.hv-a-dial-card {
  position: absolute; bottom: -8px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  background: rgba(15,40,78,0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 4px;
  white-space: nowrap;
}
.hv-a-dial-card > div {
  padding: 8px 14px; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.hv-a-dial-card > div:last-child { border-right: none; }
.hv-a-dial-card b {
  display: block;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 17px; font-weight: 700;
}
.hv-a-dial-card span {
  display: block;
  font-size: 9px; color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-top: 2px;
}

/* ---- BEFORE ---- */
.hv-b {
  position: absolute; inset: 0;
  background: #ffffff;
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.hv-b-banner {
  background: linear-gradient(180deg, #5a8ec9 0%, #1a4a8a 50%, #5a8ec9 100%);
  padding: 14px 0 12px;
  text-align: center;
  border-bottom: 4px ridge #1a4a8a;
  color: #fff;
}
.hv-b-banner-title {
  font-family: 'Times New Roman', serif;
  font-weight: 700; font-size: 32px;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 0 #000, 3px 3px 0 #56b6e6;
  font-style: italic;
}
.hv-b-banner-sub {
  font-family: 'Comic Neue', cursive;
  font-style: italic; font-size: 12px;
  color: #ffff00; margin-top: 2px;
}
.hv-b-nav-strip {
  background: #1a4a8a;
  color: #fff;
  font-size: 11px;
  padding: 4px 16px;
  display: flex; gap: 8px;
  border-bottom: 1px solid #000;
}
.hv-b-nav-strip span:nth-child(odd) {
  color: #ffff00; text-decoration: underline; cursor: pointer;
}
.hv-b-grid {
  flex: 1;
  display: grid; grid-template-columns: 160px 1fr 150px;
}
.hv-b-side {
  background: #c0c0c0;
  border-right: 2px outset #999;
  padding: 0 10px 10px;
  font-size: 12px;
}
.hv-b-side-title {
  font-weight: 700;
  background: #1a4a8a;
  color: #ffff00;
  padding: 5px 8px;
  margin: 0 -10px 10px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.04em;
  font-family: Arial, sans-serif;
}
.hv-b-side ul { list-style: none; padding: 0; margin: 0; }
.hv-b-side li {
  padding: 3px 0;
  border-bottom: 1px dotted #888;
  color: #0000ee;
  text-decoration: underline;
  cursor: pointer;
  font-size: 11.5px;
}
.hv-b-stamp {
  margin-top: 14px;
  background: #fff;
  border: 2px solid #c0392b;
  padding: 6px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #c0392b;
  letter-spacing: 0.04em;
}
.hv-b-stamp > div:first-child { font-size: 18px; line-height: 1; }
.hv-b-stamp-sub { font-size: 8px; line-height: 1.3; margin-top: 4px; color: #1a4a8a; }
.hv-b-main {
  padding: 12px 16px;
  font-size: 12.5px;
  line-height: 1.45;
}
.hv-b-h1 {
  font-family: 'Times New Roman', serif;
  font-weight: 700;
  font-size: 22px;
  color: #1a4a8a;
  margin: 0 0 10px;
  border-bottom: 1px solid #1a4a8a;
  padding-bottom: 4px;
}
.hv-b-bullets { list-style: none; padding: 0; margin: 4px 0; }
.hv-b-bullets li::before { content: "▸ "; color: #1a4a8a; font-weight: 700; }
.hv-b-bullets li { padding: 1px 0; }
.hv-b-call { margin-top: 10px; font-style: italic; font-size: 12px; }
.hv-b-call span { font-weight: 700; color: #c0392b; font-style: normal; }
.hv-b-clip {
  background: #e6e6e6;
  border-left: 2px outset #999;
  padding: 10px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.hv-b-img-title { font-size: 10px; font-weight: 700; color: #1a4a8a; }
.hv-b-ac {
  background: linear-gradient(180deg, #d8d8d8 0%, #888 100%);
  border: 2px outset #aaa;
  width: 100%;
  height: 80px;
  margin-top: 8px;
  position: relative;
}
.hv-b-ac-vents {
  position: absolute; inset: 8px 6px 14px; display: grid; gap: 3px;
}
.hv-b-ac-vents span { background: #555; border-top: 1px solid #999; }
.hv-b-ac-logo {
  position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%);
  font-size: 7px; color: #fff; font-family: 'Times New Roman', serif; font-weight: 700;
}
.hv-b-cap { font-size: 9px; color: #555; margin-top: 4px; font-style: italic; }
.hv-b-ad {
  margin-top: 12px;
  background: #ffff00;
  border: 2px dashed #c0392b;
  padding: 6px;
  color: #c0392b;
  font-family: 'Times New Roman', serif;
}
.hv-b-ad-title { font-size: 11px; font-weight: 700; }
.hv-b-ad-body { font-size: 18px; font-weight: 700; line-height: 1.15; margin: 4px 0; }
.hv-b-ad-foot { font-size: 8px; color: #000; }
.hv-b-foot {
  background: #1a4a8a;
  color: #fff;
  padding: 5px 14px;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  font-family: Arial, sans-serif;
}

/* =========================================================
   DENTAL — Smile Houston Dental
   ========================================================= */
/* ---- AFTER ---- */
.dn-a {
  position: absolute; inset: 0;
  background: #fbfaf5;
  color: #1a1a1a;
  font-family: 'Plus Jakarta Sans', sans-serif;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.dn-a::before {
  content: ""; position: absolute; top: 0; right: 0;
  width: 50%; height: 100%;
  background: linear-gradient(135deg, rgba(45,138,110,0.04) 0%, rgba(45,138,110,0.0) 60%);
  pointer-events: none;
}
.dn-a-nav {
  display: flex; align-items: center; gap: 22px;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  position: relative; z-index: 1;
  background: rgba(251,250,245,0.8);
}
.dn-a-brand { display: flex; align-items: center; gap: 11px; }
.dn-a-mark { width: 34px; height: 34px; border-radius: 50%; background: #ebf5f0; display: grid; place-items: center; }
.dn-a-brandname {
  font-family: 'Playfair Display', serif;
  font-weight: 700; font-size: 17px;
  letter-spacing: -0.02em; line-height: 1;
}
.dn-a-brandsub {
  font-size: 9.5px; color: #6b6b6b;
  letter-spacing: 0.12em; text-transform: uppercase;
  margin-top: 3px;
}
.dn-a-menu {
  list-style: none; padding: 0; margin: 0 auto;
  display: flex; gap: 22px;
  font-size: 12.5px; color: #2a2a2a;
  font-weight: 500;
}
.dn-a-navcta {
  background: #2d8a6e; color: #fff;
  padding: 9px 18px; border-radius: 999px;
  font-weight: 600; font-size: 12.5px;
}
.dn-a-hero {
  flex: 1; display: grid; grid-template-columns: 1.1fr 1fr;
  align-items: center; gap: 26px;
  padding: 24px 34px 28px;
  position: relative; z-index: 1;
}
.dn-a-left { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.dn-a-eye {
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; color: #2d8a6e;
}
.dn-a-h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700; font-size: 46px; line-height: 1.02;
  letter-spacing: -0.025em; margin: 0;
  color: #1a1a1a;
}
.dn-a-h1 em {
  font-style: italic; font-weight: 500;
  color: #2d8a6e;
}
.dn-a-sub {
  margin: 0; font-size: 14px; line-height: 1.55;
  color: #5a5a5a;
  max-width: 420px;
}
.dn-a-row { display: flex; gap: 10px; }
.dn-a-ctaA {
  display: inline-flex; align-items: center; gap: 12px;
  background: #2d8a6e; color: #fff;
  padding: 11px 16px; border-radius: 12px;
}
.dn-a-ctaB {
  display: inline-flex; align-items: center; gap: 12px;
  background: #fff; color: #1a1a1a;
  border: 1px solid rgba(0,0,0,0.12);
  padding: 11px 16px; border-radius: 12px;
}
.dn-a-ctaA small, .dn-a-ctaB small {
  display: block; font-size: 9.5px; opacity: 0.75;
  letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
  margin-bottom: 2px;
}
.dn-a-ctaA b, .dn-a-ctaB b {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 14px; font-weight: 700; line-height: 1;
}
.dn-a-trust {
  display: flex; align-items: center; gap: 14px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  width: fit-content;
}
.dn-a-stars { display: flex; align-items: center; gap: 6px; }
.dn-a-rating {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700;
}
.dn-a-stars > span:last-child { color: #c8a456; font-size: 13px; letter-spacing: 2px; }
.dn-a-trust-text { display: flex; flex-direction: column; }
.dn-a-trust-text b {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 13px; font-weight: 700;
}
.dn-a-trust-text span {
  font-size: 11px; color: #6b6b6b;
}
.dn-a-right {
  position: relative; display: flex; flex-direction: column; gap: 12px; align-items: center;
}
.dn-a-card {
  position: relative;
  width: 100%; max-width: 280px;
  aspect-ratio: 0.95;
  background: linear-gradient(160deg, #2d8a6e 0%, #1f6b54 100%);
  border-radius: 22px;
  padding: 18px;
  display: flex; flex-direction: column; gap: 10px;
  overflow: hidden;
}
.dn-a-card::before {
  content: ""; position: absolute;
  top: -20%; right: -20%;
  width: 80%; height: 80%; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,164,86,0.3) 0%, transparent 70%);
}
.dn-a-card-badge {
  display: flex; flex-direction: column;
  align-self: flex-end;
  background: #c8a456;
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
  z-index: 1;
}
.dn-a-card-badge span:first-child { font-size: 7px; opacity: 0.8; }
.dn-a-card-tooth {
  flex: 1; display: grid; place-items: center; z-index: 1;
}
.dn-a-card-tooth svg { width: 75%; height: 75%; }
.dn-a-card-tags {
  display: flex; flex-wrap: wrap; gap: 5px; z-index: 1;
  justify-content: center;
}
.dn-a-card-tags span {
  background: rgba(255,255,255,0.18);
  color: #fff;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 500;
}
.dn-a-photo-strip {
  display: flex; align-items: center; gap: 10px;
  width: 100%; max-width: 280px;
  background: #fff;
  padding: 9px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.06);
}
.dn-a-ph {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #ebf5f0;
  display: grid; place-items: center;
}
.dn-a-ph-text { display: flex; flex-direction: column; }
.dn-a-ph-text b { font-family: 'Bricolage Grotesque', sans-serif; font-size: 12px; }
.dn-a-ph-text span { font-size: 10px; color: #6b6b6b; }

/* ---- BEFORE ---- */
.dn-b {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,182,193,0.35) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255,218,185,0.4) 0%, transparent 50%),
    #fff5ec;
  color: #4a3a3a;
  font-family: 'Comic Neue', 'Comic Sans MS', cursive;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.dn-b-top {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 18px;
  background: #fff;
  border-bottom: 2px dashed #ffb6c1;
}
.dn-b-logo { font-size: 24px; }
.dn-b-logo i {
  font-family: 'Playfair Display', serif;
  font-style: italic; font-weight: 700;
  color: #d44a8e; font-size: 32px;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 rgba(212,74,142,0.2);
}
.dn-b-logo span {
  font-family: 'Comic Neue', cursive;
  color: #5a8ec9; font-size: 16px;
  margin-left: 6px;
}
.dn-b-top-right { text-align: right; font-family: 'Comic Neue', cursive; }
.dn-b-phone { font-size: 14px; font-weight: 700; color: #d44a8e; }
.dn-b-hours { font-size: 11px; color: #888; }
.dn-b-banner {
  background: linear-gradient(90deg, #ffd700, #ffb6c1, #ffd700);
  padding: 8px 18px;
  font-family: 'Comic Neue', cursive;
  font-weight: 700;
  color: #5a3a8a;
  text-align: center;
  font-size: 13px;
  border-bottom: 2px solid #d44a8e;
}
.dn-b-body {
  flex: 1; padding: 14px 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.dn-b-collage {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.dn-b-photo {
  background: #fff;
  border: 3px solid;
  padding: 8px;
  text-align: center;
  font-size: 11px;
  color: #5a3a8a;
  font-weight: 700;
}
.dn-b-p1 { border-color: #ffb6c1; }
.dn-b-p2 { border-color: #87ceeb; }
.dn-b-p3 { border-color: #98fb98; }
.dn-b-photo-emoji {
  font-size: 38px;
  line-height: 1;
  margin: 2px 0 4px;
}
.dn-b-photo-cap { font-style: italic; font-size: 10px; }
.dn-b-welcome {
  background: #fff;
  border: 2px solid #d44a8e;
  border-radius: 12px;
  padding: 8px 14px;
  font-size: 12px;
  line-height: 1.4;
}
.dn-b-welcome h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #d44a8e;
  margin: 0 0 4px;
  font-size: 18px;
}
.dn-b-welcome p { margin: 4px 0; }
.dn-b-buttons {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.dn-b-btn {
  font-family: 'Comic Neue', cursive;
  font-weight: 700;
  font-size: 11px;
  padding: 8px 6px;
  border: 2px solid;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
}
.dn-b-btn1 { background: linear-gradient(180deg, #ff9bc8, #d44a8e); color: #fff; border-color: #b03570; box-shadow: 2px 2px 0 #b03570; }
.dn-b-btn2 { background: linear-gradient(180deg, #aee2ff, #5a8ec9); color: #fff; border-color: #3a6ea0; box-shadow: 2px 2px 0 #3a6ea0; }
.dn-b-btn3 { background: linear-gradient(180deg, #c5f5b9, #2d8a6e); color: #fff; border-color: #1a6b54; box-shadow: 2px 2px 0 #1a6b54; }
.dn-b-btn4 { background: linear-gradient(180deg, #ffe39b, #d4a014); color: #fff; border-color: #a07a00; box-shadow: 2px 2px 0 #a07a00; }
.dn-b-insurance {
  background: #fff;
  border: 2px dashed #87ceeb;
  padding: 6px 12px;
  text-align: center;
  font-size: 11px;
}
.dn-b-ins-title { color: #5a8ec9; font-weight: 700; font-style: italic; }
.dn-b-ins-row {
  display: flex; justify-content: center; gap: 12px; flex-wrap: wrap;
  font-style: italic; color: #4a3a3a; margin-top: 2px;
}
.dn-b-foot {
  background: #d44a8e;
  color: #fff;
  padding: 6px 14px;
  font-size: 10px;
  display: flex; justify-content: space-between;
  font-family: 'Comic Neue', cursive;
}

/* =========================================================
   PLUMBING — Fast Flow
   ========================================================= */
/* ---- AFTER ---- */
.pl-a {
  position: absolute; inset: 0;
  background: #15181c;
  color: #f4f3ee;
  font-family: 'Plus Jakarta Sans', sans-serif;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.pl-a::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 85% 30%, rgba(192,57,43,0.18) 0%, transparent 50%),
    linear-gradient(135deg, rgba(192,57,43,0.08) 0%, transparent 40%);
  pointer-events: none;
}
.pl-a-nav {
  display: flex; align-items: center; gap: 22px;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative; z-index: 1;
}
.pl-a-brand { display: flex; align-items: center; gap: 12px; }
.pl-a-mark {
  width: 38px; height: 38px; border-radius: 8px;
  background: #c0392b;
  display: grid; place-items: center;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
  box-shadow: 0 2px 0 #8a2418;
}
.pl-a-brandname {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 1;
}
.pl-a-brandsub {
  font-size: 10px; color: rgba(255,255,255,0.55);
  display: flex; align-items: center; gap: 6px;
  margin-top: 4px;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.pl-a-dot { width: 6px; height: 6px; border-radius: 50%; background: #f4c724; }
.pl-a-menu {
  list-style: none; padding: 0; margin: 0 auto;
  display: flex; gap: 22px;
  font-size: 12.5px; color: rgba(255,255,255,0.78);
  font-weight: 500;
}
.pl-a-navcta {
  background: #f4c724; color: #1a1a1a;
  padding: 9px 16px; border-radius: 8px;
  font-weight: 800; font-size: 12px;
  font-family: 'Bricolage Grotesque', sans-serif;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 0 #c79f0e;
}
.pl-a-hero {
  flex: 1; display: grid; grid-template-columns: 1.15fr 1fr;
  align-items: center; gap: 18px;
  padding: 26px 36px 30px;
  position: relative; z-index: 1;
}
.pl-a-left { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.pl-a-eye {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(192,57,43,0.15);
  color: #f06354;
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(192,57,43,0.4);
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 700;
  width: fit-content;
}
.pl-a-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: #c0392b;
  box-shadow: 0 0 0 4px rgba(192,57,43,0.35);
  animation: hvpulse 1.2s infinite;
}
.pl-a-h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: 48px; line-height: 0.95;
  letter-spacing: -0.04em; margin: 0;
}
.pl-a-h1 em {
  font-style: italic; font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #f4c724;
}
.pl-a-sub {
  margin: 0; font-size: 14px; line-height: 1.5;
  color: rgba(255,255,255,0.7);
  max-width: 440px;
}
.pl-a-sub u { text-decoration: none; color: #f4c724; font-weight: 700; }
.pl-a-row { display: flex; gap: 9px; }
.pl-a-ctaA, .pl-a-ctaB {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 13px 16px; border-radius: 10px;
  text-decoration: none;
}
.pl-a-ctaA {
  background: #f4c724; color: #1a1a1a;
  box-shadow: 0 3px 0 #c79f0e;
}
.pl-a-ctaB {
  background: #c0392b; color: #fff;
  box-shadow: 0 3px 0 #8a2418;
}
.pl-a-cta-ico {
  font-size: 22px; line-height: 1; display: grid; place-items: center;
  width: 22px; height: 22px;
}
.pl-a-cta-text small {
  display: block; font-size: 9.5px;
  letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700;
  opacity: 0.7;
  margin-bottom: 2px;
}
.pl-a-cta-text b {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 14px; font-weight: 800; line-height: 1;
}
.pl-a-trust {
  display: flex; align-items: center; gap: 18px;
  padding-top: 6px;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 4px;
}
.pl-a-trust-item { display: flex; flex-direction: column; }
.pl-a-trust-item b {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px; font-weight: 800;
  letter-spacing: -0.02em;
  color: #f4c724;
}
.pl-a-trust-item span {
  font-size: 9.5px; color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-top: 2px;
}
.pl-a-divider { width: 1px; height: 26px; background: rgba(255,255,255,0.08); }
.pl-a-right {
  position: relative;
  display: flex; flex-direction: column; gap: 12px; align-items: center;
}
.pl-a-badge {
  position: relative;
  width: 220px; height: 220px;
}
.pl-a-badge-ring {
  position: absolute; inset: 0;
  animation: pl-spin 24s linear infinite;
}
@keyframes pl-spin { to { transform: rotate(360deg); } }
.pl-a-badge-ring svg { width: 100%; height: 100%; }
.pl-a-badge-core {
  position: absolute; inset: 26px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #d6422e 0%, #c0392b 50%, #8a2418 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  border: 2px solid rgba(255,255,255,0.15);
  text-align: center;
  color: #fff;
}
.pl-a-badge-247 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: 50px;
  letter-spacing: -0.04em; line-height: 1;
  color: #f4c724;
}
.pl-a-badge-emer {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: 13px;
  letter-spacing: 0.16em; margin-top: 4px;
}
.pl-a-badge-line { width: 50%; height: 1px; background: rgba(255,255,255,0.3); margin: 6px 0; }
.pl-a-badge-foot { font-size: 9.5px; letter-spacing: 0.18em; opacity: 0.8; }
.pl-a-dispatch {
  width: 240px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 6px 4px;
}
.pl-a-disp-row {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 10px;
  font-size: 11px;
}
.pl-a-disp-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #4cd964;
  box-shadow: 0 0 0 3px rgba(76,217,100,0.25);
}
.pl-a-disp-dot.pl-a-amber {
  background: #f4c724; box-shadow: 0 0 0 3px rgba(244,199,36,0.25);
}
.pl-a-disp-row span:nth-child(2) { flex: 1; }
.pl-a-disp-time {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; color: #fff;
}

/* ---- BEFORE ---- */
.pl-b {
  position: absolute; inset: 0;
  background: #fff200;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.pl-b-topstrip {
  background: #c0392b;
  color: #ffff00;
  padding: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-family: 'Arial Black', Impact, sans-serif;
}
.pl-b-header {
  background: #c0392b;
  color: #ffff00;
  padding: 8px 14px 14px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 4px ridge #ffff00;
}
.pl-b-logo {
  font-family: Impact, 'Arial Black', sans-serif;
  font-size: 30px;
  text-shadow: 3px 3px 0 #000;
  letter-spacing: -0.01em;
  font-style: italic;
}
.pl-b-phone-block { text-align: center; background: #ffff00; color: #c0392b; padding: 4px 14px; border: 3px solid #000; }
.pl-b-phone-label { font-size: 11px; font-weight: 700; font-family: 'Arial Black', sans-serif; }
.pl-b-phone-number {
  font-family: Impact, 'Arial Black', sans-serif;
  font-size: 28px;
  line-height: 1; letter-spacing: -0.01em;
  animation: pl-blink 1s steps(2) infinite;
}
@keyframes pl-blink { 50% { color: #000; } }
.pl-b-phone-sub { font-size: 10px; font-weight: 700; }
.pl-b-body {
  flex: 1;
  display: grid; grid-template-columns: 1.6fr 1fr;
  gap: 10px;
  padding: 12px;
}
.pl-b-left { display: flex; flex-direction: column; gap: 8px; }
.pl-b-title {
  background: #000;
  color: #ffff00;
  padding: 5px 10px;
  font-family: 'Arial Black', sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.04em;
}
.pl-b-table {
  flex: 1;
  width: 100%;
  background: #fff;
  border: 3px ridge #c0392b;
  border-collapse: collapse;
  font-size: 13px;
}
.pl-b-table td {
  padding: 4px 8px;
  border-bottom: 1px dashed #c0392b;
}
.pl-b-table td:first-child { color: #c0392b; width: 18px; }
.pl-b-table td:last-child {
  text-align: right; font-weight: 700;
  color: #c0392b;
  font-family: 'Arial Black', sans-serif;
}
.pl-b-call-bar {
  background: #c0392b;
  color: #ffff00;
  padding: 6px;
  text-align: center;
  font-weight: 700;
  font-family: 'Arial Black', sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.pl-b-right { display: flex; flex-direction: column; gap: 8px; }
.pl-b-coupon {
  background: #fff;
  border: 3px dashed #c0392b;
  padding: 8px;
  text-align: center;
  color: #c0392b;
  font-family: 'Arial Black', sans-serif;
}
.pl-b-coupon-head { font-size: 11px; letter-spacing: 0.1em; }
.pl-b-coupon-big {
  font-size: 36px; letter-spacing: -0.02em;
  line-height: 1; margin: 4px 0;
  font-family: Impact, sans-serif;
}
.pl-b-coupon-body { font-size: 10px; font-weight: 700; }
.pl-b-coupon-foot { font-size: 8px; font-family: Arial, sans-serif; color: #000; margin-top: 6px; line-height: 1.3; }
.pl-b-badge {
  background: #c0392b;
  color: #ffff00;
  padding: 6px;
  border: 3px ridge #ffff00;
  text-align: center;
}
.pl-b-badge-star { font-size: 14px; letter-spacing: 2px; color: #ffff00; }
.pl-b-badge-text {
  font-family: Impact, sans-serif;
  font-size: 18px; line-height: 1; margin: 2px 0;
  letter-spacing: 0.04em;
}
.pl-b-badge-small { font-size: 8px; font-style: italic; font-weight: 700; color: #fff; }
.pl-b-pipe {
  flex: 1;
  background:
    repeating-linear-gradient(90deg, #888 0%, #ccc 4%, #888 8%);
  border: 2px ridge #555;
  position: relative;
  min-height: 30px;
}
.pl-b-pipe-cap {
  position: absolute; bottom: 2px; left: 4px;
  font-size: 9px; color: #fff;
  font-style: italic;
  font-family: 'Times New Roman', serif;
  text-shadow: 1px 1px 0 #000;
}
.pl-b-foot {
  background: #000;
  color: #ffff00;
  padding: 5px 14px;
  font-size: 10px;
  text-align: center;
}

/* =========================================================
   ROOFING — Texas Top Roofing
   ========================================================= */
/* ---- AFTER ---- */
.rf-a {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 80% 10%, #6c4520 0%, #5d3a1a 40%, #3d2410 100%);
  color: #f0e6d2;
  font-family: 'Plus Jakarta Sans', sans-serif;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.rf-a::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(240,230,210,0.03) 1px, transparent 1px);
  background-size: 100% 18px;
  pointer-events: none;
}
.rf-a-nav {
  display: flex; align-items: center; gap: 22px;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(240,230,210,0.1);
  position: relative; z-index: 1;
}
.rf-a-brand { display: flex; align-items: center; gap: 11px; }
.rf-a-mark {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(240,230,210,0.1);
  border: 1px solid rgba(240,230,210,0.2);
  display: grid; place-items: center;
}
.rf-a-brandname {
  font-family: 'Playfair Display', serif;
  font-weight: 700; font-size: 16px;
  letter-spacing: -0.01em; line-height: 1;
}
.rf-a-brandsub {
  font-size: 9.5px; color: rgba(240,230,210,0.55);
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-top: 4px;
}
.rf-a-menu {
  list-style: none; padding: 0; margin: 0 auto;
  display: flex; gap: 22px;
  font-size: 12.5px; color: rgba(240,230,210,0.85);
  font-weight: 500;
}
.rf-a-navcta {
  background: #cd5b1f; color: #fff;
  padding: 9px 16px; border-radius: 6px;
  font-weight: 700; font-size: 12px;
  font-family: 'Bricolage Grotesque', sans-serif;
  letter-spacing: 0.02em;
}
.rf-a-hero {
  flex: 1; display: grid; grid-template-columns: 1.1fr 1fr;
  align-items: center; gap: 24px;
  padding: 22px 36px 26px;
  position: relative; z-index: 1;
}
.rf-a-left { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.rf-a-eye {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; color: #e8b96b;
}
.rf-a-eye-line { width: 30px; height: 1px; background: #cd5b1f; }
.rf-a-h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700; font-size: 50px; line-height: 0.98;
  letter-spacing: -0.025em; margin: 0;
  color: #f0e6d2;
}
.rf-a-h1 em {
  font-style: italic; font-weight: 500;
  color: #e8b96b;
}
.rf-a-sub {
  margin: 0; font-size: 14px; line-height: 1.55;
  color: rgba(240,230,210,0.75);
  max-width: 420px;
}
.rf-a-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.rf-a-ctaA {
  display: inline-flex; align-items: center; gap: 10px;
  background: #cd5b1f; color: #fff;
  padding: 12px 18px; border-radius: 6px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; font-size: 13.5px;
}
.rf-a-ctaA-arrow { font-size: 16px; }
.rf-a-ctaPhone, .rf-a-ctaWa {
  display: inline-flex; align-items: center; gap: 8px;
  color: #f0e6d2;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600; font-size: 13px;
  padding: 12px 4px;
}
.rf-a-trust {
  display: grid; grid-template-columns: repeat(3, auto);
  gap: 0;
  margin-top: 4px;
  border-top: 1px solid rgba(240,230,210,0.12);
  padding-top: 14px;
}
.rf-a-trust-item {
  padding: 0 18px;
  border-right: 1px solid rgba(240,230,210,0.12);
}
.rf-a-trust-item:first-child { padding-left: 0; }
.rf-a-trust-item:last-child { border-right: none; }
.rf-a-trust-num {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700;
  color: #e8b96b;
  letter-spacing: -0.01em;
}
.rf-a-trust-cap {
  font-size: 10px; color: rgba(240,230,210,0.55);
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-top: 2px;
}
.rf-a-right {
  position: relative;
  display: flex; flex-direction: column; gap: 10px;
  align-items: center;
}
.rf-a-house {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1;
  background: rgba(240,230,210,0.04);
  border: 1px solid rgba(240,230,210,0.08);
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.rf-a-quote-card {
  background: rgba(240,230,210,0.06);
  border: 1px solid rgba(240,230,210,0.12);
  border-radius: 10px;
  padding: 10px 14px;
  width: 100%; max-width: 320px;
}
.rf-a-q-stars { color: #e8b96b; font-size: 11px; letter-spacing: 3px; }
.rf-a-quote-card p {
  margin: 4px 0 4px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 12.5px;
  line-height: 1.45;
  color: #f0e6d2;
}
.rf-a-q-author {
  font-size: 10.5px; color: rgba(240,230,210,0.55);
  letter-spacing: 0.06em;
}

/* ---- BEFORE ---- */
.rf-b {
  position: absolute; inset: 0;
  background: #fff;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.rf-b-bar {
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 7px 18px;
  display: flex; gap: 22px;
  font-size: 11px;
  color: #555;
}
.rf-b-header {
  padding: 14px 22px;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid #eee;
}
.rf-b-logo {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #5d3a1a;
}
.rf-b-phone { font-size: 13px; color: #5d3a1a; font-weight: 700; }
.rf-b-banner {
  background:
    linear-gradient(135deg, rgba(93,58,26,0.65) 0%, rgba(93,58,26,0.45) 100%),
    repeating-linear-gradient(45deg, #a08060 0px, #a08060 8px, #b0907a 8px, #b0907a 16px);
  padding: 30px 22px;
  color: #fff;
  text-align: center;
  position: relative;
}
.rf-b-banner-tag { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.9; }
.rf-b-banner h2 {
  margin: 4px 0 6px;
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 700;
}
.rf-b-banner p { margin: 0 0 10px; font-size: 13px; opacity: 0.9; }
.rf-b-banner-btn {
  background: #5d3a1a; color: #fff;
  border: 0;
  padding: 8px 22px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 2px;
  letter-spacing: 0.04em;
}
.rf-b-boxes {
  flex: 1;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  padding: 20px 22px;
}
.rf-b-box {
  text-align: center;
  padding: 8px;
}
.rf-b-box-ico {
  width: 50px; height: 50px;
  border-radius: 50%;
  margin: 0 auto 8px;
  background: #5d3a1a;
  color: #fff;
  display: grid; place-items: center;
  font-size: 22px;
  font-weight: 700;
}
.rf-b-box-title {
  font-family: Georgia, serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
}
.rf-b-box p {
  font-size: 12px;
  color: #777;
  margin: 0;
  line-height: 1.4;
}
.rf-b-cta-strip {
  background: #5d3a1a;
  color: #fff;
  padding: 12px 22px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px;
}
.rf-b-cta-strip button {
  background: #fff;
  color: #5d3a1a;
  border: 0;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.rf-b-foot {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 7px 22px;
  display: flex; justify-content: space-between;
  font-size: 10px;
  color: #999;
}

/* =========================================================
   LANDSCAPING — Green Horizon
   ========================================================= */
/* ---- AFTER ---- */
.ls-a {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 70% at 30% 0%, #2a7a3a 0%, #1a5c2e 50%, #0e3a1c 100%);
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.ls-a::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(123,192,67,0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.ls-a-nav {
  display: flex; align-items: center; gap: 22px;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative; z-index: 1;
}
.ls-a-brand { display: flex; align-items: center; gap: 11px; }
.ls-a-mark {
  width: 34px; height: 34px; border-radius: 10px;
  background: rgba(123,192,67,0.18);
  display: grid; place-items: center;
}
.ls-a-brandname {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; font-size: 16px;
  letter-spacing: -0.01em; line-height: 1;
}
.ls-a-brandsub {
  font-size: 9.5px; color: rgba(255,255,255,0.55);
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-top: 3px;
}
.ls-a-menu {
  list-style: none; padding: 0; margin: 0 auto;
  display: flex; gap: 22px;
  font-size: 12.5px; color: rgba(255,255,255,0.78);
  font-weight: 500;
}
.ls-a-navcta {
  background: #7bc043; color: #0e3a1c;
  padding: 9px 18px; border-radius: 999px;
  font-weight: 700; font-size: 12.5px;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.ls-a-hero {
  flex: 1; display: grid; grid-template-columns: 1.1fr 1fr;
  align-items: center; gap: 24px;
  padding: 26px 36px 30px;
  position: relative; z-index: 1;
}
.ls-a-left { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.ls-a-eye {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; color: #cdf078;
}
.ls-a-h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; font-size: 48px; line-height: 0.98;
  letter-spacing: -0.035em; margin: 0;
}
.ls-a-h1 em {
  font-style: italic; font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #cdf078;
}
.ls-a-sub {
  margin: 0; font-size: 14px; line-height: 1.55;
  color: rgba(255,255,255,0.75);
  max-width: 440px;
}
.ls-a-row { display: flex; gap: 9px; align-items: center; flex-wrap: wrap; }
.ls-a-ctaA {
  background: #7bc043; color: #0e3a1c;
  padding: 12px 20px; border-radius: 10px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; font-size: 13.5px;
}
.ls-a-ctaPhone {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: #1a5c2e;
  padding: 12px 16px; border-radius: 10px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; font-size: 13px;
}
.ls-a-ctaWa {
  display: inline-flex; align-items: center; gap: 6px;
  color: #fff;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600; font-size: 12.5px;
  padding: 12px 4px;
}
.ls-a-trust {
  display: grid; grid-template-columns: repeat(3, auto);
  gap: 0;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.ls-a-trust-item {
  padding: 0 18px;
  border-right: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column;
}
.ls-a-trust-item:first-child { padding-left: 0; }
.ls-a-trust-item:last-child { border-right: none; }
.ls-a-trust-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px; font-weight: 700;
  letter-spacing: -0.01em;
  color: #cdf078;
}
.ls-a-trust-cap {
  font-size: 9.5px; color: rgba(255,255,255,0.55);
  letter-spacing: 0.06em; text-transform: uppercase;
  margin-top: 2px;
}
.ls-a-right {
  position: relative;
  display: grid; place-items: center;
  height: 100%;
}
.ls-a-shape {
  position: relative;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 0.9;
}
.ls-a-shape > svg {
  width: 100%; height: 100%;
  filter: drop-shadow(0 12px 40px rgba(0,0,0,0.4));
}
.ls-a-stat-card {
  position: absolute;
  bottom: -8px;
  right: -10px;
  background: #fbfaf5;
  color: #0e3a1c;
  border-radius: 12px;
  padding: 8px 12px;
  display: flex; flex-direction: column;
  gap: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  min-width: 160px;
}
.ls-a-stat-row {
  display: flex; align-items: center; gap: 10px;
}
.ls-a-stat-emoji { font-size: 18px; }
.ls-a-stat-row b {
  display: block;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 12px; font-weight: 700;
}
.ls-a-stat-row span {
  display: block;
  font-size: 10px; color: #6b6b6b;
}
.ls-a-stat-divider { height: 1px; background: rgba(0,0,0,0.08); }

/* ---- BEFORE ---- */
.ls-b {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(0deg, #4a7a3a 0px, #4a7a3a 4px, #5a8a4a 4px, #5a8a4a 8px);
  color: #000;
  font-family: 'Comic Neue', 'Comic Sans MS', cursive;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.ls-b-marquee {
  overflow: hidden;
  background: #ffff00;
  border-top: 3px ridge #ff0000;
  border-bottom: 3px ridge #ff0000;
  color: #ff0000;
  font-family: 'Times New Roman', serif;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 0;
  white-space: nowrap;
}
.ls-b-marquee-inner {
  display: inline-block;
  padding-left: 100%;
  animation: ls-marquee 22s linear infinite;
}
@keyframes ls-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.ls-b-header {
  background: #fff;
  margin: 10px;
  padding: 10px;
  border: 3px solid #008000;
  text-align: center;
}
.ls-b-title {
  font-family: 'Times New Roman', serif;
  font-style: italic;
  font-size: 26px;
  margin: 0;
  background: linear-gradient(90deg, #ff0000, #ff8800, #ffff00, #00aa00, #0066ff, #aa00ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.ls-b-tag {
  font-family: 'Comic Neue', cursive;
  font-size: 13px;
  color: #008000;
  margin-top: 2px;
}
.ls-b-body {
  flex: 1;
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 10px;
  padding: 0 10px 10px;
}
.ls-b-left { display: flex; flex-direction: column; gap: 8px; }
.ls-b-construction {
  background: #ffff00;
  border: 2px dashed #000;
  padding: 4px;
  text-align: center;
}
.ls-b-cons-stripe {
  height: 8px;
  background:
    repeating-linear-gradient(45deg, #000 0px, #000 6px, #ffff00 6px, #ffff00 12px);
}
.ls-b-cons-text {
  font-family: 'Comic Neue', cursive;
  font-weight: 700;
  font-size: 12px;
  padding: 3px 0;
  color: #000;
  line-height: 1.2;
}
.ls-b-welcome {
  background: #fff;
  border: 2px solid #008000;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.4;
  flex: 1;
}
.ls-b-welcome p { margin: 4px 0; }
.ls-b-welcome-list { font-family: 'Times New Roman', serif; color: #0066cc; }
.ls-b-welcome-list b { color: #008000; font-style: italic; }
.ls-b-call { font-style: italic; color: #008000; margin-top: 6px; }
.ls-b-num {
  font-family: 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 700;
  color: #ff0000;
  text-align: center;
  margin: 4px 0;
}
.ls-b-blink {
  text-align: center;
  color: #aa00ff;
  font-style: italic;
  font-weight: 700;
  animation: ls-blink 1.2s steps(2) infinite;
}
@keyframes ls-blink { 50% { opacity: 0.2; } }
.ls-b-right { display: flex; flex-direction: column; gap: 8px; }
.ls-b-photo-title {
  background: #008000;
  color: #ffff00;
  padding: 4px;
  font-family: 'Times New Roman', serif;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  font-style: italic;
}
.ls-b-photos {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6px;
  background: #fff;
  padding: 6px;
  border: 2px solid #008000;
  border-top: none;
}
.ls-b-photo {
  background: #fff;
  border: 2px inset #888;
  text-align: center;
  padding: 4px;
}
.ls-b-photo-inner {
  font-size: 28px;
  height: 40px;
  background: linear-gradient(180deg, #aef4ff 0%, #d2f0a0 100%);
  border: 1px solid #aaa;
  display: grid; place-items: center;
}
.ls-b-photo span {
  display: block;
  font-size: 9px;
  font-family: 'Times New Roman', serif;
  font-style: italic;
  color: #444;
  margin-top: 2px;
}
.ls-b-guestbook {
  background: linear-gradient(180deg, #aef4ff 0%, #5599cc 100%);
  border: 2px outset #5599cc;
  text-align: center;
  padding: 4px;
  font-family: 'Comic Neue', cursive;
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
.ls-b-counter {
  background: #000;
  color: #00ff00;
  padding: 4px;
  text-align: center;
  font-family: 'VT323', 'Courier Prime', monospace;
  font-size: 12px;
}
.ls-b-counter-num {
  font-family: 'VT323', 'Courier Prime', monospace;
  font-size: 18px;
  letter-spacing: 4px;
  background: #2a2a2a;
  padding: 0 6px;
  margin-left: 4px;
  display: inline-block;
}
.ls-b-foot {
  background: #008000;
  color: #ffff00;
  padding: 5px 14px;
  font-size: 10px;
  display: flex; justify-content: space-between;
  font-family: 'Comic Neue', cursive;
}
