/*
Theme Name: PESTEM Pest Control
Based on: Roofer Bootstrap 5 Template by TemplatesJungle
Customized for PESTEM Pest Control - Warren County, NJ
*/

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  --heading-font: 'Roboto Condensed', sans-serif;
  --heading-font-weight: 700;
  --heading-color: #0f172a;
  --heading-line-height: 1.24;
  --accent-color: #16a34a;
  --accent-dark: #15803d;
  --primary-color: #0f172a;
  --linear-gradient: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  --green-gradient: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  --bs-body-font-family: 'Roboto', sans-serif;
  --bs-body-font-size: 17px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.7;
  --bs-body-color: #475569;
  --bs-body-color-rgb: 71, 85, 105;
  --bs-primary: #0f172a;
  --bs-secondary: #16a34a;
  --bs-black: #0f172a;
  --bs-light: #f8fafc;
  --bs-dark: #0f172a;
  --bs-gray: #e2e8f0;
  --bs-gray-dark: #334155;
  --bs-primary-rgb: 15, 23, 42;
  --bs-secondary-rgb: 22, 163, 74;
  --bs-black-rgb: 15, 23, 42;
  --bs-light-rgb: 248, 250, 252;
  --bs-dark-rgb: 15, 23, 42;
  --bs-link-color: #16a34a;
  --bs-link-color-rgb: 22, 163, 74;
  --bs-link-decoration: none;
  --bs-link-hover-color: #15803d;
  --bs-link-hover-color-rgb: 21, 128, 61;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
  letter-spacing: 0.02rem;
}

h6 {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: var(--accent-color);
  font-size: 0.875rem;
}

a {
  text-decoration: none;
  color: var(--accent-color);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--accent-dark);
}

p {
  line-height: 1.8;
}

.section-subtitle {
  color: var(--accent-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* BUTTONS */

.btn {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.85rem;
  --bs-btn-font-family: var(--heading-font);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #16a34a;
  --bs-btn-border-color: #16a34a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #15803d;
  --bs-btn-hover-border-color: #15803d;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #166534;
  --bs-btn-active-border-color: #166534;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #86efac;
  --bs-btn-disabled-border-color: #86efac;
  background-image: none;
  border: none;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(22, 163, 74, 0.45);
}

.btn-outline-primary {
  --bs-btn-color: #16a34a;
  --bs-btn-border-color: #16a34a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #16a34a;
  --bs-btn-hover-border-color: #16a34a;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #15803d;
  --bs-btn-active-border-color: #15803d;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0f172a;
  --bs-btn-border-color: #0f172a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1e293b;
  --bs-btn-hover-border-color: #1e293b;
  border-radius: 6px;
}

.btn-light {
  --bs-btn-color: #0f172a;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #0f172a;
  --bs-btn-hover-bg: #f1f5f9;
  --bs-btn-hover-border-color: #f1f5f9;
  border-radius: 6px;
  font-weight: 700;
}

/* NAVIGATION */

.navbar {
  font-family: var(--heading-font);
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: var(--bs-black);
  --bs-navbar-hover-color: var(--accent-color);
  --bs-navbar-active-color: var(--accent-color);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.97) !important;
  box-shadow: 0 1px 20px rgba(0,0,0,0.08);
}

.nav-link {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

nav.navbar {
  z-index: 999999;
}

.navbar-brand {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--primary-color) !important;
  letter-spacing: -0.02em;
}

.navbar-brand span {
  color: var(--accent-color);
}

.nav-link.active,
.nav-link:hover {
  color: var(--accent-color) !important;
}

.phone-nav {
  color: var(--primary-color) !important;
  font-weight: 700;
  font-size: 0.95rem;
}

.phone-nav:hover {
  color: var(--accent-color) !important;
}

.dropdown-menu {
  --bs-dropdown-border-radius: 6px;
  border: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--accent-color);
  color: #fff;
}

.dropdown-item {
  font-weight: 600;
  color: var(--bs-black);
  padding: 0.6rem 1.2rem;
}

@media only screen and (max-width: 991px) {
  .phone-nav-wrapper { display: none; }
}

/* HERO */

