.latest-courses{position:relative;padding:3.25rem 0 3.75rem;background:linear-gradient(180deg,#fff 0,var(--surface) 100%)}@media (min-width:768px){.latest-courses{padding:4rem 0 4.5rem}}.latest-courses__head{max-width:36rem;margin:0 auto 1.75rem;text-align:center}.latest-courses__head .section-heading{margin-bottom:.45rem}.latest-courses__head .section-desc{margin:0 auto}.latest-courses__panel{overflow:hidden;border-radius:1.25rem;border:1px solid var(--border-soft);background:#fff;box-shadow:var(--shadow-card)}.latest-courses__scroll-hint{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1rem;font-size:.7rem;font-weight:600;color:var(--brand);background:var(--brand-soft);border-bottom:1px solid var(--border-soft)}.latest-courses__scroll-hint svg{width:1rem;height:1rem}@media (min-width:1024px){.latest-courses__scroll-hint{display:none}}.latest-courses__grid{display:grid;grid-template-columns:1fr;align-items:stretch}@media (min-width:1024px){.latest-courses__grid{grid-template-columns:minmax(300px,360px) 1fr;min-height:440px}}.latest-courses__list{display:flex;flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;background:linear-gradient(180deg,var(--brand-soft) 0,var(--surface) 100%);border-bottom:1px solid var(--border-soft);scrollbar-width:none}.latest-courses__list::-webkit-scrollbar{display:none}@media (min-width:1024px){.latest-courses__list{flex-direction:column;overflow-x:visible;scroll-snap-type:none;border-bottom:none;border-left:1px solid var(--border-soft);height:100%}}.latest-courses__item{position:relative;flex:0 0 88%;display:flex;flex-direction:row;align-items:center;gap:.75rem;padding:.95rem 1.1rem;direction:rtl;border:none;border-left:1px solid var(--border-soft);background:transparent;cursor:pointer;transition:background .2s ease,color .2s;min-height:2.75rem;scroll-snap-align:start;font:inherit;text-align:right}@media (min-width:480px){.latest-courses__item{flex-basis:72%}}@media (min-width:640px){.latest-courses__item{flex-basis:58%}}@media (min-width:1024px){.latest-courses__item{flex:1;padding:0 1.2rem;border-left:none;border-bottom:1px solid var(--border-soft);min-height:72px;scroll-snap-align:none}}.latest-courses__item:last-child{border-left:none}@media (min-width:1024px){.latest-courses__item:last-child{border-bottom:none}}.latest-courses__item:hover{background:rgba(91,159,212,.07)}.latest-courses__item:focus-visible{outline:2px solid var(--brand);outline-offset:-2px;z-index:1}.latest-courses__item.is-active{background:#fff}.latest-courses__item.is-active:after{content:"";position:absolute;top:.85rem;bottom:.85rem;right:0;width:3px;border-radius:999px;background:linear-gradient(180deg,var(--brand-mid),var(--brand))}.latest-courses__item-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:10px;color:var(--brand);background:#fff;border:1px solid rgba(91,159,212,.16);box-shadow:0 4px 10px rgba(91,159,212,.06)}.latest-courses__item.is-active .latest-courses__item-icon{background:var(--brand);color:#fff;border-color:var(--brand)}.latest-courses__item-icon svg{width:1rem;height:1rem}.latest-courses__item-title{flex:1;text-align:right;font-size:.875rem;font-weight:700;color:var(--ink);line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.latest-courses__item-price{flex-shrink:0;text-align:left;font-size:.72rem;font-weight:700;color:var(--navy);max-width:6.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.latest-courses__item.is-active .latest-courses__item-price{color:var(--brand)}.latest-courses__detail{display:flex;flex-direction:column;min-height:100%;background:radial-gradient(ellipse 50% 40% at 100% 0,rgba(91,159,212,.06),transparent 55%),#fff}.latest-courses__detail-media{position:relative;overflow:hidden;aspect-ratio:16/9;background:var(--navy-deep)}.latest-courses__detail-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,18,32,.35),transparent 45%);pointer-events:none}@media (min-width:1024px){.latest-courses__detail-media{aspect-ratio:auto;height:250px}}.latest-courses__detail-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.latest-courses__detail-body{display:flex;flex:1;flex-direction:column;gap:.85rem;padding:1.25rem 1.35rem 1.5rem;animation:fade-preview-in .35s var(--ease-premium)}.latest-courses__detail-title{margin:0;font-size:1.15rem;font-weight:800;color:var(--ink);line-height:1.55}.latest-courses__detail-desc{margin:0;font-size:.875rem;line-height:1.85;color:var(--ink-muted);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.latest-courses__detail-footer{display:flex;flex-direction:column;gap:.85rem;margin-top:auto;padding-top:.5rem}@media (min-width:480px){.latest-courses__detail-footer{flex-direction:row;align-items:center;justify-content:space-between}}.latest-courses__detail-footer .btn-brand{width:100%;text-align:center}@media (min-width:480px){.latest-courses__detail-footer .btn-brand{width:auto;min-width:8.5rem}}.latest-courses__meta{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.72rem;color:var(--ink-muted)}.latest-courses__meta span{padding:.25rem .6rem;border-radius:999px;background:var(--brand-soft);color:var(--ink-soft);font-weight:600;border:1px solid rgba(91,159,212,.1)}@keyframes fade-preview-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}