/* ================================================================
   QUEEN OF CLEAN SERVICE INC.
   Corporate Colors: Red #E30613 · Black #1A1A1A · White #FFFFFF
================================================================ */

/* ── Variables ── */
:root {
  --red:        #E30613;
  --red-dk:     #b80510;
  --red-lt:     #ff2233;
  --black:      #1A1A1A;
  --black-soft: #2d2d2d;
  --white:      #FFFFFF;
  --off-white:  #F9F9F9;
  --gray-lt:    #F4F4F4;
  --gray:       #6B6B6B;
  --border:     #E8E8E8;
  --radius:     12px;
  --radius-lg:  20px;
  --radius-xl:  28px;
  --shadow-sm:  0 2px 16px rgba(0,0,0,.06);
  --shadow-md:  0 8px 36px rgba(0,0,0,.1);
  --shadow-lg:  0 24px 64px rgba(0,0,0,.15);
  --t:          all .3s ease;
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', sans-serif;
  color: var(--black);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 { font-family: 'Playfair Display', serif; line-height: 1.25; }
a { text-decoration: none; }
img { max-width: 100%; }
.section-pad { padding: 96px 0; }
.z-1 { z-index: 1; }
.fw-600 { font-weight: 600; }
.text-qoc-red { color: var(--red) !important; }

/* ── Typography helpers ── */
.eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: .6rem;
}
.eyebrow--light { color: rgba(255,255,255,.6); }
.section-title {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  color: var(--black);
  margin-bottom: .5rem;
}
.section-sub {
  color: var(--gray);
  font-size: 1.05rem;
  max-width: 580px;
  margin: 0 auto;
}
.section-header { margin-bottom: 0; }

/* ================================================================
   TOP BAR
================================================================ */
.top-bar {
  background: var(--black);
  color: rgba(255,255,255,.75);
  font-size: .8rem;
  padding: .5rem 0;
}
.top-bar a { color: rgba(255,255,255,.8); transition: var(--t); }
.top-bar a:hover { color: var(--red); }
.availability-dot {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .75rem;
  color: #4caf50;
  font-weight: 600;
}
.dot-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4caf50;
  display: inline-block;
  animation: pulse-dot 1.6s infinite;
}
@keyframes pulse-dot {
  0%,100% { box-shadow: 0 0 0 0 rgba(76,175,80,.5); }
  50%      { box-shadow: 0 0 0 5px rgba(76,175,80,0); }
}

/* ================================================================
   NAVBAR
================================================================ */
.qoc-navbar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: .6rem 0;
  transition: var(--t);
  z-index: 1000;
}
.qoc-navbar.scrolled { box-shadow: var(--shadow-sm); }
.nav-logo { height: 52px; width: auto; object-fit: contain; }

.navbar-nav .nav-link {
  font-size: .88rem;
  font-weight: 500;
  color: var(--black) !important;
  padding: .5rem .8rem !important;
  border-radius: 8px;
  transition: var(--t);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--red) !important;
  background: rgba(227,6,19,.06);
}

/* ================================================================
   BUTTONS
================================================================ */
.btn-qoc-primary {
  background: var(--red);
  color: var(--white) !important;
  border: 2px solid var(--red);
  border-radius: 50px;
  font-weight: 600;
  font-size: .9rem;
  padding: .65rem 1.5rem;
  transition: var(--t);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-qoc-primary:hover {
  background: var(--red-dk);
  border-color: var(--red-dk);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(227,6,19,.35);
  color: var(--white) !important;
}
.btn-qoc-sm {
  background: var(--red);
  color: var(--white);
  border-radius: 8px;
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1rem;
  border: none;
}
.btn-pulse {
  animation: btn-pulse 2.5s infinite;
}
@keyframes btn-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(227,6,19,.4); }
  50%      { box-shadow: 0 0 0 12px rgba(227,6,19,0); }
}
.chip {
  border: 1.5px solid var(--border);
  color: var(--black);
  border-radius: 50px;
  padding: .4rem 1rem;
  font-size: .82rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--t);
  user-select: none;
}
.btn-check:checked + .chip,
.chip:hover {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

/* ================================================================
   HERO
================================================================ */
.hero-section {
  position: relative;
  background: var(--black);
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg,
      rgba(26,26,26,.97) 0%,
      rgba(26,26,26,.90) 50%,
      rgba(227,6,19,.12) 100%),
    url('https://images.unsplash.com/photo-1600585154526-990dced4db0d?w=1400&q=80') center/cover no-repeat;
  z-index: 0;
}
.hero-section .container { position: relative; z-index: 1; padding-top: 2rem; padding-bottom: 4rem; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(227,6,19,.15);
  border: 1px solid rgba(227,6,19,.4);
  color: #ff6b78;
  border-radius: 50px;
  padding: .45rem 1.1rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-title {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  color: var(--white);
  line-height: 1.12;
  font-weight: 700;
}
.hero-title-accent {
  color: var(--red);
  font-style: italic;
}
.hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  color: rgba(255,255,255,.6);
  line-height: 1.8;
}
.hero-desc { font-size: 1rem; color: rgba(255,255,255,.75); max-width: 500px; }

