
:root {
  --navy:#0A1F44;
  --dark:#08162E;
  --red:#C1121F;
  --gold:#F6C400;
  --light:#F5F7FA;
  --text:#0B1B33;
  --muted:#667085;
}
* { box-sizing:border-box; }
body { margin:0; font-family:Arial, Helvetica, sans-serif; color:var(--text); background:white; line-height:1.55; }
a { color:inherit; text-decoration:none; }
.header { background:var(--dark); color:white; position:sticky; top:0; z-index:50; box-shadow:0 4px 18px rgba(0,0,0,.18); }
.header-inner { max-width:1220px; margin:auto; padding:16px 22px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.logo-wrap { display:flex; align-items:center; gap:14px; font-weight:900; letter-spacing:.04em; }
.logo-wrap img { width:88px; max-height:62px; object-fit:contain; }
.text-logo { font-size:24px; line-height:.95; }
.text-logo span { font-size:18px; letter-spacing:.12em; }
.nav { display:flex; gap:22px; align-items:center; font-weight:800; }
.nav a { opacity:.95; }
.nav a:hover { opacity:1; text-decoration:underline; }
.header-cta { display:flex; gap:14px; align-items:center; }
.btn { display:inline-block; background:var(--navy); color:white; padding:13px 20px; border-radius:8px; font-weight:900; border:2px solid var(--navy); }
.btn:hover { background:#16386E; border-color:#16386E; }
.btn.light { background:white; color:var(--navy); border-color:white; }
.phone { font-size:21px; font-weight:900; white-space:nowrap; }
.hero { min-height:650px; display:flex; align-items:center; color:white; position:relative; background:linear-gradient(90deg, rgba(0,0,0,.82), rgba(8,22,46,.62), rgba(8,22,46,.16)), url('assets/hero-bathroom.jpg') center/cover no-repeat; }
.hero-content { max-width:1220px; margin:auto; padding:80px 22px; width:100%; }
.hero h1 { font-size:56px; line-height:1.05; margin:0 0 20px; max-width:820px; }
.hero p { font-size:21px; max-width:750px; margin:0 0 28px; }
.review-row { display:flex; align-items:center; gap:22px; margin:28px 0; flex-wrap:wrap; }
.stars { color:var(--gold); font-size:31px; letter-spacing:2px; font-weight:900; }
.rating-text { font-size:25px; font-weight:900; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; }
.trustbar { background:var(--navy); color:white; }
.trustbar-inner { max-width:1220px; margin:auto; padding:24px 22px; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; text-align:center; }
.trustbar b { display:block; font-size:22px; }
section { padding:74px 22px; }
.container { max-width:1220px; margin:auto; }
.section-title { font-size:44px; line-height:1.08; margin:0 0 14px; }
.section-subtitle { color:var(--muted); font-size:20px; margin:0 0 34px; max-width:860px; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.card { background:white; border:1px solid #E4E9F2; border-radius:22px; overflow:hidden; box-shadow:0 12px 30px rgba(8,22,46,.08); }
.card img { width:100%; height:230px; object-fit:cover; display:block; }
.card-body { padding:26px; }
.card h3 { margin:0 0 12px; font-size:26px; }
.card p { color:var(--muted); font-size:17px; }
.learn { color:var(--navy); font-weight:900; font-size:18px; }
.alt { background:var(--light); }
.split { display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:center; }
.split img { width:100%; border-radius:24px; box-shadow:0 14px 34px rgba(8,22,46,.16); }
.checks { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:24px; }
.check { background:white; border:1px solid #E4E9F2; padding:16px; border-radius:14px; font-weight:800; }
.city-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.city-grid a { background:white; border:1px solid #E4E9F2; border-radius:10px; padding:13px; text-align:center; font-weight:800; color:var(--navy); }
.city-grid a:hover { background:var(--navy); color:white; }
.cta { background:linear-gradient(135deg,var(--dark),var(--navy)); color:white; text-align:center; }
.cta h2 { font-size:42px; margin:0 0 12px; }
.footer { background:var(--dark); color:white; padding:44px 22px; }
.footer-inner { max-width:1220px; margin:auto; display:grid; grid-template-columns:2fr 1fr 1fr; gap:30px; }
.footer a { display:block; margin:8px 0; opacity:.9; }
.page-hero { background:linear-gradient(90deg, rgba(0,0,0,.76), rgba(8,22,46,.6)), var(--bg) center/cover no-repeat; color:white; padding:110px 22px; }
.page-hero h1 { font-size:52px; max-width:900px; margin:0 0 16px; line-height:1.08; }
.page-hero p { font-size:21px; max-width:760px; }
.faq { max-width:900px; }
.faq-item { border-bottom:1px solid #DDE3EE; padding:22px 0; }
.faq-item h3 { margin:0 0 8px; font-size:22px; }
.service-links { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.service-links a { padding:16px; border:1px solid #E4E9F2; border-radius:12px; color:var(--navy); font-weight:900; background:white; }
@media(max-width:900px) {
  .header-inner, .nav, .header-cta { flex-wrap:wrap; }
  .hero h1, .page-hero h1 { font-size:39px; }
  .cards, .split, .footer-inner { grid-template-columns:1fr; }
  .trustbar-inner { grid-template-columns:1fr 1fr; }
  .city-grid { grid-template-columns:1fr 1fr; }
  .service-links { grid-template-columns:1fr; }
}


/* Final header cleanup */
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  flex-wrap:nowrap;
}
.logo-wrap{
  min-width:270px;
  white-space:nowrap;
}
.logo-wrap span{
  display:inline-block;
  white-space:nowrap;
  font-size:24px;
  line-height:1.05;
}
.nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  flex:1;
  white-space:nowrap;
}
.nav a{
  white-space:nowrap;
  font-size:18px;
}
.header-cta{
  display:flex;
  align-items:center;
  gap:18px;
  white-space:nowrap;
  flex-shrink:0;
}
.header-cta .btn{
  white-space:nowrap;
  padding:13px 22px;
}
.phone{
  white-space:nowrap;
}

/* Estimate popup modal */
.modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.72);
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.modal-backdrop.open{
  display:flex;
}
.estimate-modal{
  width:min(760px, 100%);
  max-height:92vh;
  overflow:auto;
  background:#0C1418;
  border:2px solid #39BDF2;
  border-radius:16px;
  color:white;
  box-shadow:0 22px 70px rgba(0,0,0,.45);
  padding:34px;
  position:relative;
}
.modal-close{
  position:absolute;
  right:18px;
  top:14px;
  background:transparent;
  border:0;
  color:white;
  font-size:34px;
  cursor:pointer;
}
.estimate-modal h2{
  margin:0 0 24px;
  font-size:34px;
  letter-spacing:.02em;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.form-field{
  margin-bottom:18px;
}
.form-field.full{
  grid-column:1 / -1;
}
.form-field label{
  display:block;
  color:#9EC4D8;
  font-size:13px;
  letter-spacing:.18em;
  font-weight:900;
  margin-bottom:8px;
  text-transform:uppercase;
}
.form-field input,
.form-field select,
.form-field textarea{
  width:100%;
  background:#060A0D;
  border:1px solid #20313D;
  color:white;
  border-radius:8px;
  padding:16px 18px;
  font-size:18px;
  outline:none;
}
.form-field textarea{
  min-height:130px;
  resize:vertical;
}
.form-submit{
  width:100%;
  border:0;
  background:#0A1F44;
  color:white;
  padding:18px 20px;
  border-radius:8px;
  font-size:17px;
  font-weight:900;
  letter-spacing:.12em;
  cursor:pointer;
  text-transform:uppercase;
}
.form-submit:hover{
  background:#16386E;
}
.form-note{
  text-align:center;
  color:#9EC4D8;
  margin-top:16px;
}
.form-note a{
  color:#39BDF2;
  font-weight:800;
}

@media(max-width:1100px){
  .header-inner{flex-wrap:wrap;}
  .logo-wrap{min-width:auto;}
  .nav{order:3; width:100%; justify-content:flex-start; overflow-x:auto;}
}
@media(max-width:700px){
  .form-grid{grid-template-columns:1fr;}
  .estimate-modal{padding:26px 18px;}
  .estimate-modal h2{font-size:28px;}
}


/* Enhanced About Page */
.about-hero {
  background:
    linear-gradient(90deg, rgba(8,22,46,.88), rgba(10,31,68,.72), rgba(8,22,46,.35)),
    url('assets/vans.jpg') center/cover no-repeat;
  color:white;
  padding:120px 22px;
}
.about-hero .container {
  max-width:1220px;
}
.about-kicker {
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:900;
  color:#F6C400;
  margin-bottom:14px;
}
.about-hero h1 {
  font-size:60px;
  line-height:1.05;
  margin:0 0 18px;
  max-width:900px;
}
.about-hero p {
  font-size:22px;
  max-width:780px;
  margin:0 0 26px;
}
.about-stats {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:34px;
}
.about-stat {
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
  padding:22px;
  backdrop-filter:blur(6px);
}
.about-stat strong {
  display:block;
  font-size:34px;
  color:white;
}
.about-stat span {
  color:#D9E4F2;
  font-weight:700;
}
.story-card {
  background:white;
  border:1px solid #E4E9F2;
  border-radius:24px;
  padding:36px;
  box-shadow:0 14px 34px rgba(8,22,46,.08);
}
.icon-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.icon-box {
  background:white;
  border:1px solid #E4E9F2;
  border-radius:18px;
  padding:24px;
  box-shadow:0 10px 24px rgba(8,22,46,.07);
}
.icon-box .icon {
  font-size:30px;
  margin-bottom:12px;
}
.icon-box h3 {
  margin:0 0 8px;
  font-size:20px;
}
.icon-box p {
  color:var(--muted);
  margin:0;
}
.service-pill-grid {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.service-pill-grid a, .service-pill-grid span {
  background:#F5F7FA;
  border:1px solid #DDE5F0;
  color:var(--navy);
  border-radius:999px;
  padding:12px 18px;
  font-weight:900;
}
.about-photo-stack {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.about-photo-stack img {
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:20px;
  box-shadow:0 12px 28px rgba(8,22,46,.14);
}
.about-photo-stack img:first-child {
  grid-column:1 / -1;
  height:330px;
}
.process-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.process-card {
  background:white;
  border-left:6px solid var(--navy);
  border-radius:16px;
  padding:26px;
  box-shadow:0 12px 28px rgba(8,22,46,.08);
}
.process-card strong {
  display:block;
  color:var(--navy);
  font-size:16px;
  margin-bottom:8px;
}
.process-card h3 {
  margin:0 0 8px;
}
@media(max-width:900px){
  .about-hero h1{font-size:42px;}
  .about-stats,.icon-grid,.process-grid{grid-template-columns:1fr 1fr;}
  .about-photo-stack{grid-template-columns:1fr;}
  .about-photo-stack img:first-child,.about-photo-stack img{height:260px;}
}
@media(max-width:600px){
  .about-stats,.icon-grid,.process-grid{grid-template-columns:1fr;}
}


/* Header one-line company name update */
.logo-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  min-width: 430px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.logo-wrap img {
  width: 88px !important;
  height: auto !important;
  max-height: 70px !important;
  object-fit: contain !important;
}

.logo-wrap span {
  display: inline-block !important;
  white-space: nowrap !important;
  font-size: 34px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
}

.header-inner {
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.nav {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

.nav a {
  white-space: nowrap !important;
}

.header-cta {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

@media (max-width: 1200px) {
  .logo-wrap {
    min-width: 340px !important;
  }
  .logo-wrap span {
    font-size: 26px !important;
  }
  .nav {
    gap: 18px !important;
  }
  .nav a {
    font-size: 16px !important;
  }
}

@media (max-width: 900px) {
  .header-inner {
    flex-wrap: wrap !important;
  }
  .logo-wrap {
    min-width: auto !important;
    width: 100% !important;
    justify-content: center !important;
  }
  .logo-wrap span {
    font-size: 24px !important;
  }
}


/* Header brand name smaller to match navigation */
.logo-wrap {
  min-width: 260px !important;
  gap: 12px !important;
}

.logo-wrap img {
  width: 62px !important;
  max-height: 52px !important;
}

.logo-wrap span {
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .03em !important;
  white-space: nowrap !important;
}

.header-inner {
  gap: 18px !important;
}

.nav {
  gap: 26px !important;
}

.nav a {
  font-size: 20px !important;
}

.header-cta .btn {
  font-size: 18px !important;
  padding: 12px 18px !important;
}

.phone {
  font-size: 22px !important;
}

@media (max-width: 1200px) {
  .logo-wrap {
    min-width: 230px !important;
  }
  .logo-wrap span {
    font-size: 18px !important;
  }
  .nav a {
    font-size: 17px !important;
  }
  .phone {
    font-size: 19px !important;
  }
}

@media (max-width: 900px) {
  .logo-wrap {
    width: auto !important;
    justify-content: flex-start !important;
  }
  .logo-wrap span {
    font-size: 18px !important;
  }
}


/* Premium homepage Why Choose section */
.why-premium {
  background: linear-gradient(180deg,#F5F7FA 0%, #FFFFFF 100%);
  padding: 88px 22px;
}
.why-premium-wrap {
  max-width: 1220px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 46px;
  align-items: center;
}
.why-eyebrow {
  color: #0A1F44;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.why-premium h2 {
  font-size: 46px;
  line-height: 1.08;
  margin: 0 0 18px;
  color: #08162E;
}
.why-premium .lead {
  color: #4A5568;
  font-size: 20px;
  margin: 0 0 26px;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.why-item {
  background: #fff;
  border: 1px solid #E4E9F2;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(8,22,46,.08);
}
.why-item strong {
  display: block;
  font-size: 19px;
  color: #08162E;
  margin-bottom: 7px;
}
.why-item p {
  margin: 0;
  color: #667085;
}
.why-badge-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.why-badge {
  background: #0A1F44;
  color: white;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 900;
}
.why-photo-card {
  position: relative;
}
.why-photo-card img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 22px 55px rgba(8,22,46,.22);
}
.why-floating-card {
  position: absolute;
  left: -28px;
  bottom: 28px;
  background: #08162E;
  color: white;
  border-radius: 20px;
  padding: 24px;
  width: 290px;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}
.why-floating-card .stars {
  color: #F6C400;
  font-size: 24px;
  letter-spacing: 1px;
}
.why-floating-card strong {
  display: block;
  font-size: 27px;
  margin: 8px 0 4px;
}
@media(max-width: 900px) {
  .why-premium-wrap {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-photo-card img {
    height: 360px;
  }
  .why-floating-card {
    position: static;
    width: auto;
    margin-top: 16px;
  }
}


/* FINAL HEADER + SEO/POLISH UPDATES */
.logo-wrap {
  min-width: 250px !important;
  gap: 12px !important;
  white-space: nowrap !important;
}
.logo-wrap img {
  width: 62px !important;
  max-height: 52px !important;
  object-fit: contain !important;
}
.logo-wrap span {
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .03em !important;
  white-space: nowrap !important;
}
.nav a {
  white-space: nowrap !important;
}
.header-cta .btn {
  white-space: nowrap !important;
}
.phone {
  white-space: nowrap !important;
}
.card img {
  object-position: center center;
}


/* BuildZoom authority section */
.bz-authority {
  background: #ffffff;
  padding: 82px 22px;
}
.bz-wrap {
  max-width: 1220px;
  margin: auto;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 42px;
  align-items: center;
}
.bz-card {
  background: linear-gradient(135deg, #08162E, #0A1F44);
  color: #fff;
  border-radius: 28px;
  padding: 42px;
  box-shadow: 0 22px 55px rgba(8,22,46,.22);
}
.bz-card .trophy {
  font-size: 46px;
  margin-bottom: 12px;
}
.bz-card h2 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.08;
}
.bz-card h3 {
  margin: 0 0 18px;
  color: #F6C400;
  font-size: 23px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bz-card p {
  font-size: 18px;
  color: #E6EEF8;
}
.bz-details {
  display: grid;
  gap: 16px;
}
.bz-detail {
  background: #F5F7FA;
  border: 1px solid #E4E9F2;
  border-radius: 18px;
  padding: 22px;
}
.bz-detail strong {
  display: block;
  color: #08162E;
  font-size: 20px;
  margin-bottom: 6px;
}
.bz-detail p {
  margin: 0;
  color: #667085;
}
.bz-stats {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  margin-top: 24px;
}
.bz-stat {
  background: #fff;
  border: 1px solid #DDE5F0;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(8,22,46,.06);
}
.bz-stat strong {
  display: block;
  color: #0A1F44;
  font-size: 22px;
}
.bz-stat span {
  color: #667085;
  font-weight: 700;
  font-size: 14px;
}
@media(max-width:900px){
  .bz-wrap { grid-template-columns: 1fr; }
  .bz-stats { grid-template-columns: 1fr 1fr; }
}


/* BuildZoom merged into Why Choose section */
.buildzoom-merge-card {
  margin-top: 26px;
  background: linear-gradient(135deg, #08162E, #0A1F44);
  color: #fff;
  border-radius: 22px;
  padding: 26px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  box-shadow: 0 18px 42px rgba(8,22,46,.18);
}
.buildzoom-merge-card .buildzoom-icon {
  font-size: 42px;
  line-height: 1;
}
.buildzoom-merge-card h3 {
  margin: 0 0 10px;
  color: #F6C400;
  font-size: 24px;
  line-height: 1.15;
}
.buildzoom-merge-card p {
  color: #E6EEF8;
  margin: 0 0 10px;
  font-size: 17px;
}
@media(max-width:700px){
  .buildzoom-merge-card {
    grid-template-columns: 1fr;
  }
}


/* FINAL HEADER TWEAK */
.logo-wrap img{
  width:72px !important;
  max-height:62px !important;
}

.logo-wrap span{
  font-size:18px !important;
}

.nav a{
  font-size:18px !important;
}

.header-cta .btn{
  font-size:16px !important;
}

.phone{
  font-size:20px !important;
}

/* Visible booking CTA blocks */
.booking-strip{
  background:linear-gradient(135deg,#08162E,#0A1F44);
  color:#fff;
  padding:34px 22px;
  text-align:center;
}
.booking-strip h2{
  margin:0 0 8px;
  font-size:32px;
}
.booking-strip p{
  margin:0 0 18px;
  color:#E6EEF8;
  font-size:18px;
}
.booking-strip .btn{
  background:#fff !important;
  color:#0A1F44 !important;
  border-color:#fff !important;
}


/* Ultimate conversion sections */
.testimonials-grid,.trust-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
max-width:1200px;
margin:auto;
}
.review-card,.trust-card{
background:#fff;
border:1px solid #e5e7eb;
border-radius:18px;
padding:24px;
box-shadow:0 10px 25px rgba(0,0,0,.06);
}
.review-stars{color:#f5c518;font-size:22px;font-weight:bold;}
.service-map{
background:#08162E;
color:white;
padding:60px 20px;
text-align:center;
}
.service-map ul{
list-style:none;
padding:0;
columns:3;
max-width:900px;
margin:auto;
}
.trust-section{
padding:60px 20px;
background:#f8fafc;
}

/* Testimonials placement under services */
.testimonials-section{
  padding:70px 22px;
  background:#F8FAFC;
}
.testimonials-section .section-title{
  margin-bottom:30px;
}


/* DFW Service Area Map Section */
.dfw-map-section{
  padding:80px 22px;
  background:#F5F7FA;
}
.dfw-map-wrap{
  max-width:1220px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center;
}
.dfw-map-box{
  background:#08162E;
  border-radius:28px;
  padding:30px;
  color:white;
  box-shadow:0 22px 55px rgba(8,22,46,.18);
}
.dfw-map-svg{
  width:100%;
  height:auto;
  display:block;
}
.map-city-dot{
  fill:#F6C400;
  stroke:white;
  stroke-width:3;
}
.map-city-label{
  fill:white;
  font-size:15px;
  font-weight:800;
}
.map-road{
  stroke:#2A436D;
  stroke-width:5;
  fill:none;
  opacity:.75;
}
.map-area{
  fill:#0A1F44;
  stroke:#4A79B8;
  stroke-width:3;
}
.dfw-city-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:24px;
}
.dfw-city-list a{
  background:white;
  border:1px solid #DDE5F0;
  border-radius:12px;
  color:#0A1F44;
  font-weight:900;
  padding:13px 14px;
  text-align:center;
}
.dfw-city-list a:hover{
  background:#0A1F44;
  color:white;
}
@media(max-width:900px){
  .dfw-map-wrap{
    grid-template-columns:1fr;
  }
  .dfw-city-list{
    grid-template-columns:1fr 1fr;
  }
}


/* FINAL FIX: move Top 4% card so airplane tails stay visible */
.why-photo-card{
  position: relative !important;
  overflow: visible !important;
}

.why-floating-card{
  left: 24px !important;
  bottom: 22px !important;
  top: auto !important;
  width: 360px !important;
  max-width: 72% !important;
  padding: 18px 20px !important;
  border-radius: 18px !important;
}

.why-floating-card .stars{
  font-size: 20px !important;
  margin-bottom: 6px !important;
}

.why-floating-card strong{
  font-size: 22px !important;
  line-height: 1.12 !important;
  margin: 4px 0 6px !important;
}

.why-floating-card span{
  font-size: 15px !important;
  line-height: 1.35 !important;
}

@media(max-width:900px){
  .why-floating-card{
    position: static !important;
    width: auto !important;
    max-width: 100% !important;
    margin-top: 14px !important;
  }
}


/* FINAL Master Electrician trust upgrades */
.master-trust-pill{
  display:inline-block;
  background:#ffffff;
  color:#0A1F44;
  border-radius:999px;
  padding:10px 16px;
  font-weight:900;
  margin:6px 8px 6px 0;
  border:1px solid rgba(255,255,255,.35);
}

.master-footer-bar{
  background:#0A1F44;
  color:#fff;
  padding:18px 22px;
  text-align:center;
  font-weight:900;
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.master-electrician-card{
  background:#fff;
  border:1px solid #E4E9F2;
  border-radius:18px;
  padding:22px;
  box-shadow:0 12px 28px rgba(8,22,46,.08);
}

.master-electrician-card strong{
  display:block;
  font-size:20px;
  color:#08162E;
  margin-bottom:7px;
}

.master-electrician-card p{
  color:#667085;
  margin:0;
}


/* FINAL: move Top 4% trust block into the right-side blank space */
.why-premium-wrap{
  align-items:start !important;
}

.why-photo-card{
  display:flex !important;
  flex-direction:column !important;
  gap:22px !important;
  align-self:start !important;
}

.why-photo-card img{
  height:420px !important;
  object-fit:cover !important;
  object-position:center center !important;
}

.why-floating-card{
  position:static !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  left:auto !important;
  bottom:auto !important;
  padding:32px !important;
  border-radius:24px !important;
}

.why-floating-card .stars{
  font-size:26px !important;
  margin-bottom:12px !important;
}

.why-floating-card strong{
  font-size:34px !important;
  line-height:1.14 !important;
  margin:0 0 14px !important;
}

.why-floating-card span{
  display:block !important;
  font-size:18px !important;
  line-height:1.55 !important;
}

.why-floating-card .trust-small{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  margin-top:22px !important;
}

.why-floating-card .trust-small span{
  background:#0A1F44 !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:999px !important;
  color:#fff !important;
  padding:10px 14px !important;
  font-size:15px !important;
  font-weight:900 !important;
  line-height:1 !important;
}

.buildzoom-merge-card,
.bz-authority{
  display:none !important;
}

@media(max-width:900px){
  .why-photo-card img{
    height:340px !important;
  }
  .why-floating-card{
    padding:24px !important;
  }
  .why-floating-card strong{
    font-size:26px !important;
  }
}


/* TRUE FINAL: Why Choose two-column layout */
.why-premium-wrap{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(420px,.9fr) !important;
  gap:46px !important;
  align-items:start !important;
}

.why-photo-card{
  display:flex !important;
  flex-direction:column !important;
  gap:22px !important;
  align-self:start !important;
  margin-top:0 !important;
  position:relative !important;
}

.why-photo-card img{
  width:100% !important;
  height:390px !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:28px !important;
  display:block !important;
}

.why-floating-card{
  position:static !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  padding:28px !important;
  border-radius:24px !important;
  background:#08162E !important;
  box-shadow:0 18px 42px rgba(8,22,46,.20) !important;
}

.why-floating-card .stars{
  font-size:24px !important;
  margin-bottom:12px !important;
}

.why-floating-card strong{
  font-size:30px !important;
  line-height:1.12 !important;
  margin:0 0 14px !important;
}

.why-floating-card span{
  display:block !important;
  font-size:17px !important;
  line-height:1.5 !important;
}

.why-floating-card .trust-small{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin-top:18px !important;
}

.why-floating-card .trust-small span{
  background:#0A1F44 !important;
  border:1px solid rgba(255,255,255,.24) !important;
  border-radius:999px !important;
  color:#fff !important;
  padding:9px 13px !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:1 !important;
}

.buildzoom-merge-card,
.bz-authority{
  display:none !important;
}

@media(max-width:1050px){
  .why-premium-wrap{
    grid-template-columns:1fr !important;
  }
  .why-photo-card img{
    height:340px !important;
  }
}


/* TRUE FINAL RIGHT-COLUMN WHY SECTION */
.why-premium{
  padding:88px 22px !important;
  background:linear-gradient(180deg,#F5F7FA 0%,#FFFFFF 100%) !important;
}
.why-premium-wrap{
  max-width:1220px !important;
  margin:auto !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr) !important;
  gap:46px !important;
  align-items:start !important;
}
.why-left-column{min-width:0 !important;}
.why-right-column{
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:22px !important;
  align-self:start !important;
}
.why-right-column img{
  width:100% !important;
  height:390px !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:28px !important;
  display:block !important;
  box-shadow:0 22px 55px rgba(8,22,46,.22) !important;
}
.top4-card-final{
  background:#08162E !important;
  color:#fff !important;
  border-radius:24px !important;
  padding:28px !important;
  box-shadow:0 18px 42px rgba(8,22,46,.20) !important;
}
.top4-card-final .stars{
  color:#F6C400 !important;
  font-size:24px !important;
  letter-spacing:1px !important;
  margin-bottom:12px !important;
}
.top4-card-final h3{
  color:#fff !important;
  font-size:30px !important;
  line-height:1.12 !important;
  margin:0 0 14px !important;
}
.top4-card-final p{
  color:#E6EEF8 !important;
  font-size:17px !important;
  line-height:1.5 !important;
  margin:0 0 13px !important;
}
.top4-pills{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin-top:18px !important;
}
.top4-pills span{
  background:#0A1F44 !important;
  border:1px solid rgba(255,255,255,.24) !important;
  border-radius:999px !important;
  color:#fff !important;
  padding:9px 13px !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:1 !important;
}
.why-photo-card,
.why-floating-card,
.buildzoom-merge-card,
.bz-authority{
  display:none !important;
}
@media(max-width:1050px){
  .why-premium-wrap{
    grid-template-columns:1fr !important;
  }
  .why-right-column img{
    height:340px !important;
  }
}