.hero-section {
  background: var(--linear-gradient);
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 70%;
  height: 200%;
  background: radial-gradient(circle, rgba(22,163,74,0.1) 0%, transparent 70%);
  pointer-events: none;
}

.hero-badge {
  display: inline-block;
  background: rgba(22, 163, 74, 0.15);
  border: 1px solid rgba(22, 163, 74, 0.3);
  color: #4ade80;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.5rem;
}

.hero-title .accent {
  color: #4ade80;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: #94a3b8;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 540px;
}

.hero-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.hero-checklist li {
  color: #e2e8f0;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.6rem;
  padding-left: 1.8rem;
  position: relative;
}

.hero-checklist li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: #4ade80;
  font-weight: 900;
}

.hero-form {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

.hero-form h3 {
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}

.hero-form .form-subtitle {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.hero-stat .stat-number {
  font-size: 2rem;
  font-weight: 900;
  color: #4ade80;
  display: block;
  line-height: 1;
}

.hero-stat .stat-label {
  font-size: 0.8rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero-title { font-size: 2.4rem; }
  .hero-stats { gap: 1.5rem; flex-wrap: wrap; }
  .hero-stat .stat-number { font-size: 1.5rem; }
  .hero-section { min-height: auto; padding: 7rem 0 3rem; }
}

/* TRUST BAR */

.trust-bar {
  background: #fff;
  padding: 2.5rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.trust-item {
  text-align: center;
  padding: 1rem;
}

.trust-icon {
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
}

.trust-text {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

/* SERVICES */

.services-section {
  padding: 5rem 0;
}

.service-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--green-gradient);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  border-color: transparent;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(22, 163, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2.2rem;
  color: var(--accent-color);
  transition: all 0.4s ease;
}

.service-card:hover .service-icon {
  background: var(--accent-color);
  color: #fff;
  transform: scale(1.1);
}

.service-card h5 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.service-card p {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 1.5rem;
}

/* WHY CHOOSE US */

.why-section {
  background: #f8fafc;
  padding: 5rem 0;
  position: relative;
}

.why-card {
  padding: 2rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  height: 100%;
  transition: all 0.3s ease;
}

.why-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,.06);
  transform: translateY(-4px);
}

.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(22, 163, 74, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--accent-color);
  margin-bottom: 1.2rem;
}

