.blog_main__mNBhz{padding-top:80px}.blog_hero__WLLgl{width:100%;padding:5rem 2rem 3rem;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:var(--primary-yellow);color:var(--foreground);position:relative}.blog_hero__WLLgl:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,248,224,.72),rgba(255,233,170,.35));z-index:0}.blog_heroInner__9Eu8Q{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:1}.blog_heroContent__zdOKV{max-width:800px;margin:0 auto}.blog_kicker__YsBJl{font-size:.9rem;letter-spacing:.4em;text-transform:uppercase;color:#1f2b50;margin-bottom:1rem;opacity:.8}.blog_title__9ihMq{font-size:3.1rem;font-weight:800;color:var(--foreground);margin:0}.blog_blogSection__DBD1x{padding:4rem 2rem;background:var(--background)}.blog_container__2_z7z{max-width:1200px;margin:0 auto}.blog_count__oE_DL{font-size:.875rem;color:var(--text-gray);margin-bottom:2rem}.blog_blogGrid__e8KLA{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.blog_empty__oeFlF{text-align:center;padding:4rem 2rem;color:var(--text-gray)}@keyframes blog_fadeInUp__BrB79{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.blog_blogGrid__e8KLA{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.blog_main__mNBhz{padding-top:60px}.blog_hero__WLLgl{padding:3rem 1.5rem}.blog_title__9ihMq{font-size:2rem}.blog_blogSection__DBD1x{padding:3rem 1.5rem}.blog_blogGrid__e8KLA{grid-template-columns:1fr;gap:1.5rem}}.BlogCard_card__CytmU{display:block;background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px var(--shadow);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.BlogCard_card__CytmU:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-medium)}.BlogCard_imageWrapper__xbTDq{position:relative;width:100%;padding-top:65%;overflow:hidden;background:var(--background-gray)}.BlogCard_image__386_8{object-fit:cover;transition:transform .3s ease}.BlogCard_card__CytmU:hover .BlogCard_image__386_8{transform:scale(1.05)}.BlogCard_noImage__AjK_T{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--background-gray) 0,#e8e8e8 100%);color:var(--text-gray);font-size:.875rem}.BlogCard_content__m7FBq{padding:1.25rem}.BlogCard_date__ER2UE{display:block;font-size:.75rem;color:var(--text-gray);margin-bottom:.5rem}.BlogCard_title__GxS_r{font-size:1rem;font-weight:600;color:var(--foreground);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:768px){.BlogCard_content__m7FBq{padding:1rem}.BlogCard_title__GxS_r{font-size:.9375rem}}.BlogSection_section__FS78C{padding:5rem 2rem;background:var(--background-gray)}.BlogSection_container__J_9Ur{max-width:1200px;margin:0 auto}.BlogSection_header__rIptl{text-align:center;margin-bottom:3rem}.BlogSection_title__zjdS_{font-size:2rem;font-weight:700;color:var(--foreground);margin:0 0 .5rem}.BlogSection_subtitle__uK5hj{font-size:1rem;color:var(--text-gray);margin:0}.BlogSection_blogGrid__zFVi3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.BlogSection_more__CJriQ{text-align:center;margin-top:3rem}.BlogSection_moreButton__k6d4p{display:inline-block;padding:1rem 2.5rem;background:#fff;color:var(--foreground);text-decoration:none;border-radius:50px;font-size:1rem;font-weight:600;border:3px solid var(--primary-yellow);box-shadow:0 3px 12px rgba(249,215,28,.25);transition:all .3s ease}.BlogSection_moreButton__k6d4p:hover{transform:translateY(-2px) scale(1.02);background:rgba(255,255,255,.95);box-shadow:0 6px 18px rgba(249,215,28,.35)}@media (max-width:1024px){.BlogSection_blogGrid__zFVi3{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.BlogSection_section__FS78C{padding:3rem 1.5rem}.BlogSection_title__zjdS_{font-size:1.5rem}.BlogSection_blogGrid__zFVi3{grid-template-columns:1fr;gap:1.5rem}.BlogSection_moreButton__k6d4p{padding:.875rem 2rem;font-size:.9375rem}}@keyframes CourseSection_fadeInUp__uNvyy{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes CourseSection_float1__m_vrE{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.95)}}@keyframes CourseSection_float2__gC6uy{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-40px,30px) scale(1.05)}66%{transform:translate(25px,-25px) scale(.9)}}@keyframes CourseSection_float3__y9qlF{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(20px,20px) rotate(180deg)}}@keyframes CourseSection_gradientShift__GHi8o{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.CourseSection_courseSection__rGHE7{width:100%;padding:5rem 2rem;background:linear-gradient(135deg,#FFF9E6,#FFFEF8,#FFF9E6,#FFFFFF,#FFFEF8);background-size:400% 400%;animation:CourseSection_gradientShift__GHi8o 15s ease infinite;position:relative;overflow:hidden}.CourseSection_courseSection__rGHE7:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(243,218,45,.12) 0,rgba(249,232,113,.05) 40%,transparent 70%);border-radius:50%;pointer-events:none;animation:CourseSection_float1__m_vrE 20s ease-in-out infinite}.CourseSection_courseSection__rGHE7:after{content:"";position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(249,232,113,.1) 0,rgba(243,218,45,.04) 40%,transparent 70%);border-radius:50%;pointer-events:none;animation:CourseSection_float2__gC6uy 18s ease-in-out infinite}.CourseSection_floatingCircle1__t_vBn{position:absolute;top:20%;left:5%;width:150px;height:150px;background:radial-gradient(circle,rgba(243,218,45,.15) 0,transparent 70%);border-radius:50%;animation:CourseSection_float3__y9qlF 25s ease-in-out infinite;pointer-events:none}.CourseSection_floatingCircle2___maii{position:absolute;top:60%;right:8%;width:200px;height:200px;background:radial-gradient(circle,rgba(249,232,113,.12) 0,transparent 70%);border-radius:50%;animation:CourseSection_float1__m_vrE 22s ease-in-out infinite reverse;pointer-events:none}.CourseSection_floatingCircle3__nPlVC{position:absolute;bottom:10%;left:50%;width:120px;height:120px;background:radial-gradient(circle,rgba(243,218,45,.1) 0,transparent 70%);border-radius:50%;animation:CourseSection_float2__gC6uy 28s ease-in-out infinite;pointer-events:none}.CourseSection_container__sjxyg{max-width:1200px;margin:0 auto;position:relative;z-index:1}.CourseSection_sectionTitle___O5lI{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--foreground)}.CourseSection_courseCard__agP3w{background:linear-gradient(135deg,#FFFEF8,#FFFFFF);border:3px solid var(--primary-yellow);border-radius:20px;padding:3.5rem;text-align:center;box-shadow:0 10px 30px var(--yellow-shadow),0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.CourseSection_courseCard__agP3w:hover{transform:translateY(-4px);box-shadow:0 12px 40px var(--yellow-shadow-hover),0 6px 16px rgba(0,0,0,.08)}.CourseSection_fadeInUp__uNvyy{opacity:0;transform:translateY(40px)}.CourseSection_fadeInUp__uNvyy.CourseSection_visible__zb70_{animation:CourseSection_fadeInUp__uNvyy .8s cubic-bezier(.4,0,.2,1) forwards}.CourseSection_courseTitle__rcaRN{font-size:2.25rem;font-weight:700;color:var(--foreground);margin-bottom:1.75rem;letter-spacing:.02em}.CourseSection_courseDescription__C6XLU{font-size:1.1rem;line-height:1.9;color:#555;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;letter-spacing:.02em}.CourseSection_detailButton__aWAmI{display:inline-block;padding:1rem 3rem;background:linear-gradient(135deg,var(--primary-yellow) 0,var(--primary-yellow-hover) 100%);color:var(--foreground);border:none;border-radius:50px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px var(--yellow-shadow);text-decoration:none;letter-spacing:.05em}.CourseSection_detailButton__aWAmI:hover{transform:translateY(-3px);box-shadow:0 10px 30px var(--yellow-shadow-hover)}@media (max-width:768px){.CourseSection_courseCard__agP3w{padding:2rem}.CourseSection_courseTitle__rcaRN{font-size:1.5rem}.CourseSection_courseDescription__C6XLU{font-size:.9rem}.CourseSection_floatingCircle1__t_vBn,.CourseSection_floatingCircle2___maii,.CourseSection_floatingCircle3__nPlVC{opacity:.5}.CourseSection_courseSection__rGHE7:after,.CourseSection_courseSection__rGHE7:before{opacity:.6}}