.dr-why{padding:clamp(4rem,6vw,6rem) clamp(1.5rem,6vw,5rem);background:#fff;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.06)}.dr-title{text-align:center;font-size:clamp(2rem,4vw,3.4rem);margin-bottom:2.5rem;color:#4caf50}.dr-shell{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(2rem,4vw,4rem);align-items:center}.dr-media{aspect-ratio:4/3;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.12)}.dr-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dr-content{display:flex;flex-direction:column;gap:1.5rem}.dr-desc{font-size:1rem;line-height:1.7;color:rgba(15,23,41,.65)}.dr-features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.dr-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 20px rgba(0,0,0,.05);transition:.25s}.dr-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(0,0,0,.08)}.dr-icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:#C8E6C9;color:#4caf50}.dr-text{font-weight:600}@media (min-width:1200px){.dr-shell{grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.dr-media{width:100%;max-width:520px}}@media (max-width:1024px){.dr-shell{grid-template-columns:1fr;gap:32px}.dr-media{width:100%;max-width:720px;margin:0 auto}}@media(max-width:768px){.dr-features,.dr-shell{grid-template-columns:1fr}}@media(max-width:480px){.dr-why{border-radius:0}}