/* Start custom CSS for html, class: .elementor-element-bcece63 *//* === BRAND PALETTE === */
:root{--green:#14a44d;--green-light:#e9f7ee;--dark:#04220e;--gray:#f7f7f7;--white:#ffffff;--max-w:1280px;}

/* === RESET / BASE === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;color:#222;line-height:1.6;background:var(--white);} 
img{max-width:100%;display:block;}
h1,h2,h3,h4{font-weight:700;color:var(--dark);} 
/* Fluid type using clamp */
h1{font-size:clamp(2rem,5vw+1rem,2.75rem);margin-bottom:.5rem}
h2{font-size:clamp(1.6rem,3.5vw+0.5rem,2rem);margin-bottom:1.5rem}
h3{font-size:1.4rem;margin:1rem 0 .5rem}
h4{font-size:1.1rem;margin:.75rem 0 .25rem}

/* === GLOBAL LAYOUT === */
.container{max-width:var(--max-w);margin-inline:auto;padding-inline:1rem;}
.section{padding:60px 0}
.bg-gray{background:var(--gray);} .center{text-align:center}

/* === NAVBAR === */
.navbar{position:sticky;top:0;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;background:var(--white);border-bottom:1px solid #e0e0e0}
.navbar .logo{font-size:1.4rem;font-weight:700;color:var(--green);}
.nav-links{display:flex;gap:1.2rem;list-style:none}
.nav-links a{color:#333;font-weight:500;padding:.55rem .4rem;min-height:40px;display:flex;align-items:center}
.btn-primary{background:var(--green);color:#fff;padding:.55rem 1.2rem;border-radius:4px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}
.btn-primary:hover{background:#0f893c}
.burger{display:none}

@media (max-width:900px){
  .nav-links{position:fixed;top:60px;right:-100%;flex-direction:column;gap:1.4rem;background:var(--white);width:220px;padding:1.5rem 1rem;transition:.3s;box-shadow:-2px 0 12px rgba(0,0,0,.08)}
  #nav-toggle:checked ~ .nav-links{right:0}
  .burger{display:block;cursor:pointer;margin-left:auto;min-height:40px}
  .burger span,.burger span::before,.burger span::after{display:block;width:26px;height:3px;background:#333;position:relative;transition:.3s}
  .burger span::before,.burger span::after{content:"";position:absolute;left:0}
  .burger span::before{top:-8px}
  .burger span::after{top:8px}
}

/* === HERO === */
.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}
.hero-bg{position:absolute;inset:0;object-fit:cover;z-index:-1}
.hero-overlay{background:rgba(4,34,14,.65);padding:2rem;border-radius:6px;max-width:800px}
.tagline{font-size:clamp(1rem,2.5vw,1.25rem);margin:.6rem 0 1rem}

/* === GRID HELPERS === */
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:center}
@media(max-width:900px){.grid-2{grid-template-columns:1fr;}}

/* === SERVICES === */
.service-grid{display:grid;grid-template-columns:350px 1fr;gap:2.5rem;margin:60px 0;align-items:center}
.service-grid:nth-child(even){grid-template-columns:1fr 350px}
.service-grid:nth-child(even) img{order:2}
.service-grid img{border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.08)}
@media(max-width:900px){
  .service-grid{grid-template-columns:1fr;gap:1.5rem;margin:50px 0}
  .service-grid:nth-child(even) img{order:0}
}

/* Pain / Solution / Edge blocks */
.pain,.solution,.edge{margin-bottom:.6rem;padding:.75rem;border-left:4px solid var(--green-light);background:#fff;border-radius:4px}
.pain h4,.solution h4,.edge h4{margin-bottom:.3rem;font-size:1rem;color:var(--green);text-transform:uppercase;letter-spacing:.4px}
.pain ul,.solution ul{margin-left:1.1rem;list-style:disc}
.edge p{font-weight:600}

.cta-sm{display:inline-block;margin-top:.5rem;color:var(--green);font-weight:600}

/* === PRICING FLEX === */
.pricing-flex{display:flex;flex-wrap:wrap;gap:24px}
.pricing-flex .price-card{flex:1 1 260px;background:#fff;padding:1.5rem;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.05);text-align:center}
.pricing-flex h4{font-size:1.3rem;margin-bottom:.4rem}
.pricing-flex .cost{font-size:1.8rem;color:var(--green);margin-bottom:.6rem;font-weight:700}

@media(max-width:600px){
  .section{padding:50px 0}
  .pricing-flex{gap:16px}
}

/* === FOOTER / OTHER placeholder rules can follow *//* End custom CSS */