:root {
  --navy: #071b2c;
  --navy-2: #0c2b42;
  --gold: #d7a83d;
  --gold-light: #f0cf78;
  --ink: #111921;
  --muted: #6c747c;
  --line: #dfe3e5;
  --paper: #f6f4ef;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; height: 86px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(7,27,44,.12); backdrop-filter: blur(14px); }
.header-inner { width: min(1280px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; }
.brand-emblem { width: 40px; height: 54px; object-fit: contain; }
.brand-wordmark { width: 190px; height: 49px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 32px 0; font-size: 14px; color: #33404b; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-call { padding: 13px 18px; background: var(--navy); color: var(--white); border: 1px solid var(--navy); font-weight: 700; font-size: 13px; transition: .2s; }
.header-call:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 6px; }
.menu-toggle span { height: 2px; width: 100%; background: var(--navy); transition: transform .25s, opacity .25s; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { height: 650px; min-height: 620px; position: relative; overflow: hidden; color: var(--navy); background: var(--white); }
.hero-image { position: absolute; inset: 0 0 0 auto; width: 58%; height: 100%; object-fit: cover; object-position: center 52%; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #fff 0%, #fff 38%, rgba(255,255,255,.96) 47%, rgba(255,255,255,.35) 65%, rgba(255,255,255,0) 78%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(255,255,255,.18), transparent 45%); }
.hero-inner { position: relative; z-index: 2; width: min(1280px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-bottom: 20px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 17px; color: #9a6d10; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
.eyebrow span { width: 32px; height: 2px; background: var(--gold); }
.eyebrow.light { color: #956e0f; }
.hero h1 { max-width: 760px; margin: 0 0 25px; font: 700 clamp(54px, 6.3vw, 91px)/.94 Georgia, serif; letter-spacing: -.045em; }
.hero h1 em { color: #b88718; font-weight: 400; }
.hero p { max-width: 570px; margin: 0 0 34px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 14px; font-weight: 800; transition: .2s ease; }
.button-gold { background: var(--gold); color: var(--navy); }
.button-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.button-ghost { border: 1px solid rgba(7,27,44,.45); color: var(--navy); background: rgba(255,255,255,.7); }
.button-ghost:hover { background: var(--navy); color: var(--white); }
.hero-regions { position: absolute; z-index: 2; right: 34px; bottom: 25px; display: flex; gap: 12px; padding: 12px 16px; color: var(--navy); background: rgba(255,255,255,.88); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }
.hero-regions span { color: var(--gold); }

.stats { width: min(1280px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-top: 0; background: #fff; position: relative; z-index: 3; }
.stats div { min-height: 142px; display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid var(--line); }
.stats div:last-child { border: 0; }
.stats strong { color: var(--navy); font: 700 42px/1 Georgia, serif; }
.stats sup { color: var(--gold); font: 700 22px/1 Arial, sans-serif; }
.stats span { color: var(--muted); font-size: 14px; font-weight: 700; }

.listings-section, .advisors, .offices { width: min(1280px, calc(100% - 48px)); margin: auto; padding: 110px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 45px; }
.section-heading h2, .about-copy h2, .contact h2 { margin: 0; color: var(--navy); font: 700 clamp(40px, 4.5vw, 64px)/1.04 Georgia, serif; letter-spacing: -.035em; }
.section-heading > p { max-width: 450px; color: var(--muted); line-height: 1.7; }
.text-link { padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: var(--navy); font-size: 13px; font-weight: 800; }
.listing-tools { display: grid; grid-template-columns: minmax(310px, 1fr) auto auto; align-items: center; gap: 18px; padding: 25px; background: var(--paper); border: 1px solid #e8e3d9; }
.search-box { height: 54px; display: flex; align-items: center; position: relative; background: var(--white); border: 1px solid #d7d7d7; }
.search-box input { width: 100%; height: 100%; border: 0; outline: none; padding: 0 60px 0 18px; color: var(--ink); background: transparent; }
.search-box input::placeholder { color: #92979b; }
.search-icon { position: absolute; right: 18px; width: 20px; height: 20px; border: 2px solid var(--gold); border-radius: 50%; }
.search-icon::after { content: ""; width: 8px; height: 2px; background: var(--gold); position: absolute; right: -6px; bottom: -3px; transform: rotate(45deg); }
.filters { display: flex; gap: 7px; }
.filters button { height: 44px; padding: 0 17px; border: 1px solid #d5d5d5; background: var(--white); color: #3b4146; font-weight: 700; font-size: 13px; }
.filters button.active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.sort-select select { height: 44px; min-width: 156px; padding: 0 36px 0 14px; border: 1px solid #d5d5d5; color: var(--navy); background: var(--white); font-weight: 700; font-size: 13px; }
.result-count { margin: 28px 0 24px; text-align: center; color: var(--muted); font-size: 13px; }
.listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.listing-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.listing-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(7,27,44,.11); }
.listing-image-wrap { height: 285px; position: relative; overflow: hidden; background: #eee; }
.listing-image { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.listing-card:hover .listing-image { transform: scale(1.04); }
.status { position: absolute; left: 14px; top: 14px; z-index: 2; padding: 8px 11px; background: var(--navy); color: var(--white); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.status.rent { background: #147b4b; }
.external { position: absolute; right: 14px; top: 14px; z-index: 2; width: 34px; height: 34px; display: grid; place-items: center; color: var(--navy); background: rgba(255,255,255,.9); font-weight: 900; }
.listing-body { padding: 20px 20px 17px; }
.price { color: var(--navy); font: 700 24px/1 Georgia, serif; }
.listing-body h3 { min-height: 45px; margin: 10px 0 13px; font-size: 14px; line-height: 1.5; text-transform: uppercase; }
.listing-meta { display: flex; align-items: center; gap: 8px; padding-bottom: 15px; color: var(--muted); font-size: 13px; }
.pin { width: 11px; height: 11px; border: 2px solid var(--gold); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.listing-foot { padding-top: 14px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 10px; color: #7a8187; font-size: 11px; }
.listing-foot span:last-child { color: #9b750f; font-weight: 700; }
.empty-state { margin-top: 20px; padding: 35px; background: var(--paper); text-align: center; color: var(--muted); }
.image-note { margin: 18px 0 0; color: #8c9195; font-size: 11px; text-align: center; }
.all-listings-banner { margin-top: 22px; min-height: 76px; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid #e3cf00; background: #fff600; color: #201f16; transition: transform .2s, box-shadow .2s; }
.all-listings-banner:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(126,118,0,.16); }
.all-listings-banner > span { display: flex; align-items: center; gap: 13px; }
.all-listings-banner b { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: #ffe500; border: 2px solid #222; font: 900 21px/1 Arial, sans-serif; }
.all-listings-banner i { font-style: normal; font-size: 13px; font-weight: 800; }
.all-listings-banner strong { font-size: 13px; }

.services { padding: 110px max(24px, calc((100vw - 1280px) / 2)); background: var(--white); color: var(--navy); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading.inverse h2 { color: var(--navy); }
.section-heading.inverse > p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid article { min-height: 330px; padding: 38px 38px 35px; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.service-grid article:last-child { border: 0; }
.service-number { color: var(--gold); font: 700 13px/1 Arial, sans-serif; letter-spacing: .15em; }
.service-grid h3 { margin: auto 0 15px; font: 700 29px/1.1 Georgia, serif; }
.service-grid p { margin: 0 0 26px; color: var(--muted); line-height: 1.65; font-size: 14px; }
.service-grid a { color: #956e0f; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.advisors { background: var(--white); }
.advisor-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.advisor-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.advisor-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(7,27,44,.1); }
.advisor-image { height: 176px; overflow: hidden; display: grid; place-items: center; padding: 12px 18px; background: #fafafa; border-bottom: 1px solid var(--line); }
.advisor-logo { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; overflow: hidden; }
.advisor-logo img { display: block; object-fit: contain; }
.advisor-mark { width: 72px; height: 98px; }
.advisor-wordmark { width: min(100%, 235px); height: 45px; }
.advisor-body { padding: 22px 20px 24px; }
.advisor-number { color: #99720f; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
.advisor-body h3 { margin: 12px 0 7px; color: var(--navy); font: 700 19px/1.25 Georgia, serif; }
.advisor-body p { margin: 0; color: var(--muted); font-size: 13px; }
.advisor-phone { display: block; margin-top: 16px; color: var(--navy); font-size: 14px; }
.advisor-actions { display: grid; grid-template-columns: 1fr 1.25fr; gap: 8px; margin-top: 18px; }
.advisor-actions a { min-height: 42px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--navy); background: var(--white); font-size: 12px; font-weight: 800; transition: .2s; }
.advisor-actions a:hover { border-color: var(--gold); background: var(--paper); }
.advisor-actions .advisor-whatsapp { border-color: #a8e8c3; color: #087f3e; background: #eafff1; }
.advisor-actions .advisor-whatsapp:hover { border-color: #18ba63; background: #18ba63; color: var(--white); }

.about { min-height: 670px; display: grid; grid-template-columns: 1fr 1fr; }
.about-visual { position: relative; min-height: 620px; }
.about-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-badge { position: absolute; right: -62px; bottom: 58px; width: 150px; height: 150px; border-radius: 50%; display: flex; justify-content: center; align-items: center; gap: 8px; background: var(--gold); color: var(--navy); border: 8px solid var(--white); }
.about-badge strong { font: 700 54px/1 Georgia, serif; }
.about-badge span { font-size: 11px; text-transform: uppercase; line-height: 1.25; font-weight: 800; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px max(48px, calc((100vw - 1280px) / 2)); padding-left: clamp(80px, 8vw, 145px); background: var(--white); }
.about-copy .lead { margin: 30px 0 14px; color: #2f3942; font-size: 18px; line-height: 1.65; }
.about-copy > p:not(.lead) { color: var(--muted); line-height: 1.75; font-size: 14px; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 22px; margin-top: 25px; color: var(--navy); font-size: 13px; font-weight: 800; }
.about-points span::first-letter { color: var(--gold); }

.offices { padding-bottom: 120px; }
.office-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.office-grid article { overflow: hidden; min-height: 450px; border: 1px solid var(--line); background: linear-gradient(135deg, #fff, #f8f6f1); display: flex; flex-direction: column; }
.office-photo { height: 205px; overflow: hidden; padding: 10px; background: #f7f7f7; border-bottom: 1px solid var(--line); }
.office-photo img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s ease; }
.office-grid article:hover .office-photo img { transform: scale(1.025); }
.office-content { flex: 1; display: flex; flex-direction: column; padding: 32px 38px 36px; }
.office-label { color: #99720f; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; }
.office-grid h3 { margin: 24px 0 13px; color: var(--navy); font: 700 32px/1.1 Georgia, serif; }
.office-grid p { color: var(--muted); line-height: 1.7; }
.office-links { margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 15px; color: var(--navy); font-size: 13px; font-weight: 800; }
.office-links a:last-child { color: #99720f; }

.contact { padding: 85px max(24px, calc((100vw - 1280px) / 2)); background: var(--white); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.contact h2 { color: var(--navy); font-size: clamp(42px, 5vw, 70px); }
.contact .eyebrow { color: var(--navy); }
.contact .eyebrow span { background: var(--navy); }
.contact-actions { border-top: 1px solid rgba(7,27,44,.35); }
.contact-actions a { min-height: 93px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid rgba(7,27,44,.35); position: relative; padding-right: 48px; }
.contact-actions span { grid-column: 1; color: rgba(7,27,44,.65); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.contact-actions strong { grid-column: 1; color: var(--navy); font: 700 24px/1.2 Georgia, serif; }
.contact-actions i { grid-column: 2; grid-row: 1/3; color: var(--navy); font-style: normal; font-size: 24px; }

footer { padding: 60px max(24px, calc((100vw - 1280px) / 2)) 24px; background: var(--white); color: var(--navy); border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 55px; }
.footer-top > p { color: var(--muted); font-size: 13px; text-align: center; }
.footer-social { display: flex; gap: 23px; color: #956e0f; font-size: 12px; font-weight: 800; }
.footer-bottom { padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #8c9297; font-size: 11px; }
.social-floats { position: fixed; right: 22px; bottom: 94px; z-index: 45; display: flex; gap: 9px; }
.social-floats a { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.2); transition: transform .2s; }
.social-floats a:hover { transform: translateY(-3px); }
.social-sahibinden { background: #fff200; color: #202020; }
.social-sahibinden span { font: 900 21px/1 Arial, sans-serif; }
.social-instagram { color: #fff; background: radial-gradient(circle at 30% 105%, #ffd36b 0 23%, #ef3156 45%, #a62fc5 70%, #405de6 100%); }
.social-instagram span { font: 700 30px/1 Arial, sans-serif; transform: translateY(-1px); }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 45; height: 58px; padding-left: 20px; display: flex; align-items: center; gap: 14px; background: #18ba63; color: var(--white); border-radius: 30px; box-shadow: 0 10px 28px rgba(0,0,0,.23); font-size: 12px; font-weight: 800; }
.whatsapp-float b { width: 58px; height: 58px; display: grid; place-items: center; border-left: 1px solid rgba(255,255,255,.28); font-size: 20px; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-call { margin-left: auto; }
  .menu-toggle { display: flex; }
  .mobile-menu { display: block; position: fixed; inset: 86px 0 auto; max-height: 0; overflow: hidden; background: var(--white); opacity: 0; transition: max-height .35s ease, opacity .25s ease; }
  .mobile-menu.is-open { max-height: calc(100vh - 86px); opacity: 1; border-top: 1px solid var(--line); box-shadow: 0 20px 40px rgba(7,27,44,.12); }
  .mobile-menu nav { padding: 18px 24px 6px; }
  .mobile-menu nav a { height: 59px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--navy); font: 700 19px/1 Georgia, serif; }
  .mobile-menu nav a span { color: var(--gold); font: 400 24px/1 Arial; }
  .mobile-menu-contact { padding: 20px 24px 25px; background: var(--paper); display: flex; justify-content: space-between; align-items: center; }
  .mobile-menu-contact a { color: var(--navy); font-weight: 800; }
  .mobile-menu-contact span { color: var(--muted); font-size: 11px; }
  .listing-tools { grid-template-columns: 1fr auto; }
  .search-box { grid-column: 1/-1; }
  .stats strong { font-size: 34px; }
  .stats div { gap: 9px; }
  .stats span { font-size: 12px; }
  .listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-copy { padding-left: 90px; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; }
  .header-inner { width: calc(100% - 28px); gap: 10px; }
  .brand { gap: 5px; }
  .brand-emblem { width: 31px; height: 43px; }
  .brand-wordmark { width: 145px; height: 38px; }
  .header-call { display: none; }
  .menu-toggle { margin-left: auto; }
  .mobile-menu { inset: 74px 0 auto; }
  .mobile-menu.is-open { max-height: calc(100vh - 74px); }
  .hero { height: 650px; min-height: 0; }
  .hero-image { inset: 0 0 auto 0; width: 100%; height: 48%; object-position: center 55%; }
  .hero-shade { background: linear-gradient(0deg, #fff 0%, #fff 48%, rgba(255,255,255,.98) 58%, rgba(255,255,255,.22) 78%, rgba(255,255,255,0)); }
  .hero-inner { width: calc(100% - 40px); justify-content: flex-end; padding-bottom: 85px; }
  .eyebrow { font-size: 10px; }
  .hero h1 { font-size: clamp(46px, 14vw, 62px); margin-bottom: 20px; }
  .hero p { font-size: 15px; line-height: 1.55; margin-bottom: 25px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-regions { display: none; }
  .stats { width: 100%; grid-template-columns: 1fr 1fr; border-left: 0; border-right: 0; }
  .stats div { min-height: 107px; flex-direction: column; gap: 5px; }
  .stats div:nth-child(2) { border-right: 0; }
  .stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stats strong { font-size: 37px; }
  .stats span { font-size: 11px; }
  .listings-section, .advisors, .offices { width: calc(100% - 30px); padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2, .about-copy h2 { font-size: 42px; }
  .text-link { display: inline-block; margin-top: 18px; }
  .listing-tools { display: flex; flex-direction: column; align-items: stretch; padding: 15px; gap: 13px; }
  .search-box { height: 58px; }
  .filters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
  .filters button { padding: 0 5px; font-size: 12px; }
  .sort-select { align-self: center; }
  .sort-select select { height: 48px; }
  .result-count { line-height: 1.5; }
  .listing-grid { grid-template-columns: 1fr; gap: 17px; }
  .listing-image-wrap { height: min(74vw, 350px); }
  .listing-body h3 { min-height: auto; }
  .services { padding: 78px 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 275px; padding: 30px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid article:last-child { border-bottom: 0; }
  .advisor-grid { grid-template-columns: 1fr 1fr; gap: 15px; }
  .advisor-image { height: 170px; padding: 12px 16px; }
  .about { grid-template-columns: 1fr; }
  .about-visual { min-height: 430px; }
  .about-badge { width: 125px; height: 125px; right: 20px; bottom: -55px; border-width: 6px; }
  .about-badge strong { font-size: 45px; }
  .about-copy { padding: 105px 20px 75px; }
  .about-points { grid-template-columns: 1fr; }
  .office-grid { grid-template-columns: 1fr; }
  .office-grid article { min-height: 0; }
  .office-photo { height: 190px; padding: 8px; }
  .office-content { padding: 28px 24px 30px; }
  .office-links { flex-direction: column; }
  .contact { grid-template-columns: 1fr; gap: 42px; padding: 75px 20px; }
  .contact h2 { font-size: 44px; }
  .contact-actions strong { font-size: 20px; }
  .footer-top { grid-template-columns: 1fr; justify-items: start; }
  .footer-top > p { text-align: left; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .social-floats { right: 15px; bottom: 83px; gap: 7px; }
  .social-floats a { width: 44px; height: 44px; }
  .whatsapp-float { width: 58px; padding: 0; right: 15px; bottom: 15px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float b { border: 0; }
}

@media (max-width: 640px) {
  .advisor-grid { grid-template-columns: 1fr; }
  .advisor-image { height: 165px; padding: 12px 20px; }
  .all-listings-banner { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
