/* GOJOWA magaza — 18. adim, acik tema.
   site.css'teki degiskenleri kullanir; yeni renk TANIMLAMAZ. */

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.hero--compact { padding-block: clamp(30px, 5vw, 52px) clamp(26px, 4vw, 42px); }
.hero--compact h1 { font-size: clamp(2rem, 5.4vw, 3.4rem); max-width: 18ch; }

.crumb { font-size: 14px; font-weight: 500; color: var(--muted); margin: 0 0 14px; }
.crumb a { text-decoration-color: var(--edge); text-underline-offset: 3px; }
.crumb a:hover { color: var(--ink); text-decoration-color: var(--red); }

/* --------------------------------------------------------- destinasyon basi */
.desthead { display: flex; align-items: center; gap: 18px; }
.destflag {
  width: 56px; height: 56px; border-radius: 50%; flex: none;
  border: 3px solid var(--paper); box-shadow: var(--sh-flag);
  background: var(--sunk); overflow: hidden;
}
@media (max-width: 560px) { .destflag { width: 42px; height: 42px; } }

/* ---------------------------------------------------------------- finder */
.finder { margin-top: clamp(24px, 4vw, 34px); max-width: 620px; }
.finder__label {
  display: block; font-size: 12px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--faint); margin-bottom: 10px;
}
.finder__input {
  width: 100%; font: inherit; font-size: 1.05rem; color: var(--ink);
  background: var(--paper); border: 1px solid var(--edge-2); border-radius: 13px;
  padding: 17px 18px 17px 48px; box-shadow: var(--sh-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='%238A8075' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: 18px 50%;
}
.finder__input::placeholder { color: var(--faint); }
.finder__input:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; border-color: transparent; }
.finder__count { font-size: 14px; color: var(--muted); margin: 12px 0 0; min-height: 1.2em; }
.finder__list { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.finder__list a {
  display: inline-block; text-decoration: none; font-size: 15px; font-weight: 500;
  background: var(--paper); border: 1px solid var(--edge); border-radius: 999px; padding: 8px 15px;
}
.finder__list a:hover { border-color: var(--red); color: var(--red-ink); }
.finder__empty { color: var(--muted); font-size: 15px; }

/* ----------------------------------------------------------------- guven */
.trust {
  display: grid; gap: 14px; background: var(--paper); border: 1px solid var(--edge);
  border-radius: 18px; padding: 20px 26px; box-shadow: var(--sh-1);
  margin-top: clamp(26px, 4vw, 36px);
}
@media (min-width: 900px) { .trust { grid-template-columns: repeat(4, 1fr); gap: 26px; } }
.trust__item { display: flex; align-items: center; gap: 11px; font-size: 14.5px; color: var(--muted); }
.trust__item svg { flex: none; width: 20px; height: 20px; stroke: var(--red); fill: none; stroke-width: 1.8; }

/* ------------------------------------------------------------ destinations */
.dest-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
@media (min-width: 560px) { .dest-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .dest-grid { grid-template-columns: repeat(3, 1fr); } }
.dest-grid a {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  background: var(--paper); padding: 17px 20px; text-decoration: none;
  border: 1px solid var(--edge); border-radius: var(--r); box-shadow: var(--sh-1);
  transition: border-color .12s, box-shadow .12s, transform .12s;
}
.dest-grid a:hover { border-color: var(--edge-2); box-shadow: var(--sh-2); transform: translateY(-1px); }
.dest-grid__name { font-weight: 600; letter-spacing: -0.012em; }
.dest-grid__price { font-size: 14px; color: var(--muted); white-space: nowrap; text-align: right; }
.dest-grid__price b {
  display: block; font-size: 1.05rem; font-weight: 700; letter-spacing: -0.02em;
  color: var(--red-loud);
}

/* ---------------------------------------------------------------- sortbar */
.sortbar {
  display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center;
  justify-content: space-between; margin-bottom: clamp(20px, 3vw, 26px);
  background: var(--paper); border: 1px solid var(--edge); border-radius: var(--r);
  padding: 13px 18px; box-shadow: var(--sh-1);
}
.sortbar .section__label { margin: 0; color: var(--ink); font-size: 14px;
  letter-spacing: 0; text-transform: none; font-weight: 600; }
.sortbar__opts { display: flex; gap: 4px; padding: 3px; font-size: 13px; font-weight: 500;
  background: var(--sunk); border: 1px solid var(--edge); border-radius: 10px; }
.sortbar__opts a { text-decoration: none; color: var(--muted); padding: 6px 13px; border-radius: 7px; }
.sortbar__opts a:hover { color: var(--ink); }
.sortbar__opts a[aria-current] { background: var(--cta-bg); color: var(--cta-fg); font-weight: 600; }

/* ------------------------------------------------------------------ cards */
.cards { display: grid; gap: 20px; }
@media (min-width: 760px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .cards { grid-template-columns: repeat(3, 1fr); } }

.card {
  display: flex; flex-direction: column; background: var(--paper);
  border: 1px solid var(--edge); border-radius: 20px; overflow: hidden;
  box-shadow: var(--sh-2); transition: box-shadow .14s, transform .14s;
}
.card:hover { box-shadow: var(--sh-3); transform: translateY(-2px); }

/* one cikan kart */
.card--best { border: 1.5px solid var(--best-edge); box-shadow: var(--sh-best); }
.card { position: relative; }
.card__ribbon {
  position: absolute; top: 0; left: 24px; transform: translateY(-50%);
  background: var(--amber-bg); border: 1px solid var(--amber-edge); border-radius: 999px;
  padding: 4px 12px; font-size: 12px; font-weight: 600; color: var(--amber); line-height: 1.3;
}
.card__ribbon--plain { background: var(--sunk); border-color: var(--edge); color: var(--muted); }
.card { overflow: visible; }
.cards { padding-top: 8px; }

/* Kart sirasi sabit (Adim 31): ulke -> veri (buyuk) + sure (kucuk) -> ayrac -> <dl> -> esneyen bosluk -> fiyat + buton */
.card__head { display: flex; flex-direction: column; gap: 12px; padding: 24px 24px 20px; }
.card__where { display: inline-flex; align-items: center; gap: 8px; margin: 0; font-size: 14px; font-weight: 600; color: var(--muted); }
.card__data { display: flex; flex-direction: column; }
.card__amount { font-size: 2.15rem; font-weight: 700; letter-spacing: -0.034em; line-height: 1; color: var(--ink); }
.card__days { font-size: 14px; font-weight: 500; color: var(--faint); margin-top: 8px; }
.card__caveat { font-size: 13px; color: var(--muted); margin-top: 4px; max-width: 28ch; }
.card__buy { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.card__price { text-align: left; flex: none; }
.card__price { display: block; font-size: 1.85rem; font-weight: 700; letter-spacing: -0.032em;
  line-height: 1; color: var(--price); }
.card__unit { display: block; font-size: 13px; font-weight: 400; color: var(--muted); margin-top: 8px; }
.ok { color: var(--ok); font-weight: 600; }

.card__facts { margin: 0; border-top: 1px solid var(--edge); display: grid; }
.card__facts > div { display: grid; grid-template-columns: 6.6em 1fr; gap: 14px;
  padding: 12px 24px; border-bottom: 1px solid var(--edge-soft); align-items: start; }
.card__facts > div:last-child { border-bottom: 0; }
.card__facts dt { font-size: 11.5px; font-weight: 600; letter-spacing: .07em;
  text-transform: uppercase; color: var(--faint); margin: 0; padding-top: 3px; }
.card__facts dd { margin: 0; font-size: 0.97rem; font-weight: 500; color: var(--ink); }   /* fiyatla ayni aile; belirgin kucuk degil */
.card__from { display: block; font-size: 12.5px; font-weight: 400; color: var(--muted); margin-top: 2px; }

.tech { font-size: 11px; font-weight: 700; letter-spacing: .04em; padding: 2px 7px;
  border-radius: 5px; border: 1px solid var(--edge); color: var(--muted);
  background: var(--sunk); white-space: nowrap; }
.tech--5g { color: var(--amber); border-color: var(--amber-edge); background: var(--amber-bg); }
.no { color: var(--price); font-weight: 600; }

.card__foot { margin-top: auto; padding: 16px 24px 24px; border-top: 1px solid var(--edge); }
.card__note { font-size: 12.5px; color: var(--faint); margin: 0 0 16px; }

/* ---------------------------------------------------------------- butonlar */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-weight: 600; font-size: 0.97rem;
  border: 1px solid var(--edge-2); background: var(--paper); color: var(--ink);
  border-radius: 12px; padding: 13px 22px; min-height: 48px;
}
.btn:hover { border-color: var(--ink); }
.btn--primary { background: var(--cta-bg); border-color: var(--cta-bg); color: var(--cta-fg); box-shadow: var(--sh-red); }
.btn--primary:hover { background: var(--cta-hover); border-color: var(--cta-hover); }
.btn--block { display: flex; width: 100%; }
/* Adim 40b: satin al dugmesi kehribar; koyu temada --buy-* bakira doner (kirmizi dugme koyu temada yok) */
.btn--buy { background: var(--buy-bg); border-color: var(--buy-bg); color: var(--buy-fg); flex-direction: column; gap: 1px; line-height: 1.15; padding: 10px 22px; }
.btn--buy:hover { background: var(--buy-hover); border-color: var(--buy-hover); }
.btn__sub { font-size: 11px; font-weight: 500; opacity: .8; }
.card__soon { font-size: 14px; font-weight: 600; color: var(--muted); }
.card__op dd { font-size: 1.06rem; font-weight: 700; color: var(--ink); }   /* operator: fiyattan sonraki en guclu oge */
.card__carrier { display: inline-flex; align-items: center; gap: 8px; }
.card__op .tech--5g { font-size: 12px; padding: 3px 8px; }

.empty { color: var(--muted); max-width: var(--measure); }
.empty a { color: var(--ink); text-decoration-color: var(--red); text-underline-offset: 3px; }

/* ------------------------------------------------------------------ alert */
.alert { background: var(--paper); border: 1px solid var(--red); border-radius: var(--r);
  padding: 18px 22px; margin-bottom: 8px; box-shadow: var(--sh-1); }
.alert__title { font-weight: 700; margin: 0 0 6px; letter-spacing: -0.01em; }
.alert p:last-child { margin: 0; color: var(--muted); font-size: 0.95rem; }
.alert--quiet { border-color: var(--edge); }

/* ------------------------------------------------------------------- spec */
.spec { width: 100%; border-collapse: collapse; max-width: 880px;
  background: var(--paper); border: 1px solid var(--edge); border-radius: var(--r);
  overflow: hidden; box-shadow: var(--sh-2); }
.spec th, .spec td { text-align: left; vertical-align: top; padding: 17px 22px;
  border-bottom: 1px solid var(--edge-soft); }
.spec tr:last-child th, .spec tr:last-child td { border-bottom: 0; }
.spec th { width: 13em; padding-right: 20px; font-size: 11.5px; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase; color: var(--faint); }
.spec td { font-size: 1rem; color: var(--ink-2); }
.spec__note { display: block; font-size: 0.88rem; color: var(--muted); margin-top: 6px; }
@media (max-width: 620px) {
  .spec, .spec tbody, .spec tr, .spec th, .spec td { display: block; width: auto; }
  .spec th { border-bottom: 0; padding: 16px 18px 4px; }
  .spec td { padding: 0 18px 16px; }
}

/* ----------------------------------------------------------------- checks */
.checks { counter-reset: c; list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
@media (min-width: 860px) { .checks { grid-template-columns: repeat(3, 1fr); } }
.checks li { counter-increment: c; background: var(--paper); border: 1px solid var(--edge);
  border-radius: var(--r); padding: clamp(22px, 3vw, 26px); box-shadow: var(--sh-1); }
.checks li::before { content: counter(c, decimal-leading-zero); display: block;
  font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--red); margin-bottom: 12px; }
.checks h3 { font-size: 1.02rem; font-weight: 600; letter-spacing: -0.008em; margin: 0 0 10px; }
.checks p { margin: 0; font-size: 0.94rem; color: var(--muted); }

/* ------------------------------------------------------------------ notes */
.notes { display: grid; gap: 18px; }
@media (min-width: 860px) { .notes { grid-template-columns: repeat(3, 1fr); } }
.notes__item { background: var(--paper); border: 1px solid var(--edge); border-radius: var(--r);
  padding: clamp(22px, 3vw, 26px); box-shadow: var(--sh-1); }
.notes__item h3 { font-size: 1.02rem; font-weight: 600; letter-spacing: -0.008em; margin: 0 0 10px; }
.notes__item p { margin: 0; font-size: 0.94rem; color: var(--muted); }

/* ----------------------------------------------------------------- buybar */
.buybar { display: flex; flex-wrap: wrap; gap: 18px 32px; align-items: center;
  justify-content: space-between; background: var(--paper);
  border: 1px solid var(--edge); border-radius: 18px;
  padding: clamp(20px, 3vw, 28px); box-shadow: var(--sh-2); }
.buybar__price { font-size: 2.2rem; font-weight: 700; letter-spacing: -0.034em; margin: 0; color: var(--red-loud); }
.buybar__sub { margin: 6px 0 0; font-size: 0.95rem; color: var(--muted); }
.buybar__soon { margin: 0; font-size: 0.95rem; color: var(--muted); max-width: 34ch; }

/* telefonda alt cubuk sabit */
@media (max-width: 620px) {
  .buybar { position: sticky; bottom: 0; z-index: 5; border-radius: 0;
    border-inline: 0; border-bottom: 0; margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter); box-shadow: var(--sh-up); }
  .buybar__price { font-size: 1.6rem; }
}

