.course-section{background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;justify-content:center;min-height:90vh;padding:140px 40px 100px;position:relative}.course-section:before{background:rgba(0,0,0,.25);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.course-container{margin:0 auto;max-width:1400px;width:100%}.course-header{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:hsla(0,0%,100%,.25);border:none;border-radius:20px;box-shadow:0 4px 30px rgba(0,0,0,.1);display:inline-block;left:40px;max-width:300px;padding:10px;position:absolute;text-align:left;text-shadow:none;top:40px;z-index:10}.course-header .hs-rich-text h1,.course-header .hs-rich-text h2,.course-header .hs-rich-text h3,.course-header .hs-rich-text p{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;margin:0}.course-grid{display:grid;gap:50px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:center;padding-top:0;position:relative;z-index:2}.course-card{background:transparent;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:15px;height:100%}.glass-box{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:hsla(0,0%,100%,.25);border:none;border-radius:12px;box-shadow:0 4px 30px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.course-card:hover .glass-box{background:hsla(0,0%,100%,.35);box-shadow:0 10px 40px rgba(0,0,0,.2);transform:translateY(-5px)}.card-top-text{align-items:center;display:flex;justify-content:center;padding:15px 20px;text-align:center;width:100%}.card-top-text .hs-rich-text h1,.card-top-text .hs-rich-text h2,.card-top-text .hs-rich-text h3,.card-top-text .hs-rich-text p{color:#1a1a1a;line-height:1.4;margin:0}.card-image-wrapper{flex-shrink:0;padding:8px}.card-image-inner{background-color:hsla(0,0%,100%,.1);border-radius:8px;height:240px;overflow:hidden;position:relative;width:100%}.card-image-inner img{height:100%;object-fit:cover;object-position:center;transition:transform .6s ease;width:100%}.course-card:hover .card-image-inner img{transform:scale(1.08)}.card-content-wrapper{display:flex;flex-direction:column;flex-grow:1;padding:35px 30px;text-align:center}.rich-text{color:#1a1a1a;flex-grow:1;line-height:1.6;margin-bottom:30px;width:100%}.rich-text h1,.rich-text h2,.rich-text h3{color:#000;font-weight:700;margin-top:0}.rich-text p:last-child{margin-bottom:0}.card-action{margin-top:auto;width:100%}.course-btn{border:none;border-radius:50px;box-shadow:0 4px 10px rgba(0,0,0,.15);cursor:pointer;display:inline-block;font-weight:600;padding:14px 36px;text-decoration:none;transition:opacity .3s,transform .2s}.course-btn:hover{opacity:.95;text-decoration:none;transform:scale(1.02)}@media (max-width:1024px){.course-section{display:block;min-height:auto;padding:80px 20px}.course-header{font-size:2.5rem;left:auto;margin-bottom:50px;max-width:100%;position:relative;top:auto;width:100%}.course-grid{gap:50px;grid-template-columns:1fr;margin:0 auto;max-width:500px}}