@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Open+Sans:wght@400;600;700&display=swap');

body { font-family: 'Open Sans', sans-serif; color: #333; background-color: #f4efea; margin: 0; text-align: center; }
header { background: white; padding: 40px 20px; }
.main-logo { width: 100%; max-width: 600px !important; height: auto; }
nav a { margin: 0 15px; text-decoration: none; color: #05abc4; font-weight: bold; }

.top-nav-bar { padding: 15px; background: #fdfcf8; font-size: 0.85rem; color: #666; border-bottom: 1px solid #eee; }
.top-book-btn { background: #05abc4; color: white; border: none; padding: 10px 25px; border-radius: 5px; font-weight: bold; margin-top: 10px; cursor: pointer; }

.how-it-works h2 { font-family: 'Playfair Display', serif; font-size: 2rem; margin-top: 40px; }
.process-steps { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 20px; }

.bundle-save-title, .section-title { color: #05abc4; font-family: 'Playfair Display', serif; font-size: 2.8rem; margin-top: 50px; }
.bundle-save-title { text-decoration: underline; text-underline-offset: 10px; }

.bundle-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; padding: 20px 40px 60px 40px; max-width: 1400px; margin: 0 auto; }
.bundle-card { background: white; border-radius: 20px; width: 380px; overflow: hidden; text-align: left; box-shadow: 0 10px 20px rgba(0,0,0,0.1); display: flex; flex-direction: column; }

.card-img-wrapper { width: 100%; height: 250px; background: #fff; overflow: hidden; }
.bundle-card img { width: 100%; height: 100%; object-fit: cover; display: block; }

.bundle-details { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.bundle-details h3 { font-family: 'Playfair Display', serif; margin: 0 0 10px 0; font-size: 1.4rem; }
.bundle-details .desc { color: #666; font-size: 0.95rem; margin-bottom: 15px; min-height: 2em; }

.multi-price { display: flex; justify-content: space-between; font-size: 0.85rem; margin-bottom: 15px; color: #555; }
.multi-price b { color: #05abc4; }

.rent-btn { background: #05abc4; color: white; padding: 18px; border: none; width: 100%; border-radius: 10px; font-weight: bold; cursor: pointer; margin-top: auto; }

.delivery-locations { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; padding: 60px 20px; background: #fdfcf8; }
.location-card { background: white; padding: 50px 30px; border-radius: 15px; width: 320px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.location-card h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; margin-bottom: 15px; }

.service-intro { padding: 60px 20px; background: white; }
.service-areas-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }
.teal-text { color: #05abc4; font-family: 'Playfair Display', serif; }

footer { background: white; padding: 40px; border-top: 1px solid #eee; margin-top: 40px; }