/* Red Sea Summer campaign styles - scoped to .rs-sale */
.rs-sale * { box-sizing: border-box; }
.rs-sale { font-family: Lato, Arial, Helvetica, sans-serif; color: #17233e; }
.rs-sale a { text-decoration: none; }
.rs-container { max-width: 1180px; margin: 0 auto; padding: 0 18px; }
.rs-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; padding: 7px 12px; border-radius: 999px; background: rgba(1,183,242,.14); color: #c9f5ff; font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.rs-home-hero, .rs-landing-hero { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; background: #002b55; }
.rs-home-hero:before, .rs-landing-hero:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(0,25,55,.92) 0%, rgba(0,47,85,.78) 42%, rgba(0,0,0,.25) 100%), url('https://www.scubatravel.com/holidays/liveaboards/egypt/ghazalaadventure/gallery/image1.jpg'); background-size: cover; background-position: center; transform: scale(1.02); }
.rs-landing-hero { min-height: 500px; }
.rs-home-hero__content, .rs-landing-hero__content { position: relative; z-index: 2; width: 100%; padding: 56px 0; }
.rs-hero-copy { max-width: 760px; }
.rs-hero-copy h1 { margin: 0 0 16px; color: #fff; font-weight: 800; line-height: .98; font-size: clamp(42px, 7vw, 86px); letter-spacing: -.04em; text-shadow: 0 4px 24px rgba(0,0,0,.28); }
.rs-landing-hero .rs-hero-copy h1 { font-size: clamp(38px, 5.6vw, 72px); }
.rs-hero-copy p.rs-subtitle { margin: 0 0 26px; max-width: 680px; color: rgba(255,255,255,.94); font-size: clamp(18px, 2vw, 25px); line-height: 1.42; }
.rs-hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 26px; padding: 0; list-style: none; }
.rs-hero-proof li { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 14px; font-weight: 700; }
.rs-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.rs-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 13px 20px; border-radius: 8px; border: 2px solid transparent; font-weight: 800; line-height: 1.1; letter-spacing: .01em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; cursor: pointer; text-align: center; }
.rs-btn:hover, .rs-btn:focus { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(0,0,0,.18); text-decoration: none; }
.rs-btn--primary { background: #fdb714; color: #17233e !important; }
.rs-btn--secondary { background: #01b7f2; color: #fff !important; }
.rs-btn--dark { background: #003366; color: #fff !important; }
.rs-btn--outline { background: transparent; border-color: rgba(255,255,255,.7); color: #fff !important; }
.rs-btn--ghost { background: #fff; border-color: #dbe8f5; color: #003366 !important; }
.rs-btn--small { min-height: 38px; padding: 10px 14px; font-size: 13px; border-radius: 7px; }
.rs-trust-strip { background: #002b55; color: #fff; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.rs-trust-strip__inner { max-width: 1180px; margin: 0 auto; padding: 13px 18px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.rs-trust-item { display: flex; align-items: center; gap: 9px; min-height: 42px; color: rgba(255,255,255,.94); font-weight: 800; font-size: 13px; line-height: 1.25; }
.rs-trust-item span { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; flex: 0 0 26px; border-radius: 50%; background: rgba(253,183,20,.18); color: #fdb714; font-weight: 900; }
.rs-intro-panel { margin-top: -54px; position: relative; z-index: 3; }
.rs-intro-card { background: #fff; border-radius: 18px; box-shadow: 0 22px 70px rgba(0,43,85,.18); padding: 26px; display: grid; grid-template-columns: 1.45fr .8fr; gap: 26px; align-items: center; }
.rs-intro-card h2 { margin: 0 0 10px; color: #003366; font-weight: 800; font-size: clamp(26px, 3vw, 38px); }
.rs-intro-card p { margin: 0; color: #4d5d6d; font-size: 16px; line-height: 1.7; }
.rs-level-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.rs-level-pill { padding: 12px 14px; border-radius: 12px; background: #edf6fb; border: 1px solid #dbe8f5; }
.rs-level-pill strong { display: block; margin-bottom: 4px; color: #003366; font-size: 14px; font-weight: 900; }
.rs-level-pill span { display: block; color: #4d5d6d; font-size: 13px; line-height: 1.45; }
.rs-quick-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
.rs-section { padding: 58px 0; scroll-margin-top: 90px; }
.rs-section--pale { background: #f3f8fc; }
.rs-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.rs-section-head h2 { margin: 0 0 8px; color: #003366; font-size: clamp(28px, 3.2vw, 44px); font-weight: 850; letter-spacing: -.02em; }
.rs-section-head p { margin: 0; max-width: 780px; color: #5f6f80; font-size: 16px; line-height: 1.65; }
.rs-section-actions { display: flex; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }
.rs-month-nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(0,0,0,.06); backdrop-filter: blur(8px); }
.rs-month-nav__inner { max-width: 1180px; margin: 0 auto; padding: 10px 18px; display: flex; gap: 10px; overflow-x: auto; }
.rs-month-nav a { white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; padding: 9px 13px; border-radius: 999px; background: #edf6fb; color: #003366; font-weight: 800; font-size: 13px; }
.rs-trip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rs-trip-card { position: relative; display: flex; flex-direction: column; min-height: 100%; border: 1px solid #dbe8f5; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(0,43,85,.08); overflow: hidden; }
.rs-trip-card:before { content: ""; position: absolute; z-index: 2; inset: 0 0 auto; height: 5px; background: #01b7f2; }
.rs-trip-card--urgent:before { background: #fdb714; }
.rs-trip-card__image { position: relative; display: block; min-height: 180px; background: #d8eaf5; overflow: hidden; }
.rs-trip-card__image img { width: 100%; height: 190px; object-fit: cover; display: block; transition: transform .2s ease; }
.rs-trip-card:hover .rs-trip-card__image img { transform: scale(1.03); }
.rs-image-badge { position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; min-height: 28px; padding: 6px 10px; border-radius: 999px; background: #fdb714; color: #17233e; font-weight: 900; font-size: 12px; }
.rs-trip-card__body { padding: 18px 20px 20px; display: flex; flex: 1; flex-direction: column; }
.rs-trip-card__top { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.rs-date { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; min-width: 70px; padding: 9px 10px; border-radius: 12px; background: #edf6fb; color: #003366; font-weight: 900; text-transform: uppercase; line-height: 1; }
.rs-date strong { font-size: 24px; }
.rs-date span { font-size: 12px; letter-spacing: .08em; }
.rs-availability { display: inline-flex; align-items: center; padding: 7px 10px; border-radius: 999px; background: #fff5dc; color: #7b4d00; font-weight: 850; font-size: 12px; text-align: center; }
.rs-trip-card h3 { margin: 0 0 8px; color: #003366; font-weight: 850; font-size: 21px; line-height: 1.18; }
.rs-trip-meta { margin: 0 0 12px; color: #5f6f80; font-size: 14px; line-height: 1.5; }
.rs-trip-level { display: inline-flex; align-self: flex-start; margin: -2px 0 12px; padding: 7px 10px; border-radius: 999px; background: #edf6fb; color: #003366; font-size: 12px; font-weight: 900; line-height: 1.2; }
.rs-trip-dates { margin: -4px 0 12px; color: #003366; font-size: 13px; font-weight: 800; }
.rs-price { margin: 0 0 12px; color: #0f7a5a; font-weight: 900; font-size: 28px; line-height: 1; }
.rs-price small { color: #5f6f80; font-size: 13px; font-weight: 700; }
.rs-old-price { display: inline-block; margin-right: 7px; color: #8b98a5; font-size: 16px; text-decoration: line-through; }
.rs-trip-list { margin: 0 0 18px; padding: 0; list-style: none; color: #4d5d6d; font-size: 14px; line-height: 1.5; }
.rs-trip-list li { position: relative; padding-left: 20px; margin-bottom: 7px; }
.rs-trip-list li:before { content: "✓"; position: absolute; left: 0; top: 0; color: #01b7f2; font-weight: 900; }
.rs-trip-actions { margin-top: auto; display: flex; flex-wrap: wrap; gap: 9px; }
.rs-note { margin-top: 18px; color: #6b7785; font-size: 13px; line-height: 1.55; }
.rs-no-trips { background: #fff; border: 1px solid #dbe8f5; border-radius: 16px; padding: 24px; box-shadow: 0 8px 24px rgba(0,43,85,.08); }
.rs-no-trips h3 { margin: 0 0 8px; color: #003366; font-weight: 850; font-size: 22px; }
.rs-no-trips p { margin: 0 0 16px; color: #5f6f80; font-size: 15px; line-height: 1.6; }
.rs-boat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.rs-boat-card { background: #fff; border: 1px solid #dbe8f5; border-radius: 18px; overflow: hidden; box-shadow: 0 10px 34px rgba(0,43,85,.08); display: flex; flex-direction: column; }
.rs-boat-card__image { display: block; background: #d8eaf5; overflow: hidden; }
.rs-boat-card__image img { width: 100%; height: 285px; object-fit: cover; display: block; transition: transform .2s ease; }
.rs-boat-card:hover .rs-boat-card__image img { transform: scale(1.03); }
.rs-boat-card__body { padding: 24px; display: flex; flex: 1; flex-direction: column; }
.rs-boat-tag { margin: 0 0 8px; color: #01b7f2; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rs-boat-card h3 { margin: 0 0 10px; color: #003366; font-size: 28px; font-weight: 850; }
.rs-boat-card p { color: #5f6f80; font-size: 15px; line-height: 1.65; }
.rs-boat-card ul { margin: 0 0 18px; padding-left: 20px; color: #4d5d6d; font-size: 14px; line-height: 1.6; }
.rs-review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rs-review-card { background: #fff; border: 1px solid #dbe8f5; border-radius: 16px; padding: 20px; box-shadow: 0 8px 22px rgba(0,43,85,.06); }
.rs-review-card__boat { display: inline-flex; margin-bottom: 10px; padding: 6px 9px; border-radius: 999px; background: #edf6fb; color: #003366; font-weight: 900; font-size: 12px; }
.rs-review-card h3 { margin: 0 0 8px; color: #003366; font-weight: 850; font-size: 20px; }
.rs-review-card p { margin: 0; color: #5f6f80; line-height: 1.65; font-size: 14px; }
.rs-product-review-panel { margin-top: 24px; background: #fff; border: 1px solid #dbe8f5; border-radius: 18px; padding: 24px; box-shadow: 0 10px 34px rgba(0,43,85,.08); }
.rs-product-review-panel__intro h3 { margin: 0 0 8px; color: #003366; font-size: 24px; font-weight: 850; }
.rs-product-review-panel__intro p { margin: 0 0 18px; color: #5f6f80; font-size: 15px; line-height: 1.65; }
.rs-product-review-widgets { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rs-product-review-widget { min-height: 120px; border: 1px solid #edf2f8; border-radius: 14px; padding: 16px; background: #fbfdff; }
.rs-product-review-widget h4 { margin: 0 0 12px; color: #003366; font-size: 18px; font-weight: 850; }
.rs-feefo-panel { margin-top: 24px; background: #fff; border: 1px solid #dbe8f5; border-radius: 18px; padding: 24px; box-shadow: 0 10px 34px rgba(0,43,85,.08); display: grid; grid-template-columns: .7fr 1.3fr; gap: 22px; align-items: center; }
.rs-feefo-panel h3 { margin: 0 0 8px; color: #003366; font-size: 24px; font-weight: 850; }
.rs-feefo-panel p { margin: 0; color: #5f6f80; font-size: 15px; line-height: 1.65; }
.rs-feefo-widget-wrap { min-height: 80px; }
.rs-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.rs-copy-card { background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 10px 34px rgba(0,43,85,.08); border: 1px solid #dbe8f5; }
.rs-copy-card h3 { margin: 0 0 12px; color: #003366; font-size: 24px; font-weight: 850; }
.rs-copy-card p, .rs-copy-card li { color: #5f6f80; font-size: 15px; line-height: 1.65; }
.rs-copy-card ul { margin: 0 0 18px; padding-left: 20px; }
.rs-cta-band { background: linear-gradient(135deg, #003366, #006aa6); color: #fff; border-radius: 20px; padding: 30px; display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; box-shadow: 0 20px 50px rgba(0,51,102,.25); }
.rs-cta-band h2 { margin: 0 0 8px; color: #fff; font-weight: 850; font-size: clamp(26px, 3vw, 40px); }
.rs-cta-band p { margin: 0; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.6; }
.rs-small-print { color: #708090; font-size: 12px; line-height: 1.5; }
.rs-mobile-sticky { display: none; position: sticky; bottom: 0; z-index: 30; background: #fff; border-top: 1px solid #dbe8f5; padding: 10px; gap: 10px; box-shadow: 0 -8px 24px rgba(0,0,0,.12); }
.rs-mobile-sticky .rs-btn { flex: 1; min-height: 42px; padding: 10px; font-size: 13px; }
@media (max-width: 1100px) { .rs-trip-grid { grid-template-columns: repeat(2, 1fr); } .rs-review-grid { grid-template-columns: repeat(2, 1fr); } .rs-trust-strip__inner { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .rs-boat-grid, .rs-two-col, .rs-feefo-panel, .rs-product-review-widgets { grid-template-columns: 1fr; } }
@media (max-width: 820px) { .rs-home-hero, .rs-landing-hero { min-height: 610px; } .rs-home-hero:before, .rs-landing-hero:before { background-image: linear-gradient(180deg, rgba(0,25,55,.88), rgba(0,47,85,.76)), url('https://www.scubatravel.com/holidays/liveaboards/egypt/ghazalaadventure/gallery/image1.jpg'); } .rs-intro-card, .rs-cta-band { grid-template-columns: 1fr; } .rs-level-pills { grid-template-columns: 1fr; } .rs-section-head { display: block; } .rs-section-actions { justify-content: flex-start; margin-top: 14px; } }
@media (max-width: 640px) { .rs-container { padding: 0 14px; } .rs-home-hero__content, .rs-landing-hero__content { padding: 42px 0; } .rs-hero-copy h1 { font-size: 42px; } .rs-hero-actions { flex-direction: column; align-items: stretch; } .rs-btn { width: 100%; } .rs-trust-strip__inner { grid-template-columns: 1fr; padding: 12px 14px; } .rs-trip-grid, .rs-review-grid { grid-template-columns: 1fr; } .rs-intro-panel { margin-top: 0; } .rs-intro-card { border-radius: 0; margin-left: -14px; margin-right: -14px; } .rs-boat-card__image img { height: 220px; } .rs-trip-card__image img { height: 170px; } .rs-mobile-sticky { display: flex; } }
