/* ==========================================================================
   ENERGY & GAS SOLUTIONS ALLIANCE - STYLESHEET
   Domain: energy-gas-solutions.org | Dedicated TFN: (888) 537-0218
   Theme: Eco Forest Emerald & Clean Energy Green
   ========================================================================== */

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

:root {
  --primary: #064e3b;
  --primary-light: #065f46;
  --primary-dark: #022c22;
  --secondary: #10b981;
  --secondary-hover: #059669;
  --accent: #f59e0b;
  --accent-hover: #d97706;
  --success: #059669;
  --bg-light: #f8fafc;
  --bg-card: #ffffff;
  --border-light: #e2e8f0;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --text-light: #ffffff;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 25px -5px rgba(6, 78, 59, 0.15), 0 8px 10px -6px rgba(6, 78, 59, 0.1);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-light);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

img, svg {
  display: block;
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================================================
   TOP NOTIFICATION BAR
   ========================================================================== */
.top-bar {
  background: linear-gradient(90deg, #064e3b 0%, #065f46 50%, #064e3b 100%);
  color: #ffffff;
  font-size: 0.88rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.top-bar-alert {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.pulse-dot {
  width: 9px;
  height: 9px;
  background-color: #34d399;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.7);
  animation: pulse-ring 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulse-ring {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

.top-bar-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #a7f3d0;
}

.top-bar-cta a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.top-bar-cta a:hover {
  background: var(--secondary);
  color: #064e3b;
}

/* ==========================================================================
   NAVIGATION / HEADER
   ========================================================================== */
.site-header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo img {
  height: 48px;
  width: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 28px;
}

.nav-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: #334155;
  position: relative;
  padding: 6px 0;
}

.nav-link:hover, .nav-link.active {
  color: var(--secondary);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--secondary);
}

.header-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-phone-info {
  text-align: right;
  display: none;
}

@media (min-width: 1100px) {
  .header-phone-info {
    display: block;
  }
}

.header-phone-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--text-muted);
  font-weight: 700;
}

.header-phone-num {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary);
  display: block;
  line-height: 1.2;
}

.btn-header-call {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 22px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
  animation: subtle-bounce 3s infinite;
}

.btn-header-call:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
}

@keyframes subtle-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--primary);
}

/* ==========================================================================
   BUTTONS & CALL ACTION UTILITIES
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  padding: 15px 30px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
  line-height: 1;
}

.btn-call-primary {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #064e3b;
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.35);
  font-size: 1.15rem;
  font-weight: 800;
}

.btn-call-primary:hover {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.5);
  color: #064e3b;
}

.btn-call-secondary {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.3);
}

.btn-call-secondary:hover {
  background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.45);
}

.btn-pulse {
  position: relative;
}

.btn-pulse::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: inherit;
  border: 2px solid var(--accent);
  opacity: 0;
  animation: pulse-border 2s infinite;
}

@keyframes pulse-border {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.08); opacity: 0; }
}

.phone-icon-svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: currentColor;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero {
  position: relative;
  background: radial-gradient(circle at 80% 20%, #065f46 0%, #064e3b 60%, #022c22 100%);
  color: #ffffff;
  padding: 70px 0 80px;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(16, 185, 129, 0.15) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.6;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 600;
  color: #a7f3d0;
  margin-bottom: 24px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 2.85rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.8px;
}

.hero-title span.highlight {
  background: linear-gradient(135deg, #a7f3d0 0%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #d1fae5;
  margin-bottom: 36px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  padding: 30px;
  margin-bottom: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.hero-phone-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.hero-phone-number-display {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #fbbf24;
  line-height: 1;
}

.hero-cta-subtext {
  font-size: 0.85rem;
  color: #cbd5e1;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .hero-trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.hero-trust-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px;
  border-radius: var(--radius-md);
  text-align: center;
}

.hero-trust-val {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.3rem;
  color: #34d399;
  display: block;
}

.hero-trust-label {
  font-size: 0.8rem;
  color: #a7f3d0;
  font-weight: 500;
}

/* ==========================================================================
   QUICK RATE CHECK STRIP
   ========================================================================== */
.quick-rate-strip {
  background: #ffffff;
  padding: 24px 0;
  box-shadow: var(--shadow-md);
  margin-top: -30px;
  position: relative;
  z-index: 10;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
}