/* Hero proof strip */
.hero-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  padding: 1rem 1.5rem;
  backdrop-filter: blur(8px);
}
.proof-item { display: flex; align-items: center; gap: .5rem; color: var(--white); font-size: .88rem; }
.proof-item strong { font-size: 1.4rem; color: var(--red); font-family: 'Playfair Display', serif; }
.proof-stars i { color: #ffc107; font-size: .85rem; }
.proof-divider { width: 1px; height: 28px; background: rgba(255,255,255,.15); }

/* Hero visual */
.hero-visual { position: relative; width: 100%; max-width: 460px; }
.hero-photo-wrap { position: relative; }
.hero-photo { width: 100%; border-radius: var(--radius-xl); }

.hero-card {
  position: absolute;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-radius: var(--radius);
  padding: .85rem 1.1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  box-shadow: var(--shadow-md);
  font-size: .88rem;
  color: var(--black);
  min-width: 190px;
  z-index: 2;
}
.hero-card strong { display: block; font-size: .9rem; }
.hero-card small { color: var(--gray); }
.hero-card--top { top: 1.5rem; left: -2rem; }
.hero-card--bottom { bottom: 1.5rem; right: -1.5rem; }

.hc-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.hc-icon--green { background: rgba(76,175,80,.12); color: #4caf50; }
.hc-icon--red   { background: rgba(227,6,19,.1);   color: var(--red); }

.hero-guarantee {
  position: absolute;
  bottom: -1.5rem;
  left: 1.5rem;
  background: var(--red);
  color: var(--white);
  border-radius: var(--radius);
  padding: .85rem 1.25rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .85rem;
  box-shadow: var(--shadow-md);
}
.hero-guarantee i { font-size: 1.8rem; opacity: .9; }
.hero-guarantee strong { display: block; }
.hero-guarantee small { opacity: .85; }

.hero-scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.4);
  font-size: 1.5rem;
  animation: bounce 2s infinite;
  z-index: 2;
}
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)} }

/* Counter */
.counter { color: var(--red); }

/* ================================================================
   TRUST BAR
================================================================ */
.trust-bar {
  background: var(--black);
  padding: 1.5rem 0;
}
.trust-bar .row { --bs-gutter-x: 0; }
.trust-icon { font-size: 1.8rem; color: var(--red); display: block; margin-bottom: .4rem; }
.trust-bar p { color: rgba(255,255,255,.7); font-size: .82rem; font-weight: 600; margin: 0; text-transform: uppercase; letter-spacing: .06em; }

/* ================================================================
   AWARDS & CERTIFICATIONS
================================================================ */
.badges-section {
  background: var(--gray-lt);
  padding: 72px 0;
}
.badges-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.badge-item {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  box-shadow: var(--shadow-sm);
  transition: var(--t);
  cursor: pointer;
}
.badge-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
  border-color: var(--red);
}
.badge-item img {
  max-height: 90px;
  max-width: 145px;
  width: auto;
  object-fit: contain;
  filter: grayscale(15%);
  opacity: .88;
  transition: var(--t);
}
.badge-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
@media (max-width: 575px) {
  .badges-grid { gap: 1rem; }
  .badge-item { padding: 1rem 1.25rem; min-width: 130px; }
  .badge-item img { max-height: 70px; max-width: 115px; }
}

