/* ================================================
   Croatia Island Hopping — style.css
   ================================================ */

/* HERO */
.hero-badge {
    background: rgba(251, 185, 32, 0.92);
    color: #1a1a1a;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    padding: 6px 18px;
    border-radius: 50px;
    text-transform: uppercase;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0.5rem 0 1rem;
}

.hero-sub {
    font-size: clamp(0.9rem, 2vw, 1.05rem);
    opacity: 0.88;
    max-width: 700px;
    margin: 0 auto 0.5rem;
    line-height: 1.6;
}

.hero-route {
    font-size: clamp(0.8rem, 1.8vw, 0.95rem);
    opacity: 0.65;
    max-width: 700px;
    margin: 0 auto 1.5rem;
    letter-spacing: 0.02em;
}

.anchor-price-display {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px 28px;
    flex-wrap: wrap;
    justify-content: center;
}

.charter-was {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.95rem;
}

.charter-was s {
    color: rgba(255, 255, 255, 0.45);
}

.cabin-from {
    color: #FBB920;
    font-size: 1.05rem;
}

.cabin-from strong {
    font-size: 1.5rem;
    font-weight: 700;
}

.cabin-from small {
    font-size: 0.85rem;
    opacity: 0.85;
}

.btn-whatsapp-hero {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #25D366;
    color: white;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp-hero:hover {
    background: #1fba5a;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
    color: white;
}

.btn-email-hero {
    display: inline-flex;
    align-items: center;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.55);
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.btn-email-hero:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: white;
    color: white;
}

/* URGENCY STRIP */
.urgency-bar {
    position: sticky;
    top: 72px;
    z-index: 100;
    background: #FBB920;
    color: #1a1a1a;
    text-align: center;
    padding: 11px 16px;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.03em;
}

/* SHARED SECTION ELEMENTS */
.section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 700;
    color: #1A5F7A;
    margin: 0;
}

.section-sub {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

/* VALUE BRIDGE */
.value-section {
    background: #f7fafc;
}

.value-tagline {
    color: #555;
    font-size: 1.1rem;
    margin-top: 8px;
}

.value-card {
    border-radius: 16px;
    padding: 36px 28px;
    border: 2px solid transparent;
}

.value-card--charter {
    background: white;
    border-color: #e0e0e0;
    opacity: 0.75;
}

.value-card__label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #999;
    font-weight: 600;
    margin-bottom: 10px;
}

.value-card__price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #bbb;
    margin-bottom: 8px;
    line-height: 1;
}

.value-card__price--highlight {
    color: #1A5F7A;
}

.value-card--cabin {
    background: linear-gradient(135deg, #e8f5fb 0%, #cce8f5 100%);
    border-color: #1A5F7A;
    box-shadow: 0 8px 32px rgba(26, 95, 122, 0.14);
}

.value-card--cabin .value-card__label {
    color: #1A5F7A;
}

.value-card__sub {
    color: #555;
    font-size: 0.92rem;
    line-height: 1.55;
}

.value-arrow {
    font-size: 2rem;
    color: #1A5F7A;
    font-weight: 700;
    opacity: 0.6;
}

.value-note {
    color: #999;
    font-size: 0.875rem;
}

/* AVAILABLE WEEKS */
.weeks-section {
    background: white;
}

.week-card {
    border-radius: 16px;
    background: white;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.08);
    padding: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s, box-shadow 0.25s;
}

.week-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(26, 95, 122, 0.16);
}

.week-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.week-badge {
    background: #e8f7ee;
    color: #1a7a40;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid #a5debb;
}

.week-badge--low {
    background: #fdeaea;
    color: #b02a2a;
    border-color: #f0b9b9;
}

.week-number {
    color: #aaa;
    font-size: 0.82rem;
    font-weight: 500;
}

.week-card__dates {
    font-size: clamp(1.25rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #1A5F7A;
    margin-bottom: 18px;
}

.week-card__details {
    flex: 1;
    margin-bottom: 20px;
}

.week-detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #444;
    font-size: 0.88rem;
    padding: 7px 0;
    border-bottom: 1px solid #f2f2f2;
    line-height: 1.4;
}