.quick-rate-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.quick-rate-text h4 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--primary);
  margin-bottom: 4px;
}

.quick-rate-text p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.quick-rate-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.quick-input {
  padding: 12px 16px;
  border: 2px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-family: var(--font-body);
  width: 160px;
  transition: var(--transition);
}

.quick-input:focus {
  outline: none;
  border-color: var(--secondary);
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.section {
  padding: 70px 0;
}

.section-bg-white {
  background-color: #ffffff;
}

.section-bg-alt {
  background-color: #f0fdf4;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.section-tag {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.25;
  margin-bottom: 14px;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
}

/* Steps */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  border: 1px solid var(--border-light);
  position: relative;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--secondary);
}

.step-num-badge {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3);
}

.step-card h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 12px;
}

.step-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Plan Cards */
.plans-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 768px) {
  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .plans-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.plan-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.plan-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: var(--secondary);
}

.plan-card.featured {
  border: 2px solid var(--secondary);
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.18);
}

.plan-featured-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--accent);
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-full);
}

.plan-icon {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-md);
  background: rgba(16, 185, 129, 0.12);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.plan-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.plan-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.plan-features {
  list-style: none;
  margin-bottom: 25px;
}

.plan-features li {
  font-size: 0.9rem;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.plan-features li svg {
  width: 16px;
  height: 16px;
  color: var(--secondary);
  flex-shrink: 0;
}

.plan-card .btn {
  width: 100%;
}

/* Calculator Box */
.calculator-box {
  background: linear-gradient(135deg, #064e3b 0%, #065f46 100%);
  border-radius: var(--radius-lg);
  padding: 45px 35px;
  color: #ffffff;
  box-shadow: var(--shadow-lg);
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

@media (min-width: 992px) {
  .calc-grid {
    grid-template-columns: 1.2fr 1fr;
  }
}

.calc-slider-group {
  margin: 25px 0;
}

.calc-slider-label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.calc-slider-val {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--accent);
}

.range-slider {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #022c22;
  outline: none;
  -webkit-appearance: none;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--accent);
  cursor: pointer;
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.6);
}

.calc-result-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  padding: 30px;
  text-align: center;
}

.calc-result-title {
  font-size: 0.95rem;
  color: #a7f3d0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.calc-result-amount {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 900;
  color: #facc15;
  line-height: 1.1;
  margin-bottom: 8px;
}

.calc-result-sub {
  font-size: 0.85rem;
  color: #d1fae5;
  margin-bottom: 20px;
}

/* Testimonials */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testi-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}

.testi-stars {
  color: #f59e0b;
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
}

.testi-quote {
  font-size: 0.95rem;
  color: #334155;
  font-style: italic;
  margin-bottom: 18px;
  line-height: 1.6;
}

.testi-author {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--primary);
}

.testi-location {
  font-size: 0.8rem;
  color: var(--text-muted);
}

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

.faq-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  margin-bottom: 16px;
  overflow: hidden;
  transition: var(--transition);
}

.faq-item.active {
  border-color: var(--secondary);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-icon {
  font-size: 1.3rem;
  font-weight: 400;
  transition: transform 0.3s ease;
  color: var(--secondary);
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 24px;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  padding-bottom: 20px;
}

/* Big Call Banner */
.call-banner {
  background: linear-gradient(135deg, #064e3b 0%, #047857 100%);
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
  border-top: 4px solid var(--accent);
}

.call-banner-inner {
  max-width: 780px;
  margin: 0 auto;
}

.call-banner-title {
  font-family: var(--font-heading);
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.call-banner-desc {
  font-size: 1.1rem;
  color: #d1fae5;
  margin-bottom: 28px;
}

.call-banner-phone {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 900;
  color: #fbbf24;
  display: inline-block;
  margin-bottom: 20px;
  transition: var(--transition);
}

.call-banner-phone:hover {
  transform: scale(1.04);
}

/* Footer */
.site-footer {
  background: #022c22;
  color: #94a3b8;
  padding: 60px 0 25px;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}

.footer-brand p {
  margin-top: 16px;
  line-height: 1.6;
  font-size: 0.88rem;
}

.footer-col h5 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: 18px;
  font-weight: 700;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a:hover {
  color: #34d399;
}

.footer-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  font-size: 0.78rem;
  line-height: 1.7;
  color: #6ee7b7;
  opacity: 0.8;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  font-size: 0.8rem;
}

/* Sticky Mobile Call Bar */
.mobile-call-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 2px solid var(--secondary);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  padding: 10px 16px;
  z-index: 9999;
  display: block;
}

@media (min-width: 992px) {
  .mobile-call-bar {
    display: none;
  }
}

.mobile-call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  padding: 14px 20px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
  animation: pulse-ring 2.5s infinite;
}

