
:root{
  --navy:#0f2f57;
  --blue:#1f4f8a;
  --blue-dark:#0b2342;
  --gold:#f5b546;
  --gold-soft:#fff5df;
  --red:#c5322d;
  --red-dark:#a6201d;
  --text:#1e2a36;
  --muted:#5f6f7d;
  --line:#dce4eb;
  --bg:#f5f8fb;
  --white:#ffffff;
  --shadow:0 18px 40px rgba(15,47,87,.12);
}

html, body{
  overflow-x:hidden;
}

body{
  max-width:100%;
}
body{
  margin:0;
  padding-top:132px;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:var(--white);
  line-height:1.5;
}

.container,
.hero,
.hero-grid,
.emergency-inner,
.sticky-action-group,
.two-col,
.contact-grid,
.service-grid,
.review-list,
.coupon-grid,
.logo-row{
  max-width:100%;
}

.hero-grid > *,
.two-col > *,
.contact-grid > *,
.emergency-inner > *{
  min-width:0;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:var(--white);
  line-height:1.5;
}
img{max-width:100%; display:block}
a{text-decoration:none}
.container{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
}

.top-emergency{
  background:#fff;
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:9999;
  border-bottom:1px solid var(--line);
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}
.emergency-inner{
  min-height:94px;
  display:grid;
  grid-template-columns:260px 1fr auto;
  gap:22px;
  align-items:center;
}
.sticky-logo{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--blue-dark);
}
.sticky-logo-icon{
  width:56px;
  height:56px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,var(--blue),var(--blue-dark));
  color:#fff;
  font-size:22px;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:0 8px 18px rgba(15,47,87,.18);
}
.sticky-logo-text{
  display:grid;
  line-height:1.05;
}
.sticky-logo-text strong{
  font-size:22px;
  color:var(--blue-dark);
}
.sticky-logo-text em{
  font-style:normal;
  font-size:13px;
  color:var(--muted);
  font-weight:700;
  margin-top:4px;
}
.sticky-offer{
  text-align:center;
  display:grid;
  gap:4px;
}
.sticky-offer-kicker{
  font-size:14px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--red);
}
.sticky-offer-main{
  font-size:30px;
  line-height:1;
  font-weight:900;
  color:var(--navy) !important;
  text-transform:uppercase;
}
.sticky-action-group{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:end;
}
.sticky-action{
  display:grid;
  gap:6px;
}
.sticky-label{
  text-align:center;
  font-size:13px;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
  color:var(--blue-dark);
}
.emergency-phone{
  color:#fff;
  font-size:22px;
  font-weight:800;
  white-space:nowrap;
}
.sticky-box-phone,
.sticky-box-schedule{
  min-width:0;
  width:auto;
}
.schedule-btn,.cta-primary,.cta-secondary,.contact-form button,.sticky-box-phone{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 18px;
  border-radius:999px;
  font-weight:800;
  transition:.2s ease;
}
.sticky-subline{
  text-align:center;
  padding:8px 18px 10px;
  font-size:15px;
  font-weight:700;
  color:#ffffff;
  background:#d60000;
  border-top:1px solid rgba(0,0,0,.1);
}

