/**
 * B2B Pages Styles
 * Все стили изолированы под классом .b2b-pages
 */

.comparison-main-banner .landing-banner-wrapper{
    max-height: none;
}

/* Before-After Section */
.b2b-pages .b2b-before-after-section {
    margin-top: 60px;
}

.b2b-pages.comparison-page .landing-card .landing-card-right-block{
  width: 100%;
}

.b2b-pages.comparison-page .comparsion-footer-section .landing-card .landing-card-right-block{
    width: 70%;
}

.b2b-pages .b2b-before-after-container {
    display: flex;
    gap: 60px;
    align-items: center;
}

.b2b-pages .landing-card-left-block{
    width: 100%;
}


.b2b-pages .landing-card.type-1.w-bc .landing-card-left-block .landing-card-content-header{
    align-items: flex-start;
}

.b2b-pages .landing-card-left-block .landing-card-content-header{
    align-items: center;
    width: 100%;
}

.b2b-pages .b2b-before-after-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Problem Block */
.b2b-pages .b2b-problem-block {
    background: #F8F8FF;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    gap: 20px;
}

.b2b-pages .b2b-problem-block .b2b-block-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E53E3E;
}

/* Solution Block */
.b2b-pages .b2b-solution-block {
    background: #DBF9E7;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    gap: 20px;
}

.b2b-pages .b2b-solution-block .b2b-block-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38A169;
}

/* Block Content */
.b2b-pages .b2b-block-content {
    flex: 1;
}

.b2b-pages .b2b-block-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 12px 0;
    color: #24223E;
}

.b2b-pages .b2b-block-text {
    font-size: 16px;
    line-height: 1.6;
    color: #5B596E;
    margin: 0;
}

/* Action Button */
.b2b-pages .b2b-action-button {
    display: inline-block;
    background: #3182CE;
    color: #FFF;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.b2b-pages .b2b-action-button:hover {
    background: #2C5282;
    color: #FFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(49, 130, 206, 0.3);
}

/* Image Container */
.b2b-pages .b2b-before-after-image {
    flex: 1;
    max-width: 550px;
    position: relative;
}

.b2b-pages .b2b-before-after-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 992px) {
    .b2b-pages .b2b-before-after-container {
        flex-direction: column;
        gap: 40px;
    }

    .b2b-pages .b2b-before-after-image {
        max-width: 100%;
    }

    .b2b-pages .b2b-problem-block,
    .b2b-pages .b2b-solution-block {
        padding: 24px;
    }
}

@media (max-width: 576px) {
    .b2b-pages .b2b-problem-block,
    .b2b-pages .b2b-solution-block {
        flex-direction: column;
        padding: 20px;
        gap: 16px;
    }

    .b2b-pages .b2b-block-icon {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }

    .b2b-pages .b2b-block-title {
        font-size: 14px;
    }

    .b2b-pages .b2b-block-text {
        font-size: 14px;
    }

    .b2b-pages .b2b-action-button {
        width: 100%;
        text-align: center;
    }
}

/* ===== Capabilities List Section ===== */
.b2b-pages .b2b-capabilities-section {
    margin-top: 60px;
}

.b2b-pages .b2b-capabilities-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    /* margin-top: 40px; */
}

.b2b-pages .b2b-capabilities-grid .b2b-capability-card {
    flex: 1 1 calc(33.333% - 16px);
    min-width: 280px;
}

/* Capability Card */
.b2b-pages .b2b-capability-card {
    background: #F8F8FF;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Color variations */
.b2b-pages .b2b-capability-card.yellow {
    background: #FEFCE8;
}

.b2b-pages .b2b-capability-card.blue {
    background: #EFF6FF;
}

.b2b-pages .b2b-capability-card.pink {
    background: #FFF1F2;
}

.b2b-pages .b2b-capability-card.green {
    background: #F0FDF4;
}

.b2b-pages .b2b-capability-card.purple {
    background: #FAF5FF;
}

/* Card Icon */
.b2b-pages .b2b-capability-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.b2b-pages .b2b-capability-card-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

/* Card Title */
.b2b-pages .b2b-capability-card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    color: #24223E;
}