/* ================================================================
   SERVICE CARDS
================================================================ */
.svc-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2rem 1.75rem;
  transition: var(--t);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.svc-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.svc-card:hover {
  border-color: rgba(227,6,19,.25);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}
.svc-card:hover::after { transform: scaleX(1); }
.svc-card--featured {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.svc-card--featured h5 { color: var(--white); }
.svc-card--featured p,
.svc-card--featured .svc-list li { color: rgba(255,255,255,.7); }
.svc-card--featured .svc-list li i { color: var(--red); }
.svc-card--featured::after { transform: scaleX(1); }
.svc-card--featured .svc-link { color: var(--red); }

.svc-badge {
  position: absolute;
  top: 1.1rem; right: 1.1rem;
  background: var(--red);
  color: var(--white);
  font-size: .68rem;
  font-weight: 700;
  padding: .25rem .75rem;
  border-radius: 50px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.svc-icon {
  width: 54px; height: 54px;
  background: rgba(227,6,19,.08);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  color: var(--red);
  margin-bottom: 1.25rem;
  transition: var(--t);
}
.svc-card:hover .svc-icon { background: rgba(227,6,19,.15); }
.svc-card--featured .svc-icon { background: rgba(227,6,19,.15); }
.svc-card h5 { font-size: 1.1rem; color: var(--black); margin-bottom: .6rem; font-family: 'Inter',sans-serif; font-weight: 700; }
.svc-card p  { font-size: .88rem; color: var(--gray); margin-bottom: 1rem; }
.svc-list { list-style: none; padding: 0; margin: 0 0 1.25rem; }
.svc-list li { font-size: .84rem; color: var(--gray); margin-bottom: .4rem; display: flex; align-items: flex-start; gap: .5rem; }
.svc-list li::before { content: '✓'; color: var(--red); font-weight: 700; flex-shrink: 0; }
.svc-link { font-size: .82rem; font-weight: 600; color: var(--red); display: flex; align-items: center; gap: .35rem; }

/* ================================================================
   HOW IT WORKS
================================================================ */
.hiw-section { background: var(--black); }
.hiw-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-xl);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: var(--t);
  height: 100%;
}
.hiw-card:hover { background: rgba(255,255,255,.08); border-color: rgba(227,6,19,.4); transform: translateY(-4px); }
.hiw-card--featured {
  background: var(--red);
  border-color: var(--red);
}
.hiw-card--featured:hover { background: var(--red-dk); border-color: var(--red-dk); }
.hiw-step {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(255,255,255,.1);
  line-height: 1;
  margin-bottom: .5rem;
}
.hiw-card--featured .hiw-step { color: rgba(255,255,255,.3); }
.hiw-icon {
  font-size: 2rem;
  color: var(--red);
  margin-bottom: 1rem;
}
.hiw-card--featured .hiw-icon { color: var(--white); }
.hiw-card h5 { font-family: 'Inter',sans-serif; font-weight: 700; color: var(--white); margin-bottom: .6rem; }
.hiw-card p { font-size: .88rem; color: rgba(255,255,255,.6); margin: 0; }
.hiw-card--featured p { color: rgba(255,255,255,.85); }

/* ================================================================
   GUARANTEE STRIP
================================================================ */
.guarantee-strip {
  background: var(--gray-lt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2rem 0;
}
.guarantee-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--white);
  border: 2px solid var(--red);
  border-radius: var(--radius-lg);
  padding: 1rem 1.5rem;
  box-shadow: var(--shadow-sm);
}
.guarantee-badge i { font-size: 2.5rem; color: var(--red); }
.guarantee-badge strong { display: block; font-size: 1rem; color: var(--black); }
.guarantee-badge small { color: var(--gray); font-size: .8rem; }

