/* 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;
}

/* FFG Suites booking widget (Houston Sleep with Sharks) */
.ffg-suites-widget {
    padding: 22px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ffg-suites-header {
    margin-bottom: 18px;
}

.ffg-suites-header .sws-section-title {
    font-size: 1.2rem;
}

.ffg-suites-lead {
    font-size: 0.92rem;
    color: #718096;
    margin: 8px 0 0;
    line-height: 1.5;
}

.ffg-suites-controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 18px;
    padding: 16px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

@media (min-width: 560px) {
    .ffg-suites-controls {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.ffg-suites-field label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 5px;
}

.ffg-suites-field input,
.ffg-suites-field select {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid #cbd5e0;
    border-radius: 9px;
    font-size: 0.95rem;
    background: #fff;
    color: #2d3748;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.ffg-suites-field input:focus,
.ffg-suites-field select:focus {
    outline: none;
    border-color: #0077be;
    box-shadow: 0 0 0 3px rgba(0, 119, 190, 0.15);
}

.ffg-suites-field input:invalid {
    border-color: #e53e3e;
}

.ffg-suites-field select option:disabled {
    color: #a0aec0;
}

.ffg-suites-hint {
    display: block;
    font-size: 0.75rem;
    color: #a0aec0;
    margin-top: 5px;
}

.ffg-suites-dates-hint {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #4a5568;
    margin: -8px 0 14px;
    line-height: 1.4;
}

.ffg-suites-event-chip {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 999px;
    background: #ebf8ff;
    color: #0077be;
    border: 1px solid #bee3f8;
}

.ffg-suites-message {
    display: none;
    padding: 11px 14px;
    border-radius: 9px;
    margin-bottom: 16px;
    font-size: 0.9rem;
    line-height: 1.4;
}

.ffg-suites-message.info {
    background: #ebf8ff;
    color: #0077be;
    border: 1px solid #bee3f8;
}

.ffg-suites-message.error {
    background: #fff5f5;
    color: #c53030;
    border: 1px solid #fed7d7;
}

.ffg-suites-units {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 18px;
}

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

.ffg-suites-empty,
.ffg-suites-loading {
    font-size: 0.92rem;
    color: #718096;
    margin: 0;
    grid-column: 1 / -1;
    padding: 18px;
    text-align: center;
    background: #f7fafc;
    border: 1px dashed #e2e8f0;
    border-radius: 10px;
}

.ffg-suite-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.ffg-suite-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.ffg-suite-card.is-selected {
    border-color: #0077be;
    box-shadow: 0 0 0 2px #0077be;
}

.ffg-suite-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    background: #edf2f7;
}

.ffg-suite-card-body {
    padding: 14px;
}

.ffg-suite-card-body h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 5px;
    text-align: left;
}

.ffg-suite-type {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0077be;
    background: #ebf8ff;
    padding: 3px 8px;
    border-radius: 999px;
    margin-bottom: 6px;
}

.ffg-suite-occupancy {
    font-size: 0.84rem;
    color: #718096;
    margin: 0 0 8px;
}

.ffg-suite-availability {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #2f855a;
    background: #f0fff4;
    border: 1px solid #c6f6d5;
    padding: 4px 9px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.ffg-suite-availability-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #48bb78;
    flex-shrink: 0;
}

.ffg-suite-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 14px;
}

.ffg-suite-price small {
    font-size: 0.78rem;
    font-weight: 600;
    color: #718096;
}

.ffg-suites-summary {
    padding: 16px;
    border-radius: 10px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    margin-bottom: 18px;
}

.ffg-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #4a5568;
    margin-bottom: 7px;
}

.ffg-summary-total {
    font-weight: 700;
    color: #2d3748;
    border-top: 1px solid #e2e8f0;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 1rem;
}

.ffg-summary-note {
    font-size: 0.8rem;
    color: #718096;
    margin: 12px 0 0;
    line-height: 1.4;
}

.ffg-suites-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ffg-suites-actions .btn {
    padding: 13px 22px;
    font-size: 0.98rem;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.ffg-suites-actions .btn-primary {
    background: #0077be;
    color: #fff;
}

.ffg-suites-actions .btn-primary:hover:not(:disabled) {
    background: #0066a3;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 119, 190, 0.35);
}

.ffg-suites-actions .btn-secondary {
    background: #e2e8f0;
    color: #4a5568;
}

.ffg-suites-actions .btn-secondary:hover {
    background: #cbd5e0;
}

.ffg-suites-actions .btn:disabled {
    background: #cbd5e0;
    color: #fff;
    opacity: 0.8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 480px) {
    .ffg-suites-widget {
        padding: 18px 16px;
    }

    .ffg-suites-dates-hint {
        font-size: 0.82rem;
        gap: 6px;
    }

    .ffg-suite-availability {
        font-size: 0.75rem;
    }

    .ffg-suites-actions {
        flex-direction: column;
    }

    .ffg-suites-actions .btn {
        width: 100%;
        text-align: center;
    }
}
