.cs-hero{padding:40px 0 60px;background:linear-gradient(135deg,#f0eeff,#e8f0ff)}.cs-hero__back{margin-bottom:32px}.cs-hero__back a{text-decoration:none}.cs-hero__back-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border:1.5px solid var(--primary);border-radius:50px;color:var(--primary);font-size:14px;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.cs-hero__back-btn svg{flex-shrink:0}.cs-hero__back-btn:hover{background:var(--primary);color:#fff}.cs-hero__image-wrap{border-radius:20px;overflow:hidden;background:#c8cfc0;height:440px;display:flex;align-items:center;justify-content:center}.cs-hero__image{width:100%;height:100%;object-fit:cover;border-radius:20px}.cs-hero__content{padding-left:20px}.cs-hero__tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.cs-hero__tag{display:inline-flex;align-items:center;padding:6px 18px;border-radius:50px;font-size:14px;font-weight:500;border:1.5px solid var(--primary);color:var(--primary);background:rgba(0,0,0,0)}.cs-hero__tag--filled{background:var(--primary);color:#fff;border-color:var(--primary)}.cs-hero__title{font-size:28px;font-weight:800;color:#1a1035;line-height:1.3;margin-bottom:14px}@media(max-width:991px){.cs-hero__title{font-size:22px}}.cs-hero__stars{display:flex;gap:4px;margin-bottom:18px}.cs-hero__star{fill:#ddd;stroke:none;transition:fill .15s}.cs-hero__star--filled{fill:var(--secondary)}.cs-hero__meta{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.cs-hero__meta-row{display:flex;align-items:center;gap:10px;font-size:15px;color:#333}.cs-hero__meta-row strong{font-weight:700;color:#1a1035}.cs-hero__check{display:flex;align-items:center;flex-shrink:0}.cs-hero__complexity{margin-bottom:32px}.cs-hero__complexity-label{font-size:16px;font-weight:700;color:#1a1035;margin-bottom:10px}.cs-hero__bar-wrap{width:100%}.cs-hero__bar-track{width:100%;height:10px;background:#e0e0e0;border-radius:50px;overflow:hidden;margin-bottom:8px}.cs-hero__bar-fill{height:100%;background:#4caf50;border-radius:50px;transition:width .4s ease}.cs-hero__bar-ticks{display:flex;justify-content:space-between;font-size:12px;color:#888}.cs-hero__cta{margin-top:8px}.cs-hero__btn{display:inline-block;padding:16px 48px;border-radius:50px;background:linear-gradient(90deg,#e040a0,#8a3be2);color:#fff;font-size:17px;font-weight:700;text-decoration:none;letter-spacing:.3px;transition:opacity .2s,transform .2s}.cs-hero__btn:hover{opacity:.9;transform:translateY(-1px);color:#fff}@media(max-width:767px){.cs-hero__image-wrap{height:280px;margin-bottom:30px}.cs-hero__content{padding-left:0}.cs-hero__title{font-size:20px}.cs-hero__btn{width:100%;text-align:center}}@media(min-width:768px)and (max-width:991px){.cs-hero__image-wrap{height:340px;margin-bottom:30px}.cs-hero__content{padding-left:0;margin-top:24px}}