/* Card Text */
.b2b-pages .b2b-capability-card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #5B596E;
    margin: 0;
}

/* Button Wrapper */
.b2b-pages .b2b-capabilities-button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    /* margin-top: 40px; */
}

/* Responsive for Capabilities */
@media (max-width: 992px) {
    .b2b-pages .b2b-capabilities-grid {
        gap: 20px;
    }

    .b2b-pages .b2b-capabilities-grid .b2b-capability-card {
        flex: 1 1 calc(50% - 10px);
        min-width: 250px;
    }
}

@media (max-width: 576px) {
    .b2b-pages .b2b-capabilities-grid {
        gap: 16px;
    }

    .b2b-pages .b2b-capabilities-grid .b2b-capability-card {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .b2b-pages .b2b-capability-card {
        padding: 24px;
    }

    .b2b-pages .b2b-capability-card-icon {
        width: 40px;
        height: 40px;
    }

    .b2b-pages .b2b-capability-card-icon img {
        width: 24px;
        height: 24px;
    }

    .b2b-pages .b2b-capability-card-title {
        font-size: 16px;
    }

    .b2b-pages .b2b-capability-card-text {
        font-size: 14px;
    }
}

/* ===== Integrations Section ===== */
.b2b-pages .b2b-integrations-section {
    margin-top: 60px;
}

/* Integrations Logos Grid */
.b2b-pages .b2b-integrations-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    /* margin-top: 40px; */
    padding: 20px 0;
}

.b2b-pages .b2b-integration-logo {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.b2b-pages .b2b-integration-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

.b2b-pages .b2b-integration-logo img {
    max-height: 100%;
    max-width: 120px;
    object-fit: contain;
    filter: grayscale(0%);
}

/* Integrations Footer (похож на preferences-footer) */
.b2b-pages .b2b-integrations-footer {
    margin-top: 48px;
    padding: 32px;
    background: #F8F9FA;
    border-radius: 16px;
    text-align: center;
}

.b2b-pages .b2b-integrations-footer-text {
    font-size: 18px;
    line-height: 1.6;
    color: #24223E;
    font-weight: 500;
}

.b2b-pages .b2b-integrations-footer-text .highlight {
    color: #3182CE;
    font-weight: 700;
}

/* Responsive for Integrations */
@media (max-width: 992px) {
    .b2b-pages .b2b-integrations-logos {
        gap: 24px;
    }

    .b2b-pages .b2b-integration-logo {
        height: 40px;
    }

    .b2b-pages .b2b-integration-logo img {
        max-width: 100px;
    }
}

@media (max-width: 576px) {
    .b2b-pages .b2b-integrations-logos {
        gap: 20px;
    }

    .b2b-pages .b2b-integration-logo {
        height: 36px;
    }

    .b2b-pages .b2b-integration-logo img {
        max-width: 80px;
    }

    .b2b-pages .b2b-integrations-footer {
        padding: 24px;
    }

    .b2b-pages .b2b-integrations-footer-text {
        font-size: 16px;
    }
}

/* ===== Comparison Table Section ===== */
.b2b-pages .b2b-comparison-table-section {
    margin-top: 60px;
}

.b2b-pages .b2b-comparison-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    /* margin-top: 40px; */
}

/* Comparison Column */
.b2b-pages .b2b-comparison-column {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Column Header */
.b2b-pages .b2b-comparison-column-header {
    padding: 24px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #E4E6EF;
}

/* Manual column (yellow) */
.b2b-pages .b2b-comparison-column.manual .b2b-comparison-column-header {
    background: #F5F9D9;
}

/* TravelHub column (blue) - featured */
.b2b-pages .b2b-comparison-column.travelhub .b2b-comparison-column-header {
    background: #3968BF;
}

/* Competitors column (yellow) */
.b2b-pages .b2b-comparison-column.competitors .b2b-comparison-column-header {
    background: #F5F9D9;
}

.b2b-pages .b2b-comparison-column-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #24223E;
    letter-spacing: 0.05em;
}