/* ================================================================
   TESTIMONIALS
================================================================ */
.testi-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2rem;
  transition: var(--t);
  height: 100%;
  position: relative;
}
.testi-card::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: rgba(227,6,19,.08);
  position: absolute;
  top: .5rem; right: 1.5rem;
  line-height: 1;
}
.testi-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.testi-card--dark {
  background: var(--black);
  border-color: var(--black);
}
.testi-stars { font-size: 1rem; color: var(--red); margin-bottom: 1rem; letter-spacing: .1em; }
.testi-card p { font-size: .93rem; color: var(--gray); font-style: italic; line-height: 1.7; margin-bottom: 1.5rem; }
.testi-card--dark p { color: rgba(255,255,255,.7); }
.testi-author { display: flex; align-items: center; gap: .85rem; }
.testi-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-weight: 700; font-size: .82rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.testi-author strong { display: block; font-size: .9rem; color: var(--black); }
.testi-card--dark .testi-author strong { color: var(--white); }
.testi-author small { color: var(--gray); font-size: .8rem; }

/* ================================================================
   ESTIMATE SECTION
================================================================ */
.estimate-section { background: var(--off-white); }
.estimate-wrap {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 0;
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.estimate-left {
  background: var(--black);
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.estimate-left h2 { font-size: 2.2rem; color: var(--white); line-height: 1.2; }
.estimate-left h2 em { color: var(--red); font-style: italic; }
.estimate-left p { color: rgba(255,255,255,.6); margin: .75rem 0 1.5rem; }
.estimate-perks { list-style: none; padding: 0; }
.estimate-perks li {
  color: rgba(255,255,255,.8);
  font-size: .88rem;
  margin-bottom: .6rem;
  display: flex; align-items: center; gap: .6rem;
}
.estimate-perks li i { color: var(--red); font-size: 1rem; }
.estimate-contact a {
  display: flex; align-items: center; gap: .85rem;
  color: var(--white);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: .85rem 1.1rem;
  transition: var(--t);
}
.estimate-contact a:hover { background: rgba(255,255,255,.12); }
.estimate-contact i { font-size: 1.5rem; color: var(--red); }
.estimate-contact small { display: block; font-size: .72rem; color: rgba(255,255,255,.5); }
.estimate-contact strong { font-size: 1.05rem; }
.estimate-right { padding: 3rem 2.5rem; }

.form-label { font-weight: 500; font-size: .85rem; color: var(--black); margin-bottom: .4rem; }
.form-label span { color: var(--red); }
.fqoc {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: .72rem 1rem;
  font-size: .9rem;
  transition: var(--t);
  background: var(--white);
}
.fqoc:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(227,6,19,.1);
  outline: none;
}
.service-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.form-note { color: var(--gray); }

/* ================================================================
   TIPS
================================================================ */
.tip-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  transition: var(--t);
  height: 100%;
  border-top: 4px solid var(--red);
}
.tip-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.tip-num { font-family: 'Playfair Display', serif; font-size: 2.8rem; color: rgba(227,6,19,.12); font-weight: 700; line-height: 1; margin-bottom: .4rem; }
.tip-card h6 { font-family: 'Inter',sans-serif; font-weight: 700; font-size: .95rem; color: var(--black); margin-bottom: .5rem; }
.tip-card p { font-size: .86rem; color: var(--gray); margin: 0; line-height: 1.65; }

/* ================================================================
   FAQ
================================================================ */
.faq-section { background: var(--black); }
.accordion-qoc .accordion-item {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius) !important;
  margin-bottom: .6rem;
  overflow: hidden;
}
.accordion-qoc .accordion-button {
  background: transparent;
  color: var(--white);
  font-weight: 600;
  font-size: .95rem;
  border-radius: var(--radius) !important;
  padding: 1.1rem 1.4rem;
  box-shadow: none;
}
.accordion-qoc .accordion-button:not(.collapsed) {
  background: rgba(227,6,19,.12);
  color: var(--red);
}
.accordion-qoc .accordion-button::after {
  filter: invert(1) brightness(2);
}
.accordion-qoc .accordion-button:not(.collapsed)::after {
  filter: none;
  color: var(--red);
}
.accordion-qoc .accordion-body {
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  padding: 1rem 1.4rem 1.4rem;
  line-height: 1.7;
}
.accordion-qoc .accordion-body a { color: var(--red); }

