:root {
    --fl-blue: #263c98;
    --fl-blue-dark: #10265e;
    --fl-orange: #ff8a00;
    --fl-teal: #00a18f;
    --fl-text: #17234d;
    --fl-muted: #8b95aa;
    --fl-border: #dfe6f4;
    --fl-soft: #f7f9fd
}

.fl-hero {
    position: relative;
    overflow: visible;
    background: #fff;
    min-height: 700px;
    padding: 34px 0 90px;
    float: left;
    width: 100%;
}

.fl-hero-bg {
    position: absolute;
    inset: 0;
    background: url(../images/hero-bg-new.png) center bottom /cover no-repeat;
    opacity: 1
}

.fl-hero:before,.fl-hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none
}

.fl-hero:before {
    top: 0;
    height: 145px;
    background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,.78) 48%,rgba(255,255,255,0) 100%)
}

.fl-hero:after {
    bottom: 0;
    height: 165px;
    background: linear-gradient(0deg,#fff 0%,rgba(255,255,255,.78) 48%,rgba(255,255,255,0) 100%)
}

.fl-hero-container {
    position: relative;
    z-index: 2
}

.fl-hero-grid {
    display: grid;
    grid-template-columns: minmax(400px,500px) minmax(400px,700px);
    gap: 50px;
    align-items: start;
    justify-content: space-between;
    r
    }

.fl-search-shell {
    width: 100%;
    padding-top: 18px
}

.fl-product-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(223,230,244,.95);
    border-radius: 22px 22px 0 0;
    overflow: hidden;
    box-shadow: 0 16px 42px rgba(16,38,94,.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 0px 25px;
}

.fl-product-tab {
    /* flex:1; */
    min-height: 45px;
    border: 0;
    background: transparent;
    color: #13255c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.01em;
    position: relative;
    transition: .2s
}

.fl-product-tab:last-child {
    border-right: 0
}

.fl-product-tab:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    height: 3px;
    border-radius: 10px;
    background: transparent;
}

.fl-product-tab.active {
    color: var(--fl-blue)
}

.fl-product-tab.active:after {
    background: var(--fl-blue)
}

.fl-search-card {
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(223,230,244,.95);
    border-top: 0;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 24px 60px rgba(16,38,94,.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 20px 26px;
}

.fl-service-panel,.fl-ticket-panel {
    display: none
}

.fl-service-panel.active,.fl-ticket-panel.active {
    display: block
}

.fl-trip-tabs {
    display: flex;
    align-items: center;
    background: #f3f6fb;
    border: 1px solid #e1e8f4;
    border-radius: 999px;
    padding: 4px;
    margin-bottom: 16px;
}

.fl-trip-tab {
    flex: 1;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--fl-blue);
    font-weight: 500;
    font-size: 13px;
    height: 30px;
    transition: .2s;
    white-space: nowrap
}

.fl-trip-tab.active {
    background: #fff;
    box-shadow: 0 8px 22px rgba(16,38,94,.1);
    font-weight: 600;
}

.fl-stacked-card {
    position: relative;
    border: 1px solid var(--fl-border);
    border-radius: 13px;
    background: rgba(255,255,255,.78);
    margin-bottom: 10px;
    overflow: hidden
}

.fl-stacked-card.single .fl-line-field:last-child {
    border-bottom: 0
}

.fl-line-field {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-bottom: 1px solid #e5ebf6;
    background: transparent;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px 18px;
    text-align: left;
    color: var(--fl-text);
    position: relative
}

.fl-line-field:last-child {
    border-bottom: 0
}

.fl-line-field:hover {
    background: rgba(255,255,255,.58)
}

.fl-line-field i {
    color: #5c6678;
    font-size: 19px;
    font-weight: 300;
    text-align: center
}

.fl-line-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.18;
    min-width: 0
}

.fl-line-copy small {
    font-size: 12px;
    color: #777f92;
    margin-bottom: 3px;
    font-weight: 500
}

.fl-line-copy strong {
    font-size: 14px;
    color: #23283a;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fl-line-field.input {
    cursor: text
}

.fl-line-field input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
    color: #23283a;
    padding: 0
}

.fl-swap-btn {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    background: #fff;
    color: var(--fl-orange);
    font-size: 20px;
    z-index: 2
}

.fl-passenger-line {
    display: flex;
    justify-content: flex-end;
    margin: 2px 0 22px
}

.fl-passenger-summary {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 0;
    background: transparent;
    color: #151515;
    font-size: 18px;
}

.fl-passenger-summary span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.fl-passenger-summary i {
    font-size: 20px
}

.fl-passenger-summary strong {
    font-size: 15px;
    FONT-WEIGHT: 600;
}

.fl-search-button {
    width: 100%;
    height: 54px;
    border: 0;
    border-radius: 10px;
    background: var(--fl-blue);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .2s
}

.fl-search-button:hover {
    filter: brightness(.98);
    transform: translateY(-1px)
}

.fl-toggle-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 0;
    color: #363636;
    font-size: 15px;
    font-weight: 400
}

.fl-toggle input {
    display: none
}

.fl-toggle i {
    display: block;
    width: 44px;
    height: 24px;
    border: 2px solid #c8cdd4;
    border-radius: 30px;
    background: #fff;
    position: relative
}

.fl-toggle i:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #6d6d6d;
    left: 3px;
    top: 2px;
    transition: .2s
}

.fl-toggle input:checked+i:before {
    left: 21px;
    background: var(--fl-teal)
}

.fl-toggle input:checked+i {
    border-color: var(--fl-teal)
}

.fl-island-note,.fl-voucher-title {
    color: #263c98;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px
}

.fl-hero-side {
    position: relative;
    min-height: 535px;
    padding-top: 18px;
}

.fl-copy-panel {
    display: none;
    color: #13255c;
    max-width: 600px;
}

.fl-copy-panel.active {
    display: block
}

.fl-eyebrow {
    display: inline-flex;
    border: 1px solid #e0e8f5;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 700;
    color: var(--fl-blue);
    margin-bottom: 20px
}

.fl-copy-panel h1 {
    font-size: 46px;
    line-height: 1.05;
    margin: 0 0 18px;
    color: var(--fl-blue);
    font-weight: 700;
    letter-spacing: -1.5px
}

.fl-copy-panel h1 em {
    display: block;
    width: max-content;
    position: relative;
    font-family: "Segoe Print","Comic Sans MS",cursive;
    color: #27aee1;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    letter-spacing: -1px;
    margin-top: 3px
}

.fl-copy-panel h1 em:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 8px;
    background: var(--fl-orange);
    border-radius: 999px;
    clip-path: polygon(0 58%,100% 22%,100% 50%,0 88%);
    transform-origin: left;
    animation: flUnder .45s ease both
}

.fl-copy-panel.active h1 em:after {
    animation: flUnder .45s ease both
}

@keyframes flUnder {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.fl-copy-panel p {
    font-size: 16px;
    line-height: 1.6;
    color: #1c326b;
    margin: 0 0 24px;
    font-weight: 400
}

.fl-benefit-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}

.fl-benefit-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #172f68;
    font-size: 14px;
    font-weight: 600
}

.fl-benefit-list li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--fl-orange);
    border-radius: 50%;
    box-shadow: 0 0 0 7px #f7931d12;
}

.fl-drawer {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    min-height: 480px;
    background: rgba(255,255,255,.93);
    border: 1px solid #e0e8f5;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(16,38,94,.12);
    padding: 28px 30px 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(18px);
    transition: .22s;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    margin-top: 18px;
}

.fl-drawer.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.fl-drawer-close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 34px;
    height: 34px;
    border: 1px solid #e1e8f4;
    border-radius: 50%;
    background: #fff;
    color: #5b6578
}

.fl-drawer h3 {
    font-size: 20px;
    font-weight: 600;
    color: #20263b;
    text-align: center;
    margin: 6px 0 24px
}

.fl-country-tabs {
    display: flex;
    gap: 22px;
    overflow: auto;
    margin-bottom: 18px
}

.fl-country-tabs button {
    border: 0;
    background: transparent;
    color: var(--fl-blue);
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 8px;
    white-space: nowrap
}

.fl-country-tabs .active {
    border-bottom: 2px solid var(--fl-blue);
}

.fl-list-label {
    font-size: 13px;
    color: #20263b;
    font-weight: 700;
    margin: 18px 0 8px
}

.fl-port-list {
    display: grid;
    gap: 1px;
    max-height: 350px;
    overflow: auto;
    padding-right: 4px
}

.fl-port-list button {
    border: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 10px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    color: #2b2f3d;
    font-size: 15px;
    text-align: left
}

.fl-port-list button:before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--fl-blue);
    border-radius: 50%
}