/* Inner Page */
.page-hero {
  background: linear-gradient(135deg, #064e3b 0%, #065f46 100%);
  color: #ffffff;
  padding: 50px 0;
  text-align: center;
}

.page-hero h1 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.page-hero p {
  color: #d1fae5;
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto;
}

.legal-content {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  padding: 40px;
  margin: 40px auto;
  max-width: 900px;
  box-shadow: var(--shadow-sm);
}

.legal-content h2 {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  color: var(--primary);
  margin: 30px 0 12px;
}

.legal-content h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--primary);
  margin: 20px 0 10px;
}

.legal-content p, .legal-content ul {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 16px;
}

.legal-content ul {
  padding-left: 24px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}

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

.contact-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  padding: 35px;
  box-shadow: var(--shadow-sm);
}

.contact-info-list {
  list-style: none;
  margin: 25px 0;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.12);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

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

.contact-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 6px;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: var(--transition);
}

.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--secondary);
}

/* Mobile Drawer Menu - Hidden on Desktop */
.mobile-nav-menu {
  display: none;
}

@media (min-width: 992px) {
  .mobile-nav-menu {
    display: none !important;
  }
  .mobile-nav-toggle {
    display: none !important;
  }
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVE NAVBAR (< 992px & < 480px)
   ========================================================================== */
@media (max-width: 991px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .navbar {
    height: 70px;
    position: relative;
  }

  .brand-logo {
    flex-shrink: 0;
    z-index: 10;
  }

  .brand-logo img {
    height: 38px;
    width: auto;
    max-width: 170px;
    object-fit: contain;
  }

  /* Crucial: Hide desktop horizontal nav items on mobile/tablet */
  .nav-menu {
    display: none !important;
  }

  .header-cta-group {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
  }

  .header-phone-info {
    display: none !important;
  }

  .btn-header-call {
    padding: 8px 14px;
    font-size: 0.85rem;
    gap: 6px;
    white-space: nowrap;
    animation: none;
  }

  /* Show the mobile hamburger button */
  .mobile-nav-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #f8fafc;
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-sm);
    color: var(--primary);
    cursor: pointer;
    transition: var(--transition);
  }

  .mobile-nav-toggle:hover,
  .mobile-nav-toggle:focus {
    background: #e2e8f0;
    border-color: var(--secondary);
    color: var(--secondary);
    outline: none;
  }

  /* Mobile Drawer Menu */
  .mobile-nav-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 3px solid var(--secondary);
    padding: 16px 20px 24px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.18);
    z-index: 999;
    border-top: 1px solid var(--border-light);
  }

  .mobile-nav-menu.is-active {
    display: block !important;
    animation: slideDownMenu 0.25s ease-out forwards;
  }

  .mobile-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-nav-menu li {
    margin-bottom: 0;
    border-bottom: 1px solid #f1f5f9;
  }

  .mobile-nav-menu a {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--primary);
    display: block;
    padding: 12px 6px;
    transition: var(--transition);
  }

  .mobile-nav-menu a:hover,
  .mobile-nav-menu a.active {
    color: var(--secondary);
    padding-left: 12px;
    background: #ecfdf5;
    border-radius: var(--radius-sm);
  }

  .mobile-nav-menu .mobile-call-btn-inner {
    margin-top: 18px;
  }

  .mobile-nav-menu .mobile-call-btn-inner .btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 1.05rem;
  }
}

@keyframes slideDownMenu {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .brand-logo img {
    height: 32px;
    max-width: 135px;
  }

  .btn-header-call span {
    display: none;
  }

  .btn-header-call {
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
  }
}

/* ==========================================================================
   CONVERSION CALL POPUP & FLOATING TRIGGER WIDGET
   ========================================================================== */
.call-popup-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 78, 59, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
}

