/* Korobit Discovery Hub — unified homepage */
:root {
  --primary: #4361ee;
  --primary-dark: #3651d4;
  --accent: #f4a261;
  --dark: #0f172a;
  --text: #1e293b;
  --muted: #64748b;
  --border: #e2e8f0;
  --surface: #ffffff;
  --bg: #f1f5f9;
  --radius: 14px;
  --shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
  --font: 'Outfit', system-ui, sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --header-h: 64px;
  --support-dock-h: 58px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  padding-left: var(--safe-left);
  padding-right: var(--safe-right);
  padding-bottom: calc(var(--support-dock-h) + var(--safe-bottom));
}
body.nav-open { overflow: hidden; }
.container {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding-left: max(1rem, var(--safe-left));
  padding-right: max(1rem, var(--safe-right));
}
a { color: var(--primary); }
img { max-width: 100%; height: auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 200;
  padding: calc(.75rem + var(--safe-top)) 0 .75rem;
}
.site-header.is-scrolled,
.site-header.nav-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.98);
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  min-height: var(--header-h);
}
.logo { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; min-width: 0; flex: 1; }
.logo-img { height: 32px; width: auto; max-width: 120px; object-fit: contain; flex-shrink: 0; }
.site-header:not(.is-scrolled):not(.nav-open) .logo {
  background: #fff;
  padding: .4rem .7rem;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .18);
  width: fit-content;
  flex: 0 0 auto;
}
.site-header:not(.is-scrolled):not(.nav-open) .logo-tag {
  background: rgba(67, 97, 238, .1);
  color: var(--primary);
}
.logo-tag {
  font-family: var(--font);
  font-weight: 700;
  font-size: .72rem;
  color: var(--primary);
  background: rgba(67,97,238,.12);
  padding: .18rem .5rem;
  border-radius: 999px;
  white-space: nowrap;
}
.nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.nav a {
  color: rgba(255,255,255,.95);
  text-decoration: none;
  font-weight: 600;
  font-size: .9rem;
}
.site-header.is-scrolled .nav a,
.site-header.nav-open .nav a { color: var(--text); }
.nav a:hover { color: var(--primary); }
.nav-cta {
  background: var(--primary) !important;
  color: #fff !important;
  padding: .55rem 1rem;
  border-radius: 999px;
}
.nav-toggle {
  display: none;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: rgba(255,255,255,.15);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  border-radius: 2px;
  transition: transform .2s, opacity .2s;
}
.site-header.is-scrolled .nav-toggle,
.site-header.nav-open .nav-toggle { background: rgba(67,97,238,.08); }
.site-header.is-scrolled .nav-toggle span,
.site-header.nav-open .nav-toggle span { background: var(--primary); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.cta-section {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 40%, var(--bg) 100%);
  padding-bottom: calc(1.5rem + var(--safe-bottom));
}
.cta-section--top {
  padding-top: calc(42rem + var(--safe-top));
  padding-bottom: 1.75rem;
  margin-bottom: 0;
}
.cta-section--top .seo-cta {
  margin-top: 2rem;
}
.cta-section--top .cta-subgrid { margin-top: 1.25rem; }
.cta-section--top .cta-mini {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero {
  position: relative;
  padding: 3.5rem 0 3rem;
  padding-bottom: calc(3rem + var(--safe-bottom));
  color: #fff;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(15,23,42,.9), rgba(67,97,238,.78)),
    url('https://korobit.com/assets/front/fioxen-tema/assets/images/hero/hero-bg.jpg') center/cover no-repeat;
}
.hero-content { position: relative; z-index: 1; }
.hero-eyebrow {
  font-family: var(--font);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .72rem;
  opacity: .9;
  margin: 0 0 .65rem;
}
.hero h1 {
  font-family: var(--font);
  font-size: clamp(1.55rem, 5.5vw, 3rem);
  line-height: 1.15;
  margin: 0 0 .85rem;
  max-width: none;
}
.hero-sub {
  margin: 0 0 1.5rem;
  max-width: 58ch;
  font-size: clamp(.92rem, 2.8vw, 1.05rem);
  opacity: .92;
}

.search-panel {
  background: rgba(255,255,255,.98);
  border-radius: calc(var(--radius) + 2px);
  padding: 1rem;
  box-shadow: var(--shadow);
  color: var(--text);
}
.tip-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: .4rem;
  margin-bottom: .85rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: .15rem;
  margin-left: -.15rem;
  margin-right: -.15rem;
  padding-left: .15rem;
  padding-right: .15rem;
}
.tip-tabs::-webkit-scrollbar { display: none; }
.tip-tab {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .55rem .9rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 700;
  color: var(--muted);
  background: #f8fafc;
  border: 1px solid var(--border);
  white-space: nowrap;
  flex-shrink: 0;
  min-height: 44px;
  -webkit-tap-highlight-color: transparent;
}
.tip-tab.is-active { background: var(--primary); color: #fff; border-color: var(--primary); }
.tip-tab:not(.is-active):hover { border-color: var(--tab-color, var(--primary)); color: var(--tab-color, var(--primary)); }
.search-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr auto;
  gap: .75rem;
  align-items: end;
}
.field label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
  margin-bottom: .35rem;
}
.field input,
.field select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .82rem .95rem;
  font: inherit;
  font-size: 16px;
  color: var(--text);
  background: #fff;
  min-height: 48px;
  -webkit-appearance: none;
  appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.41 0 6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .9rem center;
  padding-right: 2.2rem;
}
.field input:focus,
.field select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(67,97,238,.12);
}
.btn-search {
  border: 0;
  background: var(--primary);
  color: #fff;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
  padding: .9rem 1.35rem;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  min-height: 48px;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.btn-search:hover { background: var(--primary-dark); }

.stats-strip {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
}
.stat-box { text-align: center; padding: .35rem; }
.stat-box strong {
  display: block;
  font-family: var(--font);
  font-size: clamp(1.2rem, 4vw, 2rem);
  color: var(--primary);
  line-height: 1.1;
}
.stat-box span { font-size: .76rem; color: var(--muted); font-weight: 600; line-height: 1.3; display: block; }
.stat-box--hero strong { color: var(--dark); }

.section { padding: 2.75rem 0; }
.section--muted { background: #fff; }
.section--tight { padding-top: 2rem; }
.section-head { margin-bottom: 1.5rem; }
.section-head--center { text-align: center; }
.section-head--center .section-lead { margin-left: auto; margin-right: auto; max-width: 52ch; }
.section-head--split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}
.eyebrow {
  font-family: var(--font);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--primary);
  margin: 0 0 .35rem;
}
.section-head h2 {
  font-family: var(--font);
  font-size: clamp(1.35rem, 4.5vw, 2rem);
  margin: 0;
  line-height: 1.2;
}
.section-lead { margin: .55rem 0 0; color: var(--muted); font-size: .92rem; }

