.main-container.travel-service-main-container {
    width: 100% !important;
    max-width: none !important;
    padding-right: clamp(18px, 5vw, 120px);
    padding-left: clamp(18px, 5vw, 120px);
}

.travel-service-search-card {
    display: none;
}

.travel-service-page {
    --service-accent: #6ce0ca;
    --service-accent-soft: #ecfdf9;
    --service-primary: #534de6;
    --service-primary-dark: #270570;
    max-width: 1320px;
    margin: 0 auto;
    padding: 34px 0 64px;
    color: #343a3d;
}

.travel-service-hero {
    position: relative;
    isolation: isolate;
    min-height: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: clamp(34px, 5vw, 68px);
    border-radius: 28px;
    background: linear-gradient(125deg, #2f3192 0%, #534de6 58%, #6d63ee 100%);
    box-shadow: 0 18px 44px rgba(39, 5, 112, .2);
    color: #fff;
}

.travel-service-hero::before,
.travel-service-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.travel-service-hero::before {
    width: 360px;
    height: 360px;
    top: -210px;
    right: -70px;
    border: 65px solid rgba(108, 224, 202, .24);
}

.travel-service-hero::after {
    width: 170px;
    height: 170px;
    right: 22%;
    bottom: -128px;
    background: rgba(255, 255, 255, .08);
}

.travel-service-hero-content {
    position: relative;
    z-index: 1;
    width: min(760px, 72%);
}

.travel-service-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: var(--service-accent);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.travel-service-eyebrow::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.travel-service-hero h1 {
    max-width: 720px;
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(2rem, 4.4vw, 4rem);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.04em;
}

.travel-service-hero p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(.95rem, 1.4vw, 1.15rem);
    line-height: 1.65;
}

.travel-service-hero-icon {
    position: absolute;
    top: 50%;
    right: clamp(36px, 7vw, 100px);
    width: clamp(116px, 13vw, 174px);
    height: clamp(116px, 13vw, 174px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 38% 62% 61% 39% / 42% 36% 64% 58%;
    background: rgba(255, 255, 255, .12);
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .04);
    color: var(--service-accent);
    font-size: clamp(3.2rem, 6vw, 5.7rem);
    transform: translateY(-50%) rotate(5deg);
}

.travel-service-hero-icon i {
    transform: rotate(-5deg);
}

.travel-service-highlights {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: calc(100% - 64px);
    max-width: 1080px;
    margin: -28px auto 46px;
}

.travel-service-highlight {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 72px;
    padding: 14px 18px;
    border: 1px solid rgba(83, 77, 230, .1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 9px 26px rgba(56, 56, 86, .11);
    color: #545962;
    font-size: .86rem;
    font-weight: 700;
}

.travel-service-highlight-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--service-accent-soft);
    color: var(--service-primary);
    font-size: 1rem;
}

.travel-service-content {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
    gap: clamp(24px, 4vw, 52px);
    align-items: stretch;
}

.travel-service-showcase,
.travel-service-form-card {
    overflow: hidden;
    border: 1px solid rgba(83, 77, 230, .1);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(39, 5, 112, .09);
}

.travel-service-showcase {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.travel-service-showcase-media {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    background: #f2f4f5;
}

.travel-service-showcase-media > img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    display: block;
    object-fit: cover;
}

.travel-service-showcase-media--poster > img {
    object-position: center;
}

.travel-service-showcase-media .fotorama,
.travel-service-showcase-media .fotorama__wrap {
    width: 100% !important;
}

.travel-service-showcase-media .fotorama__stage {
    background: #f2f4f5;
}

.travel-service-showcase-media .fotorama__img {
    object-fit: cover;
}

.travel-service-showcase-body {
    flex: 1 1 auto;
    padding: 26px 28px 30px;
}

.travel-service-section-kicker {
    display: block;
    margin-bottom: 7px;
    color: var(--service-primary);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.travel-service-showcase h2,
.travel-service-form-card h2 {
    margin: 0 0 10px;
    color: #303033;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 850;
    line-height: 1.16;
}

.travel-service-showcase p,
.travel-service-form-intro {
    margin: 0;
    color: #6a7079;
    font-size: .9rem;
    line-height: 1.65;
}

.travel-service-note {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    padding: 15px 16px;
    border-radius: 14px;
    background: var(--service-accent-soft);
    color: #44504e;
    font-size: .82rem;
    line-height: 1.5;
}

.travel-service-note i {
    margin-top: 2px;
    color: #03a691;
}

.travel-service-form-card {
    padding: clamp(26px, 3vw, 42px);
}

.travel-service-form-header {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 26px;
}

.travel-service-form-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--service-primary);
    box-shadow: 0 8px 18px rgba(83, 77, 230, .22);
    color: #fff;
    font-size: 1.1rem;
}