/* Adim 14: cikis ulkesi */
.exit--local { color: var(--red); font-weight: 700; }

/* -------------------------------------------------------------- bolgeler */
.alsocovers {
  background: linear-gradient(110deg, var(--warm) 0%, var(--paper) 62%);
  border: 1px solid var(--edge); border-radius: 20px;
  padding: clamp(24px, 3vw, 30px) clamp(24px, 3vw, 34px);
  display: flex; flex-wrap: wrap; gap: 20px 34px; align-items: center;
}
.alsocovers > div { flex: 1 1 380px; }
.alsocovers h2 { margin: 0 0 8px; font-size: 1.5rem; font-weight: 700; letter-spacing: -0.024em; }
.alsocovers p { margin: 0; color: var(--muted); font-size: 0.97rem; max-width: 62ch; }

/* ============================================================================
   GOJOWA — 19. adim: vitrin yapisi.
   Bu blok shop.css'in SONUNA eklenir. Mevcut kurallari degistirmez.
   ========================================================================== */

/* --------------------------------------------------------------- ana sayfa */
.homegrid { display: grid; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (min-width: 1020px) { .homegrid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); } }
.homegrid h1 { max-width: 13ch; }

.finder__row { display: flex; gap: 12px; align-items: stretch; }
.finder__row .finder__input { flex: 1 1 auto; }
.finder__row .btn { flex: none; white-space: nowrap; padding-inline: 26px; }
@media (max-width: 560px) { .finder__row { flex-direction: column; } .finder__row .btn { width: 100%; } }

