/* ============================================
   Domino's Oil Tank Service - Main Stylesheet
   ============================================ */

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

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a { color: #0D95CE; text-decoration: none; transition: color 0.2s; }
a:hover { color: #0a7aab; }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 { line-height: 1.3; color: #222; }
h1 { font-size: 2rem; }
h2 { font-size: 1.6rem; margin-bottom: 15px; }
h3 { font-size: 1.3rem; margin-bottom: 12px; }

p { margin-bottom: 15px; }

ul, ol { margin-bottom: 15px; }

/* ============================================
   TOP BAR (white background)
   ============================================ */
.top-bar {
  background: #fff;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
}
.top-bar-inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .brand {
  display: flex;
  align-items: center;
  gap: 0;
}
.top-bar .brand img {
  height: 45px;
  width: auto;
}
.top-bar .top-phone {
  color: #333;
}
.top-bar .top-phone .phone-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  text-decoration: none;
}
.top-bar .top-phone .phone-link:hover { color: #0D95CE; }

/* Agent avatar with pulse dot */
.agent-avatar {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.agent-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
}
.agent-avatar .pulse-dot {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 12px;
  height: 12px;
  background: #22c55e;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: pulse-ring 1.5s ease-out infinite;
}
@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6); }
  70% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.phone-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.phone-label {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.phone-number {
  font-size: 22px;
  font-weight: 800;
  color: #222;
  letter-spacing: -0.3px;
}
.top-bar .top-phone .phone-link:hover .phone-number { color: #0D95CE; }

/* ============================================
   NAVIGATION (white background)
   ============================================ */
/* Whole header sticky on all screens */
.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1001;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.main-nav {
  background: #fff;
  padding: 0;
  border-top: 1px solid #eee;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: space-between;
}
.nav-links li a {
  display: block;
  color: #222;
  padding: 18px 26px;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.nav-links li a:hover,
.nav-links li a.active {
  color: #0D95CE;
  background: rgba(13,149,206,0.05);
}

/* Dropdown arrow for parent items */
.has-dropdown > a::after {
  content: '▾';
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  vertical-align: middle;
  transition: transform 0.2s;
}
.has-dropdown.open > a::after {
  transform: rotate(180deg);
}

/* Dropdown menu */
.has-dropdown {
  position: relative;
}
.has-dropdown .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 260px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  border-radius: 0 0 6px 6px;
  z-index: 1002;
  list-style: none;
  padding: 6px 0;
  margin: 0;
}
.has-dropdown.open .dropdown {
  display: block;
}
.has-dropdown .dropdown li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: #333;
  white-space: nowrap;
}
.has-dropdown .dropdown li a:hover {
  background: rgba(13,149,206,0.06);
  color: #0D95CE;
}

/* Mobile menu toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #333;
  font-size: 26px;
  cursor: pointer;
  padding: 14px 0;
}

/* ============================================
   HERO SECTION (dark navy with topo pattern)
   ============================================ */
.hero {
  background: #162a4a;
  background-image:
    url("data:image/svg+xml,%3Csvg width='600' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 300c100-50 200 50 300 0s200-50 300 0' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1.5'/%3E%3Cpath d='M0 350c100-50 200 50 300 0s200-50 300 0' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1.5'/%3E%3Cpath d='M0 250c100-50 200 50 300 0s200-50 300 0' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1.5'/%3E%3Cpath d='M0 200c100-50 200 50 300 0s200-50 300 0' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1.5'/%3E%3Cpath d='M0 400c100-50 200 50 300 0s200-50 300 0' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1.5'/%3E%3C/svg%3E");
  color: #fff;
  text-align: center;
  padding: 60px 20px 50px;
}
.hero h1 {
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-transform: none;
}
.hero .hero-sub {
  font-size: 1.5rem;
  font-weight: 600;
  color: #d0d8e8;
  margin-bottom: 6px;
}
.hero .hero-phone {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.hero .hero-phone a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.hero .hero-phone a:hover { color: #4fc3f7; }

.hero .btn-estimate {
  display: inline-block;
  background: #0D95CE;
  color: #fff;
  padding: 18px 42px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  transition: background 0.2s, transform 0.1s;
  letter-spacing: 0.3px;
}
.hero .btn-estimate:hover { background: #0a7aab; color: #fff; transform: translateY(-1px); }

.hero .stars {
  color: #ffc107;
  font-size: 28px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

/* Trust badges row - checkmarks, no dividers */
.trust-badges {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  margin-top: 25px;
  padding-top: 25px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.trust-badge {
  text-align: center;
  color: #c8d4e6;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.trust-badge .badge-check {
  color: #4fc3f7;
  font-size: 16px;
  margin-bottom: 2px;
}
.trust-badge .badge-label {
  display: block;
  font-size: 13px;
}

/* ============================================
   MAIN CONTENT LAYOUT (two-column)
   ============================================ */
.content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.content-main {
  flex: 1;
  min-width: 0;
}
.content-sidebar {
  width: 340px;
  flex-shrink: 0;
  position: sticky;
  top: 130px;
}

/* ============================================
   SIDEBAR
   ============================================ */
.sidebar-box {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
.sidebar-box img {
  width: 100%;
  height: auto;
}
.sidebar-box .sidebar-content {
  padding: 25px 20px;
  text-align: center;
}
.sidebar-box h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #222;
}
.sidebar-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}
.btn-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0D95CE;
  color: #fff;
  padding: 16px 34px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
  transition: background 0.2s;
}
.btn-call:hover { background: #0a7aab; color: #fff; }
.btn-call svg { width: 18px; height: 18px; fill: #fff; }

/* ============================================
   ESTIMATE FORM
   ============================================ */
.estimate-form-wrap {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 30px 25px;
  max-width: 500px;
  margin: 0 auto 40px;
}
.estimate-form-wrap h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.form-group {
  margin-bottom: 14px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #0D95CE;
  outline: none;
}
.form-group textarea { resize: vertical; min-height: 80px; }

.btn-submit {
  display: block;
  width: 100%;
  background: #0D95CE;
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-submit:hover { background: #0a7aab; }

/* ============================================
   CONTENT SECTIONS
   ============================================ */
.section-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 35px 0 20px;
}
.section-divider::before,
.section-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd;
}
.section-divider h3 {
  margin: 0;
  white-space: nowrap;
  font-size: 1.1rem;
  color: #333;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.service-list li {
  padding: 10px 0 10px 24px;
  position: relative;
  font-size: 15px;
  border-bottom: 1px dotted #ccc;
}
.service-list li:last-child { border-bottom: none; }
.service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 8px;
  height: 8px;
  background: #0D95CE;
  border-radius: 50%;
}

.reasons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.reasons-grid li {
  padding: 10px 0 10px 24px;
  position: relative;
  font-size: 15px;
  border-bottom: 1px dotted #ccc;
}
.reasons-grid li:last-child { border-bottom: none; }
.reasons-grid li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 8px;
  height: 8px;
  background: #0D95CE;
  border-radius: 50%;
}

/* Numbered list for content */
.content-main ol,
.content-full ol { padding-left: 20px; }
.content-main ol li,
.content-full ol li { margin-bottom: 16px; }
.content-main ul:not(.service-list):not(.reasons-grid):not(.nav-links):not(.footer-links),
.content-full ul:not(.service-list):not(.reasons-grid):not(.nav-links):not(.footer-links) {
  padding-left: 20px;
  list-style: disc;
}
.content-main ul:not(.service-list):not(.reasons-grid):not(.nav-links):not(.footer-links) li,
.content-full ul:not(.service-list):not(.reasons-grid):not(.nav-links):not(.footer-links) li {
  margin-bottom: 16px;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonial {
  background: #f8f9fa;
  border-left: 4px solid #0D95CE;
  padding: 20px 25px;
  margin: 30px 0;
  border-radius: 0 6px 6px 0;
}
.testimonial .testi-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
.testimonial .testi-text {
  font-style: italic;
  color: #444;
  margin-bottom: 12px;
  font-size: 15px;
}
.testimonial .testi-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial .testi-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial .testi-author .author-name {
  font-weight: 600;
  font-size: 15px;
}

/* ============================================
   CTA BANNER (dark bottom section)
   ============================================ */
.cta-banner {
  background: #162a4a;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}
.cta-banner h2 {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.cta-banner .cta-phone {
  font-size: 1.3rem;
}
.cta-banner .cta-phone a { color: #fff; font-weight: 700; text-decoration: underline; }
.cta-banner .cta-phone a:hover { color: #4fc3f7; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: #111;
  color: #999;
  padding: 35px 20px 25px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.footer-info {
  flex: 1;
  min-width: 250px;
}
.footer-info .footer-biz-name {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
}
.footer-info .footer-address {
  font-size: 13px;
  line-height: 1.6;
  color: #aaa;
  margin-bottom: 8px;
}
.footer-info .footer-phone-link {
  color: #4fc3f7;
  font-weight: 700;
  font-size: 14px;
}
.footer-info .footer-phone-link:hover { color: #fff; }
.footer-map {
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #333;
}
.footer-map iframe {
  display: block;
  width: 280px;
  height: 180px;
  border: 0;
}
.footer-links {
  display: flex;
  list-style: none;
  gap: 20px;
  padding: 0;
  margin: 0 0 15px;
  flex-wrap: wrap;
}
.footer-links a { color: #999; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #222;
  padding-top: 15px;
}
.footer-copy { font-size: 13px; }
.footer-icon svg { width: 24px; height: 24px; fill: #4fc3f7; }

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-map iframe {
    width: 100%;
    max-width: 350px;
  }
}

/* ============================================
   PAGE HEADER (for inner pages)
   ============================================ */
.page-header {
  background: #162a4a;
  background-image:
    url("data:image/svg+xml,%3Csvg width='600' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 300c100-50 200 50 300 0s200-50 300 0' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1.5'/%3E%3Cpath d='M0 350c100-50 200 50 300 0s200-50 300 0' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1.5'/%3E%3C/svg%3E");
  color: #fff;
  text-align: center;
  padding: 45px 20px 40px;
}
.page-header h1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 8px;
}
.page-header .page-sub {
  color: #c8d4e6;
  font-size: 16px;
}
.page-header .btn-estimate {
  display: inline-block;
  background: #0D95CE;
  color: #fff;
  padding: 18px 42px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  transition: background 0.2s, transform 0.1s;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 14px rgba(13, 149, 206, 0.35);
}
.page-header .btn-estimate:hover {
  background: #0a7aab;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 149, 206, 0.45);
}
.page-header .btn-emergency {
  display: inline-block;
  background: #d32f2f;
  color: #fff;
  padding: 20px 52px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 800;
  margin-top: 20px;
  letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.1s;
  box-shadow: 0 4px 14px rgba(211, 47, 47, 0.4);
}
.page-header .btn-emergency:hover {
  background: #b71c1c;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(211, 47, 47, 0.5);
}

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 18px 0;
}
.faq-question {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
}
.faq-question::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  color: #999;
  transition: transform 0.2s;
}
.faq-item.open .faq-question::after {
  content: '\2212';
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}
.faq-item.open .faq-answer {
  max-height: 1000px;
  padding-top: 12px;
}

/* ============================================
   GALLERY GRID (legacy)
   ============================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}
.gallery-item {
  border-radius: 6px;
  overflow: hidden;
  background: #f0f0f0;
  aspect-ratio: 4/3;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.65);
  color: #fff;
  padding: 8px 12px;
  font-size: 13px;
}

/* ============================================
   GALLERY UNIFORM (equal-height rows)
   ============================================ */
.gallery-uniform {
  margin-bottom: 30px;
}
.gallery-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}
.gallery-card {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.15s;
}
.gallery-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}
.gallery-img-wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #e8e8e8;
}
.gallery-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-caption {
  padding: 14px 16px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  min-height: 52px;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .gallery-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .gallery-row {
    grid-template-columns: 1fr;
  }
  .gallery-img-wrap {
    height: 220px;
  }
}

/* ============================================
   SERVICE AREAS GRID
   ============================================ */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}
.area-card {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 20px;
}
.area-card h3 {
  font-size: 1rem;
  margin-bottom: 6px;
  color: #162a4a;
}
.area-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

/* ============================================
   TANK SHOWCASE
   ============================================ */
.tank-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 30px 0;
}
.tank-card {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.15s;
}
.tank-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.tank-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}
.tank-card h3 {
  font-size: 1.05rem;
  margin: 16px 16px 8px;
  color: #162a4a;
}
.tank-card .tank-price {
  font-size: 16px;
  font-weight: 800;
  color: #0D95CE;
  margin-bottom: 8px;
  padding: 0 16px;
}
.tank-card p {
  font-size: 14px;
  color: #555;
  padding: 0 16px;
  margin-bottom: 16px;
  line-height: 1.55;
}
.tank-card .btn-cta {
  display: inline-block;
  background: #0D95CE;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
  transition: background 0.2s;
}
.tank-card .btn-cta:hover { background: #0a7aab; color: #fff; }

@media (max-width: 992px) {
  .tank-showcase {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}

/* ============================================
   INLINE CTA BOX
   ============================================ */
.inline-cta {
  background: #e8f4fb;
  border: 1px solid #b8ddf0;
  border-radius: 6px;
  padding: 25px;
  text-align: center;
  margin: 30px 0;
}
.inline-cta p {
  font-size: 15px;
  margin-bottom: 12px;
}
.inline-cta .btn-cta {
  display: inline-block;
  background: #0D95CE;
  color: #fff;
  padding: 16px 36px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.2s;
}
.inline-cta .btn-cta:hover { background: #0a7aab; color: #fff; }

/* ============================================
   EMERGENCY HIGHLIGHT BOX
   ============================================ */
.emergency-highlight {
  background: #fef2f2;
  border: 2px solid #d32f2f;
  border-radius: 6px;
  padding: 30px;
  margin: 30px 0;
}
.emergency-highlight h2 {
  color: #d32f2f;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.btn-emergency-lg {
  display: inline-block;
  background: #d32f2f;
  color: #fff;
  padding: 18px 44px;
  border-radius: 6px;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.1s;
  box-shadow: 0 4px 14px rgba(211, 47, 47, 0.35);
}
.btn-emergency-lg:hover {
  background: #b71c1c;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(211, 47, 47, 0.45);
}

/* ============================================
   EMERGENCY CTA BOX (red variant)
   ============================================ */
.emergency-cta {
  background: #fef2f2;
  border: 2px solid #d32f2f;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  margin: 30px 0;
}
.emergency-cta h3 {
  color: #b71c1c;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.emergency-cta p {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

/* ============================================
   SERVICE CARDS (services page)
   ============================================ */
.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 30px 0;
}
.service-card {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.15s;
}
.service-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.service-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}
.service-card h4 {
  font-size: 1.05rem;
  margin: 16px 16px 8px;
  color: #162a4a;
}
.service-card .tank-price {
  font-size: 16px;
  font-weight: 800;
  color: #0D95CE;
  margin-bottom: 8px;
  padding: 0 16px;
}
.service-card p {
  font-size: 14px;
  color: #555;
  padding: 0 16px;
  margin-bottom: 12px;
  line-height: 1.55;
}
.service-card .btn-cta {
  display: inline-block;
  background: #0D95CE;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
  transition: background 0.2s;
}
.service-card .btn-cta:hover { background: #0a7aab; color: #fff; }

@media (max-width: 992px) {
  .service-cards {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}

/* ============================================
   CONTACT / ESTIMATE PAGE
   ============================================ */
.form-embed-wrap {
  margin: 30px 0;
  min-height: 400px;
}
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 30px 0;
}
.contact-card {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 24px;
}
.contact-card h3 {
  font-size: 1.05rem;
  color: #162a4a;
  margin-bottom: 10px;
}
.contact-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.contact-card .hours-list {
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}
.contact-card .hours-list li {
  padding: 6px 0;
  font-size: 14px;
  border-bottom: 1px dotted #ddd;
}
.contact-card .hours-list li:last-child { border-bottom: none; }
.map-embed {
  margin: 20px 0 30px;
}
.map-embed iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
  .map-embed iframe {
    height: 300px;
  }
}

/* ============================================
   FULL WIDTH CONTENT (for legal pages)
   ============================================ */
.content-full {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* ============================================
   MOBILE STICKY CTA
   ============================================ */
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0D95CE;
  z-index: 999;
  text-align: center;
  padding: 14px;
}
.mobile-cta a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.mobile-cta svg { width: 16px; height: 16px; fill: #fff; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
  .content-wrap {
    flex-direction: column;
  }
  .content-sidebar {
    width: 100%;
    position: static;
  }
  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 999;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links li a {
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    text-transform: none;
    font-size: 15px;
  }
  .has-dropdown .dropdown {
    position: static;
    box-shadow: none;
    min-width: auto;
    display: none;
    border-radius: 0;
    background: #f8f8f8;
  }
  .has-dropdown.open .dropdown {
    display: block;
  }
  .has-dropdown .dropdown li a {
    padding: 12px 20px 12px 36px;
    font-size: 14px;
  }
  .nav-toggle {
    display: block;
  }
  .nav-inner {
    position: relative;
  }

  .hero h1 { font-size: 2rem; }
  .hero .hero-phone { font-size: 1.2rem; }

  .trust-badges {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
  }
  .hero .hero-sub { font-size: 1.2rem; }

  .service-list,
  .reasons-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
  .footer-links {
    justify-content: center;
  }

  .mobile-cta {
    display: block;
  }
  body { padding-bottom: 52px; }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 { font-size: 1.6rem; }
  .hero .hero-sub { font-size: 1rem; }
  .trust-badges {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

/* ============================================
   BREADCRUMB BAR
   ============================================ */
.breadcrumb-bar {
  background: #f0f2f5;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
  font-size: 13px;
  color: #666;
}
.breadcrumb-inner {
  max-width: 900px;
  margin: 0 auto;
}
.breadcrumb-bar a {
  color: #0D95CE;
  font-weight: 500;
}
.breadcrumb-bar span {
  color: #333;
  font-weight: 600;
}

/* ============================================
   SPEC TABLE
   ============================================ */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 30px;
  font-size: 15px;
}
.spec-table th,
.spec-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
.spec-table th {
  background: #f8f9fa;
  font-weight: 600;
  color: #222;
  width: 35%;
  white-space: nowrap;
}
.spec-table td {
  color: #444;
}
.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: none;
}
.spec-table tr:hover {
  background: #f0f6fa;
}

/* ============================================
   COMPARISON TABLE
   ============================================ */
.comparison-table-wrap {
  overflow-x: auto;
  margin: 20px 0 30px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 600px;
}
.comparison-table thead th {
  background: #162a4a;
  color: #fff;
  padding: 14px 16px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  border-right: 1px solid rgba(255,255,255,0.15);
}
.comparison-table thead th:first-child {
  text-align: left;
  background: #1a3158;
}
.comparison-table thead th:last-child {
  border-right: none;
}
.comparison-table thead th a {
  color: #8bc4ea;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.comparison-table thead th a:hover {
  color: #fff;
}
.comparison-table thead th.highlight-col {
  background: #0D95CE;
}
.comparison-table td {
  padding: 11px 16px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #444;
}
.comparison-table td:first-child {
  text-align: left;
  background: #fafbfc;
  color: #222;
}
.comparison-table td:last-child {
  border-right: none;
}
.comparison-table td.highlight-col {
  background: #e8f4fb;
  font-weight: 600;
  color: #0a7aab;
}
.comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.comparison-table tbody tr:hover td {
  background: #f0f6fa;
}
.comparison-table tbody tr:hover td.highlight-col {
  background: #d6ecf7;
}

@media (max-width: 768px) {
  .comparison-table-wrap {
    margin: 15px -10px 25px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .spec-table th {
    white-space: normal;
    width: 40%;
  }
}
