.case-study-hero-card{display:flex;align-items:stretch;gap:24px;border-radius:20px;width:100%;max-width:1320px;margin:0 auto}@media (max-width: 1279px){.case-study-hero-card{flex-direction:column;padding:0;gap:40px}}@media (max-width: 1023px){.case-study-hero-card{padding:40px 0;gap:40px}}.case-study-hero-card__content{display:flex;flex-direction:column;gap:40px;flex:1;background:#fff;padding:48px 48px 60px;border-radius:20px}@media (max-width: 1023px){.case-study-hero-card__content{padding:0;background:transparent}}.case-study-hero-card__header{display:flex;align-items:center;gap:16px}@media (max-width: 1023px){.case-study-hero-card__header{gap:12px;justify-content:center}}.case-study-hero-card__icon-container{display:flex;justify-content:center;align-items:center;width:56px;height:56px;background:linear-gradient(180deg,#6996ff,#4263f4);border-radius:10px;flex-shrink:0}@media (max-width: 1023px){.case-study-hero-card__icon-container{width:48px;height:48px}}.case-study-hero-card__icon{width:28px;height:28px;color:#fff}@media (max-width: 1023px){.case-study-hero-card__icon{width:24px;height:24px}}.case-study-hero-card__category{font-family:Montserrat,sans-serif;font-weight:600;font-size:18px;line-height:1.4;color:#101010}@media (max-width: 1023px){.case-study-hero-card__category{font-size:16px}}.case-study-hero-card__title{font-family:Montserrat,sans-serif;font-weight:600;font-size:40px;line-height:1.4;color:#101010;margin:0}@media (max-width: 1023px){.case-study-hero-card__title{text-align:center;font-size:36px}}.case-study-hero-card__client{font-family:Montserrat,sans-serif;font-weight:400;font-size:17px;line-height:1.4;color:#040404;margin:0}@media (max-width: 1023px){.case-study-hero-card__client{font-size:16px;text-align:center}}@media (max-width: 1279px){.case-study-hero-card__image-wrap{display:flex;justify-content:center;align-items:flex-start;gap:20px}}.case-study-hero-card__image{width:424px;height:100%;border-radius:20px;overflow:hidden;flex-shrink:0;position:relative}@media (max-width: 1279px){.case-study-hero-card__image{width:100%;height:auto;flex:1}.case-study-hero-card__image img{border-radius:20px}}@media (max-width: 1023px){.case-study-hero-card__image{display:none}}.case-study-hero-card__image img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.case-study-hero-card__hero-image--loaded{opacity:1!important}.case-study-hero-card__hero-spinner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:20px;z-index:2}.case-study-hero-card__spinner{width:60px;height:60px;border-radius:50%;background:linear-gradient(0deg,#0000001a 0% 100%),linear-gradient(180deg,#6996ff,#4263f4 115.74%);position:relative;animation:spin 1s linear infinite}.case-study-hero-card__spinner:before{content:"";position:absolute;inset:3px;background:#fff;border-radius:50%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
