/* İlk-Nur Gayrimenkul — site styles */
:root {
  /* Renkler logodan: altın #FBBC04, gri #565655 */
  --ink: #2F2F2E;
  --ink-2: #565655;
  --mute: #767674;
  --line: #E4E3DF;
  --paper: #F6F5F2;
  --card: #FFFFFF;
  --gold: #FBBC04;
  --gold-deep: #DDA300;
  --gold-ink: #7A5E00;
  --gold-soft: #FFF3C7;
  --wa: #1DAF54;
  --wa-deep: #158F43;
  --focus: #1E5EFF;
  --radius: 6px;
  --wrap: 1180px;
  --font-latin: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  --font: var(--font-latin);
  --track-tight: -0.02em;
}
html.font-plex-arabic { --font: "IBM Plex Sans Arabic", "IBM Plex Sans", "Segoe UI", Tahoma, sans-serif; --track-tight: 0; }
html.font-vazir { --font: "Vazirmatn", "IBM Plex Sans", "Segoe UI", Tahoma, sans-serif; --track-tight: 0; }

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; font-family: var(--font); font-size: 1.0625rem; line-height: 1.55; color: var(--ink); background: var(--card); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.15em; }
a:hover { color: var(--gold-ink); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
h1, h2, h3 { line-height: 1.15; letter-spacing: var(--track-tight); font-weight: 600; margin: 0 0 0.5em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); }
h2 { font-size: clamp(1.5rem, 2.6vw, 1.9rem); }
h3 { font-size: 1.125rem; }
p { margin: 0 0 1em; }
.lead { font-size: 1.2rem; color: var(--ink-2); max-width: 38em; }
.wrap { width: min(100% - 2rem, var(--wrap)); margin-inline: auto; }
.skip { position: absolute; inset-inline-start: 1rem; top: -4rem; background: var(--gold); color: var(--ink); padding: .5rem 1rem; border-radius: var(--radius); z-index: 100; }
.skip:focus { top: 1rem; }
.ico { flex: none; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .7rem 1.2rem; border-radius: var(--radius); font-weight: 600; text-decoration: none; border: 0; cursor: pointer; font-family: inherit; font-size: 1rem; line-height: 1.2; transition: background-color .15s; }
.btn-primary { background: var(--gold); color: var(--ink); }
.btn-primary:hover { background: var(--gold-deep); color: var(--ink); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; color: #fff; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-deep); color: #fff; }
.btn-lg { padding: .9rem 1.5rem; font-size: 1.05rem; }
.btn-block { display: flex; justify-content: center; width: 100%; }
.link-more { font-weight: 500; }

/* Header: darker top band (phone + CTAs) over the nav row; big round logo spans both and overlaps the hero */
.site-header { background: var(--ink); color: #fff; position: relative; z-index: 5; }
.header-band { background: #1E1E1D; }
.header-top { display: flex; justify-content: flex-end; align-items: center; gap: .75rem; flex-wrap: wrap; min-height: 58px; padding-block: .5rem; }
.header-phone { color: #fff; text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: .45rem; margin-inline-end: .5rem; font-family: var(--font-latin); }
.header-phone .ico { color: var(--gold); }
.header-phone:hover { color: var(--gold); }
.btn-sm { padding: .5rem 1rem; font-size: .95rem; }
.header-row { display: flex; align-items: center; gap: 2rem; min-height: 68px; }
.brand { position: relative; z-index: 6; flex: none; margin-top: -48px; margin-bottom: -40px; text-decoration: none; }
.brand-badge { display: block; width: 156px; height: 156px; border-radius: 50%; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.35); }
.brand-badge svg { width: 100%; height: 100%; display: block; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; flex: 1 1 auto; }
.site-nav .nav-list { flex: 1 1 auto; justify-content: space-between; }
.nav-list, .lang-list { list-style: none; margin: 0; padding: 0; display: flex; gap: .25rem; }
.nav-list a { display: block; padding: .5rem .6rem; color: #fff; text-decoration: none; font-weight: 500; font-size: 1.05rem; border-bottom: 2px solid transparent; }
.nav-list a:hover { color: var(--gold); }
.nav-list a[aria-current="page"] { border-bottom-color: var(--gold); color: var(--gold); }
.lang-list { gap: 0; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); overflow: hidden; flex: none; }
.lang-list a { display: flex; align-items: center; padding: .4rem .5rem; color: #fff; text-decoration: none; }
.lang-list a[aria-current="true"] { background: var(--gold); }
.lang-list a:hover { background: rgba(255,255,255,.12); }
.lang-list a[aria-current="true"]:hover { background: var(--gold-deep); }
.flag { display: block; width: 24px; height: 16px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.25); flex: none; }
.footer-langs a, .icon-links a, .icon-link { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; }
.icon-links { display: flex; flex-wrap: wrap; gap: .35rem 1.25rem; }
.icon-links .ico, .icon-link .ico { width: 20px; height: 20px; }
.header-wa { display: none; padding: .55rem 1rem; }
.header-wa span { font-family: var(--font-latin); direction: ltr; }
.nav-toggle { display: none; background: none; border: 1px solid rgba(255,255,255,.35); color: #fff; padding: .5rem .8rem; border-radius: var(--radius); font: inherit; font-weight: 500; align-items: center; gap: .5rem; cursor: pointer; }
.nav-toggle-bars { width: 18px; height: 2px; background: #fff; box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff; display: inline-block; }
@media (max-width: 900px) {
  .header-band { display: none; }
  .site-header.nav-open .header-band { display: block; }
  .site-header.nav-open .header-top { justify-content: flex-start; }
  .header-row { flex-wrap: wrap; min-height: 76px; gap: 1rem; }
  .brand { margin-top: 8px; margin-bottom: -30px; }
  .brand-badge { width: 96px; height: 96px; box-shadow: 0 3px 10px rgba(0,0,0,.35); }
  .nav-toggle { display: inline-flex; margin-inline-start: auto; }
  .site-nav { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 1rem; padding-block: 1.75rem 1rem; }
  .site-header.nav-open .site-nav { display: flex; }
  .nav-list { flex-direction: column; }
  .nav-list a { padding: .6rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-list a[aria-current="page"] { border-bottom-color: var(--gold); }
  .lang-list { align-self: flex-start; }
  .header-wa { display: inline-flex; align-self: flex-start; }
}

/* Hero: full-bleed photo with dark gradient, search bar overlapping the bottom edge */
.hero { position: relative; color: #fff; background: var(--ink) url(/assets/img/hero.jpg) center / cover no-repeat; padding-block: clamp(6rem, 12vw, 8.5rem) clamp(6.5rem, 11vw, 8.5rem); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,24,23,.88) 0%, rgba(24,24,23,.62) 45%, rgba(24,24,23,.28) 100%); z-index: -1; }
[dir="rtl"] .hero::before { background: linear-gradient(270deg, rgba(24,24,23,.88) 0%, rgba(24,24,23,.62) 45%, rgba(24,24,23,.28) 100%); }
.hero-inner { max-width: 52rem; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5.2vw, 3.8rem); font-weight: 700; text-shadow: 0 2px 14px rgba(0,0,0,.45); margin-bottom: .4em; }
.hero-sub { font-size: 1.2rem; color: rgba(255,255,255,.92); max-width: 36em; margin: 0 0 1.5rem; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem 1rem; align-items: center; }
.hero-link { color: #fff; }
.hero-link:hover { color: var(--gold); }
.search-wrap { position: relative; z-index: 3; margin-top: -3.6rem; }
.search-bar { background: rgba(38,38,37,.97); border-radius: 10px; padding: 1.1rem 1.25rem 1.25rem; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; gap: .9rem; box-shadow: 0 12px 32px rgba(0,0,0,.28); align-items: end; }
.search-bar label { display: flex; flex-direction: column; gap: .35rem; color: #fff; font-size: .9rem; font-weight: 500; }
.search-bar select, .search-bar input { padding: .72rem .8rem; border-radius: 6px; border: 1px solid #4a4a48; background: #fff; color: var(--ink); }
.search-bar .btn { padding: .78rem 1.4rem; white-space: nowrap; }
@media (max-width: 900px) { .search-bar { grid-template-columns: 1fr 1fr; } .search-bar .btn { grid-column: 1 / -1; justify-content: center; } .search-wrap { margin-top: -2.5rem; } }
@media (max-width: 700px) { .hero { background-image: url(/assets/img/hero-m.jpg); padding-top: 5.5rem; } .hero::before, [dir="rtl"] .hero::before { background: rgba(24,24,23,.7); } .search-bar { grid-template-columns: 1fr; } }

/* Home: featured listings + construction panel */
.home-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 2.5rem; align-items: start; }
.card-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-panel { position: relative; overflow: hidden; background: var(--ink); color: #fff; border-radius: 10px; padding: 2rem; margin-top: 3.9rem; }
.project-panel h2 { color: var(--gold); }
.project-panel p { color: rgba(255,255,255,.85); }
.project-art { position: absolute; inset-inline-end: -30px; bottom: -40px; width: 190px; opacity: .12; pointer-events: none; }
.project-art svg { width: 100%; height: auto; display: block; }
.filter-select { display: flex; flex-direction: column; gap: .3rem; font-size: .9rem; font-weight: 500; }
.filter-select select, .filter-select input { min-width: 12rem; padding: .5rem .7rem; }
@media (max-width: 900px) { .home-grid { grid-template-columns: 1fr; } .project-panel { margin-top: 0; } }
@media (max-width: 600px) { .card-grid-2 { grid-template-columns: 1fr; } }

.section { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.section-tight { padding-top: 0; }
.section-paper { background: var(--paper); }
.page-head { padding-top: clamp(4.75rem, 7vw, 5.75rem); padding-bottom: 1.5rem; }
.section-head { max-width: 46em; margin-bottom: 1.75rem; }
.section-head p { color: var(--ink-2); }
.section-foot { margin-top: 2rem; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.two-col-wide { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); }
@media (max-width: 800px) { .two-col, .two-col-wide { grid-template-columns: 1fr; gap: 2rem; } }
.prose { max-width: 40em; }
.prose h2 { margin-top: 1.75em; }
.aside-h { font-size: 1rem; color: var(--mute); font-weight: 600; margin-bottom: .75rem; }
.aside-h + * { margin-bottom: 2rem; }

/* Cards */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.card-media { position: relative; display: block; aspect-ratio: 4 / 3; background: var(--paper); overflow: hidden; }
.card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.badge { position: absolute; top: .75rem; inset-inline-start: .75rem; padding: .25rem .6rem; border-radius: 3px; font-size: .8rem; font-weight: 600; }
.badge-sale { background: var(--gold); color: var(--ink); }
.badge-rent { background: var(--ink); color: #fff; }
.card-body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: .25rem; }
.card-price { font-size: 1.3rem; font-weight: 700; margin: 0; font-variant-numeric: tabular-nums; }
.card-per { font-size: .9rem; font-weight: 500; color: var(--mute); }
.card-title { font-size: 1.05rem; margin: 0; font-weight: 600; }
.card-title a { text-decoration: none; }
.card-title a:hover { text-decoration: underline; color: var(--ink); }
.card-title a::after { content: ""; position: absolute; inset: 0; }
.card { position: relative; }
.card-place { color: var(--mute); margin: 0; font-size: .95rem; }
.card-stats { list-style: none; margin: .6rem 0 0; padding: .6rem 0 0; border-top: 1px solid var(--line); display: flex; gap: 1.25rem; flex-wrap: wrap; font-size: .95rem; font-weight: 600; }
.card-stats span { font-weight: 400; color: var(--mute); }

/* Listings page */
.filter-row { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; align-items: center; margin-bottom: 1.5rem; }
.filters { display: flex; flex-wrap: wrap; gap: .4rem; }
.chip { font: inherit; font-size: .95rem; font-weight: 500; padding: .4rem .9rem; border-radius: 999px; border: 1px solid var(--line); background: var(--card); color: var(--ink); cursor: pointer; }
.chip:hover { border-color: var(--ink); }
.chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.filter-count { margin: 0; color: var(--mute); margin-inline-start: auto; }
.empty { text-align: center; background: var(--paper); border: 1px dashed #CFCCC4; padding: 2.5rem 1.5rem; border-radius: 10px; color: var(--ink-2); max-width: 36rem; margin: .5rem auto 0; }
.empty-ico { color: var(--mute); margin-bottom: .25rem; }
.empty-title { font-size: 1.3rem; color: var(--ink); margin-bottom: .35em; }
.empty p { margin: 0 auto 1.25rem; max-width: 30em; }
.empty-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; }

/* Listing detail */
.listing { padding-block: 1.5rem 3rem; }
.crumb { margin-bottom: .75rem; font-size: .95rem; }
.listing-head { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-end; margin-bottom: 1.5rem; flex-wrap: wrap; }
.listing-head h1 { font-size: clamp(1.5rem, 3vw, 2.25rem); margin-bottom: .25em; }
.listing-place { color: var(--mute); margin: 0; }
.listing-orig { color: var(--mute); font-size: .95rem; margin: .25rem 0 0; }
.listing-price { text-align: end; }
.listing-price .badge { position: static; display: inline-block; margin-bottom: .4rem; }
.price { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; margin: 0; font-variant-numeric: tabular-nums; }
.old-price { margin: .2rem 0 0; color: var(--mute); font-size: .95rem; }
.gallery-main { margin: 0; position: relative; background: var(--paper); border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 10; }
.gallery-main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #1b1d21; }
.gallery-count { position: absolute; bottom: .75rem; inset-inline-end: .75rem; background: rgba(0,0,0,.6); color: #fff; padding: .25rem .6rem; border-radius: 3px; font-size: .85rem; }
.gallery-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); color: var(--ink); font-size: 1.6rem; line-height: 1; cursor: pointer; }
.gallery-prev { inset-inline-start: .75rem; }
.gallery-next { inset-inline-end: .75rem; }
.gallery-thumbs { display: flex; gap: .5rem; overflow-x: auto; padding: .75rem 0 .25rem; scrollbar-width: thin; }
.thumb { flex: none; width: 96px; aspect-ratio: 4 / 3; padding: 0; border: 2px solid transparent; border-radius: 4px; overflow: hidden; background: none; cursor: pointer; opacity: .75; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.is-active, .thumb:hover { opacity: 1; border-color: var(--gold); }
.listing-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 3rem; margin-top: 2rem; align-items: start; }
@media (max-width: 900px) { .listing-grid { grid-template-columns: 1fr; gap: 2rem; } }
.listing-main section { margin-top: 2.5rem; }
.listing-main h2 { font-size: 1.35rem; }
.stat-row { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0; border: 1px solid var(--line); border-radius: var(--radius); }
.stat-row li { display: flex; flex-direction: column; padding: .8rem 1.1rem; border-inline-end: 1px solid var(--line); flex: 1 1 auto; min-width: 7rem; }
.stat-row li:last-child { border-inline-end: 0; }
.stat-v { font-weight: 700; font-size: 1.1rem; }
.stat-k { color: var(--mute); font-size: .85rem; }
.detail-list { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; }
.detail-list div { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--line); }
.detail-list dt { color: var(--mute); }
.detail-list dd { margin: 0; font-weight: 500; text-align: end; }
@media (max-width: 600px) { .detail-list { grid-template-columns: 1fr; } }
.feature-h { font-size: .95rem; color: var(--mute); margin: 1rem 0 .5rem; }
.feature-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.feature-list li { background: var(--paper); padding: .35rem .75rem; border-radius: 999px; font-size: .95rem; }
.note { background: var(--gold-soft); padding: .75rem 1rem; border-radius: var(--radius); font-size: .95rem; }
.description { white-space: normal; }
.description p { margin-bottom: .6em; }
.listing-aside { position: sticky; top: 1rem; }
.ask-card { background: var(--paper); border-radius: var(--radius); padding: 1.5rem; display: flex; flex-direction: column; gap: .75rem; }
.ask-card h2 { font-size: 1.2rem; margin: 0; }
.ask-card p { margin: 0; color: var(--ink-2); }
.ask-meta { margin: .5rem 0 0; font-size: .95rem; }
.ask-meta div { display: flex; justify-content: space-between; gap: 1rem; padding: .4rem 0; border-top: 1px solid var(--line); }
.ask-meta dt { color: var(--mute); }
.ask-meta dd { margin: 0; font-variant-numeric: tabular-nums; }
.ask-source { font-size: .9rem; }

/* Services & trust */
.service-list { margin: 0; display: grid; gap: 1rem; }
.service-list div { padding: 1rem 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 9rem 1fr; gap: 1rem; }
.service-list dt { font-weight: 600; }
.service-list dd { margin: 0; color: var(--ink-2); }
@media (max-width: 500px) { .service-list div { grid-template-columns: 1fr; gap: .25rem; } }
.trust-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.25rem; }
.trust-list li { padding-inline-start: 1.25rem; border-inline-start: 4px solid var(--gold); }
.trust-list strong { display: block; font-size: 1.1rem; margin-bottom: .2rem; }
.trust-list p { margin: 0; color: var(--ink-2); }

/* Contact strip */
.strip { background: var(--ink); color: #fff; }
.strip-row { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.strip h2 { margin-bottom: .3em; }
.strip p { margin: 0; color: rgba(255,255,255,.8); max-width: 40em; }

/* About */
.fact-list { margin: 0; }
.fact-list div { padding: .6rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; }
.fact-list dt { color: var(--mute); }
.fact-list dd { margin: 0; font-weight: 500; }
.portal-list { list-style: none; margin: 0; padding: 0; display: flex; gap: 1rem; flex-wrap: wrap; }
.portal-list a { font-weight: 600; }

/* Contact */
.contact-list { margin: 0; }
.contact-list div { display: grid; grid-template-columns: 10rem 1fr; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.contact-list dt { color: var(--mute); }
.contact-list dd { margin: 0; }
@media (max-width: 500px) { .contact-list div, .fact-list div { grid-template-columns: 1fr; gap: .15rem; } }
.contact-actions { margin-top: 1.5rem; display: flex; gap: .75rem; flex-wrap: wrap; }
.map-box iframe { width: 100%; height: 420px; border-radius: var(--radius); }

/* Forms */
.tabs { max-width: 820px; }
.tab-list { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.5rem; border-bottom: 2px solid var(--line); }
.tab-list [role="tab"] { font: inherit; font-weight: 600; background: none; border: 0; border-bottom: 3px solid transparent; margin-bottom: -2px; padding: .75rem 1rem; cursor: pointer; color: var(--ink-2); }
.tab-list [role="tab"][aria-selected="true"] { color: var(--ink); border-bottom-color: var(--gold); }
.form-intro { color: var(--ink-2); }
.radio-row { border: 0; padding: 0; margin: 0 0 1.25rem; display: flex; gap: 1.5rem; flex-wrap: wrap; }
.radio-row legend { font-weight: 600; margin-bottom: .5rem; }
.radio-row label { display: inline-flex; align-items: center; gap: .4rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.5rem; }
.form-grid label { display: flex; flex-direction: column; gap: .3rem; font-weight: 500; font-size: .95rem; }
.form-grid .span-2 { grid-column: 1 / -1; }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }
input[type="text"], input[type="tel"], input[type="email"], select, textarea { font: inherit; padding: .65rem .8rem; border: 1px solid #C9C7C0; border-radius: var(--radius); background: #fff; color: var(--ink); width: 100%; }
input:focus, select:focus, textarea:focus { border-color: var(--ink); }
.form-hint { color: var(--mute); font-size: .9rem; margin-top: 1.25rem; }

/* Footer */
.site-footer { background: var(--ink); color: rgba(255,255,255,.85); margin-top: 0; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr; gap: 3rem; padding-block: 3rem 2rem; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; gap: 2rem; } }
.footer-logo { display: inline-block; width: 170px; padding: 12px 14px; background: #fff; border-radius: 8px; margin-bottom: 1rem; }
.footer-logo svg { display: block; width: 100%; height: auto; }
.footer-about p { max-width: 32em; }
.footer-license { font-size: .9rem; color: rgba(255,255,255,.6); }
.footer-h { font-size: .9rem; color: var(--gold); margin: 0 0 .75rem; }
.footer-links { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: .35rem; }
.footer-links a { text-decoration: none; }
.footer-langs, .footer-social { display: flex; flex-wrap: wrap; gap: .35rem 1.25rem; }
.footer-social a { display: inline-flex; align-items: center; gap: .45rem; transition: color .15s; }
.footer-social .ico { width: 20px; height: 20px; color: inherit; }
.footer-address { font-style: normal; }
.footer-address p { margin: 0 0 .35rem; }
.footer-address a { text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-block: 1.25rem; font-size: .9rem; color: rgba(255,255,255,.6); }
.footer-bottom p { margin: 0; }

/* Listing contact: assigned agent */
.agent-box { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.agent-photo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 3px solid var(--gold); }
.agent-name { margin: 0; font-weight: 600; }
.agent-title { margin: 0; color: var(--mute); font-size: .9rem; }
