/* Trip Plan — site stilleri
   Tek yazı ailesi (Archivo, değişken genişlik ekseni). Koyu hero, açık gövde,
   koyu kapanış: sayfa üç tonda ilerler. Vurgu kırmızısı yalnızca zaman/tarih
   taşıyan öğelerde kullanılır. */

:root {
  --hero-object: 26rem;
  --ink: #0d1226;
  --ink-2: #161e3d;
  --ink-soft: #3a4256;
  --ink-faint: #6d7488;
  --paper: #fbfaf7;
  --rule: #e4e0d6;
  --rule-dark: #2a3252;
  --azure: #0a62ff;
  --azure-lift: #4d8bff;
  --azure-soft: #eaf1ff;
  --stamp: #ff5a4d;
  --stamp-ink: #d2372f;
  --cloud: #b9c0d4;

  --measure: 62ch;
  --gap: clamp(1rem, 2.5vw, 2rem);
  --bleed: clamp(1.25rem, 6vw, 6rem);
  --radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Archivo, "Noto Sans JP", "Noto Sans KR", "Noto Sans SC",
    system-ui, -apple-system, sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.0625rem);
  line-height: 1.6;
}

time, .num { font-variant-numeric: tabular-nums; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

:focus-visible { outline: 2px solid var(--azure-lift); outline-offset: 3px; border-radius: 2px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.wrap { max-width: 78rem; margin-inline: auto; padding-inline: var(--bleed); }

/* ── Koyu bölge ortak ─────────────────────────────────── */

.dark {
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}

/* Uçuş rotalarını andıran ince yaylar — atmosfer, dekor değil: ürünün
   konusu olan şehirler arası hareketi anlatır. */
.routes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .5;
}

/* ── Üst bar ─────────────────────────────────────────── */

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
  padding-block: 1.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.wordmark {
  font-weight: 700;
  font-stretch: 115%;
  letter-spacing: -0.015em;
  font-size: 1.125rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

/* Uygulama ikonu marka işaretinin yanında; site ile App Store girişi aynı görünür. */
.wordmark .mark {
  width: 1.75rem; height: 1.75rem;
  border-radius: 7px;
  flex: none;
  box-shadow: 0 0 0 1px rgba(255,255,255,.14);
}
.light .wordmark .mark { box-shadow: 0 0 0 1px rgba(0,0,0,.08); }

/* Dil seçici: bayrak + kendi dilinde ad, açılır menü. */
.langpick { position: relative; }

.langpick summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .75rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  font-size: .875rem;
  font-weight: 600;
  transition: border-color .15s ease, background .15s ease;
}
.langpick summary::-webkit-details-marker { display: none; }
.langpick summary:hover { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.05); }
.langpick[open] summary { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.07); }

.langpick .flag { font-size: 1.05rem; line-height: 1; }
.langpick .chev { width: .7rem; height: .7rem; opacity: .65; transition: transform .15s ease; }
.langpick[open] .chev { transform: rotate(180deg); }

.langpick ul {
  position: absolute;
  top: calc(100% + .4rem);
  inset-inline-end: 0;
  z-index: 20;
  min-width: 11rem;
  list-style: none;
  background: #fff;
  color: var(--ink);
  border-radius: 10px;
  padding: .35rem;
  box-shadow: 0 18px 44px -12px rgba(0,0,0,.5), 0 0 0 1px rgba(0,0,0,.06);
}

.langpick ul a {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .5rem .6rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: .9375rem;
  white-space: nowrap;
}
.langpick ul a:hover { background: var(--azure-soft); }

/* ── Hero ────────────────────────────────────────────── */

.hero { padding-block: clamp(2rem, 4vw, 3rem) clamp(3rem, 7vw, 5rem); position: relative; z-index: 1; }

.hero h1 {
  font-weight: 700;
  font-stretch: 122%;
  font-size: clamp(2.4rem, 1.3rem + 4.2vw, 4.5rem);
  line-height: .99;
  letter-spacing: -0.032em;
  max-width: 15ch;
  text-wrap: balance;
}

.hero .standfirst {
  margin-top: 1.35rem;
  max-width: 42ch;
  font-size: clamp(1.0625rem, 1rem + 0.3vw, 1.1875rem);
  color: var(--cloud);
}

