.pilot-expo .expo-booking-options{display:flex;flex-wrap:wrap;gap:16px;margin:28px 0}.pilot-expo .expo-booking-options .btn{display:flex;justify-content:space-between;gap:24px;min-width:230px;min-height:64px;padding:18px 24px;font-size:16px;border:1px solid currentColor;text-transform:none}.pilot-expo .pilot-hero .expo-booking-options .btn{color:#111;background:#fffe00;border-color:#fffe00}.pilot-expo .expo-booking-options .btn:hover{background:#00e6ed;color:#111;border-color:#00e6ed}.pilot-expo .expo-booking-note{font-size:14px;color:#666;margin-bottom:32px}.expo-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.expo-photo-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.expo-impressions{padding-top:24px}@media(max-width:700px){.expo-photo-grid{grid-template-columns:1fr;gap:28px}.pilot-expo .expo-booking-options{display:grid;grid-template-columns:1fr}.pilot-expo .expo-booking-options .btn{min-width:0;width:100%}}