.pills { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin: 18px 0 0; }
.pills__label { font-size: 13px; color: var(--faint); }
.pills a {
  text-decoration: none; font-size: 13.5px; font-weight: 500; color: var(--muted);
  background: var(--paper); border: 1px solid var(--edge); border-radius: 999px; padding: 7px 13px;
}
.pills a:hover { border-color: var(--red); color: var(--red-ink); }

/* ornek paket karti (hero sagi) */
.showcase {
  background: var(--paper); border: 1px solid var(--edge); border-radius: 22px;
  padding: 24px; box-shadow: var(--sh-3);
}
.showcase__head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--edge); }
.showcase__flag { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; flex: none; border: 1px solid var(--edge); }
.showcase__title { font-size: 15px; font-weight: 600; flex: 1 1 auto; }
.showcase__price { font-size: 1.6rem; font-weight: 700; letter-spacing: -0.03em; color: var(--red-loud); }
.showcase__facts { margin: 16px 0 0; display: grid; gap: 13px; }
.showcase__facts > div { display: grid; grid-template-columns: 8.4em 1fr; gap: 14px; align-items: start; }
.showcase__facts dt { font-size: 11.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--faint); margin: 0; padding-top: 2px; }
.showcase__facts dd { margin: 0; font-size: 0.92rem; color: var(--ink-2); line-height: 1.45; }
.showcase__note { margin: 16px 0 0; font-size: 12.5px; color: var(--faint); }
@media (max-width: 560px) {
  .showcase__facts > div { grid-template-columns: 1fr; gap: 3px; }
  .showcase { padding: 20px; }
}

