*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;background:#d4d4d4;padding:40px 20px;line-height:1.4}.container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;grid-auto-rows:180px}.card{border-radius:16px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.card-black{background:#1a1a1a;color:#fff}.card-orange{background:#ff6b4a;color:#1a1a1a}.card-gray{background:#8a8a8a;color:#1a1a1a}.card-dark-gray{background:#4a4a4a;color:#fff}.tall{grid-row:span 2}.extra-tall{grid-row:span 3}.wide{grid-column:span 2}.card h1{font-size:42px;font-weight:700;line-height:.95;margin-bottom:10px;letter-spacing:-.02em}.card h2{font-size:32px;font-weight:700;line-height:1;margin-bottom:8px;letter-spacing:-.01em}.card h3{font-size:24px;font-weight:700;line-height:1.1;margin-bottom:6px}.card p{font-size:13px;line-height:1.5;opacity:.9}.card .small-text{font-size:11px;line-height:1.4;opacity:.85}.card .subtitle{font-size:16px;font-weight:600;margin-top:8px;opacity:.9}.arrow{font-size:80px;font-weight:700;line-height:1;position:absolute;right:30px;bottom:20px}.schedule{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;margin-top:12px;font-size:11px}.schedule-item{display:flex;justify-content:space-between;gap:8px}.divider{height:1px;background:currentColor;opacity:.3;margin:16px 0}.qr-placeholder{width:80px;height:80px;background:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:10px;margin-top:auto;align-self:flex-end}.badge{display:inline-block;background:#1a1a1a;color:#fff;padding:4px 12px;border-radius:4px;font-size:11px;font-weight:600;margin-bottom:12px}.card-orange .badge{background:#fff;color:#1a1a1a}.header-section{flex:1}.footer-section{margin-top:auto}.mini-cards{display:flex;gap:10px;margin-top:auto}.mini-card{flex:1;background:#1a1a1a;border-radius:8px;padding:15px;font-size:11px;font-weight:600;color:#fff}
