:root {
  --orange: #ff5b16;
  --orange-dark: #e94807;
  --violet: #5424eb;
  --violet-dark: #3514a7;
  --ink: #17151d;
  --muted: #6f6b78;
  --line: #ece9f1;
  --surface: #f7f6f9;
  --page: #ffffff;
}

/* Tüm sayfalarda, aşağı kaydırılınca görünen yukarı çık düğmesi. */
.qrilan-back-to-top {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 99999;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #ff6a22, #ff4f12);
  box-shadow: 0 12px 30px rgba(255, 91, 22, .3);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(.94);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease;
  -webkit-tap-highlight-color: transparent;
}

.qrilan-back-to-top span {
  font: 400 27px/1 Arial, sans-serif;
  transform: translateY(-1px);
}

.qrilan-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.qrilan-back-to-top:hover {
  box-shadow: 0 15px 34px rgba(255, 91, 22, .42);
  transform: translateY(-2px) scale(1.03);
}

.qrilan-back-to-top:focus-visible {
  outline: 3px solid rgba(83, 42, 239, .35);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .qrilan-back-to-top {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qrilan-back-to-top {
    transition: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  position: relative;
  inset-inline-start: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

main,
.site-header,
.category-nav,
footer {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-inline: 0;
}

main {
  overflow-x: hidden;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img,
svg,
video {
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner,
.nav-inner,
.page-shell {
  width: min(1320px, calc(100% - 100px));
  margin: 0 auto;
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: 180px minmax(320px, 560px) 1fr;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: fit-content;
}

.brand img {
  width: 60px;
  height: 60px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(255, 91, 22, 0.14));
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  color: var(--orange);
  font-size: 31px;
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 1;
}

.brand-wordmark b {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.085em;
}

.brand-wordmark span {
  color: #f06424;
}

.search {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
  height: 40px;
  justify-self: center;
  border: 1px solid #ded8ef;
  border-radius: 30px;
  background: #faf9fb;
  overflow: hidden;
  transition: 160ms ease;
}

.search:focus-within {
  border-color: rgba(84, 36, 235, 0.5);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(84, 36, 235, 0.08);
}

.search-icon {
  width: 19px;
  height: 19px;
  margin-left: 22px;
  border: 2px solid #7f788a;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}

.search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: -6px;
  bottom: -3px;
  background: #7f788a;
  transform: rotate(45deg);
  border-radius: 2px;
}

.search input {
  position: relative;
  z-index: 2;
  height: 100%;
  flex: 1;
  min-width: 0;
  padding: 0 18px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 14px;
}

.search-rotating-text {
  position: absolute;
  z-index: 1;
  left: 62px;
  right: 94px;
  overflow: hidden;
  color: #aaa5b1;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.search:focus-within .search-rotating-text,
.search.has-value .search-rotating-text {
  opacity: 0;
}

.search button {
  align-self: stretch;
  padding: 0 22px;
  border: 0;
  color: #fff;
  background: var(--violet);
  cursor: pointer;
  font-weight: 700;
}

.account-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 14px;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.account-actions > a:not(.primary-button):hover {
  color: var(--violet);
}

.member-tools,
.quick-actions {
  display: flex;
  align-items: center;
}

.member-tools {
  justify-content: flex-end;
  gap: 15px;
}

.quick-actions {
  gap: 6px;
}

.quick-action {
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 36px;
  border: 1px solid #e5def7;
  border-radius: 11px;
  color: #62557e;
  background: linear-gradient(145deg, #fff, #f7f4ff);
  box-shadow: 0 7px 18px rgba(54, 31, 110, 0.08);
  transition: 150ms ease;
}

.quick-action:hover,
.quick-action:focus-visible {
  color: var(--violet);
  border-color: #cfc1ff;
  background: #f4f0ff;
  box-shadow: 0 10px 22px rgba(84, 36, 235, 0.15);
  outline: 0;
  transform: translateY(-2px);
}

.quick-action svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-action.favorite-action svg {
  fill: currentColor;
  stroke-width: 1.5;
}

.quick-badge {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  padding: 0 4px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #f1262f;
  box-shadow: 0 4px 10px rgba(241, 38, 47, 0.32);
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
}

.header-tool {
  position: relative;
  display: inline-flex;
}

.header-tool > .quick-action {
  cursor: pointer;
}

.header-popover {
  position: absolute;
  z-index: 120;
  top: calc(100% + 15px);
  right: -78px;
  width: min(470px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid #e5deef;
  border-radius: 15px;
  color: #29242f;
  background: #fff;
  box-shadow: 0 24px 65px rgba(35, 23, 56, .24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.header-popover::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 88px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #e5deef;
  border-left: 1px solid #e5deef;
  background: #fff;
  transform: rotate(45deg);
}

.header-tool.open .header-popover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.header-popover > header {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 2px solid var(--violet);
  background: #fff;
}

.header-popover > header strong {
  font-size: 17px;
  font-weight: 850;
}

.header-popover > header a {
  color: var(--violet);
  font-size: 11px;
  font-weight: 750;
}

.header-popover-list {
  max-height: 380px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.header-preview-item {
  min-height: 86px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #eeeaf2;
  color: #39333f;
  background: #fff;
}

.header-preview-item:hover,
.header-preview-item.is-unread {
  background: #faf8ff;
}

.header-preview-avatar {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff8a46);
  font-size: 18px;
  font-weight: 900;
}

.notification-mark {
  color: var(--violet);
  background: #f0ebff;
}

.header-preview-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.header-preview-copy b,
.header-preview-copy strong,
.header-preview-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-preview-copy b {
  font-size: 12px;
  font-weight: 820;
}

.header-preview-copy strong {
  font-size: 12px;
  font-weight: 760;
}

.header-preview-copy small {
  color: #77707f;
  font-size: 11px;
}

.header-preview-item time {
  align-self: end;
  padding-bottom: 3px;
  color: #9a93a1;
  font-size: 9px;
}

.header-popover-footer {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--violet);
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}

.header-popover-empty {
  margin: 0;
  padding: 34px 20px;
  color: #8a8390;
  text-align: center;
  font-size: 13px;
}

.favorites-popover {
  right: -42px;
  width: 290px;
}

.favorites-popover::before {
  right: 52px;
}

.favorite-popover-links {
  display: grid;
}

.favorite-popover-links a {
  min-height: 58px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-bottom: 1px solid #eeeaf2;
  color: #3d3744;
}

.favorite-popover-links a:hover {
  color: var(--violet);
  background: #faf8ff;
}

.favorite-popover-links span {
  color: var(--violet);
  font-size: 20px;
  text-align: center;
}

.favorite-popover-links b {
  font-size: 13px;
}

.favorite-popover-links i {
  color: #aaa3b1;
  font-size: 20px;
  font-style: normal;
}

.simple-favorites-page {
  width: min(900px, calc(100% - 36px));
  min-height: 340px;
  margin: 54px auto;
  padding: 54px;
  border: 1px solid #e7e1ef;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff, #f6f2ff);
  box-shadow: 0 22px 55px rgba(44, 26, 72, .1);
}

.simple-favorites-page > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.simple-favorites-page h1 {
  margin: 10px 0 14px;
  font-size: clamp(32px, 5vw, 52px);
}

.simple-favorites-page p {
  max-width: 650px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.simple-favorites-page a {
  display: inline-flex;
  margin-top: 18px;
  padding: 13px 18px;
  border-radius: 12px;
  color: #fff;
  background: var(--violet);
  font-weight: 800;
}

.member-listing-button {
  padding: 11px 14px;
}

.button-short-label {
  display: none;
}

.account-menu {
  position: relative;
}

.account-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 2px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.account-menu-trigger:hover,
.account-menu.open .account-menu-trigger {
  color: var(--violet);
}

.account-trigger-name {
  max-width: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.account-avatar,
.account-profile-avatar {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(145deg, var(--orange), #ff8a46);
  box-shadow: 0 5px 14px rgba(255, 91, 22, 0.22);
}

.account-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
  overflow: hidden;
}

.account-avatar img,
.account-profile-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.account-chevron {
  width: 7px;
  height: 7px;
  margin-left: 1px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.account-menu.open .account-chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}

.account-dropdown {
  position: absolute;
  z-index: 80;
  top: calc(100% + 14px);
  right: -8px;
  width: 226px;
  overflow: hidden;
  border: 1px solid #ebe6f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(40, 24, 70, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
}

.account-dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 32px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #ebe6f2;
  border-left: 1px solid #ebe6f2;
  background: #fff;
  transform: rotate(45deg);
}

.account-menu.open .account-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.account-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-bottom: 1px solid #eeeaf3;
}

.account-profile-avatar {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 850;
  overflow: hidden;
}

.member-tools .account-dropdown {
  right: auto;
  left: 0;
}

.member-tools .account-dropdown::before {
  right: auto;
  left: 28px;
}

.account-profile span:last-child {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.account-profile small {
  color: #aaa3b1;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.account-profile strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 14px;
  text-overflow: ellipsis;
}

.account-dropdown-links {
  display: grid;
}

.account-dropdown-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 43px;
  padding: 0 14px;
  border-bottom: 1px solid #f0edf4;
  color: #423d48;
  font-size: 13px;
  font-weight: 600;
  transition: 140ms ease;
}

.account-dropdown-links a:hover {
  padding-left: 17px;
  color: var(--violet);
  background: #faf8ff;
}

.account-dropdown-links a b {
  color: #a8a1ae;
  font-size: 20px;
  font-weight: 620;
}

.account-dropdown-links .account-logout {
  border-bottom: 0;
  color: #ef3e36;
  background: #fffafa;
}

.primary-button,
.hero-cta {
  border-radius: 14px;
  background: linear-gradient(135deg, #ff712d, var(--orange));
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 91, 22, 0.2);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.primary-button {
  padding: 12px 16px;
  border-radius: 12px;
}

.help-link {
  color: var(--violet);
}

.primary-button:hover,
.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(255, 91, 22, 0.28);
}

.category-nav {
  position: relative;
  z-index: 55;
  border-top: 1px solid #f2eff6;
}

.nav-inner {
  position: static;
  min-height: 58px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
}

.nav-item {
  position: static;
  flex: 1 0 auto;
  display: flex;
}

.nav-trigger {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  color: #2f2354;
  font-size: 13px;
  font-weight: 680;
  border-bottom: 3px solid transparent;
  transition: 160ms ease;
}

.nav-trigger:hover,
.nav-item:focus-within .nav-trigger {
  color: var(--violet);
  border-color: var(--violet);
}

.nav-icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  flex: 0 0 20px;
}

.nav-icon img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: invert(22%) sepia(97%) saturate(5250%) hue-rotate(251deg)
    brightness(88%) contrast(102%);
  opacity: 0.9;
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-trigger:hover .nav-icon img,
.nav-item:focus-within .nav-icon img {
  transform: translateY(-1px);
  opacity: 1;
}

.nav-chevron {
  margin-left: 2px;
  color: #9d94ad;
  font-size: 12px;
  transition: transform 160ms ease;
}

.nav-item:hover .nav-chevron,
.nav-item:focus-within .nav-chevron {
  transform: rotate(180deg);
}

.nav-glyph {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: var(--violet);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.package-glyph {
  position: relative;
  border: 1.8px solid currentColor;
  border-radius: 3px;
}

.package-glyph::before,
.package-glyph::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}

.expert-glyph {
  position: relative;
  border: 1.8px solid currentColor;
  border-radius: 50%;
}

.expert-glyph::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 5px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.expert-glyph::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 2px;
  width: 8px;
  height: 4px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.direct-nav-item .nav-trigger {
  cursor: pointer;
}

.package-glyph::before {
  top: 4px;
  left: 1px;
  width: 12px;
  height: 1.5px;
  transform: rotate(25deg);
}

.package-glyph::after {
  top: 1px;
  left: 7px;
  width: 1.5px;
  height: 13px;
  transform: rotate(28deg);
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(1080px, calc(100vw - 140px));
  min-height: 330px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  overflow: hidden;
  color: var(--ink);
  border: 1px solid #e8e3ef;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 22px 45px rgba(24, 18, 34, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(-8px);
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(.2, .75, .25, 1),
    visibility 0s linear 180ms;
  contain: layout;
}

/* İlk sıradaki Emlak tetikleyicisi ile panel arasındaki fare yolunu kesintisiz tutar. */
.nav-item:first-child .mega-menu {
  left: max(20px, calc((100% - 1320px) / 2));
  transform: translateY(-8px);
}

.nav-item.is-mega-open .mega-menu,
.nav-item:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s, 0s, 0s;
}

.nav-item:first-child.is-mega-open .mega-menu,
.nav-item:first-child:focus-within .mega-menu {
  transform: translateY(0);
}

.mega-menu-sidebar {
  position: relative;
  padding: 12px 0;
  background: #f8f7f9;
  border-right: 1px solid var(--line);
}

.mega-menu-sidebar > a {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 20px;
  color: #393440;
  font-size: 14px;
  font-weight: 400;
  transition: 140ms ease;
}

.mega-menu-sidebar > a:hover,
.mega-menu-sidebar > a:focus-visible,
.mega-menu-sidebar > a.active {
  color: var(--violet);
  background: #fff;
  padding-left: 24px;
}

.mega-menu-sidebar .mega-menu-all {
  min-height: 50px;
  margin-bottom: 6px;
  color: var(--orange);
  background: #fff;
  font-weight: 400;
}

.mega-menu-content {
  padding: 24px 24px 26px;
}

.mega-menu-content-panel[hidden] {
  display: none;
}

.mega-menu-content-panel:not([hidden]) {
  animation: mega-panel-in 170ms ease-out;
}

.mega-menu-text-panel {
  min-width: 0;
}

.mega-brand-scroll-area {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 7px;
  gap: 7px;
}

.mega-menu .mega-brand-list {
  height: min(520px, calc(100vh - 260px));
  max-height: 520px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  align-items: start;
  gap: 16px 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px 4px 12px 0;
  scrollbar-width: none;
}

.mega-menu .mega-brand-list::-webkit-scrollbar {
  display: none;
}

.mega-brand-scroll-rail {
  position: relative;
  width: 6px;
  height: min(520px, calc(100vh - 260px));
  max-height: 520px;
  border-radius: 999px;
  background: #fff0e9;
  box-shadow: inset 0 0 0 1px rgba(255, 91, 22, .12);
  cursor: pointer;
}

.mega-brand-scroll-rail span {
  position: absolute;
  top: 0;
  left: 1px;
  width: 4px;
  min-height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff813e, #ff5b16);
  box-shadow: 0 2px 8px rgba(255, 91, 22, .24);
  cursor: grab;
  transform: translateY(0);
}

.mega-brand-scroll-area:hover .mega-brand-scroll-rail span,
.mega-brand-scroll-rail span:active {
  background: #f04b08;
}

.mega-brand-group {
  min-width: 0;
  display: grid;
  align-content: start;
}

.mega-menu .mega-brand-group > strong {
  margin-bottom: 5px;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 9px 11px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff7d3f);
  box-shadow: 0 5px 12px rgba(255, 91, 22, .18);
  font-size: 15px !important;
  font-weight: 900;
  line-height: 1;
}

.mega-menu .mega-brand-list a {
  min-height: 32px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9e2f3;
  color: #39295f;
  font-size: 14px !important;
  font-weight: 740;
  line-height: 1.2;
  padding: 4px 3px;
  white-space: normal;
}

.mega-menu .mega-brand-list a:hover {
  padding-left: 7px;
  color: var(--orange);
  background: #fff6f1;
}

@keyframes mega-panel-in {
  from { opacity: 0; transform: translateX(8px); }
  to { opacity: 1; transform: translateX(0); }
}

.mega-menu-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.mega-menu-heading span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.mega-menu-heading h3 {
  margin: 5px 0 0;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.mega-menu-heading > a {
  color: var(--violet);
  font-size: 12px;
  font-weight: 740;
}

.mega-menu-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mega-menu-cards.four-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mega-menu-orange-panel .mega-menu-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 680px;
}

.mega-menu-orange-panel .mega-card-photo {
  height: 112px;
  color: #fff;
  background-color: var(--orange);
  background-image: linear-gradient(135deg, #ff5b16 0%, #ff813e 100%) !important;
  box-shadow: 0 8px 20px rgba(255, 91, 22, .2);
}

.mega-menu-cards.four-cards .mega-card-photo {
  height: 120px;
}

.mega-menu-cards > a {
  min-width: 0;
  display: grid;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.mega-menu-cards > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(41, 28, 63, 0.1);
}

.mega-card-photo {
  height: 145px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 10px;
  background-color: var(--orange);
  background-image: linear-gradient(135deg, #ff5b16 0%, #ff813e 100%) !important;
  box-shadow: 0 8px 20px rgba(255, 91, 22, .2);
  color: #fff;
  text-align: center;
}

.mega-card-photo > span {
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.mega-menu-cards b,
.mega-menu-cards small {
  padding: 0 8px;
}

.mega-tourism-groups {
  display: grid;
  gap: 20px;
}

.mega-tourism-group h4 {
  margin: 0 0 9px;
  color: #242129;
  font-size: 15px;
  font-weight: 850;
}

.mega-menu-cards.tourism-card-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.mega-menu-cards.tourism-card-grid > a {
  padding: 5px;
  border-radius: 10px;
}

.mega-menu-cards.tourism-card-grid .mega-card-photo {
  height: 78px;
  padding: 8px;
  border-radius: 7px;
}

.mega-menu-cards.tourism-card-grid .mega-card-photo > span {
  font-size: 12px;
  line-height: 1.2;
}

.mega-menu-cards b {
  font-size: 14px;
}

.mega-menu-cards small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.menu-page-overlay {
  position: fixed;
  z-index: 40;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(18, 15, 22, 0.56);
  transition: opacity 150ms ease, visibility 150ms ease;
  cursor: default;
}

body.mega-menu-open .menu-page-overlay {
  visibility: visible;
  opacity: 1;
}

.page-shell {
  padding-top: 22px;
}

.search-message {
  margin: 0 0 14px;
  padding: 11px 16px;
  color: var(--violet-dark);
  background: #f3efff;
  border-radius: 12px;
  font-size: 14px;
}

.hero {
  position: relative;
  height: 390px;
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(470px, 1.05fr) minmax(470px, 0.95fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid #eee7f8;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 25%, rgba(133, 83, 255, 0.19), transparent 24%),
    radial-gradient(circle at 91% 74%, rgba(255, 102, 36, 0.14), transparent 22%),
    linear-gradient(105deg, #fff8e9 0%, #fffdfb 46%, #f2ebff 100%);
  box-shadow: 0 18px 45px rgba(58, 37, 91, 0.07);
}

.hero::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  top: -90px;
  left: 28%;
  border: 1px solid rgba(84, 36, 235, 0.15);
  border-radius: 50%;
}

.hero-media {
  position: relative;
  height: 100%;
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  padding: 34px 28px 24px 48px;
  isolation: isolate;
}

.hero-media > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 305px;
  object-fit: cover;
  border-radius: 160px 28px 28px 38px;
  box-shadow: 0 20px 34px rgba(44, 29, 22, 0.18);
  animation: reveal 320ms ease;
}

.hero-card-accent {
  position: absolute;
  z-index: 1;
  width: 76%;
  height: 76%;
  left: 26px;
  top: 31px;
  border-radius: 50%;
  background: linear-gradient(150deg, #8f5bff, #6237ef);
  opacity: 0.82;
}

.floating-phone {
  position: absolute;
  z-index: 4;
  width: 82px;
  height: 140px;
  right: 34px;
  bottom: 20px;
  display: grid;
  place-items: center;
  padding: 8px;
  background: #1d1a22;
  border: 4px solid #27232c;
  border-radius: 18px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
  transform: rotate(5deg);
}

.floating-phone::before {
  content: "";
  position: absolute;
  inset: 5px;
  background: #fff;
  border-radius: 11px;
}

.floating-phone img {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.hero-copy {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 100px 58px 48px;
  animation: reveal 300ms ease;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eyebrow,
.section-heading span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.hero-copy h1 {
  margin: 14px 0 2px;
  font-size: clamp(41px, 3.5vw, 60px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.hero-copy h1::first-letter {
  color: var(--ink);
}

.hero-copy h2 {
  max-width: 570px;
  margin: 12px 0;
  font-size: clamp(23px, 2vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.hero-copy p {
  max-width: 520px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.hero-cta {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px 20px;
  font-weight: 750;
}

.hero-cta span {
  font-size: 22px;
}

.qr-motif {
  position: absolute;
  z-index: 2;
  right: 38px;
  top: 60px;
  width: 92px;
  height: 92px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  opacity: 0.19;
  transform: rotate(3deg);
}

.qr-motif i {
  background: var(--violet);
  border-radius: 3px;
}

.qr-motif i:nth-child(2),
.qr-motif i:nth-child(4),
.qr-motif i:nth-child(9) {
  background: var(--orange);
  transform: scale(0.58);
}

.slider-arrow,
.quick-carousel > button {
  display: grid;
  place-items: center;
  border: 1px solid #e4dfeb;
  border-radius: 50%;
  color: #1f1c24;
  background: #fff;
  box-shadow: 0 8px 24px rgba(34, 25, 47, 0.12);
  cursor: pointer;
  transition: 150ms ease;
}

.slider-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 52px;
  height: 52px;
  font-size: 40px;
  line-height: 1;
  transform: translateY(-50%);
}

.slider-arrow:hover,
.quick-carousel > button:hover {
  color: #fff;
  border-color: var(--violet);
  background: var(--violet);
}

.slider-arrow-left {
  left: -20px;
}

.slider-arrow-right {
  right: -20px;
}

.slide-dots {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 17px;
  display: flex;
  gap: 7px;
}

.slide-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #c8bfd8;
  cursor: pointer;
  transition: 150ms ease;
}

.slide-dots button.active {
  width: 26px;
  background: var(--violet);
}

.slide-count {
  position: absolute;
  z-index: 10;
  right: 21px;
  bottom: 17px;
  padding: 5px 11px;
  color: #4a4450;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(117, 102, 132, 0.25);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.categories {
  padding: 52px 0 48px;
}

.home-listing-sections {
  min-width: 0;
  padding: 12px 0 54px;
}

.home-listing-section {
  min-width: 0;
  padding: 50px 0 8px;
}

.home-listing-section + .home-listing-section {
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.home-listing-heading {
  align-items: flex-end;
}

.home-listing-heading h2 {
  margin-bottom: 4px;
}

.home-listing-heading small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.home-listing-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.home-listing-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e8e4ed;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(43, 29, 60, .05);
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.home-listing-card:hover {
  transform: translateY(-2px);
  border-color: #ddd3ef;
  box-shadow: 0 14px 30px rgba(43, 29, 60, .1);
}

.home-listing-image {
  position: relative;
  display: block;
  height: 158px;
  overflow: hidden;
  background: #f2eff5;
}

.home-listing-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
}

.home-listing-card:hover .home-listing-image img {
  transform: scale(1.025);
}

.home-listing-image span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  overflow: hidden;
  padding: 6px 9px;
  border-radius: 8px;
  color: #fff;
  background: rgba(23, 21, 29, .8);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.home-listing-copy {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 130px;
  padding: 14px;
}

.home-listing-copy > a {
  min-width: 0;
  min-height: 38px;
  overflow: hidden;
  color: #292430;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-listing-copy small {
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-listing-copy strong {
  margin-top: auto;
  color: var(--orange-dark);
  font-size: 16px;
  line-height: 1.2;
}

.home-listing-empty {
  padding: 36px 24px;
  border: 1px dashed #ded7e8;
  border-radius: 15px;
  color: var(--muted);
  background: #faf9fb;
  text-align: center;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 7px 0 0;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.section-heading a {
  color: var(--violet);
  font-size: 14px;
  font-weight: 740;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.featured-card {
  position: relative;
  min-width: 0;
  padding-bottom: 15px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.featured-card:hover {
  transform: translateY(-5px);
  border-color: #dcd2ff;
  box-shadow: 0 15px 28px rgba(46, 32, 64, 0.1);
}

.category-image {
  height: 150px;
  margin: 6px;
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 220ms ease;
}

.featured-card:hover .category-image {
  transform: scale(1.02);
}

.featured-card > span {
  display: block;
  padding: 8px 38px 0 15px;
  font-size: 16px;
  font-weight: 720;
}

.featured-card > i {
  position: absolute;
  right: 15px;
  bottom: 13px;
  color: var(--violet);
  font-style: normal;
  font-size: 20px;
}

.quick-carousel {
  position: relative;
  margin-top: 26px;
}

.quick-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  grid-template-rows: 1fr;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 2px 2px 14px;
}

.quick-row::-webkit-scrollbar {
  display: none;
}

.quick-card {
  scroll-snap-align: start;
  min-width: 0;
}

.quick-card div {
  height: 112px;
  border-radius: 13px;
  background-color: var(--surface);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(28, 23, 36, 0.04);
}

.quick-card span {
  display: block;
  padding: 10px 4px 0;
  color: #39353f;
  font-size: 14px;
  text-align: center;
  font-weight: 650;
}

.quick-carousel > button {
  position: absolute;
  z-index: 3;
  right: -20px;
  top: 38px;
  width: 48px;
  height: 48px;
  font-size: 34px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 70px;
  padding: 28px 34px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(115deg, #3b17b5, #6a3df2 58%, #8d63ff);
  border-radius: 22px;
}

.trust-strip div {
  display: grid;
  gap: 5px;
  padding: 7px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip b {
  font-size: 17px;
}

.trust-strip span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

footer {
  min-height: 130px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px max(50px, calc((100vw - 1320px) / 2));
  border-top: 1px solid var(--line);
  background: #faf9fb;
}

footer img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

footer p {
  flex: 1;
  color: #5f5967;
  font-size: 14px;
}

footer span {
  color: #938d9d;
  font-size: 13px;
}

@media (max-width: 1220px) {
  .header-inner,
  .nav-inner,
  .page-shell {
    width: min(100% - 40px, 1120px);
  }

  .header-inner {
    grid-template-columns: 90px 1fr auto;
    gap: 20px;
  }

  .account-actions {
    gap: 12px;
  }

  .member-tools {
    gap: 7px;
  }

  .quick-actions {
    gap: 4px;
  }

  .quick-action {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .member-listing-button {
    padding: 10px 11px;
  }

  .nav-inner {
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .nav-trigger {
    min-width: 140px;
  }

  .hero {
    height: 420px;
    grid-template-columns: 0.95fr 1.05fr;
  }

  .hero-media {
    min-height: 420px;
  }

  .hero-copy {
    padding-right: 58px;
    padding-left: 35px;
  }

  .qr-motif {
    display: none;
  }

  .featured-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-listing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .home-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .header-popover,
  .favorites-popover {
    position: fixed;
    top: 132px;
    right: 14px;
    left: 14px;
    width: auto;
  }

  .header-popover::before {
    display: none;
  }

  .header-inner,
  .nav-inner,
  .page-shell {
    width: min(100% - 28px, 760px);
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    grid-template-columns: 68px 1fr;
    min-height: 88px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .search {
    width: 100%;
    height: 45px;
  }

  .search button {
    display: none;
  }

  .account-actions {
    grid-column: 1 / -1;
    justify-content: space-between;
    gap: 10px;
    margin: -8px 0 14px;
  }

  .member-tools {
    width: 100%;
    justify-content: space-between;
  }

  .account-dropdown {
    right: auto;
    left: 0;
    width: min(226px, calc(100vw - 28px));
  }

  .account-dropdown::before {
    right: auto;
    left: 28px;
  }

  .primary-button {
    padding: 10px 13px;
  }

  .nav-inner {
    width: 100%;
    min-height: 58px;
    padding: 0 14px;
  }

  .nav-trigger {
    min-width: 116px;
    font-size: 12px;
  }

  .nav-item {
    flex: 0 0 auto;
  }

  .mega-menu,
  .nav-chevron,
  .menu-page-overlay {
    display: none !important;
  }

  .nav-icon,
  .nav-icon img {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .hero {
    height: auto;
    min-height: 620px;
    grid-template-columns: 1fr;
    align-content: start;
  }

  .hero-media {
    min-height: 285px;
    height: 285px;
    padding: 28px 30px 0;
  }

  .hero-media > img {
    height: 245px;
    border-radius: 110px 24px 24px 28px;
  }

  .hero-card-accent {
    height: 80%;
  }

  .floating-phone {
    width: 65px;
    height: 112px;
    right: 26px;
    bottom: -4px;
  }

  .floating-phone img {
    width: 45px;
    height: 45px;
  }

  .hero-copy {
    height: auto;
    padding: 36px 36px 70px;
  }

  .hero-copy h1 {
    font-size: 43px;
  }

  .slider-arrow {
    width: 44px;
    height: 44px;
  }

  .slider-arrow-left {
    left: 8px;
  }

  .slider-arrow-right {
    right: 8px;
  }

  .featured-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
    scrollbar-width: none;
  }

  .home-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-listing-image {
    height: 150px;
  }

  .featured-card {
    flex: 0 0 min(72vw, 290px);
    scroll-snap-align: start;
  }

  .quick-row {
    grid-auto-columns: 145px;
  }

  .quick-carousel > button {
    right: -8px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding: 17px 10px;
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  footer {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  footer p {
    min-width: calc(100% - 90px);
    margin-top: 12px;
  }

  footer span {
    width: 100%;
    padding-left: 86px;
  }
}

@media (max-width: 500px) {
  .header-inner {
    gap: 10px;
  }

  .search input {
    font-size: 14px;
    padding-right: 12px;
  }

  .account-actions {
    font-size: 13px;
    gap: 7px;
  }

  .account-trigger-name,
  .button-full-label {
    display: none;
  }

  .button-short-label {
    display: inline;
  }

  .member-tools {
    gap: 6px;
  }

  .quick-action {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .member-listing-button {
    padding: 9px 10px;
  }

  .hero {
    min-height: 580px;
  }

  .hero-media {
    min-height: 245px;
    height: 245px;
    padding: 22px 22px 0;
  }

  .hero-media > img {
    height: 208px;
  }

  .hero-copy {
    padding: 28px 24px 66px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-copy h2 {
    font-size: 23px;
  }

  .hero-copy p {
    font-size: 15px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading h2 {
    font-size: 26px;
  }

  .home-listing-section {
    padding-top: 38px;
  }

  .home-listing-section + .home-listing-section {
    margin-top: 24px;
  }

  .home-listing-grid {
    grid-template-columns: 1fr;
  }

  .home-listing-image {
    height: 210px;
  }
}

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

.help-body {
  min-height: 100vh;
  background: #faf9fc;
}

.help-header {
  width: min(1180px, calc(100% - 48px));
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}

.help-brand,
.help-header nav {
  display: flex;
  align-items: center;
}

.help-brand {
  gap: 12px;
  color: var(--violet-dark);
  font-weight: 750;
}

.help-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.help-header nav {
  gap: 22px;
  font-size: 13px;
  font-weight: 680;
}

.help-header .primary-button {
  color: #fff;
}

.help-page {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 36px 0 70px;
}

.help-hero {
  padding: 58px;
  overflow: hidden;
  border: 1px solid #ebe5f6;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 15%, rgba(255, 91, 22, 0.16), transparent 24%),
    linear-gradient(125deg, #f2edff, #fffaf2);
}

.help-hero > span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.help-hero h1 {
  max-width: 680px;
  margin: 12px 0;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -0.055em;
}

.help-hero p {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.help-hero form {
  max-width: 620px;
  height: 52px;
  display: flex;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid #dcd3f3;
  border-radius: 28px;
  background: #fff;
}

.help-hero input {
  flex: 1;
  min-width: 0;
  padding: 0 22px;
  border: 0;
  outline: 0;
  background: transparent;
}

.help-hero button {
  padding: 0 28px;
  border: 0;
  color: #fff;
  background: var(--violet);
  font-weight: 750;
  cursor: pointer;
}

.help-faq {
  padding: 54px 0;
}

.help-faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.help-faq details {
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.help-faq summary {
  padding: 22px 0;
  cursor: pointer;
  font-weight: 750;
}

.help-faq details p {
  margin: -4px 0 22px;
  color: var(--muted);
  line-height: 1.55;
}

.help-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px;
  color: #fff;
  border-radius: 22px;
  background: linear-gradient(115deg, #3b17b5, #7549f7);
}

.help-actions h2,
.help-actions p {
  margin: 0;
}

.help-actions p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.75);
}

.help-actions > div:last-child {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .help-header nav a:not(.primary-button) {
    display: none;
  }

  .help-hero {
    padding: 36px 24px;
  }

  .help-faq-list {
    grid-template-columns: 1fr;
  }

  .help-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Uzman Bul */
.expert-page {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 80px;
}

.expert-intro {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(220px, .55fr);
  align-items: center;
  gap: 24px;
  padding: 48px 54px;
  overflow: hidden;
  border: 1px solid #e7e0f5;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 91, 22, 0.18), transparent 26%),
    linear-gradient(125deg, #f2edff 0%, #fffaf5 100%);
}

.expert-intro > div:first-child > span,
.expert-form-heading > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.expert-intro h1 {
  max-width: none;
  margin: 12px 0 14px;
  font-size: clamp(32px, 3.3vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.expert-intro p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.expert-intro ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.expert-intro li {
  padding: 9px 13px;
  border: 1px solid #ded3fa;
  border-radius: 999px;
  color: #49388b;
  background: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 750;
}

.expert-visual {
  position: relative;
  width: 220px;
  height: 220px;
  justify-self: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--violet), #8a62ff);
  box-shadow: 0 24px 55px rgba(84, 36, 235, 0.24);
}

.expert-visual-person::before,
.expert-visual-person::after {
  content: "";
  position: absolute;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
}

.expert-visual-person::before {
  top: 47px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.expert-visual-person::after {
  bottom: 39px;
  width: 116px;
  height: 72px;
  border-radius: 70px 70px 24px 24px;
}

.expert-visual i {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 5px solid #ffb28c;
  border-radius: 50%;
}

.expert-visual i:nth-of-type(1) { top: 10px; right: 15px; }
.expert-visual i:nth-of-type(2) { bottom: 20px; left: 4px; width: 15px; height: 15px; }
.expert-visual i:nth-of-type(3) { top: 72px; left: -20px; width: 29px; height: 29px; }

.expert-form-card {
  margin-top: 26px;
  padding: 38px 42px 42px;
  border: 1px solid #e8e2f0;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(45, 26, 74, 0.08);
}

.expert-form-heading h2 {
  margin: 8px 0 8px;
  font-size: 30px;
  letter-spacing: -0.035em;
}

.expert-form-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.expert-form-error {
  margin-top: 22px;
  padding: 13px 15px;
  border: 1px solid #ffc7c1;
  border-radius: 12px;
  color: #bd2d25;
  background: #fff6f5;
  font-size: 13px;
  font-weight: 700;
}

.expert-form-success {
  margin-top: 22px;
  padding: 13px 15px;
  border: 1px solid #a7e1c0;
  border-radius: 12px;
  color: #176b3b;
  background: #edf9f2;
  font-size: 13px;
  font-weight: 700;
}

.expert-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.expert-form label {
  display: grid;
  gap: 8px;
}

.expert-form label > span {
  color: #393440;
  font-size: 13px;
  font-weight: 750;
}

.expert-form input,
.expert-form textarea {
  width: 100%;
  border: 1px solid #ded8e8;
  border-radius: 13px;
  outline: 0;
  color: var(--ink);
  background: #fbfafd;
  font: inherit;
  transition: 150ms ease;
}

.expert-form input {
  height: 50px;
  padding: 0 15px;
}

.expert-form textarea {
  min-height: 126px;
  padding: 14px 15px;
  resize: vertical;
}

.expert-form input:focus,
.expert-form textarea:focus {
  border-color: rgba(84, 36, 235, 0.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(84, 36, 235, 0.08);
}

.expert-form-wide,
.expert-form-consent,
.expert-form-submit {
  grid-column: 1 / -1;
}

.expert-form .expert-form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #625d69;
  font-size: 12px;
  line-height: 1.45;
}

.expert-form .expert-form-consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin: 1px 0 0;
  accent-color: var(--violet);
}

.expert-form .expert-form-consent span {
  color: inherit;
  font: inherit;
}

.expert-form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.expert-form-submit small {
  color: #8d8796;
  line-height: 1.4;
}

.expert-form-submit button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #ff712d, var(--orange));
  box-shadow: 0 12px 26px rgba(255, 91, 22, 0.22);
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 820px) {
  .expert-intro {
    grid-template-columns: 1fr;
    padding: 38px 28px;
  }

  .expert-visual {
    display: none;
  }

  .expert-intro h1 {
    white-space: normal;
  }

  .expert-form {
    grid-template-columns: 1fr;
  }

  .expert-form-wide,
  .expert-form-consent,
  .expert-form-submit {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .expert-page {
    width: min(100% - 28px, 520px);
    padding-top: 24px;
  }

  .expert-form-card {
    padding: 28px 20px;
  }

  .expert-form-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .expert-form-submit button {
    width: 100%;
  }
}

/* Paketler ve kredi hesaplama sayfaları */
.utility-body {
  min-height: 100vh;
  background: #fbfaff;
}

.utility-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.utility-header-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
}

.utility-header nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 700;
}

.utility-header nav a:not(.primary-button):hover {
  color: var(--violet);
}

.packages-page,
.credit-page {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 80px;
}

.packages-hero,
.credit-intro {
  max-width: 1100px;
  margin: 0 auto 42px;
  text-align: center;
}

.packages-hero > span,
.credit-intro > span,
.package-comparison > div > span,
.credit-results > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.packages-hero h1,
.credit-intro h1 {
  margin: 12px 0 14px;
  font-size: clamp(38px, 5vw, 62px);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.packages-hero h1 {
  font-size: clamp(34px, 4.1vw, 52px);
  white-space: nowrap;
}

.packages-hero p,
.credit-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.package-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 24px;
  overflow: hidden;
  border: 1px solid #e7e1ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(42, 26, 70, 0.08);
  transition: 180ms ease;
}

.package-card::before {
  content: "";
  position: absolute;
  top: -72px;
  right: -58px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(84, 36, 235, 0.07);
}

.package-card:nth-child(1) { border-top: 7px solid #9b94a5; }
.package-card:nth-child(2) { border-top: 7px solid var(--orange); }
.package-card:nth-child(3) { border-top: 7px solid var(--violet); }
.package-card:nth-child(4) { border-top: 7px solid #f5b400; }

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(42, 26, 70, 0.14);
}

.package-card.featured {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(150deg, #ff7131, #f04b0d);
  box-shadow: 0 24px 55px rgba(255, 91, 22, 0.24);
}

.package-card.featured::before {
  background: rgba(255, 255, 255, 0.12);
}

.package-card.package-card-baslangic,
.package-card.package-card-avantaj,
.package-card.package-card-profesyonel,
.package-card.package-card-kurumsal {
  color: #fff;
  border: 1px solid transparent;
}

.package-card-baslangic {
  background: linear-gradient(150deg, #1597bb, #0877a5);
  box-shadow: 0 22px 50px rgba(8, 119, 165, .22);
}

.package-card-avantaj,
.package-card-avantaj.featured {
  background: linear-gradient(150deg, #ff7131, #f04b0d);
  box-shadow: 0 24px 55px rgba(255, 91, 22, .24);
}

.package-card-profesyonel {
  background: linear-gradient(150deg, #7752ed, #4f2acb);
  box-shadow: 0 22px 50px rgba(84, 36, 235, .23);
}

.package-card-kurumsal {
  background: linear-gradient(150deg, #20a878, #08735f);
  box-shadow: 0 22px 50px rgba(8, 115, 95, .23);
}

.package-card-baslangic::before,
.package-card-avantaj::before,
.package-card-profesyonel::before,
.package-card-kurumsal::before {
  background: rgba(255, 255, 255, .12);
}

.package-card-baslangic > p,
.package-card-avantaj > p,
.package-card-profesyonel > p,
.package-card-kurumsal > p,
.package-card-baslangic .package-price small,
.package-card-avantaj .package-price small,
.package-card-profesyonel .package-price small,
.package-card-kurumsal .package-price small {
  color: rgba(255, 255, 255, .8);
}

.package-card-baslangic .package-icon,
.package-card-avantaj .package-icon,
.package-card-profesyonel .package-icon,
.package-card-kurumsal .package-icon {
  background: #fff;
}

.package-card-baslangic .package-icon { color: #0877a5; }
.package-card-avantaj .package-icon { color: var(--orange); }
.package-card-profesyonel .package-icon { color: #5c37d8; }
.package-card-kurumsal .package-icon { color: #08735f; }

.package-popular {
  position: absolute;
  top: 15px;
  right: 14px;
  padding: 6px 8px;
  border-radius: 999px;
  color: #b33a0b;
  background: #fff4df;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.package-icon {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 14px;
  color: var(--violet);
  background: #f0ecff;
}

.featured .package-icon {
  color: var(--orange);
  background: #fff;
}

.package-icon span {
  position: relative;
  width: 21px;
  height: 18px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.package-icon span::before,
.package-icon span::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.package-icon span::before {
  top: 4px;
  left: 1px;
  width: 15px;
  height: 2px;
  transform: rotate(25deg);
}

.package-icon span::after {
  top: 1px;
  left: 9px;
  width: 2px;
  height: 13px;
  transform: rotate(28deg);
}

.package-card h2 {
  margin: 0 0 10px;
  font-size: 25px;
}

.package-card > p {
  min-height: 66px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.package-card.featured > p,
.package-card.featured .package-price small {
  color: rgba(255, 255, 255, 0.78);
}

.package-card-baslangic > p,
.package-card-avantaj > p,
.package-card-profesyonel > p,
.package-card-kurumsal > p {
  color: #fff;
}

.package-price {
  display: grid;
  gap: 4px;
  margin: 24px 0;
}

.package-price strong {
  font-size: 34px;
  letter-spacing: -0.045em;
}

.package-price small {
  color: #9992a2;
}

.package-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 23px;
  font-size: 13px;
  line-height: 1.35;
}

.package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 900;
}

.package-card.featured li::before {
  color: #fff;
}

.package-card-baslangic li::before,
.package-card-avantaj li::before,
.package-card-profesyonel li::before,
.package-card-kurumsal li::before {
  color: #fff;
}

.package-button {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid #dcd3f5;
  border-radius: 13px;
  color: var(--violet);
  background: #f7f4ff;
  font-size: 13px;
  font-weight: 800;
}

.package-card.featured .package-button {
  color: var(--orange);
  border-color: #fff;
  background: #fff;
}

.package-card-baslangic .package-button,
.package-card-avantaj .package-button,
.package-card-profesyonel .package-button,
.package-card-kurumsal .package-button {
  border-color: #fff;
  background: #fff;
}

.package-card-baslangic .package-button { color: #0877a5; }
.package-card-avantaj .package-button { color: var(--orange); }
.package-card-profesyonel .package-button { color: #5c37d8; }
.package-card-kurumsal .package-button { color: #08735f; }

.package-comparison {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 42px;
  padding: 34px 38px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(120deg, #3514a7, #7348f7);
}

.package-comparison h2 {
  margin: 8px 0 9px;
  font-size: 30px;
}

.package-comparison p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.package-comparison a {
  flex: 0 0 auto;
  padding: 13px 17px;
  border-radius: 12px;
  color: var(--violet-dark);
  background: #fff;
  font-weight: 800;
}

.package-faq {
  padding: 58px 0 0;
}

.package-faq h2 {
  margin: 0 0 20px;
  font-size: 32px;
}

.package-faq > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.package-faq details {
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.package-faq summary {
  padding: 20px 0;
  cursor: pointer;
  font-weight: 800;
}

.package-faq p {
  margin: -3px 0 20px;
  color: var(--muted);
  line-height: 1.5;
}

.package-help-page {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 80px;
}

.package-help-intro {
  margin-bottom: 30px;
  text-align: center;
}

.package-help-intro > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
}

.package-help-intro h1 {
  margin: 10px 0 12px;
  font-size: clamp(34px, 5vw, 52px);
  letter-spacing: -.045em;
}

.package-help-intro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.package-help-form {
  padding: 30px;
  border: 1px solid #e7e1ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(42, 26, 70, .08);
}

.package-help-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.package-help-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.package-help-form input,
.package-help-form select,
.package-help-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #ddd5e8;
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 500;
  outline: none;
}

.package-help-form input:focus,
.package-help-form select:focus,
.package-help-form textarea:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 3px rgba(84, 36, 235, .1);
}

.package-help-form textarea {
  resize: vertical;
}

.package-help-form button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: 0 18px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(120deg, #3514a7, #7348f7);
  font-weight: 850;
  cursor: pointer;
}

.package-help-notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 700;
}

.package-help-notice p { margin: 0; }
.package-help-notice p + p { margin-top: 5px; }
.package-help-notice.success { color: #176b3b; background: #eaf8f0; }
.package-help-notice.error { color: #a72b20; background: #fff0ee; }
.package-help-honeypot { position: absolute !important; left: -9999px !important; }

.expert-pool-page {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0 80px;
}

.expert-pool-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.expert-pool-heading > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
}

.expert-pool-heading h1 {
  margin: 10px 0 10px;
  font-size: clamp(36px, 5vw, 54px);
  letter-spacing: -.05em;
}

.expert-pool-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.expert-pool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.expert-request-card {
  padding: 24px;
  border: 1px solid #e6dff1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(42, 26, 70, .07);
}

.expert-request-card > div,
.expert-request-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.expert-request-card > div span {
  padding: 6px 10px;
  border-radius: 999px;
  color: #4f2acb;
  background: #f0ecff;
  font-size: 12px;
  font-weight: 800;
}

.expert-request-card time {
  color: #9992a2;
  font-size: 11px;
}

.expert-request-card h2 {
  margin: 20px 0 9px;
  font-size: 22px;
}

.expert-request-card p {
  min-height: 70px;
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.55;
}

.expert-request-card > a {
  padding: 13px 15px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(125deg, #5424eb, #7651ef);
  font-size: 13px;
}

.expert-pool-empty {
  padding: 28px;
  border: 1px dashed #d8cfeb;
  border-radius: 18px;
  color: var(--muted);
  background: #fff;
  text-align: center;
}

.utility-footer {
  min-height: 90px;
  padding: 22px max(24px, calc((100vw - 1180px) / 2));
}

.utility-footer a {
  color: var(--orange);
  font-size: 20px;
  font-weight: 900;
}

.credit-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 24px;
  padding: 26px;
  border: 1px solid #e8e2f2;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(42, 26, 70, 0.1);
}

.credit-calculator form {
  display: grid;
  gap: 18px;
  padding: 12px;
}

.credit-calculator label {
  display: grid;
  gap: 8px;
  color: #4d4656;
  font-size: 13px;
  font-weight: 750;
}

.credit-calculator input {
  height: 52px;
  padding: 0 16px;
  border: 1px solid #ded6ec;
  border-radius: 13px;
  outline: 0;
  background: #fbfaff;
}

.credit-calculator input:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 4px rgba(84, 36, 235, 0.08);
}

.credit-calculator button {
  height: 52px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #ff712d, var(--orange));
  font-weight: 850;
  cursor: pointer;
}

.credit-results {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 28px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, #3514a7, #6940ed);
}

.credit-results > span {
  color: #ffb38c;
}

.credit-results > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.credit-results small {
  color: rgba(255, 255, 255, 0.7);
}

.credit-results strong {
  font-size: 20px;
}

.credit-results p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .package-faq > div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .utility-header-inner {
    min-height: 70px;
  }

  .utility-header nav a:not(.primary-button) {
    display: none;
  }

  .packages-page,
  .credit-page {
    width: min(100% - 28px, 620px);
    padding-top: 40px;
  }

  .package-grid,
  .credit-calculator {
    grid-template-columns: 1fr;
  }

  .packages-hero h1 {
    font-size: clamp(30px, 10vw, 46px);
    white-space: normal;
  }

  .package-card > p {
    min-height: 0;
  }

  .package-comparison {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 24px;
  }

  .credit-calculator {
    padding: 14px;
  }

  .package-help-page {
    width: min(100% - 28px, 620px);
    padding-top: 40px;
  }

  .package-help-form {
    padding: 22px 18px;
  }

  .package-help-fields {
    grid-template-columns: 1fr;
  }

  .expert-pool-page {
    width: min(100% - 28px, 620px);
    padding-top: 40px;
  }

  .expert-pool-grid {
    grid-template-columns: 1fr;
  }
}

/* v112 - ikinci slayt bölgesel arama ve mesaj önizlemeleri */
.hero-regional-search[hidden] { display: none !important; }
.hero[data-theme="regional"] { min-height: 520px; overflow: hidden; background: linear-gradient(135deg, #f8f5ff, #fff4ee); }
.hero[data-theme="regional"] .hero-media,
.hero[data-theme="regional"] .hero-copy { visibility: hidden; }
.hero-regional-search { position: absolute; z-index: 5; inset: 34px 68px 44px; display: grid; grid-template-columns: minmax(360px, .85fr) minmax(420px, 1.15fr); gap: 20px; }
.hero-regional-search form { align-self: center; padding: 28px; border: 1px solid #e5dcf2; border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 16px 40px rgba(49,31,73,.10); }
.hero-regional-search form > strong { display: block; margin-bottom: 18px; font-size: clamp(22px,2.2vw,34px); line-height: 1.15; }
.hero-regional-search form > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.hero-regional-search input,.hero-regional-search button { min-width: 0; height: 48px; padding: 0 12px; border: 1px solid #dcd4eb; border-radius: 11px; font: inherit; }
.hero-regional-search button { grid-column: 1 / -1; border-color: var(--orange); color: #fff; background: var(--orange); font-weight: 900; cursor: pointer; }
.hero-regional-search iframe { width: 100%; height: 100%; min-height: 400px; border: 10px solid #fff; border-radius: 22px; box-shadow: 0 16px 40px rgba(49,31,73,.12); }
.header-message-popover { top: calc(100% + 8px); right: -190px; width: min(680px,calc(100vw - 28px)); }
.header-message-popover .header-popover-list { max-height: 510px; }
.header-message-popover .header-preview-item { min-height: 104px; grid-template-columns: 70px minmax(0,1fr) auto; gap: 16px; padding: 14px 20px; }
.header-message-popover .header-preview-avatar { width: 70px; height: 70px; overflow: hidden; border-radius: 13px; }
.header-preview-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.header-message-popover .header-preview-copy b { font-size: 14px; }
.header-message-popover .header-preview-copy strong { font-size: 13px; }
.header-message-popover .header-preview-copy small { font-size: 12px; }
@media(max-width:980px){.hero-regional-search{inset:25px 54px 42px;grid-template-columns:1fr 1fr}.hero-regional-search form>div{grid-template-columns:1fr}.hero-regional-search button{grid-column:auto}.header-message-popover{right:-100px}}
@media(max-width:720px){.hero[data-theme="regional"]{min-height:760px}.hero-regional-search{inset:22px 38px 42px;grid-template-columns:1fr}.hero-regional-search iframe{min-height:300px}.header-message-popover{right:-74px}.header-message-popover .header-preview-item{grid-template-columns:54px minmax(0,1fr)}.header-message-popover .header-preview-avatar{width:54px;height:54px}.header-preview-item time{display:none}}

/* v95: kompakt ana sayfa listeleri, turuncu at slayti ve bolgesel arama */
.hero[data-theme="horse"] {
  background:
    radial-gradient(circle at 91% 18%, rgba(84, 36, 235, .13), transparent 22%),
    radial-gradient(circle at 78% 86%, rgba(255, 91, 22, .12), transparent 24%),
    #fff;
}

.hero[data-theme="horse"] .hero-media {
  background: #fff;
}

.hero[data-theme="horse"] .hero-media > img {
  height: 338px;
  object-fit: contain;
  object-position: center;
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
}

.hero[data-theme="horse"] .hero-card-accent {
  width: 70%;
  height: 70%;
  top: 60px;
  background: linear-gradient(145deg, rgba(84, 36, 235, .18), rgba(255, 91, 22, .13));
}

.hero[data-theme="horse"] .floating-phone {
  display: none;
}

.hero[data-theme="horse"] .hero-copy h1,
.hero[data-theme="horse"] .hero-copy h2 {
  color: #17151d;
}

.home-listing-section-showcase .home-listing-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-listing-section-jobs .home-listing-grid {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 12px;
}

.home-listing-section-jobs .home-listing-image {
  height: 92px;
}

.home-listing-section-jobs .home-listing-image span {
  right: 7px;
  bottom: 7px;
  left: 7px;
  max-width: none;
  padding: 5px 6px;
  font-size: 9px;
}

.home-listing-section-jobs .home-listing-copy {
  min-height: 105px;
  gap: 5px;
  padding: 10px;
}

.home-listing-section-jobs .home-listing-copy > a {
  min-height: 34px;
  font-size: 11px;
  line-height: 1.35;
}

.home-listing-section-jobs .home-listing-copy small {
  display: none;
}

.home-listing-section-jobs .home-listing-copy strong {
  overflow-wrap: anywhere;
  font-size: 12px;
}

.home-listing-copy,
.home-listing-copy > a,
.home-listing-copy strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.postal-discovery {
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
  gap: 42px;
  align-items: center;
  margin: 82px 0 34px;
  padding: 46px;
  overflow: hidden;
  border: 1px solid #e7e0f6;
  border-radius: 26px;
  background:
    radial-gradient(circle at 4% 14%, rgba(255, 91, 22, .13), transparent 26%),
    linear-gradient(135deg, #fff 0%, #fbf8ff 100%);
  box-shadow: 0 20px 50px rgba(53, 20, 167, .08);
}

.postal-discovery-copy {
  min-width: 0;
}

.postal-kicker {
  color: var(--orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
}

.postal-discovery h2 {
  max-width: 520px;
  margin: 12px 0 14px;
  color: #17151d;
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.postal-discovery-copy > p {
  max-width: 530px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.postal-search-form label {
  display: block;
  margin-bottom: 8px;
  color: #302b37;
  font-size: 13px;
  font-weight: 800;
}

.postal-search-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.postal-search-form input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 17px;
  border: 1px solid #dcd4eb;
  border-radius: 13px;
  color: #17151d;
  background: #fff;
  font-size: 17px;
  font-weight: 750;
  outline: 0;
}

.postal-search-form input:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 4px rgba(84, 36, 235, .1);
}

.postal-search-form button {
  height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: var(--orange);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(255, 91, 22, .22);
}

.postal-search-form button span {
  margin-left: 9px;
}

.postal-search-form > small {
  display: block;
  margin-top: 9px;
  color: #8a8393;
  font-size: 11px;
}

.postal-search-form > small a {
  color: var(--violet);
  font-weight: 800;
}

.turkey-map-card {
  min-width: 0;
  padding: 22px 22px 18px;
  border: 1px solid #e9e3f1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(53, 20, 167, .09);
}

.turkey-map {
  width: 100%;
  height: auto;
  display: block;
}

.turkey-shape {
  fill: url(#map-fill);
  stroke: #fff;
  stroke-width: 4;
  stroke-linejoin: round;
}

.map-coast-line {
  fill: none;
  stroke: rgba(255, 255, 255, .18);
  stroke-width: 3;
  stroke-linecap: round;
}

.map-marker circle:first-child {
  fill: #fff;
  stroke: var(--orange);
  stroke-width: 6;
}

.map-marker circle:nth-child(2) {
  fill: var(--orange);
}

.map-marker text {
  fill: #24202a;
  font-size: 15px;
  font-weight: 800;
  text-anchor: middle;
  paint-order: stroke;
  stroke: #fff;
  stroke-width: 5px;
  stroke-linejoin: round;
}

.map-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 5px 10px 0;
}

.map-card-footer div {
  display: grid;
  gap: 3px;
}

.map-card-footer b {
  font-size: 18px;
}

.map-card-footer span {
  color: var(--muted);
  font-size: 11px;
}

.map-card-footer a {
  color: var(--violet);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1220px) {
  .home-listing-section-showcase .home-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-listing-section-jobs .home-listing-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .postal-discovery {
    grid-template-columns: 1fr;
    padding: 34px;
  }
}

@media (max-width: 680px) {
  .home-listing-section-showcase .home-listing-grid,
  .home-listing-section-jobs .home-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero[data-theme="horse"] .hero-media > img {
    height: 245px;
  }

  .postal-discovery {
    gap: 26px;
    margin-top: 54px;
    padding: 25px 18px;
    border-radius: 20px;
  }

  .postal-search-form > div {
    grid-template-columns: 1fr;
  }

  .postal-search-form button {
    width: 100%;
  }

  .turkey-map-card {
    padding: 10px 8px 14px;
  }

  .map-marker text {
    font-size: 18px;
  }
}

@media (max-width: 430px) {
  .home-listing-section-showcase .home-listing-grid,
  .home-listing-section-jobs .home-listing-grid {
    grid-template-columns: 1fr;
  }
}

/* v96: kompakt vitrin, gercek harita ve bolgesel fiyat filtreleri */
.hero[data-theme="horse"] .hero-media > img {
  display: block;
  width: 100%;
  max-width: 620px;
  height: 350px;
  margin: auto;
  opacity: 1;
  visibility: visible;
  object-fit: contain;
  object-position: center;
}

.home-listing-section-showcase .home-listing-grid,
.home-listing-section-jobs .home-listing-grid {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 12px;
}

.home-listing-section-showcase .home-listing-image,
.home-listing-section-jobs .home-listing-image {
  height: 92px;
}

.home-listing-section-showcase .home-listing-image span,
.home-listing-section-jobs .home-listing-image span {
  right: 7px;
  bottom: 7px;
  left: 7px;
  max-width: none;
  overflow: hidden;
  padding: 5px 6px;
  font-size: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-listing-section-showcase .home-listing-copy,
.home-listing-section-jobs .home-listing-copy {
  min-height: 76px;
  gap: 5px;
  padding: 10px;
}

.home-listing-section-showcase .home-listing-copy > a,
.home-listing-section-jobs .home-listing-copy > a {
  display: block;
  min-height: 0;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-listing-section-showcase .home-listing-copy small,
.home-listing-section-jobs .home-listing-copy small {
  display: none;
}

.home-listing-section-showcase .home-listing-copy strong,
.home-listing-section-jobs .home-listing-copy strong {
  display: block;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.postal-search-form {
  display: grid;
  gap: 12px;
}

.postal-filter-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr .9fr;
  gap: 9px;
}

.postal-search-form .postal-filter {
  display: grid;
  min-width: 0;
  gap: 7px;
  margin: 0;
}

.postal-search-form .postal-filter > span {
  color: #302b37;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.postal-search-form input,
.postal-search-form select {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #dcd4eb;
  border-radius: 12px;
  color: #17151d;
  background: #fff;
  font-size: 14px;
  font-weight: 750;
  outline: 0;
}

.postal-search-form select:focus,
.postal-search-form input:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 4px rgba(84, 36, 235, .1);
}

.postal-search-form > button {
  width: 100%;
  height: 50px;
}

.turkey-map-card {
  overflow: hidden;
  padding: 12px 12px 17px;
}

.turkey-live-map {
  display: block;
  width: 100%;
  height: 390px;
  border: 0;
  border-radius: 16px;
  background: #f3effb;
}

@media (max-width: 1380px) {
  .home-listing-section-showcase .home-listing-grid,
  .home-listing-section-jobs .home-listing-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .postal-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1060px) {
  .home-listing-section-showcase .home-listing-grid,
  .home-listing-section-jobs .home-listing-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .home-listing-section-showcase .home-listing-grid,
  .home-listing-section-jobs .home-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .postal-filter-grid {
    grid-template-columns: 1fr;
  }

  .turkey-live-map {
    height: 300px;
  }
}

.regional-results-page {
  height: 100vh;
  margin: 0;
  overflow: hidden;
  color: #201c27;
  background: #f7f5fb;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.regional-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 64px;
  padding: 0 max(24px, calc((100vw - 1540px) / 2));
  border-bottom: 0;
  background: #fff;
}

.regional-wordmark {
  color: #17131c;
  font-size: clamp(27px, 2.3vw, 38px);
  font-weight: 950;
  letter-spacing: -.075em;
  text-decoration: none;
}

.regional-wordmark span {
  color: var(--orange);
}

.regional-main {
  display: flex;
  flex-direction: column;
  width: min(1540px, calc(100% - 48px));
  height: calc(100vh - 64px);
  min-height: 0;
  margin: 0 auto;
  padding: 14px 0 16px;
  box-sizing: border-box;
}

.regional-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex: 0 0 auto;
  padding: 18px 22px;
  border: 1px solid #e6dff1;
  border-radius: 18px;
  background: #fff;
}

.regional-summary-heading {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.regional-summary-heading > span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  white-space: nowrap;
}

.regional-summary h1 {
  margin: 0 0 2px;
  font-size: clamp(22px, 2vw, 31px);
  letter-spacing: -.04em;
}

.regional-summary p {
  margin: 0;
  color: #777080;
}

.regional-inline-form {
  display: grid;
  grid-template-columns: 130px 120px 120px 82px 70px;
  gap: 8px;
  align-self: flex-start;
  margin-top: 2px;
}

.regional-inline-form input,
.regional-inline-form select,
.regional-inline-form button {
  min-width: 0;
  height: 44px;
  padding: 0 11px;
  border: 1px solid #ded7e9;
  border-radius: 10px;
  background: #fff;
  font: inherit;
}

.regional-inline-form button {
  border-color: var(--orange);
  color: #fff;
  background: var(--orange);
  font-weight: 850;
  cursor: pointer;
}

.regional-notice {
  flex: 0 0 auto;
  margin: 10px 0;
  padding: 9px 14px;
  border-radius: 11px;
  color: #4b3b76;
  background: #eee8ff;
  font-size: 13px;
}

.regional-error {
  color: #8c2c15;
  background: #fff0eb;
}

.regional-layout {
  display: grid;
  grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 10px;
  overflow: hidden;
}

.regional-map-wrap {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #e4ddec;
  border-radius: 20px;
  background: #fff;
}

.regional-map-wrap iframe,
.regional-google-map {
  width: 100%;
  height: 100%;
  border: 0;
}

.regional-map-status {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 50%;
  max-width: calc(100% - 28px);
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(36, 27, 49, .88);
  box-shadow: 0 8px 24px rgba(24, 15, 43, .18);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.regional-map-key-note {
  top: auto;
  bottom: 14px;
  border-radius: 12px;
}

.regional-results-column {
  position: relative;
  min-width: 0;
  height: 100%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 7px;
  scrollbar-width: thin;
  scrollbar-color: var(--orange) #f4e3da;
  overscroll-behavior: contain;
  transition: opacity .18s ease;
}

.regional-results-column::-webkit-scrollbar {
  width: 6px;
}

.regional-results-column::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #f4e3da;
}

.regional-results-column::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--orange);
}

.regional-results-column.is-loading {
  opacity: .48;
  pointer-events: none;
}

.regional-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 2px 2px 0;
}

.regional-results-toolbar > div {
  font-size: 14px;
}

.regional-results-toolbar label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 750;
}

.regional-results-toolbar select {
  height: 40px;
  min-width: 196px;
  padding: 0 34px 0 12px;
  border: 1px solid #ded7e9;
  border-radius: 10px;
  color: #241d2c;
  background: #fff;
  font: inherit;
}

.regional-listings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
}

.regional-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e4ddec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(49, 31, 73, .055);
  transition: transform .18s ease, box-shadow .18s ease;
}

.regional-card:hover {
  box-shadow: 0 15px 34px rgba(49, 31, 73, .11);
  transform: translateY(-2px);
}

.regional-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eee9f4;
}

.regional-card-gallery,
.regional-card-track,
.regional-card-track img {
  display: block;
  width: 100%;
  height: 100%;
}

.regional-card-gallery {
  overflow: hidden;
}

.regional-card-track {
  display: flex;
  transform: translateX(calc(var(--gallery-index, 0) * -100%));
  transition: transform .28s ease;
}

.regional-card-track img {
  flex: 0 0 100%;
  min-width: 100%;
  object-fit: cover;
}

.regional-favorite {
  position: absolute;
  z-index: 4;
  top: 11px;
  right: 11px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0 0 3px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(22, 18, 27, .38);
  box-shadow: 0 3px 13px rgba(0, 0, 0, .16);
  font-family: Arial, sans-serif;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
  -webkit-text-stroke: 1.3px #25202b;
}

.regional-favorite:hover,
.regional-favorite.is-active {
  color: var(--orange);
  background: #fff;
  -webkit-text-stroke: 1px var(--orange);
}

.regional-gallery-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0 0 3px;
  border: 0;
  border-radius: 50%;
  color: #221b2b;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .14);
  font-size: 27px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .15s ease;
}

.regional-card:hover .regional-gallery-arrow,
.regional-gallery-arrow:focus-visible {
  opacity: 1;
}

.regional-gallery-arrow.is-prev { left: 10px; }
.regional-gallery-arrow.is-next { right: 10px; }

.regional-gallery-dots {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 10px;
  left: 12px;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.regional-gallery-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .65);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
}

.regional-gallery-dots i.is-active {
  width: 17px;
  border-radius: 999px;
  background: #fff;
}

.regional-card-body {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px 16px 16px;
  color: #201c27;
  text-decoration: none;
}

.regional-card-body strong {
  color: #211a28;
  font-size: 20px;
  letter-spacing: -.02em;
}

.regional-card-body h2 {
  overflow: hidden;
  margin: 0;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.regional-card-body small {
  overflow: hidden;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.regional-card-body span {
  overflow: hidden;
  color: #81798a;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.regional-listing-dialog {
  width: min(1180px, calc(100vw - 48px));
  max-width: none;
  max-height: 90vh;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(24, 16, 35, .35);
}

.regional-listing-dialog::backdrop {
  background: rgba(25, 19, 31, .68);
  backdrop-filter: blur(3px);
}

.regional-dialog-shell {
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  padding: 68px 22px 26px;
}

.regional-dialog-brand {
  position: absolute;
  top: 19px;
  left: 50%;
  font-size: 29px;
  font-weight: 950;
  letter-spacing: -.075em;
  transform: translateX(-50%);
}

.regional-dialog-brand span { color: var(--orange); }

.regional-dialog-close {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ded7e9;
  border-radius: 50%;
  color: #31283c;
  background: #fff;
  font-size: 26px;
  cursor: pointer;
}

.regional-dialog-gallery {
  display: grid;
  grid-template-columns: 1.35fr .68fr .68fr;
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: 7px;
  overflow: hidden;
  height: min(55vh, 560px);
  border-radius: 17px;
  background: #eee9f4;
}

.regional-dialog-gallery img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.regional-dialog-gallery img:first-child {
  grid-row: 1 / 3;
}

.regional-dialog-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  gap: 18px 34px;
  padding: 24px 4px 2px;
}

.regional-dialog-summary small {
  color: var(--orange);
  font-weight: 850;
}

.regional-dialog-summary h2 {
  margin: 5px 0 4px;
  font-size: clamp(23px, 3vw, 38px);
  letter-spacing: -.035em;
}

.regional-dialog-summary p {
  margin: 0;
  color: #777080;
}

.regional-dialog-summary > strong {
  font-size: clamp(25px, 3vw, 40px);
}

.regional-dialog-summary > a {
  grid-column: 1 / -1;
  justify-self: end;
  padding: 13px 18px;
  border-radius: 12px;
  color: #fff;
  background: var(--orange);
  font-weight: 850;
  text-decoration: none;
}

.regional-empty {
  grid-column: 1 / -1;
  padding: 40px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.regional-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #e4ddec;
  border-radius: 16px;
  background: #fff;
}

.regional-pagination a {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 11px;
  border: 1px solid #ded6eb;
  border-radius: 50%;
  color: #30263d;
  background: #fff;
  font-weight: 850;
  text-decoration: none;
}

.regional-pagination a:hover,
.regional-pagination a.is-active {
  border-color: var(--orange);
  color: #fff;
  background: var(--orange);
}

@media (max-width: 980px) {
  .regional-results-page {
    height: auto;
    min-height: 100vh;
    overflow: auto;
  }

  .regional-main {
    height: auto;
    min-height: calc(100vh - 64px);
    padding-bottom: 40px;
  }

  .regional-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .regional-inline-form {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .regional-layout {
    flex: 0 0 auto;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .regional-map-wrap {
    position: static;
    height: 440px;
    min-height: 0;
  }

  .regional-results-column {
    height: auto;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .regional-header {
    min-height: 58px;
  }

  .regional-wordmark {
    justify-self: start;
  }

  .regional-main {
    width: min(100% - 24px, 1540px);
    min-height: calc(100vh - 58px);
    padding-top: 8px;
  }

  .regional-inline-form,
  .regional-listings {
    grid-template-columns: 1fr;
  }

  .regional-summary-heading {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .regional-results-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .regional-results-toolbar label,
  .regional-results-toolbar select {
    width: 100%;
  }

  .regional-dialog-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px 140px;
    height: auto;
  }

  .regional-dialog-gallery img:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .regional-dialog-gallery img:nth-child(n+4) {
    display: none;
  }

  .regional-dialog-summary {
    grid-template-columns: 1fr;
  }

  .regional-dialog-summary > a {
    justify-self: stretch;
    text-align: center;
  }
}

/* v111 - ekran görüntüsüne göre yerleşim düzeltmeleri */
.postal-discovery h2 {
  max-width: 100%;
  font-size: clamp(23px, 2vw, 36px);
  line-height: 1.15;
  white-space: normal;
}

.postal-search-form .postal-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px;
  width: 100%;
}

.postal-search-form .postal-filter,
.postal-search-form .postal-filter input {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

.turkey-live-map,
.regional-map-wrap iframe {
  pointer-events: auto;
}

.regional-header {
  grid-template-columns: auto minmax(120px, 1fr) auto;
  gap: 24px;
}

.regional-header-title {
  justify-self: center;
}

.regional-account-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  white-space: nowrap;
}

.regional-account-actions a {
  color: #2a2430;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.regional-account-actions .regional-listing-button {
  padding: 11px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--orange);
}

.regional-map-form {
  position: absolute;
  z-index: 12;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(105px, 1.1fr) minmax(100px, 1fr) minmax(112px, 1fr) 68px;
  gap: 7px;
  width: min(680px, calc(100% - 52px));
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(222, 215, 233, .95);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 30px rgba(36, 25, 53, .18);
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

.regional-map-form input,
.regional-map-form button {
  height: 40px;
  min-height: 40px;
  font-size: 12px;
}

.regional-results-toolbar {
  grid-template-columns: max-content auto;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .regional-header {
    grid-template-columns: auto 1fr;
  }

  .regional-header-title {
    justify-self: end;
  }

  .regional-account-actions {
    grid-column: 1 / -1;
    justify-content: center;
    padding-bottom: 8px;
  }
}

@media (max-width: 680px) {
  .postal-search-form .postal-filter-grid,
  .regional-map-form {
    grid-template-columns: 1fr !important;
  }

  .regional-map-form {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 12px;
    transform: none;
  }

  .regional-account-actions {
    gap: 10px;
  }

  .regional-account-actions a {
    font-size: 11px;
  }

  .regional-account-actions .regional-listing-button {
    padding: 9px 10px;
  }
}

/* QRilan V113: haritasiz bolgesel slayt ve kompakt mesaj kutusu */
.hero[data-theme="regional"] {
  background: linear-gradient(135deg, #32139f 0%, #5d2de5 55%, #7040f4 100%);
}

.hero[data-theme="regional"] .hero-media {
  opacity: 0;
  pointer-events: none;
}

.hero[data-theme="regional"] .qr-motif i {
  background: rgba(255,255,255,.26);
}

.hero-regional-search {
  inset: 38px 76px 48px;
  grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr);
  align-items: center;
  gap: clamp(28px,5vw,82px);
  padding: clamp(28px,4vw,62px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 30px;
  background: linear-gradient(125deg, rgba(42,13,137,.92), rgba(101,49,235,.8));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 24px 60px rgba(30,10,90,.24);
}

.regional-slide-copy-v113 {
  color: #fff;
}

.regional-slide-copy-v113 > span {
  display: inline-block;
  margin-bottom: 15px;
  color: #ffb59a;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .18em;
}

.regional-slide-copy-v113 h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(38px,4.6vw,72px);
  line-height: .98;
  letter-spacing: -.045em;
}

.regional-slide-copy-v113 p {
  max-width: 610px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(15px,1.5vw,20px);
  line-height: 1.55;
}

.hero-regional-search form {
  align-self: center;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(31,12,91,.28);
}

.hero-regional-search form > strong {
  margin-bottom: 16px;
  color: #2c155f;
  font-size: 22px;
}

.hero-regional-search form > div {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.hero-regional-search input:first-child {
  grid-column: 1 / -1;
}

.hero-regional-search button {
  height: 52px;
  box-shadow: 0 12px 22px rgba(255,90,31,.2);
}

.header-message-popover {
  right: -94px;
  width: min(520px,calc(100vw - 24px));
}

.header-message-popover > header {
  padding: 14px 17px;
}

.header-message-popover .header-popover-list {
  max-height: 342px;
  overflow-y: scroll;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #6b39ee #eee9f8;
}

.header-message-popover .header-popover-list::-webkit-scrollbar {
  width: 9px;
}

.header-message-popover .header-popover-list::-webkit-scrollbar-track {
  background: #eee9f8;
}

.header-message-popover .header-popover-list::-webkit-scrollbar-thumb {
  border: 2px solid #eee9f8;
  border-radius: 20px;
  background: #6b39ee;
}

.header-message-popover .header-preview-item {
  min-height: 78px;
  grid-template-columns: 52px minmax(0,1fr) auto;
  gap: 11px;
  padding: 10px 14px;
}

.header-message-popover .header-preview-avatar {
  width: 52px;
  height: 52px;
  border-radius: 11px;
}

.header-message-popover .header-preview-copy b {
  font-size: 12px;
}

.header-message-popover .header-preview-copy strong,
.header-message-popover .header-preview-copy small,
.header-message-popover time {
  font-size: 11px;
}

.header-message-popover .header-popover-footer {
  min-height: 48px;
  font-size: 12px;
}

@media (max-width: 980px) {
  .hero-regional-search {
    inset: 28px 52px 44px;
    grid-template-columns: 1fr 390px;
    gap: 25px;
    padding: 32px;
  }

  .regional-slide-copy-v113 h2 {
    font-size: clamp(34px,5vw,54px);
  }
}

@media (max-width: 720px) {
  .hero[data-theme="regional"] {
    min-height: 720px;
  }

  .hero-regional-search {
    inset: 18px 34px 42px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 24px;
    padding: 24px;
  }

  .regional-slide-copy-v113 p {
    margin-top: 12px;
  }

  .hero-regional-search form {
    padding: 18px;
  }

  .header-message-popover {
    right: -66px;
    width: min(440px,calc(100vw - 18px));
  }

  .header-message-popover .header-preview-item {
    grid-template-columns: 46px minmax(0,1fr);
  }

  .header-message-popover .header-preview-avatar {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 480px) {
  .hero-regional-search form > div {
    grid-template-columns: 1fr;
  }

  .hero-regional-search input:first-child {
    grid-column: auto;
  }
}

/* v97: beyaz at slayti ve 48 kartlik ferah vitrin */
.hero[data-theme="horse"] {
  isolation: isolate;
  background: #fff;
}

.hero[data-theme="horse"]::before {
  z-index: 0;
  width: 520px;
  height: 520px;
  top: -140px;
  left: -115px;
  border: 0;
  background: radial-gradient(circle, rgba(103, 55, 239, .19) 0 28%, rgba(103, 55, 239, .08) 29% 44%, transparent 45%);
  transform: rotate(-12deg);
}

.hero[data-theme="horse"]::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 32px;
  width: 44px;
  height: 44px;
  opacity: .26;
  background:
    linear-gradient(#5424eb 0 0) 0 0 / 13px 13px no-repeat,
    linear-gradient(#5424eb 0 0) 18px 0 / 8px 8px no-repeat,
    linear-gradient(#ff5b16 0 0) 31px 0 / 13px 13px no-repeat,
    linear-gradient(#5424eb 0 0) 0 18px / 8px 8px no-repeat,
    linear-gradient(#5424eb 0 0) 17px 16px / 13px 13px no-repeat,
    linear-gradient(#5424eb 0 0) 35px 18px / 8px 8px no-repeat,
    linear-gradient(#ff5b16 0 0) 0 34px / 13px 10px no-repeat,
    linear-gradient(#5424eb 0 0) 20px 34px / 8px 10px no-repeat,
    linear-gradient(#5424eb 0 0) 33px 33px / 11px 11px no-repeat;
}

.hero[data-theme="horse"] .hero-media {
  z-index: 2;
  overflow: visible;
  padding: 22px 12px 18px 28px;
  background: transparent;
}

.hero[data-theme="horse"] .hero-media::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 34px;
  bottom: 28px;
  width: 31px;
  height: 31px;
  opacity: .3;
  background:
    linear-gradient(#ff5b16 0 0) 0 0 / 9px 9px no-repeat,
    linear-gradient(#5424eb 0 0) 14px 0 / 7px 7px no-repeat,
    linear-gradient(#5424eb 0 0) 23px 0 / 8px 9px no-repeat,
    linear-gradient(#5424eb 0 0) 0 14px / 7px 7px no-repeat,
    linear-gradient(#ff5b16 0 0) 13px 12px / 10px 10px no-repeat,
    linear-gradient(#5424eb 0 0) 24px 16px / 7px 7px no-repeat,
    linear-gradient(#5424eb 0 0) 2px 25px / 9px 6px no-repeat,
    linear-gradient(#5424eb 0 0) 17px 25px / 14px 6px no-repeat;
}

.hero[data-theme="horse"] .hero-media > img {
  width: 100%;
  max-width: 690px;
  height: 354px;
  margin: auto;
  border-radius: 0;
  background: #fff;
  object-fit: contain;
  object-position: center;
}

.hero[data-theme="horse"] .hero-card-accent {
  z-index: 1;
  width: 82%;
  height: 68%;
  left: -10%;
  top: 70px;
  border-radius: 46% 54% 58% 42%;
  opacity: .45;
  background: linear-gradient(135deg, rgba(84, 36, 235, .3), rgba(145, 102, 255, .08) 58%, transparent 75%);
  transform: rotate(-7deg);
}

.hero[data-theme="horse"] .hero-copy {
  z-index: 5;
  padding-right: 76px;
}

.hero[data-theme="horse"] .hero-copy h1,
.hero[data-theme="horse"] .hero-copy h2 {
  width: fit-content;
  max-width: 100%;
  margin: 7px 0;
  padding: 10px 17px 12px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(120deg, #4420c5, #6e3ff2);
  box-shadow: 0 9px 22px rgba(84, 36, 235, .2);
  line-height: 1.06;
}

.hero[data-theme="horse"] .hero-copy h1 {
  font-size: clamp(34px, 3vw, 52px);
}

.hero[data-theme="horse"] .hero-copy h1::first-letter {
  color: #fff;
}

.hero[data-theme="horse"] .hero-copy h2 {
  font-size: clamp(25px, 2.25vw, 38px);
}

.hero[data-theme="horse"] .qr-motif {
  right: 24px;
  top: 24px;
  width: 62px;
  height: 62px;
  gap: 5px;
  opacity: .28;
}

.home-listing-section-showcase .home-listing-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 17px;
  row-gap: 20px;
}

.home-listing-section-showcase .home-listing-image {
  height: 108px;
}

.home-listing-section-showcase .home-listing-copy {
  min-height: 86px;
  padding: 11px 12px;
}

.home-listing-section-showcase .home-listing-copy > a {
  font-size: 12px;
}

.home-listing-section-showcase .home-listing-copy strong {
  font-size: 13px;
}

@media (max-width: 1380px) {
  .home-listing-section-showcase .home-listing-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .home-listing-section-showcase .home-listing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hero[data-theme="horse"] .hero-copy {
    padding-right: 28px;
  }

  .hero[data-theme="horse"] .hero-media > img {
    height: 245px;
  }

  .home-listing-section-showcase .home-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

/* v98: 16 kartlik QrPati bolumu */
.home-listing-section-qrpati .home-listing-heading h2::before {
  content: "♥";
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-right: 9px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff5b16, #ff3f72);
  box-shadow: 0 7px 18px rgba(255, 63, 114, .22);
  font-size: 17px;
  vertical-align: 5px;
}

.home-listing-section-qrpati .home-listing-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 17px;
  row-gap: 20px;
}

.home-listing-section-qrpati .home-listing-image {
  height: 108px;
}

.home-listing-section-qrpati .home-listing-image span {
  right: 7px;
  bottom: 7px;
  left: 7px;
  max-width: none;
  overflow: hidden;
  padding: 5px 6px;
  font-size: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-listing-section-qrpati .home-listing-copy {
  min-height: 86px;
  gap: 5px;
  padding: 11px 12px;
}

.home-listing-section-qrpati .home-listing-copy > a,
.home-listing-section-qrpati .home-listing-copy strong {
  display: block;
  min-height: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-listing-section-qrpati .home-listing-copy > a {
  font-size: 12px;
}

.home-listing-section-qrpati .home-listing-copy small {
  display: none;
}

.home-listing-section-qrpati .home-listing-copy strong {
  font-size: 13px;
}

@media (max-width: 1380px) {
  .home-listing-section-qrpati .home-listing-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .home-listing-section-qrpati .home-listing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .home-listing-section-qrpati .home-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

/* v99: is ilanlari QrPati ile ayni duzen */
.home-listing-section-jobs .home-listing-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 17px;
  row-gap: 20px;
}

.home-listing-section-jobs .home-listing-image {
  height: 108px;
}

.home-listing-section-jobs .home-listing-copy {
  min-height: 86px;
  padding: 11px 12px;
}

.home-listing-section-jobs .home-listing-copy > a {
  min-height: 0;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-listing-section-jobs .home-listing-copy strong {
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 1380px) {
  .home-listing-section-jobs .home-listing-grid,
  .home-listing-section-qrpati .home-listing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .home-listing-section-jobs .home-listing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .home-listing-section-jobs .home-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

/* v100: at gorselini sol kenara yasla */
.hero[data-theme="horse"] .hero-media {
  padding-left: 0;
}

.hero[data-theme="horse"] .hero-media > img {
  margin: auto auto auto -22px;
  object-position: left center;
}

@media (max-width: 680px) {
  .hero[data-theme="horse"] .hero-media > img {
    margin-left: -8px;
  }
}

/* v108: bolgesel ilanlar, sabit harita ve uc sutunlu emlak kartlari */
.regional-header {
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr) auto;
  align-items: center;
  min-height: 76px;
  padding: 10px max(24px, calc((100vw - 1540px) / 2));
  gap: 24px;
}

.regional-header-title {
  justify-self: center;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .14em;
  white-space: nowrap;
}

.regional-header-form {
  justify-self: end;
  align-self: center;
  margin: 0;
}

.regional-inline-form {
  grid-template-columns: 112px 96px 96px 62px 60px;
  gap: 6px;
}

.regional-inline-form input,
.regional-inline-form select,
.regional-inline-form button {
  height: 40px;
  min-height: 40px;
  padding: 0 9px;
  font-size: 13px;
}

.regional-main {
  height: calc(100vh - 76px);
  padding: 10px 0 16px;
}

.regional-layout {
  grid-template-columns: minmax(380px, .72fr) minmax(0, 1.28fr);
  gap: 14px;
  margin-top: 0;
}

.regional-listings {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.regional-card {
  border-radius: 14px;
}

.regional-card-media {
  aspect-ratio: 4 / 3;
}

.regional-card-body {
  gap: 3px;
  padding: 10px 11px 12px;
}

.regional-card-body strong {
  font-size: 16px;
}

.regional-card-body h2 {
  font-size: 13px;
}

.regional-card-body span {
  font-size: 11px;
}

.regional-card-body small {
  font-size: 10px;
}

.regional-favorite {
  top: 7px;
  right: 7px;
  width: 34px;
  height: 34px;
  font-size: 26px;
}

.regional-results-toolbar {
  margin-bottom: 8px;
}

.regional-dialog-gallery img {
  cursor: pointer;
}

.regional-dialog-gallery img.is-primary {
  grid-row: 1 / 3;
}

.regional-dialog-summary h2 {
  overflow: hidden;
  font-size: clamp(16px, 1.5vw, 24px);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.regional-dialog-summary > strong {
  font-size: clamp(22px, 2vw, 32px);
}

.regional-dialog-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 4px;
}

.regional-dialog-facts > div {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid #e6dff1;
  border-radius: 13px;
  background: #faf8fd;
}

.regional-dialog-facts span {
  color: #7c7386;
  font-size: 12px;
  font-weight: 700;
}

.regional-dialog-facts strong {
  font-size: 16px;
}

.regional-dialog-description {
  margin: 0 4px;
  padding: 16px;
  border: 1px solid #e6dff1;
  border-radius: 13px;
  background: #fff;
}

.regional-dialog-description h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.regional-dialog-description p {
  margin: 0;
  color: #5d5566;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .regional-results-page {
    height: auto;
    min-height: 100vh;
    overflow: auto;
  }

  .regional-header {
    grid-template-columns: auto 1fr;
  }

  .regional-header-title {
    justify-self: end;
  }

  .regional-header-form {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: stretch;
  }

  .regional-main {
    height: auto;
    min-height: calc(100vh - 126px);
  }

  .regional-layout {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .regional-map-wrap {
    position: static;
    height: 380px;
  }

  .regional-results-column {
    height: auto;
    overflow: visible;
    padding-right: 0;
  }

  .regional-listings {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .regional-header {
    gap: 10px;
    padding: 10px 12px;
  }

  .regional-header-title {
    font-size: 11px;
  }

  .regional-inline-form {
    grid-template-columns: 1fr 1fr;
  }

  .regional-inline-form input:first-child {
    grid-column: 1 / -1;
  }

  .regional-inline-form button {
    grid-column: 2;
  }

  .regional-listings {
    grid-template-columns: 1fr;
  }

  .regional-dialog-facts {
    grid-template-columns: 1fr;
  }
}

/* v109 - Daha sık ilan görünümü, il seçimi ve yıldız favori */
.regional-main {
  padding-top: 20px;
}

.regional-layout {
  gap: 16px;
  margin-top: 6px;
}

.regional-listings {
  gap: 8px;
}

.regional-card-media {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.regional-card-body {
  padding: 8px 10px 10px;
}

.regional-card-body strong {
  font-size: 15px;
}

.regional-card-body h2 {
  font-size: 12px;
}

.regional-favorite {
  top: 7px;
  right: 7px;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #fff;
  background: rgba(255, 255, 255, .96);
  font-size: 22px;
  -webkit-text-stroke: 1.35px #26212b;
}

.regional-favorite:hover {
  color: #fff;
  background: #fff;
  -webkit-text-stroke: 1.35px #26212b;
  transform: scale(1.05);
}

.regional-favorite.is-active,
.regional-favorite.is-active:hover {
  color: #ff9800;
  background: #fff;
  -webkit-text-stroke: 1px #ff9800;
}

.regional-pagination {
  margin-top: 26px;
  padding: 12px 10px 18px;
}

.regional-pagination a {
  min-width: 38px;
  height: 38px;
}

@media (max-width: 1100px) {
  .regional-main {
    padding-top: 18px;
  }

  .regional-layout {
    margin-top: 4px;
  }
}

/* v110 - sade bölgesel arama, iki sütun ve favori kartları */
.postal-discovery h2 {
  font-size: clamp(24px, 2.15vw, 38px);
  white-space: nowrap;
}

.postal-filter-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.turkey-live-map {
  pointer-events: none;
}

.regional-map-wrap iframe {
  pointer-events: none;
}

.map-card-footer {
  justify-content: flex-start;
}

.regional-header {
  grid-template-columns: auto 1fr;
}

.regional-header-title {
  justify-self: end;
}

.regional-layout {
  grid-template-columns: minmax(440px, 1.08fr) minmax(560px, .92fr);
}

.regional-results-toolbar {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) auto;
  gap: 10px;
  position: sticky;
  z-index: 8;
  top: 0;
  padding: 7px 2px 9px;
  background: #f7f5fb;
}

.regional-results-count {
  white-space: nowrap;
}

.regional-toolbar-form {
  display: grid;
  grid-template-columns: minmax(88px, 1.1fr) minmax(82px, 1fr) minmax(82px, 1fr) 58px;
  gap: 5px;
  width: 100%;
  margin: 0;
}

.regional-toolbar-form input,
.regional-toolbar-form button {
  height: 38px;
  min-height: 38px;
  padding: 0 8px;
  font-size: 12px;
}

.regional-results-toolbar > label span {
  display: none;
}

.regional-results-toolbar > label select {
  min-width: 132px;
  height: 38px;
  padding-left: 9px;
  font-size: 12px;
}

.regional-listings {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.regional-card-media {
  aspect-ratio: 16 / 8.7;
}

.regional-card-body {
  padding: 8px 10px 10px;
}

.regional-card-body strong {
  font-size: 14px;
}

.regional-card-body h2 {
  font-size: 12px;
}

.regional-card-body span,
.regional-card-body small {
  font-size: 10px;
}

.favorite-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.favorite-listing-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e4ddec;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(49, 31, 73, .07);
}

.favorite-listing-card > a {
  color: #211b29;
  text-decoration: none;
}

.favorite-listing-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eee9f4;
}

.favorite-listing-copy {
  display: grid;
  gap: 5px;
  padding: 13px 14px 15px;
}

.favorite-listing-copy strong {
  font-size: 18px;
}

.favorite-listing-copy b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.favorite-listing-copy span {
  color: #81798a;
  font-size: 12px;
}

.favorite-remove-button {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #ff9800;
  background: #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, .18);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  -webkit-text-stroke: 1px #ff9800;
}

.favorite-listing-card.is-removing {
  opacity: .35;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .favorite-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .regional-layout {
    grid-template-columns: 1fr;
  }

  .regional-results-toolbar {
    position: static;
  }

}

@media (max-width: 760px) {
  .postal-discovery h2 {
    white-space: normal;
  }

  .postal-filter-grid,
  .regional-results-toolbar,
  .regional-toolbar-form {
    grid-template-columns: 1fr;
  }

  .regional-results-toolbar > label select {
    width: 100%;
  }

  .regional-listings,
  .favorite-listing-grid {
    grid-template-columns: 1fr;
  }
}

/* QRilan V114 final overrides */
@media (min-width: 981px) {
  .hero[data-theme="regional"] {
    height: 390px;
    min-height: 390px;
  }

  .hero-regional-search {
    inset: 18px 50px 30px;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
    gap: 28px;
    padding: 20px 28px;
    border-radius: 24px;
  }

  .regional-slide-copy-v113 > span {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .regional-slide-copy-v113 h2 {
    max-width: 560px;
    font-size: clamp(32px, 3.4vw, 48px);
    line-height: 1;
  }

  .regional-slide-copy-v113 p {
    max-width: 540px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .hero-regional-search form {
    padding: 18px;
    border-radius: 18px;
  }

  .hero-regional-search form > strong {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .hero-regional-search input,
  .hero-regional-search button {
    height: 42px;
  }

  .hero-regional-search button {
    height: 44px;
  }
}

body.account-embedded .latest-section {
  padding: 8px 10px 18px;
}

body.account-embedded .latest-section .section-title {
  margin-bottom: 12px;
}

body.account-embedded .favorite-listing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.account-embedded .favorite-listing-image {
  height: 160px;
}

body.account-embedded .favorite-listing-copy {
  padding: 12px 14px 14px;
}

body.account-embedded .favorite-listing-copy strong {
  font-size: 18px;
}

body.account-embedded .favorite-listing-copy b {
  font-size: 14px;
}

@media (max-width: 1100px) {
  body.account-embedded .favorite-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.account-embedded .favorite-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  body.account-embedded .favorite-listing-grid {
    grid-template-columns: 1fr;
  }
}

/* v111 final overrides */
.postal-discovery h2 {
  max-width: 100%;
  font-size: clamp(23px, 2vw, 36px);
  line-height: 1.15;
  white-space: normal;
}

.postal-search-form .postal-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px;
  width: 100%;
}

.postal-search-form .postal-filter,
.postal-search-form .postal-filter input {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

.turkey-live-map,
.regional-map-wrap iframe {
  pointer-events: auto;
}

.regional-header {
  grid-template-columns: auto minmax(120px, 1fr) auto;
  gap: 24px;
}

.regional-header-title {
  justify-self: center;
}

.regional-account-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  white-space: nowrap;
}

.regional-account-actions a {
  color: #2a2430;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.regional-account-actions .regional-listing-button {
  padding: 11px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--orange);
}

.regional-map-form {
  position: absolute;
  z-index: 12;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(105px, 1.1fr) minmax(100px, 1fr) minmax(112px, 1fr) 68px;
  gap: 7px;
  width: min(680px, calc(100% - 52px));
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(222, 215, 233, .95);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 30px rgba(36, 25, 53, .18);
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

.regional-map-form input,
.regional-map-form button {
  height: 40px;
  min-height: 40px;
  font-size: 12px;
}

.regional-results-toolbar {
  grid-template-columns: max-content auto;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .regional-header {
    grid-template-columns: auto 1fr;
  }

  .regional-header-title {
    justify-self: end;
  }

  .regional-account-actions {
    grid-column: 1 / -1;
    justify-content: center;
    padding-bottom: 8px;
  }
}

@media (max-width: 680px) {
  .postal-search-form .postal-filter-grid,
  .regional-map-form {
    grid-template-columns: 1fr !important;
  }

  .regional-map-form {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 12px;
    transform: none;
  }

  .regional-account-actions {
    gap: 10px;
  }

  .regional-account-actions a {
    font-size: 11px;
  }

  .regional-account-actions .regional-listing-button {
    padding: 9px 10px;
  }
}

/* QRilan v340: ortak marka ve sayfa tipografisi */
body.auth-page, body.help-body, body.listing-create-body,
body.auth-page :is(h1,h2,h3,h4,p,a,label,span,b,strong,small,button,input,select,textarea,legend,summary,li),
body.help-body :is(h1,h2,h3,h4,p,a,label,span,b,strong,small,button,input,select,textarea,legend,summary,li),
body.listing-create-body :is(h1,h2,h3,h4,p,a,label,span,b,strong,small,button,input,select,textarea,legend,summary,li) {
  font-weight: 400 !important;
}
body :is(.account-actions,.qrilan-global-actions-v165,.utility-site-header) a,
body :is(.account-actions,.qrilan-global-actions-v165,.utility-site-header) button {
  font-weight: 400 !important;
}
body :is(.brand-wordmark,.brand-logo,.auth-login-logo,.qrilan-global-logo-v165,.help-brand,.regional-dialog-brand),
body :is(.brand-wordmark,.brand-logo,.auth-login-logo,.qrilan-global-logo-v165,.help-brand,.regional-dialog-brand) :is(b,span,strong),
body .utility-footer > a {
  font-weight: 300 !important;
}
