/* ==========================================================================
   Naples EV Charger Installation - Master CSS Design System
   ========================================================================== */

:root {
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Color Palette */
  --color-bg-dark: #0a0f1d;
  --color-bg-card: #12192c;
  --color-bg-light: #f4f7fa;
  --color-surface: #ffffff;

  --color-primary: #0f172a;
  --color-primary-light: #1e293b;
  --color-accent-teal: #06b6d4;
  --color-accent-emerald: #10b981;
  --color-accent-blue: #2563eb;
  
  --color-text-dark: #0f172a;
  --color-text-muted: #64748b;
  --color-text-light: #e2e8f0;
  --color-border: #e2e8f0;

  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-glow: 0 0 25px rgba(6, 182, 212, 0.25);

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
}

html {
  font-family: var(--font-body);
  color: var(--color-text-dark);
  background-color: var(--color-bg-light);
  line-height: 1.6;
  scroll-behavior: smooth;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

h1 { font-size: clamp(2.1rem, 5vw, 3.25rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.25rem); letter-spacing: -0.01em; margin-top: 1.5rem; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.45rem); margin-top: 1.25rem; }

p { margin-bottom: 1.25rem; color: #334155; }

a { color: var(--color-accent-blue); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--color-accent-teal); }

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-center { text-align: center; }

/* Dynamic Inner Hero Section */
.inner-hero-section {
  padding: 3.5rem 0 3rem;
  background: linear-gradient(135deg, #090d16 0%, #0f172a 60%, #0369a1 100%);
  color: #ffffff;
  border-bottom: 1px solid rgba(6, 182, 212, 0.2);
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
}

.inner-hero-title {
  color: #ffffff !important;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}

.inner-hero-lead {
  color: #cbd5e1 !important;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  max-width: 680px;
}

/* Homepage & Inner Hero Card Previews */
.hero-preview-card,
.inner-hero-preview-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  border: 1px solid rgba(6, 182, 212, 0.4) !important;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: 0 0 30px rgba(6, 182, 212, 0.25);
  color: #ffffff !important;
}

.hero-card-title { color: #ffffff !important; margin-bottom: 0.35rem; font-size: 1.3rem; }
.hero-card-desc { color: #cbd5e1 !important; font-size: 0.9rem; margin-bottom: 0.75rem; }

.hero-specs-list {
  list-style: none;
  color: #e2e8f0 !important;
  margin: 0.75rem 0 1.25rem;
  font-size: 0.875rem;
  padding-left: 0 !important;
}
.hero-specs-list li { margin-bottom: 0.4rem; color: #e2e8f0 !important; }
.hero-specs-list li strong { color: #ffffff !important; }

.preview-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.85rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.preview-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--color-accent-teal), var(--color-accent-emerald));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.preview-specs-list {
  list-style: none;
  color: #e2e8f0 !important;
  font-size: 0.875rem;
  padding-left: 0 !important;
}

.preview-specs-list li {
  color: #e2e8f0 !important;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.preview-specs-list li strong {
  color: #ffffff !important;
}

/* Inner Page Layout Grid (2 Columns: Content + Sidebar) */
.inner-layout-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem;
  align-items: start;
}

.main-content-col {
  width: 100%;
  min-width: 0;
}

.sidebar-col {
  width: 100%;
  min-width: 0;
}

.sidebar-sticky {
  position: sticky;
  top: 90px;
}

/* Sidebar Styling & High Contrast Text Fix */
.sidebar-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  color: #ffffff !important;
  padding: 1.75rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(6, 182, 212, 0.35) !important;
  box-shadow: var(--shadow-lg);
}

.sidebar-card h3, 
.sidebar-card h4 {
  color: #ffffff !important;
}

.sidebar-card p {
  color: #cbd5e1 !important;
}

.sidebar-trust-list {
  list-style: none;
  color: #e2e8f0 !important;
  font-size: 0.85rem;
  margin-top: 1rem;
  padding-left: 0 !important;
}

.sidebar-trust-list li {
  color: #e2e8f0 !important;
  margin-bottom: 0.45rem;
}

.content-body {
  width: 100%;
  min-width: 0;
}

.content-body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  margin: 1.5rem 0;
  box-shadow: var(--shadow-md);
}

.content-body ul, 
.content-body ol {
  padding-left: 1.75rem !important;
  margin-left: 0 !important;
  margin-bottom: 1.5rem;
  color: #334155;
}

