.guide-guest-booking { padding: 28px 24px; border: 2px solid #4f46e5; border-radius: 16px; background: linear-gradient(145deg, #eef2ff, #fff); text-align: center; box-shadow: 0 10px 28px rgba(79, 70, 229, .12); }
.guide-guest-booking__icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 50%; background: #4f46e5; color: #fff; font-size: 13px; font-weight: 800; }
.guide-guest-booking h2 { margin: 0; color: #172033; font-size: clamp(1.25rem, 3vw, 1.6rem); line-height: 1.45; }
.guide-guest-booking p { margin: 12px 0 0; color: #293548; font-size: 1rem; font-weight: 700; line-height: 1.7; }
.guide-guest-booking .guide-guest-booking__sub { margin-top: 4px; color: #5f6b7c; font-size: .9rem; font-weight: 500; }
.guide-guest-booking__actions { display: flex; justify-content: center; gap: 12px; margin-top: 20px; }
.guide-guest-booking__button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 20px; border: 2px solid #4f46e5; border-radius: 10px; text-decoration: none !important; font-weight: 800; line-height: 1.4; transition: background-color .2s, color .2s, transform .2s; }
.guide-guest-booking__button:hover { transform: translateY(-1px); }
.guide-guest-booking__button--primary { background: #4f46e5; color: #fff !important; }
.guide-guest-booking__button--primary:hover { background: #3730a3; border-color: #3730a3; }
.guide-guest-booking__button--secondary { background: #fff; color: #4338ca !important; }
.guide-guest-booking__button--secondary:hover { background: #e0e7ff; }
@media (max-width: 640px) { .guide-guest-booking { padding: 24px 16px; } .guide-guest-booking__actions { flex-direction: column; } .guide-guest-booking__button { width: 100%; } }
