@charset "UTF-8";
/***!  Style Declaration  !***/

*,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:'Inter',sans-serif;background:radial-gradient(circle at top,#eef1f3,#f7f8f9 70%);overflow-x:hidden}.program-section{padding:10px 8px 20px}.program-box{max-width:1100px;margin:auto;background:radial-gradient(circle at 15% 0%,rgba(255,255,255,0.06),transparent 60%),linear-gradient(160deg,#2b3a40,#162126);padding:26px 24px 22px;border-radius:22px;border:1px solid rgba(212,175,55,0.5);box-shadow:0 40px 90px rgba(0,0,0,0.45),0 0 30px rgba(212,175,55,0.18),inset 0 0 0 1px rgba(212,175,55,0.2);text-align:center}.program-title{font-family:'Cinzel',serif;font-size:36px;color:#f6e8be;margin-bottom:8px}.gold-divider{width:90px;height:2px;margin:10px auto 16px;background:linear-gradient(90deg,transparent,#d4af37,transparent)}.program-desc{font-size:19px;line-height:1.85;color:#f7f3e7;max-width:820px;margin:0 auto 10px}.program-list{max-width:720px;margin:12px auto 14px;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:18px;line-height:1.8;color:#f7f3e7;text-align:center}@media (max-width:768px){.program-box{padding:22px 16px;border-radius:18px}.program-title{font-size:28px}.program-desc{font-size:17px;line-height:1.8}.program-list{font-size:16.5px}}
