:root {
  --sticky-scroll-offset: 100px;
  color-scheme: dark;
  --bg: #070817;
  --surface: #0f1228;
  --surface-2: #151936;
  --surface-3: #1b2043;
  --text: #f7f8ff;
  --muted: #a8afcb;
  --line: rgba(255,255,255,.09);
  --purple: #8b5cf6;
  --purple-2: #b88cff;
  --yellow: #ffd643;
  --green: #30d59b;
  --danger: #ff7085;
  --shadow: 0 24px 70px rgba(0,0,0,.25);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: var(--sticky-scroll-offset); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
#buro-kurlari, #doviz-burolari, #kurlar { scroll-margin-top: var(--sticky-scroll-offset); }

.ambient { position: fixed; border-radius: 50%; filter: blur(95px); pointer-events: none; opacity: .22; z-index: -1; }
.ambient-one { width: 420px; height: 420px; background: #7139ff; top: 80px; right: -160px; }
.ambient-two { width: 320px; height: 320px; background: #2343ff; top: 620px; left: -190px; opacity: .14; }

.topbar {
  position: sticky; top: 0; z-index: 20;
  height: 82px; display: flex; align-items: center; gap: 16px;
  padding: 0 max(22px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(7,8,23,.83); backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  margin-right: auto;
}
.brand-mark {
  width: 62px;
  height: 62px;
  object-fit: contain;
  object-position: left center;
  flex: 0 0 auto;
}
.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.04;
}
.brand-name {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--text);
  white-space: nowrap;
}
.brand-name span {
  color: var(--purple-2);
}
.brand-tagline {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}
.topbar-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; margin-left: auto; }
.topbar-link {
  min-height: 38px; display: inline-flex; align-items: center; justify-content: center;
  padding: 9px 13px; border: 1px solid var(--line); border-radius: 12px;
  color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.topbar-link:hover { border-color: rgba(157,99,255,.58); color: var(--text); background: rgba(157,99,255,.1); }
.topbar-link-primary { border-color: rgba(157,99,255,.52); color: #fff; background: rgba(126,76,240,.2); }

.ad-slot { padding-top: 22px; }
.ad-carousel { position: relative; }
.ad-viewport { overflow: hidden; border-radius: 20px; }
.ad-track { display: grid; }
.ad-slide { grid-area: 1 / 1; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.ad-slide.is-active { visibility: visible; opacity: 1; pointer-events: auto; }
.ad-arrow { position: absolute; z-index: 3; top: 50%; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(8,9,24,.72); color: #fff; cursor: pointer; transform: translateY(-50%); }
.ad-arrow-prev { left: 10px; }.ad-arrow-next { right: 10px; }
.ad-dots { position: absolute; z-index: 3; left: 50%; bottom: 8px; display: flex; gap: 6px; transform: translateX(-50%); }
.ad-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.48); box-shadow: 0 1px 5px rgba(0,0,0,.35); cursor: pointer; }
.ad-dots button.is-active { width: 20px; border-radius: 5px; background: #fff; }
.ad-card {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
  text-decoration: none;
}
.ad-art { display: block; width: 100%; }
.ad-art img { display: block; width: 100%; height: auto; }
.beta-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid rgba(139,92,246,.35); border-radius: 999px; background: rgba(139,92,246,.11); color: #d7c7ff; font-size: 12px; font-weight: 600; }
.beta-pill span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(48,213,155,.12); }
.icon-button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 12px; display: grid; place-items: center; background: var(--surface); color: var(--text); cursor: pointer; }
.icon-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }

.hero { min-height: 600px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 80px 70px; }
.eyebrow { margin: 0 0 12px; color: var(--purple-2); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(48,213,155,.12); }
.hero h1 { margin: 0; font-size: clamp(42px, 5.15vw, 70px); line-height: 1.06; letter-spacing: -.045em; }
.hero h1 span { background: linear-gradient(100deg, var(--purple-2), #7a62ff 60%, #52a8ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-text { max-width: 625px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border-radius: 13px; border: 1px solid transparent; font-weight: 600; cursor: pointer; transition: transform .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { background: linear-gradient(135deg, #945cf8, #6753ed); box-shadow: 0 14px 35px rgba(112,75,235,.25); }
.button-secondary { background: rgba(255,255,255,.035); border-color: var(--line); color: var(--text); }

.hero-panel { position: relative; padding: 25px; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: linear-gradient(145deg, rgba(25,29,62,.95), rgba(12,15,37,.95)); box-shadow: var(--shadow); overflow: hidden; }
.hero-panel::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: rgba(139,92,246,.22); filter: blur(45px); top: -85px; right: -55px; }
.panel-head { position: relative; display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.panel-head span { display: block; color: var(--muted); font-size: 12px; }
.panel-head strong { display: block; margin-top: 4px; font-size: 16px; }
.source-badge { border: 1px solid rgba(255,214,67,.3); border-radius: 9px; padding: 7px 10px; background: rgba(255,214,67,.08); color: var(--yellow); font-size: 10px; font-weight: 700; white-space: nowrap; }
.mini-rates { position: relative; display: grid; gap: 9px; padding-block: 17px; }
.mini-rate { display: grid; grid-template-columns: 1fr auto auto; gap: 22px; align-items: center; padding: 12px 13px; border-radius: 13px; background: rgba(255,255,255,.035); }
.currency { display: flex; align-items: center; gap: 11px; }
.flag { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--surface-3); font-size: 16px; font-weight: 700; color: var(--purple-2); }
.currency strong { display: block; font-size: 14px; }
.currency small, .mini-rate label { display: block; color: var(--muted); font-size: 10px; }
.mini-rate .price { text-align: right; font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums; }
.rate-skeleton { height: 58px; border-radius: 13px; background: linear-gradient(90deg, rgba(255,255,255,.035), rgba(255,255,255,.07), rgba(255,255,255,.035)); background-size: 200% 100%; animation: shine 1.3s infinite; }
@keyframes shine { to { background-position: -200% 0; } }
.panel-note { position: relative; margin: 0; color: var(--muted); font-size: 11px; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; padding: 24px 38px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(139,92,246,.14); color: var(--purple-2); font-weight: 700; }
.trust-grid strong { font-size: 13px; }
.trust-grid small { color: var(--muted); font-size: 11px; }

.section { padding-block: 78px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; }
.section-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 38px); letter-spacing: -.03em; }
.section-heading .eyebrow { margin-bottom: 5px; }
.text-button { display: inline-flex; align-items: center; gap: 7px; padding: 10px 12px; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.text-button:hover { color: var(--text); }
.text-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.table-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: 0 16px 60px rgba(0,0,0,.16); }
.rate-table-head, .rate-row { display: grid; grid-template-columns: 1fr minmax(120px,.45fr) minmax(120px,.45fr); align-items: center; }
.rate-table-head { padding: 13px 24px; color: var(--muted); background: rgba(255,255,255,.025); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.rate-table-head span:not(:first-child) { text-align: right; }
.rate-row { min-height: 74px; padding: 12px 24px; border-top: 1px solid var(--line); }
.rate-row > span { text-align: right; font-weight: 600; font-variant-numeric: tabular-nums; }
.rate-row .currency { text-align: left; }
.rate-row .currency small { font-size: 11px; }
.table-loading { padding: 32px; color: var(--muted); text-align: center; }
.table-footer { display: flex; justify-content: space-between; gap: 20px; padding: 15px 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.table-footer a { color: var(--purple-2); }

.calculator-section { padding-top: 62px; }
.section-heading.compact { margin-bottom: 18px; }
.calculator-card { display: grid; grid-template-columns: 1fr 1fr 44px 1.3fr; gap: 14px; align-items: end; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(135deg, var(--surface-2), var(--surface)); }
.calculator-card label > span, .calculation-result > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; }
.calculator-card input, .calculator-card select { width: 100%; height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; outline: none; background: rgba(7,8,23,.66); color: var(--text); }
.calculator-card input:focus, .calculator-card select:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(139,92,246,.13); }
.swap-mark { height: 52px; display: grid; place-items: center; color: var(--purple-2); font-size: 23px; }
.calculation-result { min-height: 76px; padding: 12px 16px; border-radius: 13px; background: rgba(139,92,246,.12); }
.calculation-result > span { margin: 0; }
.calculation-result strong { display: block; font-size: 23px; color: var(--yellow); font-variant-numeric: tabular-nums; }
.calculation-result small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; }

