.group-event-section{display:flex;align-items:center;gap:60px;max-width:1000px;margin:0 auto;padding:80px 28px}.group-event-section--reverse{flex-direction:row-reverse}.group-event-visual{flex-shrink:0;width:220px;height:220px;border-radius:32px;background:linear-gradient(135deg,rgba(18,194,233,.12),rgba(196,113,237,.12),rgba(246,79,89,.12));border:1px solid rgba(255,255,255,.06)}.group-event-icon-wrap,.group-event-visual{display:flex;align-items:center;justify-content:center}.group-event-icon-wrap{width:120px;height:120px}.group-event-icon{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1);opacity:.85}.group-event-info{flex:1}.group-event-title{font-size:36px;font-weight:700;background:linear-gradient(90deg,#12c2e9,#c471ed,#f64f59);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:16px}.group-event-desc{font-size:17px;line-height:1.7;color:rgba(255,255,255,.7);margin-bottom:20px}.group-event-highlights{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-wrap:wrap;gap:10px}.group-event-highlights li{font-size:13px;font-weight:600;padding:6px 14px;border-radius:20px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.06)}.group-event-cta{display:inline-block;padding:12px 32px;font-size:15px;font-weight:600;color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:10px;text-decoration:none;cursor:none;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 20px rgba(18,194,233,.1)}.group-event-cta:hover{background:rgba(255,255,255,.08);transform:translateY(-2px);box-shadow:0 8px 28px rgba(18,194,233,.18)}@media only screen and (max-width:1200px){.group-event-section,.group-event-section--reverse{flex-direction:column;text-align:center;gap:32px;padding:50px 20px}.group-event-visual{width:160px;height:160px;border-radius:24px}.group-event-icon-wrap{width:90px;height:90px}.group-event-title{font-size:28px}.group-event-desc{font-size:15px}.group-event-highlights{justify-content:center}.group-event-info{display:flex;flex-direction:column;align-items:center}}