.vertical-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.vertical-card {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 24px rgba(15,23,42,.04);
  transition: transform .2s, box-shadow .2s, border-color .2s;
  border-top: 4px solid var(--vc-color, var(--primary));
  -webkit-tap-highlight-color: transparent;
}
.vertical-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--vc-color); }
.vertical-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  background: color-mix(in srgb, var(--vc-color) 12%, white);
  color: var(--vc-color);
}
.vertical-card h3 { margin: 0; font-family: var(--font); font-size: 1.05rem; }
.vertical-card p { margin: 0; font-size: .84rem; color: var(--muted); flex: 1; }
.vertical-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .75rem;
  font-size: .78rem;
  color: var(--muted);
}
.vertical-card__stats strong { color: var(--text); font-size: .95rem; }
.vertical-card__cta { font-size: .8rem; font-weight: 700; color: var(--vc-color); }

.breakdown-bar {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1rem;
}
.breakdown-pill {
  padding: .5rem .8rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  text-decoration: none;
  color: var(--text);
  font-size: .8rem;
  font-weight: 600;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}
.breakdown-pill:hover { border-color: var(--primary); color: var(--primary); }

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 1rem;
}
.result-wrap .list-card,
.result-wrap .prop-card { height: 100%; }

.list-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,.06);
  border: 1px solid var(--border);
}
.list-card__media {
  display: block;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #eceff3;
  text-decoration: none;
}
.list-card__media img { width: 100%; height: 100%; object-fit: cover; }
.list-card__ph { width: 100%; height: 100%; display: grid; place-items: center; font-size: 2rem; color: #adb5bd; }
.list-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(15,23,42,.82);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  padding: .3rem .55rem;
  border-radius: 999px;
  max-width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-card__open {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  color: #0d9488;
  font-size: .68rem;
  font-weight: 700;
  padding: .3rem .5rem;
  border-radius: 999px;
  max-width: 42%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-card__body { padding: .9rem 1rem 1rem; }
.list-card__title { margin: 0 0 .45rem; font-family: var(--font); font-size: 1rem; line-height: 1.3; }
.list-card__title a { color: var(--dark); text-decoration: none; }
.list-card__desc {
  margin: 0 0 .6rem;
  font-size: .84rem;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-card__meta { list-style: none; margin: 0 0 .75rem; padding: 0; font-size: .8rem; color: var(--muted); }
.list-card__meta li { margin-bottom: .28rem; display: flex; gap: .4rem; align-items: flex-start; }
.list-card__meta i { color: var(--primary); width: 14px; flex-shrink: 0; margin-top: .15rem; }
.list-card__foot {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  align-items: stretch;
  border-top: 1px solid var(--border);
  padding-top: .7rem;
}
.list-card__stat { font-size: .76rem; color: var(--muted); font-weight: 600; }
.list-card__cta {
  font-size: .82rem;
  font-weight: 700;
  color: #fff;
  background: var(--primary);
  text-decoration: none;
  padding: .55rem .85rem;
  border-radius: 8px;
  text-align: center;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.prop-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15,23,42,.06);
  border: 1px solid var(--border);
}
.prop-card__media { display: block; position: relative; aspect-ratio: 16/11; overflow: hidden; text-decoration: none; }
.prop-card__media img { width: 100%; height: 100%; object-fit: cover; }
.prop-card__ph { width: 100%; height: 100%; background: linear-gradient(135deg, #e2e8f0, #cbd5e1); }
.prop-card__tag {
  position: absolute;
  top: 10px;
  padding: .28rem .55rem;
  border-radius: 6px;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}
.tag-sale { left: 10px; background: #dc2626; color: #fff; }
.tag-rent { left: 10px; background: #2563eb; color: #fff; }
.prop-card__price {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  width: fit-content;
  margin-left: auto;
  max-width: calc(100% - 20px);
  background: rgba(15,23,42,.88);
  color: #fff;
  padding: .35rem .65rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: .84rem;
}
.prop-card__body { padding: .9rem 1rem; }
.prop-card__title { margin: 0 0 .35rem; font-family: var(--font); font-size: .98rem; line-height: 1.3; }
.prop-card__title a { color: var(--dark); text-decoration: none; }
.prop-card__loc { margin: 0 0 .45rem; font-size: .82rem; color: var(--muted); }
.prop-card__specs { display: flex; flex-wrap: wrap; gap: .3rem; margin-bottom: .55rem; }
.prop-card__spec { font-size: .7rem; background: #f1f5f9; padding: .2rem .45rem; border-radius: 6px; color: var(--muted); font-weight: 600; }
.prop-card__foot {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  font-size: .78rem;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: .6rem;
}
.prop-card__views {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .76rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: .45rem;
}
.prop-card__views i { color: var(--primary); }
.prop-card__firm { font-weight: 600; }

.city-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .85rem;
}
.city-card {
  border-radius: var(--radius);
  min-height: 110px;
  text-decoration: none;
  color: #fff;
  background: var(--city-color, var(--primary));
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.city-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.35)); }
.city-card__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: .9rem;
}
.city-card h3 { margin: 0 0 .12rem; font-family: var(--font); font-size: 1rem; }
.city-card span { font-size: .78rem; opacity: .92; font-weight: 600; }

.seo-cta {
  position: relative;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 42%, #312e81 100%);
  color: #fff;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.seo-cta__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(99, 102, 241, 0.45), transparent 55%),
    radial-gradient(ellipse 50% 50% at 10% 90%, rgba(67, 97, 238, 0.35), transparent 50%),
    radial-gradient(circle at 50% 0%, rgba(244, 162, 97, 0.12), transparent 40%);
  pointer-events: none;
}
.seo-cta__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
}
.seo-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .4rem .85rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1rem;
}
.seo-cta__badge i { color: #fbbc04; }
.seo-cta__content h2 {
  font-family: var(--font);
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  line-height: 1.12;
  margin: 0 0 .85rem;
  letter-spacing: -.02em;
}
.seo-cta__lead {
  margin: 0 0 1.25rem;
  font-size: clamp(.92rem, 2.5vw, 1.02rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 46ch;
}
.seo-cta__features {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem .85rem;
}
.seo-cta__features li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.seo-cta__features i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #a5b4fc;
  font-size: .75rem;
  flex-shrink: 0;
}
.seo-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.seo-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .75rem 1.25rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
  min-height: 48px;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.seo-cta__btn--primary {
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  color: var(--primary);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.seo-cta__btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28); }
.seo-cta__btn--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
}
.seo-cta__btn--ghost:hover { background: rgba(255, 255, 255, 0.12); }