.schedule-btn,.cta-secondary,.contact-form button{
  background:var(--gold);
  color:var(--blue-dark);
}
.schedule-btn:hover,.cta-secondary:hover,.contact-form button:hover{
  transform:translateY(-1px);
  filter:brightness(.98);
}
.cta-primary, .sticky-box-phone{
  background:linear-gradient(180deg,var(--red),var(--red-dark));
  color:#fff;
  box-shadow:0 10px 20px rgba(197,50,45,.22);
}
.cta-primary:hover, .sticky-box-phone:hover{
  transform:translateY(-1px);
}
.dark{background:var(--blue-dark); color:#fff}

.hero{
  background:
    radial-gradient(circle at left top, rgba(245,181,70,.18), transparent 35%),
    linear-gradient(180deg, #eef4f9 0%, #f8fbfd 100%);
  padding:32px 0 24px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:stretch;
}
.hero-image-wrap{
  height:100%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.hero-image{
  width:100%;
  height:100%;
  object-fit:contain;
}
.hero-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:28px 28px 24px;
  box-shadow:0 25px 60px rgba(0,0,0,.22);
  border:1px solid rgba(0,0,0,.06);
}
.hero-offer-label{
  font-size:22px;
  line-height:1.2;
  font-weight:800;
  color:var(--blue-dark);
  text-transform:uppercase;
}
.hero-price-line{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:10px 0 2px;
  line-height:1;
}
.currency{
  font-size:48px;
  font-weight:800;
  color:var(--red);
  margin-top:10px;
}
.price{
  font-size:110px;
  font-weight:900;
  color:var(--red);
  letter-spacing:-4px;
}
.hero-offer-name{
  font-size:40px;
  line-height:1.02;
  font-weight:900;
  color:var(--blue-dark);
  text-transform:uppercase;
  
}
.hero-copy{
  color:var(--muted);
  margin:16px 0 18px;
  font-size:16px;
  line-height:1.55;
  max-width:420px;
}
.hero-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.hero-financing{
  text-align:center;
  color:var(--blue);
  font-size:14px;
  margin:14px 0 10px;
  font-weight:700;
}
.hero-badges{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.hero-badges li{
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  font-weight:700;
}

.ratings-strip{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.ratings-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}
.rating-box{
  padding:20px 12px;
  text-align:center;
}
.rating-box + .rating-box{
  border-left:1px solid var(--line);
}
.stars{
  color:#e7a513;
  font-size:24px;
  letter-spacing:2px;
}
.rating-number{
  margin-top:8px;
  font-size:22px;
  font-weight:900;
  text-transform:uppercase;
  color:var(--blue-dark);
}

.promo-band{
  background:#f5f7fa;
}
.promo-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  align-items:center;
  padding:28px 0;
}
.promo-grid h2{
  margin:0 0 10px;
  font-size:34px;
  line-height:1.1;
  color:var(--blue-dark);
}
.promo-grid p{
  margin:0;
  color:#4f6273;
  font-size:17px;
}
.promo-actions{
  display:grid;
  gap:12px;
}

.quick-cta{
  background:var(--blue);
  color:#fff;
}
.quick-cta-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:22px 0;
}
.quick-cta h3,.quick-cta p{margin:0}
.quick-cta h3{font-size:34px; line-height:1}
.quick-cta p{
  font-weight:700;
  font-size:18px;
  margin-top:4px;
}

.content-section,.feature-section,.services-section,.coupon-section,.reviews-section,.contact-section,.trusted-section{
  padding:72px 0;
}
.light{background:#f8fbfe}
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}
.two-col.reverse{
  grid-template-columns:1.05fr .95fr;
}
.section-media img{
  border-radius:18px;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
}
.eyebrow{
  font-size:15px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--red);
  margin-bottom:10px;
}
.center{text-align:center}
.section-copy h2{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.08;
  color:var(--blue-dark);
}
.section-copy p{
  color:var(--muted);
  margin:0 0 14px;
  font-size:17px;
}
.inline-actions,.center-actions{
  display:flex;
  gap:20px;
  align-items:center;
  flex-wrap:wrap;
}
.center-actions{justify-content:center; margin-top:22px}
.text-link{
  color:var(--blue);
  font-size:18px;
  font-weight:800;
}
.phone-link{
  color:var(--red);
}

.feature-cards{
  display:grid;
  gap:18px;
}
.mini-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:22px;
  box-shadow:var(--shadow);
}
.mini-card img{
  width:72px;
  height:72px;
  margin-bottom:16px;
}
.mini-card h3{
  margin:0 0 8px;
  font-size:24px;
  line-height:1.1;
  color:var(--blue-dark);
}
.mini-card p{
  margin:0;
  color:var(--muted);
}

