:root {
  --navy: #001b49;
  --navy-soft: #15264c;
  --blue: #246ee9;
  --violet: #8833ff;
  --cyan: #00d5ff;
  --pink: #ff0db2;
  --orange: #ff6900;
  --yellow: #f8c945;
  --white: #fff;
  --off-white: #f8fbff;
  --ink: #111827;
  --wrap: min(1520px, calc(100% - 48px));
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--body); line-height: 1.5; background: var(--navy); }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: white; color: var(--navy); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.whatsapp-fab { position: fixed; z-index: 200; right: clamp(16px, 2vw, 24px); bottom: clamp(16px, 2vw, 24px); width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 8px 24px rgba(0, 0, 0, .28); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; animation: whatsapp-bg 2.4s ease-in-out infinite; }
.whatsapp-fab::before, .whatsapp-fab::after { content: ""; position: absolute; inset: 0; border-radius: 50%; pointer-events: none; }
.whatsapp-fab::before { z-index: -2; background: rgba(37, 211, 102, .55); animation: whatsapp-ring 2.4s ease-out infinite; }
.whatsapp-fab::after { z-index: -1; box-shadow: 0 0 0 0 rgba(37, 211, 102, .45); animation: whatsapp-glow 2.4s ease-out infinite .8s; }
.whatsapp-fab:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(37, 211, 102, .42); animation-play-state: paused; }
.whatsapp-fab:hover::before, .whatsapp-fab:hover::after { animation-play-state: paused; opacity: 0; }
.whatsapp-fab svg { position: relative; z-index: 1; width: 28px; fill: currentColor; }
@keyframes whatsapp-bg { 0%, 100% { background: #25d366; } 50% { background: #2ee875; } }
@keyframes whatsapp-ring { 0% { transform: scale(1); opacity: .65; } 100% { transform: scale(1.65); opacity: 0; } }
@keyframes whatsapp-glow { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, .45); opacity: 1; } 100% { transform: scale(1.45); box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); opacity: 0; } }

.hero { position: relative; min-height: clamp(650px, 82vh, 900px); overflow: hidden; display: grid; place-items: center; color: white; background: var(--navy); }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 15, 50, .08) 25%, rgba(0, 12, 42, .55) 100%); }
.hero__brand-logo { position: absolute; z-index: 2; top: clamp(24px, 3vw, 48px); left: clamp(24px, 3.5vw, 58px); width: clamp(150px, 13vw, 210px); height: auto; }
.hero__content { position: relative; z-index: 1; width: min(96%, 1500px); text-align: center; text-shadow: 0 3px 22px rgba(0, 0, 0, .35); }
.hero__eyebrow { margin: 0 0 12px; font-size: clamp(17px, 2vw, 30px); font-style: italic; font-weight: 900; letter-spacing: .14em; line-height: 1; }
.hero h1 { display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 0; width: fit-content; max-width: 100%; margin: 0 auto; font-family: var(--display); font-style: italic; font-size: clamp(76px, 14vw, 178px); line-height: .78; letter-spacing: .005em; white-space: nowrap; }
.hero__word { flex: 0 0 auto; }
.hero__connector { position: relative; z-index: 2; flex: 0 0 clamp(70px, 7.5vw, 126px); display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--body); font-size: .32em; font-style: italic; font-weight: 900; letter-spacing: -.06em; line-height: .78; }
.hero__lead { max-width: 880px; margin: 26px auto 0; font-size: clamp(16px, 1.4vw, 22px); line-height: 1.55; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 0; border-radius: 5px; padding: 13px 30px 11px; font-size: 14px; font-weight: 900; letter-spacing: .08em; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0, 0, 0, .2); }
.button--yellow { background: var(--yellow); color: var(--navy); }
.video-control { position: absolute; z-index: 2; right: 30px; bottom: 30px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .75); border-radius: 50%; color: white; background: rgba(0, 27, 73, .45); cursor: pointer; backdrop-filter: blur(6px); }
.video-control svg { width: 19px; fill: currentColor; }

.scroll-cue { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 12px 18px; color: white; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-decoration: none; text-align: center; }
.scroll-cue svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; animation: cue-bounce 1.8s ease-in-out infinite; }
.scroll-cue--hero { position: absolute; z-index: 1; bottom: 22px; left: 50%; transform: translateX(-50%); text-shadow: 0 2px 12px rgba(0, 0, 0, .5); }
.color-swell > .scroll-cue { margin: 60px auto 0; width: fit-content; }
@keyframes cue-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