.content-body li {
  margin-bottom: 0.6rem;
  line-height: 1.6;
}

/* Header & Navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: var(--color-surface);
  box-shadow: var(--shadow-sm);
  border-bottom: 1px solid var(--color-border);
}

.top-bar {
  background: var(--color-primary);
  color: var(--color-text-light);
  padding: 0.45rem 0;
  font-size: 0.85rem;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.license-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--color-accent-emerald);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.header-contacts {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.phone-link {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.phone-link:hover { color: var(--color-accent-teal); }

.nav-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 0;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--color-accent-teal), var(--color-accent-emerald));
  color: #ffffff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-glow);
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--color-primary);
  line-height: 1.1;
}

.brand-tagline {
  font-size: 0.725rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

.nav-item { position: relative; }
.nav-link {
  font-weight: 600;
  color: var(--color-primary);
  padding: 0.5rem 0;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.nav-link:hover { color: var(--color-accent-teal); }

.has-dropdown > .nav-link::after {
  content: '▾';
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  background-color: var(--color-surface);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
  list-style: none;
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 1100;
}

.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--color-primary);
  font-weight: 500;
}
.dropdown-link:hover {
  background-color: var(--color-bg-light);
  color: var(--color-accent-blue);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--color-primary);
  margin: 5px 0;
  transition: var(--transition);
}

.breadcrumbs {
  font-size: 0.875rem;
  color: #94a3b8;
  margin-bottom: 0.5rem;
}
.breadcrumbs a { color: var(--color-accent-teal); }

.badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: 0.775rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
}
.badge-emerald { background: rgba(16, 185, 129, 0.15); color: #10b981; border: 1px solid rgba(16, 185, 129, 0.3); }
.badge-primary { background: rgba(6, 182, 212, 0.15); color: #06b6d4; border: 1px solid rgba(6, 182, 212, 0.3); }

/* Hero Section */
.hero-section {
  padding: 4.5rem 0 4rem;
  background: linear-gradient(135deg, #090d16 0%, #0f172a 60%, #0369a1 100%);
  color: #ffffff;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.hero-content h1 { color: #ffffff; }
.hero-content p { color: #e2e8f0; font-size: 1.15rem; }

.hero-cta-group {
  display: flex;
  gap: 1rem;
  margin-top: 1.75rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  font-family: var(--font-heading);
  text-align: center;
}

.btn-accent {
  background: linear-gradient(135deg, var(--color-accent-teal), var(--color-accent-emerald));
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(6, 182, 212, 0.35);
}
.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(6, 182, 212, 0.5);
  color: #ffffff;
}

.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-dark {
  background: transparent;
  color: var(--color-primary);
  border: 1.5px solid var(--color-primary);
}
.btn-outline-dark:hover {
  background: var(--color-primary);
  color: #ffffff;
}

.btn-sm { padding: 0.5rem 1rem; font-size: 0.85rem; }
.btn-block { width: 100%; display: flex; }

.hero-img {
  width: 100%;
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}

/* Trust Bar Layout */
.trust-bar {
  background: #ffffff;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

.trust-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  width: 100%;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--color-primary);
  font-size: 0.925rem;
  white-space: nowrap;
}

.trust-icon { font-size: 1.25rem; }

/* Section Spacing & Headers */
.section-padding { padding: 4rem 0; }

.section-header {
  max-width: 760px;
  margin: 0 auto 2.5rem;
}
.section-header h2 { font-size: clamp(1.75rem, 3.5vw, 2.25rem); }
.section-header p { font-size: 1.05rem; color: var(--color-text-muted); }

/* Key Takeaway Box */
.key-takeaway {
  background: linear-gradient(135deg, #eff6ff 0%, #e0f2fe 100%);
  border-left: 5px solid var(--color-accent-blue);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  margin-bottom: 2.5rem;
  box-shadow: var(--shadow-sm);
}
.key-takeaway h4 { color: var(--color-accent-blue); font-size: 1.15rem; margin-bottom: 0.5rem; }
.key-takeaway p { margin-bottom: 0; }

/* Cards & Grid Utilities */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
}

.card {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  min-width: 0;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-accent-teal);
}

.card-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-md);
  background: rgba(6, 182, 212, 0.1);
  color: var(--color-accent-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

/* Services Grid & Visual Cards */
.services-section { margin-bottom: 4rem; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.service-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-accent-teal);
}

.service-card-img-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: #0f172a;
}