/* baslik satiri */
.headrow { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: baseline; justify-content: space-between; margin-bottom: 22px; }
.headrow .section__title { margin: 0; }
.headrow__more { font-size: 15px; font-weight: 600; color: var(--red-ink); text-decoration: none; }
.headrow__more:hover { text-decoration: underline; }

/* ------------------------------------------------- populer destinasyon karti */
.popcards { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
@media (min-width: 640px) { .popcards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .popcards { grid-template-columns: repeat(3, 1fr); } }

.popcards a {
  display: block; text-decoration: none; color: inherit; overflow: hidden;
  background: var(--paper); border: 1px solid var(--edge); border-radius: 20px;
  box-shadow: var(--sh-2); transition: box-shadow .14s, transform .14s;
}
.popcards a:hover { box-shadow: var(--sh-3); transform: translateY(-2px); }

.popcard__band {
  display: block; height: 104px; background: var(--sunk); position: relative; overflow: hidden;
}
.popcard__band img {
  /* bayragin RENGI, sekli degil: bulanik zemin - hicbir bayrak kirpilmis gorunmez, ek dosya yok */
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: blur(28px) saturate(1.3); transform: scale(1.25);
}
.popcard__body { display: block; padding: 18px 20px 20px; }
.popcard__top { display: flex; align-items: baseline; gap: 12px; }
.popcard__name { font-size: 1.28rem; font-weight: 700; letter-spacing: -0.024em; flex: 1 1 auto; }
.popcard__price { font-size: 12.5px; color: var(--faint); white-space: nowrap; text-align: right; }
.popcard__price b { display: block; font-size: 1.15rem; font-weight: 700; letter-spacing: -0.022em; color: var(--red-loud); }
.popcard__meta { display: block; margin-top: 8px; font-size: 13.5px; color: var(--muted); line-height: 1.5; }

/* ----------------------------------------------------- A-Z listesinde bayrak */
.finder__list a { display: inline-flex; align-items: center; gap: 8px; }
.pillflag { width: 18px; height: 18px; border-radius: 50%; object-fit: cover; flex: none; border: 1px solid var(--edge); }

/* ---------------------------------------------------------- dort sey kartlari */
.notes--4 { gap: 18px; }
@media (min-width: 640px) { .notes--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .notes--4 { grid-template-columns: repeat(4, 1fr); } }
.notes__icon { width: 24px; height: 24px; stroke: var(--red); fill: none; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round; display: block; margin-bottom: 12px; }

/* --------------------------------------------------------- destinasyon basi */
.desthero { display: grid; gap: clamp(24px, 3vw, 44px); align-items: start; }
@media (min-width: 980px) { .desthero { grid-template-columns: minmax(0, 1fr) 320px; } }
.desthero h1 { margin: 0; }
.desthead { display: flex; align-items: center; gap: 18px; }
.destflag {
  width: 58px; height: 58px; border-radius: 50%; flex: none; overflow: hidden;
  border: 3px solid var(--paper); box-shadow: var(--sh-flag); background: var(--sunk);
}
.destflag img { width: 100%; height: 100%; object-fit: cover; display: block; }
.destflag--none { box-shadow: none; border: 1px dashed var(--edge-2); background: var(--sunk); }
@media (max-width: 560px) { .destflag { width: 42px; height: 42px; border-width: 2px; } }

.goodtoknow {
  background: var(--paper); border: 1px solid var(--edge); border-radius: 16px;
  padding: 20px 22px; box-shadow: var(--sh-2); display: grid; gap: 12px;
}
.goodtoknow__label { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--faint); }
.goodtoknow__item { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px;
  color: var(--muted); line-height: 1.5; }
