﻿:root {
  --ink: #122026;
  --ink-2: #22333a;
  --muted: #6d7a7c;
  --line: #dce4ef;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --deep: #111d57;
  --brand: #4372aa;
  --brand-2: #315f9d;
  --copper: #4372aa;
  --copper-dark: #111d57;
  --green: #16834a;
  --shadow: 0 24px 70px rgba(17, 29, 87, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 0, rgba(67, 114, 170, 0.12), transparent 28%),
    linear-gradient(180deg, #eef3fa 0, #f8faf9 560px, #eef2f8 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(67, 114, 170, 0.22);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(17, 29, 87, 0.1);
}

.header-inner {
  width: min(1260px, calc(100% - 32px));
  min-height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(210px, 300px) auto auto;
  gap: 12px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  color: var(--deep);
}

.brand-logo {
  width: 256px;
  height: auto;
  max-height: 86px;
  object-fit: contain;
  padding: 4px 8px;
  background: #fff;
  border-radius: 12px;
  filter: saturate(1.08) contrast(1.08);
  box-shadow: 0 14px 34px rgba(17, 29, 87, 0.16);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 6px;
  color: var(--ink-2);
  background: #f3f6fb;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.main-nav a,
.nav-dropdown > button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: var(--deep);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 760;
}

.main-nav a:hover,
.main-nav a.active,
.nav-dropdown.active > button,
.nav-dropdown:hover > button,
.nav-dropdown > button:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--deep));
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 210px;
  display: none;
  padding: 14px 8px 8px;
  background: #fff;
  border: 1px solid rgba(67, 114, 170, 0.18);
  border-radius: 16px;
  box-shadow: 0 22px 50px rgba(17, 29, 87, 0.16);
  transform: translateX(-50%);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: grid;
  gap: 4px;
}

.nav-dropdown-menu a {
  justify-content: flex-start;
  min-height: 40px;
  padding: 0 12px;
  color: var(--deep);
  border-radius: 10px;
}

.header-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.header-search input {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  color: var(--deep);
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
}

.header-search input::placeholder {
  color: #8a95a7;
}

.header-search button,
.header-cta,
.hero-actions a:first-child,
.filter-actions button,
.consultant-card a,
.store-actions a:first-child,
.contact-form button,
.modal-content a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border: 0;
  border-radius: 10px;
  font-weight: 760;
  box-shadow: 0 10px 24px rgba(67, 114, 170, 0.24);
}

.header-cta {
  background: linear-gradient(135deg, var(--copper), var(--copper-dark));
  white-space: nowrap;
}

.menu-button {
  display: none;
  min-height: 42px;
  padding: 0 14px;
  color: var(--deep);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-weight: 760;
}

.mobile-menu {
  display: none;
  width: min(1260px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 16px;
  background: #fff;
}

.mobile-menu a {
  display: block;
  padding: 13px 14px;
  color: var(--deep);
  border-top: 1px solid var(--line);
  font-weight: 650;
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--deep);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 15%, rgba(67, 114, 170, 0.5), transparent 26%),
    linear-gradient(90deg, rgba(17, 29, 87, 0.98), rgba(17, 29, 87, 0.78) 48%, rgba(17, 29, 87, 0.42)),
    url("assets/listing-8002.jpg") center/cover;
}

.hero-inner {
  position: relative;
  width: min(1260px, calc(100% - 32px));
  min-height: 650px;
  margin: 0 auto;
  padding: 92px 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 64px;
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c3d5ed;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.eyebrow.dark {
  color: var(--brand);
}

.hero-copy h1 {
  margin: 18px 0 20px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.hero-proof-grid article {
  padding: 13px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
}

.hero-proof-grid strong,
.hero-proof-grid span {
  display: block;
}

.hero-proof-grid strong {
  color: #fff;
  font-size: 18px;
}

.hero-proof-grid span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 650;
}

.hero-actions a:last-child {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 10px;
  font-weight: 760;
}

.search-studio {
  position: relative;
  overflow: hidden;
  padding: 20px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 254, 0.98)),
    #fff;
  border: 1px solid rgba(203, 218, 240, 0.95);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(17, 29, 87, 0.15);
}

.search-studio::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--deep), var(--brand), var(--brand-2));
}

.studio-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 4px 0 14px;
  border-bottom: 1px solid var(--line);
}

.studio-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.studio-head span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, var(--brand), var(--deep));
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(67, 114, 170, 0.12);
}

.studio-head strong {
  display: block;
  margin-top: 6px;
  color: var(--deep);
  font-size: 22px;
  line-height: 1.15;
}

.studio-head p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

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

.studio-kpis article {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  padding: 8px 6px;
  text-align: center;
  background: #f6f9fd;
  border: 1px solid rgba(67, 114, 170, 0.16);
  border-radius: 11px;
}

.studio-kpis b,
.studio-kpis small {
  display: inline;
}

.studio-kpis b {
  color: var(--deep);
  font-size: 16px;
}

.studio-kpis small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.search-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 14px 0 12px;
  padding: 4px;
  background: #eef4fb;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.search-tabs button {
  flex: 1 1 0;
  min-height: 34px;
  padding: 0 10px;
  color: var(--ink-2);
  background: transparent;
  border: 0;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 760;
}

.search-tabs button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--deep), var(--brand));
  box-shadow: 0 10px 24px rgba(67, 114, 170, 0.22);
}

.filter-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.filter-form label,
.contact-form label {
  display: grid;
  gap: 7px;
}

.filter-form span,
.contact-form span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.filter-form label {
  position: relative;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #d7e2f1;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(17, 29, 87, 0.035);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.filter-form label:focus-within {
  border-color: var(--brand);
  box-shadow: 0 14px 30px rgba(67, 114, 170, 0.14);
  transform: translateY(-1px);
}

.filter-form label:nth-child(1),
.filter-form label:nth-child(2),
.filter-form label:nth-child(4),
.filter-form label:nth-child(5) {
  grid-column: auto;
}

.filter-form label:nth-child(3) {
  grid-column: 1 / -1;
}

.filter-form input,
.filter-form select,
.contact-form input,
.contact-form select,
.contact-form textarea,
.result-tools select {
  width: 100%;
  min-height: 30px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}

.filter-form input:focus,
.filter-form select:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.result-tools select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(67, 114, 170, 0.14);
}

.filter-form input:focus,
.filter-form select:focus {
  box-shadow: none;
}

.filter-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  grid-column: 1 / -1;
  margin-top: 2px;
}

.filter-actions button {
  min-height: 40px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 850;
}

.filter-actions .soft-button {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.trust-strip,
.source-showcase,
.insight-grid,
.portfolio-zone,
.advisory-section,
.store-section,
.contact-section {
  width: min(1260px, calc(100% - 32px));
  margin-inline: auto;
}

.source-showcase {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.source-showcase a {
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(13, 42, 46, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.source-showcase a:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(17, 29, 87, 0.12);
}

.source-showcase img {
  width: 98px;
  height: 98px;
  object-fit: contain;
  background: var(--soft);
  border-radius: 16px;
}

.source-showcase span,
.source-showcase strong {
  display: block;
}

.source-showcase span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.source-showcase strong {
  margin-top: 7px;
  color: var(--deep);
  font-size: 20px;
  line-height: 1.2;
}

.trust-strip {
  position: relative;
  z-index: 3;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.trust-strip article {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.trust-strip article:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--deep);
  font-size: 28px;
}

.trust-strip span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.corporate-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 70px;
}

.corporate-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
  padding: 36px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(17, 29, 87, 0.96), rgba(49, 95, 157, 0.9)),
    url("assets/listing-8002.jpg") center/cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.corporate-hero span {
  color: #c3d5ed;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.corporate-hero h1 {
  max-width: 760px;
  margin: 12px 0 16px;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 0.98;
}

.corporate-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
}

.corporate-hero-card {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 22px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
}

.corporate-hero-card strong,
.corporate-hero-card small {
  display: block;
}

.corporate-hero-card strong {
  font-size: 30px;
}

.corporate-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  margin-top: 28px;
}

.corporate-panel {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(17, 29, 87, 0.08);
}

.corporate-panel h2 {
  margin: 0 0 14px;
  color: var(--deep);
  font-size: 30px;
}

.corporate-panel p,
.corporate-panel li {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.75;
}

.corporate-panel p {
  margin: 0 0 14px;
}

.corporate-panel ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.corporate-side-links {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 10px;
}

.corporate-side-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 14px;
  color: var(--deep);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-weight: 800;
}

.corporate-side-links a:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--deep));
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 54px 0 20px;
}

.insight-grid article,
.side-card,
.results-panel,
.advisory-section,
.store-section,
.contact-section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(13, 42, 46, 0.07);
}

.insight-grid article {
  padding: 24px;
}

.insight-grid span,
.consultant-card span,
.store-section span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.insight-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--deep);
  font-size: 24px;
}

.insight-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.portfolio-zone {
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 34px 0 72px;
}

.portfolio-sidebar {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 16px;
}

.side-title {
  padding: 16px 18px;
  color: var(--deep);
  background: linear-gradient(135deg, #fff, #eef7f5);
  border-bottom: 1px solid var(--line);
  font-weight: 760;
}

.category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.category:last-child {
  border-bottom: 0;
}

.category.active,
.category:hover {
  color: var(--brand);
  background: #f0f8f6;
}

.category span {
  font-weight: 760;
}

.category strong {
  color: var(--muted);
  font-size: 12px;
}

.filter-block {
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.filter-block:last-child {
  border-bottom: 0;
}

.filter-block h2 {
  margin: 0 0 12px;
  color: var(--deep);
  font-size: 15px;
}

.filter-block label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 12px 0;
  color: var(--ink-2);
  font-size: 14px;
}

.consultant-card {
  padding: 18px;
  border-top: 4px solid var(--brand);
}

.consultant-card-head {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: center;
}

.consultant-card img {
  width: 74px;
  height: 92px;
  object-fit: cover;
  margin-bottom: 0;
  border-radius: 14px;
  border: 1px solid var(--line);
}

.consultant-card strong {
  display: block;
  margin-top: 9px;
  color: var(--deep);
  font-size: 22px;
}

.consultant-card p {
  margin: 10px 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

.consultant-badges {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}

.consultant-badges small {
  padding: 8px 10px;
  color: var(--deep);
  background: #f4f7fb;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 760;
}

.results-panel {
  overflow: hidden;
}

.results-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
  border-bottom: 1px solid var(--line);
}

.results-toolbar h2 {
  margin: 10px 0 8px;
  color: var(--deep);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
}

.results-toolbar p {
  margin: 0;
  color: var(--muted);
}

.listing-quality-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.listing-quality-row span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: var(--deep);
  background: #eef3fa;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
}