/* ================================================================
   CONTACT
================================================================ */
.cinfo-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.cinfo-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.cinfo-icon {
  width: 42px; height: 42px;
  background: rgba(227,6,19,.08);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--red);
  font-size: 1rem;
  flex-shrink: 0;
}
.cinfo-list li small { display: block; font-size: .75rem; color: var(--gray); text-transform: uppercase; letter-spacing: .06em; margin-bottom: .15rem; }
.cinfo-list li a, .cinfo-list li span { font-weight: 600; color: var(--black); font-size: .93rem; transition: var(--t); }
.cinfo-list li a:hover { color: var(--red); }

.contact-form-card {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
}
.contact-form-card h5 { font-family: 'Inter',sans-serif; font-weight: 700; }

/* ================================================================
   FOOTER
================================================================ */
.site-footer { background: var(--black); }
.footer-logo { height: 60px; width: auto; }
.footer-h {
  font-family: 'Inter', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 1rem;
}
.footer-nav { list-style: none; padding: 0; margin: 0; }
.footer-nav li {
  margin-bottom: .5rem;
  font-size: .88rem;
  color: rgba(255,255,255,.5);
}
.footer-nav a { color: rgba(255,255,255,.5); transition: var(--t); }
.footer-nav a:hover { color: var(--red); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 1.5rem 0;
  text-align: center;
}
.footer-bottom p { color: rgba(255,255,255,.35); font-size: .82rem; margin: 0; }

/* ================================================================
   FLOATING CALL BUTTON
================================================================ */
.float-call {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--red);
  color: var(--white);
  border-radius: 50px;
  padding: .9rem 1.4rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  font-weight: 600;
  font-size: .9rem;
  box-shadow: 0 8px 32px rgba(227,6,19,.5);
  z-index: 999;
  transition: var(--t);
  text-decoration: none;
}
.float-call:hover { background: var(--red-dk); transform: translateY(-3px); color: var(--white); box-shadow: 0 12px 40px rgba(227,6,19,.6); }
.float-call i { font-size: 1.1rem; }
.float-call-label { font-size: .85rem; }

/* ================================================================
   SWEETALERT CUSTOM
================================================================ */
.swal2-popup.swal-qoc {
  border-radius: var(--radius-xl) !important;
  font-family: 'Inter', sans-serif !important;
}
.swal2-title { font-family: 'Playfair Display', serif !important; }

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 992px) {
  .estimate-wrap { grid-template-columns: 1fr; }
  .estimate-left { padding: 2.5rem 2rem; }
  .hero-card { display: none; }
  .hero-guarantee { display: none; }
}
@media (max-width: 768px) {
  .section-pad { padding: 64px 0; }
  .estimate-right { padding: 2rem 1.5rem; }
  .float-call-label { display: none; }
  .float-call { padding: .9rem; border-radius: 50%; width: 52px; height: 52px; justify-content: center; }
  .hero-proof { gap: .75rem; padding: .85rem 1rem; }
  .proof-divider { display: none; }
  .map-overlay-card { position: relative; border-radius: var(--radius-lg); margin: 1rem; }
}

/* ================================================================
   PAGE HERO (inner pages)
================================================================ */
.page-hero {
  position: relative;
  background: var(--black);
  padding: 120px 0 80px;
  overflow: hidden;
}
.page-hero--short { padding: 100px 0 60px; }
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,26,26,.96) 0%, rgba(26,26,26,.85) 60%, rgba(227,6,19,.15) 100%);
  z-index: 0;
}
.page-hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
  font-weight: 700;
  margin-bottom: .5rem;
}
.page-hero-sub {
  color: rgba(255,255,255,.65);
  font-size: 1.05rem;
  max-width: 540px;
  margin: 0 auto;
}

/* ================================================================
   CTA STRIP
================================================================ */
.cta-strip {
  background: var(--red);
  padding: 64px 0;
}

/* ================================================================
   SERVICES DETAIL PAGE
================================================================ */
.freq-card {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  background: var(--gray-lt);
  border-radius: var(--radius);
  padding: 1rem;
  transition: var(--t);
  border: 1.5px solid var(--border);
}
.freq-card:hover { border-color: var(--red); background: rgba(227,6,19,.04); }
.freq-card > i { font-size: 1.4rem; color: var(--red); flex-shrink: 0; margin-top: .1rem; }
.freq-card strong { display: block; font-size: .9rem; margin-bottom: .2rem; }
.freq-card p { font-size: .82rem; color: var(--gray); margin: 0; }