/* Logo for TravelHub column */
.b2b-pages .b2b-comparison-logo {
    max-width: 140px;
    height: auto;
}

/* Column Content */
.b2b-pages .b2b-comparison-column-content {
    background: #3968BF;
    padding: 32px 24px;
    flex: 1;
}

.b2b-pages .b2b-comparison-column.manual .b2b-comparison-column-content,
.b2b-pages .b2b-comparison-column.competitors .b2b-comparison-column-content {
    background: #F5F9D9;
}

/* Comparison List */
.b2b-pages .b2b-comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.b2b-pages .b2b-comparison-list-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.b2b-pages .b2b-comparison-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.b2b-pages .b2b-comparison-icon img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

/* Positive items (checkmark) */
.b2b-pages .b2b-comparison-list-item.positive .b2b-comparison-icon,.b2b-pages .b2b-comparison-list-item.negative .b2b-comparison-icon {
    background: #FFFFFF;
    border-radius: 50%;
}

.b2b-pages .b2b-comparison-text {
    font-size: 15px;
    line-height: 1.6;
    color: #24223E;
    flex: 1;
}

.b2b-pages .travelhub .b2b-comparison-text{
    color: #fff;
}

/* Button Wrapper */
.b2b-pages .b2b-comparison-button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    /* margin-top: 40px; */
}

/* Row-based comparison table */
.b2b-pages .b2b-comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-bottom: 24px;
}

.b2b-pages .b2b-comparison-table .b2b-comparison-table-header th {
    padding: 16px;
    text-align: center;
    font-weight: 600;
    color: #1a1a2e;
    font-size: 16px;
    background: transparent;
    border-bottom: 2px solid #e7e7f0;
}

.b2b-pages .b2b-comparison-table .b2b-comparison-table-header .b2b-comparison-cell.travelhub {
    background: #FFD335;
    border-radius: 12px 12px 0 0;
}

.b2b-pages .b2b-comparison-table .b2b-comparison-table-header .b2b-comparison-feature-cell {
    border-bottom: none;
}

.b2b-pages .b2b-comparison-table .b2b-comparison-logo {
    height: 28px;
    max-width: 160px;
    object-fit: contain;
}

.b2b-pages .b2b-comparison-table .b2b-comparison-table-row td,
.b2b-pages .b2b-comparison-table .b2b-comparison-table-row th {
    padding: 18px 16px;
    text-align: left;
    font-size: 15px;
    color: #5B596E;
    background: #F8F8FF;
    vertical-align: top;
    font-weight: 400;
}

.b2b-pages .b2b-comparison-table .b2b-comparison-table-row .b2b-comparison-feature-cell {
    font-weight: 600;
    color: #24223E;
    background: #f1f1fa;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 12px 0 0 12px;
    width: 22%;
}

.b2b-pages .b2b-comparison-table .b2b-comparison-table-row .b2b-comparison-cell.travelhub {
    background: #fff7d9;
    color: #24223E;
    font-weight: 500;
}

.b2b-pages .b2b-comparison-table .b2b-comparison-table-row td:last-child {
    border-radius: 0 12px 12px 0;
}

@media (max-width: 768px) {
    .b2b-pages .b2b-comparison-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .b2b-pages .b2b-comparison-table thead,
    .b2b-pages .b2b-comparison-table tbody,
    .b2b-pages .b2b-comparison-table tr {
        display: table;
        width: max-content;
        min-width: 100%;
    }

    .b2b-pages .b2b-comparison-table .b2b-comparison-cell,
    .b2b-pages .b2b-comparison-table .b2b-comparison-feature-cell {
        min-width: 180px;
    }
}

/* Responsive for Comparison Table */
@media (max-width: 992px) {
    .b2b-pages .b2b-comparison-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .b2b-pages .b2b-comparison-column-header {
        min-height: 80px;
        padding: 20px;
    }

    .b2b-pages .b2b-comparison-column-content {
        padding: 24px 20px;
    }
}

