/* ============================================
   AIR DUCT CLEANING WILMINGTON — MASTER CSS
   Mobile-First Responsive Design
   ============================================ */

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
.adcw-page { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1D2327; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
.adcw-page img { max-width: 100%; height: auto; display: block; }
.adcw-page a { text-decoration: none; color: inherit; }

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

/* === UTILITY === */
.adcw-gold-text { color: #FEC600; }
.adcw-gold-underline { display: inline-block; width: 60px; height: 4px; background: #FEC600; border-radius: 2px; margin-top: 12px; }

/* === TOP BAR === */
.adcw-top-bar { background: #042263; color: #fff; padding: 8px 16px; font-size: 13px; }
.adcw-top-bar-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.adcw-top-bar a { color: #FEC600; }
.adcw-pin-icon { width: 14px; height: 14px; margin-right: 4px; vertical-align: middle; }

/* === NAVBAR === */
.adcw-navbar { background: #fff; padding: 12px 16px; border-bottom: 1px solid #f0f0f0; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.adcw-navbar-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.adcw-logo { height: 40px; }
.adcw-nav-links { display: none; gap: 20px; }
.adcw-nav-links a { color: #042263; font-weight: 600; font-size: 14px; transition: color 0.3s; }
.adcw-nav-links a:hover { color: #FEC600; }
@media (min-width: 768px) { .adcw-nav-links { display: flex; } }

/* === BREADCRUMBS === */
.adcw-breadcrumbs { background: #F2F2F2; padding: 12px 16px; font-size: 13px; }
.adcw-breadcrumb-list { max-width: 1200px; margin: 0 auto; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.adcw-breadcrumb-list li::after { content: '/'; margin-left: 8px; color: #999; }
.adcw-breadcrumb-list li:last-child::after { content: ''; }
.adcw-breadcrumb-list a { color: #042263; text-decoration: none; }
.adcw-breadcrumb-list a:hover { color: #FEC600; }

/* === HERO SECTION === */
.adcw-hero { background: linear-gradient(135deg, #042263 0%, #0a3a8f 100%); color: #fff; padding: 60px 16px; text-align: center; position: relative; overflow: hidden; }
.adcw-hero::before { content: ''; position: absolute; top: -50%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(254,198,0,0.15) 0%, transparent 70%); border-radius: 50%; }
.adcw-hero-content { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.adcw-hero h1 { font-size: 32px; font-weight: 800; margin-bottom: 16px; line-height: 1.2; }
.adcw-hero-subtext { font-size: 18px; margin-bottom: 24px; opacity: 0.95; }
.adcw-hero-buttons { display: flex; flex-direction: column; gap: 12px; }
.adcw-btn { display: inline-block; padding: 14px 28px; border-radius: 6px; font-weight: 600; transition: all 0.3s; text-align: center; }
.adcw-btn-primary { background: #FEC600; color: #042263; }
.adcw-btn-primary:hover { background: #FFD633; transform: translateY(-2px); box-shadow: 0 6px 12px rgba(254,198,0,0.3); }
.adcw-btn-secondary { background: #fff; color: #042263; }
.adcw-btn-secondary:hover { background: #f0f0f0; }
@media (min-width: 600px) { .adcw-hero h1 { font-size: 42px; } .adcw-hero-buttons { flex-direction: row; justify-content: center; } }

/* === NEAR ME SECTION === */
.adcw-near-me { background: #fff; padding: 40px 16px; border-bottom: 1px solid #f0f0f0; }
.adcw-near-me-content { max-width: 1200px; margin: 0 auto; }
.adcw-near-me h2 { font-size: 24px; font-weight: 700; margin-bottom: 20px; color: #042263; }
.adcw-near-me-keywords { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.adcw-near-me-item { padding: 12px; background: #F2F2F2; border-radius: 6px; font-size: 14px; color: #1D2327; }
.adcw-near-me-item strong { color: #042263; }

/* === TRUST WIDGET === */
.adcw-trust { background: #f9f9f9; padding: 40px 16px; border-bottom: 1px solid #f0f0f0; }
.adcw-trust-content { max-width: 1200px; margin: 0 auto; text-align: center; }
.adcw-trust h2 { font-size: 24px; font-weight: 700; margin-bottom: 20px; color: #042263; }
.adcw-trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; }
.adcw-trust-card { background: #fff; padding: 20px; border-radius: 6px; border: 1px solid #e0e0e0; }
.adcw-trust-card h3 { font-size: 28px; font-weight: 800; color: #042263; margin-bottom: 8px; }
.adcw-trust-card p { font-size: 13px; color: #666; }

/* === SERVICE GRID === */
.adcw-services { background: #fff; padding: 40px 16px; border-bottom: 1px solid #f0f0f0; }
.adcw-services-content { max-width: 1200px; margin: 0 auto; }
.adcw-services h2 { font-size: 24px; font-weight: 700; margin-bottom: 20px; color: #042263; text-align: center; }
.adcw-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.adcw-service-card { background: linear-gradient(135deg, #042263 0%, #0a3a8f 100%); padding: 20px; border-radius: 6px; color: #fff; transition: transform 0.3s; }
.adcw-service-card:hover { transform: translateY(-4px); }
.adcw-service-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.adcw-service-card p { font-size: 13px; opacity: 0.9; margin-bottom: 12px; }
.adcw-service-card a { color: #FEC600; font-weight: 600; }

/* === ABOUT SECTION === */
.adcw-about { background: #f9f9f9; padding: 40px 16px; }
.adcw-about-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 30px; }
.adcw-about-text { line-height: 1.8; color: #333; }
.adcw-about-text h2 { font-size: 28px; font-weight: 700; margin-bottom: 16px; color: #042263; }
.adcw-about-text p { margin-bottom: 16px; }
.adcw-about-image { border-radius: 8px; overflow: hidden; }
@media (min-width: 900px) { .adcw-about-content { grid-template-columns: 1fr 1fr; } }

/* === PROCESS SECTION === */
.adcw-process { background: #fff; padding: 40px 16px; border-bottom: 1px solid #f0f0f0; }
.adcw-process-content { max-width: 1200px; margin: 0 auto; }
.adcw-process h2 { font-size: 28px; font-weight: 700; margin-bottom: 30px; color: #042263; text-align: center; }
.adcw-process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.adcw-process-step { background: #F2F2F2; border-radius: 8px; overflow: hidden; transition: transform 0.3s; }
.adcw-process-step:hover { transform: translateY(-4px); }
.adcw-process-step-img { width: 100%; height: 180px; object-fit: cover; }
.adcw-process-step-content { padding: 20px; }
.adcw-process-step h3 { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: #042263; }
.adcw-process-step p { font-size: 14px; color: #555; line-height: 1.6; }

/* === FAQ SECTION === */
.adcw-faq { background: #fff; padding: 40px 16px; border-bottom: 1px solid #f0f0f0; }
.adcw-faq-content { max-width: 1200px; margin: 0 auto; }
.adcw-faq h2 { font-size: 28px; font-weight: 700; margin-bottom: 30px; color: #042263; text-align: center; }
.adcw-faq-item { margin-bottom: 16px; border: 1px solid #e0e0e0; border-radius: 6px; overflow: hidden; }
.adcw-faq-question { background: #F2F2F2; padding: 16px; font-weight: 600; color: #042263; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.3s; }
.adcw-faq-question:hover { background: #E8E8E8; }
.adcw-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s; padding: 0 16px; }
.adcw-faq-item.active .adcw-faq-answer { max-height: 500px; padding: 16px; }
.adcw-faq-answer p { color: #555; line-height: 1.6; }

/* === CTA SECTION === */
.adcw-cta { background: linear-gradient(135deg, #042263 0%, #0a3a8f 100%); color: #fff; padding: 40px 16px; text-align: center; }
.adcw-cta-content { max-width: 1200px; margin: 0 auto; }
.adcw-cta h2 { font-size: 28px; font-weight: 700; margin-bottom: 16px; }
.adcw-cta p { font-size: 18px; margin-bottom: 24px; opacity: 0.95; }
.adcw-cta a { display: inline-block; background: #FEC600; color: #042263; padding: 14px 28px; border-radius: 6px; font-weight: 600; transition: all 0.3s; }
.adcw-cta a:hover { background: #FFD633; transform: translateY(-2px); }

/* === FOOTER === */
.adcw-footer { background: #042263; color: #fff; padding: 40px 16px; }
.adcw-footer-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; }
.adcw-footer-section h3 { font-size: 16px; font-weight: 700; margin-bottom: 16px; color: #FEC600; }
.adcw-footer-section ul { list-style: none; }
.adcw-footer-section ul li { margin-bottom: 8px; }
.adcw-footer-section a { color: #fff; opacity: 0.9; transition: opacity 0.3s; }
.adcw-footer-section a:hover { opacity: 1; color: #FEC600; }
.adcw-footer-bottom { margin-top: 30px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; font-size: 13px; opacity: 0.9; }

/* === FLOATING CTA === */
.adcw-floating-cta { position: fixed; bottom: 20px; right: 20px; background: #FEC600; color: #042263; padding: 12px 16px; border-radius: 50px; font-weight: 600; box-shadow: 0 4px 12px rgba(0,0,0,0.15); z-index: 1000; cursor: pointer; transition: all 0.3s; }
.adcw-floating-cta:hover { transform: scale(1.05); box-shadow: 0 6px 16px rgba(0,0,0,0.2); }
@media (max-width: 600px) { .adcw-floating-cta { padding: 10px 14px; font-size: 13px; bottom: 16px; right: 16px; } }

/* === INSPECTION SECTION (Air Duct Only) === */
.adcw-inspection { background: #f9f9f9; padding: 40px 16px; border-bottom: 1px solid #f0f0f0; }
.adcw-inspection-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 30px; }
.adcw-inspection h2 { font-size: 28px; font-weight: 700; margin-bottom: 16px; color: #042263; }
.adcw-inspection p { color: #555; line-height: 1.8; margin-bottom: 16px; }
@media (min-width: 900px) { .adcw-inspection-content { grid-template-columns: 1fr 1fr; } }

/* === SCAM SECTION (Air Duct Only) === */
.adcw-scam { background: #fff5e6; padding: 40px 16px; border-bottom: 1px solid #f0f0f0; border-left: 4px solid #FEC600; }
.adcw-scam-content { max-width: 1200px; margin: 0 auto; }
.adcw-scam h2 { font-size: 24px; font-weight: 700; margin-bottom: 16px; color: #d9534f; }
.adcw-scam-list { list-style: none; padding-left: 0; }
.adcw-scam-list li { padding-left: 24px; margin-bottom: 12px; position: relative; }
.adcw-scam-list li::before { content: '✗'; position: absolute; left: 0; color: #d9534f; font-weight: bold; }

/* === CROSS-LINKS === */
.adcw-cross-links { background: #f9f9f9; padding: 40px 16px; border-bottom: 1px solid #f0f0f0; }
.adcw-cross-links-content { max-width: 1200px; margin: 0 auto; }
.adcw-cross-links h2 { font-size: 24px; font-weight: 700; margin-bottom: 20px; color: #042263; text-align: center; }
.adcw-cross-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.adcw-cross-link-card { background: #fff; padding: 16px; border-radius: 6px; border: 1px solid #e0e0e0; text-align: center; transition: all 0.3s; }
.adcw-cross-link-card:hover { border-color: #FEC600; box-shadow: 0 4px 8px rgba(254,198,0,0.1); }
.adcw-cross-link-card a { color: #042263; font-weight: 600; }
.adcw-cross-link-card a:hover { color: #FEC600; }

/* === SERVICE AREAS === */
.adcw-service-areas { background: #fff; padding: 40px 16px; border-bottom: 1px solid #f0f0f0; }
.adcw-service-areas-content { max-width: 1200px; margin: 0 auto; }
.adcw-service-areas h2 { font-size: 24px; font-weight: 700; margin-bottom: 20px; color: #042263; text-align: center; }
.adcw-service-areas-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.adcw-service-area { background: linear-gradient(135deg, #042263 0%, #0a3a8f 100%); color: #fff; padding: 16px; border-radius: 6px; text-align: center; font-weight: 600; transition: all 0.3s; }
.adcw-service-area:hover { transform: translateY(-2px); background: linear-gradient(135deg, #0a3a8f 0%, #042263 100%); }
.adcw-service-area a { color: #FEC600; }

/* === RESPONSIVE === */
@media (max-width: 600px) {
  .adcw-hero { padding: 40px 16px; }
  .adcw-hero h1 { font-size: 24px; }
  .adcw-hero-subtext { font-size: 16px; }
  .adcw-services-grid, .adcw-process-steps, .adcw-trust-grid { grid-template-columns: 1fr; }
  .adcw-navbar-content { flex-direction: column; gap: 10px; }
}

@media (min-width: 1200px) {
  .adcw-page { font-size: 16px; }
  .adcw-process-steps { grid-template-columns: repeat(3, 1fr); }
}

/* === PRINT STYLES === */
@media print {
  .adcw-top-bar, .adcw-navbar, .adcw-floating-cta { display: none; }
  .adcw-page { color: #000; background: #fff; }
}
/* === NAVBAR CSS FIX - New class names from homepage === */
.adcw-google-badge { display: flex; align-items: center; gap: 8px; padding: 0 15px; text-decoration: none; font-family: Inter, sans-serif !important; }
.adcw-google-badge-stars { display: flex; gap: 1px; }
.adcw-google-badge-star { color: #FBBC04; font-size: 14px; }
.adcw-google-badge-text { font-size: 11px; color: var(--charcoal); font-weight: 500; white-space: nowrap; font-family: Inter, sans-serif !important; }
.adcw-google-badge-logo { height: 16px; width: auto; }
.adcw-nav-right { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.adcw-request-btn { background-color: var(--gold); color: var(--charcoal); border: none; padding: 12px 28px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; cursor: pointer; border-radius: 4px; transition: background-color 0.3s; font-family: Inter, sans-serif !important; text-decoration: none; display: inline-block; }
.adcw-request-btn:hover { background-color: var(--gold-hover); }
.adcw-phone-section { text-align: right; font-family: Inter, sans-serif !important; }
.adcw-emergency-label { font-size: 11px; color: var(--charcoal); text-decoration: none; display: block; font-weight: 500; font-family: Inter, sans-serif !important; }
.adcw-phone-number { font-size: 20px; font-weight: 700; color: var(--navy); text-decoration: none; display: block; font-family: Inter, sans-serif !important; }
.adcw-phone-number:hover { color: var(--gold); }
.adcw-top-bar { background-color: var(--navy); height: 30px; display: flex; align-items: center; justify-content: flex-end; padding: 0 40px; font-size: 13px; color: var(--white); width: 100vw; margin-left: calc(50% - 50vw); font-family: Inter, sans-serif !important; }
.adcw-top-bar-content { display: flex; align-items: center; gap: 12px; font-family: Inter, sans-serif !important; }
.adcw-navbar { background-color: var(--white); padding: 20px 40px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 8px rgba(0,0,0,0.08); width: 100vw; margin-left: calc(50% - 50vw); overflow: visible; position: relative; z-index: 999; font-family: Inter, sans-serif !important; }
.adcw-logo { height: 45px; width: auto; }
.adcw-nav-links { display: flex; align-items: center; gap: 0; flex: 1; margin-left: 60px; font-family: Inter, sans-serif !important; }
.adcw-nav-link { color: var(--charcoal); text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: 0.5px; padding: 8px 12px; transition: color 0.3s; position: relative; font-family: Inter, sans-serif !important; text-transform: uppercase; }
.adcw-nav-link:hover { color: var(--navy); }
.adcw-nav-link.adcw-has-dropdown { cursor: pointer; }
.adcw-dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); background-color: var(--white); border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,0.12); padding: 20px; min-width: 500px; opacity: 0; visibility: hidden; transition: opacity 0.25s, transform 0.25s, visibility 0.25s; z-index: 1000; }
.adcw-nav-link.adcw-has-dropdown:hover .adcw-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.adcw-dropdown-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.adcw-dropdown-item { padding: 12px 16px; color: var(--charcoal); text-decoration: none; display: flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 600; transition: background-color 0.2s; border-radius: 6px; font-family: Inter, sans-serif !important; }
.adcw-dropdown-item:hover { background-color: var(--light-gray); }
.adcw-dropdown-item img { width: 48px; height: 48px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.adcw-dropdown-item-text { display: flex; flex-direction: column; }
.adcw-dropdown-item-title { font-size: 13px; font-weight: 600; color: var(--charcoal); font-family: Inter, sans-serif !important; }
.adcw-dropdown-item:hover .adcw-dropdown-item-title { color: var(--navy); }
.adcw-dropdown-item-sub { font-size: 11px; font-weight: 400; color: #666; margin-top: 2px; font-family: Inter, sans-serif !important; }
@media (max-width: 768px) {
  .adcw-navbar { padding: 15px 20px; flex-wrap: wrap; }
  .adcw-logo { height: 35px; }
  .adcw-nav-links { display: none; }
  .adcw-nav-right { flex-direction: column; gap: 10px; width: 100%; }
}
/* === END NAVBAR CSS FIX === */