.result-tools {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: stretch;
  gap: 10px;
  max-width: 430px;
}

.result-tools select,
.view-toggle {
  grid-column: 1 / -1;
}

.listing-page-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  color: var(--deep);
  background: #f4f7fb;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
}

.view-toggle {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.view-toggle button {
  min-height: 46px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  border: 0;
  border-right: 1px solid var(--line);
  font-weight: 760;
}

.view-toggle button:last-child {
  border-right: 0;
}

.view-toggle button.active {
  color: #fff;
  background: var(--brand);
}

.listing-results {
  display: grid;
}

.listing-results.is-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 20px;
}

.listing-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.listing-item:hover {
  background: #f5fbfa;
}

.listing-item.is-hidden {
  display: none;
}

.listing-item img {
  flex: 0 0 210px;
  width: 210px;
  height: 142px;
  object-fit: cover;
  border-radius: 14px;
}

.item-title {
  flex: 1 1 260px;
  min-width: 0;
}

.item-title span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.item-title h3 {
  margin: 7px 0;
  color: var(--deep);
  font-size: 21px;
  line-height: 1.16;
}

.item-title p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.listing-item > strong,
.listing-item > span {
  flex: 0 0 auto;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 760;
}

.listing-item > strong,
.listing-item > span:not(.eyebrow) {
  min-width: 54px;
}

.price-cell {
  flex: 0 0 150px;
  display: grid;
  gap: 10px;
  justify-items: end;
}

.price-cell strong {
  color: var(--copper-dark);
  font-size: 17px;
  white-space: nowrap;
}

.detail-button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #fff;
  background: var(--deep);
  border: 0;
  border-radius: 10px;
  font-weight: 760;
  text-decoration: none;
}

.listing-results.is-grid .listing-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(13, 42, 46, 0.07);
}

.listing-results.is-grid .listing-item img {
  width: 100%;
  height: 210px;
  border-radius: 0;
}

.listing-results.is-grid .item-title,
.listing-results.is-grid .listing-item > strong,
.listing-results.is-grid .listing-item > span,
.listing-results.is-grid .price-cell {
  padding: 0 18px;
}

.listing-results.is-grid .item-title {
  padding-top: 18px;
}

.listing-results.is-grid .listing-item > strong,
.listing-results.is-grid .listing-item > span {
  margin-top: 8px;
}

.listing-results.is-grid .price-cell {
  align-items: start;
  justify-items: start;
  padding-bottom: 18px;
  margin-top: 14px;
}

.public-listing-page {
  width: min(100% - 36px, 1260px);
  margin: 28px auto 64px;
}

.listing-page-hero {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  padding: 28px;
  color: #fff;
  background: linear-gradient(135deg, var(--deep), var(--brand-2));
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.listing-page-hero span {
  color: #d7e6f8;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.listing-page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.listing-page-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.listing-page-hero strong {
  width: fit-content;
  margin-top: 6px;
  padding: 9px 12px;
  color: var(--deep);
  background: #fff;
  border-radius: 999px;
}

.listing-page-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.listing-page-tabs a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--deep);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 760;
}

.listing-page-tabs a.active,
.listing-page-tabs a:hover {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.empty-state {
  display: none;
  margin: 20px;
  padding: 20px;
  color: var(--muted);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: center;
  font-weight: 760;
}

.empty-state.is-visible {
  display: block;
}

.advisory-section {
  position: relative;
  overflow: hidden;
  padding: 42px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 44px;
  align-items: center;
  margin-bottom: 26px;
  border-top: 4px solid var(--brand);
}

.advisory-section::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(67, 114, 170, 0.16), transparent 70%);
  pointer-events: none;
}

.advisory-section h2,
.store-section h2,
.contact-section h2 {
  margin: 12px 0 14px;
  color: var(--deep);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
}

.advisory-section p,
.store-section p,
.contact-section p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.process-grid article {
  min-height: 170px;
  padding: 20px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.process-grid strong {
  color: var(--copper);
  font-size: 14px;
}

.process-grid span {
  display: block;
  margin-top: 26px;
  color: var(--deep);
  font-size: 18px;
  font-weight: 760;
  line-height: 1.25;
}

.process-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.advisory-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.advisory-proof span {
  padding: 9px 11px;
  color: var(--deep);
  background: #f4f7fb;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 760;
}

.store-section {
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 76% 12%, rgba(67, 114, 170, 0.48), transparent 28%),
    linear-gradient(90deg, rgba(17, 29, 87, 0.98), rgba(17, 29, 87, 0.84)),
    url("assets/listing-8794.jpg") center/cover;
  margin-bottom: 26px;
}

.store-section span {
  color: #c3d5ed;
}

.store-section h2 {
  max-width: 820px;
  color: #fff;
}

.store-section p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.78);
}

.store-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.store-actions a:last-child {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  font-weight: 760;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  padding: 42px;
  margin-bottom: 34px;
}

.contact-section ul {
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-section a {
  color: var(--brand);
  font-weight: 760;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.contact-form textarea {
  min-height: 120px;
  padding-top: 12px;
  resize: vertical;
}

.contact-form button {
  width: 100%;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--green);
  font-weight: 760;
}

.form-note[data-tone="error"] {
  color: #b42318;
}

.form-note[data-tone="loading"] {
  color: var(--brand);
}

.detail-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(17, 29, 87, 0.72);
}

.detail-modal.is-open {
  display: flex;
}

.modal-card {
  position: relative;
  width: min(950px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.modal-card img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  min-height: 36px;
  padding: 0 12px;
  color: #fff;
  background: rgba(17, 29, 87, 0.86);
  border: 0;
  border-radius: 10px;
  font-weight: 760;
}

.modal-content {
  padding: 32px;
}

.modal-content > span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 760;
}

.modal-content h2 {
  margin: 10px 0;
  color: var(--deep);
  font-size: 32px;
  line-height: 1.1;
}

.modal-content p {
  color: var(--muted);
  line-height: 1.65;
}

.modal-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 22px 0;
}

.modal-facts div {
  padding: 13px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.modal-facts small {
  display: block;
  color: var(--muted);
  font-weight: 760;
}

.modal-facts strong {
  display: block;
  margin-top: 5px;
}

#modalPrice {
  display: block;
  color: var(--copper-dark);
  font-size: 28px;
}

.modal-content a {
  margin-top: 18px;
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, auto) auto;
  gap: 24px;
  align-items: center;
  padding: 34px max(16px, calc((100% - 1260px) / 2));
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 12% 0, rgba(67, 114, 170, 0.34), transparent 26%),
    linear-gradient(135deg, var(--deep), #10245f);
}

.footer-brand {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 16px;
  align-items: center;
}

.footer-brand img {
  width: 132px;
  padding: 8px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
}

.footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 8px;
}

.footer strong {
  color: #fff;
}

.footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.footer span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 760;
}

.footer a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  font-weight: 760;
}

.footer-license {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.footer-license a {
  background: var(--green);
  border-color: transparent;
}

.detail-page {
  width: min(1260px, calc(100% - 32px));
  margin: 26px auto 48px;
}

.detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.detail-breadcrumb a {
  color: var(--brand);
}

.property-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: end;
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(67, 114, 170, 0.48), transparent 30%),
    linear-gradient(135deg, var(--deep), #1d3975);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.property-title > span,
.property-price span {
  color: #c3d5ed;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.property-title h1 {
  max-width: 820px;
  margin: 12px 0;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.02;
}

.property-title p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.property-price {
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
}

.property-price strong,
.property-price small {
  display: block;
}

.property-price strong {
  margin-top: 8px;
  font-size: 34px;
  line-height: 1;
}

.property-price small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 650;
}

.executive-summary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(17, 29, 87, 0.08);
}

.executive-summary article {
  padding: 20px;
  background: #fff;
}

.executive-summary span,
.executive-summary strong {
  display: block;
}

.executive-summary span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.executive-summary strong {
  margin-top: 8px;
  color: var(--deep);
  font-size: 20px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.detail-main {
  display: grid;
  gap: 22px;
}

.gallery-panel,
.detail-card,
.owner-card,
.side-info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(17, 29, 87, 0.08);
}

.gallery-panel {
  overflow: hidden;
}

.main-photo {
  position: relative;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 0, rgba(67, 114, 170, 0.22), transparent 32%),
    #0f183f;
}

.process-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.advisory-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.advisory-proof span {
  padding: 9px 11px;
  color: var(--deep);
  background: #f4f7fb;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 760;
}

.main-photo img {
  width: min(100%, 760px);
  height: 500px;
  object-fit: contain;
  padding: 24px;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.22));
}

.main-photo span {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(17, 29, 87, 0.88);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.thumb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 14px;
}

.thumb-grid button {
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 3px solid transparent;
  border-radius: 14px;
}

.thumb-grid button.active {
  border-color: var(--brand);
}

.thumb-grid img {
  width: 100%;
  height: 105px;
  object-fit: contain;
  padding: 8px;
  background: #f5f7fb;
}

.detail-card {
  padding: 26px;
}