@media (max-width: 576px) {
    .b2b-pages .b2b-comparison-column-header {
        padding: 16px;
        min-height: 70px;
    }

    .b2b-pages .b2b-comparison-column-title {
        font-size: 16px;
    }

    .b2b-pages .b2b-comparison-logo {
        max-width: 120px;
    }

    .b2b-pages .b2b-comparison-column-content {
        padding: 20px 16px;
    }

    .b2b-pages .b2b-comparison-list {
        gap: 16px;
    }

    .b2b-pages .b2b-comparison-text {
        font-size: 14px;
    }

    .b2b-pages .b2b-comparison-icon {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
}

/* ===== Client Cases Section ===== */
.b2b-pages .b2b-client-cases-section {
    margin-top: 60px;
}

.b2b-pages .b2b-client-cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    /* margin-top: 40px; */
}

/* Client Case Card */
.b2b-pages .b2b-client-case-card {
    background: #F4F7FD;
    border-radius: 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.b2b-pages .b2b-case-card-header {
    padding: 24px 32px;
    background: #F4F7FD;
}

.b2b-pages .b2b-case-company-name {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #24223E;
    letter-spacing: 0.05em;
}

.b2b-pages .b2b-case-card-content {
    padding: 32px;
    background: #F4F7FD;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.b2b-pages .b2b-case-block {
    display: flex;
    flex-direction: column;
}

.b2b-pages .b2b-case-text {
    font-size: 15px;
    line-height: 1.7;
    color: #5B596E;
    margin: 0;
}

.b2b-pages .b2b-client-cases-section .landing-card{
    background: #B6D2E0;
}

.b2b-faq-section .section-header{
    margin-bottom: 0px;
}

.b2b-pages .b2b-case-card-footer {
    padding: 20px 32px;
    background: #F4F7FD;
    border-top: 1px solid #F0F0F5;
}

.b2b-pages .b2b-case-author {
    font-size: 15px;
    font-weight: 600;
    color: #24223E;
    margin-bottom: 4px;
}

.b2b-pages .b2b-case-position {
    font-size: 14px;
    color: #5B596E;
}

/* Responsive for Client Cases */
@media (max-width: 992px) {
    .b2b-pages .b2b-client-cases-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .b2b-pages .b2b-case-card-header {
        padding: 20px 24px;
    }

    .b2b-pages .b2b-case-company-name {
        font-size: 18px;
    }

    .b2b-pages .b2b-case-card-content {
        padding: 24px;
        gap: 16px;
    }

    .b2b-pages .b2b-case-text {
        font-size: 14px;
    }

    .b2b-pages .b2b-case-card-footer {
        padding: 16px 24px;
    }

    .b2b-pages .b2b-case-author {
        font-size: 14px;
    }

    .b2b-pages .b2b-case-position {
        font-size: 13px;
    }
}

/* ===== For Whom Section ===== */
.b2b-pages .b2b-for-whom-section {
    margin-top: 60px;
}

.b2b-pages .b2b-for-whom-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* For Whom Card */
.b2b-pages .b2b-for-whom-card {
    border-radius: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 32px;
    overflow: hidden;
    min-height: 200px;
    position: relative;
}

/* Color variations */
.b2b-pages .b2b-for-whom-card.purple {
    background: #CBC9E3;
}

.b2b-pages .b2b-for-whom-card.yellow {
    background: #FDFCE8;
}

.b2b-pages .b2b-for-whom-card.orange {
    background: #FDEEE8;
}

.b2b-pages .b2b-for-whom-card.green {
    background: #C9FFE9;
}

/* Image Section */
.b2b-pages .b2b-for-whom-image {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.b2b-pages .b2b-for-whom-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content Section */
.b2b-pages .b2b-for-whom-content {
    flex: 1;
    padding: 32px 32px 32px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.b2b-pages .b2b-for-whom-role {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #24223E;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.b2b-pages .b2b-for-whom-description {
    font-size: 16px;
    line-height: 1.6;
    color: #5B596E;
    margin: 0;
}

/* Button Wrapper */
.b2b-pages .b2b-for-whom-button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Responsive for For Whom */
@media (max-width: 992px) {
    .b2b-pages .b2b-for-whom-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .b2b-pages .b2b-for-whom-card {
        min-height: 180px;
    }

    .b2b-pages .b2b-for-whom-image {
        width: 160px;
        height: 160px;
    }

    .b2b-pages .b2b-for-whom-role {
        font-size: 20px;
    }

    .b2b-pages .b2b-for-whom-description {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .b2b-pages .b2b-for-whom-card {
        flex-direction: column;
        text-align: center;
        min-height: auto;
        padding: 24px;
        gap: 20px;
    }

    .b2b-pages .b2b-for-whom-image {
        width: 140px;
        height: 140px;
    }

    .b2b-pages .b2b-for-whom-content {
        padding: 0;
    }

    .b2b-pages .b2b-for-whom-role {
        font-size: 18px;
    }

    .b2b-pages .b2b-for-whom-description {
        font-size: 14px;
    }

    .b2b-pages .b2b-for-whom-button-wrapper {
        margin-top: 32px;
    }
}

/* ===== Booking Process Section ===== */
.b2b-pages .b2b-booking-process-section {
    margin-top: 60px;
}

.b2b-pages .b2b-booking-process-section .landing-card {
    position: relative;
    overflow: hidden;
}

/* Background images */
.b2b-pages .b2b-booking-process-section .landing-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background-image: url('https://cdn.travel-code.com/images/remaster/elipsis-brown-background-bottom-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    pointer-events: none;
    z-index: 0;
}

.b2b-pages .b2b-booking-process-section .landing-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background-image: url('https://cdn.travel-code.com/images/remaster/elipsis-brown-background-top-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    pointer-events: none;
    z-index: 0;
}

.b2b-pages .b2b-booking-process-section .section-header,
.b2b-pages .b2b-booking-process-grid,
.b2b-pages .b2b-booking-process-button-wrapper {
    position: relative;
    z-index: 1;
}

.b2b-pages .b2b-booking-process-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 0 40px;
    position: relative;
}

/* Lines between steps */
.b2b-pages .b2b-booking-process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(50% + 28px);
    width: calc(100% + 40px - 56px);
    height: 1px;
    background: #f4f4fd;
    border: none;
    z-index: 0;
}

/* Process Step */
.b2b-pages .b2b-booking-process-step {
    flex: 0 1 calc(33.333% - 27px);
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    position: relative;
}

.b2b-pages .b2b-process-step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #F4F4FD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #24223E;
}

.b2b-pages .b2b-process-step-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #24223E;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.b2b-pages .b2b-process-step-description {
    font-size: 16px;
    line-height: 1.6;
    color: #5B596E;
    margin: 0;
}