.fl-port-list small {
    font-size: 13px;
    color: #777f92
}

.fl-cal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 24px
}

.fl-cal-head button {
    border: 0;
    background: transparent;
    font-size: 20px;
    color: #171717
}

.fl-cal-head strong {
    font-size: 15px;
    letter-spacing: .05em;
    color: #20263b
}

.fl-week,.fl-days {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 9px;
    text-align: center
}

.fl-week span {
    font-size: 13px;
    font-weight: 600;
    color: #333a4a
}

.fl-days button {
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #222;
    font-size: 15px
}

.fl-days button:disabled {
    color: #b9bec8
}

.fl-days button.selected,.fl-days button:hover:not(:disabled) {
    background: #d8f7f2
}

.fl-counter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #edf2f8;
    padding: 22px 0
}

.fl-counter-row span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #222
}

.fl-counter-actions {
    display: flex;
    align-items: center;
    gap: 16px
}

.fl-counter-actions button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--fl-teal);
    background: #fff;
    color: var(--fl-teal);
    font-size: 24px;
    line-height: 18px;
}

.fl-counter-actions button.minus {
    border-color: #d0d4dc;
    color: #8a8f9a
}

.fl-counter-actions strong {
    min-width: 18px;
    text-align: center;
    font-size: 18px
}

.fl-select-simple {
    display: grid;
    gap: 10px
}

.fl-select-simple button {
    height: 46px;
    border: 1px solid #e0e8f5;
    border-radius: 12px;
    background: #fff;
    text-align: left;
    padding: 0 16px;
    color: #252b3c;
    font-weight: 500
}

.fl-select-simple button:hover {
    border-color: var(--fl-teal);
    color: var(--fl-teal)
}

/* Feribot tab drawer + calendar refinements */
.fl-hero-grid {
    grid-template-columns: minmax(400px,500px) minmax(420px,700px);
    gap: 70px;
    justify-content: center;
}

.fl-hero-side {
    position: relative;
}

.fl-drawer {
    width: min(100%, 540px);
    min-height: 430px;
    padding: 26px 28px 24px;
    margin-top: 18px;
    left: 0;
    right: auto;
}

.fl-drawer h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.fl-calendar-hint {
    margin: 0 0 18px;
    color: #7e879a;
    font-size: 13px;
    text-align: center;
}

.fl-port-list,
.fl-country-tabs {
    scrollbar-width: thin;
    scrollbar-color: rgba(38,60,152,.22) transparent;
}

.fl-port-list::-webkit-scrollbar,
.fl-country-tabs::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}

.fl-port-list::-webkit-scrollbar-track,
.fl-country-tabs::-webkit-scrollbar-track {
    background: transparent;
}

.fl-port-list::-webkit-scrollbar-thumb,
.fl-country-tabs::-webkit-scrollbar-thumb {
    background: rgba(38,60,152,.22);
    border-radius: 999px;
}

.fl-port-list:hover::-webkit-scrollbar-thumb,
.fl-country-tabs:hover::-webkit-scrollbar-thumb {
    background: rgba(38,60,152,.38);
}

.fl-port-list button {
    border-radius: 10px;
    padding: 11px 10px;
    transition: background .18s ease, color .18s ease;
}

.fl-port-list button:hover {
    background: rgba(38,60,152,.06);
}

.fl-port-list button:before {
    background: var(--fl-orange);
    box-shadow: 0 0 0 4px rgba(255,138,0,.10);
}

.fl-empty-state {
    padding: 18px 10px;
    border: 1px dashed #dce4f2;
    border-radius: 12px;
    color: #7d879c;
    font-size: 14px;
    text-align: center;
}

.fl-week,
.fl-days {
    gap: 10px;
}

.fl-days button {
    position: relative;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    background: transparent;
    color: #17234d;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fl-days button > span:not(.fl-today-label) {
    position: relative;
    z-index: 2;
}

.fl-today-label {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    color: #8b95aa;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
    white-space: nowrap;
}

.fl-days button:hover:not(:disabled),
.fl-days button.is-hover-range,
.fl-days button.in-range {
    background: #eef0f4;
    color: #17234d;
}

.fl-days button.is-start,
.fl-days button.is-end {
    background: var(--fl-orange) !important;
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(255,138,0,.22);
}

.fl-days button.is-start:after,
.fl-days button.is-end:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--fl-blue);
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
}

.fl-days button:disabled {
    color: #b9bec8;
    opacity: .44;
}

@media (max-width: 1199px) {
    .fl-hero-grid {
        grid-template-columns: minmax(360px,500px) minmax(360px,520px);
        gap: 28px;
    }
}

/* v7 fixes: working calendar navigation + modern passenger/vehicle drawer */
.fl-drawer {
    width: min(100%, 500px);
    min-height: 420px;
    padding: 24px 26px 24px;
}

.fl-cal-head {
    margin: 14px 0 22px;
}

.fl-cal-head button {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    transition: background .18s ease, color .18s ease;
}

.fl-cal-head button:hover {
    background: #f2f5fb;
    color: var(--fl-blue);
}

.fl-week,
.fl-days {
    gap: 8px;
}

.fl-day-empty {
    display: block;
    width: 42px;
    height: 42px;
}

.fl-days button {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    font-size: 15px;
}

.fl-days button:hover:not(:disabled),
.fl-days button.is-hover-range,
.fl-days button.in-range {
    background: #eef0f4;
}

.fl-days button.is-start,
.fl-days button.is-end {
    background: var(--fl-orange) !important;
    color: #fff !important;
    border-radius: 12px;
}

.fl-today-label {
    top: -14px;
    font-size: 10px;
    color: #7d8798;
    text-transform: none;
}

.fl-passenger-panel {
    display: grid;
    gap: 0;
}

.fl-counter-row {
    padding: 16px 0;
    border-bottom: 1px solid #edf2f8;
}

.fl-counter-row span {
    display: grid;
    grid-template-columns: 22px 1fr;
    column-gap: 11px;
    row-gap: 2px;
    align-items: center;
    color: #17234d;
}

.fl-counter-row span i {
    grid-row: 1 / span 2;
    font-size: 18px;
    color: var(--fl-blue);
    font-weight: 300;
}

.fl-counter-row span strong {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #17234d;
}

.fl-counter-row span small {
    font-size: 12px;
    font-weight: 500;
    color: #8b95aa;
}

.fl-counter-actions {
    gap: 13px;
}

.fl-counter-actions button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 18px;
}

.fl-counter-actions strong {
    min-width: 10px;
    font-size: 16px;
    color: #17234d;
    font-weight: 600;
}

.fl-counter-actions button.plus,
.fl-counter-actions button.minus {
    border-color: rgba(255, 137, 15, .55);
    color: var(--fl-orange);
    background: rgba(255, 137, 15, .06);
}

.fl-counter-actions button.plus:hover,
.fl-counter-actions button.minus:hover {
    background: var(--fl-orange);
    border-color: var(--fl-orange);
}

.fl-passenger-section {
    padding: 18px 0 4px;
    border-bottom: 1px solid #edf2f8;
}

.fl-passenger-section-head {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #17234d;
}

.fl-passenger-section-head i {
    color: var(--fl-blue);
    font-size: 18px;
}

.fl-vehicle-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 9px;
    margin-bottom: 8px;
}

.fl-vehicle-type {
    height: 40px;
    border: 1px solid #dfe6f4;
    border-radius: 12px;
    background: rgba(255,255,255,.78);
    color: #17234d;
    font-size: 13px;
    font-weight: 600;
    transition: .18s ease;
}

.fl-vehicle-type:hover {
    border-color: rgba(38,60,152,.45);
    background: #f7f9fd;
}

.fl-vehicle-type.active {
    background: var(--fl-blue);
    border-color: var(--fl-blue);
    color: #fff;
}

.fl-vehicle-count-row {
    border-bottom: 0;
    padding-bottom: 8px;
}

.fl-passenger-apply {
    width: 100%;
    height: 48px;
    margin-top: 18px;
    border: 0;
    border-radius: 12px;
    background: var(--fl-blue);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: .18s ease;
}

.fl-passenger-apply:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(38,60,152,.18);
}

@media (max-width: 991px) {
    .fl-drawer {
        width: 100%;
    }

    .fl-day-empty,
    .fl-days button {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }
}

/* v8 calendar navigation fix */
.fl-cal-nav {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px !important;
    line-height: 1;
    font-weight: 300;
    user-select: none;
}

.fl-cal-nav:disabled {
    opacity: .28;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 767px) {
    .fl-vehicle-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}


/* v10 passenger drawer refinements */
.fl-counter-row.is-disabled {
    opacity: .72;
}

