
        .home-blogs-section {
            padding: 80px 0;
            background: #f8fafc;
            overflow: hidden;
        }
        .home-blogs-slider-track {
            display: flex !important;
            grid-template-columns: none !important;
            gap: 30px !important;
            transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1) !important;
            will-change: transform !important;
        }
        .home-blogs-slider-track > .home-blog-card {
            flex: 0 0 calc((100% - 60px) / 3) !important;
            min-width: 0 !important;
        }
        @media (max-width: 992px) {
            .home-blogs-slider-viewport {
                overflow-x: auto !important;
                scroll-snap-type: x mandatory !important;
                -webkit-overflow-scrolling: touch !important;
                padding: 10px 24px 25px !important;
                margin: 0 -24px !important;
                scrollbar-width: none !important;
                -ms-overflow-style: none !important;
                scroll-padding-left: 24px !important;
            }
            .home-blogs-slider-viewport::-webkit-scrollbar {
                display: none !important;
            }
            .home-blogs-slider-track {
                transform: none !important;
                transition: none !important;
                width: max-content !important;
                gap: 14px !important;
                padding-left: 2px !important;
                padding-right: 24px !important;
            }
            .home-blogs-slider-track > .home-blog-card {
                scroll-snap-align: start !important;
                flex: 0 0 280px !important;
                width: 280px !important;
                min-width: 280px !important;
            }
            .home-blogs-slider-prev, .home-blogs-slider-next, .home-blogs-slider-dots {
                display: none !important;
            }
        }
    

.d-none{display:none!important}

/* â”€â”€ SIDEBAR â”€â”€ */
.fd-side-col { min-width: 0; }
.fd-side-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
    z-index: 10;
    will-change: transform;
}

/* Price bar adjustment: if price bar is active, sidebar pushes down slightly */
body.price-bar-sticky .fd-side-sticky { top: 152px; }

/* ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ HERO ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ */
.fd-hero{position:relative;z-index:100;min-height:clamp(560px,72vh,700px);display:flex;align-items:flex-end;padding-top:88px;background:#0b1426}
.fd-hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.fd-hero-img{position:absolute;inset:0;background-size:cover;background-position:center 35%;transform:scale(1.04);animation:fdZ 16s ease-in-out infinite alternate}
@keyframes fdZ{from{transform:scale(1.04)}to{transform:scale(1.12)}}
.fd-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(15,15,15,.16) 0%,rgba(15,15,15,.54) 46%,rgba(15,15,15,.94) 100%)}
.fd-hero-wave{display:none;position:absolute;bottom:-1px;left:0;right:0;z-index:2;line-height:0}
.fd-hero-wave svg{width:100%;height:80px;display:block}
.fd-hero-inner{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;padding-bottom:72px;width:100%}
.fd-hero-copy{display:contents}

.fd-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:.78rem}
.fd-breadcrumb a{color:rgba(255,255,255,.55);text-decoration:none;transition:color .15s}
.fd-breadcrumb a:hover{color:#fff}
.fd-breadcrumb svg{color:rgba(255,255,255,.3)}
.fd-breadcrumb>span{color:rgba(255,255,255,.85);font-weight:600}

.fd-hero-meta{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}
.fd-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.03em;background:rgba(232,93,4,.22);border:1px solid rgba(232,93,4,.4);color:#fb923c}
.fd-hero-badge--glass{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.85)}