.seo-cta__visual { display: flex; justify-content: center; }
.seo-mock {
  width: min(100%, 380px);
  background: rgba(255, 255, 255, 0.97);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  color: var(--text);
  transform: perspective(900px) rotateY(-6deg) rotateX(2deg);
  transition: transform .35s ease;
}
.seo-cta:hover .seo-mock { transform: perspective(900px) rotateY(-2deg) rotateX(1deg); }
.seo-mock__bar {
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .75rem .85rem;
  background: #f1f5f9;
  border-bottom: 1px solid var(--border);
}
.seo-mock__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cbd5e1;
}
.seo-mock__dot:nth-child(1) { background: #f87171; }
.seo-mock__dot:nth-child(2) { background: #fbbf24; }
.seo-mock__dot:nth-child(3) { background: #4ade80; }
.seo-mock__search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-left: .35rem;
  padding: .45rem .7rem;
  background: #fff;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: .76rem;
  color: var(--muted);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.seo-mock__search i { color: #4285f4; flex-shrink: 0; }
.seo-mock__results { padding: .85rem; display: flex; flex-direction: column; gap: .65rem; }
.seo-mock__result {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .65rem;
  align-items: start;
  padding: .7rem .75rem;
  border-radius: 12px;
  border: 1px solid transparent;
}
.seo-mock__result--top {
  background: linear-gradient(135deg, rgba(67, 97, 238, 0.08), rgba(99, 102, 241, 0.04));
  border-color: rgba(67, 97, 238, 0.2);
  box-shadow: 0 4px 16px rgba(67, 97, 238, 0.1);
}
.seo-mock__result--dim { opacity: .55; padding: .45rem .75rem; }
.seo-mock__rank {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: .75rem;
  font-weight: 800;
  background: #e2e8f0;
  color: var(--muted);
}
.seo-mock__result--top .seo-mock__rank {
  background: linear-gradient(135deg, var(--primary), #6366f1);
  color: #fff;
}
.seo-mock__result strong {
  display: block;
  font-size: .88rem;
  color: #1a0dab;
  line-height: 1.3;
  margin-bottom: .1rem;
}
.seo-mock__result em {
  display: block;
  font-style: normal;
  font-size: .72rem;
  color: #188038;
  margin-bottom: .25rem;
}
.seo-mock__result p {
  margin: 0;
  font-size: .72rem;
  color: var(--muted);
  line-height: 1.45;
}
.seo-mock__tag {
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--primary);
  background: rgba(67, 97, 238, 0.12);
  padding: .25rem .45rem;
  border-radius: 6px;
  white-space: nowrap;
}
.seo-mock__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  padding: .75rem .85rem 1rem;
  border-top: 1px solid var(--border);
  background: #f8fafc;
}
.seo-mock__stats div { text-align: center; }
.seo-mock__stats strong {
  display: block;
  font-family: var(--font);
  font-size: 1rem;
  color: var(--primary);
  line-height: 1.2;
}
.seo-mock__stats span { font-size: .68rem; color: var(--muted); font-weight: 600; }

.cta-subgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
.cta-mini {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.cta-mini:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: color-mix(in srgb, var(--mini-color, var(--primary)) 35%, var(--border));
}
.cta-mini__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  background: color-mix(in srgb, var(--mini-color, var(--primary)) 12%, white);
  color: var(--mini-color, var(--primary));
  flex-shrink: 0;
}
.cta-mini h3 {
  margin: 0 0 .2rem;
  font-family: var(--font);
  font-size: 1.02rem;
}
.cta-mini p {
  margin: 0;
  font-size: .84rem;
  color: var(--muted);
  line-height: 1.45;
}
.cta-mini__arrow {
  margin-left: auto;
  color: var(--muted);
  font-size: .9rem;
  flex-shrink: 0;
  transition: transform .2s, color .2s;
}
.cta-mini:hover .cta-mini__arrow { transform: translateX(4px); color: var(--primary); }

/* Reklam fiyatları */
.pricing-section {
  background: linear-gradient(180deg, var(--bg) 0%, #fff 35%, var(--bg) 100%);
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
.pricing-campaign-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem .85rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  color: var(--primary);
  background: rgba(67, 97, 238, 0.1);
  border: 1px solid rgba(67, 97, 238, 0.18);
  margin-bottom: .65rem;
}
.pricing-layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  gap: 1.25rem;
  align-items: stretch;
}
.price-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  padding: 1.5rem;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
  border-top: 4px solid var(--pc-color, var(--primary));
  display: flex;
  flex-direction: column;
}
.price-card--seo { position: relative; }
.price-card__badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--pc-color, var(--primary));
  background: color-mix(in srgb, var(--pc-color, var(--primary)) 10%, white);
  padding: .28rem .6rem;
  border-radius: 999px;
  margin-bottom: .75rem;
  width: fit-content;
}
.price-card__badge--gold {
  color: #b45309;
  background: rgba(245, 158, 11, 0.14);
}
.price-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  color: var(--pc-color, var(--primary));
  background: color-mix(in srgb, var(--pc-color, var(--primary)) 12%, white);
  margin-bottom: .85rem;
}
.price-card h3 {
  margin: 0 0 .35rem;
  font-family: var(--font);
  font-size: 1.35rem;
}
.price-card__sub {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: .9rem;
}
.price-card__amount {
  margin-bottom: 1rem;
  padding: .85rem 0;
  border-top: 1px dashed var(--border);
  border-bottom: 1px dashed var(--border);
}
.price-card__amount strong {
  font-family: var(--font);
  font-size: clamp(1.8rem, 4vw, 2.35rem);
  color: var(--dark);
  line-height: 1;
}
.price-card__amount span {
  display: block;
  margin-top: .25rem;
  font-size: .85rem;
  color: var(--muted);
  font-weight: 600;
}
.price-card__list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  flex: 1;
}
.price-card__list li {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
  font-size: .86rem;
  color: var(--text);
  margin-bottom: .5rem;
}
.price-card__list i { color: #16a34a; margin-top: .15rem; flex-shrink: 0; }
.price-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .75rem 1rem;
  border-radius: 12px;
  background: var(--primary);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: .92rem;
  transition: transform .2s, box-shadow .2s;
}
.price-card__cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(67, 97, 238, 0.25); }
.price-card__cta--gold {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.28);
}

