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

:root {
  --green: #2d5f2f;
  --green-mid: #3a7d3c;
  --green-light: #4caf50;
  --green-pale: #e8f5e9;
  --orange: #f57c00;
  --orange-light: #ff9800;
  --white: #fff;
  --gray-50: #f9fafb;
  --gray-100: #f1f3f0;
  --gray-200: #e2e6e0;
  --gray-400: #9eab9c;
  --gray-600: #5c6b5a;
  --gray-800: #2c3b2a;
  --dark: #1a2e18;
  --font: 'Inter', system-ui, -apple-system, sans-serif;
  --radius: 10px;
  --shadow: 0 4px 20px rgba(0,0,0,.1);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.16);
  --transition: .25s ease;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--gray-800); background: var(--white); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.accent { color: var(--orange-light); }
.section { padding: 88px 0; }
.section-tag { display: inline-block; background: rgba(45,95,47,.12); color: var(--green); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 5px 14px; border-radius: 50px; margin-bottom: 12px; border: 1px solid rgba(45,95,47,.2); }
.section-tag.light { background: rgba(255,255,255,.15); color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.2); }
.section-header { text-align: center; max-width: 660px; margin: 0 auto 52px; }
.section-header h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; color: var(--dark); line-height: 1.2; margin-bottom: 12px; }
.section-header.light h2 { color: var(--white); }
.section-header.light p { color: rgba(255,255,255,.7); }
.section-header p { color: var(--gray-600); font-size: 1rem; line-height: 1.7; }

.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: #fff; font-weight: 700; padding: 14px 28px; border-radius: var(--radius); border: none; cursor: pointer; font-size: .95rem; transition: all var(--transition); }
.btn-primary:hover { background: var(--orange-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,124,0,.4); }
.btn-outline-light { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.5); color: #fff; padding: 13px 26px; border-radius: var(--radius); font-weight: 700; font-size: .95rem; transition: all var(--transition); }
.btn-outline-light:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.btn-submit-green { width: 100%; background: var(--green); color: #fff; border: none; padding: 15px; border-radius: var(--radius); font-weight: 700; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all var(--transition); font-family: var(--font); }
.btn-submit-green:hover { background: var(--green-mid); transform: translateY(-1px); }

/* NAVBAR */
.navbar { background: var(--white); border-bottom: 3px solid var(--green); position: sticky; top: 0; z-index: 999; box-shadow: var(--shadow); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 1.25rem; font-weight: 800; color: var(--dark); }
.logo-icon { background: var(--green); color: #fff; width: 38px; height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.logo-text.white { color: #fff; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { padding: 8px 12px; border-radius: 6px; font-size: .88rem; font-weight: 500; color: var(--gray-800); transition: all var(--transition); }
.nav-links a:hover { background: var(--green-pale); color: var(--green); }
.nav-cta { background: var(--green) !important; color: #fff !important; font-weight: 700 !important; margin-left: 6px; }
.nav-cta:hover { background: var(--green-mid) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--dark); border-radius: 2px; transition: all var(--transition); }

/* HERO */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: blur(4px) brightness(.4) saturate(.8); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(26,46,24,.9) 0%, rgba(45,95,47,.65) 60%, rgba(26,46,24,.85) 100%); }
.hero-inner { position: relative; z-index: 1; width: 100%; max-width: 1200px; margin: 0 auto; padding: 100px 24px 80px; }
.hero-content { max-width: 580px; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,152,0,.18); border: 1px solid rgba(255,152,0,.4); color: var(--orange-light); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 7px 16px; border-radius: 50px; margin-bottom: 20px; }
.hero-content h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; }
.hero-content p { color: rgba(255,255,255,.8); font-size: 1.1rem; line-height: 1.8; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 1; color: rgba(255,255,255,.5); font-size: 1.2rem; animation: bounce 2s infinite; }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-8px)} }