.section-title span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.section-title h2 {
  margin: 9px 0 20px;
  color: var(--deep);
  font-size: 30px;
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.status-row span {
  padding: 9px 12px;
  color: var(--deep);
  background: #eef3fa;
  border: 1px solid #dce4ef;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.property-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.property-facts div {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 48px;
  border-bottom: 1px solid var(--line);
}

.property-facts div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.property-facts dt,
.property-facts dd {
  margin: 0;
  padding: 14px;
}

.property-facts dt {
  color: var(--muted);
  background: var(--soft);
  font-weight: 760;
}

.property-facts dd {
  color: var(--ink);
  font-weight: 650;
}

.description-text p {
  margin: 0 0 16px;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.75;
}

.description-text p:last-child {
  margin-bottom: 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.features-grid div {
  padding: 20px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.features-grid h3 {
  margin: 0 0 14px;
  color: var(--deep);
}

.features-grid ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-2);
  line-height: 1.9;
}

.analysis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.analysis-grid article {
  min-height: 190px;
  padding: 20px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.analysis-grid span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.analysis-grid strong {
  display: block;
  margin-top: 34px;
  color: var(--deep);
  font-size: 21px;
  line-height: 1.2;
}

.analysis-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.map-placeholder {
  min-height: 260px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(67, 114, 170, 0.14), rgba(17, 29, 87, 0.08)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(67, 114, 170, 0.08) 18px 19px);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.map-placeholder strong,
.map-placeholder span {
  display: block;
}

.map-placeholder strong {
  color: var(--deep);
  font-size: 24px;
}

.map-placeholder span {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 650;
}

.location-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.location-metrics article {
  padding: 16px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.location-metrics span,
.location-metrics strong {
  display: block;
}

.location-metrics span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.location-metrics strong {
  margin-top: 8px;
  color: var(--deep);
  font-size: 22px;
}

.similar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.similar-grid article {
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.similar-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.similar-grid div {
  padding: 16px;
}

.similar-grid span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.similar-grid strong,
.similar-grid small {
  display: block;
}

.similar-grid strong {
  margin-top: 8px;
  color: var(--deep);
  line-height: 1.25;
}

.similar-grid small {
  margin-top: 10px;
  color: var(--deep);
  font-size: 17px;
  font-weight: 760;
}

.detail-sidebar {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 18px;
}

.owner-card,
.side-info-card {
  padding: 22px;
}

.advisor-head {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.advisor-head img {
  width: 82px;
  height: 104px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 24px rgba(17, 29, 87, 0.12);
}

.advisor-head span {
  display: block;
  color: var(--brand);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.advisor-head strong {
  display: block;
  margin-top: 7px;
  color: var(--deep);
  font-size: 24px;
  font-weight: 760;
}

.advisor-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.advisor-badges {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.advisor-badges span {
  padding: 10px 12px;
  color: var(--deep);
  background: #eef3fa;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.advisor-actions {
  display: grid;
  gap: 10px;
}

.advisor-actions a,
.advisor-actions button,
.side-info-card a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  color: #fff;
  background: var(--brand);
  border: 0;
  border-radius: 10px;
  font-weight: 760;
}

.advisor-actions a:nth-of-type(2),
.side-info-card a {
  color: var(--deep);
  background: var(--soft);
  border: 1px solid var(--line);
}

.side-info-card h2 {
  margin: 0 0 10px;
  color: var(--deep);
  font-size: 20px;
}

.side-info-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.finance-card dl {
  margin: 0;
  display: grid;
  gap: 8px;
}

.finance-card div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.finance-card div:last-child {
  border-bottom: 0;
}

.finance-card dt,
.finance-card dd {
  margin: 0;
  font-weight: 760;
}

.finance-card dt {
  color: var(--muted);
}

.finance-card dd {
  color: var(--deep);
  text-align: right;
}

.document-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-2);
  line-height: 1.9;
  font-weight: 650;
}

/* Premium listing detail page */
.listing-detail-pro {
  width: min(1184px, calc(100% - 64px));
  margin: 28px auto 56px;
}

.pro-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.pro-breadcrumb a {
  color: var(--brand);
}

.pro-breadcrumb span::before {
  content: "/";
  margin-right: 10px;
  color: #a7b2c3;
}

.pro-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
  align-items: center;
  padding: 10px 12px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 10%, rgba(67, 114, 170, 0.5), transparent 28%),
    linear-gradient(135deg, var(--deep), #1d3975);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.pro-title-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: center;
}

.pro-status-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 9px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  white-space: nowrap;
}

.pro-status-line span {
  position: relative;
  padding: 0 12px;
  color: #dce8f7;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.2;
}

.pro-status-line span:first-child {
  margin-right: 4px;
  padding: 5px 9px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.pro-status-line span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 1px;
  width: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.pro-status-line span:nth-child(2)::before {
  display: none;
}

.pro-title-block h1 {
  max-width: 850px;
  margin: 0 0 4px;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 720;
  line-height: 1.08;
}

.pro-title-block p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.pro-price-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 12px;
  align-items: center;
  padding: 12px;
  background:
    linear-gradient(135deg, #fff, #f7fafd);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(17, 29, 87, 0.16);
}

.price-card-head {
  min-width: 0;
}

.pro-price-card span,
.pro-price-card strong {
  display: block;
}

.pro-price-card span {
  color: var(--brand);
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
}

.pro-price-card strong {
  margin-top: 4px;
  color: var(--deep);
  font-size: 25px;
  font-weight: 820;
  line-height: 1;
}

.price-card-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.price-card-tags small {
  min-height: 26px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  color: var(--deep);
  background: #eef3fa;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 760;
}

.price-card-tags small::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  background: var(--brand);
  border-radius: 50%;
}

.pro-price-card a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--deep));
  padding: 0 12px;
  border-radius: 11px;
  font-weight: 820;
  white-space: nowrap;
  box-shadow: 0 12px 22px rgba(49, 95, 157, 0.22);
}

.detail-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -4px 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.detail-tabs a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--deep);
  background: #f4f7fb;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 760;
}

.detail-tabs a.active,
.detail-tabs a:hover {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.detail-grid-pro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.corporate-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 16px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(17, 29, 87, 0.06);
}

.corporate-assurance article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 2px 14px;
  align-items: start;
  padding: 18px;
  background: #fff;
}

.corporate-assurance span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--deep);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 760;
}

.corporate-assurance strong {
  display: block;
  margin-top: 2px;
  color: var(--deep);
  font-size: 16px;
  font-weight: 720;
}

.corporate-assurance p {
  grid-column: 2;
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.detail-primary {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(250px, 1fr);
  gap: 24px 28px;
  align-items: start;
}

.detail-primary > :not(.media-suite):not(#ilan-detaylari):not(.gallery-lightbox) {
  grid-column: 1 / -1;
}

.media-suite,
.pro-section,
.portfolio-dossier,
.advisor-pro-card,
.aside-panel-pro {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(17, 29, 87, 0.08);
}

.portfolio-dossier {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px 24px;
}

.portfolio-dossier span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.portfolio-dossier strong {
  display: block;
  margin-top: 7px;
  color: var(--deep);
  font-size: 22px;
  font-weight: 720;
}

.portfolio-dossier ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-dossier li {
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 650;
}

.portfolio-dossier li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--brand);
  font-weight: 760;
}

.media-suite {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.media-main-column {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  background: #fff;
}

.thumb-carousel {
  position: relative;
  display: none;
  grid-template-rows: 28px 1fr 28px;
  gap: 8px;
  padding: 13px;
  background:
    radial-gradient(circle at 50% -8%, rgba(124, 171, 235, 0.34), transparent 42%),
    linear-gradient(180deg, #0b143b, #14265c 52%, #0b143b);
  border-right: 1px solid var(--line);
}

.thumb-carousel::before {
  content: "";
  position: absolute;
  inset: 8px 7px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.thumb-carousel::after {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50%;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(156, 197, 255, 0.4), transparent);
}

.thumb-rail {
  display: grid;
  align-content: start;
  gap: 8px;
  z-index: 1;
}

.thumb-nav {
  z-index: 1;
  width: 86px;
  min-height: 28px;
  display: grid;
  place-items: center;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(156, 197, 255, 0.24);
  border-radius: 999px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 22px rgba(0, 0, 0, 0.18);
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.thumb-nav span {
  width: 11px;
  height: 11px;
  display: block;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.thumb-nav-up span {
  transform: translateY(3px) rotate(45deg);
}

.thumb-nav-down span {
  transform: translateY(-3px) rotate(225deg);
}

.thumb-nav:hover:not(:disabled) {
  background: rgba(124, 171, 235, 0.22);
  border-color: rgba(219, 234, 254, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 0 0 3px rgba(67, 114, 170, 0.18), 0 12px 24px rgba(0, 0, 0, 0.22);
}

.thumb-nav:disabled {
  opacity: 0.24;
  cursor: default;
}

.thumb-control-status,
.media-overlay {
  display: none;
}

.thumb-rail button {
  position: relative;
  width: 86px;
  height: 66px;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.thumb-rail button.active {
  transform: translateX(2px);
  border-color: #9cc5ff;
  box-shadow: 0 0 0 3px rgba(67, 114, 170, 0.32), 0 12px 24px rgba(0, 0, 0, 0.24);
}

.thumb-rail button.active::after {
  content: "";
  position: absolute;
  inset: auto 10px 7px;
  height: 3px;
  background: linear-gradient(90deg, #9cc5ff, #fff);
  border-radius: 999px;
}

.thumb-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.media-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  appearance: none;
  background: #f7f8fb;
  border: 0;
  cursor: zoom-in;
}

.media-stage.has-baked-watermark .media-watermark {
  display: none;
}

.media-stage > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  padding: 0;
  filter: none;
}

.media-stage:focus-visible {
  outline: 3px solid rgba(0, 75, 153, 0.35);
  outline-offset: -3px;
}

.media-action-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 36px;
  background: linear-gradient(180deg, #fff, #f4f6f8);
  border-top: 1px solid #e2e7ef;
  border-bottom: 1px solid #d7dde7;
}

.media-action-strip button {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #b8bec8;
  background: transparent;
  border: 0;
  border-right: 1px solid #d7dde7;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.media-brand-badge {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 5px 12px;
  background: #fff;
  border-bottom: 1px solid #e3e7ee;
}

.media-brand-badge img {
  width: 76px;
  height: 48px;
  object-fit: contain;
  background: #f3f4f6;
  border: 1px solid #dfe4ec;
}

.media-action-strip button:last-child {
  border-right: 0;
}

.media-action-strip button.active {
  color: #004b99;
  background: #fff;
}

.media-action-strip button:not(:disabled) {
  cursor: pointer;
}

.tool-lens,
.tool-play,
.tool-tour,
.tool-home {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  flex: 0 0 auto;
  opacity: 0.9;
}

.tool-lens {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.tool-lens::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 999px;
}

.tool-play {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.tool-play::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  border-left: 6px solid currentColor;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.tool-tour::before,
.tool-home::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.tool-home::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 11px;
  height: 11px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.media-preview-strip {
  min-height: 150px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  overflow-x: auto;
  padding: 18px 4px 10px;
  background: #fff;
  border: 1px solid #d9dde5;
  border-top: 0;
  scrollbar-width: thin;
}

.media-preview-strip button {
  flex: 0 0 102px;
  height: 46px;
  padding: 2px;
  background: #fff;
  border: 1px solid #c9ced8;
  border-radius: 0;
  cursor: pointer;
}

.media-preview-strip button.active {
  border-color: #004b99;
  box-shadow: 0 0 0 2px rgba(0, 75, 153, 0.12);
}

.media-preview-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 11px 22px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(17, 29, 87, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(17, 29, 87, 0.18);
  font-size: 18px;
  font-weight: 850;
  pointer-events: none;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

body.gallery-open {
  overflow: hidden;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 10, 30, 0.92);
}

.gallery-lightbox-shell {
  position: relative;
  width: min(1180px, 100%);
  height: min(820px, calc(100vh - 48px));
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
}

.gallery-lightbox figure {
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  margin: 0;
}

.gallery-lightbox figure img {
  max-width: 100%;
  max-height: calc(100vh - 176px);
  object-fit: contain;
  background: #111;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.gallery-lightbox figcaption {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 850;
}

.gallery-close,
.gallery-arrow {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.gallery-close {
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
}

.gallery-arrow {
  top: 46%;
  width: 52px;
  height: 72px;
  border-radius: 14px;
  font-size: 46px;
}

.gallery-arrow-prev {
  left: 0;
}

.gallery-arrow-next {
  right: 0;
}

.gallery-lightbox-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 58px;
}

.gallery-lightbox-thumbs button {
  flex: 0 0 86px;
  height: 58px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
}

.gallery-lightbox-thumbs button.active {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.gallery-lightbox-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.metric-bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(17, 29, 87, 0.06);
}

.metric-bar article {
  padding: 20px;
  background: #fff;
}

.metric-bar span,
.metric-bar strong {
  display: block;
}

.metric-bar span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.metric-bar strong {
  margin-top: 8px;
  color: var(--deep);
  font-size: 19px;
  font-weight: 720;
}

.pro-section {
  padding: 28px;
}

.pro-section-head span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.pro-section-head h2 {
  margin: 8px 0 22px;
  color: var(--deep);
  font-size: 30px;
  font-weight: 720;
}

.pro-section-head {
  position: relative;
  padding-left: 18px;
}

.pro-section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 22px;
  width: 4px;
  background: linear-gradient(180deg, var(--brand), var(--deep));
  border-radius: 999px;
}

.editorial-description p {
  margin: 0 0 16px;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.75;
}

.editorial-description p:last-child {
  margin-bottom: 0;
}

.spec-table-pro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.spec-table-pro div {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 50px;
  border-bottom: 1px solid var(--line);
}

.spec-table-pro div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.spec-table-pro dt,
.spec-table-pro dd {
  margin: 0;
  padding: 14px;
}

.spec-table-pro dt {
  color: var(--muted);
  background: #f4f7fb;
  font-weight: 650;
}

.spec-table-pro dd {
  color: var(--ink);
  font-weight: 650;
}

.detail-primary > #ilan-detaylari {
  grid-column: 2;
  grid-row: 1;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.detail-primary > #ilan-detaylari .pro-section-head {
  display: none;
}

.detail-side-price {
  display: grid;
  gap: 5px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9dde5;
}

.detail-side-price strong {
  color: #0047b8;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.detail-side-price span {
  color: #b00000;
  font-size: 12px;
  font-weight: 850;
}

.detail-side-price small {
  margin-top: 6px;
  color: #0047b8;
  font-size: 12px;
  font-weight: 850;
}

.detail-primary > #ilan-detaylari .spec-table-pro {
  grid-template-columns: 1fr;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

.detail-primary > #ilan-detaylari .spec-table-pro div {
  grid-template-columns: 126px minmax(0, 1fr);
  min-height: 26px;
  border-bottom: 1px dotted #c9ced8;
}

.detail-primary > #ilan-detaylari .spec-table-pro div:nth-last-child(-n + 2) {
  border-bottom: 1px dotted #c9ced8;
}

.detail-primary > #ilan-detaylari .spec-table-pro div:last-child {
  border-bottom: 0;
}

.detail-primary > #ilan-detaylari .spec-table-pro dt,
.detail-primary > #ilan-detaylari .spec-table-pro dd {
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.2;
}

