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

:root {
  --green: #2d7a2d;
  --green-dark: #1e5a1e;
  --green-light: #3a9a3a;
  --green-glow: rgba(45,122,45,0.18);
  --black: #0e0e0e;
  --charcoal: #1a1a1a;
  --mid: #2a2a2a;
  --text: #e8e8e8;
  --text-muted: #999;
  --white: #fff;
  --accent: #7ed957;
  --section-bg: #161616;
}

html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: var(--black); color: var(--text); overflow-x: hidden; }

/* TOP BAR */
.topbar { background: var(--green-dark); padding: 8px 0; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.03em; }
.topbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
.topbar a { color: #c8efc8; text-decoration: none; transition: color .2s; }
.topbar a:hover { color: #fff; }
.topbar-left, .topbar-right { display: flex; gap: 20px; align-items: center; }
.topbar-right span { color: rgba(255,255,255,0.5); }

/* HEADER */
header { background: var(--charcoal); position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid var(--green); box-shadow: 0 2px 24px rgba(0,0,0,0.6); }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-icon { width: 44px; height: 44px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.logo-text { font-family: 'Barlow Condensed', sans-serif; font-size: 1.7rem; font-weight: 800; color: var(--white); letter-spacing: 0.06em; }
.logo-text span { color: var(--accent); }

nav { display: flex; gap: 4px; align-items: center; }
nav a { color: #ccc; text-decoration: none; font-size: 0.92rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; padding: 8px 16px; border-radius: 4px; transition: color .2s, background .2s; }
nav a:hover, nav a.active { color: var(--white); background: var(--green-glow); }
nav a.active { color: var(--accent); }
nav a.nav-cta { background: var(--green); color: #fff; padding: 9px 20px; font-size: 0.82rem; margin-left: 8px; border-radius: 6px; box-shadow: 0 4px 16px rgba(45,122,45,0.35); }
nav a.nav-cta:hover { background: var(--green-light); }

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

/* PAGE HERO (inner pages) */
.page-hero {
  background: var(--charcoal);
  padding: 72px 24px 60px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #222;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(45,122,45,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(45,122,45,0.04) 1px, transparent 1px);
  background-size: 50px 50px;
}
.page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 0.78rem; color: #555; margin-bottom: 16px; }
.breadcrumb a { color: #555; text-decoration: none; } .breadcrumb a:hover { color: var(--accent); }
.breadcrumb span { color: #333; }
.page-hero h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; text-transform: uppercase; color: var(--white); letter-spacing: 0.03em; line-height: 1; margin-bottom: 14px; }
.page-hero h1 em { font-style: normal; color: var(--accent); }
.page-hero p { font-size: 1.05rem; color: #888; max-width: 560px; line-height: 1.7; }

/* SECTIONS */
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.section-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; text-transform: uppercase; color: var(--white); letter-spacing: 0.03em; margin-bottom: 14px; }
.section-desc { color: var(--text-muted); font-size: 1rem; max-width: 520px; line-height: 1.7; margin-bottom: 50px; }
.pad { padding: 90px 24px; }
.pad-sm { padding: 60px 24px; }
.bg-section { background: var(--section-bg); }
.bg-black { background: var(--black); }
.bg-mid { background: var(--mid); }

/* BUTTONS */
.btn-primary { background: var(--green); color: #fff; padding: 13px 30px; border-radius: 6px; font-size: 0.92rem; font-weight: 700; text-decoration: none; letter-spacing: 0.05em; text-transform: uppercase; border: none; cursor: pointer; display: inline-block; transition: background .2s, transform .15s, box-shadow .2s; box-shadow: 0 4px 20px rgba(45,122,45,0.35); }
.btn-primary:hover { background: var(--green-light); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--text); padding: 13px 30px; border-radius: 6px; font-size: 0.92rem; font-weight: 600; text-decoration: none; letter-spacing: 0.04em; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.2); display: inline-block; transition: border-color .2s, color .2s; }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }

/* CARDS */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2px; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 2px; }
.card { background: var(--mid); padding: 36px 30px; position: relative; overflow: hidden; transition: transform .25s, background .25s; }
.card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.card:hover { background: #222; transform: translateY(-4px); }
.card:hover::before { transform: scaleX(1); }
.card-icon { width: 52px; height: 52px; background: var(--green-glow); border: 1px solid rgba(45,122,45,0.3); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 20px; }
.card-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 10px; }
.card-desc { font-size: 0.88rem; color: #777; line-height: 1.65; }
.card-link { display: inline-block; margin-top: 16px; font-size: 0.78rem; font-weight: 700; color: var(--accent); text-decoration: none; letter-spacing: 0.08em; text-transform: uppercase; }
.card-link::after { content: ' →'; }

/* SPLIT LAYOUT */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split-img { border-radius: 8px; overflow: hidden; position: relative; }
.split-img img { width: 100%; display: block; filter: brightness(0.75) saturate(0.7); border-radius: 8px; }
.split-img::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(45,122,45,0.3); border-radius: 8px; pointer-events: none; }

/* FEATURES LIST */
.feat-list { display: flex; flex-direction: column; gap: 18px; margin-top: 36px; }
.feat-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px; background: var(--section-bg); border-radius: 6px; border-left: 3px solid var(--green); transition: border-color .2s; }
.feat-item:hover { border-color: var(--accent); }
.feat-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.feat-item h4 { font-size: 0.9rem; font-weight: 700; color: var(--white); margin-bottom: 3px; text-transform: uppercase; letter-spacing: 0.04em; }
.feat-item p { font-size: 0.84rem; color: #666; line-height: 1.6; }

/* STATS BAR */
.stats-bar { background: var(--green-dark); padding: 48px 24px; }
.stats-bar-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 2.6rem; font-weight: 800; color: var(--accent); line-height: 1; }
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px; }

/* CTA BANNER */
.cta-banner { background: var(--charcoal); border-top: 1px solid #222; border-bottom: 1px solid #222; padding: 60px 24px; text-align: center; }
.cta-banner h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; text-transform: uppercase; color: var(--white); margin-bottom: 12px; }
.cta-banner p { color: #777; margin-bottom: 28px; font-size: 1rem; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* CONTACT FORM */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; align-items: start; }
.contact-details { display: flex; flex-direction: column; gap: 18px; margin-top: 36px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-icon { width: 40px; height: 40px; background: var(--green-glow); border: 1px solid rgba(45,122,45,0.3); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.contact-item-label { font-size: 0.7rem; color: #555; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 2px; }
.contact-item-val { font-size: 0.93rem; color: var(--text); font-weight: 500; }
.contact-item-val a { color: var(--text); text-decoration: none; }
.contact-item-val a:hover { color: var(--accent); }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 0.72rem; font-weight: 700; color: #555; text-transform: uppercase; letter-spacing: 0.08em; }
.form-group input, .form-group textarea, .form-group select { background: var(--mid); border: 1px solid #333; border-radius: 6px; padding: 11px 14px; color: var(--text); font-family: 'Barlow', sans-serif; font-size: 0.93rem; outline: none; transition: border-color .2s; resize: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--green); }
.form-group textarea { min-height: 110px; }

/* FOOTER */
footer { background: #080808; padding: 64px 24px 28px; border-top: 1px solid #1a1a1a; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 48px; margin-bottom: 48px; }
.footer-desc { font-size: 0.86rem; color: #444; line-height: 1.7; margin-top: 14px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.social-btn { width: 36px; height: 36px; background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: #555; text-decoration: none; transition: background .2s, color .2s, border-color .2s; }
.social-btn:hover { background: var(--green-dark); color: var(--white); border-color: var(--green); }
.footer-col h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col ul li a { font-size: 0.86rem; color: #444; text-decoration: none; transition: color .2s; }
.footer-col ul li a:hover { color: var(--accent); }
.newsletter-form { display: flex; gap: 8px; margin-top: 4px; }
.newsletter-form input { flex: 1; background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 6px; padding: 10px 12px; color: var(--text); font-family: 'Barlow', sans-serif; font-size: 0.86rem; outline: none; }
.newsletter-form input:focus { border-color: var(--green); }
.newsletter-form button { background: var(--green); border: none; border-radius: 6px; padding: 10px 14px; color: #fff; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; white-space: nowrap; transition: background .2s; }
.newsletter-form button:hover { background: var(--green-light); }
.footer-bottom { border-top: 1px solid #151515; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 0.76rem; color: #333; }
.footer-bottom a { color: #444; text-decoration: none; }
.footer-bottom a:hover { color: var(--accent); }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:none; } }
.anim { animation: fadeUp 0.6s ease both; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  nav { display: none; position: absolute; top: 70px; left: 0; right: 0; background: var(--charcoal); flex-direction: column; padding: 16px; gap: 4px; border-bottom: 2px solid var(--green); }
  nav.open { display: flex; }
  .burger { display: flex; }
  .form-row { grid-template-columns: 1fr; }
  header { position: relative; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .topbar-left { display: none; }
  .stats-bar-inner { grid-template-columns: repeat(2,1fr); }
}
