.camps-grid-section{background-color:#e9ecef;padding:80px 0}.section-header{margin-bottom:60px}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:20px}.section-subtitle{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.camps-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:40px}.camp-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.camp-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.15);transform:translateY(-5px)}.camp-image{height:250px;overflow:hidden;position:relative}.camp-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.camp-card:hover .camp-image img{transform:scale(1.05)}.camp-content{padding:25px}.camp-title{color:#333;font-size:1.4rem;font-weight:600;line-height:1.3;margin-bottom:15px}.camp-description{color:#666;line-height:1.6;margin-bottom:20px}.btn{background-color:#28a745;border:none;border-radius:6px;cursor:pointer;display:inline-block;font-weight:600;padding:12px 24px;transition:all .3s ease}.btn,.btn:hover{color:#fff;text-decoration:none}.btn:hover{background-color:#218838;box-shadow:0 4px 15px rgba(40,167,69,.3);transform:translateY(-2px)}@media (max-width:768px){.camps-grid-section{padding:60px 0}.section-title{font-size:2rem}.camps-grid{gap:25px;grid-template-columns:1fr}.camp-content{padding:20px}.camp-title{font-size:1.3rem}}@media (max-width:480px){.section-title{font-size:1.8rem}.camp-image{height:200px}.camp-content{padding:18px}}