﻿/* ================================================================
   AVESTA TRAVEL - Transfer Page
================================================================ */

.page-transfer .trh-hero {
    position: relative;
    min-height: calc(100svh - 82px);
    padding-top: 82px;
    overflow: visible;
    color: #fff;
    background: #0b1426;
    display: flex;
    align-items: flex-end;
    z-index: 5;
}

.page-transfer .trh-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.page-transfer .trh-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    transform: scale(1.06);
    filter: saturate(1.05);
    animation: trhBgIn 1.1s cubic-bezier(.2, 1, .3, 1) forwards;
}

.page-transfer .trh-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1200px 520px at 20% 8%, rgba(232, 93, 4, .35), transparent 60%),
        linear-gradient(108deg, rgba(6, 12, 24, .86) 0%, rgba(6, 12, 24, .70) 42%, rgba(6, 12, 24, .90) 100%);
}

.page-transfer .trh-grain {
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image: radial-gradient(rgba(255, 255, 255, .16) .6px, transparent .6px);
    background-size: 3px 3px;
    mix-blend-mode: soft-light;
}

.page-transfer .trh-inner {
    position: relative;
    z-index: 6;
    width: 100%;
    padding-bottom: 96px;
}

.page-transfer .trh-copy {
    max-width: 760px;
}

.page-transfer .trh-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 6px;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(11, 20, 38, .35);
    backdrop-filter: blur(6px);
    font-size: .78rem;
    font-weight: 600;
    line-height: 1;
}

.page-transfer .trh-breadcrumb a {
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
    transition: color .16s ease;
}

.page-transfer .trh-breadcrumb a:hover {
    color: #ffffff;
}

.page-transfer .trh-breadcrumb svg {
    color: rgba(255, 255, 255, .35);
    flex-shrink: 0;
}

.page-transfer .trh-breadcrumb > span {
    color: rgba(255, 255, 255, .92);
    font-weight: 700;
}

.page-transfer .trh-title {
    margin-top: 18px;
    font-family: var(--font-display, serif);
    font-size: clamp(2.2rem, 5.4vw, 4.1rem);
    line-height: 1.04;
    letter-spacing: -.02em;
    text-wrap: balance;
}

.page-transfer .trh-title span {
    color: #ffd5bb;
}

.page-transfer .trh-sub {
    margin-top: 18px;
    max-width: 640px;
    font-size: clamp(.98rem, 1.45vw, 1.16rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, .84);
}

.page-transfer .trh-copy .trh-breadcrumb,
.page-transfer .trh-copy .trh-title,
.page-transfer .trh-copy .trh-sub {
    opacity: 0;
    transform: translateY(18px);
    animation: trhFadeUp .65s cubic-bezier(.2, 1, .3, 1) forwards;
}

.page-transfer .trh-copy .trh-title { animation-delay: .1s; }
.page-transfer .trh-copy .trh-sub { animation-delay: .2s; }

.page-transfer .trh-search-wrap {
    margin-top: 32px;
    position: relative;
    z-index: 30;
    opacity: 0;
    transform: translateY(20px);
    animation: trhFadeUp .68s cubic-bezier(.2, 1, .3, 1) .24s forwards;
}

.page-transfer .trh-trip-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 12px 8px;
    padding: 6px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .11);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 22px rgba(6, 12, 24, .22);
}

