.Blog-module__jW6Nga__page{background:var(--gray-50);padding:4rem 1.5rem}.Blog-module__jW6Nga__header{text-align:center;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.Blog-module__jW6Nga__header h1{font-family:var(--font-heading);color:var(--secondary);background:linear-gradient(135deg, var(--primary), var(--primary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem)}.Blog-module__jW6Nga__header p{color:var(--gray-700);font-size:1.1rem}.Blog-module__jW6Nga__blogGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.Blog-module__jW6Nga__postCard{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid var(--gray-100);flex-direction:column;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Blog-module__jW6Nga__postCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-8px)}.Blog-module__jW6Nga__imagePlaceholder{background:linear-gradient(135deg, var(--primary), var(--secondary));height:220px;position:relative;overflow:hidden}.Blog-module__jW6Nga__imagePlaceholder:after{content:"MBBS Russia";color:var(--white);font-weight:800;font-family:var(--font-heading);opacity:.15;letter-spacing:2px;font-size:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Blog-module__jW6Nga__postBody{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.Blog-module__jW6Nga__postBody h3{color:var(--secondary);margin-bottom:.75rem;font-size:1.4rem;line-height:1.3;transition:color .3s}.Blog-module__jW6Nga__postCard:hover .Blog-module__jW6Nga__postBody h3{color:var(--primary)}.Blog-module__jW6Nga__postBody p{color:var(--gray-700);margin-bottom:auto;font-size:.95rem;line-height:1.6}.Blog-module__jW6Nga__postMeta{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.25rem;display:flex}.Blog-module__jW6Nga__date{color:var(--gray-800);font-size:.85rem;font-weight:500}.Blog-module__jW6Nga__readTime{color:var(--primary-light);font-size:.8rem;font-weight:600}.Blog-module__jW6Nga__postHero{background:linear-gradient(160deg, var(--secondary), var(--primary));margin-bottom:-6rem;padding:8rem 1.5rem 12rem;position:relative;overflow:hidden}.Blog-module__jW6Nga__postHero:before{content:"";background:radial-gradient(circle at 70% 30%, var(--primary-light) 0%, transparent 60%);opacity:.3;position:absolute;inset:0}.Blog-module__jW6Nga__heroContent{text-align:center;z-index:1;max-width:900px;margin:0 auto;position:relative}.Blog-module__jW6Nga__heroMeta{justify-content:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.Blog-module__jW6Nga__heroMeta span{color:var(--white);text-transform:uppercase;letter-spacing:1px;opacity:.8;font-size:.9rem;font-weight:600}.Blog-module__jW6Nga__title{font-family:var(--font-heading);color:var(--white);text-shadow:0 4px 12px #0003;margin-bottom:0;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1}.Blog-module__jW6Nga__singlePostCard{z-index:2;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-100);max-width:900px;margin:0 auto;padding:clamp(2rem,5vw,4rem);position:relative;box-shadow:0 25px 50px -12px #00000026}.Blog-module__jW6Nga__backLinkContainer{text-align:center;margin-top:3rem}.Blog-module__jW6Nga__backLink{background:var(--gray-100);color:var(--secondary);border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:1px;border:2px solid #0000;align-items:center;padding:1rem 2.5rem;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-flex}.Blog-module__jW6Nga__backLink:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.Blog-module__jW6Nga__postContent{color:var(--gray-900);font-size:1.2rem;line-height:1.8}.Blog-module__jW6Nga__postContent h2{font-family:var(--font-heading);color:var(--secondary);margin:3rem 0 1.5rem;padding-bottom:.75rem;font-size:2rem;position:relative}.Blog-module__jW6Nga__postContent h2:after{content:"";background:var(--primary);border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:0}.Blog-module__jW6Nga__postContent h3{font-family:var(--font-heading);margin:2rem 0 1rem;font-size:1.5rem}.Blog-module__jW6Nga__postContent p{margin-bottom:1.5rem}.Blog-module__jW6Nga__postContent blockquote{background:var(--gray-50);border-left:5px solid var(--primary);color:var(--secondary);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:2.5rem 0;padding:2rem;font-size:1.3rem;font-style:italic}.Blog-module__jW6Nga__postContent ul,.Blog-module__jW6Nga__postContent ol{margin:1.5rem 0;padding-left:2rem}.Blog-module__jW6Nga__postContent li{margin-bottom:.75rem}.Blog-module__jW6Nga__interactiveViewer{position:relative}.Blog-module__jW6Nga__progressContainer{background:var(--gray-100);border-radius:99px;gap:4px;height:6px;margin-bottom:2rem;display:flex;overflow:hidden}.Blog-module__jW6Nga__progressBar{background:var(--gray-200);height:100%;transition:background .5s}.Blog-module__jW6Nga__progressBar.Blog-module__jW6Nga__active{background:var(--primary)}.Blog-module__jW6Nga__slideContent{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.Blog-module__jW6Nga__slideContent{grid-template-columns:1fr 1fr}}.Blog-module__jW6Nga__slideImage{aspect-ratio:4/3;background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-md);background-position:50%;background-size:cover;position:relative}.Blog-module__jW6Nga__placeholderLabel{color:var(--white);font-weight:800;font-family:var(--font-heading);opacity:.15;letter-spacing:2px;font-size:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Blog-module__jW6Nga__stepBadge{color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:99px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;position:absolute;bottom:1.5rem;right:1.5rem}.Blog-module__jW6Nga__slideText{flex-direction:column;display:flex}.Blog-module__jW6Nga__slideTitle{font-family:var(--font-heading);color:var(--secondary);margin-bottom:1.5rem;font-size:2rem}.Blog-module__jW6Nga__slideBody{color:var(--gray-800);flex-grow:1;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.Blog-module__jW6Nga__slideActions{gap:1rem;margin-top:auto;display:flex}.Blog-module__jW6Nga__empty{text-align:center;color:var(--gray-700);grid-column:1/-1;padding:10rem 5rem}@media (max-width:768px){.Blog-module__jW6Nga__postHero{padding:6rem 1rem 8rem}}
