:root{--amp-green-base:#8cc63e;--amp-green-hover:#76b133}.amp-features{background:#fff;padding:5rem 1.5rem}.amp-features__container{margin:0 auto;max-width:1200px}.amp-features__intro{margin-bottom:4rem;text-align:center}.amp-features__title{color:#111;font-size:2rem;font-weight:700;margin-bottom:1rem}.amp-features__subtitle{color:#555;font-size:1.125rem;margin:0 auto;max-width:48rem}.amp-features__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.amp-features__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.amp-features__grid{grid-template-columns:repeat(3,1fr)}}.amp-feature{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:1rem;box-shadow:0 4px 10px rgba(0,0,0,.05);padding:1.5rem;transition:all .3s ease}.amp-feature:hover{box-shadow:0 6px 18px rgba(0,0,0,.12);transform:scale(1.03)}.amp-feature__header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.amp-feature__icon{align-items:center;background:linear-gradient(135deg,var(--amp-green-hover),var(--amp-green-base));border-radius:.5rem;box-shadow:0 0 12px rgba(140,198,62,.4);color:#fff;display:flex;font-size:1.5rem;height:48px;justify-content:center;width:48px}.amp-feature__name{color:#111;font-size:1.25rem;font-weight:600}.amp-feature__desc{color:#444;line-height:1.6}