.fl-counter-actions button:disabled,
.fl-counter-actions button:disabled:hover {
    border-color: #d8deea;
    color: #a7b0c2;
    background: #f5f7fb;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.fl-vehicle-count-row.is-disabled span small {
    color: #a7b0c2;
}

/* v11 island hopping route builder */
.fl-island-note {
    margin: 0 0 14px;
    color: #5f6b86;
    font-size: 13px;
    line-height: 1.45;
}

.fl-island-route-card {
    position: relative;
    display: grid;
    gap: 0;
    margin-bottom: 12px;
    border: 1px solid var(--fl-border);
    border-radius: 15px;
    background: rgba(255,255,255,.78);
    overflow: hidden;
}

.fl-island-route-item {
    position: relative;
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 68px;
    padding: 13px 18px;
    border: 0;
    border-bottom: 1px solid #edf2f8;
    background: transparent;
    text-align: left;
    color: var(--fl-text);
}

.fl-island-route-item:last-child {
    border-bottom: 0;
}

.fl-island-route-item:hover {
    background: rgba(247,249,253,.78);
}

.fl-island-dot {
    position: relative;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid var(--fl-blue);
    background: #fff;
    box-shadow: 0 0 0 5px rgba(38,60,152,.08);
}

.fl-island-dot.start {
    border-color: var(--fl-orange);
    box-shadow: 0 0 0 5px rgba(255,138,0,.11);
}

.fl-island-dot.muted {
    border-color: #c7d2e6;
    box-shadow: 0 0 0 5px rgba(199,210,230,.22);
}

.fl-island-route-line {
    position: absolute;
    left: 30px;
    top: 34px;
    bottom: 34px;
    width: 2px;
    background: repeating-linear-gradient(to bottom, rgba(38,60,152,.26) 0 7px, transparent 7px 13px);
    z-index: 1;
}

.fl-island-add-stop {
    width: 100%;
    height: 42px;
    margin: 0 0 14px;
    border: 1px dashed rgba(38,60,152,.32);
    border-radius: 13px;
    background: rgba(255,255,255,.62);
    color: var(--fl-blue);
    font-size: 13px;
    font-weight: 700;
    transition: .18s ease;
}

.fl-island-add-stop:hover {
    border-color: var(--fl-blue);
    background: rgba(38,60,152,.06);
}

.fl-island-add-stop i {
    margin-right: 7px;
    color: var(--fl-orange);
}

.fl-passenger-line.island {
    margin: 2px 0 16px;
}

@media (max-width: 575px) {
    .fl-island-route-item {
        min-height: 64px;
        padding: 12px 15px;
    }

    .fl-island-route-line {
        left: 27px;
    }
}

/* v12 island hopping multi-route builder */
.fl-island-route-builder {
    display: grid;
    gap: 16px;
}

.fl-island-route-box {
    position: relative;
    border: 1px solid var(--fl-border);
    border-radius: 16px;
    background: rgba(255,255,255,.78);
    overflow: hidden;
}

.fl-island-row {
    position: relative;
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 62px;
    padding: 12px 62px 12px 18px;
    border: 0;
    border-bottom: 1px solid #dfe8f5;
    background: transparent;
    text-align: left;
    color: var(--fl-text);
    transition: background .18s ease;
}

.fl-island-stops .fl-island-row:last-child {
    border-bottom: 0;
}

.fl-island-row:hover {
    background: rgba(255,255,255,.58);
}

.fl-island-row i {
    font-size: 21px;
    color: #62718e;
}

.fl-island-row .fl-line-copy small {
    font-size: 12px;
    font-weight: 500;
    color: #69748e;
}

.fl-island-row .fl-line-copy strong {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #1d2334;
}

.fl-island-row.fl-island-empty .fl-line-copy strong {
    color: #a6adbc;
}

.fl-island-date-chip {
    min-width: 52px;
    padding: 7px 9px;
    border-radius: 12px;
    background: rgba(244,247,252,.9);
    color: #6f7b94;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.fl-island-date-chip.active {
    background: rgba(255,138,0,.12);
    color: var(--fl-orange);
}

.fl-island-calendar-btn {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 14px;
    background: var(--fl-orange);
    color: #fff;
    font-size: 20px;
    box-shadow: 0 12px 24px rgba(255,138,0,.24);
    z-index: 3;
    transition: .18s ease;
}

.fl-island-calendar-btn:hover {
    transform: translateY(-50%) scale(1.03);
}

.fl-island-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin: 2px 0 10px;
}

.fl-island-action {
    border: 0;
    background: transparent;
    color: #242a38;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    transition: .18s ease;
}

.fl-island-action span {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    line-height: 0;
    vertical-align: -2px;
    font-weight: 400;
}

.fl-island-action:hover {
    color: var(--fl-orange);
}

.fl-days button.is-island-date {
    background: var(--fl-orange);
    color: #fff;
    box-shadow: 0 8px 18px rgba(255,138,0,.22);
}

.fl-days button.is-current-island-date {
    box-shadow: 0 0 0 3px rgba(255,138,0,.18), 0 8px 18px rgba(255,138,0,.22);
}

@media (max-width: 575px) {
    .fl-island-row {
        grid-template-columns: 22px 1fr;
        padding: 12px 58px 12px 14px;
    }
    .fl-island-date-chip {
        grid-column: 2;
        justify-self: flex-start;
    }
    .fl-island-actions {
        gap: 16px;
        flex-wrap: wrap;
    }
}

/* v13 island hopping: inline route-date markers */
.fl-island-route-box {
    overflow: visible;
}

.fl-island-row {
    grid-template-columns: 28px 1fr;
    padding-right: 78px;
}

.fl-island-stops .fl-island-row {
    overflow: visible;
}

.fl-island-stops .fl-island-row:last-child {
    border-bottom: 0;
}

.fl-island-date-marker {
    position: absolute;
    right: 16px;
    top: 0;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #dfe8f5;
    background: #fff;
    color: var(--fl-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(17, 33, 74, .08);
    cursor: pointer;
    z-index: 5;
    transition: .18s ease;
}

.fl-island-date-marker:hover {
    transform: translateY(-50%) scale(1.04);
    border-color: rgba(255, 138, 0, .34);
    box-shadow: 0 14px 26px rgba(255, 138, 0, .16);
}

.fl-island-date-marker.active {
    width: auto;
    min-width: 58px;
    padding: 0 8px;
    background: var(--fl-orange);
    color: #fff;
    border-color: var(--fl-orange);
    box-shadow: 0 12px 24px rgba(255, 138, 0, .23);
}

.fl-island-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0px 0 14px;
}

.fl-island-meta-row .fl-island-actions {
    justify-content: flex-start;
    gap: 22px;
    margin: 0;
}

.fl-island-meta-row .fl-passenger-line.island {
    margin: 0;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.fl-island-meta-row .fl-passenger-summary {
    font-size: 18px;
}

@media (max-width: 767px) {
    .fl-island-meta-row {
        align-items: flex-start;
        flex-direction: column;
    }
    .fl-island-meta-row .fl-passenger-line.island {
        width: 100%;
        justify-content: flex-end;
    }
    .fl-island-row {
        padding-right: 70px;
    }
}

/* Hotel tab drawer and room guest panel */
.fl-passenger-line.hotel {
    margin: 2px 0 18px;
}

.fl-hotel-tabs {
    justify-content: flex-start;
    gap: 18px;
}

.fl-hotel-list button span {
    font-weight: 500;
}

.fl-hotel-guest-panel {
    display: grid;
    gap: 0;
}

.fl-hotel-room {
    padding: 0 0 14px;
    margin-bottom: 14px;
}

.fl-hotel-room:last-of-type {
    margin-bottom: 8px;
}

.fl-hotel-room-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 4px;
}

.fl-hotel-room-title strong {
    color: #17234d;
    font-size: 16px;
    font-weight: 700;
}

.fl-hotel-remove-room {
    border: 0;
    background: transparent;
    color: #e3342f;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    padding: 0;
}

.fl-hotel-counter-row {
    padding: 12px 0;
}

.fl-hotel-room-footer {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 50px;
    margin-top: 8px;
}

.fl-hotel-add-room {
    border: 0;
    background: transparent;
    color: var(--fl-blue);
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fl-hotel-add-room i {
    color: var(--fl-orange);
    margin-right: 4px;
}

.fl-hotel-room-footer .fl-passenger-apply {
    margin-top: 0;
}

@media (max-width: 575px) {
    .fl-hotel-room-footer {
        grid-template-columns: 1fr;
    }
}

/* Hotel drawer refinements */
.fl-panel-search {
    position: relative;
    margin: 0 0 14px;
}

.fl-panel-search i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--fl-blue);
    font-size: 15px;
    opacity: .75;
}

