.feature-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .3s ease;cursor:pointer}.feature-card:hover{border-color:rgba(74,124,89,.3);box-shadow:0 6px 16px rgba(0,0,0,.1)}.feature-card.expanded{border-color:rgba(74,124,89,.4);background:#fff}.feature-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.feature-icon{font-size:2rem;flex-shrink:0;opacity:.8}.feature-title-section{flex:1}.feature-title-section h3{font-size:1.25rem;color:#4a7c59;margin:0 0 .25rem;line-height:1.3}.feature-category{display:inline-block;padding:.25rem .75rem;background:rgba(74,124,89,.1);color:#4a7c59;border-radius:4px;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.feature-description{color:#1a1a1a;line-height:1.6;margin:0 0 1rem;opacity:.85}.feature-details{margin:1.5rem 0;padding:1rem;background:rgba(74,124,89,.05);border-left:3px solid #4a7c59;border-radius:4px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.details-list{list-style:none;padding:0;margin:0}.details-list li{color:#1a1a1a;padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.5;font-size:.95rem}.details-list li:before{content:"▪";position:absolute;left:0;color:#4a7c59}.feature-subsection{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(74,124,89,.2)}.feature-subsection h4{color:#4a7c59;font-size:.9rem;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.feature-toggle{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08);font-size:.9rem;color:#4a7c59;font-weight:600}.toggle-icon{font-size:1.25rem;transition:transform .3s ease;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.feature-card.expanded .toggle-icon{transform:rotate(180deg)}@media (max-width:768px){.feature-card{padding:1rem}.feature-header{gap:.75rem}.feature-icon{font-size:1.5rem}.feature-title-section h3{font-size:1.1rem}.feature-details{padding:.75rem;margin:1rem 0}}.page-header{text-align:center;margin-bottom:2rem;padding:2rem 0}.page-header .eyebrow{display:block;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;color:var(--green);font-weight:600;margin-bottom:.5rem}html[data-theme=dark] .page-header .eyebrow{color:#fbbf24}.page-header h1{font-size:2.5rem;color:var(--green);margin-bottom:1rem;line-height:1.2;background:linear-gradient(45deg,var(--green),var(--green-strong),var(--text));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}html[data-theme=dark] .page-header h1{background:linear-gradient(45deg,#697565,#fbbf24,#ecdfcc);color:#fbbf24}.page-header p{font-size:1.1rem;color:var(--text-muted);max-width:700px;margin:0 auto;line-height:1.6}.features-filters{margin-bottom:2rem;padding:1.5rem;background:rgba(74,124,89,.05);border:1px solid rgba(74,124,89,.15);border-radius:12px}html[data-theme=dark] .features-filters{background:hsla(105,7%,43%,.05);border-color:rgba(45,51,43,.85)}.filter-group{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.filter-label{color:var(--green);font-weight:600;text-transform:uppercase;font-size:.9rem;letter-spacing:.05em}html[data-theme=dark] .filter-label{color:#fbbf24}.filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.filter-button{padding:.5rem 1rem;background:rgba(74,124,89,.1);border:1px solid rgba(74,124,89,.2);color:var(--text-muted);border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500}html[data-theme=dark] .filter-button{background:hsla(105,7%,43%,.1);border-color:hsla(105,7%,43%,.2);color:#a39385}.filter-button:hover{background:rgba(74,124,89,.2);border-color:rgba(74,124,89,.3);color:var(--text)}html[data-theme=dark] .filter-button:hover{background:hsla(105,7%,43%,.2);border-color:hsla(105,7%,43%,.3);color:#ecdfcc}.filter-button.active{background:rgba(74,124,89,.2);border-color:rgba(74,124,89,.5);color:var(--green)}html[data-theme=dark] .filter-button.active{background:rgba(251,191,36,.2);border-color:rgba(251,191,36,.5);color:#fbbf24}.features-grid{margin-bottom:3rem;display:grid;grid-template-columns:1fr;gap:0}.no-results{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:1.1rem;background:rgba(74,124,89,.05);border:1px solid rgba(74,124,89,.15);border-radius:12px}html[data-theme=dark] .no-results{background:hsla(105,7%,43%,.05);border-color:rgba(45,51,43,.85);color:#a39385}.features-footer{margin-top:3rem;padding:2rem 0}.features-footer .panel{background:linear-gradient(135deg,rgba(74,124,89,.08),rgba(74,124,89,.04));border:1px solid rgba(74,124,89,.2);border-radius:16px;padding:2rem;text-align:center}html[data-theme=dark] .features-footer .panel{background:linear-gradient(135deg,hsla(105,7%,43%,.1),rgba(251,191,36,.05));border-color:rgba(251,191,36,.2)}.features-footer h2{font-size:1.75rem;color:var(--green);margin-bottom:1rem}html[data-theme=dark] .features-footer h2{color:#fbbf24}.features-footer>div>p{color:var(--text-muted);font-size:1.05rem;margin-bottom:2rem}html[data-theme=dark] .features-footer>div>p{color:#a39385}.footer-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.button-secondary{display:inline-block;padding:.75rem 1.5rem;background:rgba(74,124,89,.1);border:1px solid rgba(74,124,89,.3);color:var(--green);border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}html[data-theme=dark] .button-secondary{background:hsla(105,7%,43%,.15);border-color:rgba(251,191,36,.3);color:#fbbf24}.button-secondary:hover{background:rgba(74,124,89,.2);border-color:rgba(74,124,89,.5);transform:translateY(-2px)}html[data-theme=dark] .button-secondary:hover{background:rgba(251,191,36,.15);border-color:rgba(251,191,36,.5)}@media (max-width:768px){.page-header{margin-bottom:1.5rem;padding:1rem 0}.page-header h1{font-size:1.75rem}.page-header p{font-size:1rem}.filter-group{align-items:flex-start}.filter-group,.footer-links{flex-direction:column}.button-secondary{width:100%}}