.color-swell { background: radial-gradient(circle at 10% 0%, rgba(255, 13, 178, .35), transparent 28%), radial-gradient(circle at 88% 25%, rgba(0, 213, 255, .42), transparent 35%), linear-gradient(135deg, #7131ec, #2d7ee8); }
.section-intro { position: relative; max-width: 1180px; margin-inline: auto; }
.section-intro--center { text-align: center; }
.kicker { margin: 0 0 10px; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-intro h2, .routes h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .94; letter-spacing: .01em; }
.section-intro h2 { font-size: clamp(56px, 7vw, 110px); }
.section-intro > p:last-child { max-width: 1000px; margin: 26px auto 0; font-size: clamp(16px, 1.25vw, 21px); line-height: 1.55; }

.display-heading {
  filter:
    drop-shadow(0 16px 24px rgba(0, 6, 26, .6))
    drop-shadow(0 0 46px rgba(0, 213, 255, .2));
}
/* Satır maskesindeki üst pay, Ü/Ğ/İ gibi harflerin işaretlerini kırpılmadan korur. */
.display-heading__line {
  display: block;
  overflow: hidden;
  margin-top: -.14em;
  padding-top: .14em;
}
.display-heading__line:first-child { margin-top: 0; }
.display-heading__line > span {
  display: inline-block;
  background-image: linear-gradient(180deg, #ffffff 52%, #9fc3ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.display-heading__line--accent > span {
  background-image: linear-gradient(180deg, #a8ffc8 35%, #45ec91);
}

.stats { padding: 100px 0 90px; color: white; overflow: hidden; background: linear-gradient(180deg, #001233, #0a1f52); }
.stats .kicker { margin-bottom: clamp(20px, 2.4vw, 38px); }
.stats__line > span { will-change: transform; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1240px; margin: 70px auto 0; padding: 0; }
.stat { text-align: center; padding: 10px; }
.stat dt { margin: 0 0 12px; color: rgba(255, 255, 255, .65); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.stat dd { margin: 0; font-family: var(--display); font-size: clamp(52px, 5.5vw, 84px); line-height: 1; text-shadow: 0 10px 20px rgba(0, 6, 26, .55), 0 0 32px rgba(0, 213, 255, .3); }
.stat p { margin: 10px 0 0; color: rgba(255, 255, 255, .75); font-size: 14px; }
.stats__closing { max-width: 760px; margin: 64px auto 0; text-align: center; font-size: clamp(17px, 1.5vw, 23px); font-weight: 700; line-height: 1.5; }

.why { position: relative; padding: 100px 0 90px; color: white; overflow: hidden; }
.why::before { content: ""; position: absolute; width: 720px; height: 720px; left: -320px; top: 160px; border-radius: 50%; background: rgba(255, 45, 193, .25); filter: blur(70px); }
.experience-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 58px; }
.experience-card { position: relative; min-height: 420px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); color: white; background: var(--navy); }
.experience-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.experience-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,12,42,.18), rgba(0,12,42,.72)); }
.experience-card__copy { position: absolute; inset: 0; display: grid; place-content: center; gap: 12px; padding: 32px 24px; text-align: center; text-shadow: 0 2px 10px rgba(0,0,0,.45); }
.experience-card__copy strong { padding-bottom: .08em; font-family: var(--display); font-size: clamp(28px, 2.3vw, 42px); font-weight: 400; line-height: .95; text-shadow: none; -webkit-background-clip: text; background-clip: text; color: transparent; }
.experience-card__copy small { font-size: 15px; line-height: 1.45; }
.experience-card:nth-child(1) strong, .experience-card:nth-child(3) strong { background-image: linear-gradient(90deg, #ff2f9c, #ff8a00); }
.experience-card:nth-child(2) strong, .experience-card:nth-child(4) strong { background-image: linear-gradient(90deg, #00e57e, #29ffc6); }
.experience-card:hover img { transform: scale(1.05); }
.route-carousel.is-dragging { scroll-snap-type: none; scroll-behavior: auto; cursor: grabbing; user-select: none; }

.overview { position: relative; padding: 100px 0 90px; color: white; overflow: hidden; }
.overview::before { content: ""; position: absolute; width: 720px; height: 720px; right: -320px; top: 120px; border-radius: 50%; background: rgba(0, 213, 255, .22); filter: blur(70px); }
.overview-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 78px; }
.overview-card { position: relative; aspect-ratio: 1; overflow: hidden; padding: 0; border: 0; color: white; background: var(--navy); text-align: center; cursor: pointer; }
.overview-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.overview-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06) 30%, rgba(0,0,0,.58) 100%); }
.overview-card__copy { position: absolute; inset: 0; display: grid; place-content: center; gap: 4px; text-shadow: 0 2px 10px rgba(0,0,0,.45); }
.overview-card__copy small { font-size: 16px; font-weight: 800; letter-spacing: .12em; }
.overview-card__copy strong { padding-bottom: .08em; font-family: var(--display); font-size: clamp(42px, 3.6vw, 64px); font-weight: 400; line-height: .9; text-shadow: none; -webkit-background-clip: text; background-clip: text; color: transparent; }
.overview-card:nth-child(1) strong, .overview-card:nth-child(3) strong { background-image: linear-gradient(90deg, #ff2f9c, #ff8a00); }
.overview-card:nth-child(2) strong, .overview-card:nth-child(4) strong { background-image: linear-gradient(90deg, #00e57e, #29ffc6); }
.overview-card__hint { margin-top: 14px; font-size: 12px; font-weight: 800; letter-spacing: .16em; color: rgba(255,255,255,.85); opacity: .85; transition: opacity .2s ease; }
.overview-card:hover img { transform: scale(1.05); }
.overview-card:hover .overview-card__hint { opacity: 1; }

.detail-modal { width: min(880px, calc(100vw - 32px)); max-height: min(760px, calc(100dvh - 32px)); border: 0; border-radius: 16px; padding: 0; overflow: hidden; color: var(--navy-soft); background: white; }
.detail-modal[open] { display: grid; grid-template-columns: .9fr 1.1fr; animation: modal-in .3s cubic-bezier(.2,.7,.2,1); }
.detail-modal::backdrop { background: rgba(0, 12, 40, .72); backdrop-filter: blur(6px); }
.detail-modal__img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.detail-modal__body { overflow-y: auto; padding: clamp(28px, 4vw, 48px); }
.detail-modal__body .kicker { color: var(--pink); }
.detail-modal__body h3 { margin: 0 0 16px; font-family: var(--display); font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: .9; color: var(--navy); }
.detail-modal__text p { margin: 0 0 14px; font-size: 15px; line-height: 1.6; color: #3e4656; }
.detail-modal__text ul { margin: 0 0 18px; padding-left: 20px; font-size: 15px; line-height: 1.55; color: #3e4656; }
.detail-modal__text li { margin-bottom: 6px; }
.detail-modal__body .button { margin-top: 8px; }
.detail-modal__close { position: absolute; z-index: 1; top: 14px; right: 14px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; color: white; background: rgba(0, 27, 73, .55); cursor: pointer; backdrop-filter: blur(4px); }
.detail-modal__close svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.detail-modal__close:hover { background: rgba(0, 27, 73, .8); }
@keyframes modal-in {
  from { opacity: 0; transform: translateY(24px) scale(.97); }
  to { opacity: 1; transform: none; }
}

.included { position: relative; overflow: hidden; color: white; background: var(--pink); }
.included__background { position: absolute; inset: 0; background: linear-gradient(rgba(255, 13, 178, .8), rgba(255, 13, 178, .88)), url("/public/assets/included-bg.avif") center / cover; }
.included__content { position: relative; padding-block: 100px 120px; }
.included .section-intro h2 { font-size: clamp(52px, 6vw, 96px); }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 78px; }
.included-card { background: var(--orange); }
.included-card img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.included-card > div { padding: 32px 38px 40px; }
.included-card h3 { margin: 0 0 6px; font-family: var(--display); font-size: clamp(38px, 3.2vw, 56px); font-weight: 400; text-align: center; }
.included-card__sub { margin: 0 0 18px; text-align: center; font-size: 14px; font-weight: 800; letter-spacing: .06em; }
.included-card ul { margin: 0; padding-left: 20px; font-size: 15px; line-height: 1.5; }
.included-card li { margin-bottom: 7px; }
.included-card__more { list-style: none; }

.day { padding: 105px 0 95px; color: white; background: linear-gradient(180deg, #0a1f52, #001233); }
.day-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 70px; }
.day-card { display: flex; flex-direction: column; padding: 16px 16px 24px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .14); border-radius: 10px; }
.day-card__media { width: 100%; aspect-ratio: 16 / 10; margin-bottom: 20px; border-radius: 6px; object-fit: cover; }
.day-card__time { margin: 0 0 8px; color: var(--yellow); font-family: var(--display); font-size: 30px; letter-spacing: .04em; }
.day-card > p:last-child { margin: 0; font-size: 14px; line-height: 1.55; color: rgba(255, 255, 255, .88); }
.day__closing { margin: 64px auto 0; text-align: center; font-family: var(--display); font-size: clamp(24px, 2.6vw, 40px); letter-spacing: .03em; }

.routes-section { padding: 100px 0 95px; color: white; }
.routes { position: relative; }
.routes__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.routes__head > div:first-child { max-width: 1100px; }
.routes h2 { font-size: clamp(46px, 5.5vw, 78px); }
.routes__head p:not(.kicker) { margin: 10px 0 0; font-size: 18px; }
.routes__badges { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.routes__badges li { padding: 9px 18px 8px; border: 1.5px solid var(--yellow); border-radius: 999px; color: var(--yellow); font-size: 13px; font-weight: 800; letter-spacing: .05em; }
.route-tabs { display: flex; gap: 36px; margin: 30px 0 22px; border-bottom: 1px solid rgba(255,255,255,.25); }
.route-tabs button { position: relative; min-height: 44px; display: inline-flex; align-items: center; border: 0; padding: 0 0 14px; color: rgba(255,255,255,.75); background: transparent; font-weight: 800; cursor: pointer; }
.route-tabs button::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; transform: scaleX(0); background: var(--yellow); }
.route-tabs button.active { color: white; }
.route-tabs button.active::after { transform: scaleX(1); }
.route-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 360px); gap: 20px; overflow-x: auto; padding: 3px 3px 26px; scroll-padding-inline: 3px; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; touch-action: pan-x; cursor: grab; }
.route-carousel::-webkit-scrollbar { display: none; }
.route-carousel:active { cursor: grabbing; }
.route-card { position: relative; overflow: hidden; color: var(--navy-soft); background: white; box-shadow: 0 14px 35px rgba(0, 20, 70, .2); scroll-snap-align: start; transition: transform .3s ease, box-shadow .3s ease; }
.route-card:hover { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(0, 20, 70, .28); }
.route-card[hidden] { display: none; }
.route-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.route-card__body { padding: 22px; }
.route-card__days { margin: 0 0 5px; color: #556580; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.route-card h3 { min-height: 54px; margin: 0; font-size: 21px; line-height: 1.25; }
.price { display: grid; margin: 22px 0; }
.price span, .price small { font-size: 12px; color: #68738a; }
.price strong { font-size: 21px; }
.route-card__meta { display: grid; gap: 4px; padding-top: 16px; border-top: 1px solid #d9dfeb; font-size: 13px; }
.route-card__body > a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; margin-top: 22px; color: #005edc; font-size: 13px; font-weight: 800; text-decoration: none; }
.route-card__body > a::before { content: ""; position: absolute; z-index: 1; inset: 0; }
.route-carousel__footer { display: grid; grid-template-columns: minmax(140px, 1fr) auto auto; align-items: center; gap: clamp(20px, 3vw, 46px); margin-top: 15px; }
.route-carousel__progress { position: relative; height: 3px; overflow: hidden; background: rgba(255,255,255,.25); }
.route-carousel__progress span { position: absolute; inset: 0 auto 0 0; width: 25%; background: var(--yellow); box-shadow: 0 0 16px rgba(248,201,69,.65); transition: width .35s ease; }
.route-carousel__count { display: flex; align-items: baseline; gap: 8px; margin: 0; color: rgba(255,255,255,.65); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.route-carousel__count strong { color: white; font-size: 22px; }
.route-carousel__buttons { display: flex; gap: 10px; }
.carousel-button { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: white; background: rgba(0,27,73,.12); cursor: pointer; backdrop-filter: blur(8px); transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease; }
.carousel-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.carousel-button:hover:not(:disabled) { transform: translateY(-2px); border-color: white; color: var(--navy); background: white; }
.carousel-button:disabled { opacity: .28; cursor: not-allowed; }
.routes__cta { display: flex; justify-content: center; margin-top: 54px; }

.destinations { overflow: hidden; border-block: 8px solid var(--violet); background: var(--off-white); }
.destinations__intro { padding: clamp(58px, 6vw, 92px) 24px; color: var(--navy); text-align: center; background: var(--off-white); }
.destinations__intro h2 { margin: 0; font-family: var(--display); font-size: clamp(52px, 6vw, 96px); font-weight: 400; line-height: .9; }
.destination-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.destination-card { min-width: 0; min-height: 620px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 0; padding: 0; color: var(--navy); background: #eaf7ff; text-align: left; cursor: pointer; }
.destination-card--caribbean { background: #fff1f8; }
.destination-card__media { min-width: 0; overflow: hidden; }
.destination-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.destination-card__copy { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-width: 0; padding: clamp(42px, 4.5vw, 84px); border-top: 8px solid #5cebae; }
.destination-card--caribbean .destination-card__copy { border-top-color: var(--pink); }
.destination-card__copy .kicker { margin-bottom: 18px; }
.destination-card__title { font-family: var(--display); font-size: clamp(52px, 4vw, 78px); font-weight: 400; letter-spacing: .01em; line-height: .9; }
.destination-card__description { margin-top: 28px; font-size: clamp(16px, 1.05vw, 20px); line-height: 1.55; }
.destination-card__link { margin-top: 32px; color: #0067e8; font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.destination-card__link > span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.destination-card:hover .destination-card__media img { transform: scale(1.04); }
.destination-card:hover .destination-card__link > span { transform: translateX(5px); }

.trust { padding: 105px 0 100px; color: var(--navy); background: var(--off-white); }
.trust__logo {
  display: block;
  width: clamp(90px, 8vw, 120px);
  height: auto;
  margin: 0 auto 28px;
  filter: drop-shadow(0 14px 24px rgba(0, 27, 73, .14));
}
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1240px; margin: 64px auto 0; }
.trust-card { padding: 36px 32px; background: white; border-top: 8px solid var(--yellow); box-shadow: 0 14px 35px rgba(0, 20, 70, .08); }
.trust-card:nth-child(2) { border-top-color: var(--pink); }
.trust-card:nth-child(3) { border-top-color: var(--cyan); }
.trust-card h3 { margin: 0 0 14px; font-size: 21px; line-height: 1.3; }
.trust-card p { margin: 0; color: #3e4656; font-size: 15px; line-height: 1.6; }
.trust__cta { max-width: 720px; margin: 70px auto 0; text-align: center; }
.trust__cta p { margin: 0 0 28px; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.6; }

.faq { position: relative; padding: 115px 0; color: var(--off-white); overflow: hidden; background: linear-gradient(125deg, #5f1ee7, #9139ff 55%, #2d7df0); }
.faq::before { content: "?"; position: absolute; right: 3%; top: -160px; color: rgba(255,255,255,.05); font-family: var(--display); font-size: 900px; line-height: 1; }
.faq__layout { position: relative; display: grid; grid-template-columns: .85fr 1.6fr; gap: 10vw; }
.faq__intro h2 { margin: 0 0 26px; font-family: var(--display); font-size: clamp(56px, 6vw, 96px); font-weight: 400; line-height: .82; }
.faq__intro > p:last-child { max-width: 460px; font-size: 17px; }
.accordion { align-self: center; }
.accordion-item { border-bottom: 1px solid rgba(255,255,255,.35); }
.accordion-item h3 { margin: 0; }
.accordion-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; border: 0; padding: 27px 0; color: white; text-align: left; background: transparent; font-size: clamp(17px, 1.45vw, 23px); font-weight: 700; cursor: pointer; }
.accordion-item button span { font-size: 30px; font-weight: 300; }
.accordion-panel { padding: 0 50px 26px 0; color: rgba(255,255,255,.88); }
.accordion-panel--detailed { padding-top: 12px; }
.accordion-panel p { margin: 0; line-height: 1.65; }
.accordion-panel strong { color: white; }
.faq-included-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 26px; margin: 18px 0 22px; padding: 0; list-style: none; }
.faq-included-list li { position: relative; padding-left: 24px; line-height: 1.5; }
.faq-included-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--yellow); font-weight: 900; }
.faq-extra { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.24); }
.faq-detail-note { margin-top: 12px !important; color: rgba(255,255,255,.68); font-size: 13px; }

.stories { padding: 105px 0 110px; color: white; background: linear-gradient(180deg, #001233, #0a1f52); }
.stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1000px; margin: 64px auto 0; }
.story-card { display: grid; place-content: center; gap: 16px; aspect-ratio: 9 / 16; border: 1px dashed rgba(255, 255, 255, .35); border-radius: 12px; background: rgba(255, 255, 255, .05); text-align: center; }
.story-card svg { width: 54px; height: 54px; margin-inline: auto; padding: 14px; border: 1.5px solid rgba(255, 255, 255, .6); border-radius: 50%; fill: white; }
.story-card span { color: rgba(255, 255, 255, .6); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
/* Instagram embed'inde butonları gizlemek için resmi bir ayar yok; üst profil başlığı (~55px)
   CSS ile kırpılıyor. Kart yüksekliği = medya (9:16, ::before) + alt satırlar için sabit 150px,
   böylece beğeni sayısı satırı her genişlikte kesilmeden sığar. */
.story-card--embed { position: relative; display: block; overflow: hidden; padding-bottom: 150px; border: 0; border-radius: 12px; background: white; }
.story-card--embed::before { content: ""; display: block; padding-top: 177.78%; }
.story-card--embed iframe { position: absolute; top: -55px; left: 0; width: 100%; height: calc(100% + 55px); border: 0; }
.story-card--embed iframe[hidden] { display: none; }
.social-consent { position: absolute; inset: 0; display: grid; place-content: center; gap: 14px; padding: 32px; color: white; background: radial-gradient(circle at 80% 10%, rgba(255, 13, 178, .35), transparent 38%), linear-gradient(145deg, #071b49, #243d7b); text-align: center; }
.social-consent[hidden] { display: none; }
.social-consent strong { font-family: var(--display); font-size: clamp(32px, 3vw, 48px); font-weight: 400; letter-spacing: .03em; }
.social-consent p { max-width: 260px; margin: 0 auto; color: rgba(255, 255, 255, .78); font-size: 13px; line-height: 1.55; }
.social-consent button { min-height: 44px; margin-top: 4px; border: 1px solid rgba(255, 255, 255, .72); border-radius: 4px; padding: 10px 16px; color: white; background: transparent; font-size: 12px; font-weight: 900; letter-spacing: .08em; cursor: pointer; }
.social-consent button:hover { color: var(--navy); background: var(--yellow); border-color: var(--yellow); }
.story-embed__link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; padding-inline: 4px; color: white; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-decoration: none; }
.story-embed__link:hover { color: var(--yellow); }
.story-embed { text-align: center; }
.stories__cta { margin-top: 70px; text-align: center; }
.stories__cta p { margin: 0 0 26px; font-size: clamp(17px, 1.5vw, 23px); font-weight: 700; }

.awards {
  padding: 24px 0;
  color: white;
  background: var(--blue);
}
.awards__frame { border-top: 1px solid rgba(255, 255, 255, .3); border-bottom: 1px solid rgba(255, 255, 255, .3); padding-block: clamp(58px, 5vw, 82px); }
.awards__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 3vw, 58px); }
.award { min-height: 140px; display: grid; place-items: center; text-align: center; }
.award__image { display: block; width: min(100%, 360px); height: auto; }
.award__image--private-island { width: min(100%, 420px); }
.awards__copyright { margin: 18px auto 0; color: rgba(255, 255, 255, .72); font-size: 11px; letter-spacing: .04em; line-height: 1.55; text-align: center; }
.legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin-top: 12px; color: rgba(255, 255, 255, .78); font-size: 12px; text-align: center; }
.legal-links a, .legal-links button { min-height: 44px; display: inline-flex; align-items: center; border: 0; padding: 0; color: inherit; background: transparent; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.legal-links a:hover, .legal-links button:hover { color: white; }

.cookie-banner { position: fixed; z-index: 900; right: 22px; bottom: 22px; left: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 26px; max-width: 1180px; margin-inline: auto; border: 1px solid rgba(255, 255, 255, .24); border-radius: 8px; padding: 22px; color: white; background: rgba(0, 27, 73, .97); box-shadow: 0 22px 60px rgba(0, 9, 32, .45); backdrop-filter: blur(14px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner__copy strong { display: block; font-size: 14px; letter-spacing: .08em; }
.cookie-banner__copy p { max-width: 720px; margin: 7px 0 2px; color: rgba(255, 255, 255, .82); font-size: 13px; line-height: 1.55; }
.cookie-banner__copy a { color: white; font-size: 12px; text-underline-offset: 3px; }
.cookie-banner__actions, .cookie-dialog__actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.cookie-action { min-height: 46px; border: 1px solid rgba(255, 255, 255, .62); border-radius: 4px; padding: 10px 14px; color: white; background: #123e7e; font-size: 11px; font-weight: 900; letter-spacing: .06em; white-space: nowrap; cursor: pointer; }
.cookie-action:hover { background: #1e57a5; }

.cookie-dialog { width: min(680px, calc(100% - 32px)); max-height: min(760px, calc(100dvh - 32px)); overflow-y: auto; border: 0; border-radius: 10px; padding: clamp(24px, 5vw, 42px); color: var(--ink); background: white; box-shadow: 0 30px 90px rgba(0, 9, 32, .45); }
.cookie-dialog::backdrop { background: rgba(0, 14, 45, .76); backdrop-filter: blur(5px); }
.cookie-dialog__close { position: absolute; top: 15px; right: 15px; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--navy); background: #eef4ff; font-size: 28px; line-height: 1; cursor: pointer; }
.cookie-dialog__header { padding-right: 46px; }
.cookie-dialog__header .kicker { color: #005edc; }
.cookie-dialog__header h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(42px, 7vw, 66px); font-weight: 400; line-height: .9; }
.cookie-dialog__header > p:last-child { margin: 16px 0 26px; color: #4b5563; font-size: 14px; line-height: 1.6; }
.cookie-option { min-height: 92px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 22px; border-top: 1px solid #dce4ef; padding: 18px 0; }
.cookie-option strong { display: block; color: var(--navy); font-size: 15px; }
.cookie-option p { margin: 4px 0 0; color: #5f6877; font-size: 13px; line-height: 1.5; }
.cookie-option--muted { opacity: .7; }
.cookie-option__status { color: #17643a; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-align: right; }
.cookie-toggle { width: 48px; height: 26px; accent-color: #1766d5; cursor: pointer; }
.cookie-dialog__actions { margin-top: 26px; }
.cookie-dialog .cookie-action { border-color: #b3c4dc; color: var(--navy); background: #edf4ff; }
.cookie-dialog .cookie-action:hover { background: #dbe9ff; }

.legal-page { color: #eaf2ff; background: linear-gradient(145deg, #001233, #0a2457); }
.legal-header { border-bottom: 1px solid rgba(255, 255, 255, .15); background: rgba(0, 18, 51, .9); }
.legal-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-brand { font-weight: 900; letter-spacing: .16em; text-decoration: none; }
.legal-back { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255, 255, 255, .78); font-size: 13px; text-decoration: none; }
.legal-main { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: clamp(62px, 8vw, 110px) 0; }
.legal-main__intro { padding-bottom: 34px; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.legal-main h1 { max-width: 780px; margin: 0; padding-bottom: .08em; font-family: var(--display); font-size: clamp(54px, 9vw, 92px); font-weight: 400; line-height: .88; background-image: linear-gradient(180deg, #fff 48%, #9fc3ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.legal-main__lead { max-width: 760px; margin: 24px 0 0; color: rgba(255, 255, 255, .82); font-size: 17px; line-height: 1.7; }
.legal-updated { margin: 14px 0 0; color: rgba(255, 255, 255, .56); font-size: 12px; }
.legal-section { padding-top: 38px; }
.legal-section h2 { margin: 0 0 15px; color: white; font-size: clamp(22px, 3vw, 30px); line-height: 1.25; }
.legal-section h3 { margin: 26px 0 9px; color: white; font-size: 18px; }
.legal-section p, .legal-section li { color: rgba(255, 255, 255, .78); line-height: 1.72; }
.legal-section ul, .legal-section ol { padding-left: 22px; }
.legal-section a { color: #8fdcff; text-underline-offset: 3px; }
.legal-table-wrap { overflow-x: auto; margin-top: 20px; }
.legal-table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 13px; }
.legal-table th, .legal-table td { border: 1px solid rgba(255, 255, 255, .18); padding: 14px; text-align: left; vertical-align: top; }
.legal-table th { color: white; background: rgba(255, 255, 255, .08); }
.legal-table td { color: rgba(255, 255, 255, .76); }
.legal-footer { padding: 26px 0; border-top: 1px solid rgba(255, 255, 255, .15); color: rgba(255, 255, 255, .64); background: #001233; font-size: 12px; text-align: center; }
.legal-footer .legal-links { margin-top: 4px; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.experience-grid .reveal:nth-child(2), .overview-grid .reveal:nth-child(2), .included-grid .reveal:nth-child(2), .day-grid .reveal:nth-child(2), .trust-grid .reveal:nth-child(2), .stories-grid .reveal:nth-child(2) { transition-delay: .08s; }
.experience-grid .reveal:nth-child(3), .overview-grid .reveal:nth-child(3), .included-grid .reveal:nth-child(3), .day-grid .reveal:nth-child(3), .trust-grid .reveal:nth-child(3), .stories-grid .reveal:nth-child(3) { transition-delay: .16s; }
.experience-grid .reveal:nth-child(4), .overview-grid .reveal:nth-child(4), .day-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1180px) {
  .experience-grid, .overview-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-card { min-height: 360px; }
  .day-grid { grid-template-columns: repeat(2, 1fr); }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card { min-height: 540px; }
  .trust-grid { grid-template-columns: 1fr; max-width: 720px; }
}

@media (max-width: 860px) {
  :root { --wrap: min(100% - 32px, 680px); }
  .hero { min-height: 650px; }
  .hero h1 { font-size: clamp(76px, 14vw, 120px); }
  .hero__connector { flex-basis: clamp(58px, 9vw, 76px); }
  .stats, .why, .included__content, .day, .routes-section, .trust, .faq, .stories { padding-block: 75px; }
  .section-intro { padding-inline: 16px; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 34px 16px; margin-top: 55px; }
  .routes__head { align-items: start; }
  .included-grid { grid-template-columns: 1fr; }
  .faq__layout { grid-template-columns: 1fr; gap: 45px; }
  .stories-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .awards__grid { grid-template-columns: 1fr; gap: 28px; }
  .award { width: min(100%, 460px); margin-inline: auto; }
  .cookie-banner { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero { min-height: 590px; }
  .hero__brand-logo { width: 132px; }
  .hero__content { width: 100%; padding-inline: 12px; }
  .hero__eyebrow { margin-bottom: 8px; font-size: 14px; }
  .hero h1 { display: flex; font-size: clamp(46px, 13vw, 76px); line-height: .78; }
  .hero__connector { flex-basis: clamp(38px, 11vw, 52px); font-size: .3em; }
  .hero__lead { margin-top: 20px; font-size: 15px; }
  .scroll-cue--hero { bottom: 14px; width: max-content; }
  .video-control { right: 18px; bottom: 74px; }
  .stats__closing { margin-top: 45px; }
  .stats h2 { font-size: clamp(38px, 12vw, 54px); }
  .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 42px; }
  .experience-card { min-width: 0; min-height: 0; aspect-ratio: .78; }
  .experience-card__copy { gap: 8px; padding: 18px 10px; }
  .experience-card__copy strong { font-size: clamp(20px, 6.4vw, 28px); }
  .experience-card__copy small { font-size: clamp(10px, 3vw, 12px); line-height: 1.35; }
  .overview-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 55px; }
  .detail-modal[open] { grid-template-columns: 1fr; grid-template-rows: 220px minmax(0, 1fr); }
  .detail-modal__img { min-height: 0; height: 100%; }
  .detail-modal__body { overscroll-behavior: contain; }
  .destination-card { min-height: 0; grid-template-columns: 1fr; }
  .destination-card__media { order: -1; aspect-ratio: 4 / 3; }
  .destination-card__copy { padding: 38px 24px 44px; }
  .destination-card__title { font-size: clamp(48px, 15vw, 64px); }
  .destination-card__description { font-size: 16px; }
  .day-grid { grid-template-columns: 1fr; }
  .routes__head p:not(.kicker) { font-size: 16px; }
  .route-carousel { grid-auto-columns: 86vw; }
  .route-carousel__footer { grid-template-columns: 1fr auto; gap: 18px; }
  .route-carousel__progress { grid-column: 1 / -1; }
  .route-carousel__count { grid-row: 2; }
  .route-carousel__buttons { grid-column: 2; grid-row: 2; }
  .carousel-button { width: 54px; height: 54px; }
  .included-card > div { padding: 28px 24px; }
  .trust-card { padding: 30px 24px; }
  .faq::before { right: -30%; }
  .accordion-panel { padding-right: 0; }
  .faq-included-list { grid-template-columns: 1fr; }
  .stories-grid { grid-template-columns: 1fr; max-width: 320px; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; gap: 16px; padding: 18px; }
  .cookie-banner__actions { grid-template-columns: 1fr; }
  .cookie-dialog__actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cookie-dialog .cookie-action { padding-inline: 6px; font-size: 9px; }
  .cookie-action { white-space: normal; }
  .cookie-option { align-items: start; }
  .legal-header__inner { min-height: 66px; }
  .legal-brand { font-size: 11px; }
  .whatsapp-fab { width: 48px; height: 48px; }
  .whatsapp-fab svg { width: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
  .scroll-cue svg { animation: none; }
}
