@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@300;400;500;600&display=swap');

*{box-sizing:border-box;margin:0;padding:0}
:root{
  --green:#1a7a4a;
  --green-light:#e8f5ee;
  --green-mid:#2d9e62;
  --green-dark:#0f5a34;
  --dark:#0d1f14;
  --dark2:#162820;
  --text:#1a1a1a;
  --muted:#6b7280;
  --border:#e5e7eb;
  --bg:#f9fafb;
  --white:#ffffff;
}

html{scroll-behavior:smooth}
body{font-family:'DM Sans',system-ui,sans-serif;color:var(--text);line-height:1.6}
img{max-width:100%}
a{text-decoration:none;color:inherit}

/* NAV */
.nav{display:flex;justify-content:space-between;align-items:center;padding:0 64px;height:72px;background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.nav-logo{display:flex;align-items:center;gap:12px}
.nav-logo img{height:46px;object-fit:contain}
.nav-logo-text{font-size:14px;font-weight:600;color:var(--dark);line-height:1.3;font-family:'Playfair Display',Georgia,serif}
.nav-logo-sub{font-size:10px;color:var(--green);letter-spacing:.5px;font-weight:400}
.nav-links{display:flex;gap:32px;list-style:none}
.nav-links a{font-size:13px;color:var(--muted);font-weight:500;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--green)}
.nav-cta{background:var(--green);color:#fff;padding:10px 22px;border-radius:6px;font-size:13px;font-weight:600;transition:background .2s;white-space:nowrap}
.nav-cta:hover{background:var(--green-dark)}

/* BUTTONS */
.btn-primary{display:inline-block;background:var(--green);color:#fff;padding:13px 28px;border-radius:6px;font-size:14px;font-weight:600;transition:background .2s;cursor:pointer;border:none}
.btn-primary:hover{background:var(--green-dark)}
.btn-secondary{display:inline-block;background:transparent;color:#fff;padding:13px 28px;border-radius:6px;font-size:14px;font-weight:500;border:1px solid rgba(255,255,255,.3);transition:all .2s}
.btn-secondary:hover{border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.05)}
.btn-green-outline{display:inline-block;background:transparent;color:var(--green);padding:11px 24px;border-radius:6px;font-size:13px;font-weight:600;border:1.5px solid var(--green);transition:all .2s}
.btn-green-outline:hover{background:var(--green);color:#fff}
.btn-white{display:inline-block;background:#fff;color:var(--green);padding:13px 28px;border-radius:6px;font-size:14px;font-weight:600;transition:all .2s;border:none;cursor:pointer}
.btn-white:hover{background:var(--green-light)}

/* SECTION COMMONS */
.section-tag{font-size:11px;color:var(--green);letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;font-weight:600}
.section-h2{font-size:30px;font-weight:500;color:var(--text);font-family:'Playfair Display',Georgia,serif;line-height:1.25;margin-bottom:10px}
.section-p{font-size:14px;color:var(--muted);line-height:1.8}
.section-white{background:#fff}
.section-bg{background:var(--bg)}
.section-dark{background:var(--dark)}
.container{max-width:1200px;margin:0 auto;padding:0 64px}

/* PAGE HERO */
.page-hero{background:var(--dark);padding:72px 64px}
.page-hero-inner{max-width:620px}
.page-hero .section-tag{color:var(--green-mid)}
.page-hero h1{font-size:40px;font-weight:500;color:#fff;font-family:'Playfair Display',Georgia,serif;line-height:1.2;margin:12px 0 16px}
.page-hero p{font-size:15px;color:#9ca3af;line-height:1.8}

/* CTA STRIP */
.cta-strip{background:var(--green);padding:56px 64px;display:flex;justify-content:space-between;align-items:center;gap:32px}
.cta-strip h3{font-size:26px;font-weight:500;color:#fff;font-family:'Playfair Display',Georgia,serif;margin-bottom:8px}
.cta-strip p{font-size:13px;color:rgba(255,255,255,.75);line-height:1.7}
.cta-strip-btns{display:flex;gap:12px;flex-shrink:0}
.btn-outline-white{display:inline-block;background:transparent;color:#fff;padding:13px 24px;border-radius:6px;font-size:13px;font-weight:600;border:1.5px solid rgba(255,255,255,.5);transition:all .2s}
.btn-outline-white:hover{border-color:#fff;background:rgba(255,255,255,.1)}

/* FOOTER */
footer{background:#0a1a0f;padding:56px 64px 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px}
.footer-brand .logo-text{font-size:15px;font-weight:600;color:#fff;font-family:'Playfair Display',Georgia,serif;margin-bottom:12px}
.footer-brand p{font-size:13px;color:#6b7280;line-height:1.8;margin-bottom:16px}
.footer-contact{font-size:13px;color:#9ca3af;line-height:2.2}
.footer-contact a{color:#9ca3af}
.footer-col h4{font-size:11px;color:#9ca3af;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-weight:600}
.footer-col a{display:block;font-size:13px;color:#6b7280;line-height:2.2;transition:color .2s}
.footer-col a:hover{color:var(--green-mid)}
.footer-bottom{border-top:1px solid #1f2d22;padding:20px 0;display:flex;justify-content:space-between;font-size:12px;color:#4b5563}
.footer-bottom a{color:#4b5563;transition:color .2s}
.footer-bottom a:hover{color:var(--green-mid)}

/* INSURANCE PILLS */
.ins-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.ins-pill{padding:9px 20px;border:1px solid var(--border);border-radius:6px;font-size:13px;color:var(--text);background:#fff;font-weight:500}

/* TEAM CARDS */
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.team-card{border-radius:12px;overflow:hidden;border:1px solid var(--border);background:#fff}
.team-top{height:220px;overflow:hidden;position:relative}
.team-top img{width:100%;height:100%;object-fit:cover;object-position:top center}
.team-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(13,31,20,.92) 0%,transparent 100%);padding:20px 24px}
.team-name{font-size:18px;font-weight:500;color:#fff;font-family:'Playfair Display',Georgia,serif}
.team-role{font-size:11px;color:var(--green-mid);text-transform:uppercase;letter-spacing:1px;margin-top:4px}
.team-body{padding:24px}
.team-bio{font-size:13px;color:var(--muted);line-height:1.8;margin-bottom:16px}
.team-creds{display:flex;flex-wrap:wrap;gap:6px}
.cred{font-size:11px;background:var(--green-light);color:var(--green);padding:4px 10px;border-radius:4px;font-weight:500}

/* STATS */
.stats-bar{background:var(--green);padding:40px 64px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.stat-item{text-align:center}
.stat-num{font-size:38px;font-weight:500;color:#fff;font-family:'Playfair Display',Georgia,serif}
.stat-label{font-size:12px;color:rgba(255,255,255,.7);margin-top:4px}

/* RESPONSIVE */
@media(max-width:900px){
  .nav{padding:0 20px}
  .nav-links{display:none}
  .page-hero{padding:48px 20px}
  .container{padding:0 20px}
  .cta-strip{flex-direction:column;padding:40px 20px;text-align:center}
  .cta-strip-btns{justify-content:center}
  footer{padding:40px 20px 0}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .stats-bar{grid-template-columns:repeat(2,1fr);padding:32px 20px}
  .team-grid{grid-template-columns:1fr}
}