.detail-primary > #ilan-detaylari .spec-table-pro dt {
  color: #070b18;
  background: transparent;
  font-weight: 800;
}

.detail-primary > #ilan-detaylari .spec-table-pro dd {
  color: #070b18;
  font-weight: 500;
}

.detail-primary > #ilan-detaylari .spec-table-pro div:first-child dd {
  color: #d01616;
  font-weight: 700;
}

.feature-columns-pro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-columns-pro article {
  padding: 20px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.feature-columns-pro h3 {
  margin: 0 0 14px;
  color: var(--deep);
  font-weight: 720;
}

.feature-columns-pro ul,
.aside-panel-pro ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-2);
  line-height: 1.9;
}

.feature-matrix {
  display: grid;
  gap: 18px;
}

.feature-matrix article {
  padding: 18px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.feature-matrix h3 {
  margin: 0 0 14px;
  color: var(--deep);
  font-size: 19px;
  font-weight: 720;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feature-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 10px;
  color: #8d98aa;
  background: #fff;
  border: 1px solid #e3e8f0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
}

.feature-tags span.is-active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 8px 18px rgba(67, 114, 170, 0.18);
}

.feature-tags span.is-active::before {
  content: "✓";
  margin-right: 6px;
  font-weight: 760;
}

.location-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 16px;
}

.map-card-pro {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: block;
  background:
    linear-gradient(135deg, rgba(67, 114, 170, 0.16), rgba(17, 29, 87, 0.08)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(67, 114, 170, 0.08) 18px 19px);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.map-card-pro iframe {
  width: 100%;
  height: 100%;
  min-height: 310px;
  display: block;
  border: 0;
}

.map-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(17, 29, 87, 0.12);
}

.map-caption strong,
.map-caption span {
  display: block;
}

.map-caption strong {
  color: var(--deep);
  font-size: 18px;
  font-weight: 720;
}

.map-caption span {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 650;
}

.map-caption a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 820;
}

.location-score-grid {
  display: grid;
  gap: 10px;
}

.location-score-grid article {
  padding: 16px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.location-score-grid span,
.location-score-grid strong {
  display: block;
}

.location-score-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.location-score-grid strong {
  margin-top: 8px;
  color: var(--deep);
  font-size: 22px;
  font-weight: 720;
}

.similar-carousel-shell {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 10px;
  align-items: center;
}

.similar-pro-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 31%);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.similar-pro-grid article {
  overflow: hidden;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 18px;
  scroll-snap-align: start;
}

.carousel-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--deep);
  border: 0;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
}

.similar-pro-grid img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 10px;
  background: #101a47;
}

.similar-pro-grid div {
  padding: 16px;
}

.similar-pro-grid span,
.similar-pro-grid strong,
.similar-pro-grid small {
  display: block;
}

.similar-pro-grid span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.similar-pro-grid strong {
  margin-top: 8px;
  color: var(--deep);
  line-height: 1.25;
  font-weight: 720;
}

.similar-pro-grid small {
  margin-top: 10px;
  color: var(--deep);
  font-size: 17px;
  font-weight: 720;
}

.detail-aside-pro {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 18px;
}

.advisor-pro-card,
.aside-panel-pro {
  padding: 22px;
}

.advisor-pro-card {
  overflow: hidden;
  padding: 0;
  border-top: 0;
}

.advisor-cover {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 104px;
  margin: 0;
  padding: 16px 22px 16px 94px;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, var(--deep), var(--brand));
  border-bottom: 1px solid var(--line);
}