/* Button Wrapper */
.b2b-pages .b2b-booking-process-button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Responsive for Booking Process */
@media (max-width: 992px) {
    .b2b-pages .b2b-booking-process-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }

    /* Hide lines on tablet/mobile */
    .b2b-pages .b2b-booking-process-step:not(:last-child)::after {
        display: none;
    }

    .b2b-pages .b2b-booking-process-section .landing-card::before,
    .b2b-pages .b2b-booking-process-section .landing-card::after {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 576px) {
    .b2b-pages .b2b-booking-process-grid {
        gap: 32px;
        margin-top: 40px;
        padding: 0;
    }

    .b2b-pages .b2b-process-step-number {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .b2b-pages .b2b-process-step-title {
        font-size: 18px;
    }

    .b2b-pages .b2b-process-step-description {
        font-size: 14px;
    }

    .b2b-pages .b2b-booking-process-section .landing-card::before,
    .b2b-pages .b2b-booking-process-section .landing-card::after {
        width: 150px;
        height: 150px;
    }

    .b2b-pages .b2b-booking-process-button-wrapper {
        margin-top: 40px;
    }
}

/* ===== Charter Benefits Section ===== */
.b2b-pages .charter-benefits-section {
    margin-top: 60px;
}

.b2b-pages .charter-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.b2b-pages .charter-benefit-item {
    display: flex;
    gap: 24px;
    padding: 32px;
    border-radius: 16px;
    background: #F8F8FF;
}

/* Color variations */
.b2b-pages .charter-benefit-item.pink {
    background: #FFF1F2;
}

.b2b-pages .charter-benefit-item.purple {
    background: #FAF5FF;
}

.b2b-pages .charter-benefit-item.yellow {
    background: #FEFCE8;
}

.b2b-pages .charter-benefit-item.blue {
    background: #EFF6FF;
}

.b2b-pages .charter-benefit-item .icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.b2b-pages .charter-benefit-item .icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.b2b-pages .charter-benefit-content {
    flex: 1;
}

.b2b-pages .charter-benefit-content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px 0;
    color: #24223E;
}