.hero-grid {
  margin-top: clamp(2.25rem, 5vw, 3.25rem);
  display: grid;
  gap: clamp(2.25rem, 5vw, 4rem);
  grid-template-columns: 1fr;
  align-items: end;
}

@media (min-width: 64rem) {
  .hero-grid { grid-template-columns: 1fr minmax(20rem, 24rem) minmax(13rem, 16rem); }
}

/* Program kartı ile telefon görseli aynı yüksekliğe oturur; hero böylece
   ekrana sığar ve iki nesne birlikte okunur. */
.hero-shot {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, .65), 0 0 0 1px rgba(255,255,255,.09);
  display: none;
  height: var(--hero-object);
  object-fit: cover;
  object-position: top;
  width: 100%;
}
@media (min-width: 64rem) { .hero-shot { display: block; } }

/* ── Program kartı ───────────────────────────────────── */

.itinerary {
  border-radius: var(--radius);
  height: var(--hero-object);
  display: flex;
  flex-direction: column;
  background: #fff;
  color: var(--ink);
  overflow: hidden;
  box-shadow: 0 24px 60px -18px rgba(0,0,0,.55);
}

.itinerary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1.15rem;
  border-bottom: 1px solid var(--rule);
}

.itinerary-head .place { font-weight: 700; font-stretch: 112%; letter-spacing: -0.01em; }
.itinerary-head .until { font-size: .8125rem; color: var(--stamp-ink); font-weight: 700; }

.days { flex: 1; overflow: hidden; }
.day { border-bottom: 1px solid var(--rule); }
.day:last-of-type { border-bottom: 0; }

.day-label {
  display: flex; align-items: baseline; gap: .55rem;
  padding: .75rem 1.15rem .3rem;
  color: var(--ink-faint); font-size: .8125rem;
}
.day-label .n { color: var(--stamp-ink); font-weight: 700; font-stretch: 112%; }

.stops { list-style: none; padding: 0 1.15rem .8rem; }
.stops li { display: grid; grid-template-columns: 3.4rem 1fr; gap: .7rem; padding-block: .3rem; align-items: baseline; }
.stops time { color: var(--ink-faint); font-size: .8125rem; }
.stops .stop { font-size: .9375rem; }

.itinerary-foot {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .85rem 1.15rem; background: var(--azure-soft); font-size: .8125rem;
}
.itinerary-foot .est { font-weight: 700; }
.itinerary-foot .weather { color: var(--ink-soft); }

/* ── Mağaza düğmesi ──────────────────────────────────── */

.stores { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.1rem; margin-top: 1.9rem; }

.store {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .85rem 1.4rem; border-radius: 10px;
  background: var(--paper); color: var(--ink);
  text-decoration: none; font-weight: 700; font-size: .9375rem;
  transition: transform .15s ease, background .15s ease;
}
.store:hover { background: #fff; transform: translateY(-1px); }
.store svg { width: 1.15rem; height: 1.15rem; fill: currentColor; }
.store small { display: block; font-size: .6875rem; font-weight: 500; opacity: .7; }

.stores .pending { font-size: .8125rem; color: var(--cloud); max-width: 26ch; }

.light .store { background: var(--ink); color: var(--paper); }
.light .store:hover { background: var(--azure); }
.light .stores .pending { color: var(--ink-faint); }

/* ── Harita bandı ────────────────────────────────────── */

.mapband { background: var(--ink-2); color: var(--paper); }

.mapband-inner {
  display: grid; gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
  padding-block: clamp(3rem, 7vw, 5rem);
  grid-template-columns: 1fr;
}
@media (min-width: 58rem) { .mapband-inner { grid-template-columns: 1fr minmax(16rem, 20rem); } }

.mapband h2 { font-weight: 700; font-stretch: 118%; font-size: clamp(1.7rem, 1.2rem + 2vw, 2.6rem); line-height: 1.05; letter-spacing: -0.022em; max-width: 16ch; text-wrap: balance; }
.mapband p { margin-top: .9rem; color: var(--cloud); max-width: 46ch; }

.mapband-shot { border-radius: 20px; overflow: hidden; box-shadow: 0 24px 60px -20px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.08); }