.fl-panel-search input {
    width: 100%;
    height: 45px;
    font-size: 14px;
    border: 1px solid #dce6f5;
    border-radius: 10px;
    background: rgba(255,255,255,.82);
    padding: 0 16px 0 44px;
    color: #17234d;
    font-weight: 500;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.fl-panel-search input:focus {
    border-color: rgba(255,138,0,.68);
    box-shadow: 0 0 0 4px rgba(255,138,0,.10);
    background: #fff;
}

.fl-hotel-tabs {
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    scrollbar-color: rgba(38,60,152,.24) transparent;
}

.fl-hotel-tabs::-webkit-scrollbar,
.fl-hotel-list::-webkit-scrollbar,
.fl-hotel-rooms-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.fl-hotel-tabs::-webkit-scrollbar-thumb,
.fl-hotel-list::-webkit-scrollbar-thumb,
.fl-hotel-rooms-scroll::-webkit-scrollbar-thumb {
    background: rgba(38,60,152,.22);
    border-radius: 999px;
}

.fl-hotel-list {
    max-height: 410px;
    overflow-y: auto;
    padding-right: 6px;
}

.fl-hotel-rooms-scroll {
    max-height: 390px;
    overflow-y: auto;
    padding-right: 8px;
    margin-right: -4px;
}

.fl-hotel-rooms-scroll .fl-hotel-room:last-child {
    margin-bottom: 0;
}

.fl-days button.is-hover-range,
.fl-days button.in-range {
    background: #eef0f4 !important;
    color: #17234d !important;
}

.fl-days button.is-start,
.fl-days button.is-end {
    background: var(--fl-orange) !important;
    color: #fff !important;
    border-radius: 10px !important;
}

@media (max-width: 575px) {
    .fl-hotel-list,
    .fl-hotel-rooms-scroll {
        max-height: 320px;
    }
}


/* v17 hotel calendar fix: ferry-style range calendar for hotel tab */
.fl-drawer .fl-cal-nav:not(:disabled) {
    cursor: pointer !important;
    pointer-events: auto !important;
    opacity: 1 !important;
}
.fl-drawer .fl-cal-nav:disabled {
    cursor: default !important;
    opacity: .34 !important;
}
.fl-days button {
    border-radius: 10px !important;
}
.fl-days button:hover:not(:disabled),
.fl-days button.is-hover-range,
.fl-days button.in-range {
    background: #eef0f4 !important;
    color: #17234d !important;
    box-shadow: none !important;
}
.fl-days button.is-start,
.fl-days button.is-end {
    background: var(--fl-orange) !important;
    color: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 18px rgba(255,138,0,.22) !important;
    opacity: 1 !important;
}
.fl-days button.is-start:disabled,
.fl-days button.is-end:disabled {
    opacity: 1 !important;
}

/* v20 Tour tab */
.fl-tour-actions-row{
    margin: 0px 0 18px;
    display: flex;
    justify-content: flex-end;
}
.fl-tour-voucher-btn{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: 30px;
    border: none;
    background: rgba(255,255,255,.68);
    color: var(--fl-blue);
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
    transition: .2s ease;
}
.fl-tour-voucher-btn:hover{
    background: #fff;
    border-color: rgba(38,60,152,.32);
    box-shadow: 0 10px 24px rgba(38,60,152,.12);
}
.fl-tour-list{
    display: grid;
    gap: 8px;
    max-height: 370px;
    overflow-y: auto;
    padding-right: 6px;
}
.fl-tour-list::-webkit-scrollbar{width:6px}
.fl-tour-list::-webkit-scrollbar-thumb{background:rgba(38,60,152,.22);border-radius:999px}
.fl-tour-list button{
    min-height: 50px;
    border: 1px solid #e0e8f5;
    border-radius: 10px;
    background: rgba(255,255,255,.78);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 15px;
    color: #152350;
    text-align: left;
    font-weight: 600;
    transition: .2s ease;
    font-size: 14px;
}
.fl-tour-list button small{
    color: #8b96ad;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}
.fl-tour-list button:hover,
.fl-tour-list button.active{
    border-color: rgba(255,138,18,.42);
    background: rgba(255,138,18,.08);
    color: var(--fl-orange);
}
.fl-drawer-desc{
    margin: -4px 0 18px;
    color: #6d7890;
    font-size: 14px;
    line-height: 1.55;
}
.fl-drawer-form-card{
    margin-bottom: 18px;
}
.fl-drawer-submit{
    width: 100%;
}

/* Araç kiralama drawer refinements */
.fl-car-location-list {
    display: grid;
    gap: 10px;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(38,60,152,.22) transparent;
}
.fl-car-location-list::-webkit-scrollbar {
    width: 6px;
}
.fl-car-location-list::-webkit-scrollbar-thumb {
    background: rgba(38,60,152,.22);
    border-radius: 999px;
}
.fl-car-location-list button {
    min-height: 48px;
    border: 1px solid #dfe8f6;
    border-radius: 13px;
    background: rgba(255,255,255,.78);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    color: #182752;
    font-weight: 600;
    transition: .18s ease;
    font-size: 14px;
}
.fl-car-location-list button i {
    color: var(--fl-blue);
    font-size: 17px;
    opacity: .8;
}
.fl-car-location-list button:hover,
.fl-car-location-list button.active {
    border-color: rgba(255,138,0,.72);
    background: rgba(255,138,0,.08);
    color: var(--fl-orange);
}
.fl-car-location-list button.active i, .fl-car-location-list button:hover i {
    color: var(--fl-orange);
}
.fl-time-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    max-height: 350px;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(38,60,152,.22) transparent;
}
.fl-time-grid::-webkit-scrollbar {
    width: 6px;
}
.fl-time-grid::-webkit-scrollbar-thumb {
    background: rgba(38,60,152,.22);
    border-radius: 999px;
}
.fl-time-grid button {
    height: 40px;
    border: 1px solid #dfe8f6;
    border-radius: 13px;
    background: rgba(255,255,255,.86);
    color: #182752;
    font-weight: 600;
    transition: .18s ease;
    font-size: 14px;
}
.fl-time-grid button:hover,
.fl-time-grid button.active {
    border-color: rgba(255,138,0,.8);
    background: var(--fl-orange);
    color: #fff;
    box-shadow: 0 10px 22px rgba(255,138,0,.18);
}
@media (max-width: 575px) {
    .fl-time-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Kapı vizesi form refinements */
.fl-visa-summary-line {
    justify-content: flex-end;
    margin: 4px 0 12px;
}
.fl-visa-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 13px 15px;
    margin: 4px 0 16px;
    border: 1px solid rgba(38,60,152,.16);
    border-radius: 14px;
    background: rgba(38,60,152,.07);
    color: var(--fl-blue);
    font-size: 13px;
    line-height: 1.55;
}
.fl-visa-note i {
    margin-top: 3px;
    color: var(--fl-blue);
}
.fl-visa-note strong {
    font-weight: 800;
}
.fl-visa-island-list button {
    justify-content: flex-start;
}
.fl-visa-passenger-panel .fl-counter-row:last-of-type {
    border-bottom: 1px solid #edf1f7;
}
.fl-visa-counter-row .fl-counter-actions button {
    border-color: rgba(255,138,0,.45);
    color: var(--fl-orange);
}
.fl-visa-counter-row .fl-counter-actions button:hover:not(:disabled) {
    background: rgba(255,138,0,.09);
}
.fl-visa-counter-row .fl-counter-actions button:disabled {
    border-color: #d7deea;
    color: #a7b0c3;
}

/* Ada rehberleri */
.fl-island-guides {
    width: 100%;
    float: left;
    background: #fff;
    padding: 70px 0 78px;
    overflow: hidden;
}
.fl-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}
.fl-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--fl-blue);
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 12px;
}
.fl-section-kicker img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.fl-section-head h2 {
    max-width: 900px;
    color: var(--fl-blue-dark);
    font-size: 34px;
    line-height: 1.16;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -.030em;
}
.fl-section-head p {
    max-width: 750px;
    color: #59657c;
    font-size: 15px;
    line-height: 1.65;
}
.fl-section-link {
    flex: 0 0 auto;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 0 22px;
    border: 1px solid var(--fl-blue);
    border-radius: 999px;
    color: var(--fl-blue);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: .22s ease;
}
.fl-section-link:hover {
    background: var(--fl-blue);
    color: #fff;
}
.fl-island-slider-wrap {
    position: relative;
    margin: 0 -10px;
}
.flIslandGuideSlider .owl-stage-outer {
    overflow: visible;
    padding: 10px 0px 0px 0px;
}
.flIslandGuideSlider .item {
}
.fl-island-card {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(38,60,152,.10);
    border-radius: 22px;
    background: #fff;
    color: var(--fl-text);
    text-decoration: none !important;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.fl-island-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255,138,0,.35);
}
.fl-island-media {
    position: relative;
    height: 185px;
    overflow: hidden;
    background: #eef5ff;
}
.fl-island-media:after {
    content: "";
    position: absolute;
    left: -15%;
    right: -15%;
    bottom: -24px;
    height: 48px;
    background: #fff;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: 1;
    pointer-events: none;
}
.fl-island-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .38s ease, transform .55s ease;
}
.fl-island-photo {
    opacity: 0;
    transform: scale(1.04);
}
.fl-island-card:hover .fl-island-photo {
    opacity: 1;
    transform: scale(1.01);
}
.fl-island-card:hover .fl-island-illustration {
    opacity: 0;
    transform: scale(1.04);
}
.fl-island-icon {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(16,38,94,.10);
    z-index: 2;
}
.fl-island-icon img {
    width: 24px;
    height: 24px;
}
.fl-visa-badge {
    position: absolute;
    top: 16px;
    right: 14px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eaf8ee;
    color: #218a42;
    font-size: 10px;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 8px 18px rgba(16,38,94,.08);
}
.fl-visa-badge img {
    width: 15px !important;
    height: 15px;
}
.fl-island-body {
    padding: 0px 18px 17px;
}
.fl-island-body h3 {
    color: var(--fl-blue-dark);
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
}
.fl-route-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8edf6;
    margin-bottom: 12px;
}
.fl-route-info span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4f5d78;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}
.fl-route-info i {
    color: var(--fl-blue);
    font-size: 15px;
}
.fl-island-tags {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    min-height: 58px;
    margin-bottom: 16px;
}
.fl-island-tags span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: #34415d;
    font-size: 10px;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
}
.fl-island-tags img {
    width: 22px !important;
    height: 22px;
    object-fit: contain;
}
.fl-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--fl-blue);
    font-size: 14px;
    font-weight: 600;
    transition: .22s ease;
}
.fl-island-card:hover .fl-card-link {
    color: var(--fl-orange);
}
.flIslandGuideSlider.owl-carousel {
    padding-bottom: 58px;
}
.flIslandGuideSlider .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 250px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin: 0 !important;
    pointer-events: none;
    top: auto;
}
.flIslandGuideSlider.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 42px;
    height: 42px;
    border: 1px solid #dbe4f1 !important;
    background: #fff !important;
    box-shadow: none;
    pointer-events: auto;
}
.flIslandGuideSlider.owl-theme .owl-nav [class*=owl-]:hover {
    border-color: var(--fl-blue) !important;
    background: #f7faff !important;
}
.flIslandGuideSlider .owl-next:before,
.flIslandGuideSlider .owl-prev:before {
    color: var(--fl-blue);
    font-size: 15px;
}
.flIslandGuideSlider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    z-index: 2;
    width: 150px;
}
.flIslandGuideSlider .owl-dot {
    width: 8px;
    height: 8px;
    background: #cfd7e6;
    margin: 4px;
    opacity: 1;
}
.flIslandGuideSlider .owl-dot.active {
    width: 24px;
    background: var(--fl-blue);
}
@media (max-width: 1199px) {
    .fl-section-head h2 {font-size: 30px;}
    .fl-island-media {height: 178px;}
}
@media (max-width: 767px) {
    .fl-island-guides {padding: 0px 0 58px;}
    .fl-section-head {
        display: block;
        margin-bottom: 22px;
    }
    .fl-section-kicker {
        font-size: 12px;
        margin-bottom: 9px;
    }
    .fl-section-head h2 {
        font-size: 25px;
        line-height: 1.22;
    }
    .fl-section-head p {
        font-size: 14px;
    }
    .fl-section-link {
        margin-top: 18px;
        height: 42px;
        padding: 0 18px;
    }
    .fl-island-slider-wrap {margin-right: 0px;}
    .flIslandGuideSlider .owl-stage-outer {padding-right: 0px;}
    .fl-island-media {height: 172px;}
    .fl-island-body {padding: 16px;}
    .fl-island-body h3 {font-size: 22px;}
    .fl-route-info {gap: 8px;}
    .fl-route-info span {font-size: 12px;}
    .flIslandGuideSlider.owl-carousel {padding-bottom: 32px;}
    .flIslandGuideSlider .owl-nav {display: none;}
    .flIslandGuideSlider .owl-dots {bottom: 0px;width: auto;}
}

