/* styles/style.css — same first design tokens/colors, only layout fixes requested */

:root {
  --bg: #0b1020c3;
  --card: #0f1733;
  --ink: #eaf0ff;
  --muted: #b9c6ea;
  --line: rgba(255, 255, 255, 0.065);
  --accent: #5E72EE;
  --cta-bg: #e53935;
  --warn: #ffd27a;
  --safe: #7CFFA6;
  --shadow: 0 16px 40px rgba(0, 0, 0, .45);
  --radius: 18px;
  --fab-bg: #22c55e;
   --panel-bg: #0f1733;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(1150px 720px at 30% 0%, rgba(94, 114, 238, .25), transparent 60%),
    radial-gradient(900px 650px at 85% 8%, rgba(255, 211, 122, 0.302), transparent 125%),
    var(--bg);
  color: var(--ink);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 8px 60px;
}



/* Floating call button */
.fab-call {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--fab-bg);
  z-index: 1000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .20);
  border: 1px solid var(--panel-border);
}

.fab-call svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.fab-call-label {
  position: fixed;
  right: 86px;
  bottom: 22px;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  color: var(--text);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  z-index: 1000;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
}



.site-footer {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
  background: rgba(0, 0, 0, .20);
}

.site-footer .container {
  display: grid;
  justify-items: center;
  /* centers logo + footer-center */
  gap: 14px;
  text-align: center;
}


.bottom-logo {
  display: flex;
  justify-content: center;
}

.bottom-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bottom-logo img {
  height: 56px;
  width: auto;
  display: block;
}

.footer-center {
  max-width: 720px;
  display: grid;
  gap: 10px;
  justify-items: center;
}

/* Existing link styles (keep or adjust) */
.footer-link,
.footer-phone {
  color: rgba(255, 255, 255, .92);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .2px;
}

.footer-link:hover,
.footer-phone:hover {
  text-decoration: underline;
}

.footer-address {
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
}

.footer-copyright {
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  margin-top: 6px;
}


.service-about p {
  font-weight: bold;
  margin: 0;
}


.service-about small {
  color: var(--muted);
}

a.cta.zphone {
  display: block;
  text-decoration: none;
  line-height: 1.15;
  font-size: 20px;
  /* phone size */
  font-weight: 800;
}

/* Inline label before the phone number (same line) */
a.cta.zphone::before {
  content: "CALL NOW: ";
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .3px;
  opacity: .95;
  vertical-align: baseline;
}

/* Subtext on a new line */
a.cta.zphone::after {
  content: attr(data-sub);
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 100;
  opacity: .85;
}

/* Topbar */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 6px 6px 10px 6px;
  backdrop-filter: blur(10px);
  background: linear-gradient(to bottom, rgba(11, 16, 32, .92), rgba(11, 16, 32, .75));
  border-bottom: 1px solid var(--line);
}

.brand img {
  width: auto;
  height: 58px;
}

/* Buttons (same palette) */
.callBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  /*background: linear-gradient(180deg, rgba(94, 114, 238, 1), rgba(94, 114, 238, .78));*/
  background: var(--cta-bg);
  color: #fff;
  font-weight: 900;
  letter-spacing: .2px;
  box-shadow: var(--shadow);
  min-width: 210px;
  flex-direction: column;
  /* allows your button structure */
  text-align: center;
  line-height: 1.1;
}

.fine {
  margin-top: 5px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: var(--muted);
  
}


.callBtn:active {
  transform: translateY(1px);
}

.callSub {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, .85);
  font-weight: 800;
  margin-top: 2px;
}

.callBtn--big {
  width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
}

/* HERO background image feature */
.hero {
  padding: 18px 0 10px;
  height: min-content;
}

.hero--bg {
  background-image:
    linear-gradient(#0d1418ec 50%, #0d1418d7 100%),
    image-set(url("./assets/hero-bg.webp") type("image/webp"),
      url("./assets/hero-bg.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* HERO STACK: flex column */
.heroStack {
  gap: 14px;
}


/* Reviews */
.reviews {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

@media (min-width:740px) {
  .reviews {
    grid-template-columns: repeat(3, 1fr);
  }
}

.review {
  padding: 16px;
  border-radius: var(--radius-14);
  border: 1px solid var(--panel-border);
  background: var(--card);
  box-shadow: var(--shadow-card-soft);
  
}

.stars {
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 8px;
}

.review p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.6;
}

.space-top {
  margin-top: 40px;
  margin-bottom: 70px;
}

.who {
  font-size: 12px;
  color: var(--muted-2);
}

.mini-trust {
  margin-top: 12px;
  color: var(--muted-2);
  font-size: 13px;
}

/* FAQ */
.faq {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.faq details {
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-12);
  background: var(--panel-bg);
  padding: 12px 14px;
  box-shadow: var(--shadow-card-soft);
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--text);
}

.faq p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

/* About badges */
.about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pill {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--panel-border);
  background: rgba(15, 23, 42, .04);
  /* theme can override */
  font-size: 12px;
  color: var(--muted);
}



/* Cards */
.heroCard {
  background: linear-gradient(180deg, rgba(15, 23, 51, .96), rgba(15, 23, 51, .72));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
   

}

.kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .3px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--safe);
  box-shadow: 0 0 0 4px rgba(124, 255, 166, .12);
}