.advisor-cover img {
  width: 184px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.anniversary-badge {
  position: absolute;
  top: 50%;
  left: 22px;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #17204f;
  background: linear-gradient(145deg, #ffe457 0%, #ffd322 52%, #f3b900 100%);
  clip-path: polygon(50% 0%, 59% 16%, 76% 8%, 80% 27%, 99% 31%, 85% 45%, 96% 62%, 77% 65%, 76% 84%, 59% 76%, 50% 100%, 40% 76%, 22% 84%, 23% 65%, 4% 62%, 15% 45%, 1% 31%, 20% 27%, 24% 8%, 41% 16%);
  filter: drop-shadow(0 10px 16px rgba(17, 29, 87, 0.24));
  transform: translateY(-50%) rotate(-8deg);
}

.anniversary-badge::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(17, 29, 87, 0.16);
  clip-path: inherit;
}

.anniversary-badge b,
.anniversary-badge small {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1;
  text-align: center;
}

.anniversary-badge b {
  margin: 1px 0 0;
  font-size: 17px;
  font-weight: 950;
}

.anniversary-badge small {
  margin: 0;
  font-size: 10px;
  font-weight: 950;
}

.advisor-profile {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.advisor-profile img {
  width: 78px;
  height: 96px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(17, 29, 87, 0.12);
}

.advisor-profile img.advisor-profile-photo {
  object-fit: cover;
}

.advisor-profile span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.advisor-profile strong,
.advisor-profile p {
  display: block;
}

.advisor-profile strong {
  margin-top: 7px;
  color: var(--deep);
  font-size: 22px;
  font-weight: 720;
}

.advisor-profile p {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.advisor-office {
  display: grid;
  gap: 8px;
  margin: 16px 20px;
  padding: 12px;
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.advisor-office div {
  display: grid;
  gap: 3px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.advisor-office div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.advisor-office span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.advisor-office strong {
  color: var(--deep);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.35;
}

.advisor-trust {
  display: grid;
  gap: 8px;
  margin: 16px 20px;
}

.advisor-trust span {
  padding: 10px 12px;
  color: var(--deep);
  background: #eef3fa;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.advisor-pro-actions {
  display: grid;
  gap: 10px;
  margin: 0 20px 16px;
}

.advisor-pro-actions a,
.advisor-pro-actions button {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--brand);
  border: 0;
  border-radius: 12px;
  font-weight: 760;
}

.advisor-pro-actions a:nth-of-type(2) {
  color: var(--deep);
  background: #f4f7fb;
  border: 1px solid var(--line);
}

.whatsapp-request-form {
  display: grid;
  gap: 12px;
  margin: 0 20px 18px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 248, 0.98)),
    radial-gradient(circle at 88% 0, rgba(22, 131, 74, 0.12), transparent 38%);
  border: 1px solid rgba(22, 131, 74, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(17, 29, 87, 0.1);
}

.whatsapp-request-form[hidden] {
  display: none;
}

.request-form-head {
  padding: 13px 14px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 0, rgba(255, 255, 255, 0.2), transparent 36%),
    linear-gradient(135deg, #123f2b, #16834a);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.request-form-head span,
.request-form-head strong,
.request-form-head p {
  display: block;
}

.request-form-head span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.request-form-head strong {
  margin-top: 4px;
  font-size: 17px;
  font-weight: 850;
}

.request-form-head p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.whatsapp-request-form label {
  display: grid;
  gap: 6px;
  color: var(--deep);
  font-size: 13px;
  font-weight: 760;
}

.whatsapp-request-form input,
.whatsapp-request-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(17, 29, 87, 0.12);
  border-radius: 12px;
  outline: none;
  box-shadow: 0 9px 20px rgba(17, 29, 87, 0.05);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.whatsapp-request-form input:focus,
.whatsapp-request-form textarea:focus {
  border-color: rgba(22, 131, 74, 0.46);
  box-shadow: 0 0 0 4px rgba(22, 131, 74, 0.11), 0 10px 24px rgba(17, 29, 87, 0.08);
}

.whatsapp-request-form textarea {
  resize: vertical;
}

.whatsapp-request-form button {
  min-height: 50px;
  display: grid;
  place-items: center;
  gap: 2px;
  color: #fff;
  background: linear-gradient(135deg, #128c4a, #0d6f3b);
  border: 0;
  border-radius: 14px;
  font-weight: 820;
  box-shadow: 0 16px 28px rgba(22, 131, 74, 0.24);
}

.whatsapp-request-form button span,
.whatsapp-request-form button small {
  display: block;
}

.whatsapp-request-form button small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 760;
}

.authorization-field button {
  margin-top: 7px;
  padding: 0;
  color: var(--brand);
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 820;
  text-align: left;
}

.advisor-note {
  margin: 14px 20px 20px;
  padding: 12px;
  color: var(--muted);
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.55;
}

.aside-panel-pro h2 {
  margin: 0 0 12px;
  color: var(--deep);
  font-size: 20px;
  font-weight: 720;
}

.aside-panel-pro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.aside-panel-pro dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.aside-panel-pro dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.aside-panel-pro dl div:last-child {
  border-bottom: 0;
}

.aside-panel-pro dt,
.aside-panel-pro dd {
  margin: 0;
  font-weight: 650;
}

.aside-panel-pro dt {
  color: var(--muted);
}

.aside-panel-pro dd {
  color: var(--deep);
  text-align: right;
}

.corporate-process-card ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.corporate-process-card li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.corporate-process-card li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.corporate-process-card span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.corporate-process-card strong {
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

/* Sahibinden-style listing detail layout */
.listing-detail-pro {
  width: min(1230px, calc(100% - 40px));
  margin: 12px auto 46px;
  color: #111827;
}

.listing-detail-pro .pro-breadcrumb,
.listing-detail-pro .corporate-assurance,
.listing-detail-pro .pro-price-card,
.listing-detail-pro .portfolio-dossier,
.listing-detail-pro .metric-bar,
.detail-aside-pro .aside-panel-pro {
  display: none;
}

.pro-hero-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 11px;
  color: #18202d;
  background: #fff;
  border-bottom: 1px solid #d7dce5;
  border-radius: 0;
  box-shadow: none;
}

.pro-title-block {
  min-width: 0;
  position: relative;
  flex: 1 1 auto;
  padding: 7px 14px 7px 16px;
  background: linear-gradient(90deg, rgba(255, 210, 28, 0.16), rgba(255, 255, 255, 0));
  border-left: 4px solid #ffd21c;
}

.pro-title-block h1 {
  max-width: none;
  margin: 0;
  color: #111827;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: none;
}

.pro-title-block p,
.pro-status-line {
  display: none;
}

.detail-top-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 3px;
  color: #004b99;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.detail-top-actions a,
.detail-top-actions button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #004b99;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.detail-top-actions a::before {
  content: "★";
  color: #8aa0bd;
}

.detail-top-actions button::before {
  content: "▤";
  color: #6f8198;
}

.detail-top-actions span {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: #234a8f;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-top-actions span:nth-of-type(2) {
  background: #111;
}

.detail-top-actions span:nth-of-type(3) {
  background: #9aa3ad;
}

.detail-grid-pro {
  grid-template-columns: minmax(0, 898px) 310px;
  gap: 22px;
  margin-top: 18px;
}

.detail-primary {
  grid-template-columns: 568px minmax(300px, 1fr);
  gap: 0 30px;
}

.media-suite,
.advisor-pro-card,
.detail-primary > .pro-section:not(#ilan-detaylari) {
  border: 1px solid #d8dde6;
  border-radius: 0;
  box-shadow: none;
}

.media-suite {
  overflow: visible;
  background: #fff;
}

.media-main-column {
  background: #fff;
}

.media-stage-wrap {
  position: relative;
  background: #f6f7f9;
}

.media-stage {
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 426px;
  background: #f6f7f9;
  border: 0;
}

.media-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 34px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #004b99;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #c5ccd7;
  border-radius: 2px;
  box-shadow: 0 6px 16px rgba(18, 32, 50, 0.18);
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.media-gallery-prev {
  left: 10px;
}

.media-gallery-next {
  right: 10px;
}

.media-gallery-nav:hover,
.media-gallery-nav:focus-visible {
  color: #fff;
  background: #004b99;
  border-color: #004b99;
}

.media-stage > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #f6f7f9;
}

.media-watermark {
  padding: 8px 18px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(17, 29, 87, 0.24);
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  font-size: 16px;
  transform: translate(-50%, -50%);
}

.media-brand-badge {
  min-height: 62px;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 10px;
  background: #fff;
  border: 0;
}

.media-brand-badge img {
  width: 76px;
  height: 48px;
  object-fit: contain;
  background: #f2f2f2;
  border: 1px solid #dde1e8;
  border-radius: 0;
}

.media-action-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 35px;
  border-top: 1px solid #d8dde5;
  border-bottom: 1px solid #d8dde5;
}

.media-action-strip button {
  min-height: 35px;
  color: #b7bdc7;
  font-size: 13px;
  font-weight: 850;
}

.media-action-strip button:nth-child(4) {
  display: none;
}

.media-action-strip button.active {
  color: #004b99;
}

.media-preview-strip {
  min-height: 204px;
  max-height: 204px;
  align-content: flex-start;
  gap: 8px 4px;
  overflow: hidden;
  padding: 20px 4px 8px;
  background: #fff;
  border: 0;
}

.media-preview-strip button {
  flex: 0 0 108px;
  height: 62px;
  border: 1px solid #c9ced8;
  border-radius: 0;
}

.media-preview-strip img {
  object-fit: cover;
}

.media-thumb-pager {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 10px 10px;
  color: #1d2736;
  background: #fff;
  border-top: 0;
  font-size: 12px;
}

.media-thumb-pager button {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #8b95a3;
  background: linear-gradient(180deg, #fff, #eef1f5);
  border: 1px solid #c3cbd6;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.media-thumb-pager button:hover,
.media-thumb-pager button:focus-visible {
  color: #004b99;
  border-color: #8fa6c7;
  box-shadow: 0 0 0 2px rgba(0, 75, 153, 0.1);
}

.media-thumb-pager span {
  min-width: 82px;
  text-align: center;
  color: #111827;
  font-weight: 650;
}

.detail-primary > #ilan-detaylari {
  width: 100%;
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}

.detail-side-price {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8dde5;
}

.detail-side-price strong {
  color: #0047b8;
  font-size: 18px;
  font-weight: 900;
}

.detail-side-price span {
  color: #b00000;
  font-size: 12px;
  font-weight: 900;
}

.detail-side-price small {
  color: #0047b8;
  font-size: 12px;
  line-height: 1.35;
}

.detail-primary > #ilan-detaylari .spec-table-pro div {
  grid-template-columns: 126px minmax(0, 1fr);
  min-height: 26px;
  border-bottom: 1px dotted #c9ced8;
}

.detail-primary > #ilan-detaylari .spec-table-pro dt,
.detail-primary > #ilan-detaylari .spec-table-pro dd {
  padding: 5px 0;
  color: #0b0f17;
  font-size: 13px;
  line-height: 1.25;
}

.detail-primary > #ilan-detaylari .spec-table-pro dt {
  font-weight: 850;
}

.detail-primary > #ilan-detaylari .spec-table-pro dd {
  font-weight: 500;
}

.detail-primary > #ilan-detaylari .spec-table-pro div:first-child dd {
  color: #d01616;
  font-weight: 800;
}

.detail-primary > .pro-section:not(#ilan-detaylari) {
  overflow: hidden;
  padding: 0;
  background: #fff;
}

#danisman-notu {
  margin-top: 35px;
}

#danisman-notu .pro-section-head {
  display: none;
}

.detail-tabs {
  gap: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: 2px solid #ffd21c;
}

.detail-tabs a {
  min-height: 36px;
  margin-right: 9px;
  padding: 0 20px;
  color: #004b99;
  background: #f7f8fa;
  border: 1px solid #ccd2dc;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-weight: 800;
}

.detail-tabs a.active,
.detail-tabs a:hover {
  color: #1d2430;
  background: #ffd21c;
  border-color: #e0b900;
}

.editorial-description {
  padding: 14px 16px 18px;
}

.detail-primary > .pro-section:not(#ilan-detaylari):not(#danisman-notu) {
  margin-top: 18px;
}