.why-card h5 {
  color: var(--primary-color, #0f172a);
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.why-card p {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* PRICING */

.pricing-section {
  padding: 5rem 0;
  background: #f8fafc;
}

.pricing-card {
  background: #fff;
  border-radius: 16px;
  padding: 3rem 2.5rem;
  border: 2px solid #e2e8f0;
  text-align: center;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}

.pricing-card.featured {
  border-color: var(--accent-color);
  transform: scale(1.05);
  box-shadow: 0 20px 60px rgba(22, 163, 74, 0.15);
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-6px);
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-color);
  color: #fff;
  padding: 0.3rem 1.5rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  white-space: nowrap;
}

.pricing-card .plan-name {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  color: #64748b;
  font-weight: 700;
}

.pricing-card .price {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.pricing-card .price-period {
  font-size: 0.95rem;
  color: #94a3b8;
  margin-bottom: 2rem;
}

.pricing-card .price sup {
  font-size: 1.5rem;
  top: -1rem;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  text-align: left;
}

.pricing-features li {
  padding: 0.65rem 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.95rem;
  color: #475569;
  padding-left: 1.8rem;
  position: relative;
}

.pricing-features li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-weight: 900;
}

.pricing-features li.disabled {
  color: #cbd5e1;
  text-decoration: line-through;
}

.pricing-features li.disabled::before {
  content: '\2717';
  color: #cbd5e1;
}

/* SERVICE AREA */

.area-section {
  padding: 5rem 0;
  background: #fff;
}

.area-tag {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  background: #f1f5f9;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--primary-color);
  margin: 0.3rem;
  transition: all 0.3s ease;
}

.area-tag:hover {
  background: var(--accent-color);
  color: #fff;
}

/* TESTIMONIALS */

.testimonial-section {
  padding: 5rem 0;
  background: #f8fafc;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  height: 100%;
  border: 1px solid #e2e8f0;
}

.testimonial-stars {
  color: #fbbf24;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.testimonial-text {
  font-size: 1rem;
  color: #475569;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

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

.testimonial-location {
  font-size: 0.85rem;
  color: #94a3b8;
}

/* CTA */

.cta-section {
  background: var(--green-gradient);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 50%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.cta-section h2 {
  color: #fff;
  font-size: 2.5rem;
}

.cta-section p {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
}

/* CONTACT */

.contact-section {
  padding: 5rem 0;
}

.contact-form {
  background: #fff;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  border: 1px solid #e2e8f0;
}

.contact-info-card {
  background: var(--linear-gradient);
  border-radius: 16px;
  padding: 3rem;
  color: #fff;
  height: 100%;
}

.contact-info-card h4 {
  color: #fff;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: rgba(22, 163, 74, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #4ade80;
}

.contact-info-item h6 {
  color: #94a3b8;
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}

.contact-info-item p,
.contact-info-item a {
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.contact-info-item a:hover {
  color: #4ade80;
}

/* FORMS */

.form-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.form-control {
  border-radius: 8px;
  border: 1.5px solid #e2e8f0;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

.form-select {
  border-radius: 8px;
  border: 1.5px solid #e2e8f0;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
}

.form-select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

textarea.form-control {
  min-height: 120px;
}

/* PAGE HEADER */

.page-header {
  background: var(--linear-gradient);
  padding: 8rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -15%;
  width: 50%;
  height: 160%;
  background: radial-gradient(circle, rgba(22,163,74,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.page-header h1 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.page-header .lead {
  color: #94a3b8;
  font-size: 1.15rem;
  max-width: 600px;
  margin: 0 auto;
}

.breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: #94a3b8;
  font-size: 0.9rem;
}

.breadcrumb-item.active {
  color: #4ade80;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #475569;
}

/* ABOUT */

.about-section {
  padding: 5rem 0;
}

.about-feature {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.about-feature-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: rgba(22, 163, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--accent-color);
}

.about-feature h6 {
  color: var(--primary-color);
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.about-feature p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
}

.stat-card {
  text-align: center;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.stat-card .stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--accent-color);
  line-height: 1;
  display: block;
  margin-bottom: 0.3rem;
}

.stat-card .stat-label {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

/* SERVICE DETAIL */

.service-detail {
  padding: 4rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.service-detail:last-child {
  border-bottom: none;
}

.service-detail:nth-child(even) {
  background: #f8fafc;
}

.service-detail-icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: rgba(22, 163, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 1.5rem;
}

.service-detail h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.service-detail .service-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.service-tag {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  background: rgba(22, 163, 74, 0.08);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent-color);
}

/* FAQ */

.faq-section {
  padding: 5rem 0;
  background: #f8fafc;
}

.accordion {
  --bs-accordion-border-color: #e2e8f0;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f172a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2316a34a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-border-radius: 12px;
}

.accordion-item {
  border-radius: 12px !important;
  margin-bottom: 1rem;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.accordion-button {
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--heading-color);
  font-size: 1.05rem;
  padding: 1.2rem 1.5rem;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--accent-color);
  background-color: rgba(22, 163, 74, 0.04);
  box-shadow: none;
}

/* FOOTER */

.site-footer {
  background: var(--primary-color);
  padding: 5rem 0 0;
  color: #94a3b8;
}

.site-footer h5 {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.site-footer p {
  color: #94a3b8;
  font-size: 0.95rem;
}

.site-footer a {
  color: #94a3b8;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #4ade80;
}

.footer-brand {
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff !important;
  margin-bottom: 1rem;
  display: inline-block;
}

.footer-brand span {
  color: #4ade80;
}

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

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  font-size: 0.95rem;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.footer-contact-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 8px;
  background: rgba(22, 163, 74, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4ade80;
  font-size: 1rem;
}

.footer-bottom {
  border-top: 1px solid #1e293b;
  padding: 1.5rem 0;
  margin-top: 3rem;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
  color: #64748b;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  color: #94a3b8;
  margin-right: 0.5rem;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: var(--accent-color);
  color: #fff;
}

/* PROCESS */

.process-section {
  padding: 5rem 0;
  background: #fff;
}

.process-step {
  text-align: center;
  padding: 1.5rem;
  position: relative;
}

.process-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 900;
  margin: 0 auto 1rem;
}

.process-step h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.process-step p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
}

/* UTILITIES */

.bg-light-green {
  background: rgba(22, 163, 74, 0.04);
}

.text-green {
  color: var(--accent-color);
}

.section-padding {
  padding: 5rem 0;
}

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

section[id] {
  scroll-margin-top: 80px;
}

/* LEGACY TEMPLATE SUPPORT */

#hero {
  background: var(--linear-gradient) !important;
  min-height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
}

.trust-bar {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.trust-item {
  text-align: center;
  padding: 1.5rem 1rem;
}

.trust-item .trust-icon {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: .5rem;
}

.trust-item h6 {
  font-size: .85rem;
  color: var(--primary-color, #0f172a);
  margin: 0;
}

.service-emoji {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.why-item {
  padding: 1.5rem;
}

.why-item .why-icon {
  width: 56px;
  height: 56px;
  background: rgba(22,163,74,.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
}

.seasonal-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
  height: 100%;
  border-left: 4px solid var(--accent-color);
}

.seasonal-card h5 {
  color: var(--accent-color);
  font-size: 1.1rem;
}

.pricing-card .popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-color);
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.pricing-card.popular {
  border-color: var(--accent-color);
  box-shadow: 0 12px 40px rgba(22,163,74,.15);
  transform: scale(1.03);
}

.pricing-card .price {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-color, #0f172a);
  font-family: var(--heading-font);
}

.pricing-card .price span {
  font-size: 1rem;
  color: #6b7280;
  font-weight: 400;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.pricing-card ul li {
  padding: .5rem 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: .95rem;
}

.pricing-card ul li::before {
  content: "\2713";
  color: var(--accent-color);
  font-weight: 700;
  margin-right: .5rem;
}

.testimonial-section {
  background: var(--primary-color, #0f172a);
  padding: 5rem 0;
}

.testimonial-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 2rem;
}

.testimonial-card p {
  color: rgba(255,255,255,.85);
  font-style: italic;
  font-size: 1rem;
  line-height: 1.7;
}

.testimonial-card .stars {
  color: #fbbf24;
  font-size: 1.1rem;
}

.testimonial-card .author {
  color: #fff;
  font-weight: 700;
  font-family: var(--heading-font);
}

.testimonial-card .location {
  color: rgba(255,255,255,.5);
  font-size: .85rem;
}

#footer {
  background: var(--primary-color, #0f172a);
  color: rgba(255,255,255,.7);
}

#footer h5 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
}

#footer a {
  color: rgba(255,255,255,.6);
  transition: color .2s;
}

#footer a:hover {
  color: #fff;
}

.footer-brand {
  font-family: var(--heading-font);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .1em;
}

.footer-brand span {
  color: var(--accent-color);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1.5rem;
  font-size: .85rem;
  color: rgba(255,255,255,.4);
}

.bg-light-gray {
  background: #f8fafc;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  padding: .75rem 0;
  padding-left: 2rem;
  position: relative;
  font-size: 1rem;
}

.feature-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-weight: 700;
  font-size: 1.1rem;
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 8px;
  border: 1px solid #d1d5db;
  padding: .75rem 1rem;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(22,163,74,.15);
}

.contact-form label {
  font-weight: 600;
  font-size: .9rem;
  color: var(--primary-color, #0f172a);
  margin-bottom: .25rem;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  #hero { min-height: 70vh; padding-top: 6rem; }
  .page-header { padding: 7rem 0 3rem; }
  .page-header h1 { font-size: 2rem; }
  .pricing-card.featured,
  .pricing-card.popular { transform: none; }
  .pricing-card.featured:hover { transform: translateY(-6px); }
  .contact-info-card { margin-bottom: 2rem; }
  h2.display-4 { font-size: 2rem; }
  h2.display-5 { font-size: 1.75rem; }
}