.page-transfer .trh-trip-btn {
    border: none;
    border-radius: 999px;
    padding: 9px 16px;
    background: transparent;
    color: rgba(255, 255, 255, .86);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.page-transfer .trh-trip-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.page-transfer .trh-trip-btn.active {
    color: #0f172a;
    background: #fff;
    box-shadow: 0 8px 18px rgba(6, 12, 24, .18);
}

.page-transfer .trh-search-grid {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    overflow: visible;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 999px;
    padding: 8px 8px 8px 22px;
    box-shadow:
        0 20px 60px rgba(6, 12, 24, .36),
        0 4px 18px rgba(6, 12, 24, .2);
}

.page-transfer .trh-field {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 10px 14px;
    border-radius: 48px;
    transition: background .2s ease;
    position: relative;
}

.page-transfer .trh-field:hover {
    background: #f8fafc;
}

.page-transfer .trh-field-wide {
    flex: 1.65 1 205px;
}

.page-transfer .trh-field-datetime {
    flex: 1.05 1 188px;
}

.page-transfer .trh-field-guests {
    flex: 1 1 150px;
}

.page-transfer .trh-search-wrap.trh-has-return .trh-field-wide {
    flex: 1.45 1 188px;
}

.page-transfer .trh-search-wrap.trh-has-return .trh-field-datetime {
    flex: 1 1 176px;
}

.page-transfer .trh-search-wrap.trh-has-return .trh-field-guests {
    flex: .9 1 138px;
}

.page-transfer .trh-icon {
    color: var(--primary, #e85d04);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.page-transfer .trh-field-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}

.page-transfer .trh-label {
    font-size: .68rem;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #0f172a;
    margin-bottom: 2px;
    white-space: nowrap;
}

.page-transfer .trh-input {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #475569;
    font-size: .95rem;
    line-height: 1.35;
    font-weight: 500;
    font-family: var(--font-body, inherit);
    padding: 0;
    /* Taşan değeri … ile göster, alta kaymasın */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Focus anında ellipsis'i kaldır, kullanıcı normal yazabilsin */
.page-transfer .trh-input:focus {
    text-overflow: clip;
}

.page-transfer .trh-input::placeholder {
    color: #94a3b8;
}

.page-transfer .trh-field-location {
    overflow: visible;
    position: relative;
}

.page-transfer .trh-loc-wrap {
    position: relative;
    width: 100%;
}

.page-transfer .trh-loc-wrap .trh-input {
    padding-right: 28px;
}

.page-transfer .trh-loc-clear {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 999px;
    background: #e2e8f0;
    color: #475569;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background .18s ease, color .18s ease;
}

.page-transfer .trh-loc-clear:hover {
    background: #cbd5e1;
    color: #0f172a;
}

.page-transfer .trh-loc-clear.show {
    display: inline-flex;
}

.page-transfer .trh-field-location.is-open {
    background: #f8fafc;
}

.page-transfer .trh-loc-results {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 20px 46px rgba(11, 20, 38, .2);
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 12070;
    display: none;
    padding: 6px;
    /* Özel scrollbar – Firefox */
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.page-transfer .trh-loc-results::-webkit-scrollbar {
    width: 5px;
}

.page-transfer .trh-loc-results::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 99px;
    margin: 6px 0;
}

.page-transfer .trh-loc-results::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 99px;
}

.page-transfer .trh-loc-results::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.page-transfer .trh-loc-results.open {
    display: block;
    animation: trhLocDrop .18s ease;
}

.page-transfer .trh-loc-result {
    width: 100%;
    display: block;
    text-align: left;
    border: none;
    border-radius: 10px;
    background: transparent;
    padding: 9px 10px;
    cursor: pointer;
    transition: background .14s ease;
}

.page-transfer .trh-loc-result:hover {
    background: #f1f5f9;
}

.page-transfer .trh-loc-result strong {
    display: block;
    color: #0f172a;
    font-size: .84rem;
    line-height: 1.25;
}

.page-transfer .trh-loc-result span {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: .73rem;
    line-height: 1.35;
}

.page-transfer .trh-loc-empty {
    padding: 10px 12px;
    color: #64748b;
    font-size: .8rem;
    font-weight: 600;
}

.page-transfer .trh-loc-empty--warn {
    color: #b45309;
}

.page-transfer .trh-inline-datetime {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(76px, auto);
    gap: 10px;
    align-items: center;
}

.page-transfer input[type="date"].trh-input,
.page-transfer input[type="time"].trh-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 20px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.page-transfer input[type="date"].trh-input::-webkit-calendar-picker-indicator,
.page-transfer input[type="time"].trh-input::-webkit-calendar-picker-indicator {
    opacity: .45;
    cursor: pointer;
}

.page-transfer input[type="time"].trh-input::-webkit-inner-spin-button,
.page-transfer input[type="time"].trh-input::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}

.page-transfer .trh-search-wrap .trh-inline-datetime .avp-wrapper {
    width: 100%;
    min-width: 0;
}

.page-transfer .trh-search-wrap .trh-inline-datetime .avtp-wrapper {
    width: 100%;
    min-width: 0;
}

.page-transfer .trh-search-wrap .trh-inline-datetime .avp-trigger {
    width: 100%;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: #475569 !important;
    font-size: .95rem !important;
    font-weight: 500 !important;
    font-family: var(--font-body, inherit) !important;
    line-height: 1.35 !important;
    outline: none !important;
    text-align: left;
    transition: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.page-transfer .trh-search-wrap .trh-inline-datetime .avtp-trigger {
    width: 100%;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: #475569 !important;
    font-size: .95rem !important;
    font-weight: 500 !important;
    font-family: var(--font-body, inherit) !important;
    line-height: 1.35 !important;
    outline: none !important;
    text-align: left;
    transition: none !important;
}

.page-transfer .trh-search-wrap .trh-inline-datetime .avp-trigger:hover,
.page-transfer .trh-search-wrap .trh-inline-datetime .avp-trigger:focus,
.page-transfer .trh-search-wrap .trh-inline-datetime .avp-trigger.open,
.page-transfer .trh-search-wrap .trh-inline-datetime .avp-trigger.has-value {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
}

.page-transfer .trh-search-wrap .trh-inline-datetime .avtp-trigger:hover,
.page-transfer .trh-search-wrap .trh-inline-datetime .avtp-trigger:focus,
.page-transfer .trh-search-wrap .trh-inline-datetime .avtp-trigger.open,
.page-transfer .trh-search-wrap .trh-inline-datetime .avtp-trigger.has-value {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
}

.page-transfer .trh-search-wrap .trh-inline-datetime .avp-trigger.placeholder-text {
    color: #94a3b8 !important;
    font-weight: 400 !important;
}

.page-transfer .trh-search-wrap .trh-inline-datetime .avtp-trigger.placeholder-text {
    color: #94a3b8 !important;
    font-weight: 400 !important;
}

.page-transfer .trh-search-wrap .trh-inline-datetime .avp-icon {
    display: none !important;
}

.page-transfer .trh-search-wrap .trh-inline-datetime .avp-panel,
.page-transfer .trh-search-wrap .trh-inline-datetime .avtp-panel {
    z-index: 12040 !important;
    top: auto !important;
    bottom: calc(100% + 10px) !important;
    transform-origin: bottom right !important;
}

.page-transfer .trh-search-wrap .trh-inline-datetime .avtp-panel {
    min-width: 206px;
    left: auto;
    right: 0;
}

.page-transfer .trh-search-wrap .trh-inline-datetime .avtp-icon {
    display: none !important;
}

.page-transfer .is-hidden {
    display: none !important;
}

.page-transfer .trh-divider {
    width: 1px;
    height: 38px;
    background: #e2e8f0;
    flex-shrink: 0;
    margin: 0 2px;
}

.page-transfer .trh-guest-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    border: none;
    background: transparent;
    color: #475569;
    padding: 0;
    font-size: .95rem;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.page-transfer .trh-chevron {
    color: #94a3b8;
    flex-shrink: 0;
    transition: transform .2s ease;
}

.page-transfer .trh-field-guests.open .trh-chevron {
    transform: rotate(180deg);
}

.page-transfer .trh-guest-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    width: 300px;
    border-radius: 18px;
    background: #fff;
    box-shadow:
        0 14px 44px rgba(11, 20, 38, .18),
        inset 0 0 0 1px rgba(0, 0, 0, .05);
    padding: 14px 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .22s cubic-bezier(.2, 1, .3, 1);
    z-index: 12050;
}

.page-transfer .trh-field-guests.open .trh-guest-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.page-transfer .trh-guest-dropdown::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 26px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.page-transfer .trh-guest-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.page-transfer .trh-guest-row:last-child {
    border-bottom: none;
    padding-bottom: 4px;
}

.page-transfer .trh-guest-meta strong {
    display: block;
    color: #0f172a;
    font-size: .92rem;
    line-height: 1.25;
}

.page-transfer .trh-guest-meta span {
    display: block;
    color: #94a3b8;
    font-size: .76rem;
    line-height: 1.35;
}

.page-transfer .trh-guest-controls {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.page-transfer .trh-step {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #d6deea;
    background: #fff;
    color: #334155;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: all .18s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-transfer .trh-step:hover {
    border-color: var(--primary, #e85d04);
    color: var(--primary, #e85d04);
}

.page-transfer .trh-count {
    min-width: 18px;
    text-align: center;
    font-size: .93rem;
    font-weight: 700;
    color: #0f172a;
}

.page-transfer .trh-action {
    margin-left: 8px;
    flex-shrink: 0;
}

.page-transfer .trh-btn-search {
    border: none;
    border-radius: 999px;
    padding: 15px 28px;
    background: linear-gradient(135deg, #e85d04 0%, #c44e03 100%);
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .01em;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(232, 93, 4, .42);
    transition: transform .2s ease, box-shadow .2s ease;
    white-space: nowrap;
}

.page-transfer .trh-btn-search:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(232, 93, 4, .48);
}

.page-transfer .trh-search-notice {
    margin-top: 12px;
    color: #ffffff;
    font-size: .86rem;
    font-weight: 600;
    padding-left: 6px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

.page-transfer .trh-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    line-height: 0;
    pointer-events: none;
}

.page-transfer .trh-wave svg {
    width: 100%;
    height: 88px;
    display: block;
}

@keyframes trhBgIn {
    from { transform: scale(1.11); opacity: .4; }
    to { transform: scale(1.06); opacity: 1; }
}

@keyframes trhFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes trhLocDrop {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1180px) {
    .page-transfer .trh-trip-switch {
        width: min(100%, 380px);
        margin: 0 0 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .page-transfer .trh-search-grid {
        border-radius: 24px;
        flex-wrap: wrap;
        row-gap: 4px;
        padding: 14px;
    }

    .page-transfer .trh-divider {
        width: 100%;
        height: 1px;
        margin: 4px 0;
    }

    .page-transfer .trh-field {
        flex: 1 1 100%;
        border-radius: 14px;
        padding: 10px 12px;
    }

    .page-transfer .trh-loc-results {
        top: calc(100% + 8px);
    }

    .page-transfer .trh-inline-datetime {
        grid-template-columns: minmax(0, 1fr) minmax(88px, 120px);
    }

    .page-transfer .trh-action {
        margin: 8px 0 0;
        width: 100%;
    }

    .page-transfer .trh-btn-search {
        width: 100%;
        padding: 15px 20px;
    }

    .page-transfer .trh-guest-dropdown {
        width: min(320px, calc(100vw - 44px));
    }
}

@media (max-width: 768px) {
    .page-transfer .trh-hero {
        min-height: auto;
        padding-top: 76px;
        align-items: flex-start;
    }

    .page-transfer .trh-inner {
        padding-bottom: 88px;
    }

    .page-transfer .trh-title {
        font-size: clamp(1.95rem, 10vw, 2.6rem);
    }

    .page-transfer .trh-sub {
        font-size: .96rem;
        line-height: 1.6;
    }
}


/* ================================================================
   TRANSFER PAGE â€” CONTENT SECTIONS BELOW HERO
================================================================ */

/* â”€â”€ Shared Section Utilities â”€â”€ */
.page-transfer .trf-eyebrow {
    display: inline-block;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--primary, #e85d04);
    margin-bottom: 10px;
}

.page-transfer .trf-eyebrow--light {
    color: rgba(255,255,255,.6);
}

.page-transfer .trf-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 60px;
}

.page-transfer .trf-section-title {
    font-family: var(--font-display, serif);
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 700;
    color: var(--gray-900, #0f172a);
    line-height: 1.18;
    letter-spacing: -.02em;
    margin-bottom: 12px;
}

.page-transfer .trf-section-sub {
    font-size: 1rem;
    color: var(--gray-500, #64748b);
    line-height: 1.7;
}


.page-transfer .trf-section-head--left {
    text-align: left;
    max-width: 860px;
    margin: 0 0 28px;
}

.page-transfer .trf-section-head--left .trf-section-title,
.page-transfer .trf-section-head--left .trf-section-sub {
    text-align: left;
}

/* -- ROUTE DETAIL -- */
.page-transfer .trf-route-detail {
    padding: 72px 0 88px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    overflow: visible;
}

.page-transfer .trf-route-detail-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, .9fr);
    gap: 26px;
    align-items: start;
    overflow: visible;
}

.page-transfer .trf-route-detail-main {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .07);
}

.page-transfer .trf-route-detail-path {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.page-transfer .trf-route-detail-loc {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0f172a;
    font-size: .9rem;
    font-weight: 700;
}

.page-transfer .trf-route-detail-loc span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-transfer .trf-route-detail-arrow {
    color: #94a3b8;
    font-size: 1rem;
    flex-shrink: 0;
}

.page-transfer .trf-route-detail-highlights {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.page-transfer .trf-route-detail-highlight {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    padding: 12px 14px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.page-transfer .trf-route-detail-highlight b {
    font-size: .76rem;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #64748b;
}

.page-transfer .trf-route-detail-highlight span {
    font-family: var(--font-display, serif);
    font-size: 1.35rem;
    line-height: 1;
    color: #0f172a;
}

.page-transfer .trf-route-richtext {
    margin-top: 22px;
    color: #334155;
    font-size: .95rem;
    line-height: 1.8;
}

.page-transfer .trf-route-richtext > *:first-child {
    margin-top: 0;
}

.page-transfer .trf-route-richtext > *:last-child {
    margin-bottom: 0;
}

.page-transfer .trf-route-detail-block {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.page-transfer .trf-route-detail-block h3 {
    margin: 0 0 12px;
    font-family: var(--font-display, serif);
    font-size: 1.18rem;
    color: #0f172a;
    line-height: 1.3;
}

.page-transfer .trf-route-detail-block--content {
    margin-top: 20px;
}

.page-transfer .trf-route-detail-block--content .trf-route-richtext {
    margin-top: 0;
}

.page-transfer .trf-route-content-empty {
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    color: #64748b;
    font-size: .9rem;
    line-height: 1.7;
    padding: 14px;
}

.page-transfer .trf-route-destination-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.page-transfer .trf-route-destination-card {
    text-decoration: none;
    color: inherit;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.page-transfer .trf-route-destination-card:hover {
    transform: translateY(-2px);
    border-color: rgba(232, 93, 4, .35);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .09);
}

.page-transfer .trf-route-destination-thumb {
    aspect-ratio: 16 / 10;
    background: #e2e8f0;
    overflow: hidden;
}

.page-transfer .trf-route-destination-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-transfer .trf-route-destination-thumb-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(232, 93, 4, .14) 0%, rgba(15, 23, 42, .12) 100%);
}

.page-transfer .trf-route-destination-card > span {
    display: block;
    padding: 10px 12px 11px;
    font-size: .84rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
}

.page-transfer .trf-route-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.page-transfer .trf-route-price-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    padding: 14px;
}

.page-transfer .trf-route-price-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.page-transfer .trf-route-price-top strong {
    font-size: .92rem;
    color: #0f172a;
    line-height: 1.3;
}

.page-transfer .trf-route-price-top span {
    padding: 4px 9px;
    border-radius: 999px;
    background: #fff4ec;
    color: #c44e03;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.page-transfer .trf-route-price-value {
    margin-top: 8px;
    font-family: var(--font-display, serif);
    font-size: 1.52rem;
    color: #0f172a;
    line-height: 1.1;
}

.page-transfer .trf-route-price-meta {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.page-transfer .trf-route-price-meta span {
    font-size: .75rem;
    font-weight: 600;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 4px 9px;
}

.page-transfer .trf-route-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.page-transfer .trf-route-gallery-item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 3px 12px rgba(15, 23, 42, .05);
}

.page-transfer .trf-route-gallery-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.page-transfer .trf-route-gallery-item:hover img {
    transform: scale(1.05);
}

.page-transfer .trf-route-detail-side {
    position: sticky;
    top: 84px;
    align-self: start;
    height: fit-content;
    z-index: 5;
}

.page-transfer .trf-route-sticky-card {
    position: relative;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
    padding: 16px;
}

.page-transfer .trf-route-sticky-card h3 {
    margin: 0 0 10px;
    font-size: .96rem;
    font-weight: 800;
    color: #0f172a;
}

.page-transfer .trf-route-map-frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    height: 320px;
}

.page-transfer .trf-route-map-canvas {
    width: 100%;
    height: 100%;
}

.page-transfer .trf-route-map-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 600;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    pointer-events: none;
}

.page-transfer .trf-map-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(11, 20, 38, .78);
    color: #ffffff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .03em;
    backdrop-filter: blur(4px);
}

.page-transfer .trf-route-map-empty {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 16px;
    background: linear-gradient(140deg, #f8fafc 0%, #eef2f7 100%);
}

.page-transfer .trf-route-map-empty strong {
    font-size: .88rem;
    color: #0f172a;
    margin-bottom: 6px;
}

.page-transfer .trf-route-map-empty p {
    margin: 0;
    color: #64748b;
    font-size: .8rem;
    line-height: 1.5;
}

.page-transfer .trf-route-map-frame .leaflet-container {
    background: #e2e8f0;
    font-family: var(--font-body, inherit);
}

.page-transfer .trf-route-map-frame .leaflet-control-zoom {
    border: none;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .18);
}

.page-transfer .trf-route-map-frame .leaflet-control-zoom a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    color: #0f172a;
}

.page-transfer .trf-route-map-frame .leaflet-control-attribution {
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(4px);
    border-radius: 8px 0 0 0;
    padding: 2px 6px;
}

.page-transfer .trf-map-marker {
    background: transparent !important;
    border: none !important;
}

.page-transfer .trf-map-marker span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.page-transfer .trf-map-marker--from span {
    background: #e85d04;
    box-shadow: 0 0 0 0 rgba(232, 93, 4, .46);
    animation: trfMapPulseWarm 2.2s infinite;
}

.page-transfer .trf-map-marker--to span {
    background: #0f172a;
    box-shadow: 0 0 0 0 rgba(15, 23, 42, .36);
    animation: trfMapPulseDark 2.2s infinite;
}

.page-transfer .trf-map-marker--moving span {
    width: 16px;
    height: 16px;
    background: #e85d04;
    box-shadow:
        0 0 0 4px rgba(232, 93, 4, .20),
        0 6px 14px rgba(232, 93, 4, .28);
    animation: trfMapMoverPulse 1.45s ease-in-out infinite;
}

.page-transfer .trf-map-marker--moving span::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1.5px solid rgba(232, 93, 4, .42);
    opacity: .72;
    animation: trfMapMoverRing 1.8s ease-out infinite;
}

