/* ===========================
   HULK HEATING SOLUTIONS
   Modern Professional Theme
   =========================== */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@400;500;600&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --green: #1DB954;
  --green-dark: #159a42;
  --green-light: #e8f9ee;
  --black: #0a0a0a;
  --dark: #111827;
  --mid: #1f2937;
  --grey: #6b7280;
  --light-grey: #f3f4f6;
  --white: #ffffff;
  --border: #e5e7eb;
  --shadow: 0 4px 24px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.14);
  --radius: 8px;
  --radius-lg: 14px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Barlow', sans-serif;
  color: var(--dark);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
}

/* ---- HEADER ---- */
header {
  background: var(--black);
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  height: 80px;
  border-bottom: 2px solid var(--green);
}

.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

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

nav { display: flex; gap: 6px; align-items: center; }

nav a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius);
  transition: all 0.2s;
  letter-spacing: 0.3px;
}

nav a:hover { color: var(--white); background: rgba(255,255,255,0.08); }
nav a.active { color: var(--green); }

nav .nav-cta {
  background: var(--green);
  color: var(--white);
  padding: 8px 18px;
  border-radius: var(--radius);
  font-weight: 600;
  margin-left: 8px;
  transition: background 0.2s;
}
nav .nav-cta:hover { background: var(--green-dark); color: var(--white); }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--white); border-radius: 2px;
  transition: all 0.3s;
}

/* ---- HERO ---- */
.hero {
  background: var(--dark);
  color: var(--white);
  padding: 70px 40px 0;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -80px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(29,185,84,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.hero-inner { max-width: 1100px; margin: auto; position: relative; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(29,185,84,0.15);
  border: 1px solid rgba(29,185,84,0.35);
  color: var(--green);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-badge::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--green);
  border-radius: 50%;
  display: inline-block;
}

.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.hero h1 em {
  color: var(--green);
  font-style: normal;
}

.hero p {
  font-size: 18px;
  color: rgba(255,255,255,0.72);
  max-width: 540px;
  margin-bottom: 24px;
  line-height: 1.65;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: nowrap; }
.hero-actions .btn { flex: 1; justify-content: center; text-align: center; }

@media (max-width: 600px) {
  .hero { padding-bottom: 36px; }
  .hero-actions { flex-direction: row; gap: 10px; }
  .hero-actions .btn { flex: 1; justify-content: center; text-align: center; font-size: 14px; padding: 13px 10px; }
}

.hero-stats {
  display: flex;
  gap: 12px;
  margin-top: 36px;
}

.hero-stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-left: 3px solid var(--green);
  border-radius: 10px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-stat strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--green);
  line-height: 1;
  white-space: nowrap;
}
.hero-stat span { font-size: 14px; color: rgba(255,255,255,0.6); font-weight: 500; line-height: 1.3; }

@media (max-width: 768px) {
  .hero-stats { margin-top: 28px; }
  .hero-stat strong { font-size: 26px; }
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
  font-family: 'Barlow', sans-serif;
}

.btn-primary {
  background: var(--green);
  color: var(--white);
}
.btn-primary:hover { background: var(--green-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(29,185,84,0.35); }

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.3);
}
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }

.btn-dark {
  background: var(--dark);
  color: var(--white);
}
.btn-dark:hover { background: var(--mid); }

/* ---- TRUST BAR ---- */
.trust-bar {
  background: var(--dark);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 12px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  white-space: nowrap;
}

.trust-item:nth-child(2n) { border-right: none; }
.trust-item:nth-last-child(-n+2) { border-bottom: none; }

.trust-item::before {
  content: '✓';
  font-weight: 900;
  font-size: 13px;
  color: var(--green);
  flex-shrink: 0;
}

/* Remove the blue divider */
.trust-divider { display: none; }

/* ---- SECTIONS ---- */
.section {
  padding: 80px 40px;
}

.section-inner { max-width: 1100px; margin: auto; }

.section-label {
  display: inline-block;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 14px;
  color: var(--dark);
}

.section-sub {
  font-size: 17px;
  color: var(--grey);
  max-width: 560px;
  line-height: 1.65;
}

.section-header {
  margin-bottom: 48px;
}

.section-header.centered {
  text-align: center;
}
.section-header.centered .section-sub { margin: 0 auto; }