.detail-primary > .pro-section:not(#ilan-detaylari):not(#danisman-notu) .pro-section-head {
  padding: 10px 14px;
  background: linear-gradient(180deg, #fbfbfb, #f0f2f5);
  border-bottom: 1px solid #d8dde6;
}

.detail-primary > .pro-section:not(#ilan-detaylari):not(#danisman-notu) .pro-section-head span {
  color: #004b99;
  font-size: 12px;
  font-weight: 850;
}

.detail-primary > .pro-section:not(#ilan-detaylari):not(#danisman-notu) .pro-section-head h2 {
  margin-top: 3px;
  color: #0f172a;
  font-size: 16px;
}

.feature-matrix,
.location-board,
.similar-carousel-shell {
  padding: 14px;
}

.feature-matrix article,
.location-score-grid article,
.map-card-pro,
.similar-pro-grid article {
  border-radius: 0;
  box-shadow: none;
}

.feature-tags span {
  min-height: 27px;
  border-radius: 3px;
  font-size: 12px;
}

.detail-aside-pro {
  position: static;
  top: auto;
}

.advisor-pro-card {
  overflow: visible;
  background: #fff;
}

.advisor-cover {
  min-height: 98px;
  place-items: center start;
  padding: 14px 58px 14px 16px;
  background: #fff;
  border-bottom: 1px solid #d8dde6;
}

.advisor-cover img {
  width: 224px;
  max-width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: left center;
  image-rendering: auto;
  filter: saturate(1.04) contrast(1.03);
}

.anniversary-badge {
  top: -7px;
  right: -9px;
  left: auto;
  width: 52px;
  height: 52px;
  transform: rotate(-9deg);
}

.anniversary-badge b {
  font-size: 15px;
}

.anniversary-badge small {
  font-size: 8px;
}

.advisor-profile {
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 14px;
  align-items: start;
  min-height: 136px;
  padding: 16px 16px 10px;
  border-bottom: 0;
}

.advisor-profile img {
  grid-column: 2;
  grid-row: 1;
  width: 104px;
  height: 124px;
  padding: 3px;
  object-fit: contain;
  object-position: center bottom;
  background: linear-gradient(180deg, #fff, #f4f6f9);
  border: 1px solid #cfd6e0;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
  image-rendering: auto;
}

.advisor-profile div {
  grid-column: 1;
  grid-row: 1;
}

.advisor-profile span {
  color: #004b99;
  font-size: 12px;
  font-weight: 850;
  text-transform: none;
}

.advisor-profile strong {
  margin-top: 11px;
  color: #1d2430;
  font-size: 18px;
  font-weight: 800;
}

.advisor-profile p {
  margin-top: 8px;
  color: #004b99;
  font-size: 13px;
}

.advisor-office,
.advisor-trust,
.advisor-note,
.advisor-pro-actions a:nth-of-type(2) {
  display: none;
}

.advisor-pro-actions {
  gap: 10px;
  margin: 8px 16px 16px;
}

.advisor-pro-actions a:first-child {
  min-height: 42px;
  justify-content: space-between;
  padding: 0 14px;
  color: #0f172a;
  background: #f5f5f5;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 850;
}

.advisor-pro-actions a:first-child::before {
  content: "Cep";
  color: #1d2430;
  font-size: 14px;
  font-weight: 500;
}

.advisor-pro-actions button {
  min-height: 32px;
  color: #004b99;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-request-form {
  margin: 0 16px 16px;
  border-radius: 0;
}

@media (max-width: 1160px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
  }

  .mobile-menu.is-open {
    display: block;
  }

  .hero-inner,
  .corporate-hero,
  .corporate-content-grid,
  .portfolio-zone,
  .advisory-section,
  .store-section,
  .contact-section,
  .property-hero,
  .detail-layout,
  .modal-card {
    grid-template-columns: 1fr;
  }

  .portfolio-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consultant-card {
    grid-column: 1 / -1;
  }

  .listing-results.is-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-sidebar {
    position: static;
  }

  .property-facts,
  .features-grid,
  .analysis-grid,
  .similar-grid {
    grid-template-columns: 1fr;
  }

  .executive-summary,
  .location-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .property-facts div:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .property-facts div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1160px) {
  .pro-hero-card,
  .detail-grid-pro,
  .location-board,
  .portfolio-dossier {
    grid-template-columns: 1fr;
  }

  .corporate-assurance {
    grid-template-columns: 1fr;
  }

  .pro-title-block {
    grid-template-columns: 1fr;
  }

  .pro-status-line {
    width: 100%;
  }

  .detail-aside-pro {
    position: static;
  }

  .detail-primary {
    grid-template-columns: 1fr;
  }

  .detail-primary > #ilan-detaylari {
    grid-column: 1;
    grid-row: auto;
  }

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

  .spec-table-pro,
  .feature-columns-pro {
    grid-template-columns: 1fr;
  }

  .similar-pro-grid {
    grid-template-columns: none;
    grid-auto-columns: minmax(260px, 42%);
  }

  .spec-table-pro div:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .spec-table-pro div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 740px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 12px 0;
  }

  .brand-logo {
    width: 196px;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .hero-inner {
    min-height: auto;
    padding: 64px 0 44px;
    gap: 34px;
  }

  .corporate-hero,
  .corporate-panel {
    padding: 22px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-copy p,
  .advisory-section p,
  .store-section p,
  .contact-section p {
    font-size: 16px;
  }

  .hero-actions,
  .filter-actions,
  .result-tools,
  .store-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .search-studio,
  .advisory-section,
  .store-section,
  .contact-section {
    padding: 18px;
  }

  .studio-head {
    gap: 10px;
  }

  .studio-head strong {
    font-size: 20px;
  }

  .studio-kpis {
    grid-template-columns: 1fr;
  }

  .studio-kpis article {
    justify-content: space-between;
    padding-inline: 10px;
  }

  .filter-form,
  .trust-strip,
  .source-showcase,
  .insight-grid,
  .portfolio-sidebar,
  .process-grid,
  .listing-results.is-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .filter-form label:nth-child(1),
  .filter-form label:nth-child(2),
  .filter-form label:nth-child(3),
  .filter-form label:nth-child(4),
  .filter-form label:nth-child(5) {
    grid-column: auto;
  }

  .trust-strip {
    margin-top: 18px;
  }

  .corporate-side-links {
    position: static;
  }

  .source-showcase a {
    grid-template-columns: 82px 1fr;
  }

  .source-showcase img {
    width: 82px;
    height: 82px;
  }

  .hero-proof-grid,
  .footer-brand,
  .footer nav,
  .similar-carousel-shell {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    align-items: start;
  }

  .result-tools {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .listing-page-link,
  .result-tools select,
  .view-toggle {
    width: 100%;
  }

  .trust-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip article:last-child {
    border-bottom: 0;
  }

  .results-toolbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .listing-item,
  .listing-results.is-list .listing-item {
    align-items: stretch;
    flex-direction: column;
  }

  .listing-item img {
    flex-basis: auto;
    width: 100%;
    height: 220px;
  }

  .listing-item > strong,
  .listing-item > span,
  .price-cell {
    flex-basis: auto;
    min-width: 0;
    justify-items: start;
  }

  .modal-card img {
    min-height: 260px;
  }

  .detail-page {
    width: min(100% - 24px, 1260px);
    margin-top: 18px;
  }

  .property-hero,
  .detail-card {
    padding: 20px;
  }

  .property-title h1 {
    font-size: 34px;
  }

  .property-price strong {
    font-size: 28px;
  }

  .main-photo img {
    height: 320px;
  }

  .thumb-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .property-facts div {
    grid-template-columns: 1fr;
  }

  .executive-summary,
  .location-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 740px) {
  .listing-detail-pro {
    width: min(100% - 24px, 1260px);
    margin-top: 18px;
  }

  .pro-hero-card,
  .pro-section,
  .portfolio-dossier,
  .aside-panel-pro {
    padding: 20px;
  }

  .advisor-pro-card {
    padding: 0;
  }

  .pro-title-block h1 {
    font-size: 26px;
  }

  .pro-status-line {
    white-space: normal;
  }

  .pro-status-line span {
    padding: 2px 8px;
  }

  .pro-price-card strong {
    font-size: 24px;
  }

  .corporate-assurance article {
    padding: 16px;
  }

  .portfolio-dossier strong {
    font-size: 19px;
  }

  .portfolio-dossier ul {
    grid-template-columns: 1fr;
  }

  .media-suite {
    grid-template-columns: 1fr;
  }

  .thumb-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    grid-template-rows: 1fr;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .thumb-rail {
    grid-template-columns: repeat(5, 1fr);
  }

  .thumb-nav {
    width: 42px;
    min-height: 66px;
    border-radius: 14px;
  }

  .thumb-control-status {
    display: none;
  }

  .thumb-nav-up span {
    transform: translateX(3px) rotate(-45deg);
  }

  .thumb-nav-down span {
    transform: translateX(-3px) rotate(135deg);
  }

  .thumb-rail button {
    width: 100%;
    height: 66px;
  }

  .media-stage {
    height: clamp(300px, 62vw, 430px);
    min-height: 300px;
  }

  .media-stage > img {
    height: 100%;
    padding: 0;
  }

  .media-action-strip {
    grid-template-columns: repeat(4, minmax(118px, 1fr));
    overflow-x: auto;
  }

  .media-action-strip button {
    min-height: 42px;
    font-size: 12px;
  }

  .media-preview-strip {
    min-height: 78px;
    padding: 8px;
  }

  .media-preview-strip button {
    flex-basis: 82px;
    height: 58px;
  }

  .gallery-lightbox {
    padding: 12px;
  }

  .gallery-lightbox-shell {
    height: calc(100vh - 24px);
  }

  .gallery-lightbox figure img {
    max-height: calc(100vh - 164px);
  }

  .gallery-arrow {
    width: 42px;
    height: 58px;
    font-size: 38px;
  }

  .gallery-lightbox-thumbs {
    padding: 8px 48px;
  }

  .metric-bar,
  .location-score-grid {
    grid-template-columns: 1fr;
  }

  .spec-table-pro div {
    grid-template-columns: 1fr;
  }

  .advisor-profile {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .advisor-cover {
    min-height: 90px;
    padding: 14px 58px 14px 16px;
  }

  .advisor-cover img {
    width: 196px;
    height: 62px;
  }

  .anniversary-badge {
    right: -7px;
    left: auto;
    width: 48px;
    height: 48px;
  }

  .anniversary-badge b {
    font-size: 15px;
  }

  .anniversary-badge small {
    font-size: 9px;
  }

  .advisor-profile img {
    width: 92px;
    height: 112px;
  }

  .similar-pro-grid {
    grid-auto-columns: 88%;
  }

  .carousel-arrow {
    width: 100%;
    border-radius: 12px;
  }
}

/* Admin panel */
.admin-body {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 278px minmax(0, 1fr);
  color: var(--ink);
  background: #f3f6fb;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 24px;
  padding: 24px;
  background: var(--deep);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-brand {
  display: block;
  padding: 14px;
  background: #fff;
  border-radius: 16px;
}

.admin-brand img {
  width: 100%;
  height: auto;
  display: block;
}

.admin-nav {
  display: grid;
  gap: 6px;
}

.admin-nav a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.78);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 720;
}

.admin-nav a.active,
.admin-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.admin-sidebar-card {
  align-self: end;
  padding: 16px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.admin-sidebar-card span,
.admin-section-head span,
.admin-kpi-grid span {
  display: block;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-sidebar-card span {
  color: #b9cef0;
}

.admin-sidebar-card strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
}

.admin-sidebar-card p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.admin-shell {
  min-width: 0;
  padding: 28px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.admin-topbar span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-topbar h1 {
  margin: 5px 0 0;
  color: var(--deep);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.admin-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-top-actions a,
.admin-top-actions button,
.admin-primary-link,
.primary-button,
.ghost-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 12px;
  font-weight: 760;
  font: inherit;
}

.admin-top-actions a,
.admin-top-actions button,
.admin-primary-link,
.primary-button {
  color: #fff;
  background: var(--brand);
  border: 0;
  cursor: pointer;
}

.admin-top-actions a:last-child,
.admin-top-actions button:last-child,
.ghost-button {
  color: var(--deep);
  background: #fff;
  border: 1px solid var(--line);
}

.admin-sub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.login-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 15% 20%, rgba(67, 114, 170, 0.18), transparent 30%),
    linear-gradient(135deg, #f5f8fc 0%, #ffffff 48%, #edf3fb 100%);
}

.login-shell {
  width: min(1100px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(67, 114, 170, 0.18);
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(17, 29, 87, 0.16);
  backdrop-filter: blur(16px);
}

.login-brand-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 52px;
  color: #fff;
  background: linear-gradient(145deg, var(--deep), var(--brand));
}

.login-logo {
  width: 230px;
  display: inline-flex;
  padding: 10px;
  background: #fff;
  border-radius: 16px;
}

.login-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.login-brand-panel > span,
.login-head span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.login-brand-panel h1 {
  max-width: 580px;
  margin: 0;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 0.98;
}

.login-brand-panel p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.6;
}

.login-security-list {
  display: grid;
  gap: 8px;
  max-width: 360px;
  margin-top: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
}

.login-security-list strong,
.login-security-list span {
  display: block;
}

.login-security-list span {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.login-card {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 42px;
}

.login-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 6px;
  background: #edf3fb;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.login-tabs button {
  min-height: 42px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 12px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.login-tabs button.active {
  color: #fff;
  background: var(--brand);
  box-shadow: 0 10px 28px rgba(67, 114, 170, 0.25);
}

.login-form {
  display: none;
  gap: 16px;
}

.login-form.active {
  display: grid;
}

.login-head h2 {
  margin: 6px 0 0;
  color: var(--deep);
  font-size: 28px;
}

.login-head span {
  color: var(--brand);
}

.login-form label {
  display: grid;
  gap: 8px;
  color: var(--deep);
  font-weight: 800;
}

.login-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--deep);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
}

.login-status {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.login-status[data-tone="error"] {
  color: #b42318;
}

.admin-sub-actions a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--deep);
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 760;
}