.page-transfer .trf-map-tooltip {
    background: rgba(11, 20, 38, .86);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 5px 9px;
    font-size: .72rem;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(11, 20, 38, .22);
}

.page-transfer .trf-map-tooltip::before {
    border-top-color: rgba(11, 20, 38, .86) !important;
}

@keyframes trfMapPulseWarm {
    0% { box-shadow: 0 0 0 0 rgba(232, 93, 4, .46); }
    70% { box-shadow: 0 0 0 12px rgba(232, 93, 4, 0); }
    100% { box-shadow: 0 0 0 0 rgba(232, 93, 4, 0); }
}

@keyframes trfMapPulseDark {
    0% { box-shadow: 0 0 0 0 rgba(15, 23, 42, .36); }
    70% { box-shadow: 0 0 0 12px rgba(15, 23, 42, 0); }
    100% { box-shadow: 0 0 0 0 rgba(15, 23, 42, 0); }
}

@keyframes trfMapMoverPulse {
    0% { box-shadow: 0 8px 18px rgba(232, 93, 4, .34), 0 0 0 0 rgba(232, 93, 4, .34); }
    70% { box-shadow: 0 10px 24px rgba(232, 93, 4, .42), 0 0 0 11px rgba(232, 93, 4, 0); }
    100% { box-shadow: 0 8px 18px rgba(232, 93, 4, .34), 0 0 0 0 rgba(232, 93, 4, 0); }
}

