/* Sleep with Sharks info page (Houston) */

.sws-page {
    padding: 0;
}

.sws-page header.sws-hero {
    margin-bottom: 0;
}

.sws-page > footer {
    padding: 24px 40px 32px;
}

.sws-hero {
    background: linear-gradient(135deg, #0077be 0%, #00a8e8 100%);
    color: #fff;
    padding: 48px 32px 40px;
    text-align: center;
}

.sws-hero-partner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.sws-partner-logo-link {
    display: inline-block;
    line-height: 0;
    text-decoration: none;
}

.sws-partner-logo {
    display: block;
    height: 72px;
    width: auto;
    max-width: min(280px, 85vw);
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    padding: 6px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.sws-partner-logo-link:hover .sws-partner-logo {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.sws-partner-note {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.88);
}

.sws-hero-title {
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    text-align: center;
    margin: 0 auto 12px;
    max-width: 32rem;
}

.sws-hero-date {
    font-size: clamp(1.1rem, 2.4vw, 1.35rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.98);
    margin: 0 auto 10px;
    letter-spacing: 0.02em;
}

.sws-hero-lead {
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    color: rgba(255, 255, 255, 0.94);
    margin: 0 auto 20px;
    max-width: 36rem;
    line-height: 1.5;
}

.sws-hero-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 auto 22px;
    max-width: 36rem;
}

.sws-date-badge,
.sws-price-badge {
    padding: 10px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    text-align: center;
}

.sws-date-badge-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 2px;
}

.sws-date-badge-value {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.1;
}

.sws-price-badge-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 2px;
}

.sws-price-badge-amount {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.sws-hero-meta {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    max-width: 18rem;
    line-height: 1.45;
    text-align: center;
}

.sws-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
}

.sws-hero-ctas .btn {
    padding: 12px 22px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
}

.sws-hero-ctas .btn-primary {
    background: #fff;
    color: #0077be;
    border: none;
}

.sws-hero-ctas .btn-primary:hover {
    background: #f7fafc;
}

.sws-hero-ctas .btn-secondary {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.sws-hero-ctas .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
}

.sws-main {
    padding: 32px 40px 40px;
}

.sws-section {
    margin-bottom: 28px;
}

.sws-section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.sws-section-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
    text-align: left;
}

.sws-section-hint {
    font-size: 0.88rem;
    color: #718096;
    margin: 0 0 14px;
}

.sws-price-pill {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ebf8ff;
    color: #0077be;
    border: 1px solid #bee3f8;
}

.sws-inclusion-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media (min-width: 560px) {
    .sws-inclusion-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.sws-inclusion-card {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #f7fafc;
}

.sws-inclusion-card h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 4px;
    text-align: left;
}

.sws-inclusion-card p {
    font-size: 0.85rem;
    color: #718096;
    margin: 0;
    line-height: 1.45;
}

.sws-meal-block {
    padding: 18px;
    border-radius: 12px;
    border: 1px solid #cbd5e0;
    background: #fff;
    margin-bottom: 28px;
}

.sws-meal-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.sws-meal-title {
    font-size: 1rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
    text-align: left;
}

.sws-meal-pill {
    font-size: 0.78rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    background: #edf2f7;
    color: #4a5568;
    border: 1px solid #e2e8f0;
}

.sws-meal-desc {
    font-size: 0.88rem;
    color: #718096;
    margin: 0 0 12px;
}

.sws-meal-windows {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media (min-width: 560px) {
    .sws-meal-windows {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.sws-meal-window {
    padding: 12px 14px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
}

.sws-meal-window h4 {
    font-size: 0.88rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 4px;
    text-align: left;
}

.sws-meal-window p {
    font-size: 0.82rem;
    color: #718096;
    margin: 0;
    line-height: 1.4;
}

.sws-encounter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

@media (min-width: 720px) {
    .sws-encounter-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.sws-encounter-card {
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.sws-encounter-card h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 4px;
    text-align: left;
}

.sws-encounter-ages {
    font-size: 0.78rem;
    color: #718096;
    margin: 0;
    line-height: 1.35;
}

.sws-footer-band {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

@media (min-width: 640px) {
    .sws-footer-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.sws-rules-card,
.sws-lodging-card {
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.sws-lodging-card {
    background: #f7fafc;
}

.sws-band-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 10px;
    text-align: left;
}

.sws-rules-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sws-rules-list li {
    font-size: 0.85rem;
    color: #4a5568;
    margin-bottom: 6px;
    line-height: 1.4;
}

.sws-rules-list li:last-child {
    margin-bottom: 0;
}

.sws-lodging-card p {
    font-size: 0.85rem;
    color: #718096;
    margin: 0 0 12px;
    line-height: 1.45;
}

.sws-lodging-card .btn {
    font-size: 0.9rem;
    padding: 10px 18px;
}

.sws-footnote {
    font-size: 0.85rem;
    color: #718096;
    text-align: center;
    margin: 0 0 16px;
}

.sws-back-link {
    text-align: center;
}

.sws-mobile-sticky {
    display: none;
}

.sws-mobile-sticky .btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    background: #0077be;
    color: #fff;
    text-decoration: none;
}

.sws-mobile-sticky .btn:hover {
    background: #0066a3;
    color: #fff;
}

@media (max-width: 639px) {
    .sws-hero {
        padding: 36px 20px 32px;
    }

    .sws-main {
        padding: 24px 20px 28px;
    }

    .sws-page > footer {
        padding: 20px;
    }

    .sws-hero-meta {
        max-width: 22rem;
    }

    .sws-hero-ctas {
        flex-direction: column;
        align-items: stretch;
    }

    .sws-mobile-sticky {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 12px 20px calc(16px + env(safe-area-inset-bottom, 0px));
        background: #fff;
        border-top: 1px solid #e2e8f0;
        z-index: 100;
    }

    .sws-main {
        padding-bottom: 72px;
    }

    .sws-page > footer {
        padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    }
}

@media (max-width: 480px) {
    .container.sws-page {
        padding: 0;
    }
}

/* Buy flow partner logo */
.sws-buy-page header {
    text-align: center;
}

.sws-buy-partner-logo-link {
    display: inline-block;
    line-height: 0;
    margin-bottom: 16px;
    text-decoration: none;
}

.sws-buy-partner-logo {
    display: block;
    height: 64px;
    width: auto;
    max-width: min(240px, 80vw);
    object-fit: contain;
}

.sws-buy-event-date {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0077be;
    margin: 0 0 6px;
    text-align: center;
}

.sws-meal-addon-section {
    margin-top: 24px;
}

.sws-meal-addon-intro {
    margin-bottom: 16px;
}

.sws-meal-addon-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-top: 1px solid #e2e8f0;
}

.sws-meal-addon-row:last-child {
    border-bottom: 1px solid #e2e8f0;
}

.sws-meal-addon-copy {
    flex: 1;
    min-width: 0;
}

.sws-meal-addon-name {
    margin: 0 0 4px;
    font-weight: 600;
    color: #2d3748;
}

.sws-meal-addon-detail {
    margin: 0;
    font-size: 0.92rem;
    color: #718096;
    line-height: 1.45;
}
