/* =========================================
   ORIGINAL LISTING PAGE CSS
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Fira+Sans:wght@300;400;500;600;700&display=swap');

.sc-specials-wrap,
.sc-specials-wrap * {
    box-sizing: border-box;
}

.sc-specials-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 24px 60px;
    font-family: 'Fira Sans', Arial, sans-serif;
    background: #ffffff;
    color: #1f2937;
    line-height: 1.6;
}

.sc-specials-wrap a {
    text-decoration: none;
}

.sc-specials-wrap .section-label {
    margin: 0 0 10px;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #9ca3af;
    font-family: 'Fira Sans', Arial, sans-serif;
    font-weight: 500;
}

.sc-specials-wrap .section-title {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1.15;
    color: #003b5c;
    font-family: 'The Seasons', 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
}

.sc-specials-wrap .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sc-specials-wrap .card {
    background: #fff;
    border: 1px solid #dddfe6;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sc-specials-wrap .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(16, 24, 40, 0.12);
    border-color: #d6dee7;
}

.sc-specials-wrap .card-media {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    line-height: 0;
}

.sc-specials-wrap .card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: #d8a94c;
    color: #1f2937;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 2px;
    letter-spacing: 0.2px;
}

.sc-specials-wrap .card-image {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 235px;
    object-fit: cover;
    object-position: center bottom;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center center;
}

.sc-specials-wrap .card-image-wrap {
    background: #ffffff;
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
}

.sc-specials-wrap .card:hover .card-image {
    transform: scale(1.03);
}

.sc-specials-wrap .card-body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sc-specials-wrap .card h2 {
    margin: 0 0 2px;
    color: #25324b;
    font-size: 19px;
    line-height: 1.12;
    font-weight: 700;
    min-height: 66px;
    transition: color 0.22s ease;
    font-family: 'The Seasons', 'Cormorant Garamond', Georgia, serif;
}

.sc-specials-wrap .card:hover h2 {
    color: #003b5c;
}

.sc-specials-wrap .subtitle {
    margin: 0 0 14px;
    color: #38455f;
    font-size: 14px;
    line-height: 1.45;
    font-family: 'Fira Sans', Arial, sans-serif;
    min-height: 88px;
}

.sc-specials-wrap .offer-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 2px 0 12px;
}

.sc-specials-wrap .offer-label {
    display: inline-block;
    background: #e1b159;
    color: #1f2937;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 7px 14px 7px 10px;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}

.sc-specials-wrap .price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    margin: 0 0 12px;
}

.sc-specials-wrap .price-block {
    margin-left: auto;
    text-align: right;
}

.sc-specials-wrap .price-prefix {
    margin: 0 0 4px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.sc-specials-wrap .price-value {
    margin: 0;
    color: #1f2a4f;
    font-family: 'The Seasons', 'Cormorant Garamond', Georgia, serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}

.sc-specials-wrap .price-suffix {
    margin: 3px 0 0;
    color: #6b7280;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 500;
}

.sc-specials-wrap .meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 8px;
}

.sc-specials-wrap .nights-label {
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
}

.sc-specials-wrap .btn {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    font-family: 'Fira Sans', Arial, sans-serif;
}

.sc-specials-wrap .btn-dark {
    background: #d8a94c;
    color: #ffffff;
}

.sc-specials-wrap .btn-dark:hover {
    background: #c99a40;
    color: #ffffff;
}

.sc-specials-wrap .btn-light {
    background: #f3f4f6;
    color: #003b5c;
}

.sc-specials-wrap .btn-light:hover {
    background: #e8edf2;
}

.sc-specials-wrap .card-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.sc-specials-wrap .empty {
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 26px;
}

@media (max-width: 1100px) {
    .sc-specials-wrap .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .sc-specials-wrap .grid {
        grid-template-columns: 1fr;
    }

    .sc-specials-wrap .card-image {
        height: 230px;
    }

    .sc-specials-wrap .card:hover {
        transform: none;
    }

    .sc-specials-wrap .card:hover .card-image {
        transform: none;
    }
}

@media (max-width: 600px) {
    .sc-specials-wrap {
        padding: 20px 16px 40px;
    }

    .sc-specials-wrap .section-title {
        font-size: 26px;
    }

    .sc-specials-wrap .price-row,
    .sc-specials-wrap .meta-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .sc-specials-wrap .price-block {
        margin-left: 0;
        text-align: left;
    }

    .sc-specials-wrap .card-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .sc-specials-wrap .subtitle {
        min-height: 0;
    }

    .sc-specials-wrap .card h2 {
        min-height: 0;
    }
}

/* =========================================
   DETAIL PAGE CSS - TOOLS.STARCLIPPERS STYLE
   ========================================= */

.sc-special-detail-wrap,
.sc-special-detail-wrap * {
    box-sizing: border-box;
}

.sc-special-detail-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', Arial, sans-serif;
    color: #1f2937;
    background: #f5f7fa;
    line-height: 1.6;
}

.sc-special-detail-wrap a {
    text-decoration: none;
}

.sc-tools-empty {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.sc-tools-back {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 24px 0;
}

.sc-tools-back-link {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    background: #6b7280;
    color: #ffffff;
    transition: 0.2s ease;
    font-family: 'Fira Sans', Arial, sans-serif;
}

.sc-tools-back-link:hover,
.sc-tools-back-link:focus {
    background: #5b6270;
    color: #ffffff;
    text-decoration: none;
}

.sc-tools-hero {
    background: linear-gradient(135deg, #003b5c 0%, #0d5a87 100%);
    color: #ffffff;
    padding: 0 0 26px;
    margin-top: 18px;
}

.sc-tools-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 34px 24px 0;
}

.sc-tools-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: center;
}