@keyframes trfMapMoverRing {
    0% { transform: scale(.78); opacity: .75; }
    80% { transform: scale(1.1); opacity: 0; }
    100% { transform: scale(1.1); opacity: 0; }
}

.page-transfer .trf-route-coords {
    margin-top: 12px;
    display: grid;
    gap: 8px;
}

.page-transfer .trf-route-coords > div {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 9px 10px;
    background: #f8fafc;
}

.page-transfer .trf-route-coords b {
    display: block;
    font-size: .72rem;
    color: #64748b;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.page-transfer .trf-route-coords span {
    display: block;
    font-size: .82rem;
    color: #0f172a;
    line-height: 1.4;
}

.page-transfer .trf-route-side-actions {
    margin-top: 12px;
    display: grid;
    gap: 8px;
}

.page-transfer .trf-route-side-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #dbe3ee;
    background: #ffffff;
    color: #0f172a;
    font-size: .83rem;
    font-weight: 700;
    text-decoration: none;
    padding: 11px 12px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.page-transfer .trf-route-side-btn:hover {
    transform: translateY(-1px);
    border-color: #cbd5e1;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.page-transfer .trf-route-side-btn--primary {
    border-color: transparent;
    background: linear-gradient(135deg, #e85d04 0%, #c44e03 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(232, 93, 4, .3);
}

.page-transfer .trf-route-side-btn--primary:hover {
    box-shadow: 0 14px 30px rgba(232, 93, 4, .4);
}

.page-transfer .trf-route-side-link {
    text-align: center;
    font-size: .76rem;
    color: #64748b;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 1080px) {
    .page-transfer .trf-route-detail-shell {
        grid-template-columns: 1fr;
    }

    .page-transfer .trf-route-detail-side {
        position: static;
        top: auto;
        height: auto;
    }

    .page-transfer .trf-route-sticky-card {
        position: static;
    }
}

@media (max-width: 900px) {
    .page-transfer .trf-route-destination-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-transfer .trf-route-price-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .page-transfer .trf-route-detail {
        padding: 56px 0 66px;
    }

    .page-transfer .trf-route-detail-main {
        padding: 18px;
        border-radius: 18px;
    }

    .page-transfer .trf-route-detail-path {
        flex-wrap: wrap;
    }

    .page-transfer .trf-route-detail-highlights {
        grid-template-columns: 1fr;
    }

    .page-transfer .trf-route-destination-grid,
    .page-transfer .trf-route-gallery-grid {
        grid-template-columns: 1fr;
    }

    .page-transfer .trf-route-map-frame {
        height: 270px;
    }

}
/* â”€â”€ DESTINATIONS â”€â”€ */
.page-transfer .trf-destinations {
    padding: 96px 0 104px;
    background: var(--gray-50, #f8fafc);
}

.page-transfer .trf-dest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.page-transfer .trf-empty-state {
    margin: 8px auto 0;
    max-width: 880px;
    text-align: center;
    padding: 26px 24px;
    border-radius: 18px;
    border: 1px dashed #cbd5e1;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(15,23,42,.04);
}

.page-transfer .trf-empty-state strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.page-transfer .trf-empty-state p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.6;
    color: #64748b;
}

.page-transfer .trf-empty-state--fleet {
    margin-top: 0;
}

.page-transfer .trf-empty-state--routes {
    margin-top: 4px;
}

/* Ä°lk kart Ã¶ne Ã§Ä±kan ise 2 kolon kapsar */
.page-transfer .trf-dest-card--featured {
    grid-column: span 2;
}

.page-transfer .trf-dest-card {
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, .85);
    box-shadow: 0 2px 14px rgba(15, 23, 42, .06);
    transition: transform .28s ease, box-shadow .28s ease;
}