.b2b-pages .charter-benefit-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #5B596E;
    margin: 0;
}

/* Price List inside charter benefit */
.b2b-pages .charter-price-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.b2b-pages .charter-price-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.b2b-pages .charter-price-item strong {
    font-size: 16px;
    font-weight: 600;
    color: #24223E;
}

.b2b-pages .charter-price-item span {
    font-size: 14px;
    line-height: 1.5;
    color: #5B596E;
}

.b2b-pages .calculate-profit .display-value{
        top: auto;
    left: auto;
    transform: none;
    border-radius: 6px;
}

.b2b-calc-display{
    margin-top: 10px;
}

.b2b-pages.comparison-page .b2b-calculator-section .landing-card .landing-card-right-block{
    width: fit-content;
}

.b2b-pages .calculate-profit-result-section .b2b-calc-cta{
    width: 100%;
    height: fit-content;
}

.b2b-pages .calculate-profit-result-section{
    padding: 40px;
}

.comparison-page .b2b-contact-form-section .landing-card{
    align-items: center;
}

/* Responsive for Charter Benefits */
@media (max-width: 768px) {
    .b2b-pages .charter-benefit-item {
        flex-direction: column;
        padding: 24px;
        gap: 16px;
    }

    .b2b-pages .charter-benefit-item .icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .b2b-pages .charter-benefit-item .icon img {
        width: 24px;
        height: 24px;
    }

    .b2b-pages .charter-benefit-content h3 {
        font-size: 16px;
    }

    .b2b-pages .charter-benefit-content p {
        font-size: 14px;
    }

    .b2b-pages .charter-price-item strong {
        font-size: 15px;
    }

    .b2b-pages .charter-price-item span {
        font-size: 13px;
    }
}

/* ======================== */
/* Calculator Section       */
/* ======================== */

/* Layout: reuses .calculate-profit-section + .landing-card.type-1 from mainPageRemaster.css */

.b2b-pages .b2b-calculator-section .landing-card.type-1 {
    gap: 50px;
}

.b2b-pages .b2b-calculator-section .landing-card-left-block {
    width: 50%;
}

.b2b-pages .b2b-calculator-section .calculate-profit.business {
    margin-top: 40px;
}

.b2b-pages .b2b-calculator-section .b2b-calc-field-block {
    margin-top: 40px;
}

.b2b-pages .b2b-calculator-section .b2b-calc-field-block:first-child {
    margin-top: 0;
}

.b2b-pages .b2b-calculator-section .display-value {
    display: flex;
    align-items: center;
    gap: 6px;
}

.b2b-pages .b2b-calculator-section .b2b-calc-suffix {
    font-size: 16px;
    color: #5B596E;
}

.b2b-pages .b2b-calculator-section .b2b-calc-result-val {
    font-weight: 700;
    font-size: 25px;
    color: #24223E;
}

.b2b-pages .b2b-calculator-section .result-section-info-item.total .b2b-calc-result-val {
    font-weight: 700;
    font-size: 30px;
    color: #24223E;
}

.b2b-pages .b2b-calc-cta {
    margin-top: 30px;
    display: inline-block;
}