.svc-detail-card {
  background: var(--gray-lt);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2rem;
}
.svc-detail-card h5 { font-family: 'Inter',sans-serif; font-weight: 700; font-size: 1rem; margin-bottom: 0; }
.room-item {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: .75rem 1rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.room-item > i { font-size: 1.2rem; color: var(--red); flex-shrink: 0; margin-top: .15rem; }
.room-item strong { display: block; font-size: .88rem; }
.room-item p { font-size: .8rem; color: var(--gray); margin: .1rem 0 0; }

.detail-list { list-style: none; padding: 0; margin: 0; }
.detail-list li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: .55rem 0;
  border-bottom: 1px solid var(--border);
  font-size: .92rem;
}
.detail-list li:last-child { border-bottom: none; }
.detail-list li i { color: var(--red); font-size: 1rem; flex-shrink: 0; margin-top: .12rem; }

.ideal-for { }
.ideal-tag {
  background: rgba(227,6,19,.08);
  color: var(--red);
  border: 1px solid rgba(227,6,19,.2);
  border-radius: 50px;
  padding: .3rem .85rem;
  font-size: .78rem;
  font-weight: 600;
}

/* ================================================================
   ARTICLES / TIPS
================================================================ */
.tip-featured {
  background: var(--gray-lt);
  border: 1.5px solid var(--border);
  border-left: 5px solid var(--red);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  position: relative;
}
.tip-featured-label {
  position: absolute;
  top: 1rem; right: 1.5rem;
  background: var(--red);
  color: var(--white);
  font-size: .7rem;
  font-weight: 700;
  padding: .25rem .75rem;
  border-radius: 50px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.article-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: var(--t);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); }
.article-img { position: relative; overflow: hidden; height: 200px; }
.article-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.article-card:hover .article-img img { transform: scale(1.05); }
.article-cat {
  position: absolute;
  bottom: .75rem; left: .75rem;
  background: var(--red);
  color: var(--white);
  font-size: .7rem;
  font-weight: 700;
  padding: .25rem .75rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.article-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.article-body small { color: var(--gray); font-size: .8rem; }
.article-body h5 { font-family: 'Inter',sans-serif; font-weight: 700; margin: .5rem 0; font-size: .98rem; color: var(--black); }
.article-body p { font-size: .87rem; color: var(--gray); flex: 1; line-height: 1.6; }
.article-link { color: var(--red); font-weight: 600; font-size: .85rem; display: flex; align-items: center; gap: .4rem; margin-top: auto; padding-top: .75rem; }
.article-card--promo {
  background: var(--black);
  display: flex; align-items: center; justify-content: center;
}
.article-promo-content { padding: 2rem; text-align: center; color: var(--white); }
.article-promo-content h5 { font-family: 'Inter',sans-serif; font-weight: 700; }
.article-promo-content p { color: rgba(255,255,255,.65); font-size: .88rem; }

/* Article page */
.article-page { background: var(--white); }
.article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; }
.article-cat-inline {
  background: rgba(227,6,19,.1);
  color: var(--red);
  font-size: .72rem;
  font-weight: 700;
  padding: .3rem .8rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.article-title { font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--black); margin: .75rem 0; }
.article-lead { font-size: 1.1rem; color: var(--gray); line-height: 1.7; margin-bottom: 2rem; border-left: 4px solid var(--red); padding-left: 1.25rem; }
.article-page h2 { font-size: 1.4rem; color: var(--black); margin: 2rem 0 .75rem; }
.article-page p { color: var(--gray); line-height: 1.75; margin-bottom: 1rem; }
.article-list { color: var(--gray); line-height: 1.8; padding-left: 1.5rem; margin-bottom: 1rem; }
.article-list li { margin-bottom: .3rem; }
.article-quote {
  border-left: 4px solid var(--red);
  padding: 1rem 1.5rem;
  background: var(--gray-lt);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  color: var(--black);
  margin: 1.5rem 0;
}
.article-callout {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(227,6,19,.05);
  border: 1px solid rgba(227,6,19,.2);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
}
.article-callout > i { font-size: 1.4rem; color: var(--red); flex-shrink: 0; margin-top: .1rem; }
.article-callout strong { display: block; margin-bottom: .25rem; color: var(--black); }
.article-callout p, .article-callout div { font-size: .9rem; color: var(--gray); margin: 0; }
.article-callout--red { background: var(--red); border-color: var(--red); }
.article-callout--red > i { color: var(--white); }
.article-callout--red strong { color: var(--white); }
.article-callout--red div { color: rgba(255,255,255,.85); }
.article-callout--red a { color: var(--white); font-weight: 700; }