.travel-service-form-card .form-row {
    margin-right: -8px;
    margin-left: -8px;
}

.travel-service-form-card .form-group {
    margin-bottom: 18px;
    padding-right: 8px;
    padding-left: 8px;
}

.travel-service-form-card label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    color: #343a3d;
    font-size: .78rem;
    font-weight: 750;
}

.travel-service-form-card label i {
    width: 14px;
    color: var(--service-primary);
    text-align: center;
}

.travel-service-form-card .form-control {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid #dde1e8 !important;
    border-radius: 12px !important;
    background: #fbfbfd;
    box-shadow: none !important;
    color: #343a3d;
    font-size: .88rem;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.travel-service-form-card textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.travel-service-form-card .form-control:focus {
    border-color: var(--service-primary) !important;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(83, 77, 230, .1) !important;
}

.travel-service-submit {
    width: 100%;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 999px !important;
    background: var(--service-primary) !important;
    box-shadow: 0 8px 20px rgba(83, 77, 230, .24);
    color: #fff !important;
    font-size: .9rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.travel-service-submit:hover,
.travel-service-submit:focus {
    background: #453fd2 !important;
    box-shadow: 0 11px 25px rgba(83, 77, 230, .3);
    color: #fff !important;
    transform: translateY(-2px);
}

.travel-service-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 13px 0 0;
    color: #767e89;
    font-size: .7rem;
    text-align: center;
}

.travel-service-steps {
    margin-top: 52px;
    padding: 36px clamp(22px, 4vw, 48px);
    border-radius: 24px;
    background: #f7f7fb;
    text-align: center;
}

.travel-service-steps h2 {
    margin-bottom: 28px;
    color: #303033;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 850;
}

.travel-service-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.travel-service-step {
    position: relative;
    padding: 0 14px;
}

.travel-service-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 23px;
    left: calc(50% + 38px);
    width: calc(100% - 76px);
    border-top: 1px dashed rgba(83, 77, 230, .32);
}

.travel-service-step-number {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    border-radius: 15px;
    background: var(--service-primary);
    box-shadow: 0 7px 16px rgba(83, 77, 230, .2);
    color: #fff;
    font-weight: 850;
}

.travel-service-step h3 {
    margin-bottom: 6px;
    color: #343a3d;
    font-size: .95rem;
    font-weight: 800;
}

.travel-service-step p {
    max-width: 260px;
    margin: 0 auto;
    color: #767e89;
    font-size: .78rem;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .travel-service-hero-content {
        width: calc(100% - 150px);
    }

    .travel-service-content {
        grid-template-columns: 1fr;
    }

    .travel-service-showcase-media {
        min-height: 390px;
    }

    .travel-service-showcase-media--poster > img {
        min-height: 390px;
        max-height: 520px;
        object-fit: contain;
    }
}

@media (max-width: 767px) {
    .main-container.travel-service-main-container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .travel-service-page {
        padding: 22px 0 44px;
    }

    .travel-service-hero {
        min-height: 360px;
        align-items: flex-start;
        padding: 32px 24px 120px;
        border-radius: 22px;
    }

    .travel-service-hero-content {
        width: 100%;
    }

    .travel-service-hero h1 {
        font-size: clamp(2rem, 11vw, 3.05rem);
    }

    .travel-service-hero-icon {
        top: auto;
        right: 24px;
        bottom: 18px;
        width: 88px;
        height: 88px;
        border-radius: 28px;
        font-size: 2.65rem;
        transform: rotate(5deg);
    }

    .travel-service-hero-icon i {
        transform: rotate(-5deg);
    }

    .travel-service-highlights {
        grid-template-columns: 1fr;
        gap: 9px;
        width: calc(100% - 24px);
        margin-top: -22px;
        margin-bottom: 34px;
    }

    .travel-service-highlight {
        min-height: 58px;
        padding: 9px 12px;
        border-radius: 14px;
    }

    .travel-service-highlight-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 11px;
    }

    .travel-service-showcase,
    .travel-service-form-card,
    .travel-service-steps {
        border-radius: 20px;
    }

    .travel-service-showcase-media,
    .travel-service-showcase-media > img {
        min-height: 250px;
    }

    .travel-service-showcase-media--poster > img {
        max-height: none;
        object-fit: cover;
    }

    .travel-service-showcase-body,
    .travel-service-form-card {
        padding: 24px 20px;
    }

    .travel-service-form-header {
        margin-bottom: 22px;
    }

    .travel-service-form-card .form-group {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .travel-service-steps {
        margin-top: 34px;
        padding: 30px 20px;
    }

    .travel-service-steps-grid {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .travel-service-step:not(:last-child)::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .travel-service-submit {
        transition: none;
    }
}