/* Calculator Responsive */
@media (max-width: 1024px) {
    .b2b-pages .b2b-calculator-section .landing-card.type-1 {
        flex-direction: column;
    }

    .b2b-pages .b2b-calculator-section .landing-card-left-block {
        width: 100%;
    }

    .b2b-pages .b2b-calculator-section .landing-card-right-block {
        width: 100%;
    }

    .b2b-pages .b2b-calculator-section .calculate-profit-result-section {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .b2b-pages .b2b-calculator-section .calculate-profit-result-section {
        padding: 20px;
    }

    .b2b-pages .b2b-calculator-section .b2b-calc-result-val {
        font-size: 20px;
    }

    .b2b-pages .b2b-calculator-section .result-section-info-item.total .b2b-calc-result-val {
        font-size: 24px;
    }
}

/* ======================== */
/* Contact Form Section     */
/* ======================== */

.b2b-pages .b2b-contact-form-section .section-header.center {
    text-align: center;
    margin-bottom: 40px;
}

.b2b-pages .b2b-form-subtitle {
    font-size: 16px;
    color: #5B596E;
    margin-top: 12px;
}

.b2b-pages .b2b-contact-form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.b2b-pages .b2b-contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.b2b-pages .b2b-form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.b2b-pages .b2b-form-field.full-width,
.b2b-pages .b2b-form-field:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.b2b-pages .b2b-form-field label {
    font-size: 14px;
    font-weight: 500;
    color: #24223E;
}

.b2b-pages .b2b-form-req {
    color: #E53935;
}

.b2b-pages .b2b-contact-form .form-control {
    /* padding: 15px; */
    border: none;
    border-radius: 12px;
    background-color: #F8F8FF;
    font-size: 16px;
    color: #5B596E;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.2s;
}

.b2b-pages .b2b-contact-form .form-control:focus {
    box-shadow: 0 0 0 2px #306DDE;
    outline: none;
}

.b2b-pages .b2b-contact-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.b2b-pages .b2b-contact-form select.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-image: url('https://cdn.travel-code.com/images/chevron-down-blue-small.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
    padding-right: 40px;
    cursor: pointer;
}

.b2b-pages .b2b-input-error {
    border-color: #E53935 !important;
}

.b2b-pages .b2b-form-error {
    display: none;
    font-size: 13px;
    color: #E53935;
    margin-top: 2px;
}

.b2b-pages .b2b-form-privacy {
    margin-top: 24px;
}

.b2b-pages .b2b-form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #5B596E;
    cursor: pointer;
}

.b2b-pages .b2b-form-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    padding: 0;
    border: 2px solid #C5C5D2;
    border-radius: 6px;
    margin: 0;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s, background-color 0.2s;
    position: relative;
}

.b2b-pages .b2b-form-checkbox input[type="checkbox"]:checked {
    border-color: #306DDE;
    background-color: #306DDE;
}

.b2b-pages .b2b-form-privacy.b2b-input-error .b2b-form-checkbox input[type="checkbox"] {
    border-color: #E53935;
}

.b2b-pages .b2b-form-checkbox input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.b2b-pages .b2b-form-checkbox a {
    color: #306DDE;
    text-decoration: underline;
}

.b2b-pages .b2b-form-submit {
    margin-top: 24px;
    width: 100%;
}

/* Success state */
.b2b-pages .b2b-contact-form-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 60px 20px;
    text-align: center;
}

.b2b-pages .b2b-form-success-text {
    font-size: 18px;
    font-weight: 500;
    color: #24223E;
}

/* Contact Form Responsive */
@media (max-width: 768px) {
    .b2b-pages .b2b-contact-form-grid {
        grid-template-columns: 1fr;
    }

    .b2b-pages .b2b-contact-form {
        max-width: 100%;
    }
}

/* Author byline (E-E-A-T signal — see backend/widgets/AuthorByline.php) */
.b2b-pages .landing-card-content-header .author-byline{font-size:13px;color:#666;margin:8px 0 16px;line-height:1.4;font-weight:500}