/* ── Bölümler ────────────────────────────────────────── */

.section { padding-block: clamp(3.25rem, 7vw, 5.5rem); }
.section + .section { border-top: 1px solid var(--rule); }

.section h2 {
  font-weight: 700; font-stretch: 118%;
  font-size: clamp(1.8rem, 1.2rem + 2.4vw, 2.9rem);
  line-height: 1.04; letter-spacing: -0.022em; max-width: 19ch; text-wrap: balance;
}
.section .lede { margin-top: .9rem; max-width: 50ch; color: var(--ink-soft); }

.features { margin-top: clamp(2rem, 4.5vw, 3rem); display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; }

@media (min-width: 48rem) {
  .features { grid-template-columns: repeat(6, 1fr); }
  .feature--wide { grid-column: span 4; }
  .feature--narrow { grid-column: span 2; }
  .feature--half { grid-column: span 3; }
}

.feature { background: #fff; padding: clamp(1.5rem, 3vw, 2.1rem); }
.feature h3 { font-size: 1.0625rem; font-weight: 700; font-stretch: 108%; letter-spacing: -0.01em; }
.feature p { margin-top: .5rem; color: var(--ink-soft); font-size: .9375rem; max-width: 42ch; }

/* Akış: gerçekten sıralı olduğu için numaralı. */
.steps { margin-top: clamp(2rem, 4.5vw, 3rem); list-style: none; }
.step { display: grid; grid-template-columns: 2.4rem 1fr; gap: clamp(.75rem, 2vw, 1.5rem); padding-block: 1.35rem; border-top: 1px solid var(--rule); align-items: baseline; }
.step:first-child { border-top: 0; padding-top: 0; }
.step .n { font-weight: 700; font-stretch: 118%; font-size: 1.2rem; color: var(--stamp-ink); }
.step h3 { font-size: 1.125rem; font-weight: 700; font-stretch: 108%; letter-spacing: -0.01em; }
.step p { margin-top: .3rem; color: var(--ink-soft); max-width: 56ch; }

/* ── Kapanış ─────────────────────────────────────────── */

.closing { padding-block: clamp(3.5rem, 8vw, 6rem); }
.closing h2 { font-weight: 700; font-stretch: 120%; font-size: clamp(1.9rem, 1.2rem + 2.8vw, 3.2rem); line-height: 1.03; letter-spacing: -0.025em; max-width: 17ch; text-wrap: balance; }
.closing .lede { margin-top: .9rem; color: var(--cloud); max-width: 46ch; }

/* ── Altbilgi ────────────────────────────────────────── */

.foot {
  border-top: 1px solid var(--rule);
  padding-block: 2rem 3rem;
  display: flex; flex-wrap: wrap; gap: 1rem var(--gap);
  justify-content: space-between; align-items: baseline;
  font-size: .875rem; color: var(--ink-faint);
}
.foot nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--ink); text-decoration: underline; }

/* ── İçerik sayfaları ────────────────────────────────── */

.dochead { padding-block: clamp(2.5rem, 6vw, 4rem) clamp(2.5rem, 6vw, 4rem); position: relative; z-index: 1; }
.dochead h1 { font-weight: 700; font-stretch: 122%; font-size: clamp(2rem, 1.3rem + 3vw, 3.4rem); line-height: 1.02; letter-spacing: -0.025em; max-width: 18ch; }
.dochead .standfirst { margin-top: 1rem; max-width: 52ch; color: var(--cloud); }

.doc { padding-block: clamp(2rem, 5vw, 3.5rem) clamp(3rem, 7vw, 5rem); }
.doc section { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--rule); }
.doc section:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.doc h2 { font-size: 1.1875rem; font-weight: 700; font-stretch: 108%; letter-spacing: -0.01em; max-width: 34ch; }
.doc p { margin-top: .75rem; max-width: var(--measure); color: var(--ink-soft); white-space: pre-line; }
.doc a { color: var(--azure); }

.faq dt { font-weight: 700; margin-top: 1.35rem; }
.faq dd { margin-top: .35rem; color: var(--ink-soft); max-width: var(--measure); }