.goodtoknow__item svg { width: 17px; height: 17px; flex: none; margin-top: 2px;
  stroke: var(--red); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

/* grup basligi */
.grouphead { display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: baseline; margin-bottom: 20px; }
.grouphead .section__title { margin: 0; }
.grouphead p { margin: 0; font-size: 15px; color: var(--muted); }

/* para birimi etiketi (Stripe: sembol tek basina yetmez) - kucuk ve soluk, fiyatin agirligini bozmaz */
.ccy { font-size: 0.4em; font-weight: 500; letter-spacing: .05em; color: var(--faint); margin-left: .4em; }

/* ------------------------------------------- 21. adim: bayrak rozeti + filtreler */
.popcards a { position: relative; }
.popcard__flag {
  position: absolute; left: 20px; top: 81px;             /* band 104px; rozet yari tasar */
  width: 46px; height: 46px; border-radius: 50%; object-fit: cover;
  border: 3px solid var(--paper); box-shadow: var(--sh-flag); background: var(--sunk);
}
.popcard__body { padding-top: 32px; }

.filters { flex-basis: 100%; display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  padding-top: 12px; border-top: 1px solid var(--edge); }
.filters a {
  text-decoration: none; font-size: 13px; font-weight: 500; color: var(--muted);
  background: var(--sunk); border: 1px solid var(--edge); border-radius: 999px; padding: 6px 12px;
}
.filters a:hover { color: var(--ink); border-color: var(--edge-2); }
.filters a[aria-pressed="true"] { background: var(--cta-bg); border-color: var(--cta-bg); color: var(--cta-fg); font-weight: 600; }
.filters__clear { background: transparent !important; border-color: transparent !important; color: var(--red-ink) !important; }

/* ------------------------------------------- 30. adim: genis tablolar dar ekranda satir satir */
.spec--wide thead th { font-size: 11.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--faint); width: auto; }
.spec--wide tbody th { width: 11em; }
@media (max-width: 600px) {
  .spec--wide thead { display: none; }
  .spec--wide, .spec--wide tbody, .spec--wide tr, .spec--wide th, .spec--wide td { display: block; width: auto; }
  .spec--wide tr { border-bottom: 1px solid var(--edge); padding: 12px 0; }
  .spec--wide th, .spec--wide td { padding: 4px 0; border-bottom: 0; }
  .spec--wide tbody th { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--faint); }
}

