﻿:root{
      --green-1:#0B7A50;
      --green-2:#1AC7A1;
      --gold:#D4A017;
      --muted:#f5f5f5;
      --radius:12px;
      --glass: rgba(255,255,255,0.6);
    }
    body{font-family:'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; color:#222}
    .btn-primary{background:var(--green-1); border:0}
    .btn-outline-primary{border-color:var(--green-1); color:var(--green-1)}
    .hero{background: linear-gradient(90deg, rgba(10,83,59,0.95), rgba(26,199,161,0.95)); color:#fff; padding:80px 0}
    .hero .lead{opacity:.95}
    .feature-card{border-radius:16px; box-shadow: 0 6px 20px rgba(11,122,80,0.08);}
    .step-badge{width:52px; height:52px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; background:var(--muted); font-weight:600}
    .testimonial{background:linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0.45)); border-radius:12px; padding:22px}
    .footer{background:#061b12; color: #cfeee1; padding:40px 0}
    .nav-link{color: rgba(255,255,255,0.95) !important}
    @media (max-width:767px){ .hero{padding:40px 0} }