.page-transfer .trf-dest-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 52px rgba(15, 23, 42, .13);
}

.page-transfer .trf-dest-img {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #1e293b, #334155);
    flex-shrink: 0;
}

.page-transfer .trf-dest-card--featured .trf-dest-img {
    aspect-ratio: 16 / 9;
}

.page-transfer .trf-dest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.page-transfer .trf-dest-card:hover .trf-dest-img img {
    transform: scale(1.06);
}

.page-transfer .trf-dest-img-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(232, 93, 4, .15) 0%,
        rgba(11, 20, 38, .6) 100%);
}

.page-transfer .trf-dest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(11, 20, 38, .55) 0%,
        rgba(11, 20, 38, .08) 50%,
        transparent 100%
    );
    pointer-events: none;
}

.page-transfer .trf-dest-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 5px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e85d04, #c44e03);
    color: #fff;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
}

.page-transfer .trf-dest-body {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.page-transfer .trf-dest-name {
    font-family: var(--font-display, serif);
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.28;
    margin: 0;
}

.page-transfer .trf-dest-card--featured .trf-dest-name {
    font-size: 1.2rem;
}

.page-transfer .trf-dest-desc {
    font-size: .82rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.page-transfer .trf-dest-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
    gap: 8px;
}

.page-transfer .trf-dest-count {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .75rem;
    font-weight: 700;
    color: #94a3b8;
}

.page-transfer .trf-dest-count svg {
    color: var(--primary, #e85d04);
    flex-shrink: 0;
}

.page-transfer .trf-dest-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .76rem;
    font-weight: 800;
    color: var(--primary, #e85d04);
    letter-spacing: .02em;
    transition: gap .18s ease;
}

.page-transfer .trf-dest-card:hover .trf-dest-cta {
    gap: 8px;
}

.page-transfer .trf-dest-all {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

.page-transfer .trf-dest-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    border-radius: 999px;
    border: 1.5px solid rgba(232, 93, 4, .35);
    color: var(--primary, #e85d04);
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: .02em;
    background: rgba(232, 93, 4, .04);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.page-transfer .trf-dest-all-btn:hover {
    background: var(--primary, #e85d04);
    border-color: var(--primary, #e85d04);
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    .page-transfer .trf-dest-grid { grid-template-columns: repeat(3, 1fr); }
    .page-transfer .trf-dest-card--featured { grid-column: span 2; }
}

@media (max-width: 768px) {
    .page-transfer .trf-destinations { padding: 64px 0 70px; }
    .page-transfer .trf-dest-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .page-transfer .trf-dest-card--featured { grid-column: span 2; }
    .page-transfer .trf-dest-card--featured .trf-dest-img { aspect-ratio: 4 / 3; }
}

@media (max-width: 480px) {
    .page-transfer .trf-dest-grid { grid-template-columns: 1fr; }
    .page-transfer .trf-dest-card--featured { grid-column: span 1; }
}


/* â”€â”€ HOW IT WORKS â”€â”€ */
.page-transfer .trf-how {
    padding: 96px 0 100px;
    background: #fff;
}

.page-transfer .trf-steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    justify-content: center;
}

.page-transfer .trf-step {
    flex: 1;
    max-width: 300px;
    text-align: center;
    padding: 0 24px;
    position: relative;
}

.page-transfer .trf-step-number {
    font-family: var(--font-display, serif);
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(232, 93, 4, .08);
    margin-bottom: -14px;
    letter-spacing: -.04em;
}

.page-transfer .trf-step-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff3eb 0%, #ffe4cc 100%);
    border: 1px solid rgba(232, 93, 4, .18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary, #e85d04);
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(232, 93, 4, .14);
}

.page-transfer .trf-step h3 {
    font-family: var(--font-display, serif);
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.page-transfer .trf-step p {
    font-size: .92rem;
    color: #64748b;
    line-height: 1.7;
}

.page-transfer .trf-step-arrow {
    flex-shrink: 0;
    color: rgba(232, 93, 4, .35);
    margin-top: 60px;
    padding: 0 4px;
}

@media (max-width: 768px) {
    .page-transfer .trf-how { padding: 64px 0 70px; }
    .page-transfer .trf-steps { flex-direction: column; align-items: center; gap: 32px; }
    .page-transfer .trf-step { max-width: 100%; padding: 0; }
    .page-transfer .trf-step-arrow { transform: rotate(90deg); margin: 0; }
}


/* â”€â”€ FLEET SLIDER â”€â”€ */
.page-transfer .trf-fleet {
    padding: 72px 0 80px;
    background: #f4f5f7;
    overflow: hidden;
}

.page-transfer .trf-fleet-head {
    text-align: center;
    padding: 0 24px;
    margin-bottom: 48px;
}

.page-transfer .trf-fleet-title {
    font-family: var(--font-display, serif);
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.18;
    letter-spacing: -.02em;
    margin: 0 0 10px;
}

.page-transfer .trf-fleet-sub {
    font-size: .95rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

/* Tam geniÅŸlik slider wrapper â€” ok butonlarÄ± kÃ¶ÅŸelerde */
.page-transfer .trf-fleet-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

/* Viewport: tam ekran geniÅŸliÄŸi, her iki yanda 56px padding (ok iÃ§in) */
.page-transfer .trf-fleet-viewport {
    overflow: hidden;
    flex: 1;
    min-width: 0;
    padding: 12px 0 20px;  /* dikey shadow iÃ§in alan */
}

/* Track: kartlar yan yana */
.page-transfer .trf-fleet-track {
    display: flex;
    gap: 0;
    transition: transform .36s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
    padding: 0 40px; /* sayfa kenarÄ± boÅŸluk */
}

/* === KART: fotoÄŸraftaki gibi kÃ¼Ã§Ã¼k, kompakt === */
.page-transfer .trf-fleet-card {
    flex: 0 0 calc(100% / 6 - 14px); /* 6 kart / satÄ±r */
    margin: 0 7px;
    background: #ffffff;
    border-radius: 14px;
    border: 1.5px solid #e8edf5;
    padding: 24px 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 8px rgba(15,23,42,.05);
    transition: border-color .2s, box-shadow .2s, transform .2s;
    cursor: default;
    min-width: 0;
}

.page-transfer .trf-fleet-card:hover {
    border-color: #c8d0de;
    box-shadow: 0 6px 24px rgba(15,23,42,.1);
    transform: translateY(-3px);
}

/* Luxury variant */
.page-transfer .trf-fleet-card--luxury {
    border-color: rgba(245,158,11,.25);
    background: #fffef9;
}
.page-transfer .trf-fleet-card--luxury:hover {
    border-color: rgba(245,158,11,.5);
    box-shadow: 0 6px 24px rgba(245,158,11,.1);
}

/* AraÃ§ gÃ¶rseli â€” kÃ¼Ã§Ã¼k, ortalanmÄ±ÅŸ, object-fit:contain */
.page-transfer .trf-fleet-card-img {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 16px;
    padding: 0 8px;
}

.page-transfer .trf-fleet-card-img img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 3px 10px rgba(15,23,42,.12));
    transition: transform .35s ease;
}

.page-transfer .trf-fleet-card-img-placeholder {
    width: 100%;
    max-width: 118px;
    height: 84px;
    border-radius: 12px;
    border: 1px dashed #d4dce7;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.page-transfer .trf-fleet-card:hover .trf-fleet-card-img img {
    transform: translateY(-4px) scale(1.03);
}

/* Kategori badge */
.page-transfer .trf-fleet-cat-badge {
    display: none; /* fotoÄŸrafta badge yok */
}

/* AraÃ§ adÄ± */
.page-transfer .trf-fleet-card-name {
    font-size: .92rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/* Alt notlar (marka benzer) */
.page-transfer .trf-fleet-card-notes {
    font-size: .72rem;
    color: #94a3b8;
    margin: 0 0 14px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Kapasite ikonlar â€” fotoÄŸraftaki gibi yan yana */
.page-transfer .trf-fleet-specs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
    width: 100%;
}

.page-transfer .trf-fleet-spec {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .82rem;
    font-weight: 600;
    color: #475569;
}

.page-transfer .trf-fleet-spec svg {
    color: #94a3b8;
    flex-shrink: 0;
}

/* === OK BUTONLARI: saÄŸ-sol kÃ¶ÅŸe, yuvarlak === */
.page-transfer .trf-fleet-arrow {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid #d4d9e1;
    background: #fff;
    color: #1e293b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(15,23,42,.08);
    transition: background .18s, border-color .18s, color .18s, box-shadow .18s;
    position: relative;
    z-index: 4;
    margin: 0 8px;
}

.page-transfer .trf-fleet-arrow:hover:not(:disabled) {
    background: #1e293b;
    border-color: #1e293b;
    color: #fff;
    box-shadow: 0 6px 20px rgba(15,23,42,.2);
}

.page-transfer .trf-fleet-arrow:disabled {
    opacity: .3;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 1280px) {
    .page-transfer .trf-fleet-card { flex: 0 0 calc(100% / 5 - 14px); }
}

@media (max-width: 1024px) {
    .page-transfer .trf-fleet-card { flex: 0 0 calc(100% / 4 - 14px); }
}

@media (max-width: 768px) {
    .page-transfer .trf-fleet { padding: 56px 0 64px; }
    .page-transfer .trf-fleet-card { flex: 0 0 calc(100% / 3 - 14px); }
    .page-transfer .trf-fleet-card-img { height: 90px; }
    .page-transfer .trf-fleet-track { padding: 0 16px; }
}

@media (max-width: 540px) {
    .page-transfer .trf-fleet-card { flex: 0 0 calc(50% - 14px); }
    .page-transfer .trf-fleet-arrow { width: 36px; height: 36px; margin: 0 4px; }
}

@media (max-width: 360px) {
    .page-transfer .trf-fleet-card { flex: 0 0 calc(100% - 14px); }
}


/* â”€â”€ WHY US â”€â”€ */
.page-transfer .trf-why {
    position: relative;
    padding: 100px 0 110px;
    overflow: hidden;
    color: #fff;
}

.page-transfer .trf-why-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(108deg, var(--navy, #0b1426) 0%, #1a2744 60%, #0b1426 100%);
    z-index: 0;
}

.page-transfer .trf-why-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(900px 600px at 80% 50%, rgba(232, 93, 4, .2), transparent 70%);
}

.page-transfer .trf-why .container {
    position: relative;
    z-index: 1;
}

.page-transfer .trf-why-inner {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 72px;
    align-items: start;
}

.page-transfer .trf-why-title {
    font-family: var(--font-display, serif);
    font-size: clamp(1.7rem, 2.8vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin-bottom: 16px;
}

.page-transfer .trf-why-sub {
    font-size: .97rem;
    color: rgba(255,255,255,.68);
    line-height: 1.75;
    margin-bottom: 32px;
}

.page-transfer .trf-why-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e85d04, #c44e03);
    color: #fff;
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: .02em;
    box-shadow: 0 10px 28px rgba(232, 93, 4, .38);
    transition: transform .2s ease, box-shadow .2s ease;
}

.page-transfer .trf-why-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(232, 93, 4, .5);
}

.page-transfer .trf-why-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 32px;
}

.page-transfer .trf-why-feat {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.page-transfer .trf-why-feat-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(232, 93, 4, .18);
    border: 1px solid rgba(232, 93, 4, .28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffa06e;
    flex-shrink: 0;
}

.page-transfer .trf-why-feat strong {
    display: block;
    font-size: .93rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.3;
}

.page-transfer .trf-why-feat p {
    font-size: .83rem;
    color: rgba(255,255,255,.58);
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 1024px) {
    .page-transfer .trf-why-inner { grid-template-columns: 1fr; gap: 48px; }
    .page-transfer .trf-why-features { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .page-transfer .trf-why { padding: 72px 0 80px; }
    .page-transfer .trf-why-features { grid-template-columns: 1fr; gap: 20px; }
}


/* â”€â”€ POPULAR ROUTES â”€â”€ */
.page-transfer .trf-routes {
    padding: 96px 0 100px;
    background: #fff;
}

.page-transfer .trf-routes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Birinci kart â€” resim varsa tam kapsar */
.page-transfer .trf-route-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 12px rgba(15,23,42,.05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.page-transfer .trf-route-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(15,23,42,.12);
    border-color: rgba(232,93,4,.2);
}

/* Hero kart (ilk): resimliyse 2 sÃ¼tun kapsar */
.page-transfer .trf-route-card--hero {
    grid-column: span 1;
}

/* Medya alanÄ± */
.page-transfer .trf-route-card-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #1e293b, #334155);
    flex-shrink: 0;
}

.page-transfer .trf-route-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.page-transfer .trf-route-card:hover .trf-route-card-media img {
    transform: scale(1.05);
}

.page-transfer .trf-route-card-media--placeholder {
    background: linear-gradient(135deg,
        rgba(232,93,4,.2) 0%,
        rgba(11,20,38,.6) 100%);
}

.page-transfer .trf-route-card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(11,20,38,.5) 0%,
        rgba(11,20,38,.05) 60%,
        transparent 100%);
    pointer-events: none;
}

/* KÃ¶k body */
.page-transfer .trf-route-card-body {
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

/* KalkÄ±ÅŸ â€” VarÄ±ÅŸ gÃ¶sterimi: tek satÄ±rda yan yana */
.page-transfer .trf-route-path {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 0;
}

.page-transfer .trf-route-loc {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex: 1 1 0;
    overflow: hidden;
}

.page-transfer .trf-route-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.page-transfer .trf-route-dot--from {
    background: var(--primary, #e85d04);
    box-shadow: 0 0 0 3px rgba(232,93,4,.15);
}

.page-transfer .trf-route-dot--to {
    background: #0f172a;
    box-shadow: 0 0 0 3px rgba(15,23,42,.1);
}

.page-transfer .trf-route-loc-name {
    font-size: .82rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Ok baÄŸlantÄ±sÄ± â€” ortada sabit geniÅŸlik */
.page-transfer .trf-route-connector {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    color: #94a3b8;
    padding: 0 6px;
}

.page-transfer .trf-route-connector-line {
    display: inline-block;
    width: 16px;
    height: 1.5px;
    background: #cbd5e1;
    border-radius: 2px;
}

/* Rota baÅŸlÄ±ÄŸÄ± */
.page-transfer .trf-route-card-title {
    font-family: var(--font-display, serif);
    font-size: .97rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

/* KÄ±sa aÃ§Ä±klama */
.page-transfer .trf-route-card-desc {
    font-size: .82rem;
    color: #64748b;
    margin: 0;
    line-height: 1.65;
    flex: 1;
}

/* CTA butonu */
.page-transfer .trf-route-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    margin-top: auto;
    padding: 9px 18px;
    border-radius: 999px;
    background: var(--primary, #e85d04);
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: .03em;
    transition: background .18s ease, transform .18s ease;
}

.page-transfer .trf-route-card-btn:hover {
    background: #c44e03;
    transform: scale(1.03);
}

@media (max-width: 1024px) {
    .page-transfer .trf-routes-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .page-transfer .trf-routes { padding: 64px 0 70px; }
    .page-transfer .trf-routes-grid { grid-template-columns: 1fr; }
    .page-transfer .trf-route-card--hero { grid-column: span 1; }
    .page-transfer .trf-route-loc-name { max-width: 130px; }
}


/* â”€â”€ STATS â”€â”€ */
.page-transfer .trf-stats {
    padding: 72px 0 80px;
    background: linear-gradient(135deg, var(--navy, #0b1426) 0%, #1a2744 100%);
    position: relative;
    overflow: hidden;
}

.page-transfer .trf-stats::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(800px 400px at 50% 50%, rgba(232,93,4,.15), transparent 70%);
}

.page-transfer .trf-stats .container {
    position: relative;
    z-index: 1;
}

.page-transfer .trf-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.page-transfer .trf-stat {
    text-align: center;
    padding: 16px 24px;
    border-right: 1px solid rgba(255,255,255,.08);
}

.page-transfer .trf-stat:last-child {
    border-right: none;
}

.page-transfer .trf-stat-number {
    font-family: var(--font-display, serif);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: -.03em;
    margin-bottom: 8px;
}

.page-transfer .trf-stat-number span {
    font-size: 60%;
    color: var(--primary, #e85d04);
    vertical-align: super;
    font-weight: 800;
}

.page-transfer .trf-stat-label {
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255,255,255,.55);
    text-transform: uppercase;
    letter-spacing: .06em;
}

@media (max-width: 768px) {
    .page-transfer .trf-stats { padding: 56px 0 64px; }
    .page-transfer .trf-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
    .page-transfer .trf-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); padding: 20px 16px; }
    .page-transfer .trf-stat:nth-child(2n) { border-left: 1px solid rgba(255,255,255,.08); }
    .page-transfer .trf-stat:nth-last-child(-n+2) { border-bottom: none; }
}


/* â”€â”€ TESTIMONIALS â”€â”€ */
.page-transfer .trf-testimonials {
    padding: 96px 0 100px;
    background: var(--gray-50, #f8fafc);
}

.page-transfer .trf-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.page-transfer .trf-testi-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    border: 1px solid rgba(226,232,240,.9);
    box-shadow: 0 2px 16px rgba(15,23,42,.06);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.page-transfer .trf-testi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(15,23,42,.11);
}

.page-transfer .trf-testi-stars {
    display: flex;
    gap: 2px;
    color: #f59e0b;
    font-size: 1rem;
}

.page-transfer .trf-testi-text {
    font-size: .93rem;
    color: #475569;
    line-height: 1.75;
    font-style: italic;
    flex: 1;
}

.page-transfer .trf-testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

.page-transfer .trf-testi-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary, #e85d04), #c44e03);
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.page-transfer .trf-testi-author strong {
    display: block;
    font-size: .9rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
}

.page-transfer .trf-testi-author span {
    display: block;
    font-size: .76rem;
    color: #94a3b8;
    line-height: 1.4;
    margin-top: 2px;
}

@media (max-width: 1024px) {
    .page-transfer .trf-testi-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .page-transfer .trf-testimonials { padding: 64px 0 70px; }
    .page-transfer .trf-testi-grid { grid-template-columns: 1fr; }
}


/* â”€â”€ FAQ â”€â”€ */
.page-transfer .trf-faq {
    padding: 96px 0 100px;
    background: #fff;
}

.page-transfer .trf-faq-inner {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 72px;
    align-items: start;
}

.page-transfer .trf-faq-head {
    position: sticky;
    top: 100px;
}

.page-transfer .trf-faq-head .trf-section-title {
    text-align: left;
    margin-bottom: 12px;
}

.page-transfer .trf-faq-head .trf-section-sub {
    text-align: left;
}

.page-transfer .trf-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.page-transfer .trf-faq-item {
    border-bottom: 1px solid #e2e8f0;
}

.page-transfer .trf-faq-item:first-child {
    border-top: 1px solid #e2e8f0;
}

.page-transfer .trf-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 4px;
    cursor: pointer;
    font-size: .97rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.4;
    list-style: none;
    user-select: none;
    transition: color .18s;
}

.page-transfer .trf-faq-q::-webkit-details-marker {
    display: none;
}

.page-transfer .trf-faq-item[open] .trf-faq-q {
    color: var(--primary, #e85d04);
}

.page-transfer .trf-faq-chevron {
    flex-shrink: 0;
    color: #94a3b8;
    transition: transform .25s ease, color .18s;
}

.page-transfer .trf-faq-item[open] .trf-faq-chevron {
    transform: rotate(180deg);
    color: var(--primary, #e85d04);
}

.page-transfer .trf-faq-a {
    padding: 0 4px 20px;
}

.page-transfer .trf-faq-a p {
    font-size: .93rem;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 1024px) {
    .page-transfer .trf-faq-inner { grid-template-columns: 1fr; gap: 40px; }
    .page-transfer .trf-faq-head { position: static; }
    .page-transfer .trf-faq-head .trf-section-title,
    .page-transfer .trf-faq-head .trf-section-sub { text-align: center; }
}

@media (max-width: 640px) {
    .page-transfer .trf-faq { padding: 64px 0 70px; }
}


/* â”€â”€ CTA SECTION (Home Premium CTA tarzÄ±) â”€â”€ */
.page-transfer .trf-cta-section {
    padding: 40px 0 56px;
}

.page-transfer .trf-cta-premium-wrapper {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    background: var(--navy, #0b1426);
    box-shadow: 0 30px 60px rgba(11,20,38,.2);
}

.page-transfer .trf-cta-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: transform 10s ease;
}

.page-transfer .trf-cta-premium-wrapper:hover .trf-cta-bg-image {
    transform: scale(1.05);
}

.page-transfer .trf-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg,
        rgba(11,20,38,.98) 0%,
        rgba(11,20,38,.85) 50%,
        rgba(11,20,38,.3) 100%);
    z-index: 2;
}

.page-transfer .trf-cta-content-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    padding: 48px 64px;
    align-items: center;
}

/* Sol metin tarafÄ± */
.page-transfer .trf-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 24px;
    backdrop-filter: blur(4px);
}

.page-transfer .trf-cta-pulse-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(16,185,129,.7);
    animation: trfCtaPulse 2s infinite;
    flex-shrink: 0;
}

@keyframes trfCtaPulse {
    0%   { transform: scale(.95); box-shadow: 0 0 0 0 rgba(16,185,129,.7); }
    70%  { transform: scale(1);   box-shadow: 0 0 0 10px rgba(16,185,129,0); }
    100% { transform: scale(.95); box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

.page-transfer .trf-cta-title {
    font-family: var(--font-display, serif);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin-bottom: 20px;
}

.page-transfer .trf-cta-title em {
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.8);
}

.page-transfer .trf-cta-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,.7);
    line-height: 1.75;
    margin-bottom: 36px;
    max-width: 500px;
}

.page-transfer .trf-cta-trust-badges {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.page-transfer .trf-cta-trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
}

/* SaÄŸ cam kart */
.page-transfer .trf-glass-card {
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,.2);
}