.trusted-section{
  background:linear-gradient(180deg,#fbfcfe 0%,#f3f7fb 100%);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.logo-row{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
  margin-top:26px;
}
.logo-pill{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  font-weight:900;
  color:var(--blue-dark);
  box-shadow:0 10px 20px rgba(15,47,87,.06);
}

.services-section h2,.coupon-section h2,.reviews-section h2{
  margin:0 0 28px;
  font-size:40px;
  line-height:1.1;
  color:var(--blue-dark);
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.service-card{
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.service-card img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
}
.service-card h3{
  margin:18px 18px 8px;
  font-size:24px;
  line-height:1.1;
  color:var(--blue-dark);
}
.service-card p{
  margin:0 18px 18px;
  color:var(--muted);
}
.service-card a{
  display:block;
  padding:16px 18px 20px;
  font-weight:900;
  color:var(--red);
  text-transform:uppercase;
}

.coupon-section{
  background:var(--gold-soft);
  border-top:1px solid #f3deb2;
  border-bottom:1px solid #f3deb2;
}
.coupon-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.coupon-card{
  background:#fff;
  border:2px dashed #d7a13f;
  border-radius:18px;
  padding:22px;
  text-align:center;
  box-shadow:var(--shadow);
}
.coupon-card.featured{
  border-color:var(--red);
}
.coupon-value{
  font-size:42px;
  line-height:1;
  font-weight:900;
  color:var(--red);
  text-transform:uppercase;
}
.coupon-card h3{
  margin:12px 0 8px;
  font-size:26px;
  line-height:1.1;
  color:var(--blue-dark);
}
.coupon-card p{
  margin:0 0 14px;
  color:var(--muted);
}
.coupon-card a{
  color:var(--blue);
  font-weight:900;
  text-transform:uppercase;
}

.contact-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:start;
}
.contact-copy h2{
  margin:0 0 12px;
  font-size:40px;
  line-height:1.08;
  color:var(--blue-dark);
}
.contact-copy p{
  margin:0;
  color:var(--muted);
}
.contact-form{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:18px;
  padding:22px;
  display:grid;
  gap:14px;
}
.contact-form label{
  display:grid;
  gap:8px;
}
.contact-form span{
  font-size:14px;
  font-weight:800;
  color:var(--blue-dark);
  text-transform:uppercase;
}
.contact-form input,.contact-form textarea{
  width:100%;
  border:1px solid #cfd8e1;
  border-radius:10px;
  padding:14px 14px;
  font:inherit;
  color:var(--text);
  background:#fff;
}
.contact-form textarea{
  min-height:140px;
  resize:vertical;
}
.contact-form button{
  border:none;
  cursor:pointer;
  font-size:18px;
}

.reviews-section{
  background:#f8fbfe;
}
.review-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.review-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:22px;
  box-shadow:var(--shadow);
}
.review-stars{
  color:#e7a513;
  font-size:22px;
  letter-spacing:2px;
  margin-bottom:12px;
}
.review-card p{
  margin:0 0 16px;
  color:var(--muted);
}
.review-meta{
  font-weight:900;
  color:var(--blue-dark);
}

.final-cta{
  background:var(--blue);
  color:#fff;
  padding:54px 0 60px;
  text-align:center;
}
.final-cta h2{
  margin:0 0 8px;
  font-size:42px;
  line-height:1.08;
}
.final-phone{
  display:inline-block;
  font-size:54px;
  font-weight:900;
  color:#fff;
  margin:6px 0 8px;
}
.final-cta p{
  margin:0;
  font-size:18px;
  color:#d9e3ef;
  font-weight:700;
}