.pricing-hybrid {
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 55%, #312e81 100%);
  color: #fff;
  border-radius: calc(var(--radius) + 4px);
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
}
.pricing-hybrid__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: .75rem;
}
.pricing-hybrid__head h3 {
  margin: .35rem 0 .25rem;
  font-family: var(--font);
  font-size: 1.4rem;
}
.pricing-hybrid__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: .9rem;
}
.pricing-hybrid__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: var(--pc-color);
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.pricing-hybrid__note {
  margin: 0 0 1rem;
  padding: .65rem .85rem;
  border-radius: 10px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.28);
  color: rgba(255, 255, 255, 0.92);
  font-size: .82rem;
  line-height: 1.5;
}
.pricing-hybrid__note i { color: #fbbf24; margin-right: .35rem; }
.pricing-hybrid__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
  margin-bottom: 1rem;
}
.price-tier {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1rem .75rem;
  text-align: center;
  transition: transform .2s, border-color .2s, background .2s;
}
.price-tier:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 158, 11, 0.45);
  background: rgba(255, 255, 255, 0.09);
}
.price-tier--popular {
  border-color: rgba(245, 158, 11, 0.55);
  background: rgba(245, 158, 11, 0.12);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.15);
}
.price-tier__ribbon {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: .2rem .5rem;
  border-radius: 999px;
  white-space: nowrap;
}
.price-tier h4 {
  margin: .35rem 0 .15rem;
  font-family: var(--font);
  font-size: .95rem;
}
.price-tier__period {
  margin: 0 0 .55rem;
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.65);
}
.price-tier__price {
  font-family: var(--font);
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.price-tier__save {
  display: block;
  margin-top: .4rem;
  font-size: .68rem;
  color: #fbbf24;
  font-weight: 600;
}
.price-tier__addon {
  margin: .4rem 0 0;
  font-size: .62rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.58);
}
.price-tier--yearly {
  padding-bottom: .85rem;
}
.price-tier__breakdown {
  text-align: left;
  margin: .15rem 0 .35rem;
  font-size: .7rem;
}
.price-tier__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .35rem;
  padding: .28rem 0;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.price-tier__line strong {
  font-size: .76rem;
  color: #fff;
  white-space: nowrap;
}
.price-tier__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .35rem;
  margin-top: .45rem;
  padding-top: .35rem;
  font-size: .72rem;
  font-weight: 700;
  color: #fbbf24;
}
.price-tier__total strong {
  font-family: var(--font);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.pricing-hybrid__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-hybrid__chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.pricing-hybrid__chips span {
  font-size: .75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: .35rem .6rem;
  border-radius: 999px;
}
.pricing-hybrid__chips i { color: #a5b4fc; margin-right: .2rem; }
.pricing-kdv {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.55;
}
.pricing-kdv i { color: var(--primary); margin-right: .25rem; }

.talep-section {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  padding: 3rem 0 3.5rem;
}
.talep-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 1.5rem;
  align-items: start;
}
.talep-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .75rem;
  font-weight: 700;
  color: var(--primary);
  background: rgba(67, 97, 238, .1);
  border: 1px solid rgba(67, 97, 238, .18);
  padding: .35rem .7rem;
  border-radius: 999px;
  margin-bottom: .75rem;
}
.talep-intro h2 {
  margin: 0 0 .55rem;
  font-family: var(--font);
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.talep-lead {
  margin: 0 0 1.1rem;
  color: var(--muted);
  max-width: 38ch;
}
.talep-contact-cards {
  display: grid;
  gap: .65rem;
}
.talep-contact-card {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .85rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 6px 20px rgba(15, 23, 42, .05);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.talep-contact-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}
.talep-contact-card i {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-size: 1rem;
}
.talep-contact-card strong {
  display: block;
  font-size: .82rem;
  color: var(--text);
}
.talep-contact-card span {
  font-size: .95rem;
  font-weight: 700;
  color: var(--primary);
}
.talep-contact-card--call i { background: rgba(67, 97, 238, .12); color: var(--primary); }
.talep-contact-card--wa i { background: rgba(37, 211, 102, .14); color: #16a34a; }
.talep-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}
.talep-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}
.talep-field {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.talep-field--full { grid-column: 1 / -1; }
.talep-field span {
  font-size: .78rem;
  font-weight: 700;
  color: var(--text);
}
.talep-field input,
.talep-field select,
.talep-field textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .72rem .85rem;
  font: inherit;
  color: var(--text);
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.talep-field input:focus,
.talep-field select:focus,
.talep-field textarea:focus {
  outline: none;
  border-color: rgba(67, 97, 238, .55);
  box-shadow: 0 0 0 3px rgba(67, 97, 238, .12);
}
.talep-field textarea { resize: vertical; min-height: 110px; }
.talep-form__submit {
  width: 100%;
  margin-top: 1rem;
  border: none;
  border-radius: 12px;
  padding: .9rem 1rem;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 10px 28px rgba(37, 211, 102, .28);
  transition: transform .2s, box-shadow .2s;
}
.talep-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(37, 211, 102, .34);
}
.talep-form__note {
  margin: .75rem 0 0;
  font-size: .72rem;
  color: var(--muted);
  text-align: center;
}
.talep-form__note i { color: var(--primary); margin-right: .2rem; }

