/**
 * Tour Page Styles — thecharterpro
 * Premium visual design for tour landing pages.
 * Used by: excursion.htm, capri-from-sorrento.htm, capri-from-positano.htm
 */

/* ══════════════════════════════════════════════════════════════════════ */
/* BREADCRUMB                                                            */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-breadcrumb { padding: 0; margin: 0; background: transparent; }
.tcp-breadcrumb__list { list-style: none; display: flex; flex-wrap: wrap; padding: 0; margin: 0; font-family: 'Montserrat', sans-serif; font-size: 14px; }
.tcp-breadcrumb__item { display: flex; align-items: center; }
.tcp-breadcrumb__item + .tcp-breadcrumb__item::before { content: '/'; padding: 0 8px; color: rgba(255,255,255,0.4); }
.tcp-breadcrumb__item a { color: rgba(255,255,255,0.7); text-decoration: none; font-weight: 500; transition: color .3s; }
.tcp-breadcrumb__item a:hover { color: #fff; text-decoration: none; }
.tcp-breadcrumb__item--active { color: rgba(255,255,255,0.5); font-weight: 400; }

/* ══════════════════════════════════════════════════════════════════════ */
/* HERO                                                                  */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-hero {
    padding: 100px 0 60px;
    background: linear-gradient(180deg, #002a3f 0%, #0e1e2e 100%);
    color: #fff;
    position: relative;
}
.tcp-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(180deg, transparent, #fff);
    pointer-events: none;
}

.tcp-hero__gallery { position: relative; }
.tcp-hero__gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 8px; }
.tcp-hero__gallery-main { grid-row: 1 / 3; }
.tcp-hero__gallery-main img,
.tcp-hero__gallery-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tcp-hero__gallery-main img { aspect-ratio: 4/3; }
.tcp-hero__gallery-thumb img { aspect-ratio: 16/10; }
.tcp-hero__gallery-thumb { position: relative; overflow: hidden; }
.tcp-hero__gallery-more { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.45); color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 16px; cursor: pointer; }

.tcp-hero__gallery-single { position: relative; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.tcp-hero__gallery-single img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    transition: transform .6s ease;
}
.tcp-hero__gallery-single:hover img { transform: scale(1.03); }

.tcp-hero__meta { padding-top: 8px; }
.tcp-hero__h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
}

.tcp-hero__badges { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 20px; }
.tcp-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
}
.tcp-hero__badge i { color: #29abe2; font-size: 16px; }

.tcp-hero__pickup {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}
.tcp-hero__pickup--included { background: rgba(245,200,66,0.15); color: #f5c842; border: 1px solid rgba(245,200,66,0.3); }
.tcp-hero__pickup--addon { background: rgba(41,171,226,0.1); color: #29abe2; border: 1px solid rgba(41,171,226,0.2); }
.tcp-hero__pickup--meeting { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.15); }

.tcp-hero__price { margin-bottom: 28px; }
.tcp-hero__price-label { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.5); }
.tcp-hero__price-value { font-family: 'Montserrat', sans-serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; color: #fff; }
.tcp-hero__price-value .tcp-hero__price-label { font-size: 14px; }
.tcp-hero__price-note { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.5); margin-top: 4px; }

.tcp-hero__cta {
    display: inline-block;
    background: #29abe2;
    color: #fff;
    border: none;
    padding: 16px 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(41,171,226,0.4);
}
.tcp-hero__cta:hover {
    background: #1e8fbd;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 28px rgba(41,171,226,0.5);
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .tcp-hero { padding-top: 80px; padding-bottom: 40px; }
    .tcp-hero__gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .tcp-hero__gallery-main { grid-row: auto; }
    .tcp-hero__gallery-thumbs-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 8px; }
    .tcp-hero__meta { padding-top: 24px; }
}

/* ══════════════════════════════════════════════════════════════════════ */
/* OVERVIEW                                                              */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-overview { padding: 80px 0 60px; background: #fff; }
.tcp-overview__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #29abe2;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}
.tcp-overview__h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #222d3f;
    margin-bottom: 28px;
    line-height: 1.2;
}
.tcp-overview__body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}
.tcp-overview__body p { margin-bottom: 18px; }

