.post{box-sizing:border-box;width:calc(33.333% - 14px);min-width:350px;height:100%;min-height:600px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;overflow:hidden;position:relative;cursor:pointer;transition:transform .3s ease}.post:hover{transform:scale(1.05)}.header{text-align:center;margin-bottom:20px}.company-name{font-size:16px;font-weight:700;color:white;margin-bottom:5px;text-transform:uppercase;letter-spacing:2px}.tagline{font-size:10px;color:rgba(255,255,255,.9);font-style:italic}.main-title{font-size:36px;font-weight:900;color:white;text-align:center;margin-bottom:10px;text-transform:uppercase;line-height:1.1;animation:pulse 2s ease-in-out infinite}.subtitle{font-size:16px;color:white;text-align:center;margin-bottom:15px}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:15px}.feature-box{background:rgba(255,255,255,.15);backdrop-filter:blur(10px);padding:12px;border-radius:10px;color:white;font-size:11px;font-weight:700;text-align:center;transition:all .3s ease;border:2px solid rgba(255,255,255,.3)}.feature-box:hover{background:rgba(255,255,255,.25);transform:translateY(-5px)}.course-info{display:flex;justify-content:space-around;align-items:center;margin-bottom:15px}.info-badge{background:#fff;color:#333;padding:15px 20px;border-radius:12px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.3)}.info-badge .number{font-size:32px;font-weight:900;display:block;margin-bottom:5px}.info-badge .label{font-size:12px;font-weight:700;text-transform:uppercase}.cta-section{text-align:center}.cta-button{background:#ff4757;color:white;font-size:14px;font-weight:700;padding:12px 25px;border:none;border-radius:25px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;box-shadow:0 5px 15px rgba(255,71,87,.5);animation:bounce 2s ease-in-out infinite}.cta-button:hover{background:#ff6b81;transform:scale(1.1)}.contact-info{text-align:center;margin-top:15px;color:white;font-size:8px;line-height:1.4}.contact-info div{margin:3px 0}.interactive-emoji{display:inline-block;animation:rotate 3s linear infinite}.sparkle{position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;opacity:0;animation:sparkle 3s ease-in-out infinite}.sparkle:nth-child(1){top:10%;left:20%;animation-delay:0s}.sparkle:nth-child(2){top:20%;right:15%;animation-delay:.5s}.sparkle:nth-child(3){bottom:15%;left:15%;animation-delay:1s}.sparkle:nth-child(4){bottom:25%;right:20%;animation-delay:1.5s}.poll-question{background:rgba(255,255,255,.2);backdrop-filter:blur(10px);padding:15px;border-radius:12px;margin-bottom:15px;color:white;text-align:center;font-size:12px;font-weight:700;line-height:1.4}@media (max-width:1200px){.post{width:calc(50% - 10px)}}@media (max-width:768px){.post{width:100%;min-width:300px}.main-title{font-size:28px}.subtitle{font-size:14px}.feature-box{font-size:10px;padding:10px}.info-badge .number{font-size:24px}.info-badge .label{font-size:10px}.cta-button{font-size:12px;padding:10px 20px}}