.talep-form-guide {
  margin-bottom: 1rem;
  padding: .9rem .95rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(67, 97, 238, .07), rgba(244, 162, 97, .08));
  border: 1px solid rgba(67, 97, 238, .14);
}
.talep-form-guide__lead {
  margin: 0 0 .75rem;
  font-size: .84rem;
  line-height: 1.5;
  color: var(--text);
}
.talep-form-guide__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .65rem;
}
.talep-form-guide__list li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-size: .78rem;
  line-height: 1.45;
  color: var(--muted);
}
.talep-form-guide__list li i {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: .05rem;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(67, 97, 238, .12);
  color: var(--primary);
  font-size: .78rem;
}
.talep-form-guide__list li strong {
  display: block;
  color: var(--text);
  font-size: .8rem;
  margin-bottom: .12rem;
}
.talep-form-guide--compact .talep-form-guide__list li span { display: block; }
.talep-field__hint {
  margin: 0 0 .4rem;
  font-size: .72rem;
  line-height: 1.4;
  color: var(--muted);
}
.talep-field__hint--mobile {
  display: none;
  margin: .45rem 0 0;
}
.talep-form-guide--in-form { display: none; }
.talep-form-guide--intro { display: block; }

@media (max-width: 768px) {
  .talep-form-guide--intro { display: none; }
  .talep-form-guide--in-form { display: block; }
}

