/* Tours Marketing CMS template — scoped so site header/footer stay unchanged */

.tours-marketing-page {
    --navy: #0b2545;
    --navy-deep: #081b34;
    --gold: #e8a33d;
    --gold-dark: #c98826;
    --green: #1c8c53;
    --ink: #1c2b3a;
    --muted: #5c6b7a;
    --cream: #f7f8fa;
    --line: #e7ebf0;
    font-family: 'Inter', sans-serif;
    color: var(--ink);
    background: #fff;
}

.tours-marketing-page h1,
.tours-marketing-page h2,
.tours-marketing-page h3,
.tours-marketing-page h4,
.tours-marketing-page .font-display {
    font-family: 'Poppins', sans-serif;
}

.tours-marketing-page p {
    text-align: start;
}

.tours-marketing-page .btn-gold {
    background: var(--gold);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.6rem 1.4rem;
    border-radius: 6px;
}

.tours-marketing-page .btn-gold:hover,
.tours-marketing-page .btn-gold:focus {
    background: var(--gold-dark);
    color: #fff;
}

.tours-marketing-page .btn-outline-navy {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
}

.tours-marketing-page .btn-outline-navy:hover,
.tours-marketing-page .btn-outline-navy:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.tours-marketing-page .tm-hero {
    background-color: var(--navy-deep);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 140px 0 40px;
    text-align: left;
}

.tours-marketing-page .badge-eyebrow {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
}

.tours-marketing-page .tm-hero h1 {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #fff;
}

.tours-marketing-page .hero-links a {
    color: #cfe3ff;
    text-decoration: none;
    font-size: 0.85rem;
}

.tours-marketing-page .hero-links i {
    color: var(--green);
}

.tours-marketing-page .pill-row .pill {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 0.78rem;
    line-height: 1.25;
}

.tours-marketing-page .pill i {
    color: var(--gold);
    font-size: 1.1rem;
}

.tours-marketing-page .booking-card {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    color: var(--ink);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
}

.tours-marketing-page .booking-card .eyebrow {
    color: var(--green);
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 1px;
}

.tours-marketing-page .booking-card label {
    font-size: 0.72rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.tours-marketing-page .booking-card .value {
    font-weight: 600;
    font-size: 0.95rem;
}

.tours-marketing-page .booking-card .tm-depart-select {
    display: block;
    width: 100%;
    margin-top: 2px;
    padding: 4px 28px 4px 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23051a36' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 10px;
    appearance: none;
    -webkit-appearance: none;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--navy);
    line-height: 1.3;
    cursor: pointer;
}

.tours-marketing-page .booking-card .tm-depart-select:focus {
    outline: none;
}

.tours-marketing-page .accordion-body a {
    color: var(--navy);
    text-decoration: underline;
}

.tours-marketing-page .price-big {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--navy);
}

.tours-marketing-page .seats-left {
    color: #c0392b;
    font-weight: 700;
    font-size: 0.8rem;
}

.tours-marketing-page .booking-card hr {
    margin: 14px 0;
}

.tours-marketing-page .btn-stack .btn {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px;
}

.tours-marketing-page .btn-whatsapp {
    background: var(--green);
    color: #fff;
    border: none;
}

.tours-marketing-page .btn-whatsapp:hover,
.tours-marketing-page .btn-whatsapp:focus {
    background: #166b3e;
    color: #fff;
}

.tours-marketing-page .btn-outline-navy2 {
    border: 1px solid var(--line);
    color: var(--navy);
    background: #fff;
    font-weight: 600;
}

.tours-marketing-page .btn-outline-navy2:hover,
.tours-marketing-page .btn-outline-navy2:focus {
    background: var(--cream);
    color: var(--navy);
}

.tours-marketing-page .stats-bar {
    background: var(--navy-deep);
    color: #fff;
    padding: 26px 0;
}

.tours-marketing-page .stat i {
    color: var(--gold);
    font-size: 1.6rem;
}

.tours-marketing-page .stat .num {
    font-weight: 700;
    font-size: 1.05rem;
}

.tours-marketing-page .stat .label {
    font-size: 0.75rem;
    color: #a9bad0;
}

.tours-marketing-page .section-title {
    font-weight: 700;
    font-size: 1.7rem;
    color: var(--navy);
    text-align: center;
    margin-bottom: 2.2rem;
}

.tours-marketing-page section {
    padding: 60px 0;
}

.tours-marketing-page section.pt-0 {
    padding-top: 0;
}

.tours-marketing-page .bg-cream {
    background: var(--cream);
}

.tours-marketing-page .why-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 26px 18px;
    text-align: center;
    height: 100%;
    transition: transform .2s, box-shadow .2s;
    background: #fff;
}

.tours-marketing-page .why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(11, 37, 69, 0.08);
}

.tours-marketing-page .why-card i {
    font-size: 1.8rem;
    color: var(--navy);
    margin-bottom: 12px;
}

.tours-marketing-page .why-card h6 {
    font-weight: 700;
    margin-bottom: 8px;
}

.tours-marketing-page .why-card p {
    font-size: 0.82rem;
    color: var(--muted);
    margin: 0;
    text-align: center;
}