/* Insider Tip Box */
.tcp-overview__tip {
    background: linear-gradient(135deg, #002a3f 0%, #0e1e2e 100%);
    padding: 28px 28px 28px 28px;
    margin-top: 32px;
    position: relative;
    color: #fff;
}
.tcp-overview__tip::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #29abe2;
}
.tcp-overview__tip strong { color: #fff; font-size: 16px; }
.tcp-overview__tip strong i { color: #f5c842; }

.tcp-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e9ecef;
}
.tcp-feature { display: flex; align-items: flex-start; gap: 14px; }
.tcp-feature__icon {
    color: #29abe2;
    font-size: 20px;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(41,171,226,0.08);
}
.tcp-feature__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #222d3f;
    line-height: 1.4;
    padding-top: 10px;
}

@media (max-width: 576px) {
    .tcp-features { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════════════════ */
/* SIDEBAR                                                               */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-sidebar {
    position: sticky;
    top: 100px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.04);
    padding: 32px;
}
.tcp-sidebar__price-label { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; color: #888; }
.tcp-sidebar__price-value { font-family: 'Montserrat', sans-serif; font-size: clamp(1.5rem, 2vw, 2rem); font-weight: 700; color: #222d3f; }
.tcp-sidebar__duration { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; color: #666; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #e9ecef; }

.tcp-sidebar__label { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; color: #222d3f; margin-bottom: 8px; display: block; }
.tcp-sidebar__date-input {
    width: 100%;
    border: 2px solid #e0e0e0;
    padding: 12px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    cursor: pointer;
    transition: border-color .3s;
}
.tcp-sidebar__date-input:focus { border-color: #29abe2; outline: none; }

.tcp-sidebar__stepper { display: flex; align-items: center; gap: 0; border: 2px solid #e0e0e0; }
.tcp-sidebar__stepper-btn {
    width: 44px;
    height: 44px;
    border: none;
    background: #f5f5f5;
    color: #222d3f;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}
.tcp-sidebar__stepper-btn:hover { background: #29abe2; color: #fff; }
.tcp-sidebar__stepper-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.tcp-sidebar__stepper-btn:disabled:hover { background: #f5f5f5; color: #222d3f; }
.tcp-sidebar__stepper-value {
    flex: 1;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #222d3f;
    border-left: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    height: 44px;
    line-height: 44px;
}

.tcp-sidebar__select {
    width: 100%;
    border: 2px solid #e0e0e0;
    padding: 12px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    appearance: auto;
    transition: border-color .3s;
}
.tcp-sidebar__select:focus { border-color: #29abe2; outline: none; }

.tcp-sidebar__toggle { display: flex; align-items: center; gap: 10px; padding: 14px 0; }
.tcp-sidebar__toggle-label { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 500; color: #222d3f; flex: 1; }
.tcp-sidebar__toggle-note { font-family: 'Montserrat', sans-serif; font-size: 14px; color: #28a745; font-weight: 600; }

.tcp-sidebar__breakdown { border-top: 1px solid #e9ecef; padding-top: 16px; margin-top: 16px; }
.tcp-sidebar__breakdown-row { display: flex; justify-content: space-between; font-family: 'Montserrat', sans-serif; font-size: 14px; color: #555; padding: 4px 0; }
.tcp-sidebar__breakdown-row--total { font-weight: 700; color: #222d3f; font-size: 16px; border-top: 1px solid #e9ecef; padding-top: 12px; margin-top: 8px; }

.tcp-sidebar__cta {
    display: block;
    width: 100%;
    background: #29abe2;
    color: #fff;
    border: none;
    padding: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all .3s;
    margin-top: 24px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(41,171,226,0.3);
}
.tcp-sidebar__cta:hover {
    background: #1e8fbd;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(41,171,226,0.4);
    transform: translateY(-1px);
}
.tcp-sidebar__cta:disabled,
.tcp-sidebar__cta--disabled {
    background: #222d3f;
    color: rgba(255,255,255,0.5);
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}
.tcp-sidebar__cta--loading { background: #29abe2; opacity: 0.7; }

.tcp-sidebar__note {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #28a745;
    text-align: center;
    margin-top: 16px;
    font-weight: 500;
}
.tcp-sidebar__note i { margin-right: 4px; }

.tcp-sidebar__info { margin-top: 28px; padding-top: 24px; border-top: 1px solid #e9ecef; }
.tcp-sidebar__info-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; }
.tcp-sidebar__info-item i {
    color: #29abe2;
    font-size: 18px;
    margin-top: 2px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}
.tcp-sidebar__info-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; color: #222d3f; }
.tcp-sidebar__info-desc { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; color: #666; line-height: 1.4; }

/* ══════════════════════════════════════════════════════════════════════ */
/* ITINERARY TIMELINE                                                    */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-itinerary { padding: 80px 0; background: #f8f9fa; }
.tcp-itinerary__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #29abe2;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}
.tcp-itinerary__h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #222d3f;
    margin-bottom: 56px;
    line-height: 1.2;
}

.tcp-timeline { list-style: none; padding: 0; margin: 0; position: relative; }

/* Desktop: horizontal timeline */
@media (min-width: 992px) {
    .tcp-timeline { display: flex; padding-bottom: 20px; }
    .tcp-timeline::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #29abe2 0%, rgba(41,171,226,0.3) 100%);
    }
    .tcp-timeline__item {
        flex: 1;
        min-width: 140px;
        position: relative;
        padding-top: 52px;
        padding-right: 20px;
        text-align: left;
    }
    .tcp-timeline__item::before {
        content: '';
        position: absolute;
        top: 12px;
        left: 0;
        width: 18px;
        height: 18px;
        background: #29abe2;
        border: 4px solid #f8f9fa;
        box-shadow: 0 0 0 3px #29abe2, 0 2px 8px rgba(41,171,226,0.3);
    }
}

/* Mobile: vertical timeline */
@media (max-width: 991px) {
    .tcp-timeline { padding-left: 32px; }
    .tcp-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 8px;
        width: 3px;
        background: linear-gradient(180deg, #29abe2 0%, rgba(41,171,226,0.2) 100%);
    }
    .tcp-timeline__item {
        position: relative;
        padding-left: 36px;
        padding-bottom: 36px;
        text-align: left;
    }
    .tcp-timeline__item:last-child { padding-bottom: 0; }
    .tcp-timeline__item::before {
        content: '';
        position: absolute;
        left: -3px;
        top: 4px;
        width: 18px;
        height: 18px;
        background: #29abe2;
        border: 4px solid #f8f9fa;
        box-shadow: 0 0 0 3px #29abe2, 0 2px 8px rgba(41,171,226,0.3);
    }
}

.tcp-timeline__time {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #29abe2;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}
.tcp-timeline__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #222d3f;
    margin-bottom: 6px;
}
.tcp-timeline__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.tcp-itinerary__footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #29abe2;
    font-weight: 500;
    margin-top: 40px;
    text-align: center;
}

/* ══════════════════════════════════════════════════════════════════════ */
/* INCLUSIONS / EXCLUSIONS                                               */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-inclusions { padding: 80px 0; background: #fff; }
.tcp-inclusions__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #29abe2;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}
.tcp-inclusions__h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #222d3f;
    margin-bottom: 48px;
    line-height: 1.2;
}
.tcp-inclusions__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #222d3f;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e9ecef;
}

.tcp-inclusions__list { list-style: none; padding: 0; margin: 0; }
.tcp-inclusions__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    border-bottom: 1px solid #f0f0f0;
}
.tcp-inclusions__list li:last-child { border-bottom: none; }
.tcp-inclusions__list--included li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%2328a745' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.tcp-inclusions__list--excluded li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    color: #999;
}

/* ══════════════════════════════════════════════════════════════════════ */
/* CHOOSE A BOAT                                                         */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-boats { padding: 80px 0; background: #f8f9fa; }
.tcp-boats__eyebrow { text-transform: uppercase; letter-spacing: 0.12em; color: #29abe2; font-size: 13px; font-weight: 600; margin-bottom: 12px; font-family: 'Montserrat', sans-serif; }
.tcp-boats__h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(1.5rem, 3vw, 2rem); color: #222d3f; margin-bottom: 8px; line-height: 1.2; }
.tcp-boats__sub { font-family: 'Montserrat', sans-serif; font-size: 15px; color: #666; margin-bottom: 36px; }

.tcp-boats__filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; justify-content: center; }
.tcp-boats__chip {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    background: #fff;
    border: 2px solid #e0e0e0;
    cursor: pointer;
    transition: all .3s;
}
.tcp-boats__chip:hover { border-color: #29abe2; color: #29abe2; }
.tcp-boats__chip--active { background: #29abe2; color: #fff; border-color: #29abe2; }

.tcp-boat-card {
    background: #fff;
    overflow: hidden;
    transition: all .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
}
.tcp-boat-card:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    border-color: transparent;
    transform: translateY(-4px);
}
.tcp-boat-card__img { position: relative; overflow: hidden; }
.tcp-boat-card__img img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center; transition: transform .5s; }
.tcp-boat-card:hover .tcp-boat-card__img img { transform: scale(1.05); }
.tcp-boat-card__pickup { position: absolute; top: 12px; left: 12px; background: #f5c842; color: #222d3f; padding: 5px 12px; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; }
.tcp-boat-card__body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.tcp-boat-card__name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 16px; color: #222d3f; margin-bottom: 10px; }
.tcp-boat-card__specs { display: flex; gap: 16px; font-family: 'Montserrat', sans-serif; font-size: 14px; color: #666; margin-bottom: 14px; }
.tcp-boat-card__specs i { color: #29abe2; margin-right: 4px; }
.tcp-boat-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.tcp-boat-card__tag { font-family: 'Montserrat', sans-serif; font-size: 12px; color: #888; background: #f0f0f0; padding: 3px 10px; }
.tcp-boat-card__footer { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid #f0f0f0; }
.tcp-boat-card__price { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; color: #222d3f; }
.tcp-boat-card__price span { font-weight: 400; font-size: 14px; color: #888; }
.tcp-boat-card__cta { color: #29abe2; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; text-decoration: none; transition: color .3s; }
.tcp-boat-card__cta:hover { color: #1e8fbd; text-decoration: none; }

.tcp-boats__more { margin-top: 40px; }
.tcp-boats__more a {
    display: inline-block;
    border: 2px solid #29abe2;
    color: #29abe2;
    padding: 14px 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.tcp-boats__more a:hover { background: #29abe2; color: #fff; text-decoration: none; }

/* ══════════════════════════════════════════════════════════════════════ */
/* CAPTAIN                                                               */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-captain { padding: 80px 0; background: #fff; }
.tcp-captain__eyebrow { text-transform: uppercase; letter-spacing: 0.12em; color: #29abe2; font-size: 13px; font-weight: 600; margin-bottom: 12px; font-family: 'Montserrat', sans-serif; }
.tcp-captain__h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(1.5rem, 3vw, 2rem); color: #222d3f; margin-bottom: 48px; line-height: 1.2; }

.tcp-captain__card {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    background: #f8f9fa;
    padding: 40px;
}
.tcp-captain__photo { width: 200px; height: 200px; flex-shrink: 0; overflow: hidden; }
.tcp-captain__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tcp-captain__photo--placeholder {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #002a3f 0%, #0e1e2e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.tcp-captain__photo--placeholder i { font-size: 64px; color: rgba(41,171,226,0.4); }
.tcp-captain__bio { flex: 1; }
.tcp-captain__name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 20px; color: #222d3f; margin-bottom: 12px; }
.tcp-captain__detail { font-family: 'Montserrat', sans-serif; font-size: 14px; color: #666; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.tcp-captain__detail i { color: #29abe2; width: 20px; text-align: center; flex-shrink: 0; }
.tcp-captain__desc { font-family: 'Montserrat', sans-serif; font-size: 15px; color: #555; line-height: 1.7; margin-top: 20px; }

@media (max-width: 576px) {
    .tcp-captain__card { flex-direction: column; align-items: center; text-align: center; padding: 28px; }
    .tcp-captain__photo,
    .tcp-captain__photo--placeholder { width: 160px; height: 160px; }
    .tcp-captain__detail { justify-content: center; }
}

/* ══════════════════════════════════════════════════════════════════════ */
/* REVIEWS                                                               */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-tour-reviews { padding: 80px 0; background: #f8f9fa; }
.tcp-tour-reviews__eyebrow { text-transform: uppercase; letter-spacing: 0.12em; color: #29abe2; font-size: 13px; font-weight: 600; margin-bottom: 12px; font-family: 'Montserrat', sans-serif; }
.tcp-tour-reviews__h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(1.5rem, 3vw, 2rem); color: #222d3f; margin-bottom: 16px; line-height: 1.2; }

.tcp-tour-reviews__aggregate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
    padding: 20px;
    background: #fff;
    display: inline-flex;
}
.tcp-tour-reviews__score { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 32px; color: #222d3f; }
.tcp-tour-reviews__stars { color: #f5a623; font-size: 20px; letter-spacing: 2px; }
.tcp-tour-reviews__count { font-family: 'Montserrat', sans-serif; font-size: 14px; color: #888; }

.tcp-review-card {
    background: #fff;
    padding: 28px;
    height: 100%;
    border: 1px solid #eee;
    transition: all .3s;
    position: relative;
}
.tcp-review-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    border-color: transparent;
}
.tcp-review-card::before {
    content: '\201C';
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 48px;
    font-family: Georgia, serif;
    color: rgba(41,171,226,0.15);
    line-height: 1;
}
.tcp-review-card__stars { color: #f5a623; font-size: 14px; margin-bottom: 16px; letter-spacing: 1px; }
.tcp-review-card__quote { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 15px; color: #333; line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.tcp-review-card__author { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; color: #222d3f; }
.tcp-review-card__country { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; color: #888; }

.tcp-tour-reviews__placeholder { font-family: 'Montserrat', sans-serif; font-size: 16px; color: #888; padding: 40px; }
.tcp-tour-reviews__placeholder a { color: #29abe2; font-weight: 600; text-decoration: none; }
.tcp-tour-reviews__placeholder a:hover { text-decoration: underline; }

.tcp-tour-reviews__load-more { margin-top: 36px; }
.tcp-tour-reviews__load-more button {
    background: none;
    border: 2px solid #29abe2;
    color: #29abe2;
    padding: 12px 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.tcp-tour-reviews__load-more button:hover { background: #29abe2; color: #fff; }

/* ══════════════════════════════════════════════════════════════════════ */
/* FAQ                                                                   */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-tour-faq { padding: 80px 0; background: #fff; }
.tcp-tour-faq__eyebrow { text-transform: uppercase; letter-spacing: 0.12em; color: #29abe2; font-size: 13px; font-weight: 600; margin-bottom: 12px; font-family: 'Montserrat', sans-serif; }
.tcp-tour-faq__h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(1.5rem, 3vw, 2rem); color: #222d3f; margin-bottom: 48px; line-height: 1.2; }

.tcp-tour-faq .card { border: none; border-bottom: 1px solid #e9ecef; background: none; }
.tcp-tour-faq .card:last-child { border-bottom: none; }
.tcp-tour-faq .card-header { padding: 0; border: none; background: none; }
.tcp-tour-faq .card-header .btn {
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #222d3f;
    padding: 24px 44px 24px 0;
    background: none;
    border: none;
    box-shadow: none;
    white-space: normal;
    text-decoration: none;
    position: relative;
    transition: color .3s;
}
.tcp-tour-faq .card-header .btn:hover { color: #29abe2; text-decoration: none; box-shadow: none; }
.tcp-tour-faq .card-header .btn:focus { text-decoration: none; box-shadow: none; }
.tcp-tour-faq .card-header .btn[aria-expanded="true"] { color: #29abe2; }
.tcp-tour-faq .card-header .btn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%2329abe2' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .3s ease;
}
.tcp-tour-faq .card-header .btn[aria-expanded="true"]::after { transform: translateY(-50%) rotate(180deg); }
.tcp-tour-faq .card-body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    padding: 0 0 24px 0;
}

/* ══════════════════════════════════════════════════════════════════════ */
/* RELATED TOURS                                                         */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-related { padding: 80px 0; background: #f8f9fa; }
.tcp-related__eyebrow { text-transform: uppercase; letter-spacing: 0.12em; color: #29abe2; font-size: 13px; font-weight: 600; margin-bottom: 12px; font-family: 'Montserrat', sans-serif; }
.tcp-related__h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(1.5rem, 3vw, 2rem); color: #222d3f; margin-bottom: 48px; line-height: 1.2; }

/* ══════════════════════════════════════════════════════════════════════ */
/* ROUTE CARD (shared with homepage)                                     */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-route-card {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    background: #fff;
    transition: all .3s ease;
    height: 100%;
    border: 1px solid #eee;
}
.tcp-route-card:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    border-color: transparent;
    transform: translateY(-4px);
}
.tcp-route-card:focus { outline: 2px solid #29abe2; outline-offset: 2px; }
.tcp-route-card__img { position: relative; overflow: hidden; }
.tcp-route-card__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center; transition: transform .5s ease; }
.tcp-route-card:hover .tcp-route-card__img img { transform: scale(1.05); }
.tcp-route-card__body { padding: 24px; text-align: left; }
.tcp-route-card__title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 16px; color: #222d3f; margin-bottom: 10px; }
.tcp-route-card__desc { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 20px; }
.tcp-route-card__footer { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid #f0f0f0; }
.tcp-route-card__price { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; color: #222d3f; font-variant-numeric: tabular-nums; }
.tcp-route-card__price span { font-weight: 400; font-size: 14px; color: #888; }
.tcp-route-card__cta { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; color: #29abe2; transition: color .3s; }
.tcp-route-card__cta:hover { color: #1e8fbd; }
.tcp-route-card__external { font-size: 11px; color: #999; margin-left: 4px; }

/* ══════════════════════════════════════════════════════════════════════ */
/* FINAL CTA                                                             */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-final-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #002a3f 0%, #0e1e2e 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.tcp-final-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(41,171,226,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.tcp-final-cta__h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    color: #fff;
    margin-bottom: 16px;
    position: relative;
}
.tcp-final-cta__sub {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 40px;
    position: relative;
}
.tcp-final-cta__btn {
    display: inline-block;
    background: #29abe2;
    color: #fff;
    border: none;
    padding: 18px 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
    position: relative;
    box-shadow: 0 4px 20px rgba(41,171,226,0.4);
}
.tcp-final-cta__btn:hover {
    background: #1e8fbd;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 32px rgba(41,171,226,0.5);
    transform: translateY(-2px);
}
.tcp-final-cta__phone { margin-top: 24px; position: relative; }
.tcp-final-cta__phone a {
    color: rgba(255,255,255,0.6);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s;
}
.tcp-final-cta__phone a:hover { color: #fff; }

/* ══════════════════════════════════════════════════════════════════════ */
/* MOBILE STICKY BAR                                                     */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-mobile-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -8px 24px rgba(0,0,0,0.1);
    padding: 14px 20px;
    display: none;
    align-items: center;
    justify-content: space-between;
}
.tcp-mobile-sticky__price { font-family: 'Montserrat', sans-serif; }
.tcp-mobile-sticky__price-label { font-size: 14px; color: #888; font-weight: 400; }
.tcp-mobile-sticky__price-value { font-size: 20px; font-weight: 700; color: #222d3f; }
.tcp-mobile-sticky__cta {
    background: #29abe2;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background .3s;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 12px rgba(41,171,226,0.3);
}
.tcp-mobile-sticky__cta:hover { background: #1e8fbd; color: #fff; text-decoration: none; }

@media (max-width: 991px) {
    .tcp-mobile-sticky { display: flex; }
}

/* ══════════════════════════════════════════════════════════════════════ */
/* DEPARTURE PORT (locked display on landing pages)                      */
/* ══════════════════════════════════════════════════════════════════════ */
.tcp-sidebar__departure-locked {
    padding: 12px 16px;
    border: 2px solid rgba(41,171,226,0.3);
    background: rgba(41,171,226,0.04);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #222d3f;
    display: flex;
    align-items: center;
    gap: 8px;
}
.tcp-sidebar__departure-locked i { color: #29abe2; }