.talep-form-anchor { min-width: 0; }
.talep-open-btn {
  display: none;
  width: 100%;
  margin-top: .25rem;
  border: none;
  border-radius: 12px;
  padding: .95rem 1rem;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 10px 28px rgba(67, 97, 238, .28);
  transition: transform .2s, box-shadow .2s;
}
.talep-open-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(67, 97, 238, .34);
}

.talep-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
}
.talep-modal.is-open {
  pointer-events: auto;
  visibility: visible;
}
.talep-modal__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(15, 23, 42, .58);
  opacity: 0;
  transition: opacity .3s ease;
}
.talep-modal.is-open .talep-modal__backdrop { opacity: 1; }
.talep-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: min(92dvh, 720px);
  background: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -12px 40px rgba(15, 23, 42, .22);
  transform: translateY(105%);
  transition: transform .38s cubic-bezier(.22, 1, .36, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.talep-modal.is-open .talep-modal__dialog { transform: translateY(0); }
.talep-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  padding: 1rem 1rem .75rem;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  flex-shrink: 0;
}
.talep-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .68rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: .2rem;
}
.talep-modal__head h3 {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.25;
}
.talep-modal__close {
  width: 2.2rem;
  height: 2.2rem;
  border: none;
  border-radius: 999px;
  background: #f1f5f9;
  color: var(--muted);
  cursor: pointer;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: background .2s, color .2s;
}
.talep-modal__close:hover { background: #e2e8f0; color: var(--text); }
.talep-modal__body {
  overflow-y: auto;
  padding: .85rem 1rem calc(1rem + var(--safe-bottom));
  -webkit-overflow-scrolling: touch;
}
.talep-modal__body .talep-form {
  border: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
body.talep-modal-open { overflow: hidden; }

@media (min-width: 769px) {
  .talep-modal { display: none; }
  .talep-open-btn { display: none !important; }
}

.support-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0 max(.35rem, var(--safe-left)) calc(.35rem + var(--safe-bottom)) max(.35rem, var(--safe-right));
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 30px rgba(15, 23, 42, .1);
  backdrop-filter: blur(10px);
  min-height: var(--support-dock-h);
}
.support-dock__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .15rem;
  padding: .45rem .35rem;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 700;
  color: var(--text);
  border-radius: 10px;
  transition: background .2s, color .2s;
}
.support-dock__btn i { font-size: 1.1rem; }
.support-dock__btn:hover { background: rgba(67, 97, 238, .08); }
.support-dock__btn--call i { color: var(--primary); }
.support-dock__btn--form i { color: #7c3aed; }
.support-dock__btn--wa {
  color: #128c7e;
}
.support-dock__btn--wa i { color: #25d366; }

.entry-nudge {
  position: fixed;
  left: max(1rem, var(--safe-left));
  right: max(1rem, var(--safe-right));
  bottom: calc(var(--support-dock-h) + .85rem + var(--safe-bottom));
  z-index: 290;
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  max-width: 420px;
  margin: 0 auto;
  padding: 1rem 1rem 1rem 1.1rem;
  background: #fff;
  border: 1px solid rgba(67, 97, 238, .22);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .18);
  transform: translateY(120%);
  opacity: 0;
  visibility: hidden;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1), opacity .35s ease, visibility .35s;
  pointer-events: none;
}
.entry-nudge.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.entry-nudge.is-hiding {
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.entry-nudge__close {
  position: absolute;
  top: .45rem;
  right: .45rem;
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  border-radius: 999px;
  background: #f1f5f9;
  color: var(--muted);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: .85rem;
  transition: background .2s, color .2s;
}
.entry-nudge__close:hover { background: #e2e8f0; color: var(--text); }
.entry-nudge__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(67, 97, 238, .15), rgba(244, 162, 97, .2));
  color: var(--primary);
  font-size: 1.05rem;
}
.entry-nudge__body { min-width: 0; padding-right: 1.25rem; }
.entry-nudge__body strong {
  display: block;
  font-family: var(--font);
  font-size: .95rem;
  line-height: 1.3;
  margin-bottom: .25rem;
}
.entry-nudge__body p {
  margin: 0 0 .7rem;
  font-size: .8rem;
  line-height: 1.45;
  color: var(--muted);
}
.entry-nudge__cta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .55rem .85rem;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff !important;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(67, 97, 238, .28);
  transition: transform .2s, box-shadow .2s;
}
.entry-nudge__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(67, 97, 238, .34);
}
@media (min-width: 769px) {
  .entry-nudge {
    left: 50%;
    right: auto;
    width: min(420px, calc(100vw - 2rem));
    transform: translateX(-50%) translateY(120%);
  }
  .entry-nudge.is-visible {
    transform: translateX(-50%) translateY(0);
  }
  .entry-nudge.is-hiding {
    transform: translateX(-50%) translateY(110%);
  }
}