.week-detail:last-child {
    border-bottom: none;
}

.week-detail .fa {
    color: #1A5F7A;
    width: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.week-card__price {
    margin-bottom: 16px;
}

.week-price-from {
    color: #999;
    font-size: 0.85rem;
    margin-right: 4px;
}

.week-price-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #1A5F7A;
}

.week-price-per {
    font-size: 1rem;
    font-weight: 400;
    color: #999;
}

.btn-week-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #25D366;
    color: white;
    padding: 14px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.98rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    width: 100%;
}

.btn-week-cta:hover {
    background: #1fba5a;
    transform: translateY(-2px);
    color: white;
}

/* WHAT'S INCLUDED */
.included-section {
    background: #1A5F7A;
}

.included-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.included-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #FBB920;
    font-size: 1.1rem;
}

.included-item strong {
    display: block;
    color: white;
    font-weight: 600;
    margin-bottom: 4px;
}

.included-item p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    margin: 0;
    line-height: 1.55;
}

/* ROUTE */
.route-section {
    background: #f7fafc;
}

.route-stops-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
}

.route-stops-scroll::-webkit-scrollbar {
    height: 4px;
}

.route-stops-scroll::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 2px;
}

.route-stops-scroll::-webkit-scrollbar-thumb {
    background: #1A5F7A;
    border-radius: 2px;
}

.route-stops {
    display: flex;
    align-items: center;
    min-width: max-content;
    padding: 8px 0;
}

.route-connector {
    color: #1A5F7A;
    font-size: 1.1rem;
    padding: 0 10px;
    opacity: 0.4;
    flex-shrink: 0;
}

.route-stop {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 128px;
    flex-shrink: 0;
}

.route-stop__img-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #1A5F7A;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.route-stop__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.route-stop:hover .route-stop__img-wrap img {
    transform: scale(1.08);
}

.route-stop__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.route-stop__day {
    font-size: 0.68rem;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.route-stop__name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1A5F7A;
}

.route-stop__label {
    font-size: 0.72rem;
    color: #999;
}

/* CABIN INVENTORY */
.cabins-section {
    background: white;
}

.deck-block {
    border: 1px solid #e4eef4;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(26, 95, 122, 0.06);
}

.deck-header {
    background: #1A5F7A;
    color: white;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.deck-header__title {
    font-weight: 700;
    font-size: 1rem;
}

.deck-header__title .fa {
    margin-right: 8px;
    color: #FBB920;
}

.deck-header__price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #FBB920;
}

.deck-header__price--value {
    color: #7fe4aa;
}

.deck-header__price small {
    font-size: 0.78rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
    margin-left: 4px;
}

.cabin-group {
    background: #f8fbfd;
    border-radius: 10px;
    padding: 14px 20px;
    margin: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cabin-group__type {
    font-weight: 600;
    color: #1A5F7A;
    min-width: 150px;
    font-size: 0.92rem;
}

.cabin-group__type .fa {
    margin-right: 6px;
}

.cabin-group__cabins {
    flex: 1;
    color: #555;
    font-size: 0.88rem;
}

.cabin-enquire {
    color: #1A5F7A;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    white-space: nowrap;
    padding: 6px 14px;
    border: 2px solid #1A5F7A;
    border-radius: 50px;
    transition: background 0.2s, color 0.2s;
}

.cabin-enquire:hover {
    background: #1A5F7A;
    color: white;
}

.cabin-tax-note {
    margin-top: 20px;
    color: #999;
    font-size: 0.85rem;
    text-align: center;
}

.cabin-tax-note .fa {
    color: #FBB920;
    margin-right: 5px;
}

/* REVIEWS */
.reviews-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.reviews-overlay {
    background: rgba(0, 0, 0, 0.68);
}

.review-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    padding: 28px 24px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
}

.review-card__quote {
    color: #FBB920;
    font-size: 1.25rem;
    margin-bottom: 14px;
    opacity: 0.85;
}

.review-card p {
    font-size: 0.93rem;
    line-height: 1.7;
    margin-bottom: 16px;
    opacity: 0.88;
    flex: 1;
}

