.mag-layout__wrapper{display:flex;gap:2rem;margin:0 auto;width:100%}.mag-layout__main{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15);flex:0 0 60%;min-height:450px;overflow:hidden;position:relative;transition:transform .3s ease}.mag-layout__main:hover{transform:translateY(-5px)}.mag-layout__main-link{display:block;height:100%;text-decoration:none;width:100%}.mag-layout__main-bg{background-position:50%;background-size:cover;z-index:1}.mag-layout__main-bg,.mag-layout__overlay{height:100%;left:0;position:absolute;top:0;width:100%}.mag-layout__overlay{background:linear-gradient(180deg,transparent,rgba(0,0,0,.85) 90%);z-index:2}.mag-layout__main-content{box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:3rem;position:relative;z-index:3}.mag-layout__tag{align-self:flex-start;border-radius:50px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;padding:6px 16px;text-transform:uppercase}.mag-layout__main-title{font-size:2.5rem;line-height:1.2;margin:0 0 2rem}.mag-layout__btn-wrapper{align-items:center;display:flex;gap:12px}.mag-layout__btn-icon{align-items:center;border-radius:50%;display:flex;height:40px;justify-content:center;transition:transform .3s ease;width:40px}.mag-layout__main-link:hover .mag-layout__btn-icon{transform:scale(1.1)}.mag-layout__btn-text{font-size:.85rem;font-weight:700;letter-spacing:1px}.mag-layout__sidebar{display:flex;flex:1;flex-direction:column;gap:1.5rem}.mag-layout__side-card{align-items:center;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);display:flex;gap:1rem;height:100%;padding:1rem;transition:box-shadow .3s ease}.mag-layout__side-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.1)}.mag-layout__side-img-wrapper{border-radius:8px;flex:0 0 100px;height:100px;overflow:hidden}.mag-layout__side-img-wrapper img{height:100%;object-fit:cover;width:100%}.mag-layout__side-content{display:flex;flex-direction:column;justify-content:center}.mag-layout__side-tag{font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.mag-layout__side-title{font-size:1.1rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.mag-layout__side-title a{text-decoration:none}.mag-layout__side-link{font-size:.8rem;font-weight:700;text-decoration:none;text-transform:uppercase}@media (max-width:992px){.mag-layout__overlay{background:linear-gradient(180deg,transparent,rgba(0,0,0,.65) 20%)}.mag-layout__wrapper{flex-direction:column}.mag-layout__main{display:flex;min-height:400px}.mag-layout__main-link{flex:1;height:unset}.mag-layout__main-content{justify-content:space-between}}@media (max-width:600px){.mag-layout__main-title{font-size:1.8rem}.mag-layout__main-content{padding:20px}}