.sc-tools-eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.12);
    padding: 8px 12px;
    border-radius: 999px;
    margin-bottom: 18px;
    font-family: 'Fira Sans', Arial, sans-serif;
    font-weight: 600;
}

.sc-tools-title {
    font-family: 'The Seasons', 'Cormorant Garamond', Georgia, serif;
    font-size: 52px;
    line-height: 1.02;
    margin: 0 0 18px;
    font-weight: 700;
    max-width: 680px;
    color: #ffffff;
}

.sc-tools-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 24px;
    max-width: 700px;
    font-family: 'Fira Sans', Arial, sans-serif;
}

.sc-tools-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.sc-tools-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 6px;
    font-weight: 700;
    transition: 0.2s ease;
    font-family: 'Fira Sans', Arial, sans-serif;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    min-height: 48px;
    appearance: none;
    -webkit-appearance: none;
}

.sc-tools-btn:hover,
.sc-tools-btn:focus {
    text-decoration: none;
}

.sc-tools-btn-primary {
    background: #d8a94c;
    color: #ffffff;
}

.sc-tools-btn-primary:hover,
.sc-tools-btn-primary:focus {
    background: #c99a40;
    color: #ffffff;
}

.sc-tools-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.sc-tools-btn-secondary:hover,
.sc-tools-btn-secondary:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.sc-tools-hero-image-wrap {
    position: relative;
    min-height: 320px;
}

.sc-tools-hero-image-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.sc-tools-hero-image {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
    display: block;
    border-radius: 8px;
    background: #0d5a87;
}

.sc-tools-content-wrap {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 24px 24px 0;
}

.sc-tools-content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    align-items: start;
}

.sc-tools-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
    margin-bottom: 22px;
}

.sc-tools-card h2,
.sc-tools-card h3 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #25324b;
    font-family: 'The Seasons', 'Cormorant Garamond', Georgia, serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
}

.sc-tools-card p {
    margin: 0;
}

.sc-tools-sidebar-card {
    position: sticky;
    top: 24px;
}

.sc-tools-small {
    font-size: 14px;
    color: #6b7280;
    font-family: 'Fira Sans', Arial, sans-serif;
}

.sc-tools-cta-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}

.sc-tools-cta-stack .sc-tools-btn {
    width: 100%;
}

.sc-tools-btn-dark {
    background: #d8a94c;
    color: #ffffff;
}

.sc-tools-btn-dark:hover,
.sc-tools-btn-dark:focus {
    background: #c99a40;
    color: #ffffff;
}

.sc-tools-btn-light {
    background: #f3f4f6;
    color: #003b5c;
}

.sc-tools-btn-light:hover,
.sc-tools-btn-light:focus {
    background: #e8edf2;
    color: #003b5c;
}

.sc-tools-price-box {
    background: #fbfaf7;
    border: 1px solid #eadfcb;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 18px;
}

.sc-tools-price-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b7280;
    margin: 0 0 8px;
    font-family: 'Fira Sans', Arial, sans-serif;
    font-weight: 600;
}

.sc-tools-price-prefix {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b7280;
    margin: 0 0 6px;
    font-family: 'Fira Sans', Arial, sans-serif;
    font-weight: 700;
}

.sc-tools-price-value {
    font-family: 'The Seasons', 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    line-height: 1.1;
    color: #1f2a4f;
    font-weight: 700;
    margin: 0;
}

.sc-tools-price-suffix {
    margin: 4px 0 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
}

.sc-tools-regional-departure-pricing {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #374151;
    font-weight: 500;
}

.sc-tools-local-charges {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #0b4a86;
}

.sc-tools-nights-box {
    margin-top: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #4b5563;
}

.sc-tools-offer-label {
    display: inline-block;
    background: #e1b159;
    color: #1f2937;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 14px 8px 10px;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
    margin-bottom: 16px;
}

.sc-cognito-modal[hidden] {
    display: none !important;
}

.sc-cognito-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.sc-cognito-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.sc-cognito-modal__dialog {
    position: relative;
    width: min(920px, calc(100vw - 32px));
    max-height: calc(100vh - 40px);
    margin: 20px auto;
    background: #ffffff;
    overflow: auto;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.sc-cognito-modal__close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.sc-cognito-modal__content {
    min-height: 300px;
}

body.sc-modal-open {
    overflow: hidden;
}

@media (max-width: 900px) {
    .sc-tools-hero-grid,
    .sc-tools-content-grid {
        grid-template-columns: 1fr;
    }

    .sc-tools-title {
        font-size: 40px;
        max-width: none;
    }

    .sc-tools-hero-image {
        max-height: 360px;
    }

    .sc-tools-hero-image-wrap {
        min-height: auto;
    }

    .sc-tools-sidebar-card {
        position: static;
    }
}

@media (max-width: 600px) {
    .sc-tools-back,
    .sc-tools-hero-inner,
    .sc-tools-content-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sc-tools-title {
        font-size: 32px;
    }

    .sc-tools-subtitle {
        font-size: 18px;
    }

    .sc-tools-card {
        padding: 22px;
    }

    .sc-tools-card h2,
    .sc-tools-card h3 {
        font-size: 21px;
    }

    .sc-tools-price-value {
        font-size: 28px;
    }

    .sc-tools-btn {
        width: 100%;
    }
}