.admin-sub-actions a:first-child {
  color: #fff;
  background: var(--deep);
  border-color: var(--deep);
}

.admin-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.admin-kpi-grid article,
.admin-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(17, 29, 87, 0.07);
}

.admin-kpi-grid article {
  padding: 18px;
}

.admin-kpi-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--deep);
  font-size: 32px;
  line-height: 1;
}

.admin-kpi-grid small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 650;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: start;
}

.admin-main-column,
.admin-side-column {
  display: grid;
  gap: 18px;
}

.admin-side-column {
  position: sticky;
  top: 24px;
}

.admin-panel {
  padding: 22px;
}

.general-admin-body #ilanlar,
.general-admin-body #yeni-ilan,
.general-admin-body .preview-panel {
  display: none;
}

.listing-admin-body.add-mode #ilanlar {
  display: none;
}

.admin-section-head {
  margin-bottom: 18px;
}

.admin-section-head h2 {
  margin: 6px 0 0;
  color: var(--deep);
  font-size: 24px;
  line-height: 1.15;
}

.listing-import-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 16px;
  margin-bottom: 18px;
  padding: 18px;
  background: linear-gradient(135deg, #111d57, #315f9d);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(17, 29, 87, 0.16);
}

.import-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  color: #fff;
}

.import-copy span {
  width: fit-content;
  padding: 6px 10px;
  color: #d9e8fb;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.import-copy strong {
  max-width: 360px;
  font-size: 22px;
  line-height: 1.15;
}

.import-copy p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.55;
}

.import-controls {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
}

.import-controls label {
  display: grid;
  gap: 7px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 760;
}

.import-controls input,
.import-controls textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: var(--deep);
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  font-weight: 650;
}

.import-controls textarea {
  min-height: 116px;
  padding: 12px;
  resize: vertical;
}

.import-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.import-status {
  margin: 0;
  padding: 10px 12px;
  color: var(--muted);
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.import-status[data-tone="success"] {
  color: #14532d;
  background: #ecfdf3;
  border-color: #bbf7d0;
}

.import-status[data-tone="error"] {
  color: #9b1c1c;
  background: #fff7f7;
  border-color: #f1caca;
}

.import-status[data-tone="loading"] {
  color: var(--deep);
  background: #eaf1fb;
  border-color: #cbdaf0;
}

.row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.admin-form.one-column {
  grid-template-columns: 1fr;
}

.admin-form fieldset {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.admin-form legend {
  padding: 0 8px;
  color: var(--deep);
  font-size: 15px;
  font-weight: 800;
}

.listing-flow {
  background: linear-gradient(180deg, #f8fafd, #fff);
}

.flow-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.flow-step span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--deep);
  border-radius: 50%;
  font-weight: 800;
}

.flow-step strong {
  display: block;
  color: var(--deep);
  font-size: 16px;
}

.flow-step p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.admin-switch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-switch-row label {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: var(--deep);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
}

.admin-switch-row input {
  width: auto;
  min-height: auto;
  accent-color: var(--brand);
}

.admin-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 760;
}

.admin-form [hidden] {
  display: none !important;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: var(--deep);
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  font-weight: 650;
}

.admin-form textarea {
  min-height: 104px;
  padding: 12px;
  resize: vertical;
}

.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  outline: 3px solid rgba(67, 114, 170, 0.16);
  border-color: var(--brand);
  background: #fff;
}

.full-field {
  grid-column: 1 / -1;
}

.upload-preview {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.upload-preview img {
  width: 116px;
  height: 78px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.upload-preview p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.upload-drop {
  min-height: 132px;
  place-items: center;
  padding: 22px;
  text-align: center;
  background: #f8fafd;
  border: 1px dashed #b7c5d8;
  border-radius: 16px;
  cursor: pointer;
}

.upload-drop input {
  display: none;
}

.upload-drop strong {
  color: var(--deep);
  font-size: 18px;
}

.upload-drop span {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.5;
}

.image-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.image-preview-grid > div {
  grid-column: 1 / -1;
  padding: 18px;
  color: var(--muted);
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: center;
  font-weight: 650;
}

.image-preview-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.image-preview-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.image-preview-grid span {
  display: block;
  padding: 8px;
  color: var(--deep);
  font-size: 12px;
  font-weight: 760;
}

.operation-image-review {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.operation-image-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.operation-image-head span {
  color: var(--deep);
  font-size: 14px;
  font-weight: 850;
}

.operation-image-head strong {
  padding: 6px 10px;
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.operation-image-grid {
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
}

.operation-image-grid article {
  position: relative;
}

.operation-image-grid .operation-cover-image::after {
  content: "Kapak";
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  color: var(--deep);
  background: var(--brand);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.admin-feature-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-feature-board article {
  padding: 14px;
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.admin-feature-board h3 {
  margin: 0 0 10px;
  color: var(--deep);
  font-size: 15px;
}

.admin-feature-board label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 8px 8px 0;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
}

.admin-feature-board input {
  width: auto;
  min-height: auto;
  accent-color: var(--brand);
}

.admin-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.admin-save-status {
  margin: 0;
  padding: 11px 13px;
  color: var(--muted);
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 650;
}

.admin-save-status[data-tone="success"] {
  color: #14532d;
  background: #ecfdf3;
  border-color: #bbf7d0;
}

.admin-save-status[data-tone="error"] {
  color: #9b1c1c;
  background: #fff7f7;
  border-color: #f1caca;
}

.admin-save-status[data-tone="loading"] {
  color: var(--deep);
  background: #eaf1fb;
  border-color: #cbdaf0;
}

/* Step listing wizard */
.listing-wizard-shell {
  max-width: 1220px;
}

.wizard-progress {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-bottom: 18px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 29, 87, 0.07);
}

.wizard-progress button {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #8a95a7;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 12px;
  font-weight: 760;
  cursor: pointer;
}

.wizard-progress button::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -50%;
  width: 100%;
  height: 2px;
  background: #dbe3ef;
  z-index: 0;
}

.wizard-progress button:first-child::before {
  display: none;
}

.wizard-progress span {
  z-index: 1;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #c7d0dc;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
}

.wizard-progress button.active,
.wizard-progress button.complete {
  color: var(--deep);
}

.wizard-progress button.active span,
.wizard-progress button.complete span {
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(67, 114, 170, 0.13);
}

.listing-wizard {
  display: grid;
  gap: 18px;
}

.wizard-step {
  display: none;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(17, 29, 87, 0.07);
}

.wizard-step.active {
  display: block;
}

.wizard-section-head {
  margin-bottom: 18px;
}

.wizard-section-head span,
.category-path {
  color: var(--brand);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.wizard-section-head h2 {
  margin: 6px 0;
  color: var(--deep);
  font-size: 28px;
}

.wizard-section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.category-path {
  margin-bottom: 16px;
  padding: 10px 12px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 12px;
  text-transform: none;
}

.category-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 220px;
  gap: 14px;
}

.category-step-grid.needs-selection {
  padding: 12px;
  background: #fff7f7;
  border: 1px solid #f1caca;
  border-radius: 14px;
}

.category-column {
  min-height: 300px;
  padding: 10px;
  background: #fff;
  border: 1px solid #d7dfeb;
  border-radius: 10px;
}

.category-column button {
  position: relative;
  width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: var(--ink-2);
  background: transparent;
  border: 0;
  border-radius: 8px;
  text-align: left;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.category-column button.active {
  color: var(--deep);
  background: #d9dde3;
}

.category-column button.active::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 12px solid #d9dde3;
}

.category-confirm-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  padding: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(17, 29, 87, 0.08);
}

.confirm-check {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #2dbb84;
  border-radius: 50%;
  font-size: 44px;
  font-weight: 900;
}

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

.wizard-form-grid label,
.wizard-policy {
  display: grid;
  gap: 7px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 760;
}

.wizard-form-grid input,
.wizard-form-grid select,
.wizard-form-grid textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: var(--deep);
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  font-weight: 650;
}

.wizard-form-grid textarea {
  min-height: 160px;
  padding: 12px;
  resize: vertical;
}

.feature-command-center {
  display: grid;
  grid-template-columns: minmax(180px, auto) minmax(260px, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding: 16px;
  background:
    radial-gradient(circle at 12% 0, rgba(67, 114, 170, 0.16), transparent 32%),
    linear-gradient(135deg, #f8fafd, #eef3fa);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.feature-command-center span,
.feature-command-center strong {
  display: block;
}

.feature-command-center span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.feature-command-center strong {
  margin-top: 4px;
  color: var(--deep);
  font-size: 22px;
}

.feature-search-box input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  color: var(--deep);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  font-weight: 650;
}

.feature-workspace {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 14px;
}

.feature-group-nav {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 8px;
  align-self: start;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(17, 29, 87, 0.05);
}

.feature-group-nav button {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  color: var(--ink-2);
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
}

.feature-group-nav button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--deep));
  border-color: transparent;
}