@media (max-width: 1100px){
  .hero-grid,.promo-grid,.two-col,.contact-grid{
    grid-template-columns:1fr;
  }
  .hero-image-wrap{
    min-height:320px;
  }
  .logo-row{
    grid-template-columns:repeat(3,1fr);
  }
  .service-grid,.review-list,.coupon-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width: 980px){
  .emergency-inner{
    grid-template-columns:1fr;
    text-align:center;
    padding:14px 0;
  }
  .sticky-logo{
    justify-content:center;
  }
  .sticky-action-group{
    grid-template-columns:1fr 1fr;
  }
  .sticky-box-phone,
  .sticky-box-schedule{
    min-width:0;
    width:100%;
  }
}
@media (max-width: 820px){
  .emergency-phone{
    font-size:28px;
  }
  .hero{
    padding-top:18px;
  }
  .hero-card{
    padding:22px 18px;
  }
  .hero-price-line{
    justify-content:center;
  }
  .hero-offer-label,.hero-offer-name,.hero-copy{
    text-align:center;
  }
  .hero-actions{
    grid-template-columns:1fr;
  }
  .ratings-grid{
    grid-template-columns:1fr;
  }
  .rating-box + .rating-box{
    border-left:none;
    border-top:1px solid var(--line);
  }
  .quick-cta-inner{
    flex-direction:column;
    text-align:center;
  }
  .section-copy h2,.services-section h2,.coupon-section h2,.reviews-section h2,.contact-copy h2,.final-cta h2{
    font-size:34px;
  }
  .service-grid,.review-list,.coupon-grid,.logo-row{
    grid-template-columns:1fr;
  }
  .service-card img{
    aspect-ratio:16/9;
  }
  .final-phone{
    font-size:40px;
  }
}

@media (max-width: 520px){
  .container{
    width:min(100% - 20px, 1180px);
  }
  .top-emergency{
    padding:8px 0;
  }
  .emergency-inner{
    min-height:auto;
    grid-template-columns:auto 1fr;
    gap:14px;
    padding:6px 0 10px;
    align-items:center;
  }
  .sticky-logo{
    justify-content:flex-start;
    gap:8px;
  }
  .sticky-logo-icon{
    width:42px;
    height:42px;
    font-size:16px;
    border-radius:10px;
  }
  .sticky-logo-text strong{
    font-size:16px;
  }
  .sticky-logo-text em{
    display:none;
  }
  .sticky-offer{
    display:none;
  }
  .sticky-action-group{
    grid-template-columns:1fr;
    gap:15px;
    justify-self:end;
    width:auto;
  }
  .sticky-action:last-child{
    display:grid;
  }
  .sticky-label{
    display:none;
  }
  .sticky-box-phone{
    min-width:0;
    width:auto;
    min-height:48px;
    padding:0 14px;
    font-size:15px;
    border-radius:999px;
    white-space:nowrap;
  }
  .schedule-btn,.cta-primary,.cta-secondary,.contact-form button{
    min-height:50px;
    padding:0 18px;
    font-size:16px;
  }
  .currency{
    font-size:34px;
    margin-top:8px;
  }
  .price{
    font-size:82px;
    letter-spacing:-3px;
  }
  .hero-offer-name{
    font-size:32px;
  }
  .promo-grid h2,.quick-cta h3{
    font-size:28px;
  }
  .section-copy h2,.services-section h2,.coupon-section h2,.reviews-section h2,.contact-copy h2,.final-cta h2{
    font-size:29px;
  }
  .final-phone{
    font-size:34px;
  }
}
.sticky-btn-icon svg{
  width:16px;
  height:16px;
  display:block;
}

.sticky-box-phone:hover .sticky-btn-icon{
  animation:phoneShake .6s ease-in-out;
}