.tours-marketing-page .departure-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.tours-marketing-page .departure-card.tm-departure-card {
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.tours-marketing-page .departure-card.tm-departure-card:hover,
.tours-marketing-page .departure-card.tm-departure-card:focus-visible {
    box-shadow: 0 8px 24px rgba(8, 27, 52, 0.12);
    transform: translateY(-2px);
    outline: none;
}

.tours-marketing-page .departure-card img {
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.tours-marketing-page .departure-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #c0392b;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
}

.tours-marketing-page .img-wrap {
    position: relative;
}

.tours-marketing-page .gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.tours-marketing-page .gallery-item img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.tours-marketing-page .gallery-cap {
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
    margin-top: 8px;
    color: var(--ink);
}

.tours-marketing-page .itinerary-scroll {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
}

.tours-marketing-page .step-node {
    flex: 0 0 auto;
    width: 150px;
    text-align: center;
    position: relative;
    padding-top: 10px;
}

.tours-marketing-page .step-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--navy);
    color: var(--navy);
    font-weight: 700;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    position: relative;
    z-index: 2;
}

.tours-marketing-page .step-line {
    position: absolute;
    top: 29px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: var(--line);
    z-index: 1;
}

.tours-marketing-page .step-node:last-child .step-line {
    display: none;
}

.tours-marketing-page .step-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ink);
}

.tours-marketing-page .info-box {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    background: #fff;
}

.tours-marketing-page .info-box h5 {
    font-weight: 700;
    margin-bottom: 16px;
}

.tours-marketing-page .info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tours-marketing-page .info-box li {
    font-size: 0.85rem;
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
    color: var(--ink);
}

.tours-marketing-page .li-check i {
    color: var(--green);
    margin-top: 3px;
}

.tours-marketing-page .li-cross i {
    color: #c0392b;
    margin-top: 3px;
}

.tours-marketing-page .li-who i {
    color: var(--navy);
    margin-top: 3px;
}

.tours-marketing-page .why-ikigai-box {
    height: auto;
}

.tours-marketing-page .why-ikigai-content {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--ink);
}

.tours-marketing-page .why-ikigai-content p {
    margin-bottom: 0.75rem;
}

.tours-marketing-page .why-ikigai-content p:last-child {
    margin-bottom: 0;
}

.tours-marketing-page .why-ikigai-content ul,
.tours-marketing-page .why-ikigai-content ol {
    padding-left: 1.2rem;
    margin-bottom: 0.75rem;
}

.tours-marketing-page .why-ikigai-content a {
    color: var(--navy);
    text-decoration: underline;
}

.tours-marketing-page .testi-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 22px;
    height: 100%;
    background: #fff;
}

.tours-marketing-page .testi-card p {
    font-size: 0.88rem;
    font-style: italic;
    color: var(--ink);
}

.tours-marketing-page .testi-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.tours-marketing-page .testi-name {
    font-weight: 700;
    font-size: 0.85rem;
}

.tours-marketing-page .testi-loc {
    font-size: 0.75rem;
    color: var(--muted);
}

.tours-marketing-page .accordion-button {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--navy);
}

.tours-marketing-page .accordion-button:not(.collapsed) {
    background: var(--cream);
    color: var(--navy);
    box-shadow: none;
}

.tours-marketing-page .accordion-button:focus {
    box-shadow: none;
}

.tours-marketing-page .cta-banner {
    background: linear-gradient(100deg, var(--navy-deep), var(--navy));
    color: #fff;
    border-radius: 16px;
    padding: 36px;
}

.tours-marketing-page .cta-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--gold);
}

.tours-marketing-page .tm-cms-content {
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.75;
}

.tours-marketing-page .tm-cms-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.tours-marketing-page .tm-cms-content p {
    margin-bottom: 1rem;
}

.tours-marketing-page .tm-itinerary-modal {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
}

.tours-marketing-page .tm-itinerary-modal .modal-title {
    color: var(--navy);
    font-weight: 700;
}

.tours-marketing-page .tm-itinerary-modal-lead {
    font-size: 0.88rem;
    color: var(--muted);
    margin-bottom: 12px;
}

.tours-marketing-page .tm-itinerary-modal .form-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--navy);
    text-transform: none;
    letter-spacing: 0;
}

.tours-marketing-page .tm-itinerary-modal .form-control {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px 12px;
}

.tours-marketing-page .tm-itinerary-modal .btn-gold {
    letter-spacing: 0.4px;
    font-weight: 700;
}

.tours-marketing-page .tm-detail-itin-modal {
    border: 0;
    border-radius: 14px;
    padding:2%;
}

.tours-marketing-page .tm-detail-itin-modal .modal-title {
    color: var(--navy);
    font-weight: 700;
}

.tours-marketing-page .tm-detail-itin-day {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.tours-marketing-page .tm-detail-itin-day:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.tours-marketing-page .tm-detail-itin-day h5 {
    color: var(--navy);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 8px;
}

.tours-marketing-page .tm-detail-itin-content {
    font-size: 0.92rem;
    line-height: 1.6;
}

.tours-marketing-page .tm-detail-itin-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .tours-marketing-page .tm-hero {
        padding: 120px 0 36px;
    }

    .tours-marketing-page .tm-hero h1 {
        font-size: 1.8rem;
    }

    .tours-marketing-page .section-title {
        font-size: 1.4rem;
    }
}