.review-card__stars {
    color: #FBB920;
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.review-card__author {
    font-weight: 700;
    font-size: 0.88rem;
    opacity: 0.75;
}

/* GALLERY */
.gallery-section {
    background: #f7fafc;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 240px 240px;
    gap: 10px;
    border-radius: 16px;
    overflow: hidden;
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item--tall {
    grid-row: span 2;
}

.gallery-item--wide {
    grid-column: span 2;
}

/* FINAL CTA */
.final-cta-section {
    background: linear-gradient(135deg, #0d3d52 0%, #0a2e3f 100%);
    padding: 90px 16px;
}

.final-cta__title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    color: white;
    margin-bottom: 14px;
}

.final-cta__sub {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
    margin: 0;
    line-height: 1.7;
}

.btn-whatsapp-final {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    box-shadow: 0 4px 24px rgba(37, 211, 102, 0.4);
    transition: background 0.2s, transform 0.2s;
}

.btn-whatsapp-final:hover {
    background: #1fba5a;
    transform: translateY(-2px);
    color: white;
}

.btn-email-final {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    border: 2px solid rgba(255, 255, 255, 0.35);
    padding: 15px 32px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1.05rem;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}

.btn-email-final:hover {
    border-color: rgba(255, 255, 255, 0.8);
    color: white;
}

/* FLOATING WHATSAPP */
.floating-whatsapp {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    width: 58px;
    height: 58px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    animation: wa-pulse 2.8s ease-in-out infinite;
    transition: transform 0.2s;
    text-decoration: none;
}

.floating-whatsapp:hover {
    transform: scale(1.12);
    animation: none;
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.65);
}

@keyframes wa-pulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5); }
    50% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5), 0 0 0 10px rgba(37, 211, 102, 0.12); }
}

.gallery-link {
    color: #1A5F7A;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
}

.gallery-link:hover {
    border-bottom-color: #1A5F7A;
    color: #1A5F7A;
}

/* FAQ */
.faq-section {
    background: #f7fafc;
}

.faq-accordion {
    max-width: 780px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border: 1px solid #dde8ef;
    border-radius: 12px !important;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-item + .faq-item {
    margin-top: 0;
}

.faq-button {
    font-weight: 600;
    font-size: 0.97rem;
    color: #1a2a33;
    background: white;
    padding: 18px 20px;
    box-shadow: none !important;
    border-radius: 12px !important;
}

.faq-button:not(.collapsed) {
    color: #1A5F7A;
    background: white;
}

.faq-button::after {
    filter: none;
    opacity: 0.5;
}

.faq-button:not(.collapsed)::after {
    filter: none;
    opacity: 1;
}

.faq-body {
    color: #444;
    font-size: 0.92rem;
    line-height: 1.75;
    padding: 4px 20px 20px;
    border-top: 1px solid #eef4f8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 200px 200px;
    }

    .gallery-item--tall {
        grid-row: span 1;
    }
}

@media (max-width: 768px) {
    .value-arrow {
        transform: rotate(90deg);
        font-size: 1.5rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 180px 180px;
    }

    .cabin-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .reviews-section {
        background-attachment: scroll;
    }
}

@media (max-width: 576px) {
    .banner-area .banner-content {
        transform: none;
        padding-top: 80px;
    }

    .hero-ctas {
        flex-direction: column;
        width: 100%;
        padding: 0 8px;
    }

    .btn-whatsapp-hero,
    .btn-email-hero {
        width: 100%;
        justify-content: center;
    }

    .anchor-price-display {
        flex-direction: column;
        gap: 6px;
        border-radius: 16px;
        padding: 12px 20px;
    }

    .urgency-bar {
        font-size: 0.8rem;
        top: 60px;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 150px 150px;
    }

    .gallery-item--tall,
    .gallery-item--wide {
        grid-row: span 1;
        grid-column: span 1;
    }

    .floating-whatsapp {
        width: 50px;
        height: 50px;
        bottom: 16px;
        right: 16px;
    }

    .deck-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}