/* Ada hizmetleri - premium tab/card yapı */
/* Ada hizmetleri */
.fl-island-services{
    width:100%;
    float:left;
    background:#fff;
    padding:0 0 86px;
    overflow:hidden;
}
.fl-island-services .fl-island-services-head{margin-bottom:30px;}
.fl-service-experience{
    width:100%;
    display:grid;
    grid-template-columns:300px minmax(0,1fr);
    gap: 15px;
    align-items:start;
}
.fl-service-island-nav{
    min-width:0;
    display:grid;
    gap:10px;
    padding:14px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(38,60,152,.10);
    border-radius:26px;
    box-shadow:0 20px 50px rgba(16,38,94,.07);
}
.fl-service-island-nav button{
    position:relative;
    width:100%;
    min-width:0;
    min-height: 65px;
    border:1px solid transparent;
    border-radius: 80px;
    background:transparent;
    display:grid;
    grid-template-columns:64px minmax(0,1fr) 22px;
    align-items:center;
    gap: 5px;
    padding: 0px 20px 0px 12px;
    text-align:left;
    transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}
.fl-service-island-nav button:before{
    content:"";
    position:absolute;
    left:-14px;
    top:18px;
    bottom:18px;
    width:3px;
    border-radius:999px;
    background:transparent;
    transition:.22s ease;
    display: none;
}
.fl-service-island-nav button img{
    width: 50px;
    height: 50px;
    object-fit:contain;
    border-radius:17px;
}
.fl-service-island-nav button span{
    min-width:0;
    display:block;
    color:var(--fl-blue-dark);
    font-size: 16px;
    line-height:1.12;
    font-weight: 700;
    letter-spacing: -.030em;
}
.fl-service-island-nav button small{
    min-width:0;
    display:block;
    color:#66758f;
    font-size:12px;
    line-height:1.35;
    font-weight:500;
    margin-top:5px;
}
.fl-service-island-nav button > i{
    color:var(--fl-blue);
    font-size:14px;
    justify-self:end;
    opacity:.7;
    transition:.22s ease;
}
.fl-service-island-nav button:hover{
    background:#f8fbff;
    border-color:#e7eef9;
}
.fl-service-island-nav button.active{
    background:#fff;
    box-shadow:0 16px 34px rgba(16,38,94,.10);
    transform:translateX(3px);
}
.fl-service-island-nav button.active:before{background:var(--fl-orange);}
.fl-service-island-nav button.active img{
    background:#fff;
}
.fl-service-island-nav button.active span{color:var(--fl-blue);}
.fl-service-island-nav button.active small{color:#5f6d86;}
.fl-service-island-nav button.active > i{color:var(--fl-orange);opacity:1;transform:translateX(2px);}
.fl-service-island-panels{
    min-width:0;
    overflow:hidden;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(38,60,152,.10);
    border-radius:28px;
    box-shadow:0 24px 60px rgba(16,38,94,.07);
}
.fl-service-island-panel{display:none;}
.fl-service-island-panel.active{display:block;animation:flServiceFade .24s ease both;}
@keyframes flServiceFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.fl-service-mobile-acc{display:none;}
.fl-service-panel-inner{padding:24px 26px 30px;}
.fl-service-panel-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding-bottom:22px;
    margin-bottom:22px;
    border-bottom:1px solid #e6edf8;
}
.fl-service-panel-head h3{
    color:var(--fl-blue-dark);
    font-size: 22px;
    line-height:1.1;
    font-weight: 700;
    margin:0 0 8px;
}
.fl-service-panel-head p{
    margin:0;
    color:#53627d;
    font-size: 13px;
    line-height:1.55;
    font-weight:500;
}
.fl-service-panel-head p i{color:var(--fl-blue);margin-right:6px;}
.fl-service-guide-link{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    height:42px;
    padding:0 18px;
    border:1px solid #d7e2f3;
    border-radius:999px;
    color:var(--fl-blue);
    font-size:12px;
    font-weight:700;
    text-decoration:none!important;
    transition:.22s ease;
}
.fl-service-guide-link:hover{background:var(--fl-blue);border-color:var(--fl-blue);color:#fff;}
.fl-service-card-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.fl-service-offer-card{
    position:relative;
    min-height: 236px;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border:1px solid #dfe8f5;
    border-radius:18px;
    background-color:#fff;
    background-position:center right;
    background-size:cover;
    background-repeat:no-repeat;
    padding:22px 34% 20px 20px;
    color:var(--fl-text);
    text-decoration:none!important;
    box-shadow:0 10px 26px rgba(16,38,94,.035);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-size .35s ease;
}
.fl-service-offer-card:hover{
    transform:translateY(-4px);
    border-color:rgba(255,138,0,.42);
    box-shadow:0 18px 38px rgba(16,38,94,.08);
}
.fl-service-offer-icon{
    width:40px;
    height:40px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-bottom:14px;
    background: #fff1e3;
}
.fl-service-offer-icon img{width:22px;height:22px;object-fit:contain;}
.fl-service-offer-card.service-hotel .fl-service-offer-icon{background:#fff1e3;}
.fl-service-offer-card.service-tour .fl-service-offer-icon{background: #fff1e3;}
.fl-service-offer-card.service-car .fl-service-offer-icon{background: #fff1e3;}
.fl-service-offer-card.service-visa .fl-service-offer-icon{background: #fff1e3;}
.fl-service-offer-card.service-highlight .fl-service-offer-icon{background: #fff1e3;}
.fl-service-offer-card small{
    color:var(--fl-orange);
    font-size:10px;
    line-height:1;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
    margin-bottom:9px;
}
.fl-service-offer-card h4{
    color:var(--fl-blue-dark);
    font-size: 16px;
    line-height:1.14;
    font-weight: 700;
    margin:0 0 9px;
    letter-spacing: -.030em;
}
.fl-service-offer-card p{
    color:#53627d;
    font-size: 12px;
    line-height:1.5;
    margin:0 0 16px;
    font-weight:500;
}
.fl-service-offer-card b{
    margin-top:auto;
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--fl-blue);
    font-size:13px;
    font-weight:800;
}
.fl-service-offer-card:hover b{color:var(--fl-orange);}

@media(max-width:1199px){
    .fl-service-experience{grid-template-columns:270px minmax(0,1fr);gap:18px}
    .fl-service-island-nav{padding:12px}
    .fl-service-island-nav button{grid-template-columns:58px minmax(0,1fr) 18px;min-height:82px;padding:11px 12px}
    .fl-service-island-nav button img{width:52px;height:52px}
    .fl-service-island-nav button span{font-size:16px;}
    .fl-service-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Kapı vizesi CTA kartı - ada hizmetleri sol kolon */
.fl-service-visa-cta{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:24px;
    min-height:190px;
    padding:23px 24px;
    margin-top:16px;
    text-decoration:none!important;
    color:#fff;
    background-image: url('../images/visa-card-bg.png');
    background-size:cover;
    background-position: bottom right;
    transition:transform .22s ease, box-shadow .22s ease;
}
.fl-service-visa-cta:hover{
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 28px 60px rgba(16,38,94,.17);
}
.fl-service-visa-cta:before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 84% 22%, rgba(255,255,255,.22) 0 0, transparent 28%), radial-gradient(circle at 10% 90%, rgba(255,138,0,.18) 0 0, transparent 32%);
    pointer-events:none;
    display: none;
}
.fl-service-visa-cta > *{
    position:relative;
    z-index:1;
}
.fl-service-visa-cta-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    height: 25px;
    padding:0 12px;
    margin-bottom: 10px;
    border-radius:999px;
    background: var(--fl-orange);
    color: #fff;
    font-size: 10px;
    line-height:1;
    letter-spacing:.06em;
    text-transform:uppercase;
    font-weight: 600;
}
.fl-service-visa-cta-label i{
    font-size:13px;
}
.fl-service-visa-cta strong{
    display:block;
    max-width:190px;
    color:#fff;
    font-size: 16px;
    line-height:1.18;
    font-weight: 600;
    letter-spacing:-.02em;
    margin-bottom: 10px;
}
.fl-service-visa-cta ul{
    list-style:none;
    padding:0;
    margin: 0px 0 15px;
    display:grid;
    gap:7px;
}
.fl-service-visa-cta li{
    display:flex;
    align-items:center;
    gap:8px;
    color:rgba(255,255,255,.88);
    font-size: 11px;
    line-height:1.2;
    font-weight: 600;
}
.fl-service-visa-cta li i{
    color: #fff;
    font-size:13px;
}
.fl-service-visa-cta-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    height: 35px;
    padding:0 18px;
    border-radius:13px;
    background:#fff;
    color:var(--fl-blue);
    font-size: 11px;
    font-weight: 700;
    box-shadow:0 14px 28px rgba(16,38,94,.16);
    transition:transform .2s ease, color .2s ease;
}
.fl-service-visa-cta:hover .fl-service-visa-cta-button{
    color:var(--fl-orange);
    transform:translateX(2px);
}
.fl-service-visa-cta-mobile{display:none;}

/* Ferry & Miles ayrıcalıkları */
.fl-ferry-miles{
    position:relative;
    float:left;
    width:100%;
    padding: 18px 0 0px;
    background:#fff;
    overflow:hidden;
}
.fl-fm-wrap{
    position:relative;
    width:100%;
    min-height: 410px;
    overflow:hidden;
    /* background: linear-gradient(135deg, #071e55 0%, #082a73 46%, #05215c 100%); */
    box-shadow: 0 26px 70px rgba(16,38,94,.16);
}
.fl-fm-bg{
    position:absolute;
    inset:0;
    background-image: linear-gradient(90deg, rgba(5,22,62,.70) 0%, rgba(5,28,75,.78) 45%, rgba(5,28,75,.50) 100%), url(../images/ferry-miles/ferry-miles-bg.png);
    background-size:cover;
    background-position:center;
    opacity:1;
    pointer-events:none;
}
.fl-fm-wrap:before,
.fl-fm-wrap:after{
    content:"";
    position:absolute;
    z-index:1;
    pointer-events:none;
}
.fl-fm-wrap:before{
    left:-120px;
    top:-160px;
    width:420px;
    height:420px;
    border-radius:50%;
    background: radial-gradient(circle, rgba(47,128,237,.28) 0%, rgba(47,128,237,0) 68%);
}
.fl-fm-wrap:after{
    right:-90px;
    bottom:-150px;
    width:420px;
    height:420px;
    border-radius:50%;
    background: radial-gradient(circle, rgba(255,138,0,.13) 0%, rgba(255,138,0,0) 70%);
}
.fl-fm-container{
    position:relative;
    z-index: 1;
}
.fl-fm-content{
    min-height:410px;
    display:grid;
    grid-template-columns: minmax(330px, 350px) minmax(520px, 1fr) 190px;
    align-items:center;
    gap: 30px;
    padding:52px 0;
}
.fl-fm-copy{
    color:#fff;
}
.fl-fm-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
    color:#67a7ff;
    font-size:14px;
    line-height:1;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-weight: 600;
}
.fl-fm-kicker i{
    color:#67a7ff;
    font-size:15px;
}
.fl-fm-copy h2{
    color:#fff;
    font-size: 28px;
    line-height:1.18;
    letter-spacing: -.030em;
    font-weight: 600;
    margin:0 0 18px;
}
.fl-fm-copy p{
    max-width:390px;
    color:rgba(255,255,255,.88);
    font-size: 14px;
    line-height:1.68;
    font-weight:500;
    margin:0 0 22px;
}
.fl-fm-copy p strong{
    color:#4da2ff;
    font-weight:800;
}
.fl-fm-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    height: 45px;
    padding:0 24px;
    border-radius:14px;
    background:linear-gradient(135deg, #2f80ed 0%, var(--fl-blue) 100%);
    color:#fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow:0 16px 34px rgba(47,128,237,.28);
    transition:transform .2s ease, box-shadow .2s ease, color .2s ease;
}
.fl-fm-button:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 20px 38px rgba(47,128,237,.34);
}
.fl-fm-note{
    display:flex;
    align-items:center;
    gap:14px;
    max-width:385px;
    margin-top: 15px;
    padding-top: 15px;
    border-top:1px solid rgba(255,255,255,.08);
}
.fl-fm-note span{
    width:44px;
    height:44px;
    flex:0 0 44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:1px solid rgba(77,162,255,.45);
    color:#5aa6ff;
    font-size:19px;
}
.fl-fm-note p{
    margin:0;
    color:rgba(255,255,255,.78);
    font-size:14px;
    line-height:1.45;
}
.fl-fm-benefits{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4, minmax(0,1fr));
    gap:14px;
    padding-left:34px;
    border-left:1px dashed rgba(255,255,255,.16);
}
.fl-fm-card{
    position:relative;
    min-height: 246px;
    overflow:hidden;
    border:1px solid rgba(116,169,255,.25);
    border-radius:16px;
    background:rgba(5,30,82,.42);
    box-shadow:0 18px 38px rgba(0,0,0,.12);
    color:#fff;
    text-align:center;
    transition:transform .22s ease, border-color .22s ease, background .22s ease;
}
.fl-fm-card:hover{
    color:#fff;
    transform:translateY(-4px);
    border-color:rgba(116,169,255,.55);
    background:rgba(5,30,82,.62);
}
.fl-fm-card figure{
    position:relative;
    width:100%;
    height: 130px;
    margin:0;
    overflow:hidden;
}
.fl-fm-card figure:after{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:56px;
    background:linear-gradient(180deg, rgba(7,30,85,0) 0%, rgba(7,30,85,.95) 100%);
}
.fl-fm-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.01);
    transition:transform .28s ease;
}
.fl-fm-card:hover img{
    transform:scale(1.06);
}
.fl-fm-icon{
    position:relative;
    z-index:2;
    width: 50px;
    height: 50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin: -35px auto 12px;
    border-radius:50%;
    background:#fff;
    color:var(--fl-blue);
    border:1px solid rgba(223,230,244,.9);
    box-shadow:0 12px 28px rgba(0,0,0,.16);
    font-size: 20px;
}
.fl-fm-card h3{
    color:#fff;
    font-size: 14px;
    line-height:1.25;
    font-weight: 600;
    letter-spacing:-.02em;
    margin:0 12px 5px;
}
.fl-fm-card p{
    color:rgba(255,255,255,.86);
    font-size: 11px;
    line-height:1.35;
    font-weight: 600;
    margin:0 12px 18px;
}
.fl-fm-card p strong{
    color:#4da2ff;
    font-weight:800;
}
.fl-fm-logo-box{
    display:flex;
    align-items:center;
    justify-content:center;
}
.fl-fm-logo-box img{
    width:170px;
    height:170px;
    object-fit:contain;
    filter:drop-shadow(0 18px 28px rgba(0,0,0,.22));
}

