:root {
  --green: #2d7a2d;
  --green-dark: #1e551e;
  --green-light: #3a9e3a;
  --black: #111111;
  --white: #ffffff;
  --gray: #f4f4f4;
  --gray-mid: #e0e0e0;
  --text: #222222;
  --text-muted: #666666;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Barlow', sans-serif; color: var(--text); background: var(--white); }

/* ── NAV ── */
nav {
  background: var(--black);
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  height: 70px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.nav-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.nav-logo img { height: 52px; width: 52px; border-radius: 50%; }
.nav-logo-text { color: var(--white); font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 1px; line-height: 1.1; }
.nav-logo-text span { color: var(--green-light); }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { color: #ccc; text-decoration: none; font-weight: 600; font-size: 0.9rem; letter-spacing: 0.5px; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--green-light); }
.nav-cta { background: var(--green); color: var(--white) !important; padding: 10px 22px; border-radius: 4px; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--green-light) !important; }
.nav-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; flex-direction: column; gap: 5px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; transition: 0.3s; }
.nav-mobile { display: none; flex-direction: column; background: #1a1a1a; padding: 16px 40px; gap: 4px; }
.nav-mobile a { color: #ccc; text-decoration: none; font-weight: 600; font-size: 1rem; padding: 12px 0; border-bottom: 1px solid #333; text-transform: uppercase; letter-spacing: 0.5px; }
.nav-mobile a:last-child { border-bottom: none; color: var(--green-light); }
.nav-mobile.open { display: flex; }

/* ── HERO ── */
.hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('images/hero.jpg');
  background-size: cover;
  background-position: center;
  filter: brightness(0.35);
}
.hero-content { position: relative; z-index: 1; padding: 0 60px; max-width: 700px; }
.hero-eyebrow { color: var(--green-light); font-weight: 700; text-transform: uppercase; letter-spacing: 3px; font-size: 0.85rem; margin-bottom: 16px; }
.hero-title { font-family: 'Bebas Neue', sans-serif; font-size: 5rem; color: var(--white); line-height: 1; margin-bottom: 20px; }
.hero-title span { color: var(--green-light); }
.hero-sub { color: #ddd; font-size: 1.15rem; line-height: 1.6; margin-bottom: 36px; font-weight: 500; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--green); color: white; padding: 16px 36px;
  font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  border: none; border-radius: 4px; cursor: pointer; text-decoration: none;
  display: inline-block; transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--green-light); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: white; padding: 16px 36px;
  font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  border: 2px solid rgba(255,255,255,0.5); border-radius: 4px; cursor: pointer;
  text-decoration: none; display: inline-block; transition: border-color 0.2s, background 0.2s;
}
.btn-outline:hover { border-color: white; background: rgba(255,255,255,0.1); }

/* ── INFO BAR ── */
.info-bar {
  background: var(--black); padding: 14px 40px;
  display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.info-item { display: flex; align-items: center; gap: 10px; color: #ccc; font-size: 0.9rem; }
.info-item svg { color: var(--green-light); flex-shrink: 0; }
.info-item strong { color: white; }

/* ── STATS BAR ── */
.stats-bar {
  background: var(--green-dark); padding: 24px 40px;
  display: flex; justify-content: center; gap: 80px; flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-number { font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; color: white; line-height: 1; }
.stat-label { color: rgba(255,255,255,0.7); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; margin-top: 4px; }

/* ── SECTION COMMON ── */
section { padding: 80px 40px; }
.section-label { color: var(--green); font-weight: 700; text-transform: uppercase; letter-spacing: 3px; font-size: 0.8rem; margin-bottom: 12px; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; color: var(--black); margin-bottom: 16px; line-height: 1; }
.section-sub { color: var(--text-muted); font-size: 1.05rem; line-height: 1.7; max-width: 560px; }

/* ── SERVICES ── */
.services { background: var(--gray); }
.services-header { text-align: center; margin-bottom: 56px; }
.services-header .section-sub { margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; max-width: 1100px; margin: 0 auto; }
.service-card {
  background: white; border-radius: 8px; padding: 28px 24px;
  border-left: 4px solid var(--green); box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
.service-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.service-icon { width: 44px; height: 44px; background: var(--green); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.service-icon svg { color: white; }
.service-card h3 { font-size: 1rem; font-weight: 700; color: var(--black); margin-bottom: 6px; }
.service-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.5; }

/* ── ABOUT ── */
.about { background: white; }
.about-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-text p { color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; font-size: 1.02rem; }
.about-cta { margin-top: 32px; }
.about-image { position: relative; }
.about-image img { width: 100%; border-radius: 8px; object-fit: cover; height: 420px; }
.about-badge {
  position: absolute; bottom: -20px; left: -20px;
  background: var(--green); color: white; padding: 20px 28px;
  border-radius: 8px; box-shadow: 0 8px 24px rgba(45,122,45,0.4);
}
.about-badge-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.4rem; line-height: 1; }
.about-badge-text { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; opacity: 0.85; }

/* ── TESTIMONIAL ── */
.testimonial { background: var(--green-dark); padding: 72px 40px; text-align: center; }
.testimonial-quote { font-size: 1.25rem; color: white; line-height: 1.8; max-width: 700px; margin: 0 auto 24px; font-style: italic; font-weight: 500; }
.testimonial-quote::before { content: '\201C'; font-size: 3rem; color: var(--green-light); line-height: 0; vertical-align: -0.5rem; margin-right: 6px; }
.testimonial-author { color: rgba(255,255,255,0.7); font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 2px; }

/* ── SERVICE AREA ── */
.service-area { background: var(--black); color: white; text-align: center; }
.service-area .section-title { color: white; }
.service-area .section-sub { color: rgba(255,255,255,0.65); margin: 0 auto 48px; }
.area-tags { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 800px; margin: 0 auto; }
.area-tag {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  color: white; padding: 10px 20px; border-radius: 100px;
  font-size: 0.9rem; font-weight: 600; letter-spacing: 0.5px; transition: background 0.2s;
}
.area-tag:hover { background: var(--green); border-color: var(--green); }

/* ── NO-TAKE ── */
.no-take { background: #fafafa; }
.no-take-inner { max-width: 860px; margin: 0 auto; }
.no-take-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 40px; }
.no-take-item { display: flex; align-items: flex-start; gap: 12px; padding: 16px; background: white; border-radius: 6px; border: 1px solid var(--gray-mid); }
.no-take-x { color: #c0392b; font-size: 1.1rem; font-weight: 900; flex-shrink: 0; margin-top: 2px; }
.no-take-item span { font-size: 0.9rem; color: var(--text); line-height: 1.4; }

/* ── CTA SECTION ── */
.cta-section { background: var(--green); padding: 72px 40px; text-align: center; }
.cta-section h2 { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; color: white; margin-bottom: 14px; }
.cta-section p { color: rgba(255,255,255,0.85); font-size: 1.1rem; margin-bottom: 36px; }
.btn-white {
  background: white; color: var(--green-dark); padding: 16px 40px;
  font-size: 1rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  border-radius: 4px; text-decoration: none; display: inline-block;
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }

/* ── FOOTER ── */
footer { background: #0a0a0a; color: #888; padding: 48px 40px 24px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand img { height: 64px; margin-bottom: 16px; }
.footer-brand p { font-size: 0.9rem; line-height: 1.7; max-width: 280px; }
.footer-col h4 { color: white; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; font-size: 0.88rem; }
.footer-col a { color: #888; text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--green-light); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact li svg { color: var(--green-light); flex-shrink: 0; margin-top: 2px; }
.footer-bottom { border-top: 1px solid #222; padding-top: 20px; text-align: center; font-size: 0.82rem; }

/* ── CONTACT FORM ── */
.contact-section { background: var(--gray); }
.contact-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
.contact-info p { color: var(--text-muted); line-height: 1.8; margin-bottom: 32px; font-size: 1.02rem; }
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.contact-detail-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-detail-icon { width: 44px; height: 44px; background: var(--green); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail-icon svg { color: white; }
.contact-detail-label { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted); margin-bottom: 2px; }
.contact-detail-value { font-size: 0.98rem; font-weight: 600; color: var(--black); text-decoration: none; }
.contact-detail-value:hover { color: var(--green); }
.contact-form-wrap { background: white; border-radius: 12px; padding: 40px; box-shadow: 0 4px 24px rgba(0,0,0,0.07); }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.85rem; font-weight: 700; color: var(--black); text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input,
.form-group select,
.form-group textarea { padding: 12px 16px; border: 1.5px solid var(--gray-mid); border-radius: 6px; font-family: 'Barlow', sans-serif; font-size: 0.98rem; color: var(--text); background: white; transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(45,122,45,0.12); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.form-submit { background: var(--green); color: white; padding: 16px; font-family: 'Barlow', sans-serif; font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border: none; border-radius: 6px; cursor: pointer; transition: background 0.2s, transform 0.15s; }
.form-submit:hover { background: var(--green-light); transform: translateY(-1px); }
.form-submit:disabled { background: #aaa; cursor: not-allowed; transform: none; }
.form-success { display: none; align-items: center; gap: 10px; background: #eaf3de; color: var(--green-dark); padding: 14px 18px; border-radius: 6px; font-weight: 600; font-size: 0.95rem; }
.form-success svg { color: var(--green); flex-shrink: 0; }
.form-error { display: none; background: #fdecea; color: #c0392b; padding: 14px 18px; border-radius: 6px; font-weight: 600; font-size: 0.95rem; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .hero { height: auto; padding: 80px 24px; }
  .hero-content { padding: 0; }
  .hero-title { font-size: 3.2rem; }
  .stats-bar { gap: 32px; padding: 20px; }
  .info-bar { padding: 12px 20px; gap: 16px; }
  section { padding: 60px 20px; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-badge { left: 0; }
  .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 24px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
}