@keyframes phoneShake{
  0%{transform:rotate(0deg);}
  15%{transform:rotate(-20deg);}
  30%{transform:rotate(16deg);}
  45%{transform:rotate(-14deg);}
  60%{transform:rotate(12deg);}
  75%{transform:rotate(-8deg);}
  100%{transform:rotate(0deg);}
}
@media (max-width: 520px){
  body{
    padding-top:108px;
  }
}
@media (max-width: 768px){
  .sticky-subline{
  display:block;
  font-size:14px;
  padding:10px 10px 10px;
  line-height:1.3;
}
}
.sticky-box-schedule{
  font-size:20px;
}
@media (max-width: 768px){
  .feature-section .two-col.reverse{
    grid-template-columns:1fr;
    gap:20px;
  }
}
.hero-actions .cta-primary,
.hero-actions .cta-secondary{
  min-height:40px;
  padding:0 6px;
  border-radius:30px;
  font-size:15px;
}
.review-logo{
  height:28px;
  margin:0 auto 6px;
  display:block;
}

.rating-number{
  font-weight:600;
  font-size:13px;
}
.stars{
  font-size:20px;
  letter-spacing:1px;
}
.rating-box{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:13px;
}
.stars{
  color:#f5b400;
  font-size:24px;
  letter-spacing:2px;
}
.rating-number{
  font-weight:600;
  font-size:13px;
}
.review-logo{
  height:18px;
  width:auto;
}
.review-logo{
  height:18px;
  margin-right:2px;
}
/* keep header height controlled */
.sticky-logo{
  display:flex;
  align-items:center;
  height:48px;
}

/* prevent logo from stretching header */
.sticky-logo-img{
  max-height:48px;
  width:auto;
  display:block;
  
}