/* ----------------------------------------------------- odeme formu (Adim 34) */
/* Iki temada da calisir: yalnizca token, sabit hex yok. Form uzun; telefonda yapisik degil. */
.buybar--form { display: block; }
.buybar__head { margin-bottom: 22px; }
@media (max-width: 620px) {
  .buybar--form { position: static; border-radius: 18px; border: 1px solid var(--edge); margin-inline: 0;
    padding-inline: clamp(20px, 3vw, 28px); box-shadow: var(--sh-2); }
}
.buy { display: grid; gap: 18px; max-width: 560px; }
.buy__field { display: grid; gap: 7px; }
.buy label { font-weight: 600; font-size: 0.97rem; color: var(--ink); }
.buy input[type="email"], .buy select {
  width: 100%; font: inherit; font-size: 1.05rem; color: var(--ink);
  background: var(--paper); border: 1px solid var(--edge-2); border-radius: 12px;
  padding: 14px 16px; min-height: 48px; box-shadow: var(--sh-1);
}
.buy select { appearance: none; -webkit-appearance: none; padding-right: 44px;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.buy input:focus-visible, .buy select:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; border-color: transparent; }
.buy__hint { margin: 0; font-size: 0.88rem; color: var(--muted); }
.buy__hint--center { text-align: center; }
.buy__consent { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; }
.buy__consent input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--cta-bg); }
.buy__consent label { font-weight: 400; font-size: 0.93rem; color: var(--ink-2); line-height: 1.45; }
.buy__consent a { color: inherit; }
.buy__pay { min-height: 52px; font-size: 1.05rem; }
.buy__pay:disabled { opacity: .55; cursor: not-allowed; box-shadow: none; }
.buy__error { margin: 0; padding: 12px 14px; border-radius: 10px; font-size: 0.93rem;
  color: var(--amber); background: var(--amber-bg); border: 1px solid var(--amber-edge); }