/* STATS */
.stats-band { background: var(--green); padding: 40px 0; }
.stats-inner { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 20px; }
.stat-item { text-align: center; }
.sn { font-size: 2.6rem; font-weight: 900; color: #fff; }
.ss { font-size: 1.6rem; font-weight: 900; color: rgba(255,255,255,.7); }
.sl { display: block; color: rgba(255,255,255,.65); font-size: .8rem; margin-top: 4px; }
.s-div { width: 1px; height: 56px; background: rgba(255,255,255,.2); }
.stat-socials { text-align: center; }
.stat-socials .sl { margin-bottom: 10px; }
.social-links { display: flex; gap: 10px; justify-content: center; }
.social-links a { background: rgba(255,255,255,.15); color: #fff; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .88rem; transition: all var(--transition); }
.social-links a:hover { background: var(--orange); transform: translateY(-2px); }

/* SERVICES */
.services { background: var(--gray-50); }
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.svc-card { background: var(--white); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--gray-200); transition: all var(--transition); display: flex; flex-direction: column; }
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.svc-img { height: 200px; overflow: hidden; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.svc-card:hover .svc-img img { transform: scale(1.07); }
.svc-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.svc-icon { width: 46px; height: 46px; background: var(--green-pale); color: var(--green); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; margin-bottom: 14px; transition: all var(--transition); }
.svc-card:hover .svc-icon { background: var(--green); color: #fff; }
.svc-body h3 { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.svc-body p { color: var(--gray-600); font-size: .88rem; line-height: 1.65; margin-bottom: 14px; }
.svc-body ul { margin-bottom: 18px; display: flex; flex-direction: column; gap: 7px; }
.svc-body li { display: flex; align-items: center; gap: 8px; font-size: .84rem; color: var(--gray-600); }
.svc-body li i { color: var(--green-light); font-size: .75rem; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-weight: 700; font-size: .85rem; margin-top: auto; transition: gap var(--transition); }
.svc-link:hover { gap: 10px; }

/* PROCESS */
.process { background: var(--dark); }
.process-steps { display: flex; align-items: flex-start; gap: 0; justify-content: center; flex-wrap: wrap; }
.step { flex: 1; min-width: 160px; text-align: center; padding: 24px 16px; }
.step-num { font-size: .75rem; font-weight: 800; color: var(--orange); letter-spacing: .12em; margin-bottom: 12px; }
.step-icon { width: 60px; height: 60px; background: rgba(255,255,255,.06); border: 2px solid rgba(255,255,255,.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--orange-light); margin: 0 auto 16px; transition: all var(--transition); }
.step:hover .step-icon { background: var(--green); border-color: var(--green); color: #fff; }
.step h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.step p { font-size: .82rem; color: rgba(255,255,255,.55); line-height: 1.6; }
.step-connector { flex: 0 0 auto; width: 40px; height: 2px; background: rgba(255,255,255,.12); margin-top: 54px; }

/* GARDENER FEATURE */
.gardener-feature { position: relative; padding: 100px 0; }
.gf-bg { position: absolute; inset: 0; z-index: 0; }
.gf-bg img { width: 100%; height: 100%; object-fit: cover; filter: blur(3px) brightness(.35); }
.gf-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,46,24,.95) 40%, rgba(26,46,24,.55) 100%); }
.gf-inner { position: relative; z-index: 1; }
.gf-content { max-width: 560px; }
.gf-content h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; color: #fff; margin-bottom: 18px; }
.gf-content p { color: rgba(255,255,255,.75); line-height: 1.8; margin-bottom: 32px; font-size: 1rem; }
.gf-stats { display: flex; gap: 28px; margin-bottom: 36px; flex-wrap: wrap; }
.gfs { text-align: center; }
.gfs strong { display: block; font-size: 1.6rem; font-weight: 900; color: var(--orange-light); }
.gfs span { font-size: .8rem; color: rgba(255,255,255,.6); }

/* GALLERY */
.gallery { background: var(--gray-50); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 220px; gap: 16px; }
.gal-item { position: relative; border-radius: 12px; overflow: hidden; cursor: pointer; }
.gal-item.tall { grid-row: span 2; }
.gal-item.wide { grid-column: span 2; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gal-item:hover img { transform: scale(1.08); }
.gal-cap { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,46,24,.88) 0%, transparent 55%); opacity: 0; transition: opacity .3s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; }
.gal-item:hover .gal-cap { opacity: 1; }
.gal-cap strong { display: block; color: #fff; font-size: .9rem; font-weight: 700; }
.gal-cap span { color: rgba(255,255,255,.65); font-size: .78rem; }

/* MEMBERSHIP */
.membership { background: var(--white); }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan-card { background: var(--gray-50); border-radius: 16px; padding: 36px 28px; border: 2px solid var(--gray-200); position: relative; transition: all var(--transition); display: flex; flex-direction: column; }
.plan-card:hover { border-color: var(--green-light); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.plan-card.featured { background: var(--green); border-color: var(--green); transform: scale(1.04); box-shadow: var(--shadow-lg); }
.plan-card.featured:hover { transform: scale(1.04) translateY(-4px); }
.plan-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #fff; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 5px 16px; border-radius: 50px; white-space: nowrap; }
.plan-header { text-align: center; margin-bottom: 28px; }
.plan-icon { width: 56px; height: 56px; background: rgba(45,95,47,.1); color: var(--green); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 14px; }
.plan-card.featured .plan-icon { background: rgba(255,255,255,.15); color: #fff; }
.plan-header h3 { font-size: 1.15rem; font-weight: 800; color: var(--dark); margin-bottom: 10px; }
.plan-card.featured .plan-header h3 { color: #fff; }
.plan-price { display: flex; align-items: baseline; justify-content: center; gap: 3px; }
.pp-amount { font-size: 2.6rem; font-weight: 900; color: var(--green); }
.plan-card.featured .pp-amount { color: var(--orange-light); }
.pp-period { color: var(--gray-600); font-size: .88rem; }
.plan-card.featured .pp-period { color: rgba(255,255,255,.65); }
.plan-features { margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.plan-features li { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: var(--gray-800); }
.plan-features i.fa-check { color: var(--green-light); }
.plan-features i.fa-times { color: var(--gray-400); }
.plan-features li.muted { color: var(--gray-400); }
.plan-card.featured .plan-features li { color: rgba(255,255,255,.85); }
.plan-card.featured .plan-features li.muted { color: rgba(255,255,255,.35); }
.plan-card.featured .plan-features i.fa-check { color: var(--orange-light); }
.plan-btn { display: block; text-align: center; padding: 14px; border-radius: var(--radius); font-weight: 700; font-size: .95rem; transition: all var(--transition); border: 2px solid transparent; }
.plan-btn.outline { border-color: var(--green); color: var(--green); }
.plan-btn.outline:hover { background: var(--green); color: #fff; }
.plan-btn.primary { background: var(--orange); color: #fff; border-color: var(--orange); }
.plan-btn.primary:hover { background: var(--orange-light); transform: translateY(-2px); }

/* TESTIMONIALS */
.testimonials { background: var(--gray-50); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tc { background: var(--white); border-radius: 14px; padding: 26px 22px; border: 1px solid var(--gray-200); border-left: 4px solid var(--green); transition: all var(--transition); }
.tc:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.tc-stars { color: #f9a825; font-size: .85rem; letter-spacing: 2px; margin-bottom: 14px; }
.tc p { color: var(--gray-600); font-size: .9rem; line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.tc-auth { display: flex; align-items: center; gap: 12px; }
.tc-av { background: var(--green); color: #fff; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .8rem; flex-shrink: 0; }
.tc-auth strong { display: block; font-size: .88rem; color: var(--dark); }
.tc-auth span { font-size: .78rem; color: var(--gray-600); }

/* CONTACT */
.contact { background: var(--dark); }
.contact .section-tag { background: rgba(255,255,255,.12); color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.2); }
.contact-inner { display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; align-items: flex-start; }
.ci-info h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; color: #fff; margin-bottom: 14px; }
.ci-info p { color: rgba(255,255,255,.65); line-height: 1.75; margin-bottom: 28px; }
.ci-details { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
.cid { display: flex; align-items: flex-start; gap: 14px; }
.cid > i { background: var(--green-mid); color: #fff; width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cid strong { display: block; color: #fff; font-size: .9rem; font-weight: 700; }
.cid span { color: rgba(255,255,255,.5); font-size: .82rem; }
.ci-socials span { color: rgba(255,255,255,.55); font-size: .85rem; display: block; margin-bottom: 10px; }
.cs-links { display: flex; gap: 10px; }
.cs-links a { background: rgba(255,255,255,.08); color: rgba(255,255,255,.7); width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .9rem; transition: all var(--transition); }
.cs-links a:hover { background: var(--orange); color: #fff; transform: translateY(-2px); }
.ci-form-wrap { background: var(--white); border-radius: 16px; padding: 36px 30px; box-shadow: var(--shadow-lg); border-top: 4px solid var(--green-light); }
.ci-form-wrap h3 { font-size: 1.2rem; font-weight: 800; color: var(--dark); margin-bottom: 22px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fg { margin-bottom: 14px; }
.fg label { display: block; font-size: .83rem; font-weight: 600; color: var(--gray-800); margin-bottom: 5px; }
.fg input, .fg select, .fg textarea { width: 100%; border: 1px solid var(--gray-200); border-radius: 8px; padding: 10px 13px; font-size: .88rem; font-family: var(--font); outline: none; background: var(--gray-50); color: var(--dark); transition: border-color var(--transition); }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--green); background: #fff; box-shadow: 0 0 0 3px rgba(45,95,47,.1); }
.fg textarea { resize: vertical; }
.form-success { text-align: center; padding: 56px 24px; }
.form-success i { font-size: 3rem; color: var(--green); margin-bottom: 14px; }
.form-success h3 { font-size: 1.4rem; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.form-success p { color: var(--gray-600); }

/* FOOTER */
.footer { background: var(--dark); border-top: 1px solid rgba(255,255,255,.06); padding: 60px 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 44px; }
.footer-brand p { color: rgba(255,255,255,.45); font-size: .88rem; line-height: 1.7; margin: 14px 0 18px; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { background: rgba(255,255,255,.08); color: rgba(255,255,255,.6); width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .85rem; transition: all var(--transition); }
.footer-socials a:hover { background: var(--green-mid); color: #fff; transform: translateY(-2px); }
.fl h4, .fc h4 { color: #fff; font-size: .9rem; font-weight: 700; margin-bottom: 16px; }
.fl ul li { margin-bottom: 9px; }
.fl a { color: rgba(255,255,255,.45); font-size: .85rem; transition: color var(--transition); }
.fl a:hover { color: var(--orange-light); }
.fc p { color: rgba(255,255,255,.45); font-size: .85rem; margin-bottom: 9px; display: flex; align-items: center; gap: 9px; }
.fc i { color: var(--green-light); width: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 18px 24px; text-align: center; }
.footer-bottom p { color: rgba(255,255,255,.28); font-size: .8rem; }

/* NOTIFICATION */
.notification { position: fixed; bottom: 24px; right: 24px; background: var(--dark); color: #fff; padding: 13px 18px; border-radius: 10px; font-size: .88rem; font-weight: 500; box-shadow: var(--shadow-lg); transform: translateY(60px); opacity: 0; transition: all .3s ease; z-index: 9999; max-width: 320px; border-left: 4px solid var(--green-light); }
.notification.show { transform: translateY(0); opacity: 1; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .plans-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .plan-card.featured { transform: none; }
  .plan-card.featured:hover { transform: translateY(-4px); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 16px 24px; border-bottom: 3px solid var(--green); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .svc-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .gal-item.tall { grid-row: span 1; }
  .gal-item.wide { grid-column: span 1; }
  .testi-grid { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; gap: 36px; }
  .frow { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; align-items: center; }
  .step-connector { width: 2px; height: 28px; margin: 0; }
  .stats-inner { flex-direction: column; gap: 20px; }
  .s-div { display: none; }
  .hero-actions { flex-direction: column; }
  .gf-stats { justify-content: center; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
}
