.tc-container_2f9a5fd9 {
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
}

.tc-header_2f9a5fd9 {
    text-align: center;
    margin-bottom: 30px;
}

.tc-header-title_2f9a5fd9 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

.tc-divider-container_2f9a5fd9 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.tc-line_2f9a5fd9 {
    height: 2px;
    background: #e05315;
    flex-grow: 1;
    max-width: 150px;
}

.tc-header-subtitle_2f9a5fd9 {
    font-size: 24px;
    font-weight: 800;
    color: #e05315;
    text-transform: uppercase;
    white-space: nowrap;
}

.tc-comparison-grid_2f9a5fd9 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 30px;
    align-items: stretch;
    position: relative;
    margin-bottom: 40px;
}

.tc-card_2f9a5fd9 {
    background-color: #f2f5f8;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.tc-card-header_2f9a5fd9 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.tc-badge-icon_2f9a5fd9 {
    background: #111111;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}
.tc-badge-icon_2f9a5fd9 svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.tc-card-info_2f9a5fd9 {
    display: flex;
    flex-direction: column;
}

.tc-tour-title_2f9a5fd9 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1;
}

.tc-tour-price-box_2f9a5fd9 {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.tc-tour-price-prefix_2f9a5fd9 {
    font-size: 11px;
    font-weight: 700;
    color: #666;
    letter-spacing: 1px;
}

.tc-tour-price_2f9a5fd9 {
    font-size: 28px;
    font-weight: 900;
    color: #e05315;
}

.tc-tour-price-suffix_2f9a5fd9 {
    font-size: 11px;
    font-weight: 700;
    color: #e05315;
}

.tc-tour-image_2f9a5fd9 {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    aspect-ratio: 16/9;
}

.tc-tour-image_2f9a5fd9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tc-features_2f9a5fd9 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tc-feature-item_2f9a5fd9 {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.tc-feature-icon_2f9a5fd9 {
    font-size: 18px;
    color: #111111;
    width: 24px;
    text-align: center;
    margin-top: 3px;
    flex-shrink: 0;
}
.tc-feature-icon_2f9a5fd9 svg {
    width: 18px;
    height: 18px;
    fill: #111111;
}

.tc-feature-content_2f9a5fd9 {
    display: flex;
    flex-direction: column;
}

.tc-feature-title_2f9a5fd9 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 4px 0;
}

.tc-feature-desc_2f9a5fd9 {
    font-size: 14px;
    margin: 0;
    color: #444;
}

/* VS Middle Badge */
.tc-vs-badge-container_2f9a5fd9 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.tc-vs-badge_2f9a5fd9 {
    background: #e05315;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Bottom Highlights */
.tc-highlights-section_2f9a5fd9 {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.tc-highlights-header_2f9a5fd9 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.tc-hl-line_2f9a5fd9 {
    height: 1px;
    background: #e05315;
    flex-grow: 1;
    max-width: 200px;
}

.tc-highlights-title_2f9a5fd9 {
    font-size: 18px;
    font-weight: 800;
    color: #e05315;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tc-highlights-grid_2f9a5fd9 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.tc-hl-item_2f9a5fd9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tc-hl-icon_2f9a5fd9 {
    font-size: 30px;
    color: #111111;
    margin-bottom: 15px;
}
.tc-hl-icon_2f9a5fd9 svg {
    width: 32px;
    height: 32px;
    fill: #111111;
}

.tc-hl-item-title_2f9a5fd9 {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.tc-hl-item-desc_2f9a5fd9 {
    font-size: 12px;
    margin: 0;
    color: #555;
    line-height: 1.4;
}

/* Footer Disclaimer */
.tc-footer-disclaimer_2f9a5fd9 {
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    color: #111111;
    margin-top: 40px;
    letter-spacing: 0.5px;
}

/* Responsive styles */
@media (max-width: 991px) {
    .tc-highlights-grid_2f9a5fd9 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .tc-comparison-grid_2f9a5fd9 {
        grid-template-columns: 1fr;
    }
    .tc-vs-badge-container_2f9a5fd9 {
        margin: -10px 0;
    }
    .tc-highlights-grid_2f9a5fd9 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .tc-highlights-grid_2f9a5fd9 {
        grid-template-columns: 1fr;
    }
    .tc-header-title_2f9a5fd9 {
        font-size: 32px;
    }
}