/* Sidebar */
.article-sidebar { position: sticky; top: 100px; }
.sidebar-card {
  background: var(--gray-lt);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}
.sidebar-card h6 { font-family: 'Inter',sans-serif; font-weight: 700; font-size: .9rem; color: var(--black); margin-bottom: .75rem; }
.sidebar-card p { font-size: .87rem; color: var(--gray); margin-bottom: 1rem; }
.sidebar-links { list-style: none; padding: 0; margin: 0; }
.sidebar-links li { margin-bottom: .5rem; }
.sidebar-links a { font-size: .87rem; color: var(--black); display: flex; align-items: center; transition: var(--t); }
.sidebar-links a:hover { color: var(--red); }
.sidebar-links i { color: var(--red); }

/* Breadcrumb */
.breadcrumb-item a { color: var(--red); text-decoration: none; }
.breadcrumb-item.active { color: var(--gray); }

/* ================================================================
   TESTIMONIALS PAGE
================================================================ */
.video-card { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-md); }
.video-placeholder {
  position: relative;
  cursor: pointer;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 16/9;
}
.video-placeholder img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.video-placeholder:hover img { transform: scale(1.04); }
.play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-size: 4rem;
  color: var(--white);
  text-shadow: 0 4px 20px rgba(0,0,0,.5);
  transition: var(--t);
}
.video-placeholder:hover .play-btn { color: var(--red); transform: translate(-50%,-50%) scale(1.1); }
.video-overlay-text {
  position: absolute;
  bottom: 1rem; left: 1rem;
  background: rgba(0,0,0,.7);
  color: var(--white);
  font-size: .8rem;
  font-weight: 600;
  padding: .3rem .8rem;
  border-radius: 50px;
}
.review-cta-card {
  background: var(--gray-lt);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 3rem 2rem;
}
.review-cta-icon { font-size: 3rem; color: var(--red); display: block; margin-bottom: 1rem; }

/* ================================================================
   ESTIMATE & CONTACT PAGES
================================================================ */
.estimate-form-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}
.estimate-perks-standalone { list-style: none; padding: 0; margin: 0; }
.estimate-perks-standalone li {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  margin-bottom: 1.25rem;
}
.estimate-perks-standalone li > i { color: var(--red); font-size: 1.1rem; flex-shrink: 0; margin-top: .15rem; }
.estimate-perks-standalone li strong { display: block; font-size: .9rem; margin-bottom: .15rem; }
.estimate-perks-standalone li p { font-size: .83rem; color: var(--gray); margin: 0; }
.estimate-contact-box {
  background: var(--gray-lt);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}
.contact-icon-box {
  width: 42px; height: 42px;
  background: rgba(227,6,19,.1);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--red);
  font-size: 1rem;
  flex-shrink: 0;
}
.contact-icon-box + div a,
.contact-icon-box + div strong { color: var(--black); font-weight: 600; }
.trust-badges { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.trust-badge-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  background: var(--gray-lt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: .65rem .85rem;
  font-size: .82rem;
  font-weight: 600;
}
.trust-badge-item i { color: var(--red); font-size: 1rem; }

/* Social buttons */
.social-btn {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--gray-lt);
  border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--black);
  font-size: 1.1rem;
  transition: var(--t);
}
.social-btn:hover { background: var(--red); color: var(--white); border-color: var(--red); }
.footer-social {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.6);
  font-size: 1rem;
  transition: var(--t);
}
.footer-social:hover { background: var(--red); color: var(--white); }
.service-area-box {
  background: var(--gray-lt);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
}
.service-area-box h6 { font-family: 'Inter',sans-serif; font-weight: 700; margin-bottom: 0; }
.area-tag {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 50px;
  padding: .3rem .85rem;
  font-size: .78rem;
  font-weight: 500;
  color: var(--black);
}
.quick-cta-card {
  background: var(--gray-lt);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
}