.feature-group-nav strong {
  min-width: 24px;
  min-height: 24px;
  display: grid;
  place-items: center;
  color: var(--deep);
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
}

.selected-feature-strip {
  min-height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  padding: 10px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 650;
}

.selected-feature-strip span,
.selected-feature-strip strong {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  color: var(--deep);
  background: #eaf1fb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
}

.wizard-feature-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-height: 620px;
  overflow: auto;
  padding-right: 4px;
}

.wizard-feature-board details {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(17, 29, 87, 0.05);
}

.wizard-feature-board summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  color: var(--deep);
  background: #f8fafd;
  font-weight: 820;
  cursor: pointer;
}

.wizard-feature-board summary strong {
  font-size: 15px;
}

.wizard-feature-board summary span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  color: #8a95a7;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
}

.wizard-feature-board details.has-selection summary {
  background: linear-gradient(135deg, rgba(67, 114, 170, 0.12), #f8fafd);
}

.wizard-feature-board details.has-selection summary span {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.feature-chip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  padding: 14px;
}

.wizard-feature-board label {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.wizard-feature-board label:has(input:checked) {
  color: var(--deep);
  background: #eaf1fb;
  border-color: rgba(67, 114, 170, 0.34);
  box-shadow: inset 3px 0 0 var(--brand);
}

.wizard-feature-board input {
  accent-color: var(--brand);
}

.wizard-policy.is-required {
  color: #9b1c1c;
  background: #fff7f7;
  border-color: #f1caca;
}

.wizard-upload {
  min-height: 150px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  padding: 22px;
  text-align: center;
  background: #f8fafd;
  border: 1px dashed #b7c5d8;
  border-radius: 16px;
  cursor: pointer;
}

.wizard-upload input {
  display: none;
}

.wizard-upload strong {
  color: var(--deep);
  font-size: 18px;
}

.wizard-upload span {
  color: var(--muted);
}

.wizard-summary-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.wizard-summary-card article {
  padding: 14px;
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.wizard-summary-card span,
.wizard-summary-card strong {
  display: block;
}

.wizard-summary-card span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.wizard-summary-card strong {
  margin-top: 6px;
  color: var(--deep);
}

.wizard-policy {
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding: 14px;
  background: #fff8e7;
  border: 1px solid #f6d58b;
  border-radius: 12px;
}

.wizard-actions {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 -12px 30px rgba(17, 29, 87, 0.08);
  backdrop-filter: blur(14px);
}

.wizard-actions > div {
  display: flex;
  gap: 10px;
}

.primary-button,
.ghost-button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.ghost-button {
  border: 1px solid var(--line);
}

.legacy-hidden-panel[hidden] {
  display: none !important;
}

.advisor-context-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(67, 114, 170, 0.12), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(67, 114, 170, 0.2);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(17, 29, 87, 0.08);
}

.advisor-context-icon,
.advisor-admin-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--deep), var(--brand));
  border-radius: 14px;
  font-weight: 900;
}

.advisor-admin-avatar {
  overflow: hidden;
}

.advisor-admin-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advisor-context-card span,
.advisor-admin-card span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.advisor-context-card strong,
.advisor-admin-card strong {
  display: block;
  margin-top: 4px;
  color: var(--deep);
  font-size: 18px;
}

.advisor-context-card p,
.advisor-admin-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.advisor-context-card a,
.advisor-admin-actions a,
.advisor-admin-actions button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.advisors-grid {
  grid-template-columns: minmax(0, 1fr) 360px;
}

.advisor-list {
  display: grid;
  gap: 12px;
}

.advisor-admin-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(17, 29, 87, 0.06);
}

.advisor-admin-stats {
  min-width: 96px;
  padding: 10px;
  text-align: center;
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.advisor-admin-stats small,
.advisor-admin-stats b {
  display: block;
}

.advisor-admin-stats small {
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
}

.advisor-admin-stats b {
  margin-top: 4px;
  color: var(--deep);
}

.advisor-admin-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.advisor-admin-actions a:nth-child(2) {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.advisor-admin-actions button {
  color: #9b1c1c;
  background: #fff7f7;
  border-color: #f1caca;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 840px;
}

.admin-table th,
.admin-table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.admin-table th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-table td {
  color: var(--ink-2);
  font-weight: 650;
}

.admin-table td strong,
.admin-table td span {
  display: block;
}

.admin-table td strong {
  color: var(--deep);
}

.admin-table td span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.admin-table mark {
  padding: 6px 9px;
  color: var(--deep);
  background: #eaf1fb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.admin-table button,
.admin-table a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-weight: 760;
}

.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-row-actions button:last-child,
.admin-row-actions .danger-link {
  color: #9b1c1c;
  background: #fff7f7;
  border-color: #f1caca;
}

.operation-grid {
  grid-template-columns: minmax(0, 1fr) 360px;
}

.delete-confirm-panel {
  border-top: 4px solid #b42318;
}

.delete-warning {
  margin: 0;
  padding: 16px;
  color: #7a271a;
  background: #fff7f5;
  border: 1px solid #fecdca;
  border-radius: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.delete-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.danger-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #fff;
  background: #b42318;
  border: 0;
  border-radius: 12px;
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.preview-panel {
  border-top: 4px solid var(--brand);
}

.admin-preview-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.admin-preview-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.admin-preview-card div {
  padding: 16px;
}

.admin-preview-card span {
  display: block;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-preview-card em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
  color: #fff;
  background: var(--deep);
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.admin-preview-card strong,
.admin-preview-card b {
  display: block;
  color: var(--deep);
}

.admin-preview-card strong {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.admin-preview-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.admin-preview-card b {
  margin-top: 12px;
  font-size: 22px;
}

.request-list {
  display: grid;
  gap: 10px;
}

.request-list article {
  padding: 14px;
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.request-list span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.request-list strong {
  display: block;
  margin-top: 6px;
  color: var(--deep);
  line-height: 1.25;
}

.request-list p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1180px) {
  .admin-body {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
  }

  .admin-brand {
    width: 210px;
  }

  .admin-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-sidebar-card {
    grid-column: 1 / -1;
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }

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

  .admin-side-column {
    position: static;
  }

  .admin-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 740px) {
  .admin-shell {
    padding: 16px;
  }

  .admin-sidebar {
    padding: 16px;
    grid-template-columns: 1fr;
  }

  .admin-brand {
    width: 190px;
  }

  .admin-nav {
    grid-template-columns: 1fr 1fr;
  }

  .admin-topbar,
  .row-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-kpi-grid,
  .admin-form,
  .admin-form fieldset,
  .login-shell,
  .admin-feature-board,
  .wizard-feature-board,
  .image-preview-grid,
  .wizard-progress,
  .category-step-grid,
  .feature-command-center,
  .feature-workspace,
  .advisor-context-card,
  .advisor-admin-card,
  .advisors-grid,
  .wizard-form-grid,
  .wizard-summary-card {
    grid-template-columns: 1fr;
  }

  .feature-group-nav {
    position: static;
  }

  .wizard-feature-board {
    max-height: none;
  }

  .category-column {
    min-height: auto;
  }

  .admin-panel {
    padding: 18px;
  }

  .login-body {
    padding: 14px;
    place-items: stretch;
  }

  .login-brand-panel,
  .login-card {
    padding: 24px;
  }

  .admin-form-actions,
  .wizard-actions,
  .wizard-actions > div {
    flex-direction: column;
  }

  .wizard-actions {
    align-items: stretch;
  }

  .import-actions {
    flex-direction: column;
  }

  .advisor-context-card a,
  .advisor-admin-actions a,
  .advisor-admin-actions button {
    width: 100%;
  }
}

/* Live-ready polish */
.footer-credit {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 6px;
  padding-top: 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 760;
}

.footer-credit a {
  color: var(--brand);
  font-weight: 900;
}

.seo-settings-fieldset {
  background: linear-gradient(135deg, #f8fafd, #eef4fb);
}

.admin-table-wrap,
.wizard-feature-board,
.feature-group-nav {
  scrollbar-width: thin;
  scrollbar-color: rgba(67, 114, 170, 0.45) transparent;
}

@media (max-width: 900px) {
  .brand-logo {
    width: 216px;
    max-height: 78px;
    padding: 4px 8px;
  }

  .header-inner {
    min-height: 76px;
  }

  .login-logo {
    width: 210px;
  }

  .listing-wizard-shell {
    max-width: none;
  }

  .wizard-progress {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(118px, 1fr);
    overflow-x: auto;
    padding: 12px;
  }

  .wizard-progress button {
    min-width: 118px;
  }

  .wizard-progress button::before {
    display: none;
  }

  .wizard-step {
    padding: 18px;
    border-radius: 14px;
  }

  .feature-command-center {
    grid-template-columns: 1fr;
  }

  .feature-workspace {
    grid-template-columns: 1fr;
  }

  .feature-group-nav {
    position: static;
    display: flex;
    overflow-x: auto;
  }

  .feature-group-nav button {
    min-width: max-content;
  }

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

@media (max-width: 560px) {
  body {
    background: #f4f7fb;
  }

  .admin-shell {
    padding: 12px;
  }

  .admin-sidebar {
    padding: 14px;
    gap: 14px;
  }

  .admin-brand {
    width: 100%;
    max-width: 230px;
    justify-self: center;
  }

  .admin-nav {
    grid-template-columns: 1fr;
  }

  .admin-nav a,
  .admin-top-actions a,
  .admin-top-actions button,
  .admin-primary-link,
  .primary-button,
  .ghost-button {
    width: 100%;
    min-height: 46px;
  }

  .admin-topbar h1 {
    font-size: 26px;
    line-height: 1.08;
  }

  .admin-panel {
    padding: 16px;
    border-radius: 14px;
  }

  .admin-form input,
  .admin-form select,
  .admin-form textarea,
  .wizard-form-grid input,
  .wizard-form-grid select,
  .wizard-form-grid textarea {
    min-height: 48px;
    font-size: 15px;
  }

  .category-step-grid {
    gap: 10px;
  }

  .category-column {
    max-height: 260px;
    overflow: auto;
  }

  .feature-chip-grid {
    grid-template-columns: 1fr;
  }

  .wizard-actions {
    left: 12px;
    right: 12px;
    border-radius: 14px;
  }

  .footer {
    gap: 22px;
    padding: 28px 18px;
  }
}