.call-popup-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.call-popup-card {
  position: relative;
  background: #ffffff;
  width: 100%;
  max-width: 480px;
  max-height: 92vh;
  overflow-y: auto;
  border-radius: 24px;
  box-shadow: 0 25px 60px -15px rgba(6, 78, 59, 0.35), 0 0 0 1px rgba(226, 232, 240, 0.8);
  transform: scale(0.92) translateY(20px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.call-popup-backdrop.is-visible .call-popup-card {
  transform: scale(1) translateY(0);
}

.call-popup-close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(226, 232, 240, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.call-popup-close-btn svg {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0;
}

.call-popup-close-btn:hover {
  background: #ffffff;
  color: #064e3b;
  transform: rotate(90deg);
}

.call-popup-top-banner {
  background: linear-gradient(135deg, #064e3b 0%, #065f46 100%);
  color: #ffffff;
  padding: 13px 45px 13px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.call-popup-live-dot {
  width: 9px;
  height: 9px;
  background-color: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(16, 185, 129, 0.7);
  animation: callPopupPulseOrg 1.8s infinite;
  flex-shrink: 0;
}

@keyframes callPopupPulseOrg {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.8); }
  70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.call-popup-content {
  padding: 26px 24px 22px;
  text-align: center;
}

.call-popup-icon-badge {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border: 2px solid #a7f3d0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  box-shadow: 0 10px 20px -5px rgba(16, 185, 129, 0.25);
  animation: floatPhoneOrg 3s ease-in-out infinite;
}

.call-popup-icon-badge svg {
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0;
}

@keyframes floatPhoneOrg {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.call-popup-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.25;
  margin-bottom: 10px;
}

.call-popup-subtitle {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 20px;
}

.call-popup-action-btn {
  display: block;
  text-decoration: none;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff !important;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  animation: ctaBtnPulseOrg 2.2s infinite;
}

@keyframes ctaBtnPulseOrg {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6); }
  70% { box-shadow: 0 0 0 12px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.call-popup-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(16, 185, 129, 0.5);
}

.call-popup-btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.call-popup-btn-inner svg,
.call-popup-btn-icon {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  flex-shrink: 0;
}

.call-popup-btn-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.call-popup-phone-number {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.call-popup-btn-sub {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.95;
  margin-top: 3px;
}

.call-popup-benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 18px;
  padding: 12px 14px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.call-popup-benefit-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  font-weight: 600;
  color: #334155;
}

.call-popup-benefit-item svg {
  color: #10b981;
  flex-shrink: 0;
}

.call-popup-disclaimer {
  margin-top: 14px;
  font-size: 0.76rem;
  color: var(--text-muted);
}

.call-popup-dismiss-link {
  margin-top: 12px;
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 0.82rem;
  cursor: pointer;
  text-decoration: underline;
  padding: 4px;
  transition: color 0.2s;
}

.call-popup-dismiss-link:hover {
  color: #475569;
}

/* Floating Trigger Widget */
.call-floating-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #064e3b 0%, #065f46 100%);
  color: #ffffff;
  border: 2px solid rgba(16, 185, 129, 0.6);
  border-radius: 9999px;
  padding: 12px 20px 12px 14px;
  box-shadow: 0 10px 25px -5px rgba(6, 78, 59, 0.4), 0 0 15px rgba(16, 185, 129, 0.3);
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.25s, box-shadow 0.25s;
  animation: floatWidgetOrg 3s ease-in-out infinite;
}

@keyframes floatWidgetOrg {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.call-floating-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 14px 30px -5px rgba(6, 78, 59, 0.5), 0 0 20px rgba(16, 185, 129, 0.5);
}

.call-floating-icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  flex-shrink: 0;
}

.call-floating-pulse {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid var(--secondary);
  animation: beaconPulseOrg 2s infinite;
}

@keyframes beaconPulseOrg {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}

.call-floating-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1.15;
}

.call-floating-main {
  font-weight: 800;
  font-size: 0.95rem;
  color: #ffffff;
}

.call-floating-sub {
  font-size: 0.72rem;
  color: #a7f3d0;
  font-weight: 600;
}

@media (max-width: 991px) {
  .call-floating-btn {
    bottom: 76px;
    right: 14px;
    padding: 10px 14px 10px 10px;
  }
  .call-floating-sub {
    display: none;
  }
  .call-popup-card {
    border-radius: 20px;
  }
  .call-popup-content {
    padding: 20px 16px 16px;
  }
  .call-popup-title {
    font-size: 1.25rem;
  }
  .call-popup-phone-number {
    font-size: 1.25rem;
  }
  .call-popup-benefits {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