.sticky-box-phone,
.sticky-box-schedule{
  background:linear-gradient(180deg,#58a8ff,#1f6fd1);
  color:#fff;
}

.sticky-box-phone{
  box-shadow:0 10px 20px rgba(15,47,87,.22);
}

.sticky-box-schedule{
  box-shadow:0 10px 20px rgba(15,47,87,.22);
}
.sticky-box-schedule{
  color:#fff !important;
}
.hero-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.hero-actions .cta-primary{
  font-size:18px;
}
.hero-actions .sticky-box-phone,
.hero-actions .sticky-box-schedule{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.hero-actions .sticky-btn-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  line-height:1;
}

.hero-actions .sticky-btn-text{
  line-height:1;
}
.hero-actions .sticky-box-schedule{
  font-size:17px;
}
.promo-band .cta-primary,
.promo-band .cta-secondary{
  background:linear-gradient(180deg,#ff6b6b,#d62828);
  color:#fff;
  font-size:18px;
  font-weight:700;
  padding:0 22px;
  border:5px solid rgba(255,255,255,.35);
  box-shadow:0 20px 18px rgba(0,0,0,.20);
}
.promo-band .cta-primary:hover,
.promo-band .cta-secondary:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 22px rgba(0,0,0,.25);
}
.content-section .sticky-box-phone,
.content-section .sticky-box-schedule{
  background:linear-gradient(180deg,#ff6b6b,#d62828);
  color:#fff;
  border:5px solid rgba(255,255,255,.35);
  box-shadow:0 20px 18px rgba(0,0,0,.20);
}

@media (max-width: 520px){
  .top-emergency .sticky-action:last-child{
    display:none;
  }
}
@media (max-width: 520px){
  .content-section .sticky-action-group{
    justify-self:center;
    justify-items:center;
    width:100%;
  }
}
.feature-section .sticky-box-phone,
.feature-section .sticky-box-schedule{
  background:linear-gradient(180deg,#ff6b6b,#d62828);
  color:#fff;
  font-size:18px;
  font-weight:700;
  padding:0 22px;
  border:5px solid rgba(255,255,255,.35);
  box-shadow:0 20px 18px rgba(0,0,0,.20);
}

.feature-section .sticky-action-group{
  justify-content:center;
}

.feature-section .sticky-action{
  display:flex;
  justify-content:center;
}

@media (max-width: 520px){
  .feature-section .sticky-action-group{
    grid-template-columns:1fr;
    gap:15px;
    justify-self:center;
    justify-items:center;
    width:100%;
  }

  .feature-section .sticky-action:last-child{
    display:grid;
  }

  .feature-section .sticky-box-phone,
  .feature-section .sticky-box-schedule{
    min-height:48px;
    padding:0 14px;
    font-size:15px;
    width:auto;
  }
}
.content-section.light .sticky-box-phone,
.content-section.light .sticky-box-schedule{
  background:linear-gradient(180deg,#ff6b6b,#d62828);
  color:#fff;
  font-size:18px;
  font-weight:700;
  padding:0 22px;
  border:5px solid rgba(255,255,255,.35);
  box-shadow:0 20px 18px rgba(0,0,0,.20);
}

.content-section.light .sticky-action-group{
  justify-content:center;
}

.content-section.light .sticky-action{
  display:flex;
  justify-content:center;
}

@media (max-width: 520px){
  .content-section.light .sticky-action-group{
    grid-template-columns:1fr;
    gap:15px;
    justify-self:center;
    justify-items:center;
    width:100%;
  }

  .content-section.light .sticky-action:last-child{
    display:grid;
  }

  .content-section.light .sticky-box-phone,
  .content-section.light .sticky-box-schedule{
    min-height:48px;
    padding:0 14px;
    font-size:15px;
    width:auto;
  }
}
.hero-actions .sticky-box-phone,
.hero-actions .sticky-box-schedule{
  box-shadow:0 18px 28px rgba(0,0,0,.30);
}
.hero-actions .sticky-box-phone,
.hero-actions .sticky-box-schedule{
  box-shadow:0 18px 28px rgba(0,0,0,.30);
}
.hero-actions .sticky-box-phone,
.hero-actions .sticky-box-schedule{
  border:5px solid rgba(0,0,0,.15);
}
.hero-actions .sticky-box-phone,
.hero-actions .sticky-box-schedule{
  white-space:nowrap;
}
.sticky-box-phone{
  white-space:nowrap;
}
.sticky-box-phone,
.sticky-box-schedule{
  border:3px solid rgba(255,255,255,.35);
  box-shadow:0 10px 18px rgba(0,0,0,.25);
}
#contact{
  scroll-margin-top:120px;
}
.field-error{
  display:block;
  margin-top:4px;
  font-size:13px;
  color:#d62828;
}

.input-invalid{
  border:2px solid #d62828 !important;
  box-shadow:0 0 0 3px rgba(214,40,40,.12);
}
.contact-form label{
  display:block;
  margin-bottom:14px;
}
.review-card .stars{
  font-size:26px;
}
.review-card .stars{
  font-size:26px;
  color:#ffb400;
  letter-spacing:2px;
  margin-bottom:10px;
}

.review-meta{
  font-weight:700;
  color:#0f2f57;
  margin-top:6px;
}
.review-card p{
  margin-bottom:12px;
}

.review-meta{
  border-top:1px solid #e6edf3;
  padding-top:8px;
}
/* sticky header logo */
.sticky-logo{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
  height:auto;
  line-height:0;
}

.sticky-logo-img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  object-fit:contain;
}

/* desktop / tablet full logo */
.sticky-logo-desktop{
  max-height:64px;
}

.sticky-logo-mobile{
  display:none;
}

/* slightly larger desktop logo area */
.emergency-inner{
  grid-template-columns:320px 1fr auto;
}

/* mobile: switch to compact shield logo */
@media (max-width: 520px){
  .sticky-logo-desktop{
    display:none;
  }

  .sticky-logo-mobile{
    display:block;
    max-height:46px;
  }

  .emergency-inner{
    grid-template-columns:auto 1fr;
    gap:12px;
    align-items:center;
  }

  .sticky-logo{
    max-width:120px;
  }
}
@media (max-width: 520px){
  .sticky-logo-desktop{
    display:none;
  }

  .sticky-logo-mobile{
    display:block;
    max-height:64px;
  }

  .sticky-logo{
    max-width:170px;
  }
}
section {
  scroll-margin-top: 140px;
}