/* Feribotlines Ayrıcalıkları */
.fl-privileges{
    position:relative;
    float:left;
    width:100%;
    padding: 100px 0 100px;
    overflow:hidden;
    background: linear-gradient(180deg, #f9fafd 0%, #fbfdff 100%);
}
.fl-privileges-shell{
    position:relative;
    width:100%;
}
.fl-privileges-shell:before{
    content:"";
    position:absolute;
    inset:-120px -90px auto auto;
    width:420px;
    height:420px;
    background:radial-gradient(circle,rgba(38,60,152,.08),rgba(38,60,152,0) 68%);
    pointer-events:none;
}
.fl-privileges-top{
    position:relative;
    display:grid;
    grid-template-columns:minmax(380px, 1fr) minmax(600px, 1.08fr);
    gap:22px;
    align-items:stretch;
    z-index:1;
}
.fl-privileges-left{
    position:relative;
    min-width:0;
    padding:6px 0 0;
}
.fl-privileges-eyebrow{
    display:block;
    color:#0069ff;
    font-size:13px;
    font-weight: 600;
    line-height:1;
    letter-spacing:.02em;
    text-transform:uppercase;
    margin-bottom:14px;
}
.fl-privileges-left h2{
    margin:0;
    max-width:560px;
    color:#10265e;
    font-size:42px;
    line-height:1.08;
    font-weight: 700;
    letter-spacing: -.030em;
}
.fl-privileges-left h2 strong{
    color:#0069ff;
    font-weight: 700;
}
.fl-privileges-left p{
    max-width: 500px;
    margin:18px 0 20px;
    color:#53627f;
    font-size: 16px;
    line-height:1.62;
    font-weight:500;
}
.fl-privileges-left p b{
    color:#0069ff;
    font-weight:700;
}
.fl-privileges-visual{
    position:relative;
    margin:0;
    width: 100%;
    min-height:330px;
    display:flex;
    align-items:flex-end;
    justify-content:flex-start;
}
.fl-privileges-visual img{
    display:block;
    width: 110%;
    max-width:650px;
    height:auto;
    object-fit:contain;
    margin-left: -10%;
}
.fl-privileges-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
}
.fl-privilege-card{
    position:relative;
    min-height:188px;
    padding:20px 16px 16px;
    border:1px solid rgba(203,214,235,.9);
    border-radius:14px;
    background:rgba(255,255,255,.88);
    text-align:center;
    overflow:hidden;
    box-shadow:0 10px 24px rgba(16,38,94,.035);
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.fl-privilege-card:hover{
    transform:translateY(-4px);
    border-color:rgba(0,105,255,.28);
    box-shadow:0 18px 38px rgba(16,38,94,.10);
}
.fl-privilege-card:before{
    content:"";
    position:absolute;
    left:50%;
    top:36px;
    width:82px;
    height:82px;
    transform:translateX(-50%);
    border-radius:50%;
    background:linear-gradient(180deg,rgba(0,105,255,.08),rgba(0,105,255,0));
    pointer-events:none;
    display: none;
}
.fl-privilege-no{
    position:absolute;
    left:15px;
    top:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius:50%;
    color:#0069ff;
    background:#edf4ff;
    font-size:14px;
    font-weight:800;
    line-height:1;
}
.fl-privilege-card img{
    position:relative;
    z-index:1;
    display:block;
    width:74px;
    height:74px;
    margin:2px auto 12px;
}
.fl-privilege-card h3{
    margin:0 0 8px;
    color:#10265e;
    font-size: 16px;
    line-height:1.16;
    font-weight: 600;
    letter-spacing: -.030em;
}
.fl-privilege-card p{
    margin:0 auto;
    max-width:190px;
    color:#17234d;
    font-size: 12px;
    line-height:1.48;
    font-weight:500;
}
.fl-privilege-card small{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:28px;
    margin-top:14px;
    padding:0 14px;
    border-radius:8px;
    background:#eaf3ff;
    color:#0069ff;
    font-size:11px;
    line-height:1;
    font-weight:800;
    text-transform:uppercase;
}
.fl-privilege-card-orange:before{background:linear-gradient(180deg,rgba(255,138,0,.13),rgba(255,138,0,0));}
.fl-privileges-compare{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:18px;
}
.fl-compare-box{
    min-height:150px;
    padding:20px 22px 18px;
    border-radius:13px;
    border:1px solid rgba(223,230,244,.96);
    overflow:hidden;
}
.fl-compare-bad{
    background:linear-gradient(110deg,rgba(255,241,240,.95) 0%,rgba(255,255,255,.94) 100%);
    border-color:#ffd7d3;
}
.fl-compare-good{
    background:linear-gradient(110deg,rgba(238,255,248,.96) 0%,rgba(255,255,255,.94) 52%,rgba(230,249,255,.9) 100%);
    border-color:#ccebdd;
}
.fl-compare-box h3{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 0 18px;
    color:#10265e;
    font-size: 18px;
    line-height:1;
    font-weight:800;
    letter-spacing:-.02em;
}
.fl-compare-bad h3{color:#e52e2e;}
.fl-compare-good h3{color:#098a55;}
.fl-x-icon,.fl-check-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    border-radius:50%;
    font-size:17px;
    line-height:1;
    font-weight:800;
}
.fl-x-icon{background:#ffefee;color:#f04a43;}
.fl-check-icon{background:#e8fff2;color:#0c9d61;}
.fl-compare-box ul{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:15px 16px;
}
.fl-compare-box li{
    display:flex;
    align-items:flex-start;
    gap:8px;
    color:#17234d;
    font-size:12px;
    line-height:1.35;
    font-weight:600;
}
.fl-compare-box li span{
    flex:0 0 18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    border-radius:50%;
    font-size:13px;
    line-height:1;
    font-weight:800;
}
.fl-compare-bad li span{color:#ff3b35;border:1px solid #ff8b85;}
.fl-compare-good li span{color:#119b63;border:1px solid #30b579;}
.fl-vs-badge{
    position:absolute;
    left:50%;
    top:50%;
    z-index:3;
    transform:translate(-50%,-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    width: 50px;
    height: 50px;
    border-radius:50%;
    background:#fff;
    color:#10265e;
    font-size: 20px;
    font-weight:900;
    box-shadow:0 10px 30px rgba(16,38,94,.14);
    border:1px solid rgba(223,230,244,.95);
}
.fl-privileges-stats{
    position:relative;
    z-index:1;
    margin-top:18px;
    min-height:116px;
    padding:0 18px;
    border-radius:14px;
    background:linear-gradient(135deg,#041b51 0%,#07296d 55%,#051f5b 100%);
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    box-shadow:0 18px 40px rgba(16,38,94,.18);
    overflow:hidden;
}
.fl-privileges-stats:before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 8% 0%,rgba(0,105,255,.3),transparent 28%),radial-gradient(circle at 90% 100%,rgba(255,255,255,.12),transparent 28%);
    pointer-events:none;
}
.fl-stat-item{
    position:relative;
    z-index:1;
    min-width:0;
    display:grid;
    grid-template-columns: 45px 1fr;
    align-content:center;
    column-gap: 7px;
    padding:20px 18px;
    color:#fff;
}
.fl-stat-item:not(:last-child):after{
    content:"";
    position:absolute;
    right:0;
    top:26px;
    bottom:26px;
    width:1px;
    background:rgba(255,255,255,.28);
}
.fl-stat-item span{
    grid-row:1 / span 2;
    display:flex;
    align-items:center;
    justify-content:center;
    width: 45px;
    height: 45px;
    color:#fff;
}
.fl-stat-item svg{width: 40px;height: 40px;}
.fl-stat-item strong{
    display:block;
    color:#fff;
    font-size: 18px;
    line-height:1.05;
    font-weight: 600;
    letter-spacing:-.02em;
    white-space:nowrap;
}
.fl-stat-item small{
    display:block;
    margin-top:6px;
    color:rgba(255,255,255,.88);
    font-size: 12px;
    line-height:1.2;
    font-weight:500;
}
@media (max-width:1199px){
    .fl-privileges-top{grid-template-columns:1fr;}
    .fl-privileges-left h2{font-size:38px;}
    .fl-privileges-visual{min-height:auto;}
    .fl-privileges-visual img{max-width:720px;}
    .fl-privileges-stats{grid-template-columns:repeat(3,minmax(0,1fr));}
    .fl-stat-item:nth-child(3):after{display:none;}
}
@media (max-width:991px){
    .fl-privileges-shell{padding: 0px;border-radius:20px;}
    .fl-privileges-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .fl-privileges-compare{grid-template-columns:1fr;gap:14px;}
    .fl-vs-badge{position: absolute;left:auto;right: 20px;top: 44%;transform:none;margin:-2px auto;width:58px;height:58px;font-size:22px;order:2;}
    .fl-compare-good{order:3;}
    .fl-compare-box ul{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:767px){
    .fl-privileges{padding: 40px 0 50px;}
    .fl-privileges-left h2{font-size: 30px;}
    .fl-privileges-left p{font-size:15px;margin:14px 0 16px;}
    .fl-privileges-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .fl-privilege-card:last-child {
        grid-column: span 2;
    }
    .fl-privilege-card{min-height:unset;padding:18px 16px;}
    .fl-privilege-card img{width:82px;height:82px;}
    .fl-privileges-compare{margin-top:14px;}
    .fl-compare-box{padding:18px 16px;}
    .fl-compare-box ul{grid-template-columns:1fr;gap:11px;}
    .fl-privileges-stats{grid-template-columns:repeat(2,minmax(0,1fr));padding:8px 0;}
    .fl-stat-item{grid-template-columns:42px 1fr;padding:16px 14px;}
    .fl-stat-item:not(:last-child):after{display:none;}
    .fl-stat-item span{width:38px;height:38px;}
    .fl-stat-item svg{width:36px;height:36px;}
    .fl-stat-item strong{font-size: 16px;white-space:normal;}
    .fl-stat-item small{font-size: 11px;}
    .fl-privileges-left h2 br {
        display: none;
    }

    .fl-privileges-visual img {
        width: 100%;
        margin-left: 0px;
    }

    .fl-privilege-card h3 {
        font-size: 15px;
    }

    .fl-privilege-card p {
        font-size: 11px;
    }

    .fl-privilege-card small {
        font-size: 8px;
    }
}

/* Planlama CTA Section */
.fl-plan-cta{
    width: 100%;
    float: left;
    background: linear-gradient(90deg, rgba(255,255,255,.60) 0%, rgba(255,255,255,.70) 12%, rgba(255,255,255,0) 30%, rgba(255,255,255,.08) 100%),        url('../images/cta-bg.png');
    background-size: cover;
    background-position: center right;
}
.fl-plan-cta .container{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    max-width: none;
}
.fl-plan-cta-card{
    position:relative;
    width: 90%;
    margin: auto;
    min-height: 356px;
    overflow:hidden;
    display:grid;
    grid-template-columns: minmax(390px, 1fr) minmax(580px, 700px);
    align-items:center;
    gap: 80px;
    padding: 0px;
    background-size:cover;
    background-position: center right;
}
.fl-plan-cta:before{
    /* content:""; */
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(14,84,184,.10) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,.10) 100%);
    pointer-events:none;
    left: 0px;
}
.fl-plan-cta-copy,
.fl-plan-action-panel{position:relative;z-index:1;}
.fl-plan-cta-copy{max-width: 540px;}
.fl-plan-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:12px;
    color:var(--fl-blue);
    font-size:12px;
    line-height:1;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.fl-plan-kicker:before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--fl-orange);
    box-shadow:0 0 0 6px rgba(255,138,0,.13);
}
.fl-plan-cta-copy h2{
    margin:0;
    color:var(--fl-blue-dark);
    font-size: 38px;
    line-height:1.12;
    font-weight:800;
    letter-spacing:-.04em;
}
.fl-plan-cta-copy h2 strong{
    color:var(--fl-blue);
    font-weight:800;
}
.fl-plan-cta-copy p{
    max-width:390px;
    margin:18px 0 0;
    color:#17346c;
    font-size:17px;
    line-height:1.65;
    font-weight:500;
}
.fl-plan-action-panel{
    border-radius:24px;
    padding: 22px;
    background:rgba(255,255,255,.94);
    border:1px solid rgba(255,255,255,.82);
    box-shadow:0 18px 50px rgba(6,31,84,.18);
    backdrop-filter: blur(16px);
}
.fl-plan-links{
    display:grid;
    grid-template-columns:repeat(5, minmax(0,1fr));
    align-items:stretch;
    margin-bottom:20px;
}
.fl-plan-link{
    position:relative;
    min-height: 110px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap: 6px;
    padding: 7px 12px;
    color:var(--fl-blue-dark);
    text-align:center;
    text-decoration:none!important;
    transition:.22s ease;
}
.fl-plan-link:not(:last-child):after{
    content:"";
    position:absolute;
    right:0;
    top:16px;
    bottom:16px;
    width:1px;
    background:linear-gradient(180deg, transparent, rgba(38,60,152,.20), transparent);
}
.fl-plan-link:hover{
    color:var(--fl-blue);
    transform:translateY(-3px);
}
.fl-plan-icon{
    width:44px;
    height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:var(--fl-blue-dark);
    margin-bottom:2px;
}
.fl-plan-icon svg{width:42px;height:42px;}
.fl-plan-link strong{
    display:block;
    font-size: 14px;
    line-height:1.1;
    font-weight: 700;
    color:inherit;
}
.fl-plan-link small{
    display:block;
    font-size:13px;
    line-height:1.1;
    color:var(--fl-blue-dark);
    font-weight:500;
}
.fl-plan-contact-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.fl-plan-phone,
.fl-plan-whatsapp{
    min-height: 75px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    text-decoration:none!important;
    transition:.22s ease;
}
.fl-plan-phone{
    flex-direction:column;
    background:linear-gradient(135deg, #071e58 0%, #063b96 100%);
    color:#fff!important;
    box-shadow:0 10px 24px rgba(4, 25, 78, .24);
}
.fl-plan-phone small{
    color:rgba(255,255,255,.82);
    font-size:14px;
    font-weight:600;
    line-height:1;
    margin-bottom:8px;
}
.fl-plan-phone strong{
    color:#fff;
    font-size: 20px;
    line-height:1;
    font-weight:800;
    letter-spacing:.01em;
}
.fl-plan-whatsapp{
    gap:14px;
    background:linear-gradient(135deg, #19b86d 0%, #10a758 100%);
    color:#fff!important;
    box-shadow:0 10px 24px rgba(15, 163, 86, .24);
    padding-left: 20px;
}
.fl-plan-whatsapp span{
    width:44px;
    height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}
.fl-plan-whatsapp svg{width:42px;height:42px;}
.fl-plan-whatsapp strong{
    color:#fff;
    font-size: 16px;
    line-height:1.15;
    font-weight: 600;
    text-align:left;
}
.fl-plan-whatsapp i{
    margin-left:auto;
    padding-right:18px;
    font-size:28px;
    color:#fff;
}
.fl-plan-phone:hover,
.fl-plan-whatsapp:hover{transform:translateY(-3px);filter:brightness(1.04);}