.comparison-heading { align-items: flex-start; }
.comparison-intro { max-width: 760px; margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.currency-filter-row { display: flex; gap: 8px; margin-bottom: 14px; }
.currency-filter { min-width: 68px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 11px; background: transparent; color: var(--muted); font-weight: 700; cursor: pointer; }
.currency-filter.active { border-color: rgba(139,92,246,.48); background: rgba(139,92,246,.16); color: #e5dcff; }
.office-rate-comparison { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.office-rate-head, .office-rate-row { display: grid; grid-template-columns: minmax(330px,1.6fr) minmax(125px,.55fr) minmax(125px,.55fr) minmax(140px,.65fr); align-items: center; }
.office-rate-head { padding: 12px 20px; background: rgba(255,255,255,.025); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.office-rate-head span:not(:first-child) { text-align: right; }
.office-rate-row { min-height: 86px; padding: 14px 20px; border-top: 1px solid var(--line); }
.office-rate-row.stale { opacity: .72; }
.office-rate-name strong, .office-rate-name span { display: block; }
.office-rate-office { min-width: 0; padding-right: 18px; }
.office-rate-address { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.office-rate-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; }
.office-rate-meta span { padding: 5px 8px; border-radius: 8px; background: rgba(255,255,255,.045); color: var(--muted); font-size: 10px; }
.office-rate-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.office-rate-actions a {
  min-height: 32px; display: inline-flex; align-items: center; justify-content: center;
  padding: 7px 12px; border: 1px solid var(--line); border-radius: 9px;
  color: var(--text); font-size: 10px; font-weight: 800; text-decoration: none;
}
.office-rate-actions a.whatsapp-action { border-color: rgba(37,211,102,.3); background: rgba(37,211,102,.12); color: #72e89e; }
.office-rate-actions a.directions-action { border-color: rgba(59,130,246,.42); background: rgba(59,130,246,.16); color: #93c5fd; }
.office-rate-name strong { font-size: 14px; }
.office-rate-name span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.office-rate-value, .office-rate-time { text-align: right; }
.office-rate-value > span { display: none; }
.office-rate-value strong { display: block; font-size: 15px; font-variant-numeric: tabular-nums; }
.office-rate-value small { display: inline-block; margin-top: 4px; padding: 3px 6px; border-radius: 999px; background: rgba(48,213,155,.12); color: #83e8c5; font-size: 8px; font-weight: 700; }
.office-rate-value.best strong { color: var(--green); }
.office-rate-time span, .office-rate-time small { display: block; }
.office-rate-time span { color: var(--muted); font-size: 10px; }
.office-rate-time small { margin-top: 4px; color: var(--green); font-size: 9px; font-weight: 700; }
.office-rate-row.stale .office-rate-time small { color: var(--yellow); }
.comparison-empty { padding: 38px 22px; text-align: center; }
.comparison-empty strong, .comparison-empty span { display: block; }
.comparison-empty strong { font-size: 15px; }
.comparison-empty span { margin-top: 6px; color: var(--muted); font-size: 11px; }
.comparison-note { margin: 10px 2px 0; color: var(--muted); font-size: 10px; }

.office-heading { align-items: center; }
.button-location { background: rgba(139,92,246,.13); border-color: rgba(139,92,246,.28); color: #ded3ff; }
.filter-row { display: flex; gap: 8px; overflow-x: auto; padding: 0 0 16px; scrollbar-width: thin; }
.filter { flex: 0 0 auto; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: 12px; cursor: pointer; }
.filter.active { border-color: rgba(139,92,246,.4); background: rgba(139,92,246,.15); color: #e3d9ff; }
.status-message { margin: 0 0 15px; padding: 12px 14px; border: 1px solid rgba(139,92,246,.24); border-radius: 12px; background: rgba(139,92,246,.09); color: #ddd3fa; font-size: 12px; }
.office-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.empty-state { grid-column: 1 / -1; padding: 52px 24px; border: 1px dashed rgba(139,92,246,.3); border-radius: 20px; background: rgba(139,92,246,.045); text-align: center; }
.empty-icon { width: 52px; height: 52px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 16px; background: rgba(139,92,246,.14); color: var(--purple-2); font-size: 24px; }
.empty-state h3 { margin: 0 0 8px; font-size: 18px; }
.empty-state p { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: 13px; }
.empty-state > span { display: inline-block; margin-top: 17px; padding: 6px 10px; border-radius: 999px; background: rgba(255,214,67,.09); color: var(--yellow); font-size: 10px; font-weight: 600; }
.office-card { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.office-card h3 { margin: 0 0 6px; font-size: 16px; }
.office-card p { margin: 0; color: var(--muted); font-size: 12px; }
.office-meta { display: flex; gap: 8px; margin-top: 15px; }
.office-meta span { padding: 6px 9px; border-radius: 8px; background: rgba(255,255,255,.04); color: var(--muted); font-size: 10px; }
.office-actions { display: flex; gap: 8px; margin-top: 16px; }
.office-actions a { flex: 1; padding: 9px; border: 1px solid var(--line); border-radius: 10px; text-align: center; font-size: 11px; }
.office-actions a.whatsapp-action { border-color: rgba(37,211,102,.3); background: rgba(37,211,102,.12); color: #72e89e; }
.office-actions a.directions-action { border-color: rgba(59,130,246,.42); background: rgba(59,130,246,.16); color: #93c5fd; }

.office-application-cta { margin-top: 62px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px; border: 1px solid rgba(139,92,246,.27); border-radius: 20px; background: linear-gradient(135deg,rgba(139,92,246,.14),var(--surface)); }
.office-application-cta h2 { margin: 6px 0; font-size: 24px; letter-spacing: -.025em; }
.office-application-cta span { color: var(--muted); font-size: 12px; }
.office-application-cta .button { flex: 0 0 auto; }

.notice { display: flex; gap: 14px; align-items: flex-start; margin-top: 70px; padding: 18px 20px; border: 1px solid rgba(255,214,67,.16); border-radius: 15px; background: rgba(255,214,67,.045); }
.notice-icon { flex: 0 0 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,214,67,.16); color: var(--yellow); font-weight: 700; font-family: serif; }
.notice p { margin: 1px 0 0; color: var(--muted); font-size: 11px; }
.notice strong { color: #f3e5ae; }

.footer { margin-top: 78px; border-top: 1px solid var(--line); background: rgba(0,0,0,.12); }
.footer-inner {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 18px 24px;
  padding-block: 22px;
}
.footer-brandline {
  min-width: 0;
  width: 100%;
  max-width: 760px;
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0,1fr);
  align-items: center;
  gap: 16px;
  justify-self: center;
}
.brand-footer {
  margin-right: 0;
}
.brand-footer .brand-mark {
  width: 54px;
  height: 54px;
}
.brand-footer .brand-name {
  font-size: 17px;
}
.brand-footer .brand-tagline {
  font-size: 8px;
}
.footer p { margin: 0; min-width: 0; color: var(--muted); font-size: 11px; text-align: center; }
.footer p span { margin: 0 5px; color: rgba(255,255,255,.25); }
.version { padding: 6px 9px; border-radius: 8px; background: rgba(255,255,255,.04); color: var(--muted); font-size: 10px; }
.footer-office-links { display: grid; grid-template-columns: repeat(2,minmax(126px,1fr)); gap: 8px; }
.footer-office-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(157,99,255,.45);
  border-radius: 11px;
  background: rgba(126,76,240,.16);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}
.footer-office-links a:hover { border-color: var(--purple); background: rgba(126,76,240,.28); }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 50; max-width: min(420px, calc(100% - 30px)); padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; background: #20264c; color: #fff; box-shadow: var(--shadow); font-size: 12px; transform: translate(-50%, 25px); opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.toast.error { background: #522033; }

@media (max-width: 860px) {
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding-block: 58px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .trust-grid > div { padding-inline: 18px; }
  .calculator-card { grid-template-columns: 1fr 1fr; }
  .swap-mark { display: none; }
  .calculation-result { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --sticky-scroll-offset: 80px; }
  .ad-arrow { display: none; }
  .container { width: min(100% - 28px, 1160px); }
  .topbar { height: 68px; min-height: 68px; flex-wrap: nowrap; gap: 8px; padding: 6px 12px; }
  .brand { margin-right: auto; gap: 9px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: 13px; }
  .brand-tagline { margin-top: 2px; font-size: 6px; }
  .topbar-actions { width: auto; order: initial; display: flex; justify-content: flex-end; gap: 6px; }
  .topbar-link { min-height: 36px; padding: 7px 8px; font-size: 10px; white-space: nowrap; }
  .beta-pill { display: none; }
  .ad-slot { padding-top: 12px; }
  .ad-viewport, .ad-card { border-radius: 16px; }
  .hero { padding-block: 44px 45px; gap: 32px; }
  .hero h1 { font-size: clamp(37px, 12vw, 51px); }
  .hero-text { font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-panel { padding: 18px; border-radius: 19px; }
  .mini-rate { gap: 8px; padding-inline: 10px; }
  .mini-rate .price { font-size: 12px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 16px 3px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding-top: 58px; }
  .section-heading { align-items: center; }
  .section-heading h2 { font-size: 27px; }
  .rate-table-head, .rate-row { grid-template-columns: 1fr 82px 82px; }
  .rate-table-head { padding-inline: 14px; }
  .rate-row { min-height: 68px; padding-inline: 14px; }
  .rate-row .currency { gap: 8px; }
  .flag { width: 31px; height: 31px; border-radius: 9px; }
  .rate-row > span { font-size: 12px; }
  .currency strong { font-size: 12px; }
  .currency small { max-width: 90px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .table-footer { flex-direction: column; gap: 5px; padding-inline: 14px; }
  .calculator-card { grid-template-columns: 1fr; padding: 16px; }
  .calculation-result { grid-column: auto; }
  .office-heading { align-items: flex-start; flex-direction: column; }
  .office-heading .button { width: auto; }
  .office-grid { grid-template-columns: 1fr; }
  .office-application-cta { align-items: flex-start; flex-direction: column; padding: 22px; }
  .office-application-cta .button { width: 100%; }
  .office-rate-head { display: none; }
  .office-rate-row { grid-template-columns: 1fr 1fr; gap: 13px 10px; padding: 17px; }
  .office-rate-office { grid-column: 1 / -1; padding-right: 0; }
  .office-rate-actions a { flex: 1 1 94px; }
  .office-rate-value { padding: 10px; border-radius: 10px; background: rgba(255,255,255,.025); text-align: left; }
  .office-rate-value > span { display: block; margin-bottom: 3px; color: var(--muted); font-size: 8px; }
  .office-rate-time { grid-column: 1 / -1; display: flex; justify-content: space-between; text-align: left; }
  .office-rate-time small { margin: 0; }
  .notice { margin-top: 55px; }
  .footer { margin-top: 54px; }
  .footer-inner { grid-template-columns: 1fr; gap: 12px; padding-block: 16px; justify-items: center; }
  .footer-office-links { grid-row: 1; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .footer-office-links a { min-height: 36px; padding: 7px 8px; font-size: 10px; }
  .footer-brandline { width: 100%; max-width: 540px; grid-template-columns: 1fr; justify-items: center; gap: 10px; }
  .brand-footer { justify-content: center; }
  .brand-footer .brand-mark { width: 40px; height: 40px; }
  .brand-footer .brand-name { font-size: 13px; }
  .brand-footer .brand-tagline { font-size: 6px; margin-top: 2px; }
  .footer p { margin: 0; min-width: 0; font-size: 8px; line-height: 1.4; text-align: center; }
  .footer p span { display: none; }
  .version { margin: 0; padding: 5px 6px; font-size: 8px; white-space: nowrap; }
}

@media (max-width: 360px) {
  .topbar-link { padding-inline: 8px; font-size: 9px; }
  .footer-brandline { max-width: 100%; }
  .brand-tagline { white-space: normal; }
  .version { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }


/* Production öncesi UX optimizasyonu v1.7.0 */
a[x-apple-data-detectors],a[x-apple-data-detectors-type="address"],[data-no-map-link] a{color:inherit!important;text-decoration:none!important;border-bottom:0!important;pointer-events:none!important;cursor:text!important}
[data-no-map-link]{text-decoration:none!important;border-bottom:0!important;-webkit-text-decoration:none!important}
.comparison-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px}.comparison-toolbar .currency-filter-row{margin-bottom:0}.comparison-sort-row{display:flex;gap:7px;padding:4px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.025)}.comparison-sort{min-height:36px;padding:7px 11px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:10px;font-weight:700;cursor:pointer}.comparison-sort.active{background:rgba(139,92,246,.17);color:#ece6ff}
.best-rate-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}.best-rate-card{padding:17px 18px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(145deg,rgba(25,29,62,.88),rgba(12,15,37,.92))}.best-rate-card span,.best-rate-card small{display:block;color:var(--muted)}.best-rate-card span{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.best-rate-card strong{display:block;margin:5px 0 3px;color:var(--green);font-size:22px;font-variant-numeric:tabular-nums}.best-rate-card small{font-size:10px;line-height:1.45}.best-sell-card strong{color:#8ee8ca}
.filter-scroll-shell{position:relative;margin-bottom:0}.filter-scroll-shell::after{content:"";position:absolute;z-index:2;top:0;right:-1px;width:34px;height:calc(100% - 16px);pointer-events:none;background:linear-gradient(90deg,rgba(7,8,23,0),var(--bg));opacity:1;transition:opacity .18s ease}.filter-scroll-shell.is-at-end::after{opacity:0}.filter-row{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scroll-padding-inline:4px;padding-right:34px}.filter-row::-webkit-scrollbar{display:none}.filter{scroll-snap-align:start}
.rate-list-toggle{display:none;width:calc(100% - 28px);min-height:42px;margin:12px auto;padding:9px 14px;border:1px solid rgba(139,92,246,.34);border-radius:11px;background:rgba(139,92,246,.11);color:#ded3ff;font-weight:700;cursor:pointer}.rate-list-toggle[hidden]{display:none!important}
@media (max-width:620px){.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.trust-grid>div,.trust-grid>div:first-child{grid-template-columns:32px 1fr;grid-template-rows:auto auto;padding:13px 8px;border-right:1px solid var(--line);border-bottom:0}.trust-grid>div:last-child{border-right:0}.trust-icon{width:27px;height:27px;font-size:12px}.trust-grid strong{font-size:9px;line-height:1.25}.trust-grid small{font-size:8px;line-height:1.25}
.comparison-toolbar{align-items:stretch;flex-direction:column;gap:10px}.currency-filter-row{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.currency-filter-row::-webkit-scrollbar{display:none}.comparison-sort-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.comparison-sort{min-height:40px;padding:8px 7px;font-size:9px}.best-rate-summary{grid-template-columns:1fr 1fr;gap:9px}.best-rate-card{padding:14px 12px}.best-rate-card span{font-size:8px;line-height:1.35}.best-rate-card strong{font-size:17px}.best-rate-card small{font-size:8px;line-height:1.35}
#rateTable:not(.show-all-rates) .rate-row.rate-secondary{display:none}.rate-list-toggle{display:flex;align-items:center;justify-content:center}.rate-table-head,.rate-row{grid-template-columns:minmax(0,1fr) 76px 76px}.rate-row{min-height:72px;padding-inline:12px}.rate-row .currency{min-width:0;align-items:flex-start}.rate-row .currency>div{min-width:0}.rate-row .currency small{max-width:none;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.3;word-break:normal}.rate-row>span{font-size:11px}.rate-table-head{padding-inline:12px;font-size:9px}
.filter-scroll-shell{margin-inline:-2px}.filter-row{gap:9px;padding:0 34px 16px 2px}.filter{min-height:42px;padding:9px 16px;font-size:11px}.office-card p,.office-rate-address{line-height:1.55;text-decoration:none!important}}


/* Production öncesi anchor/scroll düzeltmesi v1.7.1 */
#page-top{scroll-margin-top:0}


/* Footer merkezleme + mobil tek buton hizası v1.7.2 */


/* Mobil WebView alt navigasyon v1.7.4 */
.mobile-app-nav{display:none}
@media (max-width:820px){
  body{padding-bottom:calc(104px + env(safe-area-inset-bottom,0px))}
  #buro-kurlari,#doviz-burolari,#hesapla,#kurlar{scroll-margin-top:var(--sticky-scroll-offset)}
  .mobile-app-nav{
    position:fixed;
    z-index:90;
    left:50%;
    bottom:max(8px,env(safe-area-inset-bottom,0px));
    width:min(560px,calc(100% - 18px));
    min-height:72px;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    align-items:end;
    gap:2px;
    padding:7px 7px 8px;
    border:1px solid rgba(184,140,255,.27);
    border-radius:28px;
    background:linear-gradient(135deg,rgba(43,31,88,.96),rgba(24,24,61,.96));
    box-shadow:0 18px 45px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.05);
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    transform:translateX(-50%);
  }
  .mobile-app-nav-item{
    position:relative;
    min-width:0;
    min-height:56px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    padding:5px 2px;
    border-radius:18px;
    color:#b9b7d1;
    font-size:9px;
    font-weight:600;
    line-height:1.05;
    text-align:center;
    text-decoration:none;
    touch-action:manipulation;
    transition:color .18s ease,background .18s ease,transform .18s ease;
  }
  .mobile-app-nav-item svg{
    width:24px;
    height:24px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .mobile-app-nav-item.is-active:not(.mobile-app-nav-primary){
    color:#a973ff;
    background:rgba(139,92,246,.12);
  }
  .mobile-app-nav-primary{
    min-height:70px;
    margin-top:-14px;
    color:#fff;
    border-radius:999px;
    background:linear-gradient(145deg,#9a55ff,#6652f4);
    box-shadow:0 12px 30px rgba(116,75,237,.40),inset 0 1px 0 rgba(255,255,255,.15);
    transform:translateY(-2px);
  }
  .mobile-app-nav-primary svg{width:29px;height:29px;stroke-width:2}
  .mobile-app-nav-primary span{font-size:9.5px;font-weight:700}
  .mobile-app-nav-primary.is-active{box-shadow:0 13px 34px rgba(139,92,246,.55),0 0 0 2px rgba(184,140,255,.16),inset 0 1px 0 rgba(255,255,255,.18)}
  .mobile-app-nav-item:active{transform:scale(.96)}
  .mobile-app-nav-primary:active{transform:translateY(-2px) scale(.96)}
  .footer{padding-bottom:12px}
}
@media (max-width:380px){
  .mobile-app-nav{width:calc(100% - 12px);border-radius:24px;padding-inline:4px}
  .mobile-app-nav-item{font-size:8px}
  .mobile-app-nav-item svg{width:22px;height:22px}
  .mobile-app-nav-primary span{font-size:8.5px}
}
@media (min-width:821px){.mobile-app-nav{display:none!important}}


/* Mobil final WebView bütünlük yaması v1.7.5 */
@media (max-width:820px){
  body{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}
  .mobile-app-nav{
    right:0;
    bottom:0;
    left:0;
    width:100%;
    min-height:calc(68px + env(safe-area-inset-bottom,0px));
    padding:6px 7px calc(6px + env(safe-area-inset-bottom,0px));
    border:0;
    border-top:1px solid rgba(184,140,255,.22);
    border-radius:0;
    background:linear-gradient(180deg,rgba(33,28,72,.985),rgba(18,20,49,.99));
    box-shadow:0 -8px 30px rgba(0,0,0,.32);
    transform:none;
  }
  .mobile-app-nav-item{min-height:50px;gap:3px;padding:4px 2px;border-radius:14px}
  .mobile-app-nav-item span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .mobile-app-nav-primary{
    min-height:58px;
    margin-top:-10px;
    border-radius:18px;
    transform:translateY(-1px);
  }
  .mobile-app-nav-primary:active{transform:translateY(-1px) scale(.96)}
  .footer{padding-bottom:0}
  .toast{bottom:calc(78px + env(safe-area-inset-bottom,0px))}
}
@media (max-width:620px){
  .topbar-actions{margin-left:auto}
  .topbar-link{min-height:44px;padding:10px 16px;border-radius:14px;font-size:12px;line-height:1;font-weight:800}
}
@media (max-width:360px){
  .topbar-link{min-height:42px;padding:9px 13px;font-size:11px}
}


/* Mobil navigasyon hizalama + Büro Girişi v1.7.6 */
@media (max-width:820px){
  .topbar-link.topbar-link-primary{min-height:44px;padding:10px 16px;border-radius:14px;font-size:12px;font-weight:800;line-height:1}
}
@media (max-width:370px){
  .topbar-link.topbar-link-primary{min-height:42px;padding:9px 13px;font-size:11px}
}


/* Yatay marka uygulaması v1.7.7 */

/* Aşama 2C — resmî büro logoları */
.office-card-brand{display:flex;align-items:center;gap:11px;min-width:0;margin-bottom:6px}
.office-card-brand h3{min-width:0;margin:0;font-size:16px}
.office-logo{flex:0 0 auto;width:42px;height:42px;object-fit:contain;padding:4px;border:1px solid rgba(255,255,255,.10);border-radius:10px;background:rgba(255,255,255,.96);box-shadow:0 6px 18px rgba(0,0,0,.16)}
.office-rate-brand{display:flex;align-items:center;gap:9px;min-width:0}
.office-rate-brand>div{min-width:0}
.office-rate-brand .office-logo{width:34px;height:34px;border-radius:8px;padding:3px}
@media (max-width:620px){.office-logo{width:38px;height:38px}.office-rate-brand .office-logo{width:30px;height:30px}}
/* =========================================================
   Aşama 2D — Büro logo kalite / okunabilirlik standardı
   - Resmî logolar kare kutuya sıkıştırılmaz.
   - Yatay logo alanı + object-fit:contain.
   - Koyu tema üzerinde nötr açık zemin.
   ========================================================= */
.office-logo{
  flex:0 0 auto;
  width:68px;
  height:48px;
  object-fit:contain;
  object-position:center;
  padding:5px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:11px;
  background:#fff;
  box-shadow:0 7px 20px rgba(0,0,0,.18);
}
.office-rate-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.office-rate-brand>div{min-width:0}
.office-rate-brand .office-logo{
  width:60px;
  height:44px;
  padding:4px;
  border-radius:9px;
}
@media (max-width:620px){
  .office-logo{
    width:58px;
    height:42px;
    padding:4px;
  }
  .office-rate-brand .office-logo{
    width:52px;
    height:38px;
    padding:3px;
  }
  .office-rate-brand{gap:10px}
}
/* =========================================================
   Aşama 2D.1 — Kare Büro Logo Standardı
   - Kare ve kompakt görünüm
   - Beyaz arka plan kaldırıldı
   - Padding sıfırlandı
   - Logo mümkün olan en büyük alanda gösterilir
   ========================================================= */
.office-logo{
  flex:0 0 auto;
  width:54px;
  height:54px;
  object-fit:contain;
  object-position:center;
  padding:0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  background:transparent;
  box-shadow:0 5px 16px rgba(0,0,0,.18);
  overflow:hidden;
}
.office-rate-brand .office-logo{
  width:50px;
  height:50px;
  object-fit:contain;
  padding:0;
  border-radius:10px;
}
@media (max-width:620px){
  .office-logo{
    width:50px;
    height:50px;
  }
  .office-rate-brand .office-logo{
    width:46px;
    height:46px;
  }
}

/* =========================================================
   dövizKKTC BUL UX v2.0.0 — 20.08.2026
   Ana bulucu, sade karşılaştırma ve açık/kapalı durum dili
   ========================================================= */
#bul,#buro-kurlari,#doviz-burolari,#kurlar{scroll-margin-top:var(--sticky-scroll-offset)}

.finder-section{padding-top:68px}
.finder-heading{margin-bottom:18px}
.finder-shell{overflow:hidden;border:1px solid rgba(139,92,246,.22);border-radius:22px;background:linear-gradient(145deg,rgba(139,92,246,.075),rgba(15,18,40,.97) 36%,rgba(10,12,29,.98));box-shadow:0 22px 65px rgba(0,0,0,.22)}
.finder-form{display:grid;grid-template-columns:minmax(210px,.85fr) minmax(250px,1fr) minmax(300px,1.15fr);gap:18px;padding:22px}
.finder-input-block,.finder-control-block{min-width:0}
.finder-input-block label,.finder-label,.comparison-control-group>span,.comparison-control-group>label{display:block;margin:0 0 8px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.finder-input-block input{width:100%;height:52px;padding:0 15px;border:1px solid var(--line);border-radius:13px;outline:none;background:rgba(7,8,23,.76);color:var(--text);font-size:17px;font-weight:700;font-variant-numeric:tabular-nums;transition:border-color .18s ease,box-shadow .18s ease}
.finder-input-block input:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(139,92,246,.14)}
.finder-input-block input::placeholder{color:#757c9a;font-weight:500}
.finder-error{display:block;margin-top:7px;color:#ff9aaa;font-size:10px;font-weight:650}
.finder-error[hidden]{display:none!important}
.segmented{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:4px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.025)}
.segmented-transaction{grid-template-columns:repeat(2,minmax(0,1fr))}
.segmented button{min-height:44px;padding:8px 10px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:11px;font-weight:750;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}
.segmented button:hover{color:var(--text)}
.segmented button.active{background:linear-gradient(145deg,rgba(139,92,246,.28),rgba(139,92,246,.15));color:#f2edff;box-shadow:inset 0 0 0 1px rgba(184,140,255,.17)}
.segmented button:active{transform:scale(.985)}
.finder-methods{grid-column:1/-1;padding-top:2px}
.finder-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.finder-method{min-height:84px;display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.028);color:var(--text);text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}
.finder-method:hover{border-color:rgba(184,140,255,.34);background:rgba(139,92,246,.075)}
.finder-method:active{transform:scale(.992)}
.finder-method-primary{border-color:rgba(139,92,246,.42);background:linear-gradient(145deg,rgba(139,92,246,.18),rgba(139,92,246,.07));box-shadow:0 12px 34px rgba(76,48,154,.13)}
.finder-method-icon{flex:0 0 auto;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(139,92,246,.15);color:#c8aaff;font-size:21px}
.finder-method span:last-child{min-width:0;display:flex;flex-direction:column;gap:3px}
.finder-method strong{font-size:13px}
.finder-method small{color:var(--muted);font-size:10px;line-height:1.45}

.finder-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid var(--line);background:rgba(139,92,246,.075)}
.finder-summary>div:first-child{min-width:0}
.finder-summary span{display:block;color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.finder-summary strong{display:block;margin-top:3px;font-size:14px;line-height:1.35}
.finder-summary-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.finder-summary-actions button{min-height:36px;padding:7px 11px;border:1px solid rgba(184,140,255,.24);border-radius:10px;background:rgba(139,92,246,.10);color:#ddd3ff;font-size:10px;font-weight:750;cursor:pointer}
.finder-summary-actions button:hover{background:rgba(139,92,246,.18)}

.finder-location-chooser{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px}
.finder-location-chooser>div:first-child strong,.finder-location-chooser>div:first-child span{display:block}
.finder-location-chooser>div:first-child strong{font-size:15px}
.finder-location-chooser>div:first-child span{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.55}
.finder-location-actions{display:flex;gap:9px}
.finder-location-chooser.is-loading{opacity:.72;pointer-events:none}
.finder-region-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;padding-top:5px}
.finder-region-grid[hidden]{display:none!important}
.finder-region-grid button{min-height:41px;padding:8px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.025);color:#d8dbee;font-size:10px;font-weight:700;cursor:pointer}
.finder-region-grid button:hover{border-color:rgba(184,140,255,.3);background:rgba(139,92,246,.09)}

.finder-notice{display:flex;flex-direction:column;gap:3px;margin:14px 20px 0;padding:12px 14px;border:1px solid rgba(255,214,67,.18);border-radius:12px;background:rgba(255,214,67,.065);color:#ece8d6}
.finder-notice strong{font-size:11px;color:#ffe18b}
.finder-notice span{font-size:10px;line-height:1.5;color:#c8c5b8}
.finder-results{padding:20px}
.finder-result-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:13px}
.finder-result-heading span,.finder-result-heading strong,.finder-result-heading small{display:block}
.finder-result-heading span{color:var(--purple-2);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.finder-result-heading strong{margin-top:3px;font-size:16px}
.finder-result-heading small{color:var(--muted);font-size:9px;text-align:right}
.finder-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.finder-result-card{position:relative;min-width:0;padding:17px;border:1px solid var(--line);border-radius:17px;background:rgba(7,8,23,.58);box-shadow:0 12px 30px rgba(0,0,0,.12)}
.finder-result-card-first{border-color:rgba(48,213,155,.28);background:linear-gradient(145deg,rgba(48,213,155,.055),rgba(7,8,23,.62) 52%)}
.finder-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.finder-office-brand{display:flex;align-items:center;gap:11px;min-width:0}
.finder-office-brand>div{min-width:0}
.finder-office-brand strong,.finder-office-brand span{display:block}
.finder-office-brand strong{overflow:hidden;color:var(--text);font-size:13px;line-height:1.35;text-overflow:ellipsis}
.finder-office-brand span{margin-top:3px;color:var(--muted);font-size:9px}
.finder-best-badge,.finder-unknown-best-badge,.comparison-best-label{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-top:12px;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.finder-best-badge,.comparison-best-label{border:1px solid rgba(48,213,155,.22);background:rgba(48,213,155,.10);color:#78ebc5}
.finder-unknown-best-badge{border:1px solid rgba(184,188,205,.16);background:rgba(184,188,205,.07);color:#c5c8d5}
.finder-money{margin-top:14px;padding-top:13px;border-top:1px solid var(--line)}
.finder-money>span,.finder-money>strong,.finder-money>small{display:block}
.finder-money>span{color:var(--muted);font-size:9px}
.finder-money>strong{margin:2px 0 3px;color:var(--text);font-size:24px;line-height:1.15;font-variant-numeric:tabular-nums;letter-spacing:-.03em}
.finder-money>small{color:#8e96b5;font-size:9px;line-height:1.45}
.finder-money-empty strong{font-size:13px;color:#c9ccdb;letter-spacing:0}
.finder-difference{display:block;margin-top:8px;color:#aeb4cc;font-size:9px;font-weight:700;line-height:1.4}
.finder-difference-positive{color:#c7b8ed}
.finder-card-actions,.office-rate-actions,.finder-insight-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}
.finder-card-actions a,.office-rate-actions a,.finder-insight-actions a{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.025);color:#d9dced;font-size:9px;font-weight:700;transition:border-color .18s ease,background .18s ease}
.finder-card-actions a:hover,.office-rate-actions a:hover,.finder-insight-actions a:hover{border-color:rgba(184,140,255,.30);background:rgba(139,92,246,.09)}
.finder-card-actions .whatsapp-action,.office-rate-actions .whatsapp-action{border-color:rgba(48,213,155,.19);color:#82e8c6}
.finder-card-actions .directions-action,.office-rate-actions .directions-action{border-color:rgba(139,92,246,.22);color:#c9b8ff}

.office-status{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-height:25px;padding:5px 8px;border:1px solid rgba(175,181,202,.14);border-radius:999px;background:rgba(175,181,202,.055);color:#b8bdce;font-size:8px;font-weight:800;line-height:1.1;white-space:nowrap}
.office-status i{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px rgba(255,255,255,.025)}
.office-status-open{border-color:rgba(48,213,155,.20);background:rgba(48,213,155,.075);color:#65dfb7}
.office-status-closing_soon{border-color:rgba(255,181,71,.25);background:rgba(255,181,71,.085);color:#ffbd63}
.office-status-closed{color:#9298ad;background:rgba(146,152,173,.055)}
.office-status-unknown{color:#a8aec1;background:rgba(168,174,193,.045)}
.office-status-detail{margin:9px 0 0!important;color:#999fb5!important;font-size:9px!important;line-height:1.45!important}

.finder-toggle-results{display:flex;align-items:center;justify-content:center;width:calc(100% - 40px);min-height:42px;margin:0 20px 14px;padding:9px 14px;border:1px solid rgba(139,92,246,.30);border-radius:11px;background:rgba(139,92,246,.09);color:#ddd3ff;font-size:10px;font-weight:750;cursor:pointer}
.finder-toggle-results:hover{background:rgba(139,92,246,.15)}
.finder-toggle-results[hidden]{display:none!important}
.finder-closed-results{padding:0 20px 18px}
.finder-closed-heading{margin:3px 0 10px;color:#aab0c4;font-size:10px;font-weight:750}
.finder-insights{display:grid;gap:10px;padding:0 20px 18px}
.finder-insight-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 16px;align-items:center;padding:16px;border:1px solid rgba(139,92,246,.25);border-radius:15px;background:linear-gradient(135deg,rgba(139,92,246,.105),rgba(7,8,23,.56))}
.finder-insight-closed{border-color:rgba(146,152,173,.18);background:rgba(146,152,173,.04)}
.finder-insight-brand{display:flex;align-items:center;gap:11px;min-width:0}
.finder-insight-brand .office-logo{flex:0 0 auto;width:40px;height:40px;border-radius:9px;padding:0;object-fit:contain;background:transparent}
.finder-insight-copy{min-width:0}
.finder-insight-copy span,.finder-insight-copy strong,.finder-insight-copy small{display:block}
.finder-insight-copy span{color:#c7b7f2;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.finder-insight-copy strong{margin-top:3px;font-size:13px}
.finder-insight-copy small{margin-top:3px;color:var(--muted);font-size:9px}
.finder-insight-side{text-align:right}
.finder-insight-side .office-status{margin-left:auto}
.finder-insight-side>strong{display:block;margin-top:6px;font-size:13px;font-variant-numeric:tabular-nums}
.finder-insight-actions{grid-column:1/-1;margin-top:0}
.finder-compare-link{display:flex;align-items:center;justify-content:center;width:calc(100% - 40px);min-height:42px;margin:0 20px 10px;border-radius:10px;color:#c8b4ff;font-size:10px;font-weight:750;text-decoration:none}
.finder-disclaimer{margin:0;padding:7px 20px 18px;color:#7f859f;font-size:9px;line-height:1.55}

.comparison-toolbar-v2{display:grid;grid-template-columns:1fr 1.25fr .8fr auto auto;gap:10px;align-items:end;margin-bottom:14px;padding:14px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.022)}
.comparison-control-group{min-width:0}
.comparison-control-group .currency-filter-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:4px;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.02)}
.comparison-control-group .currency-filter{min-width:0;min-height:36px;padding:6px 8px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:10px;font-weight:750;cursor:pointer}
.comparison-control-group .currency-filter.active{background:rgba(139,92,246,.17);color:#eee8ff}
.comparison-control-group .comparison-sort-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:4px;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.02)}
.comparison-control-group .comparison-sort{min-height:36px;padding:6px 8px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:9px;font-weight:750;cursor:pointer}
.comparison-control-group .comparison-sort.active{background:rgba(139,92,246,.17);color:#eee8ff}
.comparison-control-group select{width:100%;height:44px;padding:0 10px;border:1px solid var(--line);border-radius:11px;outline:none;background:#0c0f24;color:var(--text);font-size:10px}
.comparison-open-only{min-height:44px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.02);color:#c8cbd9;font-size:9px;font-weight:700;white-space:nowrap;cursor:pointer}
.comparison-open-only input{accent-color:var(--purple)}
.comparison-order{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:4px;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.02)}
.comparison-order button{min-height:36px;padding:6px 9px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:9px;font-weight:750;white-space:nowrap;cursor:pointer}
.comparison-order button.active{background:rgba(139,92,246,.17);color:#eee8ff}
.comparison-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;overflow:visible;border:0;border-radius:0;background:transparent}
.comparison-rate-card{min-width:0;padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}
.comparison-rate-card.stale{opacity:.72}
.comparison-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.office-rate-brand strong,.office-rate-brand span{display:block}
.office-rate-brand strong{font-size:12px;line-height:1.35}
.office-rate-brand span{margin-top:3px;color:var(--muted);font-size:9px}
.comparison-card-price{margin-top:13px;padding-top:12px;border-top:1px solid var(--line)}
.comparison-card-price span,.comparison-card-price strong,.comparison-card-price small{display:block}
.comparison-card-price span{color:var(--muted);font-size:9px}
.comparison-card-price strong{margin:2px 0;color:var(--text);font-size:21px;font-variant-numeric:tabular-nums}
.comparison-card-price small{color:#8c93ad;font-size:8px;line-height:1.4}
.comparison-note{line-height:1.55}

.office-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:7px}
.office-card-brand{margin-bottom:0}
.office-card-brand h3{line-height:1.35}
.office-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}
.office-meta span{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border:1px solid var(--line);border-radius:999px;color:#aeb4cc;font-size:8px;font-weight:700}
.office-logo-placeholder{display:inline-flex!important;align-items:center;justify-content:center;background:linear-gradient(145deg,#8b5cf6,#4d3bc3)!important;color:white;font-size:12px;font-weight:850;letter-spacing:-.03em}

@media(max-width:980px){
  .finder-form{grid-template-columns:1fr 1fr}.finder-input-block{grid-column:1/-1}.finder-methods{grid-column:1/-1}
  .comparison-toolbar-v2{grid-template-columns:1fr 1fr 1fr}.comparison-open-only,.comparison-order{align-self:stretch}
  .comparison-order{grid-column:2/4}
}
@media(max-width:720px){
  .finder-section{padding-top:54px}
  .finder-shell{border-radius:18px}
  .finder-form{grid-template-columns:1fr;padding:16px;gap:14px}
  .finder-input-block,.finder-methods{grid-column:auto}
  .finder-method-grid{grid-template-columns:1fr;gap:9px}
  .finder-method{min-height:76px;padding:14px}
  .finder-summary{align-items:flex-start;flex-direction:column;padding:14px 15px}
  .finder-summary-actions{width:100%;justify-content:flex-start}
  .finder-location-chooser{grid-template-columns:1fr;padding:16px}
  .finder-location-actions{display:grid;grid-template-columns:1fr 1fr}
  .finder-location-actions .button{width:100%;padding-inline:9px;font-size:10px}
  .finder-region-grid{grid-column:auto;grid-template-columns:repeat(2,minmax(0,1fr))}
  .finder-notice{margin:12px 15px 0}
  .finder-results{padding:15px}
  .finder-result-heading{align-items:flex-start;flex-direction:column;gap:3px}
  .finder-result-heading small{text-align:left}
  .finder-result-grid{grid-template-columns:1fr}
  .finder-money>strong{font-size:23px}
  .finder-toggle-results{width:calc(100% - 30px);margin-inline:15px}
  .finder-closed-results,.finder-insights{padding-inline:15px}
  .finder-insight-card{grid-template-columns:1fr}.finder-insight-side{text-align:left}.finder-insight-side .office-status{margin-left:0}.finder-insight-actions{grid-column:auto}
  .finder-compare-link{width:calc(100% - 30px);margin-inline:15px}
  .finder-disclaimer{padding-inline:15px}
  .comparison-toolbar-v2{grid-template-columns:1fr;padding:12px}
  .comparison-order{grid-column:auto}
  .comparison-card-grid{grid-template-columns:1fr}
  .comparison-open-only{min-height:42px}
  .office-status{font-size:7.5px}
}
@media(max-width:420px){
  .segmented button{padding-inline:6px;font-size:10px}
  .finder-location-actions{grid-template-columns:1fr}
  .finder-card-top,.comparison-card-head,.office-card-top{gap:8px}
  .finder-office-brand,.office-rate-brand,.office-card-brand{gap:8px}
  .finder-card-actions a,.office-rate-actions a,.finder-insight-actions a{flex:1 1 auto}
}


/* v2.0.2 UX / layout hotfix */
.finder-amount-field{position:relative}
.finder-amount-field .finder-input-block input,.finder-amount-field input{padding-right:48px}
.finder-clear-amount{position:absolute;top:50%;right:9px;transform:translateY(-50%);width:32px;height:32px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.10);border-radius:9px;background:rgba(255,255,255,.045);color:#b9bed1;font-size:21px;font-weight:500;line-height:1;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}
.finder-clear-amount:hover{border-color:rgba(184,140,255,.30);background:rgba(139,92,246,.12);color:#fff}
.finder-clear-amount[hidden]{display:none!important}
.trust-strip-lower{margin-top:58px;border:1px solid rgba(139,92,246,.20);border-radius:20px;background:linear-gradient(145deg,rgba(139,92,246,.065),rgba(255,255,255,.018));overflow:hidden}
.trust-strip-lower .trust-grid{width:100%}
.trust-strip-lower .trust-grid>div{padding:22px 26px}
.trust-strip-lower .trust-grid>div:first-child{padding-left:26px}
@media(max-width:620px){
  .source-badge{font-size:8.5px;padding:6px 8px}
  .trust-strip-lower{margin-top:44px;border-radius:16px}
  .trust-strip-lower .trust-grid{grid-template-columns:1fr}
  .trust-strip-lower .trust-grid>div,.trust-strip-lower .trust-grid>div:first-child{grid-template-columns:38px 1fr;grid-template-rows:auto auto;padding:14px 15px;border-right:0;border-bottom:1px solid var(--line)}
  .trust-strip-lower .trust-grid>div:last-child{border-bottom:0}
  .trust-strip-lower .trust-icon{width:30px;height:30px}
  .trust-strip-lower .trust-grid strong{font-size:10px}
  .trust-strip-lower .trust-grid small{font-size:8.5px}
}


/* =========================================================
   v2.1.0 Sadeleştirme + BUL / adil büro vitrini — 20.08.2026
   ========================================================= */

/* Daha sıkı ve tutarlı bölüm ritmi */
.hero{
  min-height:520px;
  padding-block:52px 22px;
}
.section{padding-top:54px}
.finder-section{padding-top:38px}
.office-application-cta{margin-top:42px}
.notice{margin-top:30px}
.footer{margin-top:44px}

/* Hero referans kartında tekrar eden alt tarih satırı kaldırıldı. */
.panel-note{display:none!important}

/* BUL: tek seçim + tek aksiyon */
.finder-form{
  grid-template-columns:minmax(210px,.85fr) minmax(250px,1fr) minmax(300px,1.15fr);
  gap:16px;
  padding:20px;
}
.finder-methods-compact{grid-column:1/-1;padding-top:0}
.finder-submit-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 170px;
  gap:10px;
  align-items:stretch;
}
.finder-mode-switch{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.finder-submit{
  width:100%;
  min-height:54px;
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
}
.finder-location-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:9px;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:10px;
  background:rgba(255,255,255,.018);
  color:#9ca3bd;
  font-size:9px;
}
.finder-location-meta[hidden]{display:none!important}
.finder-location-meta button{
  flex:0 0 auto;
  padding:5px 8px;
  border:0;
  border-radius:8px;
  background:rgba(139,92,246,.10);
  color:#cdbdff;
  font-size:9px;
  font-weight:750;
  cursor:pointer;
}

/* Sonuç kartı: eski karşılaştır kartının güçlü yapısı + daha rahat aksiyonlar */
.finder-result-card{
  min-width:0;
  padding:18px;
  border-radius:16px;
  background:var(--surface);
  box-shadow:0 12px 30px rgba(0,0,0,.12);
}
.finder-result-card-first{
  border-color:rgba(48,213,155,.30);
  background:linear-gradient(145deg,rgba(48,213,155,.05),var(--surface) 48%);
}
.finder-office-brand strong{font-size:13px;line-height:1.35}
.finder-office-brand span{font-size:9px}
.finder-money{margin-top:13px;padding-top:12px}
.finder-money>strong{font-size:25px}
.finder-money>small{font-size:9px}
.finder-difference{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:4px;
  margin-top:9px;
  color:#aeb4cc;
  font-size:9.5px;
  font-weight:700;
}
.finder-difference-amount{
  color:#ffb547!important;
  font-weight:850!important;
}
.finder-insight-copy small .finder-difference-amount{font-size:inherit}
.finder-card-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:15px;
}
.finder-card-actions a{
  min-height:43px;
  width:100%;
  padding:9px 11px;
  border-radius:10px;
  font-size:10.5px;
  font-weight:750;
}
.finder-card-actions a:only-child{grid-column:1/-1}
.finder-card-actions a:first-child:nth-last-child(2),
.finder-card-actions a:first-child:nth-last-child(2)~a{
  grid-column:auto;
}
.finder-card-actions:has(a:nth-child(2):last-child){
  grid-template-columns:repeat(2,minmax(0,1fr));
}

/* Ana büro rehberi: kart yapısı korunur, gereksiz uzunluklar temizlenir */
.office-address{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  min-height:37px;
}
.office-actions a{min-height:40px;display:flex;align-items:center;justify-content:center}
.button-location.is-location-active{
  border-color:rgba(48,213,155,.28);
  background:rgba(48,213,155,.08);
  color:#72e2bd;
}
.office-list-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(460px,100%);
  min-height:44px;
  margin:18px auto 0;
  padding:10px 16px;
  border:1px solid rgba(139,92,246,.30);
  border-radius:12px;
  background:rgba(139,92,246,.09);
  color:#ddd3ff;
  font-size:11px;
  font-weight:750;
  cursor:pointer;
}
.office-list-toggle:hover{background:rgba(139,92,246,.15)}
.office-list-toggle[hidden]{display:none!important}

/* Resmî kurlarda ilk görünüm yalnız USD/EUR/GBP */
#rateTable:not(.show-all-rates) .rate-row.rate-secondary{display:none!important}
.rate-list-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  width:calc(100% - 28px);
  min-height:42px;
  margin:12px auto;
}

/* Eski karşılaştır bölümü artık yok. */
.comparison-section{display:none!important}

/* Mobil menü 4 eşit aksiyon */
@media (max-width:820px){
  .mobile-app-nav{grid-template-columns:repeat(4,minmax(0,1fr))}
  #bul,#doviz-burolari,#kurlar{scroll-margin-top:var(--sticky-scroll-offset)}
}

/* Mobil: hero çok daha kısa; büyük resmî kur kartı ana akışı aşağı itmez */
@media (max-width:860px){
  .hero{
    min-height:auto;
    grid-template-columns:1fr;
    gap:0;
    padding-block:38px 18px;
  }
  .hero-panel{display:none}
  .hero-copy{text-align:center}
  .hero-actions{justify-content:center}
  .section{padding-top:42px}
  .finder-section{padding-top:30px}
}

@media (max-width:720px){
  .finder-form{grid-template-columns:1fr;padding:15px;gap:13px}
  .finder-input-block,.finder-methods{grid-column:auto}
  .finder-submit-row{grid-template-columns:1fr}
  .finder-submit{min-height:50px}
  .finder-location-meta{align-items:flex-start}
  .finder-result-card{padding:16px}
  .finder-money>strong{font-size:23px}
  .finder-card-actions a{min-height:45px;font-size:10.5px}
  .office-list-toggle{margin-top:14px}
}

@media (max-width:620px){
  .hero{padding-block:28px 16px}
  .hero h1{font-size:clamp(35px,11vw,48px)}
  .hero-text{margin-top:18px}
  .hero-actions{margin-top:24px}
  .section{padding-top:38px}
  .finder-section{padding-top:28px}
  .section-heading{margin-bottom:18px}
  .office-application-cta{margin-top:32px}
  .notice{margin-top:24px}
  .footer{margin-top:32px}
  .finder-card-actions{grid-template-columns:1fr}
  .finder-card-actions:has(a:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .finder-card-actions:has(a:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}
  .finder-location-meta{font-size:8.5px}
}

.finder-insight-copy small .finder-difference-amount{display:inline;margin:0;font-size:inherit;line-height:inherit}

.hero-mobile-rates-link{display:none}
@media(max-width:860px){
  .hero-mobile-rates-link{
    display:inline-flex;
    margin-top:14px;
    color:#bda8ff;
    font-size:10px;
    font-weight:700;
  }
}

/* v2.1.2 — BUL konum adımı form içinde + güvenli mobil scroll */
.finder-location-block{
  grid-column:1/-1;
  min-width:0;
  padding-top:1px;
}
.finder-location-actions-inline{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  width:100%;
}
.finder-location-actions-inline .finder-location-button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-height:48px;
  padding:10px 13px;
  border-color:rgba(139,92,246,.24);
  background:rgba(255,255,255,.025);
  color:#f7f8ff!important;
  font-size:11px;
  font-weight:750;
}
.finder-location-actions-inline .finder-location-button span{color:inherit!important}
.finder-location-actions-inline .finder-location-button:hover{
  border-color:rgba(184,140,255,.42);
  background:rgba(139,92,246,.10);
}
.finder-location-actions-inline .finder-location-button.active{
  border-color:rgba(48,213,155,.38);
  background:rgba(48,213,155,.08);
  color:#8aebc9!important;
}
.finder-location-block.is-loading{opacity:.76;pointer-events:none}
.finder-region-grid-inline{
  grid-column:auto;
  margin-top:10px;
  padding-top:0;
}
.finder-region-grid-inline button.active{
  border-color:rgba(48,213,155,.38);
  background:rgba(48,213,155,.08);
  color:#8aebc9;
}
.finder-location-error{
  display:block;
  margin-top:8px;
}
.finder-location-error[hidden]{display:none!important}

@media(max-width:720px){
  .finder-location-block{grid-column:auto}
  .finder-location-actions-inline{grid-template-columns:1fr 1fr;gap:9px}
  .finder-location-actions-inline .finder-location-button{min-height:48px;padding-inline:8px;font-size:10px}
  .finder-region-grid-inline{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
}

@media(max-width:390px){
  .finder-location-actions-inline{grid-template-columns:1fr}
}

/* v2.1.3 — daha kompakt 5'li mobil alt menü + iletişim paneli */
@media (max-width:820px){
  body{padding-bottom:calc(62px + env(safe-area-inset-bottom,0px))}
  .mobile-app-nav{
    grid-template-columns:repeat(5,minmax(0,1fr));
    min-height:calc(52px + env(safe-area-inset-bottom,0px));
    padding:3px 4px calc(3px + env(safe-area-inset-bottom,0px));
    gap:0;
    background:linear-gradient(180deg,rgba(31,26,68,.985),rgba(16,18,45,.995));
    box-shadow:0 -6px 22px rgba(0,0,0,.28);
  }
  .mobile-app-nav-item{
    appearance:none;
    border:0;
    min-height:44px;
    gap:2px;
    padding:3px 1px;
    border-radius:11px;
    background:transparent;
    color:#b9b7d1;
    font-family:inherit;
    font-size:8.5px;
    font-weight:650;
    line-height:1.05;
    cursor:pointer;
  }
  .mobile-app-nav-item span{
    max-width:100%;
    overflow:visible;
    text-overflow:clip;
    white-space:normal;
    line-height:1.05;
  }
  .mobile-app-nav-item svg{width:20px;height:20px;stroke-width:1.9}
  .mobile-app-nav-primary{
    min-height:52px;
    margin-top:-7px;
    border-radius:15px;
    box-shadow:0 8px 22px rgba(116,75,237,.34),inset 0 1px 0 rgba(255,255,255,.14);
    transform:translateY(-1px);
  }
  .mobile-app-nav-primary svg{width:24px;height:24px;stroke-width:2}
  .mobile-app-nav-primary span{font-size:8.8px}
  .mobile-app-nav-primary.is-active{box-shadow:0 9px 24px rgba(139,92,246,.46),0 0 0 1px rgba(184,140,255,.13),inset 0 1px 0 rgba(255,255,255,.16)}
  .mobile-contact-trigger.is-open{color:#a973ff;background:rgba(139,92,246,.12)}
  .toast{bottom:calc(64px + env(safe-area-inset-bottom,0px))}

  .mobile-contact-backdrop{
    position:fixed;
    z-index:118;
    inset:0;
    background:rgba(2,3,12,.62);
    backdrop-filter:blur(3px);
    -webkit-backdrop-filter:blur(3px);
  }
  .mobile-contact-backdrop[hidden],.mobile-contact-sheet[hidden]{display:none!important}
  .mobile-contact-sheet{
    position:fixed;
    z-index:119;
    right:10px;
    bottom:calc(58px + env(safe-area-inset-bottom,0px));
    left:10px;
    max-width:520px;
    margin-inline:auto;
    padding:8px 16px 16px;
    border:1px solid rgba(184,140,255,.24);
    border-radius:22px;
    background:linear-gradient(155deg,rgba(27,30,66,.995),rgba(11,14,35,.995));
    box-shadow:0 22px 60px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.055);
  }
  .mobile-contact-handle{width:42px;height:4px;margin:2px auto 10px;border-radius:999px;background:rgba(255,255,255,.18)}
  .mobile-contact-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
  .mobile-contact-head .eyebrow{margin:0 0 2px;font-size:8px;letter-spacing:.11em}
  .mobile-contact-head h2{margin:0;font-size:18px;line-height:1.2}
  .mobile-contact-close{width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.04);color:#fff;font-size:24px;line-height:1;cursor:pointer}
  .mobile-contact-copy{margin:10px 0 13px;color:var(--muted);font-size:10.5px;line-height:1.5}
  .mobile-contact-actions{display:grid;gap:9px}
  .mobile-contact-action{display:flex;align-items:center;gap:11px;min-height:55px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.035);color:#fff;text-decoration:none}
  .mobile-contact-action svg{width:24px;height:24px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mobile-contact-action span{display:flex;flex-direction:column;min-width:0}
  .mobile-contact-action strong{font-size:11.5px;line-height:1.2}
  .mobile-contact-action small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.25;word-break:break-word}
  .mobile-contact-whatsapp{border-color:rgba(48,213,155,.24);background:rgba(48,213,155,.075)}
  .mobile-contact-whatsapp svg{color:var(--green)}
}
@media (max-width:360px){
  .mobile-app-nav-item{font-size:7.8px}
  .mobile-app-nav-item svg{width:19px;height:19px}
  .mobile-app-nav-primary span{font-size:8.2px}
}
@media (min-width:821px){
  .mobile-contact-backdrop,.mobile-contact-sheet{display:none!important}
}

/* v2.1.4 — 5'li alt bar dengeleme: bar biraz büyütüldü, BUL eski mor/vurgulu görünüme döndürüldü */
@media (max-width:820px){
  body{padding-bottom:calc(74px + env(safe-area-inset-bottom,0px))}
  .mobile-app-nav{
    grid-template-columns:repeat(5,minmax(0,1fr));
    min-height:calc(62px + env(safe-area-inset-bottom,0px));
    padding:5px 6px calc(5px + env(safe-area-inset-bottom,0px));
    background:linear-gradient(180deg,rgba(33,28,72,.985),rgba(18,20,49,.99));
    box-shadow:0 -8px 30px rgba(0,0,0,.32);
  }
  .mobile-app-nav-item{
    min-height:49px;
    gap:3px;
    padding:4px 2px;
    border-radius:14px;
    color:#b9b7d1;
    font-size:9px;
    font-weight:600;
    line-height:1.05;
  }
  .mobile-app-nav-item span{
    max-width:100%;
    overflow:visible;
    text-overflow:clip;
    white-space:normal;
    line-height:1.05;
  }
  .mobile-app-nav-item svg{width:22px;height:22px;stroke-width:1.8}
  .mobile-app-nav-primary{
    min-height:60px;
    margin-top:-11px;
    color:#fff;
    border-radius:18px;
    background:linear-gradient(145deg,#9a55ff,#6652f4);
    box-shadow:0 12px 30px rgba(116,75,237,.40),inset 0 1px 0 rgba(255,255,255,.15);
    transform:translateY(-1px);
  }
  .mobile-app-nav-primary svg{width:28px;height:28px;stroke-width:2}
  .mobile-app-nav-primary span{font-size:9.4px;font-weight:700;color:#fff}
  .mobile-app-nav-primary.is-active{
    color:#fff;
    background:linear-gradient(145deg,#9a55ff,#6652f4);
    box-shadow:0 13px 34px rgba(139,92,246,.55),0 0 0 2px rgba(184,140,255,.16),inset 0 1px 0 rgba(255,255,255,.18);
  }
  .mobile-app-nav-primary:active{transform:translateY(-1px) scale(.96)}
  .mobile-contact-trigger.is-open{color:#a973ff;background:rgba(139,92,246,.12)}
  .toast{bottom:calc(76px + env(safe-area-inset-bottom,0px))}
  .mobile-contact-sheet{bottom:calc(68px + env(safe-area-inset-bottom,0px))}
}
@media (max-width:360px){
  .mobile-app-nav-item{font-size:8.2px}
  .mobile-app-nav-item svg{width:21px;height:21px}
  .mobile-app-nav-primary span{font-size:8.8px}
}


/* v2.1.5 — Mobil hero sonu temizliği: tekrarlayan Resmî Kurları Gör bağlantısı kaldırıldı */
@media (max-width:860px){
  .hero-mobile-rates-link{display:none!important}
  .hero{padding-bottom:8px}
  .hero-actions{margin-bottom:0}
}
@media (max-width:620px){
  .hero{padding-bottom:6px}
}


/* Kapalı büro bilgi kartı: ana kart butonlarının küçültülmüş ama aynı renkli versiyonu */
.finder-insight-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:0;
}
.finder-insight-actions a{
  min-height:40px;
  width:100%;
  padding:8px 10px;
  border-radius:10px;
  font-size:10px;
  font-weight:750;
}
.finder-insight-actions a:only-child{grid-column:1/-1}
.finder-insight-actions a:first-child:nth-last-child(2),
.finder-insight-actions a:first-child:nth-last-child(2)~a{
  grid-column:auto;
}
.finder-insight-actions:has(a:nth-child(2):last-child){
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.finder-insight-actions .whatsapp-action{
  border-color:rgba(48,213,155,.19);
  background:rgba(48,213,155,.10);
  color:#82e8c6;
}
.finder-insight-actions .directions-action{
  border-color:rgba(59,130,246,.42);
  background:rgba(59,130,246,.16);
  color:#93c5fd;
}

/* =========================================================
   v2.2.1 — Tablet BUL düzeltmesi + kapalı alternatif ayrımı
   ========================================================= */

/* Açık sonuçlarla kapalı fakat avantajlı büro aynı listenin devamı gibi görünmesin. */
.finder-insight-group{
  display:grid;
  gap:10px;
}
.finder-closed-alternative-section{
  margin-top:16px;
  padding:14px;
  border:1px solid rgba(255,181,71,.18);
  border-radius:17px;
  background:
    linear-gradient(145deg,rgba(255,181,71,.045),rgba(146,152,173,.025) 45%,rgba(7,8,23,.40));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 12px 32px rgba(0,0,0,.10);
}
.finder-closed-alternative-head{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:1px 2px 12px;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.finder-closed-alternative-head span{
  color:#ffbd63;
  font-size:8px;
  font-weight:850;
  line-height:1.2;
  letter-spacing:.07em;
}
.finder-closed-alternative-head strong{
  color:#f2f3fa;
  font-size:13px;
  line-height:1.35;
}
.finder-closed-alternative-head small{
  max-width:660px;
  color:#9da3b8;
  font-size:9px;
  line-height:1.5;
}
.finder-closed-alternative-list{
  display:grid;
  gap:10px;
  padding-top:12px;
}
.finder-closed-alternative-section .finder-insight-card{
  margin:0;
  border-color:rgba(146,152,173,.18);
  background:rgba(7,8,23,.42);
  box-shadow:none;
}

/*
  3 sütunlu BUL formunun gerçek minimum genişliği, container paylarıyla birlikte
  yaklaşık 870px civarıdır. 721–880px arasında 2 sütuna sabitlenir.
*/
@media (min-width:721px) and (max-width:880px){
  .finder-form{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:14px!important;
    padding:18px!important;
  }
  .finder-form>.finder-input-block{
    grid-column:1/-1!important;
  }
  .finder-form>.finder-location-block,
  .finder-form>.finder-methods{
    grid-column:1/-1!important;
  }
}

/* Telefonda ayrımı daha da belirgin tut, fakat kartı gereksiz büyütme. */
@media (max-width:720px){
  .finder-closed-alternative-section{
    margin-top:18px;
    padding:12px;
    border-radius:15px;
  }
  .finder-closed-alternative-head{
    padding-bottom:11px;
  }
  .finder-closed-alternative-head strong{
    font-size:12.5px;
  }
  .finder-closed-alternative-head small{
    font-size:8.8px;
  }
}

/* Çok dilli üst bar — v2.3.0 I18N */
.topbar-label-short{display:none}
.language-switcher{position:relative;flex:0 0 auto}
.language-switcher>summary{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:8px 11px;
  border:1px solid var(--line);
  border-radius:12px;
  background:rgba(255,255,255,.035);
  color:var(--text);
  font-size:11px;
  font-weight:800;
  line-height:1;
  letter-spacing:.035em;
  list-style:none;
  cursor:pointer;
  user-select:none;
}
.language-switcher>summary::-webkit-details-marker{display:none}
.language-switcher>summary::marker{display:none;content:""}
.language-switcher>summary:hover,
.language-switcher[open]>summary{border-color:rgba(157,99,255,.58);background:rgba(139,92,246,.12)}
.language-globe{font-size:13px;line-height:1;color:var(--purple-2)}
.language-menu{
  position:absolute;
  top:calc(100% + 9px);
  right:0;
  z-index:40;
  width:168px;
  padding:6px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:#11152d;
  box-shadow:0 18px 46px rgba(0,0,0,.38);
}
.language-menu a{
  min-height:38px;
  display:grid;
  grid-template-columns:30px 1fr;
  align-items:center;
  gap:7px;
  padding:7px 9px;
  border-radius:9px;
  color:var(--muted);
  font-size:11px;
  font-weight:800;
}
.language-menu a span{font-size:10px;font-weight:600;color:inherit}
.language-menu a:hover,.language-menu a.is-current{background:rgba(139,92,246,.13);color:#fff}
.language-menu a.is-current::after{content:"✓";justify-self:end;color:var(--green);font-size:10px}
.language-menu a.is-current{grid-template-columns:30px 1fr auto}

@media(max-width:620px){
  .topbar{gap:6px}
  .brand{gap:7px;min-width:0}
  .brand-copy{max-width:min(40vw,150px)}
  .brand-tagline{max-width:100%;overflow:hidden;text-overflow:ellipsis}
  .topbar-actions{gap:5px;flex:0 0 auto}
  .language-switcher>summary{min-width:42px;min-height:42px;padding:8px 9px;border-radius:13px;font-size:10px}
  .language-globe{display:none}
  .language-menu{top:calc(100% + 7px);width:158px}
  .topbar-link.topbar-link-primary{min-width:44px;min-height:42px;padding:9px 10px;font-size:10px}
  .topbar-label-full{display:none}
  .topbar-label-short{display:inline}
}
@media(max-width:370px){
  .brand-mark{width:37px;height:37px}
  .brand-name{font-size:12px}
  .brand-copy{max-width:118px}
  .brand-tagline{font-size:5.5px}
  .language-switcher>summary{min-width:38px;padding-inline:7px}
  .topbar-link.topbar-link-primary{min-width:40px;padding-inline:7px;font-size:9px}
}

/* v2.3.0 I18N — çok dar ekranlarda uzun EN/RU metinlerinin kartı genişletmesini engelle */
@media(max-width:360px){
  .office-grid{grid-template-columns:minmax(0,1fr);min-width:0}
  .office-card{width:100%;min-width:0;padding:16px}
  .office-card-top{min-width:0;gap:8px}
  .office-card-brand{min-width:0;flex:1 1 auto}
  .office-card h3{min-width:0;overflow-wrap:anywhere}
  .office-status{min-width:0;max-width:48%;flex:0 1 auto;white-space:normal;text-align:center;line-height:1.25}
  .office-address,.office-status-detail{overflow-wrap:anywhere}
  .office-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;min-width:0}
  .office-actions a{min-width:0;padding:9px 4px;font-size:9px;white-space:normal;text-align:center}
}
@media(max-width:360px){
  .office-card-top{display:grid;grid-template-columns:minmax(0,1fr);justify-items:start}
  .office-status{max-width:100%;justify-self:start}
}

/* SEO 2B — ana sayfa bölge dizini + doğrulanmış büro detay bağlantıları */
.region-directory-heading{margin-bottom:16px}
.region-directory-intro{max-width:820px;margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.6}
.region-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.region-directory-card{position:relative;min-width:0;min-height:82px;display:flex;flex-direction:column;justify-content:center;padding:15px 42px 15px 16px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(145deg,rgba(21,25,54,.8),rgba(12,15,35,.88));transition:border-color .18s ease,background .18s ease,transform .18s ease}
.region-directory-card:hover{border-color:rgba(139,92,246,.42);background:linear-gradient(145deg,rgba(33,29,72,.9),rgba(15,18,42,.94));transform:translateY(-1px)}
.region-directory-name{display:block;min-width:0;font-size:13px;font-weight:800;line-height:1.3;overflow-wrap:anywhere}
.region-directory-card small{display:block;margin-top:4px;color:var(--muted);font-size:8.5px;font-weight:650;line-height:1.3}
.region-directory-arrow{position:absolute;right:15px;top:50%;color:var(--purple-2);font-size:18px;font-weight:700;transform:translateY(-50%)}
.office-name-link{display:inline;color:inherit;text-decoration:none}
.office-name-link:hover{color:var(--purple-2)}
.office-detail-link{align-self:flex-start;display:inline-flex;align-items:center;min-height:34px;margin-top:12px;padding:6px 2px;color:var(--purple-2);font-size:9px;font-weight:800;text-decoration:none}
.office-detail-link:hover{color:#fff}
@media(max-width:620px){
  .region-directory-heading{margin-bottom:12px}
  .region-directory-intro{font-size:10px;line-height:1.5}
  .region-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .region-directory-card{min-height:78px;padding:12px 31px 12px 12px;border-radius:13px;touch-action:manipulation}
  .region-directory-name{font-size:10.5px;line-height:1.3}
  .region-directory-card small{font-size:7.5px}
  .region-directory-arrow{right:10px;font-size:15px}
  .office-detail-link{min-height:42px;margin-top:8px;font-size:9px}
}
@media(max-width:340px){
  .region-directory-card{padding-left:10px;padding-right:26px}
  .region-directory-name{font-size:9.5px}
  .region-directory-card small{font-size:7px}
}

/* UX FINAL 2026-08-21 — daraltma/CTA/footer marka rötuşları */
#finderEdit{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:9px 14px;
  border:1px solid rgba(184,140,255,.62);
  border-radius:11px;
  background:linear-gradient(145deg,rgba(145,78,255,.94),rgba(101,76,238,.94));
  color:#fff;
  box-shadow:0 9px 24px rgba(116,75,237,.24),inset 0 1px 0 rgba(255,255,255,.13);
  font-size:10px;
  font-weight:850;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
#finderEdit svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
#finderEdit:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 12px 28px rgba(116,75,237,.32),inset 0 1px 0 rgba(255,255,255,.15)}
#finderEdit:active{transform:translateY(0)}
.footer-company-mark{width:18px;height:18px;margin-right:6px;object-fit:contain;vertical-align:-5px}
@media(max-width:620px){
  .finder-summary-actions #finderEdit{width:100%;min-height:46px;font-size:10.5px}
  .footer .brand-footer{margin-left:auto!important;margin-right:auto!important;justify-content:center!important}
  .footer-company-mark{width:16px;height:16px;margin-right:5px;vertical-align:-4px}
}

/* P1-A 2026-08-21 — doğrulanmış büro rozetini ana sayfa kartlarına taşı */
.verified-badge{
  display:inline-flex;
  align-items:center;
  gap:4px;
  min-height:20px;
  max-width:100%;
  padding:3px 7px;
  border:1px solid rgba(48,213,155,.28);
  border-radius:999px;
  background:rgba(48,213,155,.11);
  color:#84eac7;
  font-size:8px;
  font-weight:800;
  line-height:1;
  letter-spacing:.01em;
  white-space:nowrap;
  vertical-align:middle;
}
.verified-badge-check{
  width:13px;
  height:13px;
  flex:0 0 13px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  background:rgba(48,213,155,.18);
  color:#a2f1d5;
  font-size:8px;
  font-weight:900;
  line-height:1;
}
.office-card-title-line,.finder-office-title-line,.finder-insight-title-line{
  min-width:0;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:5px 7px;
}
.office-card-title-line{flex:1 1 auto}
.office-card-title-line h3{min-width:0;margin:0}
.finder-office-title-line strong,.finder-insight-title-line strong{min-width:0}
.finder-insight-title-line{margin-top:2px}
.finder-insight-title-line>strong{margin-top:0}
.finder-office-brand .verified-badge,.finder-insight-copy .verified-badge{display:inline-flex;margin-top:0;color:#84eac7;font-size:8px;text-transform:none;letter-spacing:.01em}
.finder-office-brand .verified-badge-check,.finder-insight-copy .verified-badge-check{display:inline-grid;margin-top:0;color:#a2f1d5;font-size:8px;text-transform:none;letter-spacing:0}
@media(max-width:620px){
  .verified-badge{min-height:19px;padding:3px 6px;font-size:7.5px}
  .verified-badge-check{width:12px;height:12px;flex-basis:12px;font-size:7.5px}
  .finder-office-brand .verified-badge,.finder-insight-copy .verified-badge{font-size:7.5px}
  .finder-office-brand .verified-badge-check,.finder-insight-copy .verified-badge-check{font-size:7.5px}
  .office-card-title-line,.finder-office-title-line,.finder-insight-title-line{gap:5px}
}
@media(max-width:360px){
  .verified-badge{font-size:7px}
}


.finder-office-link,.finder-insight-link{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  color:inherit;
  text-decoration:none;
}
.finder-office-link:hover strong,.finder-insight-link:hover strong,
.finder-office-link:focus-visible strong,.finder-insight-link:focus-visible strong{color:var(--purple-2)}
.finder-office-link:focus-visible,.finder-insight-link:focus-visible{
  outline:2px solid rgba(145,78,255,.5);
  outline-offset:4px;
  border-radius:12px;
}
.finder-office-link>div,.finder-insight-link .finder-insight-copy{min-width:0}
.finder-insight-link{width:100%}

/* P1-M0 2026-08-22 — mobil alt bar stabilizasyonu FINAL override
   visualViewport/translateY takibi kaldırıldı. Bar scroll ve klavye sırasında
   yalnız viewport tabanına sabitlenir; safe-area sadece yükseklik/padding içindir. */
@media (max-width:820px){
  html{overscroll-behavior-y:auto;background:var(--bg)}
  body:not(.seo-page){
    padding-bottom:calc(74px + env(safe-area-inset-bottom,0px))!important;
    overscroll-behavior-y:auto;
  }
  .mobile-app-nav{
    position:fixed!important;
    z-index:1000!important;
    inset:auto 0 0 0!important;
    top:auto!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100%!important;
    max-width:none!important;
    min-height:calc(62px + env(safe-area-inset-bottom,0px))!important;
    margin:0!important;
    padding:5px 6px calc(5px + env(safe-area-inset-bottom,0px))!important;
    transform:none!important;
    -webkit-transform:none!important;
    translate:none!important;
    will-change:auto!important;
    contain:none!important;
  }
  .mobile-contact-sheet{
    bottom:calc(68px + env(safe-area-inset-bottom,0px))!important;
  }
  .toast{
    bottom:calc(76px + env(safe-area-inset-bottom,0px))!important;
  }
}
@media (min-width:821px){
  .mobile-app-nav{display:none!important}
}



/* P1-C1 2026-08-22 — masaüstü iletişim erişimi */
.footer-contact-button{
  appearance:none;
  -webkit-appearance:none;
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border:1px solid rgba(157,99,255,.45);
  border-radius:11px;
  background:rgba(126,76,240,.16);
  color:#fff;
  font:inherit;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}
.footer-contact-button:hover,.footer-contact-button.is-open{border-color:var(--purple);background:rgba(126,76,240,.28)}
@media (min-width:821px){
  .footer-office-links{grid-template-columns:repeat(3,minmax(118px,1fr))}
  .mobile-contact-backdrop:not([hidden]){
    display:block!important;
    position:fixed;
    z-index:1180;
    inset:0;
    background:rgba(2,3,12,.62);
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px);
  }
  .mobile-contact-sheet:not([hidden]){
    display:block!important;
    position:fixed!important;
    z-index:1181!important;
    top:50%!important;
    right:auto!important;
    bottom:auto!important;
    left:50%!important;
    width:min(430px,calc(100% - 40px))!important;
    max-width:430px!important;
    margin:0!important;
    padding:10px 18px 18px!important;
    border:1px solid rgba(184,140,255,.26)!important;
    border-radius:22px!important;
    background:linear-gradient(155deg,rgba(27,30,66,.995),rgba(11,14,35,.995))!important;
    box-shadow:0 28px 80px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.055)!important;
    transform:translate(-50%,-50%)!important;
  }
  .mobile-contact-handle{width:42px;height:4px;margin:2px auto 12px;border-radius:999px;background:rgba(255,255,255,.18)}
  .mobile-contact-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
  .mobile-contact-head .eyebrow{margin:0 0 3px;font-size:8px;letter-spacing:.11em}
  .mobile-contact-head h2{margin:0;font-size:20px;line-height:1.2}
  .mobile-contact-close{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.04);color:#fff;font-size:24px;line-height:1;cursor:pointer}
  .mobile-contact-copy{margin:12px 0 14px;color:var(--muted);font-size:11px;line-height:1.55}
  .mobile-contact-actions{display:grid;gap:9px}
  .mobile-contact-action{display:flex;align-items:center;gap:11px;min-height:58px;padding:11px 13px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.035);color:#fff;text-decoration:none}
  .mobile-contact-action svg{width:24px;height:24px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mobile-contact-action span{display:flex;flex-direction:column;min-width:0}
  .mobile-contact-action strong{font-size:12px;line-height:1.2}
  .mobile-contact-action small{margin-top:3px;color:var(--muted);font-size:9.5px;line-height:1.25;word-break:break-word}
  .mobile-contact-whatsapp{border-color:rgba(48,213,155,.24);background:rgba(48,213,155,.075)}
  .mobile-contact-whatsapp svg{color:var(--green)}
}
@media (max-width:820px){
  .footer-contact-button{display:none!important}
}


/* P1-M1 2026-08-22 — Chrome mobile refresh + alt bar stability FINAL override
   - native pull-to-refresh yeniden açık
   - fixed bar ilk paintte görünürlük garantili
   - browser alt araç çubuğu farkı transform yerine absolute bottom offset ile yönetilir
   - backdrop-filter kaldırılarak mobil Chrome compositor kaybolmaları önlenir */
@media (max-width:820px){
  html,body{overscroll-behavior-y:auto!important}
  body:not(.seo-page){
    padding-bottom:calc(74px + env(safe-area-inset-bottom,0px) + var(--mobile-nav-vv-bottom,0px))!important;
  }
  .mobile-app-nav{
    display:grid!important;
    position:fixed!important;
    z-index:1000!important;
    top:auto!important;
    right:0!important;
    bottom:var(--mobile-nav-vv-bottom,0px)!important;
    left:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:none!important;
    -webkit-transform:none!important;
    translate:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    will-change:auto!important;
    contain:none!important;
  }
  .mobile-contact-sheet{
    bottom:calc(68px + env(safe-area-inset-bottom,0px) + var(--mobile-nav-vv-bottom,0px))!important;
  }
  .toast{
    bottom:calc(76px + env(safe-area-inset-bottom,0px) + var(--mobile-nav-vv-bottom,0px))!important;
  }
}
