/* EcoGuard Pest Solutions — Green+White Brand */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@400;600;800&display=swap');

:root {
  --green: #2E7D52;
  --green-dark: #1B4332;
  --green-hover: #256b45;
  --white: #FFFFFF;
  --mint: #F0FAF4;
  --charcoal: #2C2C2C;
  --gray: #6B7280;
  --gray-light: #F3F4F6;
  --border: #D1FAE5;
  --gold: #E5A823;
  --red: #DC2626;
  --shadow: 0 2px 12px rgba(46,125,82,0.10);
  --shadow-lg: 0 8px 32px rgba(46,125,82,0.15);
  --radius: 10px;
  --radius-lg: 16px;
}

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

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

body {
  font-family: 'Inter', 'Manrope', sans-serif;
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ── UTILITY ── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section-sm { padding: 48px 0; }
.text-center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.18s ease;
  text-align: center;
  white-space: nowrap;
}
.btn-primary {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}
.btn-primary:hover { background: var(--green-hover); border-color: var(--green-hover); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-outline:hover { background: var(--white); color: var(--green); }
.btn-outline-green {
  background: transparent;
  color: var(--green);
  border-color: var(--green);
}
.btn-outline-green:hover { background: var(--green); color: var(--white); }
.btn-lg { padding: 18px 36px; font-size: 1.1rem; }
.btn-sm { padding: 10px 20px; font-size: 0.9rem; }

/* ── HEADER ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--green-dark);
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 20px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Manrope', sans-serif;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-mark {
  width: 38px;
  height: 38px;
  background: var(--green);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.logo span { line-height: 1.1; }
.logo small { font-size: 0.65rem; font-weight: 400; display: block; letter-spacing: 0.05em; color: #A7F3D0; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.15s;
}
.nav a:hover, .nav a.active { color: var(--white); background: rgba(255,255,255,0.12); }

.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  background: var(--green);
  padding: 10px 18px;
  border-radius: 8px;
  transition: background 0.15s;
  flex-shrink: 0;
}
.header-phone:hover { background: var(--green-hover); }
.header-phone svg { width: 18px; height: 18px; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--green-dark);
    padding: 12px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .nav.open { display: flex; }
  .nav a { width: 100%; padding: 12px; font-size: 1rem; }
  .header-phone span.phone-text { display: none; }
  .header-phone { padding: 10px 14px; }
}

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 60%, #3d9b66 100%);
  color: var(--white);
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 45%;
  background: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&q=75') center/cover no-repeat;
  opacity: 0.18;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: #A7F3D0;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hero h1 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.15;
  margin-bottom: 18px;
  color: var(--white);
}
.hero h1 .highlight { color: #86EFAC; }
.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.88);
  margin-bottom: 32px;
  line-height: 1.6;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
}
.hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-img-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: var(--white);
  color: var(--green-dark);
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
  .hero { padding: 48px 0 56px; }
  .hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero-img-wrap { aspect-ratio: 16/9; max-height: 260px; }
  .hero::before { width: 100%; opacity: 0.08; }
}

/* ── TRUST STRIP ── */
.trust-strip {
  background: var(--green-dark);
  padding: 16px 0;
}
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  justify-content: center;
  align-items: center;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,0.92);
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
}
.trust-item .icon { color: var(--gold); font-size: 1rem; }
.trust-sep {
  color: rgba(255,255,255,0.25);
  font-size: 1.2rem;
  user-select: none;
}
@media (max-width: 480px) {
  .trust-sep { display: none; }
  .trust-item { font-size: 0.82rem; }
}

/* ── SECTION HEADINGS ── */
.section-label {
  display: inline-block;
  color: var(--green);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.section-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--green-dark);
  line-height: 1.2;
  margin-bottom: 14px;
}
.section-sub {
  color: var(--gray);
  font-size: 1.05rem;
  max-width: 620px;
  margin: 0 auto 40px;
  line-height: 1.65;
}

/* ── SERVICES GRID ── */
.services-section { background: var(--mint); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: var(--green);
}
.service-icon {
  width: 52px;
  height: 52px;
  background: var(--mint);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.service-card h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--green-dark);
}
.service-card p {
  color: var(--gray);
  font-size: 0.92rem;
  line-height: 1.55;
  flex: 1;
}
.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #DCFCE7;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  align-self: flex-start;
}

@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }

/* ── HOW IT WORKS ── */
.how-section { background: var(--white); }
.steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
  position: relative;
}
.steps-row::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: var(--border);
  z-index: 0;
}
.step-card {
  text-align: center;
  position: relative;
  z-index: 1;
}
.step-num {
  width: 56px;
  height: 56px;
  background: var(--green);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.15rem;
  margin: 0 auto 16px;
  font-family: 'Manrope', sans-serif;
  border: 4px solid var(--white);
  box-shadow: 0 0 0 3px var(--border);
}
.step-card h3 { font-weight: 700; font-size: 0.95rem; color: var(--green-dark); margin-bottom: 6px; }
.step-card p { font-size: 0.88rem; color: var(--gray); }
@media (max-width: 640px) { .steps-row { grid-template-columns: repeat(2, 1fr); } .steps-row::before { display: none; } }

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--mint); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.testi-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.testi-stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 2px; }
.testi-text {
  color: var(--charcoal);
  font-size: 0.95rem;
  line-height: 1.65;
  font-style: italic;
  flex: 1;
}
.testi-text::before { content: '\201C'; }
.testi-text::after { content: '\201D'; }
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--mint);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: var(--green);
  flex-shrink: 0;
  border: 2px solid var(--border);
}
.testi-info strong { font-weight: 700; font-size: 0.9rem; display: block; }
.testi-info span { font-size: 0.82rem; color: var(--gray); }
@media (max-width: 768px) { .testimonials-grid { grid-template-columns: 1fr; } }

/* ── MAP ── */
.map-section { background: var(--white); padding: 56px 0; }
.map-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.map-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  height: 360px;
}
.map-frame iframe { width: 100%; height: 100%; border: none; }
.map-info h2 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.8rem; color: var(--green-dark); margin-bottom: 16px; }
.map-info p { color: var(--gray); font-size: 0.95rem; margin-bottom: 20px; }
.service-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.area-pill {
  background: var(--mint);
  color: var(--green);
  border: 1px solid var(--border);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.84rem;
  font-weight: 600;
}
@media (max-width: 768px) { .map-inner { grid-template-columns: 1fr; } .map-frame { height: 260px; } }

/* ── CTA BAND ── */
.cta-band {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  color: var(--white);
  text-align: center;
  padding: 72px 0;
}
.cta-band h2 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 14px; }
.cta-band p { font-size: 1.05rem; opacity: 0.88; margin-bottom: 32px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── QUOTE FORM (sidebar + sticky mobile) ── */
.quote-form-wrap {
  background: var(--white);
  border: 2px solid var(--green);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-lg);
}
.quote-form-wrap h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--green-dark);
  margin-bottom: 4px;
}
.quote-form-wrap .form-sub { font-size: 0.85rem; color: var(--gray); margin-bottom: 18px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--charcoal); margin-bottom: 5px; }
.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #D1D5DB;
  border-radius: 8px;
  font-size: 0.95rem;
  color: var(--charcoal);
  font-family: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
  background: var(--white);
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(46,125,82,0.12);
}
.form-group input.error,
.form-group select.error { border-color: var(--red); }
.form-error { color: var(--red); font-size: 0.78rem; margin-top: 4px; display: none; }
.form-error.visible { display: block; }
.form-submit { width: 100%; padding: 14px; font-size: 1rem; }
.form-success {
  display: none;
  text-align: center;
  padding: 24px 0;
}
.form-success.visible { display: block; }
.form-success .check { font-size: 3rem; margin-bottom: 12px; }
.form-success h4 { font-weight: 700; color: var(--green-dark); margin-bottom: 6px; }
.form-success p { font-size: 0.9rem; color: var(--gray); }

/* Mobile sticky quote bar */
.mobile-quote-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--green-dark);
  padding: 12px 16px;
  gap: 10px;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.2);
}
.mobile-quote-bar a {
  flex: 1;
  text-align: center;
  padding: 13px 10px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--white);
  text-decoration: none;
}
.mobile-quote-bar .mbar-call { background: var(--green); }
.mobile-quote-bar .mbar-quote { background: var(--gold); color: var(--charcoal); }
@media (max-width: 768px) {
  .mobile-quote-bar { display: flex; }
  body { padding-bottom: 68px; }
}

/* ── PAGES SPECIFIC ── */
.page-hero {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  color: var(--white);
  padding: 64px 0 56px;
  text-align: center;
}
.page-hero h1 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(1.7rem, 4vw, 2.4rem); margin-bottom: 12px; }
.page-hero p { font-size: 1.05rem; opacity: 0.88; max-width: 560px; margin: 0 auto; }

