/* Cluster 2: Eco Paisagismo & Biofilia Theme */
:root {
  --green-primary: #224231;
  --green-dark: #12241b;
  --gold-accent: #c5a059;
  --gold-hover: #b08d48;
  --bg-light: #f4f6f3;
  --bg-card: #ffffff;
  --text-main: #232a26;
  --text-muted: #58635e;
  --border: #dbe2de;
  --radius: 10px;
}
* { box-sizing: border-box; margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
body { background-color: var(--bg-light); color: var(--text-main); line-height: 1.6; }
header { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav { max-width: 1140px; margin: 0 auto; padding: 16px 24px; display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--green-primary); font-weight: 800; font-size: 1.3rem; }
.logo img { width: 36px; height: 36px; border-radius: 8px; }
.menu { display: flex; gap: 24px; align-items: center; }
.menu a { text-decoration: none; color: var(--text-main); font-weight: 600; font-size: 0.95rem; }
.menu a:hover { color: var(--gold-accent); }
.btn-nav { background: var(--green-primary); color: #fff !important; padding: 10px 20px; border-radius: var(--radius); font-weight: 700; }
.hero-eco { background: var(--green-dark); color: #fff; padding: 85px 24px; position: relative; }
.hero-wrap { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.badge-eco { display: inline-flex; align-items: center; gap: 8px; background: rgba(197, 160, 89, 0.15); border: 1px solid var(--gold-accent); color: #e6cb94; padding: 6px 14px; border-radius: 30px; font-size: 0.85rem; font-weight: 700; margin-bottom: 18px; }
.hero-wrap h1 { font-size: 2.7rem; line-height: 1.2; font-weight: 800; margin-bottom: 16px; }
.hero-wrap h1 span { color: var(--gold-accent); }
.hero-wrap p { font-size: 1.1rem; color: #cfded6; margin-bottom: 24px; }
.hero-img { border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 30px rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.1); }
.hero-img img { width: 100%; display: block; }
.form-card { background: #fff; color: var(--text-main); padding: 32px; border-radius: var(--radius); box-shadow: 0 16px 36px rgba(0,0,0,0.2); }
.form-card h3 { font-size: 1.35rem; color: var(--green-primary); margin-bottom: 6px; }
.form-card p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 20px; }
.f-group { margin-bottom: 16px; }
.f-group label { display: block; font-size: 0.85rem; font-weight: 700; margin-bottom: 6px; color: #334; }
.f-group input, .f-group select, .f-group textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 0.95rem; outline: none; background: #fafbfc; }
.f-group input:focus, .f-group select:focus { border-color: var(--green-primary); box-shadow: 0 0 0 3px rgba(34, 66, 49, 0.12); }
.btn-submit { width: 100%; background: var(--gold-accent); color: #fff; border: none; padding: 14px; font-size: 1.05rem; font-weight: 700; border-radius: var(--radius); cursor: pointer; transition: background 0.2s; }
.btn-submit:hover { background: var(--gold-hover); }
.alert-msg { display: none; padding: 12px; border-radius: var(--radius); margin-top: 14px; font-size: 0.88rem; text-align: center; }
.alert-msg.success { display: block; background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }
.section-pad { padding: 75px 24px; max-width: 1140px; margin: 0 auto; }
.sec-title { text-align: center; margin-bottom: 48px; }
.sec-title h2 { font-size: 2.1rem; color: var(--green-primary); margin-bottom: 10px; font-weight: 800; }
.sec-title p { color: var(--text-muted); max-width: 600px; margin: 0 auto; }
.grid-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 28px; }
.card-item { background: var(--bg-card); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: 0 4px 12px rgba(0,0,0,0.04); transition: transform 0.2s; }
.card-item:hover { transform: translateY(-5px); box-shadow: 0 10px 24px rgba(0,0,0,0.08); }
.card-img { width: 100%; height: 210px; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 24px; }
.card-body h3 { font-size: 1.25rem; color: var(--green-primary); margin-bottom: 10px; }
.card-body p { font-size: 0.95rem; color: var(--text-muted); }
.eat-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 44px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.eat-box h3 { font-size: 1.8rem; color: var(--green-primary); margin-bottom: 14px; }
.eat-box p { color: var(--text-muted); margin-bottom: 14px; }
.stats-box { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; background: var(--bg-light); padding: 24px; border-radius: var(--radius); }
.stat-i h4 { font-size: 1.7rem; color: var(--gold-accent); font-weight: 800; }
.stat-i span { font-size: 0.85rem; color: var(--text-muted); font-weight: 600; }
footer { background: #0c1611; color: #8fa398; padding: 60px 24px 30px 24px; border-top: 1px solid #1a2f24; font-size: 0.88rem; }
.foot-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid #1a2f24; }
.foot-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 14px; }
.foot-col p { margin-bottom: 8px; line-height: 1.6; }
.foot-links { list-style: none; }
.foot-links li { margin-bottom: 8px; }
.foot-links a { color: #8fa398; text-decoration: none; }
.foot-links a:hover { color: var(--gold-accent); }
.foot-bot { max-width: 1140px; margin: 24px auto 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 0.82rem; }
.modal-layer { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.65); overflow-y: auto; }
.modal-box { background: #fff; margin: 60px auto; padding: 36px; max-width: 680px; width: 90%; border-radius: var(--radius); position: relative; }
.modal-box h3 { color: var(--green-primary); margin-bottom: 14px; }
.modal-box h4 { color: var(--green-primary); margin: 16px 0 6px 0; }
.modal-box p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.6; margin-bottom: 10px; }
.modal-close { position: absolute; right: 20px; top: 16px; font-size: 26px; cursor: pointer; color: #888; }
@media (max-width: 860px) { .hero-wrap { grid-template-columns: 1fr; } .eat-box { grid-template-columns: 1fr; } .foot-grid { grid-template-columns: 1fr; } .menu { display: none; } }