.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.service-card:hover .service-card-img {
  transform: scale(1.06);
}

.service-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(8px);
}

.service-card-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-card-body h3 { font-size: 1.3rem; margin-bottom: 0.6rem; line-height: 1.25; }
.service-card-body h3 a { color: var(--color-primary); }
.service-card-body h3 a:hover { color: var(--color-accent-teal); }
.service-card-body p { font-size: 0.95rem; color: #475569; margin-bottom: 1.5rem; flex-grow: 1; }

/* Local Nuance Section */
.nuance-section { margin-bottom: 4rem; }

.nuance-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 3rem;
  box-shadow: var(--shadow-lg);
}
.nuance-card h2 { color: #ffffff; text-align: center; margin-bottom: 0.75rem; }
.nuance-card > p { color: #cbd5e1; text-align: center; max-width: 700px; margin: 0 auto 2.5rem; }

.nuance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.nuance-item {
  display: flex;
  gap: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem;
  border-radius: var(--radius-md);
}
.nuance-icon { font-size: 2rem; }
.nuance-item h4 { color: #ffffff; margin-bottom: 0.35rem; font-size: 1.1rem; }
.nuance-item p { color: #cbd5e1; font-size: 0.9rem; margin-bottom: 0; }

/* 4-Step Process Section */
.process-section { margin-bottom: 4rem; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.process-card {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: var(--transition);
}
.process-card:hover { transform: translateY(-4px); border-color: var(--color-accent-emerald); }

.process-step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent-teal), var(--color-accent-emerald));
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.process-card h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.process-card p { font-size: 0.9rem; color: #475569; margin-bottom: 0; }

/* Cost Section & Table */
.cost-section { margin-bottom: 4rem; }

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border);
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  background-color: var(--color-surface);
  text-align: left;
  font-size: 0.95rem;
}

th, td {
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid var(--color-border);
}

th {
  background-color: var(--color-primary);
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 600;
}

tr:nth-child(even) { background-color: #f8fafc; }
tr:hover { background-color: #f1f5f9; }

.highlight-row {
  background-color: #ecfdf5 !important;
  border-left: 4px solid var(--color-accent-emerald);
}

/* Locations Section */
.locations-section { margin-bottom: 4rem; }

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.location-card {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition);
}
.location-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-accent-blue);
}

.location-card h3 { font-size: 1.15rem; color: var(--color-primary); margin-bottom: 0.4rem; }
.location-card p { font-size: 0.9rem; color: #475569; margin-bottom: 1rem; }
.location-link { font-weight: 700; font-size: 0.85rem; color: var(--color-accent-blue); }

/* Reviews Section */
.reviews-section { margin-bottom: 4rem; }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
}

.review-card {
  background: var(--color-surface);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-stars { color: #f59e0b; font-size: 1.25rem; margin-bottom: 0.75rem; }
.review-text { font-style: italic; color: #334155; font-size: 0.95rem; margin-bottom: 1.25rem; }
.review-author strong { display: block; color: var(--color-primary); font-size: 0.95rem; }
.review-author span { font-size: 0.8rem; color: var(--color-text-muted); }

/* FAQ Section */
.faq-section {
  background: #ffffff;
  padding: 3.5rem 0;
  border-top: 1px solid var(--color-border);
  margin-top: 2rem;
}

.faq-grid {
  max-width: 900px;
  margin: 2rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  transition: var(--transition);
}

.faq-item[open] {
  background: #ffffff;
  box-shadow: var(--shadow-md);
  border-color: var(--color-accent-teal);
}

.faq-question {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-primary);
}
.faq-question::-webkit-details-marker { display: none; }

.faq-q-icon { color: var(--color-accent-teal); font-size: 1.25rem; }
.faq-answer { margin-top: 1rem; padding-top: 1rem; border-top: 1px dashed var(--color-border); color: #475569; }

/* CTA Lead Form Section */
.cta-section {
  background: linear-gradient(135deg, var(--color-bg-dark) 0%, #0f172a 100%);
  color: #ffffff;
  padding: 4.5rem 0;
}

.cta-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 3rem;
}

.cta-content h2 { color: #ffffff; }
.cta-content p { color: #cbd5e1; }

.cta-features { list-style: none; margin: 1.5rem 0; }
.cta-features li { margin-bottom: 0.75rem; color: #e2e8f0; font-weight: 500; }

.cta-direct-phone {
  background: rgba(6, 182, 212, 0.1);
  border: 1px solid rgba(6, 182, 212, 0.3);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-top: 1.5rem;
}

.phone-display {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--color-accent-teal);
}

.cta-form-wrapper {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 2rem;
  color: var(--color-primary);
  box-shadow: var(--shadow-lg);
}

.lead-form h3 { margin-bottom: 1.25rem; text-align: center; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 600; margin-bottom: 0.35rem; }
.form-group input, .form-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.95rem;
}
.form-group input:focus, .form-group select:focus {
  outline: none;
  border-color: var(--color-accent-teal);
  box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.15);
}

.form-disclaimer { font-size: 0.75rem; color: var(--color-text-muted); text-align: center; margin-top: 0.75rem; }

/* Footer & High Contrast Text */
.site-footer {
  background: var(--color-primary);
  color: #cbd5e1;
  padding: 4rem 0 0;
  font-size: 0.9rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-col h3 { color: #ffffff; font-size: 1.1rem; margin-bottom: 1.25rem; }

.footer-desc {
  color: #cbd5e1 !important;
  font-size: 0.925rem;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.footer-parent-badge {
  background: rgba(6, 182, 212, 0.12);
  border: 1px solid rgba(6, 182, 212, 0.3);
  border-radius: var(--radius-md);
  padding: 0.85rem 1rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer-parent-badge span {
  font-size: 0.75rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.parent-link {
  color: var(--color-accent-teal) !important;
  font-size: 0.95rem;
}
.parent-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.footer-license {
  color: #cbd5e1 !important;
  font-size: 0.875rem;
  line-height: 1.6;
}

.footer-phone-link {
  color: var(--color-accent-teal) !important;
  font-weight: 700;
}

.footer-sub-links {
  margin-top: 1rem;
}

.footer-sub-link {
  color: #ffffff !important;
  font-weight: 600;
}

.footer-sub-link:hover {
  color: var(--color-accent-teal) !important;
}

.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a { color: #cbd5e1; }
.footer-links a:hover { color: var(--color-accent-teal); }

.footer-bottom {
  background: #020617;
  padding: 1.5rem 0;
  border-top: 1px solid #1e293b;
  font-size: 0.8rem;
  color: #94a3b8;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Responsive Rules & Mobile Padding Safety */
@media (max-width: 992px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .content-body ul, 
  .content-body ol {
    padding-left: 1.5rem !important;
  }

  .inner-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .inner-hero-lead { margin-left: auto; margin-right: auto; }
  .inner-hero-preview-card { margin-top: 1rem; }
  .inner-layout-grid { grid-template-columns: 1fr; gap: 2rem; }
  .sidebar-sticky { position: static; margin-top: 2rem; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-cta-group { justify-content: center; }
  .cta-card { grid-template-columns: 1fr; padding: 1.75rem; }
  .nuance-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .trust-flex { justify-content: center; gap: 1rem; }
  
  .main-nav { display: none; }

  .site-header.nav-open .main-nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 2px solid var(--color-accent-teal);
    box-shadow: var(--shadow-lg);
    max-height: 80vh;
    overflow-y: auto;
    padding-bottom: 1.5rem;
  }

  .site-header.nav-open .nav-menu {
    flex-direction: column;
    padding: 1rem 1.25rem;
    gap: 0.25rem;
  }

  .nav-item {
    border-bottom: 1px solid #f1f5f9;
    padding: 0.25rem 0;
  }

  .nav-link {
    font-size: 1.05rem;
    padding: 0.65rem 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-menu {
    display: none !important;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    padding-left: 1rem;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    background: var(--color-bg-light);
    border-left: 3px solid var(--color-accent-teal);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  }

  .nav-item.dropdown-open .dropdown-menu {
    display: block !important;
  }

  .has-dropdown > .nav-link::after {
    content: '▼';
    font-size: 0.75rem;
    color: var(--color-accent-teal);
  }

  .nav-item.dropdown-open > .nav-link::after {
    content: '▲';
  }

  .mobile-toggle { display: block; }
}

@media (max-width: 600px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-body ul, 
  .content-body ol {
    padding-left: 1.25rem !important;
  }

  .footer-inner { grid-template-columns: 1fr; }
  .top-bar-inner { justify-content: center; }
  .nuance-card { padding: 1.5rem; }
  .trust-flex { flex-direction: column; gap: 0.75rem; text-align: center; }
}
