.feature-panel{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:80px 0;border-bottom:1px solid #f0f0f0}.feature-panel:last-child{border-bottom:none}.feature-panel-text h2{font-size:2.2rem;font-weight:700;margin-bottom:20px}.feature-panel-text p{font-size:1.1rem;line-height:1.7;color:#666;margin-bottom:25px}.feature-panel-image img{width:100%;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.feature-panel--reversed .feature-panel-image{order:2}@media (max-width:768px){.feature-panel{grid-template-columns:1fr;text-align:center}.feature-panel--reversed .feature-panel-image{order:1}.feature-panel-image{order:1;margin-bottom:40px}.feature-panel-text{order:2}}