.buy__eu { padding: 18px 20px; border-radius: 14px; background: var(--sunk); border: 1px solid var(--edge-2); }
.buy__eu p { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink-2); max-width: 56ch; }
.buy__eu p:last-child { margin-bottom: 0; }
.buy__eu-title { font-weight: 700; color: var(--ink); }
.buy__eu:focus { outline: 2px solid var(--red); outline-offset: 2px; }
.buy__turnstile { min-height: 65px; }
.buy__cards { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 0; }
.buy__card { font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--muted);
  border: 1px solid var(--edge); border-radius: 6px; padding: 4px 8px; background: var(--paper); }

/* Adim 40b: destinasyon sayfasinda 'Good to know' sekmelerin altinda yatay serit */
.goodtoknow--row { margin-top: 18px; box-shadow: none; background: var(--sunk); }
@media (min-width: 760px) {
  .goodtoknow--row { grid-template-columns: auto 1fr 1fr 1fr; align-items: center; gap: 22px; padding: 14px 22px; }
  .goodtoknow--row .goodtoknow__label { align-self: center; }
}

/* Adim 40c: siparis sayfasi eSIM parcasi (QR + LPA + adimlar + kunye) */
.esim__grid { display: grid; gap: 28px; }
@media (min-width: 860px) { .esim__grid { grid-template-columns: 320px 1fr; gap: 40px; } }
.esim__img { display: block; width: 260px; max-width: 100%; height: auto; border: 1px solid var(--edge); border-radius: 14px;
  background: var(--paper); padding: 10px; box-sizing: content-box; }
.esim__hint { font-size: 13.5px; color: var(--muted); margin: 10px 0 0; }
.esim__label { font-size: 11.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--faint); margin: 20px 0 6px; }
.esim__lpa { display: flex; gap: 8px; align-items: center; background: var(--sunk); border: 1px solid var(--edge); border-radius: 12px; padding: 8px 8px 8px 12px; margin: 0 0 16px; }
.esim__lpa code { flex: 1 1 auto; min-width: 0; font-size: 13px; word-break: break-all; color: var(--ink); }
.esim__steps h3 { margin: 0 0 8px; font-size: 1.05rem; }
.esim__steps h3 + ol { margin: 0 0 22px; padding-left: 22px; }
.esim__steps li { margin: 0 0 8px; color: var(--ink-2); }
.esim__spec { max-width: 720px; }
.esim__spec .pillflag { vertical-align: -3px; border-radius: 50%; }