/* MAP */
.map-wrapper { position: relative; }
.map-overlay-card {
  position: absolute;
  top: 50%; left: 2rem;
  transform: translateY(-50%);
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-lg);
  min-width: 220px;
  z-index: 10;
}
.map-logo { height: 50px; width: auto; margin-bottom: .75rem; }
.map-overlay-card p { font-size: .85rem; color: var(--gray); margin-bottom: .75rem; }

@media (max-width: 768px) {
  .map-overlay-card { position: relative; top: auto; left: auto; transform: none; margin: -3rem 1rem 0; }
}

/* ================================================================
   NEW SERVICES PROMO (Solar Panels & Trash Cans)
================================================================ */
.new-svc-section {
  background:
    radial-gradient(ellipse at 15% 0%, rgba(227,6,19,.22), transparent 55%),
    radial-gradient(ellipse at 90% 100%, rgba(227,6,19,.14), transparent 50%),
    var(--black);
  position: relative;
  overflow: hidden;
}
.new-svc-flag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(227,6,19,.15);
  border: 1px solid rgba(227,6,19,.45);
  color: #ff6b75;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: .45rem 1.1rem;
  border-radius: 50px;
}
.new-svc-card {
  position: relative;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-xl);
  padding: 2.5rem 2.25rem 2.25rem;
  height: 100%;
  transition: var(--t);
  backdrop-filter: blur(6px);
}
.new-svc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(227,6,19,.5);
  background: rgba(255,255,255,.06);
  box-shadow: 0 24px 64px rgba(0,0,0,.4);
}
.new-svc-ribbon {
  position: absolute;
  top: -14px; right: 1.5rem;
  background: var(--red);
  color: var(--white);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .35rem .9rem;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(227,6,19,.45);
}
.new-svc-icon {
  width: 72px; height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(227,6,19,.9), var(--red-dk));
  color: var(--white);
  font-size: 2rem;
  margin-bottom: 1.4rem;
  box-shadow: 0 12px 28px rgba(227,6,19,.35);
}
.new-svc-card h3 {
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: .6rem;
}
.new-svc-card > p { color: rgba(255,255,255,.65); font-size: .93rem; margin-bottom: 1.25rem; }
.new-svc-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.new-svc-list li {
  color: rgba(255,255,255,.78);
  font-size: .89rem;
  padding: .3rem 0;
  display: flex;
  align-items: start;
  gap: .6rem;
}
.new-svc-list li i { color: var(--red-lt); margin-top: .15rem; }
.new-svc-price {
  display: flex;
  align-items: center;
  gap: .9rem;
  background: rgba(255,255,255,.06);
  border: 1px dashed rgba(255,255,255,.25);
  border-radius: var(--radius);
  padding: .85rem 1.15rem;
  margin-bottom: 1.5rem;
}
.new-svc-price i { font-size: 1.4rem; color: var(--red-lt); }
.new-svc-price strong { color: var(--white); font-size: 1.05rem; display: block; line-height: 1.3; }
.new-svc-price small { color: rgba(255,255,255,.55); font-size: .78rem; }

/* Light variant for services.php */
.new-svc-card--light {
  background: var(--white);
  border: 1.5px solid var(--border);
  backdrop-filter: none;
}
.new-svc-card--light:hover {
  background: var(--white);
  border-color: rgba(227,6,19,.4);
  box-shadow: var(--shadow-md);
}
.new-svc-card--light h3 { color: var(--black); }
.new-svc-card--light > p { color: var(--gray); }
.new-svc-card--light .new-svc-list li { color: #444; }
.new-svc-card--light .new-svc-list li i { color: var(--red); }
.new-svc-card--light .new-svc-price {
  background: var(--off-white);
  border-color: rgba(227,6,19,.35);
}
.new-svc-price--light strong { color: var(--black); }
.new-svc-card--light .new-svc-price strong { color: var(--black); }
.new-svc-card--light .new-svc-price small { color: var(--gray); }
.new-svc-card--light .new-svc-price i { color: var(--red); }