.page-transfer .trf-glass-title {
    color: #fff;
    font-family: var(--font-display, serif);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.page-transfer .trf-glass-desc {
    color: rgba(255,255,255,.65);
    font-size: .95rem;
    margin-bottom: 32px;
    line-height: 1.65;
}

/* Premium iletisim butonlari */
.page-transfer .trf-premium-contact-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    text-decoration: none;
    margin-bottom: 16px;
    transition: all .3s cubic-bezier(.2, 1, .3, 1);
    border: 1px solid transparent;
}

.page-transfer .trf-premium-contact-btn:last-child {
    margin-bottom: 0;
}

.page-transfer .trf-pcb-phone {
    background: linear-gradient(135deg, var(--primary, #e85d04) 0%, #c44e03 100%);
    box-shadow: 0 8px 25px rgba(232,93,4,.3);
}

.page-transfer .trf-pcb-phone:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(232,93,4,.45);
}

.page-transfer .trf-pcb-whatsapp {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.15);
}

.page-transfer .trf-pcb-whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(37,211,102,.3);
}

.page-transfer .trf-pcb-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.page-transfer .trf-pcb-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-transfer .trf-pcb-label {
    font-size: .78rem;
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
    margin-bottom: 4px;
}

.page-transfer .trf-pcb-phone .trf-pcb-label {
    color: rgba(255,255,255,.9);
}

.page-transfer .trf-pcb-value {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 992px) {
    .page-transfer .trf-cta-content-grid {
        grid-template-columns: 1fr;
        padding: 48px 32px;
        gap: 40px;
    }
    .page-transfer .trf-cta-overlay {
        background: linear-gradient(180deg,
            rgba(11,20,38,.95) 0%,
            rgba(11,20,38,.88) 100%);
    }
}

@media (max-width: 640px) {
    .page-transfer .trf-cta-section { padding: 24px 0 40px; }
    .page-transfer .trf-cta-content-grid { padding: 40px 24px; gap: 32px; }
    .page-transfer .trf-cta-trust-badges { flex-direction: column; gap: 14px; }
    .page-transfer .trf-glass-card { padding: 28px 22px; }
}