.btn-primary,
.btn-ghost,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .65rem 1rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: .88rem;
  text-decoration: none;
  border: 1px solid transparent;
  min-height: 44px;
  -webkit-tap-highlight-color: transparent;
}
.btn-primary { background: #fff; color: var(--primary); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-outline { background: #fff; color: var(--primary); border-color: var(--border); width: 100%; }
.btn-outline:hover { border-color: var(--primary); }
.section-head--split .btn-outline { width: auto; }

.empty-state { grid-column: 1 / -1; text-align: center; padding: 2.5rem 1rem; color: var(--muted); }
.empty-state i { font-size: 2rem; margin-bottom: .75rem; opacity: .45; display: block; }
.pager { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: center; margin-top: 1.5rem; }
.pager a {
  min-width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--border);
  font-weight: 700;
}
.pager a.active,
.pager a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

.site-footer {
  background: var(--dark);
  color: rgba(255,255,255,.85);
  padding: 2.5rem 0 calc(1.25rem + var(--safe-bottom));
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 1.5rem; margin-bottom: 1.5rem; }
.footer-brand { font-family: var(--font); font-size: 1.2rem; font-weight: 800; margin-bottom: .55rem; }
.footer-brand span { color: var(--accent); }
.site-footer h4 { margin: 0 0 .65rem; font-size: .92rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .35rem; }
.site-footer a {
  color: rgba(255,255,255,.75);
  text-decoration: none;
  font-size: .88rem;
  display: inline-block;
  padding: .2rem 0;
  min-height: 36px;
  line-height: 1.5;
}
.site-footer a:hover { color: #fff; }
.site-footer a i { margin-right: .35rem; opacity: .85; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1rem;
  font-size: .8rem;
  color: rgba(255,255,255,.55);
  text-align: center;
}

.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(15,23,42,.45);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.nav-backdrop.is-visible { display: block; }

@media (max-width: 1024px) {
  .vertical-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-cta__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .seo-cta__visual { order: -1; }
  .seo-mock { transform: none; width: min(100%, 420px); margin: 0 auto; }
  .cta-subgrid { grid-template-columns: 1fr; }
  .pricing-layout { grid-template-columns: 1fr; }
  .pricing-hybrid__grid { grid-template-columns: repeat(2, 1fr); }
  .city-grid { grid-template-columns: repeat(3, 1fr); }
  .search-grid { grid-template-columns: 1fr 1fr; }
  .btn-search { grid-column: 1 / -1; }
  .list-card__foot {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .list-card__cta { width: auto; }
}

@media (max-width: 768px) {
  .site-header { padding-top: calc(.5rem + var(--safe-top)); }
  .header-inner { min-height: 56px; }
  .logo-img { height: 28px; max-width: 108px; }

  .nav-toggle { display: flex; }

  .nav {
    display: none;
    position: fixed;
    top: calc(56px + var(--safe-top));
    left: max(1rem, var(--safe-left));
    right: max(1rem, var(--safe-right));
    bottom: auto;
    max-height: calc(100dvh - 56px - var(--safe-top) - 1rem);
    overflow-y: auto;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    z-index: 180;
  }
  .nav.is-open { display: flex; }
  .nav a {
    color: var(--text) !important;
    padding: .85rem 1rem;
    border-radius: 10px;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .nav a:hover,
  .nav a:focus-visible { background: #f1f5f9; }
  .nav-cta {
    text-align: center;
    justify-content: center;
    margin-top: .35rem;
  }

  .cta-section--top { padding-top: calc(30rem + var(--safe-top)); }
  .hero { padding-top: 2.75rem; }
  .hero h1 { font-size: clamp(1.45rem, 6.5vw, 2rem); }
  .search-panel { padding: .85rem; }
  .search-grid { grid-template-columns: 1fr; gap: .65rem; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: .5rem; }
  .stat-box { padding: .25rem; }
  .stat-box span { font-size: .72rem; }

  .section { padding: 2.25rem 0; }
  .section-head--split { flex-direction: column; align-items: flex-start; }
  .section-head--split .btn-outline { width: 100%; text-align: center; }

  .vertical-grid { grid-template-columns: 1fr; gap: .75rem; }
  .vertical-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: .85rem;
    row-gap: .35rem;
    padding: 1rem;
  }
  .vertical-card__icon { grid-row: 1 / 3; align-self: start; }
  .vertical-card h3 { grid-column: 2; }
  .vertical-card p { grid-column: 2; font-size: .8rem; }
  .vertical-card__stats { grid-column: 1 / -1; flex-direction: row; }
  .vertical-card__cta { grid-column: 1 / -1; }

  .results-grid { grid-template-columns: 1fr; gap: .85rem; }
  .city-grid { grid-template-columns: repeat(2, 1fr); gap: .65rem; }
  .city-card { min-height: 96px; }

  .footer-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .seo-cta__features { grid-template-columns: 1fr; }
  .seo-cta__actions { flex-direction: column; }
  .seo-cta__btn { width: 100%; }
  .cta-mini { padding: 1rem; }
  .pricing-hybrid__grid { grid-template-columns: 1fr; }
  .pricing-hybrid__foot { flex-direction: column; align-items: stretch; }
  .price-card__cta--gold { width: 100%; }
  .talep-layout { grid-template-columns: 1fr; }
  .talep-form__grid { grid-template-columns: 1fr; }
  .talep-form-anchor { display: none; }
  .talep-open-btn { display: inline-flex; }
  .talep-form__submit { display: none; }
  .talep-field__hint--mobile { display: block; }
  .entry-nudge {
    left: max(.75rem, var(--safe-left));
    right: max(.75rem, var(--safe-right));
    max-width: none;
  }
}

@media (max-width: 380px) {
  .logo-tag { display: none; }
  .tip-tab { padding: .5rem .7rem; font-size: .76rem; }
  .city-grid { grid-template-columns: 1fr; }
  .stats-grid { gap: .35rem; }
}

@media (hover: none) and (pointer: coarse) {
  .vertical-card:hover,
  .list-card:hover,
  .prop-card:hover,
  .cta-mini:hover { transform: none; }
  .seo-cta:hover .seo-mock { transform: none; }
}