.fd-hero-title{font-family:var(--font-display);font-size:clamp(1.8rem,3.2vw,2.8rem);font-weight:800;line-height:1.1;color:#fff;margin:0 0 16px;max-width:1180px}

.fd-hero-excerpt{max-width:min(860px,100%);margin:0 0 20px;color:rgba(255,255,255,.92);font-size:1rem;line-height:1.65}

/* Search */
.ferry-search-wrap{width:100%}
.ferry-search-wrap .trip-type-tabs{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25)}
.ferry-search-wrap .trip-tab{color:rgba(255,255,255,.75)}
.ferry-search-wrap .trip-tab.active{background:#fff;color:var(--primary);box-shadow:0 2px 10px rgba(0,0,0,.15)}
.ferry-search-wrap .search-fields-container{flex-wrap:nowrap}
.ferry-search-wrap .search-field{min-width:110px;flex:1 1 110px;position:relative}
.ferry-port-autocomplete{position:static}
.ferry-port-dd{position:absolute;top:calc(100% + 10px);left:0;right:0;width:auto;background:#fff;border-radius:14px;box-shadow:0 18px 45px rgba(15,23,42,.18),0 4px 14px rgba(15,23,42,.08);border:1px solid rgba(148,163,184,.22);z-index:10020;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(8px) scale(.985);transform-origin:top center;transition:all .18s ease}
.ferry-port-dd.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.ferry-port-head{padding:10px 12px 9px;font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;font-weight:800;color:#475569;border-bottom:1px solid #eef2f7;background:linear-gradient(180deg,#fff,#f8fafc)}
.ferry-port-list{list-style:none;margin:0;padding:8px 0;max-height:320px;overflow:auto;scrollbar-width:thin;scrollbar-color:#dbe4ee transparent}
.ferry-port-list::-webkit-scrollbar{width:8px}
.ferry-port-list::-webkit-scrollbar-thumb{background:#dbe4ee;border-radius:999px}
.ferry-port-item{width:calc(100% - 12px);display:flex;align-items:flex-start;gap:11px;margin:0 6px;padding:10px;border:1px solid transparent;border-radius:11px;background:transparent;color:#0f172a;text-align:left;cursor:pointer;transition:background .14s,border-color .14s,box-shadow .14s,transform .14s}
.ferry-port-item:hover,.ferry-port-item.active{background:#fff8f3;border-color:rgba(232,93,4,.18);box-shadow:0 6px 14px rgba(232,93,4,.1);transform:translateX(1px)}
.fpi-thumb{width:54px;height:44px;border-radius:9px;object-fit:cover;flex-shrink:0;background:#f1f5f9;border:1px solid rgba(148,163,184,.18)}
.fpi-thumb--empty{display:flex;align-items:center;justify-content:center;color:#94a3b8}
.fpi-main{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}
.fpi-title{font-size:.88rem;font-weight:700;line-height:1.25;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fpi-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.fpi-badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:999px;background:rgba(232,93,4,.1);color:#c2410c;font-size:.64rem;font-weight:800;letter-spacing:.03em}
.fpi-mark{background:rgba(232,93,4,.12);color:#c2410c;border-radius:3px;padding:0 1px}
.ferry-port-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:26px 14px;color:#94a3b8;font-size:.83rem;font-weight:600}
.ferry-port-loading{display:flex;align-items:center;gap:9px;padding:14px 12px;color:#64748b;font-size:.83rem;font-weight:600}
.ferry-port-spinner{width:14px;height:14px;border:2px solid #e2e8f0;border-top-color:#e85d04;border-radius:50%;display:inline-block;animation:ferryPortSpin .7s linear infinite}
@keyframes ferryPortSpin{to{transform:rotate(360deg)}}
.ferry-search-wrap #ferryFrom,.ferry-search-wrap #ferryTo{padding-right:34px}
.ferry-port-clear-btn{position:absolute;right:6px;bottom:8px;width:24px;height:24px;border:0;border-radius:50%;background:#f1f5f9;color:#64748b;font-size:16px;font-weight:700;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s;z-index:3}
.ferry-port-clear-btn:hover{background:#fee2e2;color:#b91c1c}
.guest-trigger-text{font-size:1rem;font-weight:600;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;user-select:none}
.guest-dropdown{position:absolute;top:calc(100% + 20px);left:0;width:300px;background:#fff;border-radius:20px;box-shadow:0 15px 50px rgba(11,20,38,.18),inset 0 0 0 1px rgba(0,0,0,.05);padding:20px;z-index:9999;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .28s cubic-bezier(.2,1,.3,1);cursor:default}
.guest-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}
.guest-dropdown::before{content:'';position:absolute;top:-8px;left:32px;width:14px;height:14px;background:#fff;transform:rotate(45deg);border-top:1px solid rgba(0,0,0,.06);border-left:1px solid rgba(0,0,0,.06)}
.guest-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #f1f5f9}
.guest-row:last-child{border-bottom:none;padding-bottom:0}
.guest-row:first-child{padding-top:0}
.guest-info{display:flex;flex-direction:column;gap:3px}
.guest-title{font-size:1rem;font-weight:700;color:#1e293b}
.guest-desc{font-size:.82rem;color:#94a3b8}
.guest-controls{display:flex;align-items:center;gap:14px}
.guest-btn{width:36px;height:36px;border-radius:50%;border:1.5px solid #e2e8f0;color:#64748b;background:transparent;display:flex;align-items:center;justify-content:center;font-size:1.4rem;cursor:pointer;transition:all .2s;padding:0;line-height:0}
.guest-btn:hover:not([style*="not-allowed"]){border-color:var(--primary,#ea580c);color:var(--primary,#ea580c);transform:scale(1.08)}
.guest-count{font-size:1.05rem;font-weight:700;color:#1e293b;min-width:20px;text-align:center}
.tour-mobile-sheet-backdrop,.tour-mobile-sheet{display:none}

/* Price/action bar */
.fd-price-bar{position:sticky;top:76px;z-index:10;background:rgba(255,255,255,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #eef2f7;box-shadow:0 4px 24px rgba(15,23,42,.06)}
.fd-price-bar-inner{display:flex;align-items:center;justify-content:space-between;height:66px;gap:20px}
.fd-mobile-back{display:none}
.fd-price-bar-left{display:flex;align-items:baseline;gap:8px;min-width:0}
.fd-price-label{font-size:.76rem;color:#94a3b8;font-weight:600;white-space:nowrap}
.fd-price-amount{font-size:1.85rem;font-weight:900;color:#e85d04;line-height:1;white-space:nowrap}
.fd-price-amount-contact{font-size:1.05rem;letter-spacing:0;white-space:nowrap}
.fd-price-per{font-size:.76rem;color:#94a3b8;white-space:nowrap}
.fd-price-bar-left.is-contact-price{align-items:center}
.fd-price-bar-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.fd-price-share{width:42px;height:42px;border:0;border-radius:12px;background:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);border:1px solid #e2e8f0}
.fd-price-share:hover{background:#ffffff;color:#ea580c;border-color:#ea580c;box-shadow:0 4px 12px rgba(234,88,12,0.1)}
.fd-price-share.is-success{background:#ecfdf5;color:#047857;border-color:#10b981}
.fd-price-share.is-error{background:#fef2f2;color:#b91c1c;border-color:#ef4444}
.fd-price-book{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 28px;border-radius:12px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;text-decoration:none;font-size:0.95rem;font-weight:700;letter-spacing:-0.01em;box-shadow:0 4px 14px rgba(234,88,12,0.3);transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);white-space:nowrap;border:none}
.fd-price-book:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(234,88,12,0.4);filter:brightness(1.05)}
.fd-price-book:active{transform:translateY(0);filter:brightness(0.95)}

/* ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ FACTS ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ */
.fd-facts{background:rgb(15, 15, 15);padding:24px 0}
.fd-facts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.fd-fact{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:14px 18px;backdrop-filter:blur(6px);transition:transform .2s,border-color .2s}
.fd-fact:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.06)}
.fd-fact-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.fd-fact--orange{background:rgba(232,93,4,.15);color:#f97316}
.fd-fact--blue{background:rgba(37,99,235,.12);color:#3b82f6}
.fd-fact--green{background:rgba(5,150,105,.12);color:#10b981}
.fd-fact--amber{background:rgba(217,119,6,.12);color:#f59e0b}
.fd-fact--emerald{background:rgba(16,185,129,.12);color:#10b981}
.fd-fact-label{display:block;font-size:.62rem;font-weight:600;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}
.fd-fact-val{display:block;font-size:0.95rem;font-weight:700;color:#fff;line-height:1.2}
.fd-fact-val--price{color:#f97316;font-size:1.05rem}
.fd-fact-val small{font-size:.68rem;font-weight:500;color:rgba(255,255,255,.35);margin-left:2px}

/* ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ MAIN GRID ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ */
.fd-main{padding:36px 0 72px;background:#fff}
.fd-grid{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:40px;align-items:start}

/* ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ ARTICLE ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ */
.fd-article{min-width:0}
.fd-tabs-wrap{margin:0 0 30px;background:#fff;border:1px solid #eef2f7;border-radius:16px;overflow:hidden;box-shadow:0 8px 28px rgba(15,23,42,.06)}
.fd-tab-nav{display:flex;align-items:center;gap:0;overflow-x:auto;background:#f8fafc;border-bottom:1px solid #e2e8f0}
.fd-tab-nav::-webkit-scrollbar{display:none}
.fd-tab-btn{display:flex;align-items:center;gap:7px;padding:13px 18px;background:none;border:none;border-bottom:2.5px solid transparent;color:#64748b;font-size:.83rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .18s;flex-shrink:0}
.fd-tab-btn:hover{color:#0f172a}
.fd-tab-btn.active{color:#e85d04;border-bottom-color:#e85d04;background:#fff}
.fd-tab-btn small{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:rgba(232,93,4,.12);color:#c2410c;font-size:.65rem;font-weight:800}
.fd-tab-panel{display:none;padding:20px 20px 22px}
.fd-tab-panel.active{display:block}
.fd-tab-summary-card{position:relative;background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid #fed7aa;border-radius:14px;padding:18px 18px 18px 52px}
.fd-tab-summary-icon{position:absolute;left:16px;top:17px;width:26px;height:26px;border-radius:8px;background:#fff7ed;color:#e85d04;display:flex;align-items:center;justify-content:center}
.fd-tab-summary-card p{margin:0;font-size:.96rem;color:#6b4400;line-height:1.72}
.fd-tab-panel .fd-gal-shell{border:none;box-shadow:none;padding:0;background:transparent}
.fd-route-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;color:#334155;font-size:.8rem;font-weight:700;margin-bottom:10px}
.fd-route-chip svg{color:#e85d04}
.fd-route-sub{margin:0 0 14px;font-size:.86rem;color:#64748b}
.fd-route-map{border-radius:16px;overflow:hidden;border:1px solid #dbe4f0;background:#f8fafc}
.fd-route-map iframe{width:100%;height:360px;border:none;display:block}
.fd-route-map-placeholder{height:360px;display:flex;align-items:center;justify-content:center;font-size:.86rem;color:#94a3b8}
.fd-route-actions{display:flex;justify-content:flex-end;margin-top:12px}
.fd-route-link{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;text-decoration:none;font-size:.8rem;font-weight:700;transition:all .16s}
.fd-route-link:hover{background:#dbeafe}
.fd-cover{margin:0 0 28px;border-radius:18px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.08)}
.fd-cover img{width:100%;height:auto;display:block}

.fd-prose{font-size:.95rem;color:#374151;line-height:1.75;margin-bottom:28px}
.fd-prose h1,.fd-prose h2,.fd-prose h3{color:#0b1426;margin:18px 0 10px;font-weight:700}
.fd-prose h2{font-size:1.3rem;padding-bottom:8px;border-bottom:1.5px solid #f1f5f9}
.fd-prose p{margin:0 0 10px}
.fd-prose ul,.fd-prose ol{padding-left:22px;margin:0 0 12px}
.fd-prose li{margin-bottom:4px}
.fd-prose img{max-width:100%;height:auto;border-radius:12px;margin:10px 0}
.fd-prose a{color:#e85d04;font-weight:600}
.fd-prose blockquote{border-left:3px solid #e85d04;padding:12px 18px;margin:14px 0;background:#fff7ed;border-radius:0 10px 10px 0;font-style:italic;color:#78350f}
.fd-prose > *:last-child{margin-bottom:0}

/* ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ SECTIONS ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ */
.fd-sections{margin-bottom:36px}
.fd-sec{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:36px;align-items:center}
.fd-sec--rev .fd-sec-visual{order:2}
.fd-sec--rev .fd-sec-body{order:1}
.fd-sec--full{grid-template-columns:1fr}
.fd-sec-visual{border-radius:16px;overflow:hidden;box-shadow:0 6px 28px rgba(0,0,0,.08)}
.fd-sec-visual img{width:100%;height:auto;display:block}
.fd-sec-body h3{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:#0b1426;margin:0 0 14px;line-height:1.3}
.fd-sec-content{font-size:.9rem;color:#4b5563;line-height:1.8}
.fd-sec-content p{margin:0 0 10px}
.fd-sec-content ul,.fd-sec-content ol{padding-left:20px;margin:0 0 10px}

/* ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ TAGS ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ */
.fd-tags{display:flex;flex-wrap:wrap;gap:8px;padding-top:20px;border-top:1px solid #e5e7eb;margin-top:10px}
.fd-tag{padding:6px 14px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;font-size:.78rem;font-weight:600;color:#64748b;transition:all .15s}
.fd-tag:hover{background:#fff7ed;border-color:#fed7aa;color:#e85d04}

/* ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ SIDEBAR ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ÃƒÂ¢Ã¯Â¿Â½?Ã¯Â¿Â½Ã¯Â¿Â½,Ã¯Â¿Â½ */
.fd-side{position:-webkit-sticky;position:sticky;top:80px;display:flex;flex-direction:column;gap:20px;height:auto;align-self:start;z-index:10;transition:top 0.3s ease;will-change:transform}
/* Price bar adjustment: if price bar is active, sidebar pushes down slightly to not overlap */
body.price-bar-sticky .fd-side { top: 146px; }

.fd-vcal-wide-section{background:#e8edf3;padding:46px 0 54px;margin:0}
.fd-vcal-shell{width:100%}
.fd-vcal-head-text{text-align:center;margin-bottom:18px}
.fd-vcal-title{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 8px;font-size:2rem;font-weight:900;color:#0f172a;line-height:1.1}
.fd-vcal-title svg{color:#0f172a;flex-shrink:0}
.fd-vcal-sub{margin:0;font-size:1.08rem;color:#64748b;line-height:1.4}
.fd-vcal-days-wrap{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;margin-bottom:16px}
.fd-vcal-nav-btn{width:36px;height:36px;border-radius:50%;border:1px solid #cfd8e3;background:#edf2f7;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .16s}
.fd-vcal-nav-btn:hover{background:#fff;color:#0f172a;border-color:#9fb0c2}
.fd-vcal-rail{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 8px;scroll-behavior:smooth}
.fd-vcal-rail{-ms-overflow-style:none;scrollbar-width:none}
.fd-vcal-rail::-webkit-scrollbar{display:none}
.fd-vcal-day{position:relative;min-width:64px;padding:10px 8px 8px;border:1px solid #c8d3df;border-radius:12px;background:#f4f7fa;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;transition:all .16s}
.fd-vcal-day:hover{background:#fff;border-color:#a9b8c8}
.fd-vcal-day.active{background:#0284c7;border-color:#0284c7;color:#fff;box-shadow:0 8px 16px rgba(2,132,199,.25)}
.fd-vcal-day.has-voyage::after{content:'';width:6px;height:6px;border-radius:50%;background:#0ea5e9;position:absolute;bottom:6px;left:50%;transform:translateX(-50%)}
.fd-vcal-day.active.has-voyage::after{background:#e0f2fe}
.fd-vcal-day-name{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}
.fd-vcal-day-number{font-size:1.05rem;font-weight:900;line-height:1}
.fd-vcal-day-month{font-size:.68rem;font-weight:700}
.fd-vcal-panel{border:1px solid #cfd8e3;border-radius:16px;background:#f2f5f9;overflow:hidden}
.fd-vcal-selected-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;border-bottom:1px solid #d9e2ec;background:#f7f9fc}
.fd-vcal-selected-label{font-size:.78rem;font-weight:700;color:#64748b}
.fd-vcal-selected{font-size:.78rem;font-weight:800;color:#334155}
.fd-vcal-list{padding:10px;display:flex;flex-direction:column;gap:10px}
.fd-vcal-item{display:grid;grid-template-columns:200px 1fr 160px;background:#fff;border:1px solid #cfd8e3;border-radius:14px;overflow:hidden}
.fd-vcal-ship{position:relative;min-width:0;min-height:122px;border-right:1px solid #e2e8f0;background:#0f172a}
.fd-vcal-ship>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.fd-vcal-ship-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.08) 0%,rgba(2,6,23,.35) 48%,rgba(2,6,23,.78) 100%)}
.fd-vcal-ship-name-wrap{position:absolute;left:10px;right:10px;bottom:10px;z-index:2}
.fd-vcal-ship-name{display:inline-flex;max-width:100%;padding:4px 8px;border-radius:8px;background:rgba(0,0,0,.52);color:#fff;font-size:.9rem;font-weight:900;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.55)}
.fd-vcal-track{display:grid;grid-template-columns:minmax(70px,auto) 1fr minmax(70px,auto);align-items:center;gap:12px;padding:12px 16px}
.fd-vcal-stop{display:flex;flex-direction:column;gap:2px}
.fd-vcal-stop--dep{align-items:flex-start;text-align:left}
.fd-vcal-stop--arr{align-items:flex-end;text-align:right}
.fd-vcal-time{font-size:1.7rem;font-weight:900;line-height:1;color:#0f172a}
.fd-vcal-port{font-size:.9rem;font-weight:600;color:#64748b}
.fd-vcal-line{position:relative;height:34px;display:flex;align-items:center;justify-content:center}
.fd-vcal-line::before{content:'';position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:8px;background:linear-gradient(#0ea5e9,#0ea5e9) center/100% 2px no-repeat,radial-gradient(circle,#0ea5e9 56%,transparent 58%) left center/8px 8px no-repeat,radial-gradient(circle,#0ea5e9 56%,transparent 58%) right center/8px 8px no-repeat}
.fd-vcal-line svg{position:relative;z-index:2;background:#fff;color:#0284c7;padding:2px;border-radius:50%}
.fd-vcal-line-label{position:absolute;top:-8px;left:50%;transform:translateX(-50%);z-index:2;padding:2px 8px;border-radius:999px;background:#fff;color:#0284c7;font-size:.78rem;font-weight:800;white-space:nowrap}
.fd-vcal-fare{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px;border-left:1px solid #e2e8f0}
.fd-vcal-fare-label{font-size:.74rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}
.fd-vcal-fare-value{font-size:1.2rem;font-weight:900;color:#0369a1;line-height:1}
.fd-vcal-book-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 16px;border-radius:10px;background:#e74c3c;color:#fff;text-decoration:none;font-size:.88rem;font-weight:800;transition:all .16s}
.fd-vcal-book-btn:hover{background:#cf3f31}
.fd-vcal-empty{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:20px 12px;color:#94a3b8}
.fd-vcal-empty svg{color:#cbd5e1}
.fd-vcal-empty strong{font-size:.92rem;color:#475569}
.fd-vcal-empty span{font-size:.8rem}

.fd-cta-card{background:#fff;border-radius:20px;border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 48px rgba(15,23,42,.12),0 2px 8px rgba(15,23,42,.06);padding:0;overflow:hidden;position:relative}
.fd-cta-card::before{display:none}
.fd-cta-header{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.64);font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin:0;padding:22px 24px 8px;background:rgb(15, 15, 15)}
.fd-cta-header svg{color:#fb923c}
.fd-cta-price-block{text-align:left;margin:0;padding:0 24px 20px;background:rgb(15, 15, 15)}
.fd-cta-label{display:block;font-size:.7rem;font-weight:700;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}
.fd-cta-price{font-size:2.6rem;font-weight:900;color:#fff;line-height:1}
.fd-btn-book{display:flex;align-items:center;justify-content:center;gap:8px;width:auto;margin:20px 22px 10px;padding:14px 18px;background:linear-gradient(135deg,#ea580c,#c2410c);color:#fff;border-radius:12px;font-size:.95rem;font-weight:800;text-decoration:none;box-shadow:0 6px 24px rgba(232,93,4,.35);transition:all .2s}
.fd-btn-book:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(232,93,4,.4)}
.fd-btn-wa{display:flex;align-items:center;justify-content:center;gap:8px;width:auto;margin:0 22px 10px;padding:13px;background:#25d366;color:#fff;border-radius:12px;font-size:.88rem;font-weight:800;text-decoration:none;box-shadow:0 3px 14px rgba(37,211,102,.25);transition:all .2s}
.fd-btn-wa:hover{transform:translateY(-1px);background:#1fb855}
.fd-btn-share{display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 44px);margin:0 22px 20px;padding:12px 13px;border-radius:12px;border:1.5px solid #d1dae8;background:#fff;color:#1e293b;font-size:.87rem;font-weight:800;cursor:pointer;transition:all .2s}
.fd-btn-share:hover{transform:translateY(-1px);border-color:#94a3b8;background:#f8fafc}
.fd-btn-share.is-success{border-color:#34d399;background:#ecfdf5;color:#047857}
.fd-btn-share.is-error{border-color:#fca5a5;background:#fef2f2;color:#b91c1c}

.fd-info-card{background:#fff;border-radius:16px;border:1px solid #eef2f7;box-shadow:0 6px 22px rgba(15,23,42,.06);padding:22px 24px}
.fd-info-title{display:flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.07em;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}
.fd-info-title svg{color:#e85d04}

.fd-dl{display:flex;flex-direction:column;gap:0;margin:0}
.fd-dl>div{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f1f5f9}
.fd-dl>div:last-child{border-bottom:none;padding-bottom:0}
.fd-dl dt{font-size:.82rem;color:#94a3b8;font-weight:600}
.fd-dl dd{font-size:.85rem;color:#1e293b;font-weight:700;margin:0}

.fd-others{display:flex;flex-direction:column;gap:0}
.fd-or{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f1f5f9;text-decoration:none;transition:all .12s}
.fd-or:last-child{border-bottom:none}
.fd-or:hover{opacity:.85}
.fd-or-thumb{width:44px;height:36px;border-radius:8px;overflow:hidden;background:#f1f5f9;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#94a3b8}
.fd-or-thumb img{width:100%;height:100%;object-fit:cover}
.fd-or-text{flex:1;min-width:0}
.fd-or-text strong{display:block;font-size:.8rem;font-weight:700;color:#0b1426;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fd-or-text span{display:block;font-size:.7rem;color:#94a3b8}
.fd-or-price{font-size:.78rem;font-weight:800;color:#e85d04;flex-shrink:0}
.fd-all-link{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;padding:10px;background:#fff7ed;border:1.5px solid #ffd7b8;border-radius:10px;font-size:.82rem;font-weight:700;color:#e85d04;text-decoration:none;transition:all .15s}
.fd-all-link:hover{background:#ffedd5;border-color:#e85d04}

/* GALLERY */
.fd-gal-shell{background:#fff;border:1.5px solid #dbe4f0;border-radius:22px;padding:18px;box-shadow:0 16px 40px rgba(11,20,38,.08)}
.fd-gal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.fd-gal-meta{display:flex;flex-direction:column;gap:5px}
.fd-gal-meta p{margin:0;font-size:.78rem;color:#94a3b8}
.fd-gal-chip{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:5px 12px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:.74rem;font-weight:800;letter-spacing:.02em}
.fd-gal-open-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1.5px solid #dbe4f0;border-radius:11px;background:#fff;color:#334155;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .18s}
.fd-gal-open-btn:hover{background:#f8fafc;border-color:#94a3b8}

.fd-gal{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:112px;gap:12px;grid-auto-flow:dense}
.fd-gal--single{grid-template-columns:1fr;grid-auto-rows:auto}
.fd-gal-item{position:relative;display:block;grid-column:span 4;grid-row:span 1;border:none;border-radius:16px;overflow:hidden;cursor:pointer;padding:0;background:#0f172a}
.fd-gal-item--hero{grid-column:span 8;grid-row:span 2}
.fd-gal-item--tall{grid-column:span 4;grid-row:span 1}
.fd-gal-item--mini{grid-column:span 4;grid-row:span 1}
.fd-gal--single .fd-gal-item{grid-column:1 / -1;grid-row:auto;aspect-ratio:16/10}
.fd-gal-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .35s ease}
.fd-gal-index{position:absolute;top:10px;left:10px;z-index:2;padding:4px 9px;border-radius:999px;background:rgba(15,23,42,.62);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.67rem;font-weight:700;letter-spacing:.06em}
.fd-gal-hover{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:14px;background:linear-gradient(180deg,rgba(2,6,23,.05) 10%,rgba(2,6,23,.75) 100%);color:#fff;opacity:0;transition:opacity .25s}
.fd-gal-hover-label{font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.fd-gal-more{font-size:1.35rem;font-weight:900;line-height:1}
.fd-gal-item:hover img,.fd-gal-item:focus-visible img{transform:scale(1.06);filter:contrast(1.05)}
.fd-gal-item:hover .fd-gal-hover,.fd-gal-item:focus-visible .fd-gal-hover{opacity:1}
.fd-gal-item:focus-visible{outline:2px solid #fff;outline-offset:2px}

.fd-lightbox{display:none;position:fixed;inset:0;z-index:99999;background:rgba(2,6,23,.92);backdrop-filter:blur(10px);padding:26px 26px 92px;align-items:center;justify-content:center;flex-direction:column;gap:16px}
.fd-lightbox.open{display:flex}
.fd-lb-stage{position:relative;max-width:min(1100px,92vw);max-height:72vh;display:flex;align-items:center;justify-content:center}
.fd-lb-img{max-width:100%;max-height:72vh;object-fit:contain;border-radius:10px;box-shadow:0 16px 50px rgba(0,0,0,.35)}
.fd-lb-close{position:absolute;top:18px;right:22px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#fff;width:44px;height:44px;border-radius:50%;font-size:2rem;cursor:pointer;z-index:4;opacity:.92;transition:all .15s;line-height:1}
.fd-lb-close:hover{background:rgba(255,255,255,.22)}
.fd-lb-arr{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#fff;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s;z-index:3}
.fd-lb-prev{left:22px}
.fd-lb-next{right:22px}
.fd-lb-arr:hover{background:rgba(255,255,255,.24)}
.fd-lb-num{position:absolute;left:14px;bottom:14px;padding:6px 11px;border-radius:999px;background:rgba(2,6,23,.6);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.78rem;font-weight:700}
.fd-lb-strip{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:8px;max-width:min(1100px,92vw);overflow-x:auto;padding:4px 2px;z-index:3}
.fd-lb-strip::-webkit-scrollbar{height:6px}
.fd-lb-strip::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:999px}
.fd-lb-thumb{width:72px;height:52px;border-radius:10px;overflow:hidden;border:1.5px solid transparent;background:none;padding:0;cursor:pointer;opacity:.65;transition:all .18s;flex:0 0 auto}
.fd-lb-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.fd-lb-thumb:hover{opacity:1}
.fd-lb-thumb.active{opacity:1;border-color:#fff;box-shadow:0 0 0 2px rgba(255,255,255,.2)}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
/* BOOKING BUTTON STYLES */
.fd-vcal-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: var(--primary, #ea580c);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(234,88,12,0.15);
}
.fd-vcal-book-btn:hover {
    background: #c2410c;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(234,88,12,0.3);
}
.fd-vcal-book-btn:active {
    transform: translateY(0);
}

/* BOOKING MODAL STYLES */
.fd-modal-backdrop { 
    display: none;
    position: fixed; 
    inset: 0; 
    background: rgba(2, 6, 23, 0.65); 
    backdrop-filter: blur(8px); 
    -webkit-backdrop-filter: blur(8px); 
    z-index: 100200; 
    opacity: 0; 
    transition: opacity 0.3s ease;
}
.fd-modal-backdrop.show { 
    display: block;
    opacity: 1;
}
.fd-modal { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -45%); width: min(520px, 94vw); max-height: 92vh; background: #fff; border-radius: 24px; box-shadow: 0 25px 60px -12px rgba(15,23,42,0.25); z-index: 100210; opacity: 0; visibility: hidden; display: flex; flex-direction: column; overflow: hidden; transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
.fd-modal.is-open { opacity: 1; visibility: visible; transform: translate(-50%, -50%); }
.fd-modal-header { padding: 20px 24px; border-bottom: 1px solid #f1f5f9; display: flex; align-items: center; justify-content: space-between; background: #fff; position: sticky; top: 0; z-index: 2; }
.fd-modal-title { font-size: 1.25rem; font-weight: 800; color: #0f172a; margin: 0; line-height: 1.2; }
.fd-modal-subtitle { font-size: 0.85rem; color: #64748b; margin-top: 2px; }
.fd-modal-close { width: 36px; height: 36px; border-radius: 50%; border: 0; background: #f1f5f9; color: #64748b; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; }
.fd-modal-close:hover { background: #e2e8f0; color: #0f172a; transform: rotate(90deg); }
.fd-modal-content { padding: 24px; overflow-y: auto; flex: 1; }
.fd-modal-trip-info { background: linear-gradient(135deg, #0f172a, #1e293b); border-radius: 18px; padding: 20px; color: #fff; margin-bottom: 24px; box-shadow: 0 10px 25px -5px rgba(15,23,42,0.2); }
.fd-m-trip-route { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.fd-m-trip-point { display: flex; flex-direction: column; gap: 4px; }
.fd-m-trip-time { font-size: 1.6rem; font-weight: 900; line-height: 1; }
.fd-m-trip-port { font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.7); }
.fd-m-trip-arrow { color: #fb923c; }
.fd-m-trip-meta { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.8rem; font-weight: 700; }
.fd-m-trip-ship { color: #fb923c; background: rgba(251,146,60,0.1); padding: 3px 8px; border-radius: 6px; }
.fd-m-trip-date { color: rgba(255,255,255,0.8); }
.fd-m-field { margin-bottom: 20px; }
.fd-m-field.is-hidden { display: none; }
.fd-m-label { display: block; font-size: 0.85rem; font-weight: 800; color: #334155; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.03em; }
.fd-m-trip-type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fd-m-type-opt { cursor: pointer; position: relative; }
.fd-m-type-opt input { position: absolute; opacity: 0; }
.fd-m-type-box { padding: 14px; background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 14px; text-align: center; transition: all 0.2s; }
.fd-m-type-opt input:checked + .fd-m-type-box { background: #fff7ed; border-color: #fb923c; color: #ea580c; box-shadow: 0 4px 12px rgba(234,88,12,0.1); }
.fd-m-type-title { font-size: 0.95rem; font-weight: 800; }
.fd-m-input-wrap { position: relative; display: flex; align-items: center; }
.fd-m-input { width: 100%; padding: 12px 14px 12px 42px; background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 12px; font-size: 0.95rem; font-weight: 600; color: #0f172a; outline: none; transition: all 0.2s; }
.fd-m-input:focus { border-color: #fb923c; background: #fff; }
.fd-m-input-icon { position: absolute; left: 14px; color: #64748b; pointer-events: none; }
.fd-m-guests { display: flex; flex-direction: column; gap: 1px; background: #f1f5f9; border-radius: 16px; overflow: hidden; border: 1px solid #e2e8f0; }
.fd-m-guest-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: #fff; }
.fd-m-guest-info { display: flex; flex-direction: column; gap: 2px; }
.fd-m-guest-title { font-size: 0.95rem; font-weight: 800; color: #0f172a; }
.fd-m-guest-desc { font-size: 0.78rem; color: #64748b; font-weight: 500; }
.fd-m-guest-stepper { display: flex; align-items: center; gap: 16px; }
.fd-m-stepper-btn { width: 34px; height: 34px; border-radius: 10px; border: 1.5px solid #e2e8f0; background: #fff; color: #334155; font-size: 1.2rem; font-weight: 600; cursor: pointer; transition: all 0.2s; display: flex; align-items: center; justify-content: center; }
.fd-m-stepper-btn:hover:not(:disabled) { background: #f8fafc; border-color: #94a3b8; }
.fd-m-guest-count { font-size: 1.1rem; font-weight: 800; color: #0f172a; min-width: 20px; text-align: center; }
.fd-modal-footer { padding: 20px 24px; border-top: 1px solid #f1f5f9; background: #fff; }
.fd-m-btn-continue { width: 100%; padding: 16px; background: linear-gradient(135deg, #ea580c, #c2410c); color: #fff; border: 0; border-radius: 14px; font-size: 1.05rem; font-weight: 800; display: flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; transition: all 0.2s; box-shadow: 0 10px 25px rgba(234,88,12,0.3); }
.fd-m-btn-continue:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(234,88,12,0.4); }
@media (max-width: 768px) {
    .fd-modal-backdrop { 
        background: rgba(6, 16, 30, 0.55); 
        backdrop-filter: blur(6px); 
        -webkit-backdrop-filter: blur(6px); 
    }
    .fd-modal { 
        left: 0; top: auto; bottom: 0; 
        transform: translate3d(0, 100%, 0); 
        width: 100%; max-width: 100%; 
        border-radius: 28px 28px 0 0; 
        max-height: 94dvh; 
        transition: transform 0.4s cubic-bezier(0.32, 1, 0.2, 1);
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
    .fd-modal.is-open { transform: translate3d(0, 0, 0); }
    
    /* Swipe handle */
    .fd-modal-handle {
        position: sticky;
        top: 0;
        z-index: 100;
        display: block;
        width: 44px; height: 5px;
        background: #cbd5e1;
        border-radius: 5px;
        margin: 10px auto 0;
        flex-shrink: 0;
        touch-action: none;
    }
    /* GeniÅŸ dokunma alanÄ± */
    .fd-modal-handle::before {
        content: '';
        position: absolute;
        top: -15px; left: -20px; right: -20px; bottom: -15px;
        background: transparent;
        z-index: 1;
    }
    .fd-modal::after { display: none !important; }
    
    .fd-modal-header { padding: 18px 20px 16px; border-radius: 28px 28px 0 0; }
    .fd-modal-content { padding: 20px; }
    .fd-modal-footer { padding: 16px 20px; }
    .fd-m-trip-time { font-size: 1.3rem; }
}

/* RESPONSIVE */
@media(max-width:1100px){
    .fd-grid{grid-template-columns:minmax(0,1fr) 340px;gap:28px}
    .fd-vcal-title{font-size:1.7rem}
    .fd-vcal-item{grid-template-columns:170px 1fr 150px}
    .fd-vcal-time{font-size:1.45rem}
    .fd-facts-grid{grid-template-columns:repeat(2,1fr)}
    .fd-sec{grid-template-columns:1fr}
    .fd-sec--rev .fd-sec-visual{order:0}
    .fd-sec--rev .fd-sec-body{order:0}
    .fd-gal{grid-auto-rows:100px}
    .fd-route-map iframe,.fd-route-map-placeholder{height:320px}
}
@media(max-width:768px){
    .fd-hero{
        --fd-mobile-hero-height:clamp(340px,56.25vw,430px);
        min-height:auto!important;
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        padding-top:0!important;
        padding-bottom:0!important;
        background:#fff!important;
        overflow:visible!important;
    }
    .fd-hero,
    .fd-hero *{box-sizing:border-box!important}
    .fd-price-bar{top:64px}
    .fd-price-bar-inner{height:52px;gap:9px}
    
    /* Sticky Bars Sync (Tour Detail Style) */
    body.fd-mobile-bars-fixed .fd-price-bar {
        position: fixed!important;
        top: var(--fd-mobile-header-h, 64px)!important;
        left: 0!important;
        right: 0!important;
        width: 100%!important;
        z-index: 998!important;
        background: #fff!important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08)!important;
    }
    body.fd-mobile-bars-fixed .fd-main {
        padding-top: calc(var(--fd-mobile-bars-h, 52px) + 20px)!important;
    }
    .fd-mobile-back{display:inline-flex;align-items:center;justify-content:center;gap:5px;flex:0 0 auto;min-height:36px;padding:0 2px 0 0;color:#111827;font-size:.78rem;font-weight:800;line-height:1;text-decoration:none}
    .fd-mobile-back span{display:block;max-width:54px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .fd-price-bar-left{flex:1 1 auto;min-width:0}
    .fd-price-label,.fd-price-per{display:none}
    .fd-price-amount{font-size:1.4rem;overflow:hidden;text-overflow:ellipsis}
    .fd-price-amount-contact{font-size:.95rem}
    .fd-price-bar-actions{gap:8px}
    .fd-price-share{width:36px;height:36px;border-radius:9px;flex:0 0 auto}
    .fd-price-book{padding:9px 15px;font-size:.78rem;gap:5px;border-radius:10px}
    .fd-price-book svg{display:none}
    .tour-mobile-sheet-backdrop{
        display:block;
        position:fixed;
        inset:0;
        background:rgba(15,23,42,.42);
        backdrop-filter:blur(10px);
        -webkit-backdrop-filter:blur(10px);
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transition:opacity .22s ease,visibility .22s ease;
        z-index:100110;
        touch-action:none;
    }
    .tour-mobile-sheet-backdrop.show{
        opacity:1;
        visibility:visible;
        pointer-events:auto;
    }
    .tour-mobile-sheet{
        display:block;
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        width:100vw;
        max-width:100vw;
        z-index:100120;
        padding:0;
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transform:translateY(20px);
        transition:opacity .24s ease,transform .24s ease,visibility .24s ease;
        overscroll-behavior:contain;
    }
    .tour-mobile-sheet.is-open{
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        transform:translateY(0);
    }
    .tour-mobile-sheet-panel{
        background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.98));
        border-radius:28px 28px 0 0;
        border-top:1px solid rgba(148,163,184,.18);
        box-shadow:0 -14px 36px rgba(15,23,42,.1),0 -2px 12px rgba(15,23,42,.06);
        overflow:hidden;
        max-height:min(82svh,760px);
        display:flex;
        flex-direction:column;
        overscroll-behavior:contain;
    }
    .tour-mobile-sheet-handle{
        width:54px;
        height:5px;
        border-radius:999px;
        background:rgba(148,163,184,.55);
        margin:10px auto 4px;
        flex-shrink:0;
    }
    .tour-mobile-sheet-head{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:12px;
        padding:12px 16px 10px;
        border-bottom:1px solid rgba(226,232,240,.9);
    }
    .tour-mobile-sheet-title{
        display:flex;
        flex-direction:column;
        gap:2px;
        min-width:0;
    }
    .tour-mobile-sheet-kicker{
        font-size:.69rem;
        font-weight:800;
        letter-spacing:.12em;
        text-transform:uppercase;
        color:#64748b;
    }
    .tour-mobile-sheet-heading{
        font-size:1rem;
        font-weight:800;
        color:#0f172a;
        line-height:1.2;
    }
    .tour-mobile-sheet-close{
        width:36px;
        height:36px;
        border:0;
        border-radius:50%;
        background:#e2e8f0;
        color:#334155;
        font-size:20px;
        line-height:1;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        flex-shrink:0;
    }
    .tour-mobile-sheet-search{
        display:flex;
        align-items:center;
        gap:10px;
        margin:14px 16px 12px;
        padding:0 14px;
        min-height:56px;
        border-radius:18px;
        background:#fff;
        border:1px solid rgba(203,213,225,.9);
        box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 12px 24px rgba(15,23,42,.06);
    }
    .tour-mobile-sheet-search svg{
        color:var(--primary,#ea580c);
        flex-shrink:0;
    }
    .tour-mobile-sheet-input{
        flex:1;
        min-width:0;
        border:0;
        background:transparent;
        padding:0;
        font-size:1rem;
        font-weight:600;
        color:#0f172a;
        outline:none;
        box-shadow:none;
        -webkit-appearance:none;
    }
    .tour-mobile-sheet-input::placeholder{color:#94a3b8;font-weight:500}
    .tour-mobile-sheet-clear{
        border:0;
        background:transparent;
        color:#ea580c;
        font-size:.83rem;
        font-weight:800;
        padding:0;
        display:none;
        flex-shrink:0;
    }
    .tour-mobile-sheet-clear.show{display:inline-flex}
    .tour-mobile-sheet-results{
        min-height:220px;
        max-height:min(60svh,560px);
        overflow-y:auto;
        padding:0 16px calc(16px + env(safe-area-inset-bottom));
        -webkit-overflow-scrolling:touch;
        overscroll-behavior:contain;
        touch-action:pan-y;
    }
    .tour-mobile-sheet-results .ferry-port-list{max-height:none;padding-bottom:4px}
    .tour-mobile-sheet-results .ferry-port-item{
        width:100%;
        margin:0 0 8px;
        border-radius:16px;
        padding:13px 14px;
        background:rgba(255,255,255,.88);
        box-shadow:0 8px 18px rgba(15,23,42,.05);
    }
    .tour-mobile-sheet-results .ferry-port-head{
        border-radius:16px;
        margin-bottom:10px;
        border:1px solid rgba(226,232,240,.8);
    }
    .tour-mobile-sheet-results .ferry-port-empty,
    .tour-mobile-sheet-results .ferry-port-loading{
        border-radius:16px;
        background:rgba(255,255,255,.88);
        box-shadow:0 8px 18px rgba(15,23,42,.05);
    }
    .guest-mobile-sheet-summary{
        padding:10px 16px 8px;
        display:flex;
        flex-direction:column;
        gap:6px;
    }
    .guest-mobile-sheet-badge{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        align-self:flex-start;
        padding:7px 11px;
        border-radius:999px;
        background:rgba(234,88,12,.1);
        color:#c2410c;
        font-size:.74rem;
        font-weight:800;
        letter-spacing:.04em;
        text-transform:uppercase;
    }
    .guest-mobile-sheet-total{
        font-size:1.14rem;
        font-weight:800;
        color:#0f172a;
        line-height:1.2;
    }
    .guest-mobile-sheet-copy{
        font-size:.9rem;
        line-height:1.55;
        color:#64748b;
    }
    .guest-mobile-sheet-results{
        min-height:auto;
        max-height:min(50svh,460px);
        padding-top:4px;
    }
    .guest-mobile-sheet-row{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:14px;
        margin:0 0 10px;
        padding:14px 15px;
        border-radius:18px;
        background:rgba(255,255,255,.9);
        box-shadow:0 8px 18px rgba(15,23,42,.05);
        border:1px solid rgba(226,232,240,.85);
    }
    .guest-mobile-sheet-row:last-child{margin-bottom:0}
    .guest-mobile-sheet-info{
        min-width:0;
        flex:1;
        display:flex;
        flex-direction:column;
        gap:3px;
    }
    .guest-mobile-sheet-name{
        font-size:.95rem;
        font-weight:800;
        color:#0f172a;
        line-height:1.25;
    }
    .guest-mobile-sheet-desc{
        font-size:.8rem;
        color:#64748b;
        line-height:1.45;
    }
    .guest-mobile-sheet-stepper{
        display:inline-flex;
        align-items:center;
        gap:10px;
        flex-shrink:0;
    }
    .guest-mobile-sheet-btn{
        width:42px;
        height:42px;
        border-radius:14px;
        border:1px solid rgba(203,213,225,.95);
        background:#fff;
        color:#0f172a;
        font-size:23px;
        line-height:1;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        box-shadow:0 8px 14px rgba(15,23,42,.06);
    }
    .guest-mobile-sheet-btn:not(:disabled){color:#c2410c;border-color:rgba(234,88,12,.18)}
    .guest-mobile-sheet-btn:disabled{opacity:.35;box-shadow:none}
    .guest-mobile-sheet-count{
        min-width:24px;
        text-align:center;
        font-size:1.02rem;
        font-weight:800;
        color:#0f172a;
    }
    .guest-mobile-sheet-footer{
        padding:12px 16px calc(16px + env(safe-area-inset-bottom));
        border-top:1px solid rgba(226,232,240,.92);
        background:linear-gradient(180deg,rgba(248,250,252,.86),rgba(255,255,255,.98));
    }
    .guest-mobile-sheet-done{
        width:100%;
        border:0;
        border-radius:18px;
        min-height:54px;
        padding:14px 18px;
        background:linear-gradient(135deg,#ea580c,#f97316);
        color:#fff;
        font-size:.96rem;
        font-weight:800;
        letter-spacing:.01em;
        box-shadow:0 16px 28px rgba(234,88,12,.24);
    }
    .fd-hero-bg{
        position:absolute!important;
        top:0!important;
        left:0!important;
        right:0!important;
        bottom:auto!important;
        height:var(--fd-mobile-hero-height)!important;
        overflow:hidden!important;
    }
    .fd-hero-img{background-position:center center!important}
    .fd-hero-overlay{background:linear-gradient(180deg,rgba(15,15,15,.84) 0%,rgba(15,15,15,.64) 52%,rgba(15,15,15,.78) 100%)!important}
    .fd-hero-wave{display:none!important}
    .fd-hero-inner{
        min-height:0!important;
        justify-content:flex-start!important;
        align-items:stretch!important;
        padding-top:0!important;
        padding-bottom:0!important;
        gap:0!important;
    }
    .fd-hero-inner.container{
        padding-left:0!important;
        padding-right:0!important;
    }
    .fd-hero-copy{
        min-height:var(--fd-mobile-hero-height)!important;
        display:flex!important;
        flex-direction:column!important;
        align-items:center!important;
        justify-content:center!important;
        width:100%!important;
        margin:0!important;
        padding:92px 16px 34px!important;
        text-align:center!important;
    }
    .fd-breadcrumb{
        justify-content:center!important;
        max-width:calc(100% - 24px)!important;
        margin:0 0 12px!important;
        overflow:hidden!important;
        white-space:nowrap!important;
        font-size:.72rem!important;
    }
    .fd-breadcrumb>span{
        min-width:0!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }
    .fd-hero-meta{
        justify-content:center!important;
        margin-bottom:12px!important;
    }
    .fd-hero-badge{
        max-width:calc(100vw - 40px)!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }
    .fd-hero-title{
        max-width:100%!important;
        font-size:2rem!important;
        line-height:1.06!important;
        margin-bottom:14px!important;
        text-align:center!important;
        text-wrap:balance;
        overflow-wrap:break-word;
    }
    .fd-hero-excerpt{
        font-size:.98rem!important;
        line-height:1.62!important;
        max-width:34ch!important;
        margin:0 auto!important;
        text-align:center!important;
        color:rgba(255,255,255,.8)!important;
        display:-webkit-box!important;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }
    .ferry-search-wrap{
        position:relative!important;
        z-index:500!important;
        background:#fff!important;
        border:none!important;
        border-radius:28px 28px 0 0!important;
        padding:22px 18px 24px!important;
        width:100%!important;
        margin-top:-22px!important;
        margin-left:0!important;
        margin-right:0!important;
        box-shadow:0 -6px 30px rgba(11,20,38,.08),0 -2px 8px rgba(11,20,38,.04)!important;
    }
    .ferry-search-wrap .trip-type-tabs{
        display:flex!important;
        width:100%!important;
        margin:0 0 12px!important;
        padding:4px!important;
        gap:4px!important;
        border:1px solid #e2e8f0!important;
        border-radius:18px!important;
        background:#f1f5f9!important;
    }
    .ferry-search-wrap .trip-tab{
        flex:1 1 0!important;
        min-width:0!important;
        padding:10px 12px!important;
        color:#64748b!important;
        font-size:.86rem!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }
    .ferry-search-wrap .trip-tab.active{
        background:#fff!important;
        color:var(--primary)!important;
        box-shadow:0 8px 18px rgba(15,23,42,.08)!important;
    }
    .ferry-search-wrap .search-fields-container{
        display:flex!important;
        flex-direction:column!important;
        flex-wrap:nowrap!important;
        align-items:stretch!important;
        background:#f8fafc!important;
        border:1px solid #e2e8f0!important;
        border-radius:18px!important;
        padding:8px!important;
        gap:0!important;
        box-shadow:inset 0 2px 4px rgba(0,0,0,.03)!important;
        overflow:visible!important;
    }
    .ferry-search-wrap .search-field{
        display:flex!important;
        flex:0 0 auto!important;
        width:100%!important;
        min-width:0!important;
        border-radius:12px!important;
        padding:13px 14px!important;
        background:transparent!important;
        border:1px solid transparent!important;
        overflow:visible!important;
    }
    .ferry-search-wrap .search-field:hover{background:#f1f5f9!important}
    .ferry-search-wrap .field-divider{display:none!important}
    .ferry-search-wrap .search-field.d-none,
    .ferry-search-wrap .field-divider.d-none{display:none!important}
    .ferry-search-wrap .field-content{min-width:0!important}
    .ferry-search-wrap .search-field-label{
        color:#94a3b8!important;
        font-size:.68rem!important;
        font-weight:700!important;
        letter-spacing:.02em!important;
    }
    .ferry-search-wrap .search-field-input,
    .ferry-search-wrap .guest-trigger-text{
        color:#374151!important;
        font-size:.95rem!important;
        font-weight:500!important;
    }
    .ferry-search-wrap .search-field-input::placeholder{color:#9ca3af!important}
    .ferry-search-wrap .field-icon{color:#e85d04!important}
    .ferry-search-wrap .search-action{
        flex:0 0 auto!important;
        width:100%!important;
        margin-left:0!important;
        margin-top:12px!important;
    }
    .ferry-search-wrap .btn-search{
        display:flex!important;
        width:100%!important;
        padding:16px!important;
        font-size:1rem!important;
        border-radius:12px!important;
        justify-content:center!important;
    }
    .ferry-search-wrap .ferry-port-dd,
    .ferry-search-wrap .guest-dropdown{
        display:none!important;
        opacity:0!important;
        visibility:hidden!important;
        pointer-events:none!important;
    }
    .fd-grid{grid-template-columns:1fr;gap:24px}
    .fd-side-col{position:static;order:0}
    .fd-side-sticky{position:static;display:flex;flex-direction:column;gap:20px}
    .fd-vcal-wide-section{margin:0;padding:26px 0 30px}
    .fd-vcal-wide-section .container { padding: 0 !important; max-width: 100% !important; }

    .fd-vcal-title{font-size:1.4rem;font-weight:900}
    .fd-vcal-sub{font-size:.88rem;margin-bottom:15px}
    .fd-vcal-days-wrap{grid-template-columns:36px 1fr 36px;gap:6px;margin-bottom:18px}
    .fd-vcal-nav-btn{width:32px;height:32px}
    .fd-vcal-rail{gap:8px}
    .fd-vcal-day{min-width:62px;padding:10px 6px;border-radius:12px}
    
    .fd-vcal-item {
        grid-template-columns: 90px 1fr 105px !important;
        min-height: 100px !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
    }
    .fd-vcal-ship { border-right: 1px solid #f1f5f9 !important; border-bottom: none !important; }
    .fd-vcal-track {
        display: grid !important;
        grid-template-columns: auto 1fr auto !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 12px 10px !important;
    }
    .fd-vcal-stop--dep { align-items: flex-start !important; text-align: left !important; }
    .fd-vcal-stop--arr { align-items: flex-end !important; text-align: center !important; }
    .fd-vcal-line { display: flex !important; height: auto !important; align-items: center !important; justify-content: center !important; position: relative !important; }
    .fd-vcal-line::before { display: none !important; }
    .fd-vcal-line svg { display: none !important; }
    .fd-vcal-line-label { position: static !important; transform: none !important; font-size: .65rem !important; font-weight: 700 !important; color: #94a3b8 !important; padding: 0 !important; }
    .fd-vcal-time { font-size: 1.2rem !important; font-weight: 800 !important; }

    
    .fd-vcal-fare{
        padding: 8px;
        border-left: 1px solid #f1f5f9;
        border-top: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }
    .fd-vcal-fare-info{display: flex; flex-direction: column; align-items: center;}
    .fd-vcal-fare-label{font-size: .62rem; line-height: 1}
    .fd-vcal-fare-value{font-size: 1.05rem; font-weight: 900; color: #0284c7}
    .fd-vcal-book-btn{
        width: 100%;
        min-width: 0;
        padding: 8px 6px;
        font-size: .78rem;
        border-radius: 8px;
    }
    .fd-facts{padding:14px 0 16px!important;overflow:hidden!important}
    .fd-facts .container{padding-left:0!important;padding-right:0!important}
    .fd-facts-grid{display:flex!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:0 16px 2px!important;scrollbar-width:none;-webkit-overflow-scrolling:touch}
    .fd-facts-grid::-webkit-scrollbar{display:none}
    .fd-fact{flex:0 0 min(74vw,255px)!important;scroll-snap-align:start;gap:10px!important;padding:12px 13px!important;border-radius:16px!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;min-width:0!important}
    .fd-fact-icon{width:38px!important;height:38px!important;border-radius:10px!important}
    .fd-fact-icon svg{width:20px!important;height:20px!important}
    .fd-fact-text{min-width:0}
    .fd-fact-label{font-size:.68rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}
    .fd-fact-val{font-size:.78rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .fd-fact-val small{font-size:.66rem}
    .fd-tabs-wrap{
        border-radius:16px;
        box-shadow:0 4px 14px rgba(15,23,42,.05);
        margin-bottom:20px;
    }
    .fd-tab-nav{
        padding:0;
        background:#f8fafc;
        border-bottom:1px solid #eef2f7;
        display:flex;
        overflow-x:auto;
        scrollbar-width:none;
        -webkit-overflow-scrolling:touch;
    }
    .fd-tab-nav::-webkit-scrollbar{display:none}
    .fd-tab-btn{
        flex:1;
        min-width:auto;
        padding:12px 10px;
        font-size:.76rem;
        flex-direction:column;
        gap:4px;
        border-bottom:2px solid transparent;
    }
    .fd-tab-btn svg{width:16px;height:16px}
    .fd-tab-btn.active{
        background:#fff;
        border-bottom-color:#e85d04;
    }
    .fd-tab-panel{
        padding:18px 14px;
    }
    .fd-tab-summary-card{
        padding:14px 14px 14px 44px;
        font-size:.88rem;
    }
    .fd-tab-summary-icon{
        left:12px;
        top:14px;
        width:22px;
        height:22px;
    }
    .fd-route-map iframe,.fd-route-map-placeholder{height:300px}
    .fd-gal-shell{padding:14px}
    .fd-gal-head{flex-direction:column;align-items:flex-start}
    .fd-gal{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:100px}
    .fd-gal-item--hero{grid-column:span 6;grid-row:span 2}
    .fd-gal-item--tall,.fd-gal-item--mini{grid-column:span 3}
    .fd-lightbox{padding:18px 16px 88px}
    .fd-lb-arr{width:44px;height:44px}
    .fd-lb-prev{left:10px}
    .fd-lb-next{right:10px}
    .fd-lb-thumb{width:64px;height:46px}
    .fd-cta-card{
        border-radius:16px;
        box-shadow:0 4px 14px rgba(15,23,42,.05);
    }
    .fd-cta-header{
        background:rgb(15, 15, 15)!important;
        color:#fff!important;
        padding:15px!important;
        border-bottom:1px solid rgba(255,255,255,0.1);
    }
    .fd-cta-price-block{
        padding:20px!important;
        background:rgb(15, 15, 15)!important;
    }
    .fd-cta-price{
        font-size:2.2rem!important;
        color:#fff!important;
    }
    .fd-btn-book{
        margin:0 20px 10px!important;
        padding:14px!important;
        border-radius:12px!important;
    }
    .fd-btn-wa{
        margin:0 20px 10px!important;
        padding:12px!important;
        border-radius:12px!important;
    }
    .fd-btn-share{
        width:calc(100% - 40px)!important;
        margin:0 20px 20px!important;
        padding:12px!important;
        border-radius:12px!important;
    }
    
    .cta-section { padding-top: 0 !important; padding-bottom: 60px !important; }
    .cta-section .container { padding: 0 !important; max-width: 100% !important; width: 100% !important; }
    .cta-premium-wrapper { border-radius: 0 !important; }
    .cta-content-grid { padding: 48px 24px !important; grid-template-columns: 1fr !important; gap: 36px !important; }
    .cta-overlay { background: linear-gradient(180deg, rgba(11, 20, 38, 0.95) 0%, rgba(11, 20, 38, 0.85) 100%) !important; }
    .glass-card { padding: 24px !important; }
    .cta-title { font-size: 2.1rem !important; }
    .cta-subtitle { font-size: 1rem !important; margin-bottom: 24px !important; }
    .trust-badges { gap: 12px !important; flex-direction: column !important; }
    .premium-contact-btn { padding: 14px 16px !important; border-radius: 14px !important; }
    .fd-vcal-day{min-width:55px;padding:8px 6px 7px}
    .fd-vcal-day-name,.fd-vcal-day-month{font-size:.62rem}
    .fd-vcal-day-number{font-size:.95rem}
    .fd-vcal-selected-row{padding:9px 10px}
    .fd-vcal-list{padding:8px}
    .fd-vcal-fare-label{font-size:.66rem}
    .fd-vcal-fare-value{font-size:1.08rem}
    .fd-vcal-book-btn{width:100%}
    .fd-tab-btn{padding:10px 10px;font-size:.72rem}
    .fd-tab-btn small{display:none}
    .fd-gal{grid-template-columns:1fr;grid-auto-rows:auto}
    .fd-gal-item,.fd-gal-item--hero,.fd-gal-item--tall,.fd-gal-item--mini{grid-column:1 / -1;grid-row:auto;aspect-ratio:16/10}
    .fd-gal-open-btn{width:100%;justify-content:center}
    .fd-route-map iframe,.fd-route-map-placeholder{height:260px}
    .fd-lb-strip{max-width:calc(100vw - 24px)}
}
#form-ferry .search-field.is-disabled {
    opacity: 0.5;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.4);
}
#form-ferry .search-field.is-disabled .search-field-input {
    background: transparent;
    cursor: not-allowed;
}


