
.d-none { display:none !important; }
.ferry-hero { position:relative;min-height:92vh;display:flex;align-items:center;padding-top:88px;padding-bottom:0; }
.fh-bg { position:absolute;inset:0;z-index:0;overflow:hidden; }
.fh-img { position:absolute;inset:0;background-size:cover;background-position:center 30%;transform:scale(1.05);animation:fhZoom 14s ease-in-out infinite alternate; }
@keyframes fhZoom { from{transform:scale(1.05)} to{transform:scale(1.13)} }
.fh-overlay { position:absolute;inset:0;background:linear-gradient(150deg,rgba(6,12,24,.94) 0%,rgba(6,12,24,.78) 50%,rgba(6,12,24,.52) 100%); }
.fh-grain { position:absolute;inset:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); }
.fh-wave { position:absolute;bottom:-1px;left:0;right:0;z-index:2;line-height:0; }
.fh-wave svg { width:100%;height:80px;display:block; }
.fh-inner { position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;padding-top:16px;padding-bottom:100px;width:100%; }
.fh-text-block { margin-bottom:30px; }
.fh-badge { display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);color:rgba(255,255,255,.88);border-radius:999px;padding:6px 16px;font-size:.74rem;font-weight:600;letter-spacing:.05em;margin-bottom:18px; }
.fh-title { font-family:var(--font-display);font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.12;color:#fff;margin-bottom:14px; }
.fh-accent { color:#e85d04;text-shadow:0 0 60px rgba(232,93,4,.6); }
.fh-title em { font-style:italic;color:rgba(255,255,255,.85); }
.fh-sub { font-size:.98rem;color:rgba(255,255,255,.72);line-height:1.75;max-width:560px; }
.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; }
.ffs-strip { background:linear-gradient(135deg,#080f1e 0%,#0d1a30 100%);padding:32px 0; }
.ffs-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:20px; }
.ffs-item { display:flex;align-items:center;gap:14px; }
.ffs-icon { width:44px;height:44px;border-radius:11px;background:rgba(232,93,4,.18);color:#f97316;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(232,93,4,.25); }
.ffs-item strong { display:block;font-size:.84rem;font-weight:700;color:#fff;margin-bottom:2px; }
.ffs-item span { font-size:.74rem;color:rgba(255,255,255,.55); }
.fsec { padding:64px 0;background:#fff; }
.fsec--gray { background:#e8eef8; }
.fsec-head { display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:32px; }
.fsec-head--center { justify-content:center;text-align:center;margin-bottom:40px; }
.fsec-eyebrow { display:inline-block;font-size:.71rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e85d04;margin-bottom:8px; }
.fsec-title { font-family:var(--font-display);font-size:clamp(1.6rem,2.8vw,2.1rem);font-weight:700;line-height:1.2;color:#0b1426;margin-bottom:8px; }
.fsec-title em { font-style:italic;color:#e85d04; }
.fsec-sub { font-size:.9rem;color:#6b7280;line-height:1.7;max-width:520px; }
.fsec-all-link { display:inline-flex;align-items:center;gap:6px;font-size:.81rem;font-weight:700;color:#e85d04;text-decoration:none;white-space:nowrap;flex-shrink:0;border:1.5px solid #ffd7b8;border-radius:100px;padding:8px 16px;transition:background .18s,border-color .18s; }
.fsec-all-link:hover { background:#fff3eb;border-color:#e85d04; }
.fslider-wrap { display:flex;align-items:center;gap:12px; }
.fslider-viewport { flex:1;overflow:hidden; }
.fslider-track { display:flex;gap:20px;transition:transform .5s cubic-bezier(.25,.46,.45,.94);will-change:transform; }
.fslider-track > .fcard { flex:0 0 calc(33.333% - 14px);min-width:0; }
.fslider-arrow { width:40px;height:40px;border-radius:50%;flex-shrink:0;background:#fff;border:1.5px solid #c9d3e8;color:#374151;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(11,20,38,.1);transition:all .2s; }
.fslider-arrow:hover:not(:disabled) { background:#e85d04;color:#fff;border-color:#e85d04;box-shadow:0 4px 16px rgba(232,93,4,.3); }
.fslider-arrow:disabled { opacity:.3;cursor:not-allowed; }
.fslider-dots { display:flex;align-items:center;justify-content:center;gap:6px;margin-top:20px; }
.fslider-dots button { width:7px;height:7px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;padding:0;transition:all .22s; }
.fslider-dots button.active { width:20px;border-radius:3px;background:#e85d04; }
.fcard { border-radius:16px;overflow:hidden;background:#fff;display:block;text-decoration:none;border:1.5px solid #d1dae8;box-shadow:0 4px 20px rgba(11,20,38,.1),0 1px 4px rgba(11,20,38,.06);transition:transform .28s,box-shadow .28s; }
.fcard:hover { transform:translateY(-6px);box-shadow:0 18px 48px rgba(11,20,38,.15),0 4px 12px rgba(11,20,38,.08); }
.fcard--dest { position:relative;aspect-ratio:2/3;border:none; }
.fcard-img-wrap { position:absolute;inset:0; }
.fcard-img-wrap img { width:100%;height:100%;object-fit:cover;transition:transform .5s; }
.fcard--dest:hover .fcard-img-wrap img { transform:scale(1.07); }
.fcard-overlay { position:absolute;inset:0;background:linear-gradient(to top,rgba(6,12,24,.88) 0%,rgba(6,12,24,.2) 52%,transparent 100%); }
.fcard-overlay--light { background:linear-gradient(to top,rgba(6,12,24,.55) 0%,transparent 50%); }
.fcard-badge { position:absolute;top:11px;right:11px;z-index:2;background:#e85d04;color:#fff;font-size:.63rem;font-weight:700;padding:3px 9px;border-radius:999px; }
.fcard-placeholder { position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f1e38,#1a3260);color:rgba(255,255,255,.2); }
.fcard-placeholder--dark { background:linear-gradient(135deg,#0b1426,#1a2d50);color:rgba(255,255,255,.18); }
.fcard-placeholder--blue { background:linear-gradient(135deg,#1a2d50,#263d6a);color:rgba(255,255,255,.18); }
.fcard-info { position:absolute;bottom:0;left:0;right:0;z-index:2;padding:16px 14px;display:flex;align-items:flex-end;justify-content:space-between;gap:6px; }
.fcard-info h3 { font-size:.93rem;font-weight:700;color:#fff;margin:0;line-height:1.28; }
.fcard-info span { display:inline-flex;align-items:center;gap:4px;font-size:.68rem;color:rgba(255,255,255,.85);background:rgba(255,255,255,.13);border-radius:999px;padding:4px 9px;white-space:nowrap;flex-shrink:0;border:1px solid rgba(255,255,255,.18); }
.ferry-route-section { background:#f8fafc; }
.ferry-route-section .fsec-head { margin-bottom:28px; }
.ferry-route-section .fslider-wrap { align-items:center;gap:16px; }
.ferry-route-section .fslider-viewport { padding:4px 2px 18px; }
.ferry-route-section .fslider-track { gap:20px;align-items:stretch; }
.ferry-route-section .fslider-track > .fcard--route { flex:0 0 calc(33.333% - 14px); }
.fcard--route { position:relative;display:flex;flex-direction:column;min-height:360px;border-radius:12px;border:1px solid #dbe4ee;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.07);overflow:hidden; }
.fcard--route::before { display:none; }
.fcard-img-wrap--route { position:relative;aspect-ratio:16/9;min-height:0;overflow:hidden;flex-shrink:0;background:#0f172a; }
.fcard-img-wrap--route img { width:100%;height:100%;object-fit:cover;transition:transform .5s; }
.fcard--route:hover .fcard-img-wrap--route img { transform:scale(1.06); }
.fcard-overlay--route { background:linear-gradient(180deg,rgba(15,23,42,.02) 0%,rgba(15,23,42,.28) 100%); }
.fcard-route-tag { display:none; }
.fcard-route-ports-overlay { position:absolute;bottom:10px;left:11px;right:11px;z-index:2;display:inline-flex;align-items:center;gap:5px;color:#fff;font-size:.74rem;font-weight:700; }
.fcard-route-ports-overlay svg { flex-shrink:0;opacity:.7; }
.fcard-body { padding:15px 16px 17px;flex:1;display:flex;flex-direction:column; }
.fcard-title { font-size:.92rem;font-weight:700;color:#0b1426;margin-bottom:6px;line-height:1.3; }
.fcard-desc { font-size:.78rem;color:#6b7280;line-height:1.62;flex:1;margin-bottom:12px; }
.fcard-btn { display:inline-flex;align-items:center;gap:6px;background:#e85d04;color:#fff;text-decoration:none;border-radius:8px;padding:9px 15px;font-size:.8rem;font-weight:700;transition:background .18s,transform .14s;align-self:flex-start;box-shadow:0 3px 12px rgba(232,93,4,.22); }
.fcard-btn:hover { background:#c44e03;transform:translateY(-1px); }
.fcard-body--route { position:relative;padding:15px 16px 17px;gap:9px; }
.fcard--route .fcard-title { font-size:.95rem;line-height:1.3;margin:0;color:#0f172a;letter-spacing:0;font-weight:750; }
.fcard--route .fcard-desc { margin:0;color:#64748b;font-size:.78rem;line-height:1.58;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:0 0 auto; }
.fcard-btn--route { margin-top:auto;justify-content:flex-start;align-self:flex-start;border-radius:0;padding:5px 0 0;font-size:.83rem;background:transparent;color:#0f172a;box-shadow:none; }
.fcard-btn--route:hover { background:transparent;color:#c2410c;transform:none; }
.ferry-port-section .fsec-head { margin-bottom:28px; }
.ferry-port-section .fslider-wrap { align-items:center;gap:16px; }
.ferry-port-section .fslider-viewport { padding:4px 2px 18px; }
.ferry-port-section .fslider-track { gap:20px;align-items:stretch; }
.ferry-port-section .fslider-track > .fcard--port { flex:0 0 calc(33.333% - 14px); }
.fcard--port { position:relative;display:flex;flex-direction:column;min-height:360px;border-radius:12px;border:1px solid #dbe4ee;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.07);overflow:hidden; }
.fcard-img-wrap--port { position:relative;aspect-ratio:16/9;min-height:0;overflow:hidden;flex-shrink:0;background:#0f172a; }
.fcard-img-wrap--port img { width:100%;height:100%;object-fit:cover;transition:transform .5s; }
.fcard--port:hover .fcard-img-wrap--port img { transform:scale(1.06); }
.fcard-body--port { position:relative;padding:15px 16px 17px;gap:9px;flex:1;display:flex;flex-direction:column; }
.fcard-port-icon { display:none; }
.fcard--port .fcard-title { font-size:.95rem;line-height:1.3;margin:0;color:#0f172a;letter-spacing:0;font-weight:750; }
.fcard--port .fcard-desc { margin:0;color:#64748b;font-size:.78rem;line-height:1.58;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:0 0 auto; }
.fcard-btn--port { margin-top:auto;justify-content:flex-start;align-self:flex-start;border-radius:0;padding:5px 0 0;font-size:.83rem;background:transparent;color:#0f172a;box-shadow:none; }
.fcard-btn--port:hover { background:transparent;color:#c2410c;transform:none; }
.ferry-esim-section { background:rgba(15,15,15); !important;padding:64px 0; }
.ferry-esim-inner { display:grid;grid-template-columns:260px 1fr;gap:60px;align-items:center; }
.ferry-esim-visual { position:relative;display:flex;align-items:center;justify-content:center; }
.ferry-esim-phone { width:164px;height:310px;background:linear-gradient(160deg, #121212, #000000);border-radius:26px;border:2px solid rgba(255,255,255,.1);box-shadow:0 20px 60px rgba(0,0,0,.5);padding:16px 12px;position:relative;z-index:1; }
.fep-signal { display:flex;gap:3px;align-items:flex-end;margin-bottom:10px; }
.fep-signal span { width:4px;border-radius:2px;background:rgba(99,255,150,.7); }
.fep-signal span:nth-child(1){height:6px}.fep-signal span:nth-child(2){height:10px}.fep-signal span:nth-child(3){height:14px}.fep-signal span:nth-child(4){height:18px}
.fep-carrier { font-size:.61rem;font-weight:700;color:rgba(255,255,255,.38);letter-spacing:.1em;text-transform:uppercase; }
.fep-speed { font-size:1.75rem;font-weight:800;color:#fff;margin:6px 0 3px; }
.fep-badge { display:inline-flex;align-items:center;gap:4px;background:rgba(16,185,129,.17);border:1px solid rgba(16,185,129,.3);color:#10b981;border-radius:999px;padding:3px 8px;font-size:.58rem;font-weight:700;margin-bottom:14px; }
.fep-badge::before { content:'';width:5px;height:5px;border-radius:50%;background:#10b981;flex-shrink:0;animation:fepPulse 1.5s infinite; }
@keyframes fepPulse { 0%,100%{opacity:1}50%{opacity:.3} }
.fep-data-used { display:block;font-size:1.15rem;font-weight:800;color:#fff; }
.fep-data-label { display:block;font-size:.6rem;color:rgba(255,255,255,.35);margin-bottom:7px; }
.fep-bar { height:5px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden;margin-bottom:4px; }
.fep-bar-fill { height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:3px; }
.fep-data-total { font-size:.58rem;color:rgba(255,255,255,.28); }
.ferry-esim-glow { position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(232,93,4,.22) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;animation:esimGlow 3s ease-in-out infinite; }
@keyframes esimGlow { 0%,100%{opacity:.5;transform:translate(-50%,-50%) scale(1)} 50%{opacity:1;transform:translate(-50%,-50%) scale(1.16)} }
.ferry-esim-features { display:flex;flex-direction:column;gap:12px; }
.fef-item { display:flex;align-items:flex-start;gap:10px; }
.fef-icon { width:26px;height:26px;border-radius:7px;background:rgba(16,185,129,.15);color:#10b981;display:flex;align-items:center;justify-content:center;flex-shrink:0; }
.fef-item strong { display:block;font-size:.82rem;font-weight:700;color:#fff;margin-bottom:1px; }
.fef-item span { font-size:.75rem;color:rgba(255,255,255,.52);line-height:1.5; }
.ferry-visa-inner { display:grid;grid-template-columns:1fr 280px;gap:56px;align-items:start; }
.ferry-visa-steps { display:flex;flex-direction:column;gap:9px;margin-bottom:22px; }
.fvs-step { display:flex;gap:14px;align-items:flex-start;padding:14px 16px;background:#fff;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 1px 4px rgba(0,0,0,.04);transition:box-shadow .18s; }
.fvs-step:hover { box-shadow:0 4px 16px rgba(0,0,0,.08); }
.fvs-num { font-size:1.1rem;font-weight:900;color:#e85d04;opacity:.3;font-family:var(--font-display);line-height:1;flex-shrink:0;min-width:24px; }
.fvs-step h4 { font-size:.84rem;font-weight:700;color:#0b1426;margin-bottom:3px; }
.fvs-step p { font-size:.78rem;color:#6b7280;line-height:1.58;margin:0; }
.ferry-visa-btn { display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;text-decoration:none;border-radius:9px;padding:11px 20px;font-size:.84rem;font-weight:700;transition:background .18s,transform .14s;box-shadow:0 3px 14px rgba(37,211,102,.22); }
.ferry-visa-btn:hover { background:#1ab955;transform:translateY(-2px); }
.ferry-visa-cards { display:grid;grid-template-columns:1fr 1fr;gap:10px; }
.ferry-visa-card { border-radius:12px;padding:18px 14px;text-align:center;border:1.5px solid transparent;transition:transform .22s,box-shadow .22s; }
.ferry-visa-card:hover { transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.07); }
.fvc-passport { background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#bfdbfe; }
.fvc-ticket { background:linear-gradient(135deg,#fff7ed,#fed7aa);border-color:#fdba74; }
.fvc-euro { background:linear-gradient(135deg,#f0fdf4,#bbf7d0);border-color:#86efac; }
.fvc-time { background:linear-gradient(135deg,#fdf4ff,#e9d5ff);border-color:#d8b4fe; }
.fvc-icon { width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;margin:0 auto 8px;box-shadow:0 2px 8px rgba(0,0,0,.07); }
.fvc-passport .fvc-icon { color:#3b82f6; }.fvc-ticket .fvc-icon { color:#f97316; }.fvc-euro .fvc-icon { color:#16a34a; }.fvc-time .fvc-icon { color:#9333ea; }
.ferry-visa-card h4 { font-size:.82rem;font-weight:700;color:#0b1426;margin-bottom:3px; }
.ferry-visa-card p { font-size:.72rem;color:#6b7280; }
.ferry-why-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px; }
.ferry-why-card { background:#fff;border-radius:16px;padding:24px 20px;border:1.5px solid #d1dae8;box-shadow:0 4px 20px rgba(11,20,38,.1),0 1px 4px rgba(11,20,38,.05);transition:transform .24s,box-shadow .24s; }
.ferry-why-card:hover { transform:translateY(-5px);box-shadow:0 16px 40px rgba(11,20,38,.14),0 4px 10px rgba(11,20,38,.07); }
.fwy-icon { width:46px;height:46px;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:12px; }
.ferry-why-card h3 { font-size:.9rem;font-weight:700;color:#0b1426;margin-bottom:7px; }
.ferry-why-card p { font-size:.78rem;color:#6b7280;line-height:1.65; }
@media (max-width:1100px) {
    .fslider-track > .fcard { flex:0 0 calc(50% - 10px); }
    .ferry-route-section .fslider-track > .fcard--route,
    .ferry-port-section .fslider-track > .fcard--port { flex:0 0 calc(50% - 10px); }
    .ffs-grid { grid-template-columns:repeat(2,1fr); }
    .ferry-esim-inner { grid-template-columns:200px 1fr;gap:36px; }
    .ferry-why-grid { grid-template-columns:repeat(2,1fr); }
    .ferry-visa-inner { grid-template-columns:1fr 220px;gap:36px; }
}
@media (max-width:992px) {
    #iletisim {
        padding-top:0 !important;
        padding-bottom:60px !important;
    }
    #iletisim .container {
        padding:0 !important;
        max-width:100% !important;
        width:100% !important;
    }
    #iletisim .cta-premium-wrapper {
        border-radius:0 !important;
    }
    #iletisim .cta-content-grid {
        grid-template-columns:1fr !important;
        padding:48px 24px !important;
        gap:40px !important;
    }
    #iletisim .cta-overlay {
        background:linear-gradient(180deg,rgba(11,20,38,.95) 0%,rgba(11,20,38,.85) 100%) !important;
    }
}
@media (max-width:768px) {
    .ferry-hero {
        --fh-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;
    }
    .ferry-hero,
    .ferry-hero * {
        box-sizing:border-box !important;
    }
    .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 16px;
        -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);
        transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease, color .14s ease;
    }
    .guest-mobile-sheet-btn:not(:disabled):active { transform:scale(.96); }
    .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 16px;
        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);
    }
    .fh-bg {
        position:absolute !important;
        top:0 !important;
        left:0 !important;
        right:0 !important;
        bottom:auto !important;
        height:var(--fh-mobile-hero-height) !important;
        overflow:hidden !important;
    }
    .fh-img { background-position:center center !important; }
    .fh-overlay {
        background:linear-gradient(180deg,rgba(6,12,24,.84) 0%,rgba(6,12,24,.64) 52%,rgba(6,12,24,.78) 100%) !important;
    }
    .fh-wave { display:none !important; }
    .fh-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;
    }
    .fh-inner.container {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .fh-text-block {
        min-height:var(--fh-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;
        box-sizing:border-box !important;
        padding-top:92px !important;
        padding-bottom:34px !important;
        padding-left:16px !important;
        padding-right:16px !important;
        text-align:center !important;
    }
    .fh-badge {
        max-width:calc(100% - 24px);
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .fh-title {
        max-width:100% !important;
        font-size:2rem !important;
        line-height:1.06 !important;
        margin-bottom:16px !important;
        text-align:center !important;
        text-wrap:balance;
        overflow-wrap:break-word;
    }
    .fh-sub {
        font-size:.98rem !important;
        line-height:1.62 !important;
        max-width:34ch !important;
        margin-left:auto !important;
        margin-right:auto !important;
        text-align:center !important;
        color:rgba(255,255,255,.8) !important;
    }
    .ferry-search-wrap {
        position:relative !important;
        z-index:4 !important;
        background:#ffffff !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;
        box-sizing:border-box !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;
        box-sizing:border-box !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;
        box-sizing:border-box !important;
        overflow:visible !important;
    }
    .ferry-search-wrap .search-field:hover { background:#f1f5f9 !important; }
    .ferry-search-wrap .field-divider {
        display:block !important;
        width:calc(100% - 28px) !important;
        height:1px !important;
        background:#e2e8f0 !important;
        margin:2px auto !important;
        flex-shrink:0 !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 {
        font-size:.72rem !important;
        font-weight:800 !important;
        color:#0b1426 !important;
        text-transform:uppercase !important;
        letter-spacing:.05em !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;
        box-sizing:border-box !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;
    }
    .fslider-track > .fcard { flex:0 0 100%; }
    .fslider-arrow { display:none; }
    .ffs-strip {
        padding:14px 0 16px !important;
        overflow:hidden !important;
    }
    .ffs-strip .container {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .ffs-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;
    }
    .ffs-grid::-webkit-scrollbar { display:none; }
    .ffs-item {
        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;
    }
    .ffs-icon {
        width:38px !important;
        height:38px !important;
        border-radius:10px !important;
    }
    .ffs-icon svg {
        width:20px !important;
        height:20px !important;
    }
    .ffs-item strong {
        font-size:.78rem !important;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .ffs-item span {
        display:block;
        font-size:.68rem !important;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .ferry-esim-inner { grid-template-columns:1fr; }
    .ferry-esim-visual { display:none; }
    .ferry-visa-section {
        padding:42px 0 !important;
        background:#f8fafc !important;
    }
    .ferry-visa-inner {
        grid-template-columns:1fr !important;
        gap:14px !important;
    }
    .ferry-visa-content {
        border-radius:16px !important;
        border:1px solid #e2e8f0 !important;
        background:#fff !important;
        padding:20px 18px !important;
        box-shadow:0 10px 28px rgba(15,23,42,.07) !important;
    }
    .ferry-visa-content .fsec-eyebrow {
        margin-bottom:7px !important;
    }
    .ferry-visa-content .fsec-title {
        font-size:1.45rem !important;
        line-height:1.18 !important;
        margin-bottom:9px !important;
    }
    .ferry-visa-content .fsec-sub {
        margin-bottom:16px !important;
        max-width:none !important;
        font-size:.84rem !important;
        line-height:1.55 !important;
        display:-webkit-box !important;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }
    .ferry-visa-steps {
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:8px !important;
        margin-bottom:14px !important;
    }
    .fvs-step {
        gap:8px !important;
        padding:10px !important;
        border-radius:10px !important;
        box-shadow:none !important;
        min-width:0 !important;
    }
    .fvs-num {
        min-width:18px !important;
        font-size:.82rem !important;
        opacity:.42 !important;
    }
    .fvs-step h4 {
        margin-bottom:2px !important;
        font-size:.76rem !important;
        line-height:1.25 !important;
    }
    .fvs-step p {
        font-size:.68rem !important;
        line-height:1.35 !important;
        display:-webkit-box !important;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }
    .ferry-visa-btn {
        width:100% !important;
        justify-content:center !important;
        padding:11px 14px !important;
        border-radius:10px !important;
        font-size:.82rem !important;
        box-shadow:0 8px 18px rgba(37,211,102,.2) !important;
    }
    .ferry-visa-cards {
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:8px !important;
    }
    .ferry-visa-card {
        border-radius:12px !important;
        padding:12px 9px !important;
        box-shadow:0 5px 14px rgba(15,23,42,.05) !important;
    }
    .fvc-icon {
        width:34px !important;
        height:34px !important;
        margin-bottom:6px !important;
    }
    .fvc-icon svg {
        width:20px !important;
        height:20px !important;
    }
    .ferry-visa-card h4 {
        font-size:.74rem !important;
        line-height:1.2 !important;
    }
    .ferry-visa-card p {
        font-size:.66rem !important;
        line-height:1.25 !important;
    }
    .ferry-why-grid { grid-template-columns:1fr; }
    #neden-avesta {
        overflow:hidden !important;
        background:#fff !important;
    }
    #neden-avesta .container {
        max-width:100% !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
    #neden-avesta .fsec-head {
        align-items:center !important;
        text-align:center !important;
        padding:0 24px !important;
        margin-bottom:24px !important;
    }
    #neden-avesta .fsec-head > div {
        width:100% !important;
    }
    #neden-avesta .fsec-title {
        max-width:11.5em;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    #neden-avesta .fsec-sub {
        max-width:34ch !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    #neden-avesta .ferry-why-grid {
        display:flex !important;
        grid-template-columns:none !important;
        flex-wrap:nowrap !important;
        gap:14px !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        scroll-snap-type:x mandatory !important;
        scroll-padding-left:24px !important;
        overscroll-behavior-x:contain !important;
        overscroll-behavior-y:auto !important;
        padding:4px 24px 30px !important;
        margin-top:0 !important;
        scrollbar-width:none !important;
        -ms-overflow-style:none !important;
        -webkit-overflow-scrolling:touch !important;
        touch-action:pan-x pan-y pinch-zoom !important;
    }
    #neden-avesta .ferry-why-grid::-webkit-scrollbar {
        display:none !important;
    }
    #neden-avesta .ferry-why-card {
        flex:0 0 min(78vw,276px) !important;
        width:min(78vw,276px) !important;
        min-width:min(78vw,276px) !important;
        scroll-snap-align:start !important;
        border-radius:18px !important;
        padding:18px 16px 17px !important;
        box-shadow:0 8px 26px rgba(11,20,38,.09),0 1px 5px rgba(11,20,38,.05) !important;
        touch-action:pan-x pan-y pinch-zoom !important;
    }
    #neden-avesta .ferry-why-card * {
        touch-action:pan-x pan-y pinch-zoom !important;
    }
    #neden-avesta .fwy-icon {
        width:42px !important;
        height:42px !important;
        border-radius:12px !important;
        margin-bottom:12px !important;
    }
    #neden-avesta .fwy-icon svg {
        width:23px !important;
        height:23px !important;
    }
    #neden-avesta .ferry-why-card h3 {
        font-size:.92rem !important;
        line-height:1.25 !important;
        margin-bottom:7px !important;
    }
    #neden-avesta .ferry-why-card p {
        font-size:.76rem !important;
        line-height:1.55 !important;
        color:#64748b !important;
    }
    .fsec { padding:48px 0; }
    .fsec-head { flex-direction:column;align-items:flex-start; }
    .ferry-route-section .fsec-head,
    .ferry-port-section .fsec-head {
        align-items:center !important;
        justify-content:center !important;
        text-align:center !important;
        margin-bottom:30px !important;
    }
    .ferry-route-section .fsec-head > div,
    .ferry-port-section .fsec-head > div {
        max-width:780px !important;
    }
    .ferry-route-section .fsec-title,
    .ferry-port-section .fsec-title {
        font-size:clamp(1.55rem,6vw,2rem) !important;
        line-height:1.2 !important;
    }
    .ferry-route-section .fsec-sub,
    .ferry-port-section .fsec-sub {
        max-width:740px !important;
        font-size:.9rem !important;
        line-height:1.75 !important;
    }
    .ferry-route-section .fslider-wrap,
    .ferry-port-section .fslider-wrap {
        gap:0 !important;
        width:100% !important;
    }
    .ferry-route-section .fslider-arrow,
    .ferry-port-section .fslider-arrow {
        display:none !important;
    }
    .ferry-route-section .fslider-viewport,
    .ferry-port-section .fslider-viewport {
        overflow-x:auto !important;
        overflow-y:visible !important;
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        padding:10px 24px 25px !important;
        margin:0 -24px !important;
        scrollbar-width:none;
        -ms-overflow-style:none;
        scroll-padding-left:24px;
        overscroll-behavior-x:contain;
        touch-action:pan-x pan-y pinch-zoom;
    }
    .ferry-route-section .fslider-viewport::-webkit-scrollbar,
    .ferry-port-section .fslider-viewport::-webkit-scrollbar {
        display:none;
    }
    .ferry-route-section .fslider-track,
    .ferry-port-section .fslider-track {
        transform:none !important;
        transition:none !important;
        width:max-content !important;
        gap:14px !important;
        padding-left:2px !important;
        padding-right:24px !important;
    }
    .ferry-route-section .fslider-track > .fcard--route,
    .ferry-port-section .fslider-track > .fcard--port {
        flex:0 0 280px !important;
        width:280px !important;
        min-width:280px !important;
        min-height:0 !important;
        scroll-snap-align:start;
    }
    .ferry-route-section .fslider-dots,
    .ferry-port-section .fslider-dots {
        display:none !important;
    }
    .fcard--route,
    .fcard--port {
        border-radius:16px !important;
        background:linear-gradient(180deg,#ffffff 0%,#f8fcff 100%) !important;
        border:1px solid rgba(14,127,168,.2) !important;
        box-shadow:0 12px 30px rgba(15,23,42,.08) !important;
    }
    .fcard-img-wrap--route,
    .fcard-img-wrap--port {
        height:170px !important;
        min-height:0 !important;
        aspect-ratio:auto !important;
    }
    .fcard-body--route,
    .fcard-body--port {
        padding:19px 18px 20px !important;
        gap:0 !important;
    }
    .fcard--route .fcard-title,
    .fcard--port .fcard-title {
        margin:0 0 10px !important;
        font-size:1.04rem !important;
        line-height:1.3 !important;
        font-weight:700 !important;
    }
    .fcard--route .fcard-desc,
    .fcard--port .fcard-desc {
        font-size:.9rem !important;
        line-height:1.66 !important;
        min-height:72px !important;
        color:#5a6f86 !important;
        -webkit-line-clamp:3;
    }
    .fcard-btn--route,
    .fcard-btn--port {
        margin-top:15px !important;
        min-height:0 !important;
        padding:0 !important;
        color:#0369a1 !important;
        font-size:.84rem !important;
        font-weight:700 !important;
    }
    #iletisim .cta-content-grid {
        gap:28px !important;
    }
    #iletisim .cta-title {
        font-size:clamp(1.55rem,6vw,2.2rem) !important;
    }
    #iletisim .cta-subtitle {
        font-size:.92rem !important;
        margin-bottom:24px !important;
    }
    #iletisim .trust-badges {
        flex-direction:column !important;
        gap:14px !important;
    }
    #iletisim .glass-card {
        padding:24px 20px !important;
    }
    #iletisim .premium-contact-btn {
        padding:14px !important;
    }
    #iletisim .btn-icon {
        width:40px !important;
        height:40px !important;
    }
    #iletisim .b-value {
        font-size:1rem !important;
    }

    /* Destinasyonlar (Tours benzeri) Mobil Görünümü */
    .tdest-section {
        overflow:hidden !important;
    }
    .tdest-section .container {
        max-width:100% !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .tdest-head {
        padding:0 24px !important;
        margin-bottom:32px !important;
        flex-direction:column !important;
        align-items:flex-start !important;
        gap:16px !important;
    }
    .tdest-head .fsec-sub {
        max-width:32ch;
    }
    .tdest-all-btn {
        align-self:flex-start !important;
    }
    .tdest-slider-wrap {
        display:block !important;
        width:100% !important;
    }
    .tdest-arrow {
        display:none !important;
    }
    .tdest-viewport {
        width:100% !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        scroll-snap-type:x mandatory !important;
        scroll-padding-left:24px !important;
        overscroll-behavior-x:contain !important;
        overscroll-behavior-y:auto !important;
        scrollbar-width:none !important;
        -ms-overflow-style:none !important;
        -webkit-overflow-scrolling:touch !important;
        touch-action:pan-x pan-y pinch-zoom !important;
    }
    .tdest-viewport::-webkit-scrollbar {
        display:none !important;
    }
    .tdest-track {
        display:flex !important;
        flex-wrap:nowrap !important;
        gap:16px !important;
        min-width:100% !important;
        width:max-content !important;
        padding:0 24px 30px !important;
        margin:0 !important;
        transform:none !important;
        transition:none !important;
        will-change:auto !important;
    }
    .tdest-card {
        flex:0 0 260px !important;
        width:260px !important;
        min-width:260px !important;
        height:340px !important;
        aspect-ratio:auto !important;
        border-radius:24px !important;
        scroll-snap-align:start !important;
        touch-action:pan-x pan-y pinch-zoom !important;
        -webkit-user-drag:none;
    }
    .tdest-card * {
        touch-action:pan-x pan-y pinch-zoom !important;
    }
    .tdest-card-body {
        padding:20px !important;
        gap:6px !important;
        transform:none !important;
    }
    .tdest-card-name {
        font-size:1.15rem !important;
        line-height:1.12 !important;
    }
    .tdest-card-count {
        order:2;
        padding:0 !important;
        margin:2px 0 0 !important;
        background:transparent !important;
        border:0 !important;
        border-radius:0 !important;
        color:rgba(255,255,255,.95) !important;
        font-size:.9rem !important;
        letter-spacing:.08em !important;
    }
    .tdest-card-cta {
        display:none !important;
    }
    .tdest-more-wrap {
        padding:0 24px !important;
        margin-top:0 !important;
    }
}
@media (max-width:480px) {
    .fh-text-block { padding-top:86px !important;padding-bottom:28px !important; }
    .fh-title { font-size:1.86rem !important; }
    .fh-sub { font-size:.93rem !important; }
    .fh-badge { font-size:.68rem;padding:5px 12px; }
    .fh-inner { padding-top:0 !important;padding-bottom:0 !important; }
    .ffs-item { flex-basis:min(78vw,246px) !important; }
    .ferry-route-section .fslider-viewport,
    .ferry-port-section .fslider-viewport {
        padding:10px 24px 25px !important;
        margin:0 -24px !important;
    }
    #neden-avesta .fsec-head {
        padding:0 20px !important;
    }
    #neden-avesta .ferry-why-grid {
        scroll-padding-left:20px !important;
        padding:4px 20px 28px !important;
    }
    #neden-avesta .ferry-why-card {
        flex-basis:min(82vw,264px) !important;
        width:min(82vw,264px) !important;
        min-width:min(82vw,264px) !important;
    }
    #iletisim .cta-eyebrow {
        font-size:.72rem !important;
        padding:5px 12px !important;
    }
    #iletisim .glass-card {
        padding:20px 16px !important;
    }
    #iletisim .glass-title {
        font-size:1.15rem !important;
    }
    #iletisim .glass-desc {
        font-size:.86rem !important;
        margin-bottom:20px !important;
    }
    .ferry-visa-section {
        padding:36px 0 !important;
    }
    .ferry-visa-content {
        padding:18px 15px !important;
    }
    .ferry-visa-content .fsec-title {
        font-size:1.34rem !important;
    }
    .ferry-visa-steps {
        gap:7px !important;
    }
    .fvs-step {
        padding:9px 8px !important;
        gap:7px !important;
    }
    .fvs-step p {
        -webkit-line-clamp:1;
    }
    .ferry-visa-cards {
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
}
#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;
}