/* SERVICES PAGE */
.pest-section {
  padding: 56px 0;
  border-bottom: 1px solid var(--border);
}
.pest-section:last-of-type { border-bottom: none; }
.pest-section:nth-child(even) { background: var(--mint); }
.pest-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.pest-section:nth-child(even) .pest-inner { direction: rtl; }
.pest-section:nth-child(even) .pest-inner > * { direction: ltr; }
.pest-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.pest-img img { width: 100%; height: 100%; object-fit: cover; }
.pest-content h2 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.6rem; color: var(--green-dark); margin-bottom: 12px; }
.pest-content p { color: var(--gray); font-size: 0.95rem; margin-bottom: 16px; }
.pest-features { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.pest-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
}
.pest-feature .check { color: var(--green); font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }
@media (max-width: 768px) {
  .pest-inner { grid-template-columns: 1fr; }
  .pest-section:nth-child(even) .pest-inner { direction: ltr; }
}

/* ABOUT PAGE */
.about-story { padding: 72px 0; }
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.about-img { border-radius: var(--radius-lg); overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; max-height: 440px; }
.about-content h2 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.8rem; color: var(--green-dark); margin-bottom: 16px; }
.about-content p { color: var(--gray); font-size: 0.95rem; margin-bottom: 14px; line-height: 1.7; }
.cert-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.cert-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--mint);
  border: 1px solid var(--border);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green-dark);
}
.cert-badge .icon { font-size: 1.2rem; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.value-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 18px;
  text-align: center;
}
.value-card .v-icon { font-size: 2rem; margin-bottom: 12px; }
.value-card h3 { font-weight: 700; font-size: 0.95rem; color: var(--green-dark); margin-bottom: 6px; }
.value-card p { font-size: 0.85rem; color: var(--gray); }
@media (max-width: 768px) {
  .about-inner { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
}

/* CONTACT PAGE */
.contact-section { padding: 72px 0; }
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.contact-block {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.contact-block .icon {
  width: 44px;
  height: 44px;
  background: var(--mint);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.contact-block strong { display: block; font-weight: 700; font-size: 0.95rem; margin-bottom: 2px; }
.contact-block span { font-size: 0.9rem; color: var(--gray); }
.hours-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.hours-table td { padding: 6px 0; border-bottom: 1px solid var(--border); }
.hours-table td:first-child { font-weight: 600; }
.hours-table td:last-child { text-align: right; color: var(--gray); }
.contact-map { margin-top: 24px; border-radius: var(--radius-lg); overflow: hidden; height: 220px; border: 1px solid var(--border); }
.contact-map iframe { width: 100%; height: 100%; border: none; }
@media (max-width: 768px) { .contact-inner { grid-template-columns: 1fr; } }

/* GALLERY PAGE */
.gallery-section { padding: 56px 0; }
.gallery-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
.filter-btn {
  padding: 8px 20px;
  border-radius: 20px;
  border: 2px solid var(--border);
  background: var(--white);
  color: var(--gray);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.15s;
  font-family: inherit;
}
.filter-btn.active, .filter-btn:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  cursor: pointer;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .g-overlay {
  position: absolute;
  inset: 0;
  background: rgba(27,67,50,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  color: var(--white);
  font-weight: 700;
  font-size: 0.9rem;
}
.gallery-item:hover .g-overlay { opacity: 1; }
@media (max-width: 768px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ── FOOTER ── */
.site-footer { background: var(--green-dark); color: rgba(255,255,255,0.85); padding: 56px 0 24px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 24px;
}
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--white);
  font-family: 'Manrope', sans-serif;
}
.footer-logo .logo-mark { background: var(--green); width: 32px; height: 32px; font-size: 1.1rem; }
.footer-brand p { font-size: 0.88rem; line-height: 1.65; }
.footer-col h4 { font-weight: 700; font-size: 0.9rem; color: var(--white); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  transition: color 0.15s;
}
.footer-col ul li a:hover { color: var(--white); }
.footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
}
.footer-contact-item .icon { font-size: 1rem; opacity: 0.7; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; text-align: center; } }

/* ── 404 PAGE ── */
.not-found { min-height: 70vh; display: flex; align-items: center; justify-content: center; padding: 60px 20px; }
.not-found-inner { text-align: center; max-width: 500px; }
.not-found-inner h1 { font-family: 'Manrope', sans-serif; font-size: 6rem; font-weight: 800; color: var(--green); line-height: 1; }
.not-found-inner h2 { font-size: 1.5rem; font-weight: 700; color: var(--green-dark); margin: 12px 0 14px; }
.not-found-inner p { color: var(--gray); margin-bottom: 28px; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { animation: fadeUp 0.5s ease both; }
.fade-up-2 { animation: fadeUp 0.5s 0.1s ease both; }
.fade-up-3 { animation: fadeUp 0.5s 0.2s ease both; }