.tag {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .04);
  padding: 6px 10px;
  border-radius: 999px;
}

h1 {
  margin: 30px 0 10px;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: -.6px;

}

.safeTxt {
  color: var(--safe);
}

.lead {
  margin: 0;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--muted);
}

.mirror {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.mirrorItem {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 210, 122, .08);
  border: 1px solid rgba(255, 210, 122, .22);
}

.ico {
  font-weight: 900;
  color: var(--warn);
  line-height: 1;
}

.txt b {
  display: block;
  font-size: 13px;
}

.txt span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

.ctaRow {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.ctaSecondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .03);
}

.ctaSecondary b {
  font-size: 13px;
}

.ctaSecondary span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}

.phone {
  font-weight: 900;
  letter-spacing: .2px;
}



/* Trust icons row (from your template), no new colors */
.trust-logos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width:560px) {
  .trust-logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .heroStack {
    margin-top: 50px;
  }

  .topbar {
    padding: 6px 52px 10px 52px;
  }
}

.trust-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.034);
  box-shadow: var(--shadow);
}

.trust-logo img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .12));
}

.trust-logo span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--muted);
}

.contractor img {
  border-radius: 50%;
  overflow: hidden;
}

/* Make hero trust row breathe */
.heroTrust {
  margin-top: 0;
}

/* Hero image SMALLER (your request) */
.heroImg {
  margin: 10px 0 12px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(0, 0, 0, .10);
}

.heroImg img {
  width: 100%;
  height: 170px;
  /* controls size */
  object-fit: cover;
  object-position: top center;
  display: block;
}

@media (min-width: 820px) {
  .heroImg img {
    height: 220px;
  }

  .hero {
    padding: 18px 0 10px;
  }
}

.heroImgCap {
  padding: 10px 12px;
  font-size: 12px;
  color: var(--muted);
  background: rgba(0, 0, 0, .22);
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.h2Hero {
  margin: 0 0 10px;
  font-size: 18px;
}

/* Split cards in trust card */
.split {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

@media (min-width: 820px) {
  .split {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 819px) { 
  .service-about p {
    font-size: 14px;
  }

  .service-about small {
    font-size: 12px;
  }
}



.card {
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
}

.card--tight {
  padding: 14px;
}

.pTight {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(124, 255, 166, .22);
  background: rgba(124, 255, 166, .08);
  color: var(--ink);
  font-size: 12px;
}

.badge i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--safe);
  box-shadow: 0 0 0 4px rgba(124, 255, 166, .12);
  display: inline-block;
}

.pricingBox {
  margin-top: 12px;
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, .14);
  background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
}

.pricingBox b {
  display: block;
  font-size: 13px;
}

.pricingBox p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.divider {
  height: 1px;
  background: var(--line);
  margin: 34px 0;
}

/* SERVICES: 2 blocks in a row (image + services card) */
.svcSplit {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

@media (min-width: 900px) {
  .svcSplit {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

.svcMedia {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(0, 0, 0, .10);
  box-shadow: var(--shadow);
  min-height: 320px;
}

.svcMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.svcCap {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 12px;
  color: var(--ink);
  background: rgba(0, 0, 0, .45);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* bullets */
.bullets {
  margin: 12px 0 0;
  padding-left: 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

/* steps (kept) */
.grid {
  margin-top: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin-top: 50px;
}

@media (min-width: 820px) {
  .wrap {
    padding: 22px 18px 70px;
  }

  h1 {
    font-size: 36px;
  }

  .lead {
    font-size: 16px;
  }

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

.steps {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.step {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(94, 114, 238, .22);
  background: rgba(94, 114, 238, .08);
}

.num {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(94, 114, 238, .22);
  border: 1px solid rgba(94, 114, 238, .35);
  font-weight: 900;
}

.step b {
  display: block;
  font-size: 13px;
}

.step span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

/* Sticky bottom (kept) */
.stickyBottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: linear-gradient(to top, rgba(11, 16, 32, .96), rgba(11, 16, 32, .66));
  border-top: 1px solid var(--line);
  padding: 10px 12px env(safe-area-inset-bottom);
}

.stickyInner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.stickyCopy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.stickyCopy b {
  font-size: 13px;
}

.stickyCopy small {
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}

.smallBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 12px;
  border-radius: 999px;
  border: 1px solid rgba(94, 114, 238, .45);
  background: linear-gradient(180deg, rgba(94, 114, 238, 1), rgba(94, 114, 238, .8));
  color: #fff;
  font-weight: 900;
  min-width: 210px;
}






/* Make wrapper a positioning context without changing your old look */
.lp-fab-wrap{
  position: fixed;
  right: 10px;
  bottom: 20px;
}

/* Icon centered and click-through */
.lp-fab-ico{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

/* Click layer covers entire button; content invisible */
.lp-fab-link{
  position: absolute;
  inset: 0;
  display: block;
  font-size: 0;
  text-decoration: none;
}




a.fab-call-label::before {
  content: attr(aria-label);
}