/* ---- SERVICES GRID ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  border: none;
  border-left: 4px solid var(--green);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  text-decoration: none;
  color: var(--white);
  transition: all 0.25s;
  background: linear-gradient(135deg, #141c26 0%, #1f2937 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

/* Alternate gradient shades for visual variety */
.service-card:nth-child(2) { background: linear-gradient(135deg, #0f1923 0%, #1a2535 100%); }
.service-card:nth-child(3) { background: linear-gradient(135deg, #161d2a 0%, #1e2c3a 100%); }
.service-card:nth-child(4) { background: linear-gradient(135deg, #111827 0%, #1c2a38 100%); }
.service-card:nth-child(5) { background: linear-gradient(135deg, #0e1822 0%, #1a2736 100%); }
.service-card:nth-child(6) { background: linear-gradient(135deg, #141e2c 0%, #1f2d3d 100%); }
.service-card:nth-child(7) { background: linear-gradient(135deg, #101820 0%, #1c2a36 100%); }
.service-card:nth-child(8) { background: linear-gradient(135deg, #131b28 0%, #1e2c3c 100%); }

.service-card:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  border-left-color: var(--green);
}

.service-icon { display: none; }

.service-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #6DC52A;
  letter-spacing: 0.2px;
}

.service-card p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.6;
}

.service-card p a {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.4);
}
.service-card p a:hover {
  text-decoration-color: #FFFFFF;
}

.service-card .card-arrow {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #6DC52A;
  font-size: 13px;
  font-weight: 600;
  margin-top: auto;
  letter-spacing: 0.2px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
  }

  .service-card {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 16px 14px;
    border-radius: 10px;
    border-left-width: 3px;
    box-sizing: border-box;
  }

  .service-card h3 { font-size: 15px; margin-bottom: 6px; }
  .service-card p { font-size: 12px; line-height: 1.5; }
  .service-card .card-arrow { font-size: 12px; margin-top: auto; }
  .service-card .btn { margin-top: auto; }
}

/* ---- WHY US ---- */
.section-alt { background: var(--dark); }

.section-alt .section-title { color: var(--white); }
.section-alt .section-sub { color: rgba(255,255,255,0.55); }
.section-alt .section-label { color: var(--green); }

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.feature-item {
  background: linear-gradient(145deg, #1a2535 0%, #1e2d3d 100%);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  border: 1px solid rgba(255,255,255,0.07);
  border-top: 3px solid var(--green);
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}

.feature-item:nth-child(2) { background: linear-gradient(145deg, #161f2e 0%, #1c2b3a 100%); }
.feature-item:nth-child(3) { background: linear-gradient(145deg, #1b2636 0%, #202f40 100%); }
.feature-item:nth-child(4) { background: linear-gradient(145deg, #172030 0%, #1d2c3c 100%); }

.feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.feature-icon { display: none; }

.feature-item h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--white);
}

.feature-item p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* ---- AREAS ---- */
.areas-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.area-tag {
  background: linear-gradient(135deg, #1a2535 0%, #1e2d3d 100%);
  border: 1px solid rgba(29,185,84,0.25);
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  letter-spacing: 0.2px;
  text-decoration: none;
  display: inline-block;
}

.area-tag:hover {
  border-color: var(--green);
  color: var(--white);
  background: linear-gradient(135deg, #1e2d3d 0%, #243445 100%);
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
  transform: translateY(-1px);
}

/* ---- MAP ---- */
.map {
  width: 100%;
  height: 380px;
  border: 0;
  border-radius: var(--radius-lg);
  display: block;
}

/* ---- FAQ ---- */
.faq-list { max-width: 720px; margin: 0 auto; }

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  padding: 20px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: background 0.2s;
  user-select: none;
}

.faq-question:hover { background: var(--light-grey); }

.faq-question .faq-toggle {
  width: 24px; height: 24px;
  background: var(--green-light);
  color: var(--green);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  transition: transform 0.25s;
  font-weight: 700;
}

.faq-answer {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s;
  font-size: 15px;
  color: var(--grey);
  line-height: 1.65;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 0 24px 20px;
}

.faq-item.open .faq-toggle { transform: rotate(45deg); }

/* ---- PAGE HERO (inner pages) ---- */
.page-hero {
  background: var(--dark);
  color: var(--white);
  padding: 60px 40px;
}

.page-hero-inner { max-width: 1100px; margin: auto; }

.page-hero .breadcrumb {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.page-hero .breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; }
.page-hero .breadcrumb a:hover { color: var(--white); }

.page-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 14px;
}
.page-hero h1 em { color: var(--green); font-style: normal; }

.page-hero p {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  max-width: 540px;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* ---- SERVICE PAGE CONTENT ---- */
.service-content {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 860px) {
  .service-content { grid-template-columns: 1fr; }
}

.service-body h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 32px 0 12px;
  color: var(--dark);
}

.service-body h2:first-child { margin-top: 0; }

.service-body p { color: var(--grey); margin-bottom: 16px; line-height: 1.7; font-size: 15px; }

.service-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.service-body ul li {
  padding: 8px 0 8px 24px;
  position: relative;
  color: var(--grey);
  font-size: 15px;
  border-bottom: 1px solid var(--border);
}
.service-body ul li:last-child { border-bottom: none; }
.service-body ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.service-sidebar {}

.sidebar-card {
  background: var(--dark);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin-bottom: 20px;
}

.sidebar-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.sidebar-card p { font-size: 14px; color: rgba(255,255,255,0.65); margin-bottom: 18px; }

.sidebar-card .btn { width: 100%; justify-content: center; margin-bottom: 10px; }

.sidebar-services {
  background: var(--light-grey);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.sidebar-services h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sidebar-services ul { list-style: none; }
.sidebar-services ul li { border-bottom: 1px solid var(--border); }
.sidebar-services ul li:last-child { border-bottom: none; }
.sidebar-services ul li a {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: var(--dark);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
.sidebar-services ul li a:hover { color: var(--green); }

/* ---- CONTACT FORM ---- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
}

.contact-form h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 6px;
}
.contact-form .form-sub { color: var(--grey); font-size: 15px; margin-bottom: 28px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: 15px;
  font-family: 'Barlow', sans-serif;
  color: var(--dark);
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(29,185,84,0.12);
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.form-group textarea { resize: vertical; min-height: 120px; }

.form-error { color: #dc2626; font-size: 12px; margin-top: 4px; display: none; }
.form-group.error input,
.form-group.error select,
.form-group.error textarea { border-color: #dc2626; }
.form-group.error .form-error { display: block; }

.form-success {
  display: none;
  background: var(--green-light);
  border: 1px solid var(--green);
  border-radius: var(--radius);
  padding: 20px 24px;
  color: var(--green-dark);
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
}

.contact-info { padding: 10px 0; }

.contact-info h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
}
.contact-info p { color: var(--grey); font-size: 15px; margin-bottom: 28px; }

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}
.contact-detail:last-of-type { border-bottom: none; }

.contact-detail-icon {
  width: 42px; height: 42px;
  background: var(--green-light);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.contact-detail strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.contact-detail span { font-size: 15px; color: var(--grey); }
.contact-detail a { color: var(--green); text-decoration: none; font-size: 15px; font-weight: 600; }

/* ---- GALLERY ---- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.gallery-card {
  border-radius: var(--radius-lg);
  background: var(--light-grey);
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--grey);
  border: 2px dashed var(--border);
  font-weight: 500;
  gap: 8px;
  transition: border-color 0.2s;
}
.gallery-card:hover { border-color: var(--green); }
.gallery-card .gallery-icon { font-size: 36px; }

/* ---- PHOTO GALLERY ---- */
.photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.photo-gallery-item {
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--light-grey);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.photo-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.photo-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---- AREAS PAGE ---- */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.area-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px 20px;
  text-align: center;
  transition: all 0.2s;
}

.area-card:hover {
  border-color: var(--green);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.area-card .area-pin { font-size: 24px; display: block; margin-bottom: 8px; }
.area-card strong { display: block; font-weight: 600; font-size: 15px; }
.area-card span { font-size: 13px; color: var(--grey); }

/* ---- CTA BANNER ---- */
.cta-banner {
  background: var(--dark);
  color: var(--white);
  padding: 70px 40px;
  text-align: center;
}

.cta-banner h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  margin-bottom: 12px;
}
.cta-banner p { color: rgba(255,255,255,0.65); font-size: 17px; margin-bottom: 32px; }
.cta-banner .btn { margin: 0 6px; }

/* ---- FOOTER ---- */
footer {
  background: var(--black);
  color: rgba(255,255,255,0.55);
  padding: 50px 40px 30px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 28px;
}

.footer-brand .logo { display: inline-flex; margin-bottom: 10px; }
.footer-brand .logo-img { height: 50px; }
.footer-brand p { font-size: 14px; line-height: 1.65; max-width: 260px; }

.footer-col h4 {
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--green); }

.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; }
.footer-bottom a:hover { color: var(--green); }

.gas-safe-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
}

/* ---- STICKY CALL BUTTON ---- */
.sticky-call {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: var(--green);
  color: var(--white);
  padding: 14px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 4px 20px rgba(29,185,84,0.45);
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  font-family: 'Barlow', sans-serif;
}

.sticky-call:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(29,185,84,0.5);
}

/* ---- MOBILE ---- */
@media (max-width: 768px) {
  header { padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
  .logo { display: flex; align-items: center; max-width: calc(100% - 60px); }
  .logo-img { height: 45px; max-width: 100%; object-fit: contain; }
  .hamburger { margin-left: auto; }

  nav {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--black);
    padding: 100px 30px 40px;
    z-index: 98;
    gap: 0;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
  }

  nav.open { display: flex; }

  nav a {
    padding: 16px 20px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    border-radius: 0;
  }

  nav a:last-child { border-bottom: none; }
  nav a:hover { color: var(--white); background: rgba(255,255,255,0.05); }

  nav .nav-cta {
    margin: 16px 0 0;
    background: var(--green);
    color: var(--white);
    border-radius: 8px;
    font-size: 17px;
    padding: 16px 30px;
    text-align: center;
    width: 100%;
    border-bottom: none;
  }

  nav .nav-cta:hover { background: var(--green-dark); }

  .hamburger { display: flex; z-index: 99; position: relative; }

  .hero { padding: 40px 20px 36px; }
  .hero h1 { font-size: 36px; }

  .section { padding: 56px 20px; }

  .trust-bar { gap: 20px; padding: 12px 20px; }

  .page-hero { padding: 48px 20px; }

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

  .footer-inner { grid-template-columns: 1fr; gap: 28px; }

  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 32px; }

  .footer-bottom { flex-direction: column; text-align: center; }

  .contact-form { padding: 24px; }

  .cta-banner { padding: 50px 20px; }
}

/* ---- 24HR EMERGENCY STRIP ---- */
.emergency-strip {
  display: block;
  text-decoration: none;
  background: linear-gradient(135deg, #7f1d1d 0%, #b91c1c 60%, #991b1b 100%);
  position: relative;
  overflow: hidden;
  transition: filter 0.2s;
}

.emergency-strip::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(-55deg, transparent, transparent 18px, rgba(0,0,0,0.05) 18px, rgba(0,0,0,0.05) 36px);
  pointer-events: none;
}

.emergency-strip:hover { filter: brightness(1.07); }

.emergency-strip-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.emergency-pulse {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: white;
  flex-shrink: 0;
  animation: pulse-ring 1.6s ease-out infinite;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
}

@keyframes pulse-ring {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.7); }
  70%  { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.emergency-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 800;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: white;
  background: rgba(0,0,0,0.25);
  padding: 4px 10px; border-radius: 4px;
  white-space: nowrap; flex-shrink: 0;
}

.emergency-headline {
  font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,0.85);
  flex: 1;
}

.emergency-cta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 800;
  color: white; white-space: nowrap;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 8px 14px; border-radius: 6px;
  flex-shrink: 0;
  letter-spacing: 0.3px;
}

@media (max-width: 768px) {
  .emergency-strip-inner { padding: 10px 16px; gap: 10px; }
  .emergency-headline { display: none; }
  .emergency-label { font-size: 12px; }
  .emergency-cta { font-size: 12px; padding: 7px 12px; }
}

/* Emergency cover grid mobile */
@media (max-width: 600px) {
  .emg-cover-grid { grid-template-columns: 1fr !important; }
}

/* Dropdown Navigation */
.nav-item-dropdown { position: relative; display: inline-block; }
.dropdown-content { display: none; position: absolute; background-color: #fff; min-width: 220px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1000; border-radius: 8px; top: 100%; left: 0; padding: 10px 0; }
.dropdown-content a { color: #333 !important; padding: 10px 16px !important; text-decoration: none; display: block; font-weight: 500 !important; border-bottom: 1px solid #eee; }
.dropdown-content a:last-child { border-bottom: none; }
.dropdown-content a:hover { background-color: #f1f5f9; color: #0ea5e9 !important; }
.nav-item-dropdown:hover .dropdown-content, .nav-item-dropdown.active .dropdown-content { display: block; }
@media (max-width: 768px) {
  .dropdown-content { position: static; display: none; box-shadow: none; background: transparent; padding-left: 20px; }
  .nav-item-dropdown:hover .dropdown-content, .nav-item-dropdown.active .dropdown-content { display: block; }
  .dropdown-content a { color: #fff !important; }
}


.service-card {
  display: flex;
  flex-direction: column;
}
.service-card .btn {
  margin-top: auto;
}

/* ===========================
   REFERENCE-INSPIRED THEME
   Clean industrial styling with strong local-service CTAs
   =========================== */

:root {
  --green: #3fa63a;
  --green-dark: #277b2b;
  --green-light: #eef8ed;
  --black: #1d2428;
  --dark: #22292e;
  --mid: #30383d;
  --grey: #68737a;
  --light-grey: #f5f7f6;
  --white: #ffffff;
  --border: #e2e7e9;
  --shadow: 0 16px 40px rgba(22, 36, 43, 0.12);
  --shadow-lg: 0 24px 60px rgba(22, 36, 43, 0.18);
  --radius: 8px;
  --radius-lg: 16px;
}

body {
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--dark);
  line-height: 1.55;
}

body h1,
body h2,
body h3,
body h4,
body button,
body input,
body select,
body textarea {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
}

header {
  height: 78px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 16px rgba(22, 36, 43, 0.04);
}

.logo-img {
  height: 58px;
  content: url('images/logo-dark.png');
}

footer .logo-img {
  content: url('images/logo.png');
}

nav {
  gap: 22px;
}

nav a {
  position: relative;
  padding: 28px 0;
  border-radius: 0;
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

nav a:hover,
nav a.active {
  color: var(--green-dark);
  background: transparent;
}

nav a.active::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--green);
}

nav .nav-cta {
  margin-left: 0;
  padding: 12px 18px;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(63, 166, 58, 0.2);
}

nav .nav-cta:hover {
  background: var(--green-dark);
  color: var(--white);
  transform: translateY(-1px);
}

.dropdown-content {
  top: calc(100% - 12px);
  min-width: 240px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.dropdown-content a {
  padding: 10px 12px !important;
  border: 0;
  border-radius: 7px;
  color: var(--dark) !important;
  font-size: 13px;
}

.dropdown-content a:hover {
  background: var(--green-light);
  color: var(--green-dark) !important;
}

.emergency-strip {
  background: #30383d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.emergency-strip::before {
  background: linear-gradient(90deg, transparent, rgba(63, 166, 58, 0.12), transparent);
}

.emergency-strip-inner {
  max-width: 1180px;
  padding: 9px 0;
}

.emergency-pulse {
  background: #77d06d;
  box-shadow: 0 0 0 0 rgba(119, 208, 109, 0.65);
}

.emergency-label,
.emergency-cta {
  font-family: inherit;
}

.emergency-label {
  background: rgba(63, 166, 58, 0.18);
  color: #a9e3a3;
}

.emergency-cta {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.hero {
  padding: 0;
  background: linear-gradient(110deg, var(--dark) 0 50%, #e7eee7 50%);
}

.hero::before {
  display: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1180px;
  min-height: 520px;
}

.hero-copy {
  align-self: center;
  padding: 64px 52px 70px 0;
}

.hero-badge {
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #79d36f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.hero-badge::before {
  display: none;
}

.hero h1,
.page-hero h1,
.section-title,
.cta-banner h2,
.service-body h2,
.sidebar-card h3,
.contact-form h2,
.contact-info h3,
.footer-col h4 {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
}

.hero h1 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.hero h1 em {
  color: #59b64f;
}

.hero p {
  margin-bottom: 0;
  color: #e2e8ea;
  font-size: 17px;
  line-height: 1.65;
}

.hero-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 20px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: #edf2f3;
  font-size: 13px;
  font-weight: 600;
}

.hero-points li::before {
  content: '✓';
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: #79d36f;
  font-size: 11px;
}

.hero-actions {
  margin-top: 28px;
  gap: 12px;
}

.hero-actions .btn {
  flex: 0 1 auto;
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%, rgba(29, 185, 84, 0.15) 0%, rgba(13, 18, 32, 0.03) 70%), linear-gradient(135deg, #0d131f 0%, #1e293b 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-art::before {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29, 185, 84, 0.12) 0%, transparent 70%);
  filter: blur(40px);
  z-index: 1;
}

.hero-art::after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 350px;
  height: 350px;
  border: 1px dashed rgba(29, 185, 84, 0.2);
  border-radius: 50%;
  animation: rotateCircle 60s linear infinite;
  pointer-events: none;
}

@keyframes rotateCircle {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.boiler-unit {
  position: relative;
  z-index: 2;
  width: 170px;
  height: 290px;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.boiler-unit:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(29, 185, 84, 0.4);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.6), 0 0 30px rgba(29, 185, 84, 0.25);
}

.boiler-unit::before {
  content: '';
  position: absolute;
  top: 15px;
  width: 45px;
  height: 4px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
}

.boiler-display {
  position: absolute;
  top: 85px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 4px solid #1e293b;
  border-radius: 50%;
  background: radial-gradient(circle, #1e293b 0%, #0d131f 100%);
  color: var(--white);
  font-weight: 800;
  transform: translateX(-50%);
  box-shadow: 0 0 20px rgba(29, 185, 84, 0.3), inset 0 0 10px rgba(0,0,0,0.8);
  font-family: 'Barlow Condensed', sans-serif;
  border-color: rgba(29, 185, 84, 0.35);
  transition: all 0.3s ease;
}

.boiler-unit:hover .boiler-display {
  box-shadow: 0 0 30px rgba(29, 185, 84, 0.6), inset 0 0 12px rgba(0,0,0,0.9);
  border-color: var(--green);
}

/* Beautiful micro status lines inside boiler display */
.boiler-display::before {
  content: '🌡️ HEAT';
  font-size: 8px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  margin-bottom: 2px;
  font-weight: 700;
}

.boiler-display .temp-val {
  font-size: 24px;
  color: var(--green);
  line-height: 1;
}

/* Added detail under display */
.boiler-status-panel {
  position: absolute;
  bottom: 25px;
  left: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 8px 10px;
  text-align: center;
  font-size: 8px;
  font-family: monospace;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.5px;
}

.boiler-status-pulse {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: var(--green);
  border-radius: 50%;
  margin-right: 4px;
  box-shadow: 0 0 6px var(--green);
  animation: statusPulse 1.8s infinite;
}

@keyframes statusPulse {
  0% { opacity: 0.3; }
  50% { opacity: 1; }
  100% { opacity: 0.3; }
}

.location-badge {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 30px;
  right: 30px;
  max-width: calc(100% - 60px);
  padding: 14px 20px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.location-badge::before {
  content: '📍';
  font-size: 14px;
}

.btn {
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
}

.btn-primary {
  background: var(--green);
  box-shadow: 0 9px 24px rgba(63, 166, 58, 0.24);
}

.btn-primary:hover {
  background: var(--green-dark);
  box-shadow: 0 12px 26px rgba(39, 123, 43, 0.26);
}

.btn-outline {
  border-color: #cbd3d6;
  background: var(--white);
  color: var(--dark);
}

.hero .btn-outline,
.cta-banner .btn-outline,
.section-alt .btn-outline,
.sidebar-card .btn-outline {
  border-color: #819096;
  background: transparent;
  color: var(--white);
}

.trust-bar {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1180px;
  margin: -34px auto 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.trust-item {
  justify-content: flex-start;
  min-height: 84px;
  padding: 20px 22px;
  border-right: 1px solid var(--border);
  border-bottom: 0;
  color: var(--dark);
  font-size: 13px;
  font-weight: 800;
  white-space: normal;
}

.trust-item:nth-child(2n) {
  border-right: 1px solid var(--border);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item::before {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 17px;
}

.section {
  padding: 76px 40px;
}

.section-inner,
.page-hero-inner,
.service-content,
.contact-grid,
.footer-inner,
.footer-bottom {
  max-width: 1180px;
}

.section-label {
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.section-title {
  margin-bottom: 13px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.section-sub {
  max-width: 650px;
  color: var(--grey);
  font-size: 16px;
}

.section-header {
  margin-bottom: 36px;
}

.services-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.service-card:nth-child(n),
.area-card,
.gallery-card,
.faq-item,
.contact-form,
.form-card,
.contact-methods,
.hours-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--white);
  color: var(--dark);
  box-shadow: none;
}

.service-card {
  min-height: 250px;
  padding: 26px;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service-card::before {
  position: static;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--green-dark);
  content: '✓';
  font-size: 19px;
  font-weight: 900;
  transition: transform 0.3s ease, background-color 0.3s, box-shadow 0.3s;
}

/* Custom premium icons for service cards (avoids AI-slop identical checkmarks) */
.services-grid .service-card:nth-of-type(1)::before { content: '🔥'; background: #ffebeb; color: #ff3e3e; }
.services-grid .service-card:nth-of-type(2)::before { content: '🔧'; background: #eef2ff; color: #3b82f6; }
.services-grid .service-card:nth-of-type(3)::before { content: '📅'; background: #fef3c7; color: #d97706; }
.services-grid .service-card:nth-of-type(4)::before { content: '♨️'; background: #f0fdf4; color: #16a34a; }
.services-grid .service-card:nth-of-type(5)::before { content: '🎛️'; background: #faf5ff; color: #7c3aed; }
.services-grid .service-card:nth-of-type(6)::before { content: '🌊'; background: #ecfeff; color: #0891b2; }
.services-grid .service-card:nth-of-type(7)::before { content: '🚰'; background: #e0f2fe; color: #0284c7; }
.services-grid .service-card:nth-of-type(8)::before { content: '🌬️'; background: #f0fdfa; color: #0d9488; }
.services-grid .service-card:nth-of-type(9)::before { content: '🛡️'; background: #fff7ed; color: #ea580c; }

.service-card:hover::before {
  transform: scale(1.12) rotate(5deg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Custom premium icons for Why Choose Us feature cards (removes duplicate styles) */
.features-grid .feature-item {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--green);
}

.features-grid .feature-item::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 18px;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.features-grid .feature-item:nth-of-type(1)::before { content: '🔰'; background: rgba(29, 185, 84, 0.15); color: var(--green); }
.features-grid .feature-item:nth-of-type(2)::before { content: '⚡'; background: rgba(251, 191, 36, 0.15); color: #fbbf24; }
.features-grid .feature-item:nth-of-type(3)::before { content: '💎'; background: rgba(59, 130, 246, 0.15); color: #3b82f6; }
.features-grid .feature-item:nth-of-type(4)::before { content: '⭐'; background: rgba(236, 72, 153, 0.15); color: #ec4899; }

.features-grid .feature-item:hover::before {
  transform: scale(1.15) rotate(-5deg);
}

.service-card:hover,
.area-card:hover,
.gallery-card:hover {
  border-color: #b9d9b6;
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.service-card h3 {
  color: var(--dark);
  font-family: inherit;
  font-size: 19px;
}

.service-card p,
.service-card p a {
  color: var(--grey);
}

.service-card .card-arrow {
  color: var(--green-dark);
  font-weight: 800;
}

.section-alt {
  background: var(--dark);
}

.why-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.areas-list {
  gap: 10px;
}

.area-tag {
  border-color: var(--border);
  border-radius: 999px;
  background: var(--white);
  color: var(--dark);
  font-weight: 700;
}

.area-tag:hover {
  border-color: #b9d9b6;
  background: var(--green-light);
  color: var(--green-dark);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 40px;
  background:
    radial-gradient(circle at 85% 35%, rgba(63, 166, 58, 0.2), transparent 24%),
    linear-gradient(110deg, var(--dark), #30383d);
}

.page-hero::after {
  content: '';
  position: absolute;
  top: -160px;
  right: -80px;
  width: 420px;
  height: 420px;
  border: 65px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.page-hero p {
  max-width: 700px;
  color: #d7dfe2;
  font-size: 17px;
}

.breadcrumb,
.page-hero .breadcrumb {
  color: #a7d3a4;
}

.sidebar-card {
  border-radius: 14px;
  background: var(--dark);
  box-shadow: var(--shadow);
}

.sidebar-services {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--light-grey);
}

.form-group input,
.form-group select,
.form-group textarea {
  border-color: #d7dddf;
  border-radius: 8px;
  font-family: inherit;
  background: #fbfcfc;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(63, 166, 58, 0.12);
}

.faq-question {
  font-family: inherit;
}

.faq-question:hover {
  background: var(--green-light);
}

.cta-banner {
  position: relative;
  overflow: hidden;
  padding: 70px 40px;
  background: var(--light-grey);
  color: var(--dark);
}

.cta-banner::after {
  content: '';
  position: absolute;
  top: -100px;
  right: 5%;
  width: 280px;
  height: 280px;
  border: 48px solid rgba(63, 166, 58, 0.08);
  border-radius: 50%;
}

.cta-banner h2,
.cta-banner p,
.cta-banner .btn {
  position: relative;
  z-index: 1;
}

.cta-banner h2 {
  letter-spacing: -0.035em;
}

.cta-banner p {
  color: var(--grey);
}

.cta-banner .btn-outline {
  border-color: #bfc8cb;
  background: var(--white);
  color: var(--dark);
}

footer {
  padding: 58px 40px 30px;
  background: var(--dark);
}

.footer-inner {
  gap: 54px;
}

.footer-col h4 {
  color: var(--white);
  letter-spacing: 0.08em;
}

.footer-col ul li a,
.footer-brand p {
  color: #b8c2c6;
}

.gas-safe-badge {
  border-color: rgba(119, 208, 109, 0.28);
  background: rgba(63, 166, 58, 0.12);
  color: #a9e3a3;
}

.sticky-call {
  right: 22px;
  bottom: 22px;
  border-radius: 10px;
  background: var(--green);
  box-shadow: 0 12px 30px rgba(39, 123, 43, 0.32);
  font-family: inherit;
}

.sticky-call::before {
  content: '☎';
  font-size: 15px;
}

@media (max-width: 1050px) {
  header {
    padding: 0 24px;
  }

  nav {
    gap: 13px;
  }

  nav a {
    font-size: 12px;
  }

  .hero-inner {
    max-width: calc(100% - 48px);
  }

  .hero-copy {
    padding-right: 34px;
  }

  .trust-bar {
    max-width: calc(100% - 48px);
  }
}

@media (max-width: 860px) {
  .hero {
    background: var(--dark);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .hero-copy {
    padding: 58px 32px 52px;
  }

  .hero-art {
    min-height: 390px;
  }

  .trust-bar {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    border-radius: 0;
  }

  .trust-item,
  .trust-item:nth-child(2n) {
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }

  .trust-item:nth-child(2n) {
    border-right: 0;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  header {
    height: 70px;
    padding: 0 18px;
  }

  .logo-img {
    height: 48px;
  }

  .hamburger span {
    background: var(--dark);
  }

  nav {
    top: 0;
    background: var(--dark);
  }

  nav a {
    padding: 15px 20px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
  }

  nav a:hover,
  nav a.active {
    color: #79d36f;
    background: rgba(255, 255, 255, 0.04);
  }

  nav a.active::after {
    display: none;
  }

  nav .nav-cta {
    margin-top: 14px;
    padding: 15px 24px;
  }

  .dropdown-content {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .dropdown-content a {
    color: rgba(255, 255, 255, 0.72) !important;
  }

  .emergency-strip-inner {
    padding: 9px 16px;
  }

  .section,
  .page-hero,
  .cta-banner {
    padding-right: 22px;
    padding-left: 22px;
  }

  .page-hero {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

@media (max-width: 600px) {
  .hero-copy {
    padding: 48px 20px 44px;
  }

  .hero h1 {
    font-size: 40px;
  }

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

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-art {
    min-height: 350px;
  }

  .hero-art::before {
    width: 280px;
    height: 280px;
  }

  .boiler-unit {
    width: 130px;
    height: 224px;
  }

  .boiler-display {
    top: 76px;
  }

  .location-badge {
    right: 20px;
    bottom: 20px;
    left: 20px;
    max-width: none;
    text-align: center;
  }

  .trust-bar {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .trust-item,
  .trust-item:nth-child(2n) {
    min-height: 68px;
    border-right: 0;
  }

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

  .service-card {
    min-height: 0;
  }

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

  .sticky-call {
    right: 14px;
    bottom: 14px;
  }
}

/* ==========================================================================
   CUSTOM MOBILE DROPDOWN MENU & DESKTOP ACTIVE STATE (IMG_3981.png Inspired)
   ========================================================================== */

/* Active style for desktop dropdown content links (overriding heavy overrides) */
.dropdown-content a.active {
  color: var(--green, #3fa63a) !important;
  background: var(--green-light, #eef8ed) !important;
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  /* Hide the old menu completely */
  nav {
    display: none !important;
  }
  
  .mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(5px);
    z-index: 99;
    overflow-y: auto;
    padding: 14px;
    box-sizing: border-box;
  }
  
  .mobile-menu-overlay.open {
    display: block;
  }
  
  .mobile-menu-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
    padding: 20px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
  }
  
  .mobile-menu-header {
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f6;
    margin-bottom: 8px;
  }
  
  .mobile-menu-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.3px;
  }
  
  .mobile-menu-items {
    display: flex;
    flex-direction: column;
  }
  
  .mobile-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eef2f6;
    color: #334155;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s ease;
  }
  
  .mobile-menu-item:last-child {
    border-bottom: none;
  }
  
  .icon-text-group {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .menu-icon {
    width: 20px;
    height: 20px;
    color: #64748b;
    flex-shrink: 0;
    transition: color 0.2s ease;
  }
  
  .chevron-icon {
    width: 16px;
    height: 16px;
    color: #94a3b8;
    transition: transform 0.2s ease;
  }
  
  /* Services Submenu Tree Styling */
  .mobile-menu-dropdown-container {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eef2f6;
  }
  
  .mobile-menu-dropdown-container .mobile-menu-item {
    border-bottom: none;
  }
  
  .mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  
  .mobile-menu-dropdown-container.active .mobile-submenu {
    max-height: 500px;
    margin-bottom: 10px;
  }
  
  .mobile-menu-dropdown-container.active .chevron-icon {
    transform: rotate(180deg);
  }
  
  .submenu-tree-container {
    position: relative;
    padding-left: 10px;
  }
  
  .submenu-tree-container::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 22px;
    width: 1.5px;
    background: #cbd5e1;
  }
  
  .mobile-submenu-item {
    display: block;
    padding: 8px 0 8px 16px;
    color: #475569;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: color 0.2s ease;
  }
  
  .tree-line-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .tree-branch {
    position: relative;
    width: 12px;
    height: 1px;
    background: #cbd5e1;
    margin-left: -10px;
    flex-shrink: 0;
  }
  
  /* Customer Support Card Block */
  .mobile-support-card {
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    margin: 16px 0;
    background: #f8fafc;
  }
  
  .support-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
  }
  
  .support-card-link {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    transition: color 0.2s ease;
  }
  
  .support-card-link:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  
  /* Call link and gas safe container */
  .mobile-call-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--green, #3fa63a);
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    margin: 20px 0 16px;
    transition: transform 0.2s ease;
  }
  
  .mobile-call-link:active {
    transform: scale(0.98);
  }
  
  .mobile-call-link .phone-icon {
    width: 18px;
    height: 18px;
    color: var(--green, #3fa63a);
  }
  
  .mobile-gas-safe-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding-top: 10px;
  }
  
  /* Active Link Coloring - Hulk Green */
  .mobile-menu-item.active,
  .mobile-menu-item.active .menu-icon,
  .mobile-submenu-item.active,
  .support-card-link.active {
    color: var(--green, #3fa63a) !important;
  }
}

/* ---- CARE PLANS PROMO BANNER ---- */
.care-plans-promo-section {
  padding: 60px 0;
  background: var(--white);
}

.care-plans-promo-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.care-plans-promo-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  background: linear-gradient(135deg, #0d1220 0%, #111827 100%);
  border-radius: var(--radius-lg);
  padding: 50px;
  color: var(--white);
  text-decoration: none;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  position: relative;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.care-plans-promo-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(29, 185, 84, 0.08) 0%, rgba(0,0,0,0) 70%);
  z-index: 1;
  pointer-events: none;
}

.care-plans-promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 0 25px rgba(29, 185, 84, 0.15);
  border-color: rgba(29, 185, 84, 0.35);
}

.promo-content {
  position: relative;
  z-index: 2;
}

.promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(29, 185, 84, 0.12);
  color: var(--green);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border: 1px solid rgba(29, 185, 84, 0.25);
}

.promo-badge::before {
  content: '🛡️';
  font-size: 13px;
}

.promo-content h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4.5vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.promo-content h2 em {
  color: var(--green);
  font-style: normal;
}

.promo-content p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 26px;
  max-width: 580px;
}

.promo-content p strong {
  color: var(--green);
  font-weight: 700;
}

.promo-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 580px;
}

.promo-features li {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 10px;
}

.promo-features li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: var(--green);
  color: var(--black);
  font-size: 11px;
  font-weight: 900;
  border-radius: 50%;
  flex-shrink: 0;
}

.promo-btn-container {
  display: flex;
  align-items: center;
}

.promo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green);
  color: var(--white) !important;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: var(--radius);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(29, 185, 84, 0.2);
}

.care-plans-promo-card:hover .promo-btn {
  background: var(--green-dark);
  box-shadow: 0 6px 20px rgba(29, 185, 84, 0.35);
  transform: translateY(-1px);
}

.promo-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  perspective: 1000px;
}

.promo-picture {
  display: block;
  width: 100%;
  max-width: 320px;
}

.promo-img-showcase {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.5s ease;
  transform: rotateY(-5deg) rotateX(5deg);
}

.care-plans-promo-card:hover .promo-img-showcase {
  transform: rotateY(0deg) rotateX(0deg) scale(1.04);
  border-color: rgba(29, 185, 84, 0.45);
  box-shadow: 0 20px 45px rgba(0,0,0,0.5);
}

/* Responsive styling for the card */
@media (max-width: 1024px) {
  .care-plans-promo-card {
    gap: 30px;
    padding: 40px;
  }
}

@media (max-width: 860px) {
  .care-plans-promo-card {
    grid-template-columns: 1fr;
    padding: 45px 35px;
    gap: 35px;
    text-align: center;
  }
  
  .promo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .promo-features {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 380px;
    text-align: left;
  }
  
  .promo-picture {
    max-width: 280px;
  }
  
  .promo-img-showcase {
    transform: none !important;
  }
  
  .care-plans-promo-card:hover .promo-img-showcase {
    transform: scale(1.02) !important;
  }
}

@media (max-width: 480px) {
  .care-plans-promo-section {
    padding: 40px 0;
  }
  
  .care-plans-promo-card {
    padding: 35px 20px;
    border-radius: var(--radius);
  }
  
  .promo-picture {
    max-width: 100%;
    padding: 0 10px;
  }
}

