:root {
  --ink: #101513;
  --ink-soft: #333b37;
  --cream: #f4f1ea;
  --paper: #fff;
  --gold: #d3a640;
  --gold-bright: #e6bb55;
  --line: rgba(16, 21, 19, .14);
  --muted: #6f7672;
  --shell: min(1320px, calc(100vw - 64px));
  --radius: 10px;
  --radius-card: 10px;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --inner-page-title-gap: 50px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font: 16px/1.6 var(--body); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; background: var(--gold); }

.ga-header { position: relative; z-index: 40; background: #fff; overflow: visible; }
.ga-header__brand-layer { position: absolute; inset: 0 auto auto 0; z-index: 5; width: 100%; pointer-events: none; }
.ga-header__brand-bar { min-height: 88px; display: flex; align-items: center; justify-content: space-between; }
.ga-brand { pointer-events: auto; position: relative; top: 52px; z-index: 6; display: inline-flex; }
.ga-brand__logo { display: block; width: min(190px, 42vw); height: auto; }
.ga-header__top { min-height: 88px; display: flex; justify-content: flex-end; align-items: center; }
.ga-top-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
.ga-contact-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--ink); }
.ga-contact-link__icon { color: #e4b125; font-size: 12px; }
.ga-cta-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 18px; background: #e4b125; color: #111; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border-radius: var(--radius); }
.ga-cta-btn:hover { background: #f0c44a; }
.ga-nav-wrap { position: relative; background: #e4b125; min-height: 72px; display: flex; align-items: center; overflow: visible; }
.ga-nav-wrap::before { content: ""; position: absolute; left: 0; top: 0; width: 31%; height: 100%; background: #fff; clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%); }
.ga-nav-inner { position: relative; z-index: 3; min-height: 72px; display: flex; align-items: center; justify-content: flex-end; gap: 28px; overflow: visible; }
.ga-nav-menu { overflow: visible; }
.ga-main-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(16px, 1.8vw, 28px); }
.ga-main-menu > li { position: relative; }
.ga-main-menu > li > a { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #1a1a1a; white-space: nowrap; }
.ga-main-menu > .menu-item-has-children > a::after { content: ""; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; opacity: .8; margin-top: 2px; }
.ga-main-menu .sub-menu { list-style: none; margin: 0; padding: 8px 0; position: absolute; left: 0; top: calc(100% + 10px); min-width: 230px; display: flex; flex-direction: column; background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.12); border-radius: 8px; z-index: 1200; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; pointer-events: none; }
.ga-main-menu > li > .sub-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.ga-main-menu li:hover > .sub-menu,
.ga-main-menu li:focus-within > .sub-menu,
.ga-main-menu li.is-open > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.ga-main-menu .sub-menu a { display: block; padding: 10px 18px; color: #222; font-size: 13px; font-weight: 600; }
.ga-main-menu .sub-menu a:hover { background: rgba(228,177,37,.14); color: #111; }
.ga-nav-tools { display: flex; align-items: center; gap: 16px; }
.locale-switch { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: #1a1a1a; }
.locale-switch .is-active { color: #fff; }
.ga-search-form { display: flex; align-items: center; gap: 0; background: rgba(255,255,255,.35); border-radius: 20px; padding: 2px 4px 2px 12px; }
.ga-search-form input { width: 110px; border: 0; background: transparent; font-size: 13px; outline: none; }
.ga-search-form button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: transparent; display: grid; place-items: center; cursor: pointer; color: #1a1a1a; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; pointer-events: auto; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: #111; border-radius: 2px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); }
.brand__footer-logo { width: min(180px, 70%); height: auto; }
.brand__mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: -.05em; }
.brand__text { display: grid; line-height: 1.05; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
.brand__text strong { font-size: 15px; letter-spacing: .02em; }

.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 14px 24px; border: 1px solid transparent; border-radius: var(--radius); font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: 11px; }
.button--gold { color: var(--ink); background: var(--gold-bright); }
.button--gold:hover { background: #f0ca71; }
.button--dark { color: #fff; background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link--light { color: #fff; }

.hero { position: relative; min-height: 790px; height: 100svh; max-height: 980px; display: flex; align-items: center; color: #fff; overflow: hidden; background: #1c2420; }
.hero--carousel { display: block; }
.hero__slide { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s; }
.hero__slide.is-active { opacity: 1; visibility: visible; }
.hero__media, .contact-cta__media { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=90") center 56%/cover no-repeat; transform: scale(1.01); }
.hero__slide .hero__media { position: absolute; }
.hero__controls { position: absolute; z-index: 3; bottom: 120px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 16px; }
.hero__controls button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: rgba(16,21,19,.35); cursor: pointer; }
.hero__dots { display: flex; gap: 8px; }
.hero__dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; }
.hero__dots button.is-active { background: var(--gold-bright); transform: scale(1.15); }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,11,9,.84) 0%, rgba(6,11,9,.48) 53%, rgba(6,11,9,.18) 100%), linear-gradient(0deg, rgba(7,12,10,.72) 0%, transparent 45%); }
.hero__inner { position: relative; z-index: 2; padding-top: 36px; }
.hero--carousel .hero__footer { z-index: 4; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; color: #6a716d; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 1px; background: var(--gold); }
.eyebrow--light { color: rgba(255,255,255,.7); }
.hero h1, .section-heading h2, .about h2, .testimonials h2, .contact-cta h2 { margin: 0; font: 700 clamp(45px, 6.1vw, 88px)/1.02 var(--display); letter-spacing: -.055em; }
h1 em, h2 em { color: var(--gold-bright); font-family: var(--display); font-style: normal; font-weight: 500; }
.hero__inner > p { max-width: 610px; margin: 28px 0 34px; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 34px; }
.hero__footer { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, minmax(140px, 210px)) 1fr; align-items: center; gap: 18px; padding: 27px 0 31px; border-top: 1px solid rgba(255,255,255,.22); }
.hero__footer div:not(.locale-switch) { display: grid; }
.hero__footer strong { font: 700 21px var(--display); }
.hero__footer span { color: rgba(255,255,255,.58); font-size: 12px; }
.hero__scroll { justify-self: end; display: flex; align-items: center; gap: 18px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero__scroll i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-style: normal; }

.section { padding: clamp(90px, 10vw, 150px) 0; }
.section--cream { background: var(--cream); }
.section--dark { color: #fff; background: var(--ink); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); align-items: end; gap: 70px; margin-bottom: 58px; }
.section-heading h2, .about h2, .testimonials h2 { font-size: clamp(38px, 4.7vw, 67px); color: var(--ink); }
.section-heading__side { max-width: 410px; justify-self: end; }
.section-heading__side p { margin: 0 0 26px; color: var(--muted); font-size: 17px; }
.section-heading--light h2 { color: #fff; }
.section-heading--light .section-heading__side p { color: rgba(255,255,255,.56); }
.filter-row { display: flex; gap: 8px; margin: -10px 0 32px; overflow-x: auto; }
.filter-chip { padding: 9px 18px; border: 1px solid rgba(16,21,19,.16); border-radius: var(--radius); background: transparent; font-size: 12px; cursor: pointer; white-space: nowrap; }
.filter-chip.is-active, .filter-chip:hover { color: #fff; background: var(--ink); border-color: var(--ink); }

.property-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.property-card { background: var(--paper); border-radius: var(--radius-card); overflow: hidden; }
.property-card__media { position: relative; height: 390px; display: block; overflow: hidden; background: #dcdedb; }
.property-card--wide { grid-column: 1 / -1; }
.property-card--wide .property-card__media { height: 540px; }
.property-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.property-card:hover img { transform: scale(1.035); }
.property-card__badge { position: absolute; top: 20px; left: 20px; padding: 7px 11px; color: #fff; background: rgba(16,21,19,.82); backdrop-filter: blur(8px); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border-radius: var(--radius); }
.property-card__arrow { position: absolute; right: 20px; bottom: 20px; width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); background: #fff; border-radius: 50%; font-size: 18px; transition: .2s; }
.property-card:hover .property-card__arrow { color: #fff; background: var(--gold); transform: rotate(45deg); }
.property-card__body { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 14px 30px; padding: 25px 26px 22px; }
.property-card__location { color: var(--muted); font-size: 12px; }
.property-card h3 { margin: 4px 0 0; font: 700 20px/1.3 var(--display); letter-spacing: -.025em; }
.property-card__price { padding-top: 20px; font: 700 17px var(--display); }
.property-card__meta { grid-column: 1 / -1; display: flex; gap: 22px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.service-list { border-top: 1px solid rgba(255,255,255,.16); }
.service-item { display: grid; grid-template-columns: 70px 1fr 54px; align-items: center; gap: 30px; padding: 31px 4px; border-bottom: 1px solid rgba(255,255,255,.16); transition: .25s; }
.service-item:hover { padding-inline: 18px; background: rgba(255,255,255,.035); }
.service-item__number { color: var(--gold-bright); font: 600 12px var(--display); }
.service-item h3 { margin: 0 0 5px; font: 650 clamp(21px, 2.2vw, 30px) var(--display); letter-spacing: -.03em; }
.service-item p { max-width: 660px; margin: 0; color: rgba(255,255,255,.52); font-size: 14px; }
.service-item__icon { width: 50px; height: 50px; display: grid; place-items: center; justify-self: end; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }

.about__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); align-items: center; gap: clamp(60px, 8vw, 120px); }
.about__media { position: relative; min-height: 680px; }
.about__media img { width: 100%; height: 680px; object-fit: cover; }
.about__seal { position: absolute; right: -48px; bottom: 55px; width: 150px; height: 150px; display: grid; place-content: center; text-align: center; color: var(--ink); background: var(--gold-bright); border-radius: 50%; }
.about__seal strong { font: 800 32px var(--display); }
.about__seal span { font-size: 10px; line-height: 1.3; letter-spacing: .08em; text-transform: uppercase; }
.about__lead { margin: 30px 0 14px; font: 600 21px/1.55 var(--display); color: var(--ink-soft); }
.about__content > p:not(.about__lead) { color: var(--muted); }
.about__content .button { margin-top: 24px; }
.about__numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; padding-top: 30px; border-top: 1px solid var(--line); }
.about__numbers div { display: grid; }
.about__numbers strong { font: 750 24px var(--display); }
.about__numbers span { color: var(--muted); font-size: 11px; }

.testimonials__grid { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(480px, 1.15fr); gap: 9vw; align-items: center; }
.slider-controls { display: flex; gap: 8px; margin-top: 40px; }
.slider-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.slider-controls button:hover { color: #fff; background: var(--ink); }
.quote-card { position: relative; margin: 0; padding: clamp(36px, 5vw, 70px); background: #fff; box-shadow: 0 24px 70px rgba(20,25,23,.08); border-radius: var(--radius-card); }
.quote-card__mark { display: block; height: 55px; color: var(--gold); font: 800 82px/.8 Georgia, serif; }
.quote-card > p { margin: 18px 0 36px; font: 500 clamp(20px, 2.1vw, 29px)/1.55 var(--display); letter-spacing: -.025em; }
.quote-card footer { display: flex; align-items: center; gap: 13px; }
.quote-card__avatar { width: 45px; height: 45px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-size: 11px; font-weight: 700; }
.quote-card footer div { display: grid; }
.quote-card footer strong { font-size: 13px; }
.quote-card footer div span { color: var(--muted); font-size: 11px; }

.journal__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.article-card { border-radius: var(--radius-card); overflow: hidden; }
.article-card__media { position: relative; height: 280px; display: block; overflow: hidden; background: #eee; border-radius: var(--radius-card) var(--radius-card) 0 0; }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.article-card:hover img { transform: scale(1.04); }
.article-card__media span { position: absolute; bottom: 0; left: 0; padding: 8px 12px; background: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-card__meta { margin-top: 21px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.article-card h3 { margin: 10px 0 20px; font: 700 21px/1.4 var(--display); letter-spacing: -.025em; }

.contact-cta { position: relative; min-height: 620px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.contact-cta__media { background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=90"); }
.contact-cta__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,13,11,.9), rgba(8,13,11,.3)); }
.contact-cta__inner { position: relative; z-index: 1; }
.contact-cta h2 { max-width: 850px; font-size: clamp(40px, 5.6vw, 78px); }
.contact-cta p { max-width: 520px; margin: 25px 0 32px; color: rgba(255,255,255,.65); font-size: 18px; }

.ga-footer { margin-top: 0; color: #1f2937; background: #f3f3f3; }
.ga-footer-top { padding: 54px 0 38px; }
.ga-footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; align-items: start; }
.ga-footer-logo-link { display: inline-block; margin-bottom: 10px; }
.ga-footer-logo { width: 140px; height: auto; display: block; }
.ga-footer-title { margin: 0 0 10px; font-size: 16px; color: #242424; font-weight: 700; font-family: var(--body); }
.ga-footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.ga-footer-list li,
.ga-footer-list a { color: #1f1f1f; font-size: 14px; line-height: 1.3; }
.ga-footer-list--links a { color: #1f1f1f; text-decoration: underline; text-underline-offset: 2px; }
.ga-footer-list--links a:hover { color: #111; text-decoration-thickness: 1.5px; }
.ga-footer-list__name { font-size: 14px; color: #1f1f1f; list-style: none; }
.ga-footer-list__name--spaced { margin-top: 10px; padding-top: 2px; }
.ga-footer-list--contact a.ga-footer-list__link--email { text-decoration: none; color: #1f1f1f; }
.ga-footer-list--contact a.ga-footer-list__link--email:hover { text-decoration: underline; text-underline-offset: 2px; }
.ga-footer-list--contact a.ga-footer-list__link--phone { text-decoration: underline; text-underline-offset: 1px; color: #1f1f1f; }
.ga-footer-socials { display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin-top: 12px; column-gap: 0; }
.ga-footer-socials__link { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; margin: 0; padding: 0; color: #111; text-decoration: none; font-size: 14px; line-height: 1; border-radius: 50%; transition: background-color .2s ease, color .2s ease; }
.ga-footer-socials__link:hover { color: #b29160; background: rgba(17, 17, 17, .06); }
.ga-footer-socials__link .fa { line-height: 1; }
.ga-footer-socials__icon { display: block; flex-shrink: 0; }
.ga-footer-socials__icon--tt { width: 14px; height: 14px; }
.ga-footer-bottom { background: #20272a; color: #fff; font-size: 12px; padding: 0; }
.ga-footer-policy-row { min-height: 34px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.ga-footer-policy-row a { color: #fff; text-decoration: none; font-size: 12px; font-weight: 600; }
.ga-footer-policy-row a:hover { color: #e4b125; }
.ga-footer-meta-row { min-height: 38px; background: #f3f3f3; color: #2f2f2f; }
.ga-footer-meta-row .ga-inner { min-height: 38px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; column-gap: 50px; row-gap: 4px; padding: 8px 0; font-size: 12px; font-weight: 600; }
.ga-footer-meta-row__lic { flex: 0 1 auto; min-width: 0; text-align: left; white-space: normal; }
.ga-footer-meta-row__cr { flex: 0 1 auto; text-align: left; margin-left: 0; }
.content-page__inner { max-width: 820px; padding-top: 40px; padding-bottom: 100px; }
.content-page h1 { margin: 0 0 18px; font: 700 clamp(36px, 5vw, 56px) "Manrope", sans-serif; letter-spacing: -.04em; }
.content-page__lead { margin: 0 0 28px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.content-page__body { color: var(--ink); font-size: 17px; line-height: 1.75; }
.content-page__body h2, .content-page__body h3 { margin: 2em 0 .75em; font-family: "Manrope", sans-serif; }
.content-page__body p { margin: 0 0 1.2em; }


.page-blocks--faq { background: #efefef; }
.ga-list-banner { background: #fff; text-align: center; padding: calc(28px + var(--inner-page-title-gap)) 16px 16px; overflow: hidden; }
.ga-list-banner__ghost,
.ga-hk-hero__ghost {
  font-family: var(--display); font-weight: 600; font-size: clamp(42px, 10vw, 92px);
  color: transparent; -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(34, 37, 38, 0.24); display: block; line-height: 1;
  letter-spacing: .05em; margin: 0; user-select: none; pointer-events: none; position: relative; z-index: 0;
}
.ga-list-banner__h1 { margin: clamp(-42px, -5.5vw, -56px) 0 0; line-height: 1; position: relative; z-index: 1; }
.ga-list-banner__gold {
  display: inline-block; font-family: var(--display); font-weight: 700;
  font-size: clamp(26px, 4.2vw, 48px); color: #e4b125; letter-spacing: .04em; line-height: 1.1;
}
.ga-eb-hero { padding: calc(56px + var(--inner-page-title-gap)) 0 42px; background: #fff; }
.ga-eb-hero__inner { text-align: center; }
.ga-eb-hero__title { margin: 0; font-family: var(--display); font-weight: 700; line-height: 1.05; display: grid; gap: 4px; justify-items: center; }
.ga-eb-hero__title-main { color: #e4b125; font-size: clamp(32px, 4vw, 60px); }
.ga-eb-hero__title-sub { color: #222526; font-size: clamp(32px, 4vw, 60px); }
.ga-faq-page { background: #efefef; }
.ga-faq-page__hero { background: #efefef; padding: calc(56px + var(--inner-page-title-gap)) 0 28px; }
.ga-faq-page__hero-inner { text-align: center; position: relative; }
.ga-faq-page__ghost {
  position: absolute; left: 50%; top: -10px; transform: translateX(-50%);
  font-size: clamp(56px, 8vw, 90px); font-weight: 700; line-height: 1;
  color: rgba(34, 37, 38, 0.06); pointer-events: none; font-family: var(--display);
}
.ga-faq-page__title {
  margin: 0; font-size: clamp(34px, 5vw, 56px); line-height: 1.05; font-weight: 700;
  color: #d9a61f; position: relative; z-index: 1; font-family: var(--display);
}
.ga-faq-page__questions { background: #efefef; padding: 12px 0 48px; }
.ga-faq-page__grid {
  max-width: 880px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 12px; align-items: start;
}
.ga-faq-page .ga-hk-faq-item { background: transparent; border-radius: 0; overflow: visible; }
.ga-faq-page .ga-hk-faq-item__trigger {
  min-height: 56px; border-radius: var(--radius-card); background: #d3d3d3; padding: 10px 14px;
}
.ga-faq-page .ga-hk-faq-item:hover .ga-hk-faq-item__trigger,
.ga-faq-page .ga-hk-faq-item.is-open .ga-hk-faq-item__trigger { background: #c8c8c8; }
.ga-faq-page .ga-hk-faq-item__text { font-size: 12px; line-height: 1.2; }
.ga-faq-page .ga-hk-faq-item__panel {
  margin-top: 6px; border-top: 0; border-radius: var(--radius-card); background: #e8e8e8; overflow: hidden;
}
.ga-faq-page .ga-hk-faq-item__answer { font-size: 13px; line-height: 1.45; padding: 12px 14px 14px; }

.ga-hk-hero {
  position: relative; min-height: 480px; display: flex; align-items: center;
  overflow: hidden; padding: calc(80px + var(--inner-page-title-gap)) 0 70px;
}
.ga-hk-hero__bg {
  position: absolute; inset: -40% 0 0 0; background-size: cover; background-position: center center;
  filter: blur(4px); transform: scale(1.08); z-index: 0;
}
.ga-hk-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(178deg, rgba(255,255,255,0) 52%, #fff 88%); z-index: 1;
}
.ga-hk-hero > .shell { position: relative; z-index: 2; width: 100%; }
.ga-hk-hero__content { text-align: center; position: relative; }
.ga-hk-hero__title {
  font-family: var(--display); font-weight: 700; font-size: clamp(36px, 5vw, 60px);
  color: #e4b125; letter-spacing: 1px; margin: clamp(-42px, -5.5vw, -56px) 0 30px;
  position: relative; z-index: 1;
}
.ga-hk-hero__desc {
  font-weight: 500; font-size: 20px; color: #222526; max-width: 686px; margin: 0 auto; line-height: 1.55;
}
.ga-hk-hero.ga-nc-hero {
  background: #fff; height: 250px; min-height: 250px; padding: 0; display: flex; align-items: center;
}
.ga-hk-hero.ga-nc-hero > .shell { display: flex; align-items: center; justify-content: center; height: 100%; }
.ga-sirket-hero__company { margin: 0 0 14px; font-weight: 700; color: #e4b125; font-size: 16px; }

.ga-il-hero {
  position: relative; min-height: 52vh; min-height: 52dvh; display: flex; align-items: flex-end;
  justify-content: center; overflow: hidden; padding: var(--inner-page-title-gap) 0 40px; border-top: 5px solid #e4b125; box-sizing: border-box;
}
.ga-il-hero__bg {
  position: absolute; inset: 0; background-size: cover; background-position: center center;
  background-repeat: no-repeat; z-index: 0; background-color: #d8d4cc;
}
.ga-il-hero__overlay {
  position: absolute; left: 0; right: 0; top: -6%; bottom: 0;
  background: linear-gradient(to top, #fff 0%, rgba(255,255,255,.97) 0%, rgba(255,255,255,.82) 12%, rgba(255,255,255,.35) 30%, rgba(255,255,255,0) 84%);
  z-index: 1; pointer-events: none;
}
.ga-il-hero > .shell { position: relative; z-index: 2; width: 100%; }
.ga-il-hero__content { text-align: center; position: relative; padding: 0 12px; }
.ga-il-hero__heading {
  font-family: var(--display); font-weight: 700; font-size: clamp(26px, 4.2vw, 46px);
  letter-spacing: .08em; color: #e4b125; text-transform: uppercase; margin: 0; line-height: 1.12;
}

.ga-hk-agent { padding: 70px 0 60px; position: relative; z-index: 1; overflow: visible; background: #fff; }
.ga-hk-agent__row { display: flex; align-items: flex-start; gap: 60px; }
.ga-hk-agent__info { flex: 0 0 520px; max-width: 520px; }
.ga-hk-agent__photo-wrap {
  flex: 1 1 auto; position: relative; display: flex; justify-content: flex-end;
  background: transparent;
}
.ga-hk-agent__brand-mark { height: 37px; width: auto; margin-bottom: 18px; display: block; }
.ga-hk-agent__name {
  font-family: var(--display); font-weight: 700; font-size: clamp(38px, 4.5vw, 56px);
  color: #222526; margin: 0 0 6px; line-height: 1.1;
}
.ga-hk-agent__name--yellow { color: #e4b125; }
.ga-hk-agent__title {
  font-family: var(--display); font-weight: 700; font-size: 22px; color: #e3b026;
  margin: 0 0 28px; line-height: 1.2;
}
.ga-hk-agent__bio {
  font-weight: 400; font-size: 19px; color: #222526; line-height: 1.6;
  max-width: 510px; margin: 0 0 24px;
}
.ga-hk-agent__separator {
  width: 94px; height: 3px; background: #222526; margin-bottom: 20px; border-radius: 2px;
}
.ga-hk-agent__cert-title {
  font-family: var(--display); font-weight: 700; font-size: 22px; color: #222526; margin: 0 0 20px;
}
.ga-hk-agent__certs {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px 10px;
}
.ga-hk-cert { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.ga-hk-cert__icon { width: 56px; height: 56px; object-fit: contain; }
.ga-hk-cert__label { font-size: 12px; color: #222526; line-height: 1.35; }
.ga-hk-agent__photo {
  width: 440px; max-width: 100%; height: 680px;
  object-fit: contain; object-position: top center;
  display: block; border-radius: 0; background: transparent;
}

.hk-contact__cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-bottom:32px; }
.hk-contact__card { display:grid; gap:6px; padding:20px; background:var(--paper); border:1px solid var(--line); border-radius: var(--radius-card); transition:.2s; }
.hk-contact__card:hover { border-color:var(--gold); transform:translateY(-2px); }
.hk-contact__card span { color:var(--muted); font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.hk-contact__card strong { font:700 16px var(--display); }

.archive-section { padding-top: 0; }
.archive-empty { margin: 0; padding: 48px 0; color: var(--muted); text-align: center; font-size: 18px; }
.archive-search-summary { margin: 0 0 28px; font-size: 16px; color: var(--ink-soft); }
.archive-search-summary strong { color: var(--ink); }

.contact-form-wrap { margin-top: 36px; padding-top: 36px; border-top: 1px solid var(--line); }
.contact-form__title { margin: 0 0 24px; font: 700 clamp(28px, 4vw, 42px)/1.1 var(--display); letter-spacing: -.03em; }
.contact-form__title em { color: var(--gold); font-style: normal; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.contact-form__field { display: block; }
.contact-form__field--textarea { position: relative; }
.contact-form__input, .contact-form__textarea { width: 100%; padding: 16px 18px; border: 1px solid var(--line); background: #fff; font: 15px/1.5 "DM Sans", sans-serif; }
.contact-form__textarea { min-height: 180px; resize: vertical; padding-bottom: 64px; }
.contact-form__button { position: absolute; right: 12px; bottom: 12px; border-radius: var(--radius); }
.contact-notice { margin-bottom: 20px; padding: 14px 18px; border: 1px solid var(--line); }
.contact-notice--success { background: #eef8f0; border-color: #b8dfc2; }
.contact-notice--error { background: #fff3f3; border-color: #efb8b8; }

.satmak-form__grid { display: grid; grid-template-columns: minmax(240px, 420px) 1fr; gap: 40px; align-items: center; }
.satmak-form__media img { width: 100%; display: block; border-radius: 4px; }
.satmak-form__title { margin: 0 0 14px; font: 700 clamp(28px, 4vw, 42px)/1.12 var(--display); letter-spacing: -.03em; }
.satmak-form__title em { color: var(--gold); font-style: normal; }
.satmak-form__desc { margin: 0 0 24px; color: var(--muted); line-height: 1.7; max-width: 560px; }

.ga-il-team { padding: 56px 0 48px; background: #fff; }
.ga-il-team__grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 40px; align-items: start;
}
.ga-il-card { text-align: center; border-radius: var(--radius-card); }
.ga-il-card__photo-wrap {
  margin: 0 auto 20px; max-width: 280px; overflow: hidden;
  aspect-ratio: 3 / 4; background: transparent; border-radius: var(--radius-card);
}
.ga-il-card__photo {
  display: block; width: 100%; height: 100%;
  object-fit: contain; object-position: bottom center; background: transparent;
}
.ga-il-card__photo--placeholder {
  min-height: 100%; display: grid; place-items: center;
  font: 700 48px var(--display); color: #e4b125;
  background: transparent;
}
.ga-il-card__name {
  font-family: var(--display); font-weight: 700; font-size: 28px;
  color: #222526; margin: 0 0 8px; line-height: 1.2;
}
.ga-il-card__name--yellow { color: #e4b125; }
.ga-il-card__role { font-size: 16px; color: #555; margin: 0 0 16px; }
.ga-il-card__contacts { display: flex; flex-direction: column; gap: 8px; align-items: center; }
.ga-il-card__link {
  font-size: 15px; font-weight: 600; color: #222526; text-decoration: none; transition: color .2s;
}
.ga-il-card__link:hover { color: #e4b125; }

.ga-breadcrumb-wrap { border-bottom: 1px solid #e8eaed; padding: 24px 0; background: #fff; }
.ga-breadcrumb { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0 6px; font-size: 13px; line-height: 1.35; color: var(--muted); }
.ga-breadcrumb__item { margin: 0; padding: 0; display: inline-flex; align-items: center; }
.ga-breadcrumb__item:not(:last-child)::after { content: "/"; margin-left: 6px; color: #c4c9d1; font-weight: 400; pointer-events: none; }
.ga-breadcrumb__link { color: #3d4956; text-decoration: none; font-weight: 600; }
.ga-breadcrumb__link:hover, .ga-breadcrumb__link:focus-visible { color: #1a1f24; text-decoration: underline; }
.ga-breadcrumb__current { color: #e4b125; font-weight: 700; max-width: min(100%, 60vw); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ga-il-birlikte { padding: 64px 0 80px; background: #fff; -webkit-font-smoothing: antialiased; }
.ga-il-birlikte__row { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: clamp(28px, 4vw, 48px); }
.ga-il-birlikte__map-col, .ga-il-birlikte__form-col { display: flex; flex-direction: column; min-width: 0; min-height: 0; }
.ga-il-birlikte__title { font-family: var(--display); font-weight: 700; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.12; letter-spacing: -.02em; margin: 0 0 clamp(22px, 3vw, 32px); display: flex; flex-direction: column; gap: 4px; }
.ga-il-birlikte__title-line { display: block; }
.ga-il-birlikte__title--yellow { color: #e5ae24; }
.ga-il-birlikte__title--dark { color: #222; }
.ga-il-birlikte__map { position: relative; flex: 1; width: 100%; min-height: 280px; border-radius: 28px; overflow: hidden; background: #e4e4e4; box-shadow: 0 8px 32px rgba(0,0,0,.07); }
.ga-il-birlikte__map-frame { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; }

.ga-il-birlikte .contact-form {
  --contact-form-bg: #e8e8e8; --contact-form-bg-hover: #e0e0e0; --contact-form-gold: #e5ae24; --contact-form-gold-hover: #d4a220;
  display: flex; flex-direction: column; gap: 16px; width: 100%; flex: 1; min-height: 0;
}
.ga-il-birlikte .contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; margin-bottom: 0; }
.ga-il-birlikte .contact-form__field { margin: 0; min-width: 0; display: block; }
.ga-il-birlikte .contact-form__input {
  box-sizing: border-box; width: 100%; border: none; border-radius: 999px; padding: 16px 22px;
  font-family: var(--body); font-size: 15px; color: #222; background: var(--contact-form-bg); transition: box-shadow .22s ease, background-color .2s ease;
}
.ga-il-birlikte .contact-form__input:hover { background: var(--contact-form-bg-hover); }
.ga-il-birlikte .contact-form__input::placeholder { color: #666; }
.ga-il-birlikte .contact-form__input:focus { outline: none; box-shadow: 0 0 0 2px rgba(229,174,36,.45); }
.ga-il-birlikte .contact-form__message-wrap {
  --contact-msg-pad-r: clamp(140px, 38%, 200px); --contact-msg-pad-b: clamp(64px, 16%, 88px);
  flex: 1; display: flex; flex-direction: column; min-height: 0; width: 100%;
}
.ga-il-birlikte .contact-form__field--textarea {
  position: relative; flex: 1; display: flex; flex-direction: column; min-height: 0; margin: 0;
  background: var(--contact-form-bg); border-radius: 28px; overflow: visible; transition: box-shadow .22s ease, background-color .2s ease;
}
.ga-il-birlikte .contact-form__field--textarea:hover { background: var(--contact-form-bg-hover); }
.ga-il-birlikte .contact-form__field--textarea:focus-within { outline: none; box-shadow: 0 0 0 2px rgba(229,174,36,.45); }
.ga-il-birlikte .contact-form__textarea {
  box-sizing: border-box; width: 100%; min-height: 232px; flex: 1; border: none; border-radius: 28px;
  padding: 20px 22px; padding-right: var(--contact-msg-pad-r); padding-bottom: var(--contact-msg-pad-b);
  font-family: var(--body); font-size: 15px; line-height: 1.55; color: #222; background: transparent; resize: vertical; display: block;
}
.ga-il-birlikte .contact-form__textarea:focus { outline: none; }
.ga-il-birlikte .contact-form__textarea::placeholder { color: #7a7a7a; white-space: pre-line; line-height: 1.55; }
.ga-il-birlikte .contact-form__button {
  position: absolute; right: -10px; bottom: -10px; margin: 0; padding: 14px 28px; border: 20px solid #fff;
  border-radius: var(--radius); box-sizing: border-box; background: var(--contact-form-gold); color: #fff;
  font-family: var(--body); font-weight: 700; font-size: 14px; letter-spacing: .08em; cursor: pointer; z-index: 2;
  transition: background .2s ease, box-shadow .2s ease;
}
.ga-il-birlikte .contact-form__button:hover { background: var(--contact-form-gold-hover); box-shadow: 0 6px 18px rgba(0,0,0,.16); }
.ga-il-birlikte .contact-notice { margin-bottom: 12px; }

.ga-il-social { width: 100%; max-width: 100%; background: transparent; padding: 0; overflow: hidden; }
.ga-il-social__bar { width: 100%; padding: 0 0 8px; margin: 0; }
.ga-il-social__banner { position: relative; width: 100%; margin: 0; text-align: center; line-height: 0; }
.ga-il-social__img { display: block; width: 100%; max-width: 100%; height: auto; }
.ga-il-social__icons-col {
  position: absolute; z-index: 2; right: clamp(8px, 3vw, 40px); top: 50%; transform: translateY(-50%);
  display: flex; align-items: center; justify-content: flex-end; width: max-content; max-width: min(100%, 48vw); pointer-events: none;
}
.ga-il-social__icons-col a, .ga-il-social__icons-col .ga-il-social__icons { pointer-events: auto; }
.ga-il-social__icons {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 2px 6px;
  margin: 100px 250px 0 0; padding: 0;
}
.ga-il-social__iconlink {
  display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  color: #000; text-decoration: none; font-size: 1.1rem; line-height: 1; transition: opacity .2s ease;
}
.ga-il-social__iconlink:hover { opacity: .75; }
.ga-il-social__svg { display: block; flex-shrink: 0; }
.ga-il-social__svg--tt { width: 20px; height: 20px; }

.ga-hk-cta { padding: 60px 0 80px; }
.ga-hk-cta__panel {
  box-sizing: border-box; width: 100%; background: #e4b125; border-radius: 10px;
  display: flex; flex-direction: row; align-items: stretch; justify-content: space-between;
  padding: 40px 50px 40px 58px; gap: 24px; position: relative; overflow: visible;
}
.ga-hk-cta__left { flex: 1 1 auto; position: relative; z-index: 1; min-width: 0; padding-bottom: 100px; }
.ga-hk-cta__graphic {
  position: absolute; left: 0; bottom: 0; width: 405px; max-width: 100%;
  z-index: 1; pointer-events: none; line-height: 0;
}
.ga-hk-cta__dekor { display: block; width: 100%; height: auto; position: relative; z-index: 1; }
.ga-hk-cta__graphic .ga-hk-cta__phone { position: absolute; right: 0; bottom: 0; z-index: 2; line-height: 0; }
.ga-hk-cta__graphic .ga-hk-cta__phone-img {
  display: block; width: auto; max-width: 100%; height: auto; object-fit: contain; margin-bottom: -50px;
}
.ga-hk-cta__left-text { position: relative; z-index: 2; max-width: 420px; }
.ga-hk-cta__heading-white {
  font-family: var(--display); font-weight: 700; font-size: clamp(28px, 3.2vw, 36px);
  color: #fff; line-height: 1.15;
}
.ga-hk-cta__heading-dark {
  font-family: var(--display); font-weight: 700; font-size: clamp(28px, 3.2vw, 36px);
  color: #1a1a1a; line-height: 1.15;
}
.ga-hk-cta__sub {
  font-size: 18px; font-weight: 400; color: #1a1a1a; margin: 14px 0 0; line-height: 1.5;
}
.ga-hk-cta__right {
  flex: 0 1 422px; max-width: 422px; width: 100%;
  display: flex; align-items: center; justify-content: flex-end;
}
.ga-hk-cta__form {
  display: flex; flex-direction: column; align-items: stretch; gap: 13px;
  width: 100%; max-width: 422px;
}
.ga-hk-cta__input {
  box-sizing: border-box; width: 100%; height: 55px; min-height: 55px; margin: 0;
  padding: 5px 23px; background: #fff; border: none; border-radius: 6px;
  font-weight: 700; font-size: 14px; color: #222526; outline: none;
}
.ga-hk-cta__input::placeholder { color: #bbb; }
.ga-hk-cta__input:focus { box-shadow: 0 0 0 2px rgba(34,37,38,.3); }
.ga-hk-cta__submit {
  align-self: flex-end; box-sizing: border-box; width: 195px; min-width: 195px;
  height: 55px; min-height: 55px; margin: 0; padding: 5px; background: #fff; border: none;
  border-radius: var(--radius); font-family: var(--display); font-weight: 700; font-size: 14px;
  letter-spacing: .02em; color: #1a1a1a; cursor: pointer; transition: background .2s;
}
.ga-hk-cta__submit:hover { background: #f0f0f0; }
.ga-hk-cta .contact-notice { margin-bottom: 10px; }

.property-card[hidden] { display: none !important; }

/* ── İlan / Portföy detay (WP gaid düzeni) ── */
.gaid { padding-top: 110px; padding-bottom: 0; }
.gaid-wrap { padding-bottom: 60px; }
.gaid-crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 18px 0 28px; color: var(--muted); font-size: 13px; }
.gaid-crumbs a { color: inherit; font-weight: 600; }

.gaid-hero {
  position: relative; width: 100%; height: 409px; border-radius: 18px; overflow: hidden;
  background: #1a1a1a; margin-top: 8px;
}
.gaid-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.gaid-hero__img--ph { background: #c8c8c8; }
.gaid-hero__grad {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.3) 45%, transparent 75%);
}
.gaid-hero__text { position: absolute; left: 39px; bottom: 54px; right: 30%; z-index: 2; }
.gaid-hero__title { margin: 0 0 10px; font: 700 clamp(22px, 2.6vw, 35px)/1.2 var(--display); color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.gaid-hero__loc { margin: 0; font-size: 15px; font-weight: 300; color: #fff; opacity: .9; }
.gaid-hero__price {
  position: absolute; right: 24px; bottom: 24px; z-index: 2; display: flex; flex-wrap: wrap; align-items: center;
  min-height: 48px; max-width: min(420px, 90%); padding: 10px 18px; background: var(--gold); border-radius: 10px 0 10px 0;
  color: #fff; box-shadow: 0 3px 14px rgba(0,0,0,.18);
}
.gaid-hero__price-amount { font: 800 18px/1.2 var(--display); }
.gaid-hero__price-sqm { font-size: 13px; font-weight: 600; opacity: .95; }

.gaid-hero--firsat-split {
  position: relative; width: 100%; min-height: 400px; margin-top: 8px; border-radius: 24px;
  background: #fff; overflow: visible; z-index: 0;
}
.gaid-fh__shell {
  --ga-fh-pad: 5px; --ga-fh-gap: 16px; --ga-fh-pad-r: 11px;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 320px); column-gap: var(--ga-fh-gap);
  align-items: stretch; min-height: 400px; padding: var(--ga-fh-pad) var(--ga-fh-pad-r) var(--ga-fh-pad) var(--ga-fh-pad);
  box-sizing: border-box; background: #fff; border-radius: 24px; overflow: visible;
}
.gaid-fh__main {
  position: relative; z-index: 1; min-height: 380px; background: #2a2a2a; border-radius: 20px; overflow: hidden;
}
.gaid-fh__main-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.gaid-fh__main-img--ph { background: linear-gradient(135deg, #3a3a3a, #1a1a1a); }
.gaid-fh__main-grad {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to bottom, rgba(0,0,0,.4) 0%, rgba(0,0,0,.1) 35%, transparent 50%, rgba(0,0,0,.35) 72%, rgba(0,0,0,.78) 100%);
}
.gaid-fh__title {
  position: absolute; left: clamp(14px, 2.6vw, 28px); right: 14%; top: clamp(16px, 2.8vw, 32px); z-index: 2;
  display: flex; flex-direction: column; gap: .02em; margin: 0; max-width: min(92%, 38rem);
  font: 800 clamp(1rem, 1.2vw + .65rem, 1.7rem)/1.14 var(--display); color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,.55); letter-spacing: -.02em;
}
.gaid-fh__title-line { display: block; }
.gaid-fh__oldprice {
  position: absolute; right: clamp(8px, 1.4vw, 20px); bottom: clamp(14px, 2.5vw, 26px); z-index: 3;
  margin: 0; font-size: clamp(.82rem, .95vw, 1rem); font-weight: 600; color: #fff; text-align: right; max-width: 46%;
}
.gaid-fh__oldprice-inner { position: relative; display: inline-block; padding: 0 2px; }
.gaid-fh__oldprice-inner::after {
  content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: #fff; transform: translateY(-50%);
}
.gaid-fh__side { display: flex; flex-direction: column; gap: var(--ga-fh-gap); min-width: 0; overflow: visible; }
.gaid-fh__side-tiles { position: relative; display: flex; flex: 1 1 auto; flex-direction: column; gap: var(--ga-fh-gap); min-height: 160px; }
.gaid-fh__tile {
  position: relative; flex: 1 1 50%; min-height: 120px; border-radius: 16px; overflow: hidden; background: #2a2a2a;
  display: flex; align-items: center; justify-content: center;
}
.gaid-fh__tile-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gaid-fh__tile-img--ph { background: #3a3a3a; }
.gaid-fh__tile-veil { position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,.36); pointer-events: none; }
.gaid-fh__cap {
  position: relative; z-index: 2; margin: 0; padding: 8px 10px; max-width: 92%;
  font-size: clamp(11px, .85vw, 14px); font-weight: 700; line-height: 1.35; text-align: center; color: #fff;
  text-shadow: 0 1px 6px rgba(0,0,0,.8);
}
.gaid-fh__cap--loc { display: flex; flex-direction: column; gap: .12em; }
.gaid-fh__cap-line { display: block; }
.gaid-fh__icon {
  position: absolute; right: max(-3px, -.2vw); top: 50%; transform: translateY(-50%); z-index: 6;
  line-height: 0; pointer-events: none; filter: drop-shadow(0 2px 10px rgba(0,0,0,.35));
}
.gaid-fh__icon img { display: block; width: clamp(56px, 5vw, 76px); height: clamp(56px, 5vw, 76px); object-fit: contain; }
.gaid-fh__bar {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  min-height: 54px; width: 100%; padding: 14px; background: #eeb128; border-radius: 16px 0 16px 0;
  box-shadow: 0 3px 14px rgba(0,0,0,.12); box-sizing: border-box;
}
.gaid-fh__bar-price { font: 800 clamp(1.05rem, 1.35vw + .35rem, 1.5rem)/1.15 var(--display); color: #fff; text-align: center; }
.gaid-fh__bar-discount { font-size: 11px; font-weight: 800; color: #1a1a1a; text-align: center; opacity: .9; }
.gaid-hero--firsat-split .gaid-fh__bar-discount { display: none; }

.gaid-body { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 32px; align-items: start; margin-bottom: 48px; }
.gaid-gallery__main { position: relative; aspect-ratio: 16/10; overflow: hidden; border-radius: 14px; background: #dcdedb; }
.gaid-gallery__main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gaid-gallery__arr {
  position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: 0; border-radius: 999px;
  background: rgba(255,255,255,.92); color: #111; font-size: 22px; cursor: pointer; box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.gaid-gallery__arr--prev { left: 12px; }
.gaid-gallery__arr--next { right: 12px; }
.gaid-gallery__thumbrow { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 10px; margin-top: 12px; }
.gaid-gallery__thumb { padding: 0; border: 2px solid transparent; border-radius: 10px; overflow: hidden; background: #e8e8e6; cursor: pointer; }
.gaid-gallery__thumb.is-active { border-color: var(--gold); }
.gaid-gallery__thumb img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.gaid-agent {
  position: sticky; top: 110px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card);
  box-shadow: 0 10px 30px rgba(16,21,19,.06);
}
.gaid-agent__header { display: flex; gap: 14px; align-items: center; }
.gaid-agent__avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; background: #e8e8e6; }
.gaid-agent__name, .gaid-agent__title, .gaid-agent__phone { display: block; }
.gaid-agent__name { font: 700 16px var(--display); }
.gaid-agent__title { margin-top: 2px; color: var(--muted); font-size: 13px; }
.gaid-agent__phone { margin-top: 6px; color: var(--ink); font-weight: 700; font-size: 14px; }
.gaid-agent__line { height: 1px; margin: 16px 0; background: var(--line); }
.gaid-agent__cta { margin: 0 0 14px; font-weight: 600; }
.gaid-agent__form { display: grid; gap: 10px; }
.gaid-agent__form input, .gaid-agent__form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); background: #fff; font: 14px "DM Sans", sans-serif;
}

.gaid-content { display: grid; gap: 42px; }
.gaid-sec__title { margin: 0 0 18px; font: 700 26px var(--display); }
.gaid-sec__title--gold { color: var(--gold); }
.gaid-detay__table {
  display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 8px 18px; padding: 22px; background: #fff;
  border: 1px solid var(--line); border-radius: 12px;
}
.gaid-detay__col p { margin: 0; padding: 6px 0; border-bottom: 1px solid rgba(16,21,19,.06); font-size: 14px; }
.gaid-detay__col--lbl p { color: var(--muted); font-weight: 600; }
.gaid-detay__col--val p { font-weight: 700; }
.gaid-platforms__text { margin: 0 0 16px; font-weight: 600; }
.gaid-platforms__row { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.gaid-platform-link img { display: block; height: 36px; width: auto; object-fit: contain; }
.gaid-aciklama__lead { margin: 0 0 16px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.gaid-aciklama__body { color: var(--ink); line-height: 1.7; }
.gaid-map__frame { overflow: hidden; border-radius: 14px; border: 1px solid var(--line); background: #e8e8e6; aspect-ratio: 16/9; }
.gaid-map__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.gaid-ozellik__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.gaid-ozellik__grp-title { margin: 0 0 10px; font: 700 15px var(--display); color: var(--gold); }
.gaid-ozellik__item { display: flex; gap: 8px; align-items: flex-start; margin: 0 0 8px; font-size: 14px; }
.gaid-ozellik__item--off { opacity: .45; }
.gaid-ozellik__chk { color: var(--gold); font-weight: 800; }
.gaid-ozellik__empty { margin: 0; color: var(--muted); }
.gaid-similar { margin-top: 20px; }
.property-card__loc, .property-card__meta { margin: 6px 0 0; color: var(--muted); font-size: 13px; }

.list-hero-carousel { padding-top: 20px; padding-bottom: 10px; }
.list-hero-carousel__wrap { position: relative; }
.list-hero-carousel__slide { display: none; }
.list-hero-carousel__slide.is-active { display: block; }
.list-hero-carousel__hit { position: absolute; inset: 0; z-index: 3; }
.list-hero-carousel .gaid-hero { margin-top: 0; }
.list-hero-carousel__dots { display: flex; justify-content: center; gap: 8px; margin-top: 14px; }
.list-hero-carousel__dots button {
  width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #cfcfcf; cursor: pointer;
}
.list-hero-carousel__dots button.is-active { background: var(--gold); }

.listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.listing-card { background: #fff; border: 1px solid var(--line); overflow: hidden; border-radius: var(--radius-card); }
.listing-card__media { position: relative; display: block; aspect-ratio: 4/3; background: #e8e8e6; overflow: hidden; }
.listing-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.listing-card__tag-firsat {
  position: absolute; top: 14px; left: 14px; z-index: 2; padding: 6px 10px; background: var(--gold);
  color: #111; font: 800 11px/1 "Manrope", sans-serif; letter-spacing: .06em; border-radius: var(--radius);
}
.listing-card__badge {
  position: absolute; top: 14px; right: 14px; z-index: 2; padding: 6px 10px; background: rgba(16,21,19,.88);
  color: #fff; font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .04em; border-radius: var(--radius);
}
.listing-card__body { padding: 18px 18px 20px; display: grid; gap: 10px; }
.listing-card__title { margin: 0; font: 700 18px/1.25 var(--display); }
.listing-card__title a { color: inherit; }
.listing-card__desc { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.listing-card__price { margin: 0; font: 800 20px/1.2 var(--display); color: var(--gold); }
.listing-card__meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; }
.listing-card__footer { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 6px; }
.listing-card__btn {
  display: grid; place-items: center; min-height: 42px; padding: 8px 10px; background: var(--ink); color: #fff;
  font: 700 12px/1 "Manrope", sans-serif; letter-spacing: .06em; text-align: center; border-radius: var(--radius);
}
.listing-card__btn--ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); }

.credit-cta__inner {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; overflow: hidden; border: 1px solid var(--line); background: #fff;
}
.credit-cta__media img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; display: block; }
.credit-cta__body { display: grid; align-content: center; gap: 18px; padding: 32px; }
.credit-cta__quote { margin: 0; font-size: 16px; line-height: 1.65; }
.credit-cta__btns { display: flex; gap: 10px; flex-wrap: wrap; }
.credit-cta.is-dismissed { display: none; }
.button--ghost { background: transparent; border: 1px solid var(--line); color: var(--ink); }

.ga-hk-neden { padding: 80px 0 70px; background: #fff; }
.ga-hk-neden__title {
  margin: 0 0 60px; font: 700 clamp(34px, 4.5vw, 56px)/1.1 var(--display);
  text-align: center; letter-spacing: -.02em;
}
.ga-hk-neden__title--yellow { color: #e4b125; }
.ga-hk-neden__title--dark { color: #222526; }
.ga-hk-steps {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 1240px; margin: 0 auto; padding: 0 0 50px;
}
.ga-hk-neden__grid-btn {
  grid-column: span 2; display: flex; align-items: center; justify-content: center;
  padding: 0 0 40px; align-self: stretch;
}
.ga-hk-neden__grid-cta {
  box-sizing: border-box; width: 220px; height: 60px;
  display: inline-flex; align-items: center; justify-content: center; padding: 0;
  background: #e4b125; color: #fff; font-family: var(--display); font-weight: 700;
  font-size: 14px; letter-spacing: .05em; text-transform: uppercase; border-radius: var(--radius);
  transition: background .2s, color .2s;
}
.ga-hk-neden__grid-cta:hover { background: #c99b1d; color: #fff; }
.ga-hk-step {
  display: grid; grid-template-columns: auto 9px; grid-template-rows: auto 1fr;
  column-gap: 5px; padding-bottom: 40px; justify-items: center;
}
.ga-hk-step--offset { padding-top: 36px; }
.ga-hk-step__num {
  grid-column: 1; grid-row: 1; font-family: var(--display); font-weight: 700;
  font-size: clamp(34px, 3.6vw, 53px); letter-spacing: -.08em; line-height: 1.15; white-space: nowrap;
}
.ga-hk-step--active .ga-hk-step__num { color: #222526; }
.ga-hk-step--inactive .ga-hk-step__num { color: #9d9d9d; }
.ga-hk-step__label {
  grid-column: 1; grid-row: 2; font-family: var(--display); font-weight: 700;
  font-size: 13px; line-height: 15px; text-align: center; margin: 6px 0 0; align-self: start;
  white-space: pre-line;
}
.ga-hk-step--active .ga-hk-step__label { color: #222526; }
.ga-hk-step--inactive .ga-hk-step__label { color: #9d9d9d; }
.ga-hk-step__bar {
  grid-column: 2; grid-row: 1 / 3; width: 9px; align-self: stretch; margin-top: 11px;
  position: relative; background: none;
}
.ga-hk-step__bar::before {
  content: ""; position: absolute; top: 0; left: 0; width: 9px; height: 40px;
  border-radius: 2px; background: currentColor;
}
.ga-hk-step__bar::after {
  content: ""; position: absolute; top: 40px; left: 4px; width: 1px; bottom: 0; background: currentColor;
}
.ga-hk-step--active .ga-hk-step__bar { color: #222526; }
.ga-hk-step--inactive .ga-hk-step__bar { color: #9d9d9d; }

/* ── Randevu: takvim + form ── */
.gaid-randevu { margin-top: 48px; padding: 40px 0 20px; }
.gaid-randevu__layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }
.gaid-cal__head { display: flex; gap: 20px; margin-bottom: 16px; }
.gaid-cal__sel {
  appearance: none; background: transparent; border: 0; padding-right: 8px;
  font: 600 15px "DM Sans", sans-serif; color: var(--ink); cursor: pointer;
}
.gaid-cal__grid {
  display: grid; grid-template-columns: repeat(7, 1fr); border-top: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0;
}
.gaid-cal__dhead {
  padding: 10px 4px; text-align: center; font: 700 13px "Manrope", sans-serif; color: var(--gold);
  border-right: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0;
}
.gaid-cal__day {
  position: relative; width: 100%; padding: 18px 4px; border: 0; border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; background: transparent; font: 400 22px/1 var(--display);
  color: var(--ink); cursor: pointer;
}
.gaid-cal__day span { position: relative; z-index: 1; }
.gaid-cal__day:hover:not(:disabled):not(.is-other-month) { background: rgba(228,177,37,.1); }
.gaid-cal__day.is-today { font-weight: 700; }
.gaid-cal__day.is-selected { color: #fff; font-weight: 700; }
.gaid-cal__day.is-selected::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 44px; height: 44px; border-radius: 50%; background: var(--gold); z-index: 0;
}
.gaid-cal__day.is-other-month, .gaid-cal__day:disabled { color: rgba(34,37,38,.28); cursor: default; }
.gaid-cal__time {
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  padding: 18px 0; border: 1px solid #e0e0e0; border-top: 0; margin-bottom: 18px;
}
.gaid-cal__time-display { display: flex; align-items: center; gap: 6px; font: 400 28px/1 var(--display); }
.gaid-cal__time-h, .gaid-cal__time-m { min-width: 36px; text-align: center; }
.gaid-cal__time-btns { display: flex; flex-direction: column; gap: 2px; }
.gaid-cal__time-btn { border: 0; background: transparent; color: rgba(34,37,38,.45); cursor: pointer; font-size: 11px; padding: 2px 8px; }
.gaid-cal__time-btn:hover { color: var(--gold); }
.gaid-cal__time-range { font: 700 13px "Manrope", sans-serif; color: var(--muted); }
.gaid-cal__submit {
  display: flex; align-items: center; justify-content: center; width: min(280px, 100%); margin: 0 auto;
  padding: 14px 28px; border: 0; border-radius: var(--radius); background: var(--gold); color: #fff;
  font: 700 15px "Manrope", sans-serif; cursor: pointer;
}
.gaid-cal__submit:hover { background: #c99a18; }
.gaid-randevu__agent {
  border: 1px solid #222526; border-radius: 18px; padding: 28px 26px; background: #fff;
}
.gaid-randevu__picked { margin: 0; padding: 10px 12px; background: rgba(228,177,37,.12); font-size: 13px; font-weight: 600; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 40px, 1320px); --inner-page-title-gap: 40px; }
  .ga-header__top { display: none; }
  .ga-brand { top: 0; }
  .ga-header__brand-layer { position: relative; }
  .ga-header__brand-bar { min-height: 72px; }
  .menu-toggle { display: block; }
  .ga-nav-wrap { display: none; min-height: 0; }
  .ga-nav-wrap.is-open { display: block; background: #fff; }
  .ga-nav-wrap.is-open::before { display: none; }
  .ga-nav-inner { flex-direction: column; align-items: stretch; gap: 12px; padding: 8px 0 20px; min-height: 0; }
  .ga-main-menu { flex-direction: column; align-items: stretch; gap: 0; }
  .ga-main-menu > li > a { padding: 14px 0; border-bottom: 1px solid var(--line); width: 100%; }
  .ga-main-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; pointer-events: auto; box-shadow: none; border-radius: 0; padding: 0 0 8px 14px; background: transparent; display: none; }
  .ga-main-menu li.is-open > .sub-menu { display: flex; }
  .ga-main-menu .sub-menu a { padding: 8px 0; border-bottom: 0; }
  .ga-nav-tools { justify-content: space-between; padding-top: 8px; }
  .locale-switch .is-active { color: var(--gold); }
  .ga-search-form { background: #f3f3f1; flex: 1; }
  .ga-search-form input { width: 100%; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading__side { justify-self: start; }
  .about__grid { grid-template-columns: 1fr; }
  .about__media { min-height: 540px; }
  .about__media img { height: 540px; }
  .about__seal { right: 25px; }
  .testimonials__grid { grid-template-columns: 1fr; gap: 50px; }
  .ga-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ga-hk-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ga-hk-neden__grid-btn { grid-column: span 3; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 32px); --inner-page-title-gap: 32px; }
  .ga-brand__logo { width: 148px; }
  .hero { min-height: 730px; }
  .hero__inner { padding-top: 30px; }
  .hero h1 { font-size: clamp(43px, 13vw, 63px); }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 25px; }
  .hero__footer { grid-template-columns: repeat(3, 1fr); padding-bottom: 22px; }
  .hero__footer strong { font-size: 15px; }
  .hero__footer span { font-size: 9px; }
  .hero__scroll { display: none; }
  .section { padding: 80px 0; }
  .section-heading h2, .about h2, .testimonials h2 { font-size: 39px; }
  .property-grid { grid-template-columns: 1fr; }
  .listing-grid { grid-template-columns: 1fr; }
  .ga-hk-steps { grid-template-columns: 1fr; gap: 28px; }
  .ga-hk-step--offset { padding-top: 0; }
  .ga-hk-neden__grid-btn { grid-column: 1 / -1; justify-content: center; }
  .ga-hk-step__num { font-size: 34px; }
  .ga-hk-step__bar::before { height: 28px; }
  .ga-hk-step__bar::after { top: 28px; }
  .credit-cta__inner { grid-template-columns: 1fr; }
  .gaid-randevu__layout { grid-template-columns: 1fr; }
  .gaid-cal__day { font-size: 18px; padding: 14px 2px; }
  .property-card--wide { grid-column: auto; }
  .property-card__media, .property-card--wide .property-card__media { height: 330px; }
  .property-card__body { grid-template-columns: 1fr; }
  .property-card__price { padding-top: 0; }
  .gaid-body { grid-template-columns: 1fr; }
  .gaid-fh__shell { grid-template-columns: 1fr; }
  .gaid-fh__main { min-height: 280px; }
  .gaid-hero { height: 300px; }
  .gaid-hero__text { left: 20px; right: 20px; bottom: 70px; }
  .gaid-hero__price { left: 16px; right: 16px; bottom: 16px; max-width: none; }
  .gaid-hero__price-sqm { display: none; }
  .gaid-detay__table { grid-template-columns: auto 1fr; }
  .gaid-detay__col--lbl2 { grid-column: 1; }
  .gaid-ozellik__grid { grid-template-columns: 1fr 1fr; }
  .gaid-agent { position: static; }
  .ga-hk-agent__row { flex-direction: column; }
  .ga-hk-agent__info { flex: none; max-width: 100%; width: 100%; }
  .ga-hk-agent__photo-wrap { justify-content: center; }
  .ga-hk-agent__photo { width: 100%; height: 420px; }
  .ga-hk-agent__name { font-size: 38px; }
  .ga-hk-agent__certs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ga-il-team__grid { grid-template-columns: 1fr; gap: 40px; }
  .ga-il-birlikte { padding: 44px 0 52px; }
  .ga-il-birlikte__row { grid-template-columns: 1fr; gap: 28px; }
  .ga-il-birlikte__title { font-size: 28px; margin-bottom: 20px; }
  .ga-il-birlikte .contact-form__row { grid-template-columns: 1fr; }
  .ga-il-birlikte .contact-form__field--textarea { gap: 14px; padding: 0 0 16px; }
  .ga-il-birlikte .contact-form__textarea { min-height: 200px; padding: 18px 20px; padding-right: 20px; padding-bottom: 18px; }
  .ga-il-birlikte .contact-form__button { position: static; align-self: stretch; width: 100%; right: auto; bottom: auto; padding: 12px 20px; border-width: 20px; border-radius: var(--radius); font-size: 13px; }
  .ga-il-birlikte__map { flex: 0 0 auto; min-height: 240px; aspect-ratio: 16 / 11; }
  .ga-il-social__icons { margin: 0; justify-content: center; }
  .ga-il-social__icons-col { position: static; transform: none; width: 100%; max-width: 100%; justify-content: center; padding: 16px 0 8px; }
  .ga-breadcrumb__current { white-space: normal; max-width: 100%; }
  .ga-faq-page__grid { grid-template-columns: 1fr; }
  .hk-contact__cards { grid-template-columns: 1fr; }
  .contact-form__row { grid-template-columns: 1fr; }
  .satmak-form__grid { grid-template-columns: 1fr; }
  .ga-list-banner { padding: calc(20px + var(--inner-page-title-gap)) 12px 12px; }
  .ga-list-banner__ghost, .ga-hk-hero__ghost { font-size: clamp(32px, 11vw, 58px); }
  .ga-list-banner__h1, .ga-hk-hero__title { margin-top: clamp(-26px, -7vw, -38px); }
  .ga-list-banner__gold { font-size: clamp(20px, 5.5vw, 30px); }
  .ga-hk-hero { min-height: 360px; padding: calc(56px + var(--inner-page-title-gap)) 0 48px; }
  .ga-hk-hero.ga-nc-hero { height: 192px; min-height: 192px; }
  .ga-hk-cb { flex-direction: column; height: auto; }
  .ga-hk-cb__photo-half, .ga-hk-cb__dark-half { flex: none; width: 100%; }
  .ga-hk-cb__photo-half { height: 280px; }
  .ga-hk-cb__dark-half { min-height: 320px; }
  .ga-hk-cb__inner { padding: 36px 24px; }
  .ga-hk-cb__star { top: 280px; }
  .ga-il-hero { min-height: 42vh; min-height: 42dvh; padding: var(--inner-page-title-gap) 0 28px; }
  .ga-hk-cta__panel { flex-direction: column; align-items: stretch; padding: 32px 22px 36px; gap: 24px; overflow: hidden; }
  .ga-hk-cta__left { min-height: 0; padding-bottom: 88px; }
  .ga-hk-cta__graphic { width: 100%; max-width: 405px; }
  .ga-hk-cta__right { flex: none; max-width: 100%; width: 100%; }
  .ga-hk-cta__form { max-width: 100%; }
  .ga-hk-cta__submit { align-self: stretch; width: 100%; min-width: 0; }
  .service-item { grid-template-columns: 38px 1fr; gap: 15px; }
  .service-item__icon { display: none; }
  .about__media, .about__media img { min-height: 420px; height: 420px; }
  .about__seal { width: 115px; height: 115px; right: 15px; bottom: 20px; }
  .about__numbers { grid-template-columns: 1fr 1fr; }
  .journal__grid { grid-template-columns: 1fr; gap: 45px; }
  .article-card__media { height: 330px; }
  .contact-cta { min-height: 600px; }
  .ga-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .ga-footer-policy-row { justify-content: flex-start; gap: 14px; padding: 10px 0; }
  .ga-footer-meta-row .ga-inner { justify-content: center; row-gap: 2px; padding: 10px 0 0; flex-direction: row; flex-wrap: wrap; align-items: center; }
  .ga-footer-meta-row__cr,
  .ga-footer-meta-row__lic { text-align: left; margin-left: 0; }
}

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

/* Kurumsal sayfalar */
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.corp-mid { min-height: 280px; background: center/cover no-repeat; }

/* Nasıl Çalışıyoruz — Figma timeline */
.ga-tl {
  --ga-tl-scale: min(1, calc(100vw / 1440px));
  --ga-tl-canvas: 1440px;
  --ga-tl-row: 140px;
  position: relative;
  background: #fff;
  padding: 32px 0 48px;
  overflow: hidden;
  height: calc(2400px * var(--ga-tl-scale) + 80px);
}
.ga-tl__inner {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1440px;
  transform: scale(var(--ga-tl-scale));
  transform-origin: top center;
}
.ga-tl__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(228, 177, 37, 0) 0%,
    #e4b125 4%,
    #e4b125 96%,
    rgba(228, 177, 37, 0) 100%
  );
}
.ga-tl-step {
  position: relative;
  min-height: var(--ga-tl-row);
  overflow: visible;
}
.ga-tl-step__media {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
}
.ga-tl-step__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 720px 720px;
  width: var(--ga-tl-canvas);
  margin: 0 auto;
  min-height: var(--ga-tl-row);
}
.ga-tl-step__number {
  position: absolute;
  z-index: 2;
  font-family: var(--display);
  font-weight: 800;
  font-size: 120px;
  line-height: 0.85;
  color: #e3b026;
  letter-spacing: -0.04em;
  pointer-events: none;
}
.ga-tl-step--left .ga-tl-step__number { left: 556px; top: 0; }
.ga-tl-step--right .ga-tl-step__number { left: 730px; top: 0; }
.ga-tl-step__txt-side {
  position: relative;
  z-index: 2;
  max-width: 305px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 25px;
}
.ga-tl-step--left .ga-tl-step__txt-side {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  padding-left: 14px;
  text-align: left;
}
.ga-tl-step--right .ga-tl-step__txt-side {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  padding-right: 14px;
  text-align: left;
  max-width: 292px;
}
.ga-tl-step__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 24px;
  color: #222526;
  line-height: 1.18;
  margin: 0 0 12px;
}
.ga-tl-step__text {
  font-weight: 400;
  font-size: 13px;
  color: #222526;
  line-height: 1.5;
  margin: 0;
}
.ga-tl-step--s01 { min-height: 137px; }
.ga-tl-step--s02 { min-height: 140px; }
.ga-tl-step--s03 { min-height: 150px; }
.ga-tl-step--s04 { min-height: 137px; }
.ga-tl-step--s05 { min-height: 150px; }
.ga-tl-step--s06 { min-height: 143px; }
.ga-tl-step--s07 { min-height: 149px; }
.ga-tl-step--s08 { min-height: 170px; }
.ga-tl-step--s09 { min-height: 145px; }
.ga-tl-step--s10 { min-height: 135px; }
.ga-tl-step--s11 { min-height: 150px; }
.ga-tl-step--s12 { min-height: 143px; }
.ga-tl-step--s13 { min-height: 149px; }
.ga-tl-step--s14 { min-height: 143px; }
.ga-tl-step--s15 { min-height: 145px; }
.ga-tl-step--s16 { min-height: 200px; }
.ga-tl-step--s01 .ga-tl-step__media { left: 308px; top: -71px;  width: 300px; height: 300px; }
.ga-tl-step--s02 .ga-tl-step__media { right: 244px; top: -74px;  width: 300px; height: 300px; }
.ga-tl-step--s03 .ga-tl-step__media { left: 175px; top: -87px;  width: 300px; height: 300px; }
.ga-tl-step--s04 .ga-tl-step__media { right: 229px; top: -39px;  width: 300px; height: 300px; }
.ga-tl-step--s05 .ga-tl-step__media { left: 208px; top: -29px;  width: 300px; height: 300px; }
.ga-tl-step--s06 .ga-tl-step__media { right: 295px; top: -39px; width: 199px; height: 199px; }
.ga-tl-step--s07 .ga-tl-step__media { left: 120px; top:   0px;  width: 301px; height: 187px; }
.ga-tl-step--s08 .ga-tl-step__media { right: 106px; top:  67px;  width: 377px; height: 99px;  }
.ga-tl-step--s09 .ga-tl-step__media { left: 236px; top: -21px;  width: 215px; height: 440px; }
.ga-tl-step--s10 .ga-tl-step__media { right: 137px; top: -15px;  width: 447px; height: 278px; }
.ga-tl-step--s11 .ga-tl-step__media { left:  78px; top:  32px;  width: 478px; height: 347px; }
.ga-tl-step--s12 .ga-tl-step__media { right:  98px; top: -111px; width: 532px; height: 590px; }
.ga-tl-step--s13 .ga-tl-step__media { left:  33px; top: 102px;  width: 569px; height: 305px; }
.ga-tl-step--s14 .ga-tl-step__media { right:  43px; top:   9px;  width: 529px; height: 382px; }
.ga-tl-step--s15 .ga-tl-step__media { left: 170px; top:  44px;  width: 293px; height: 439px; }

.ga-btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--radius); text-decoration: none; text-transform: uppercase;
  font-weight: 700; line-height: 1.15; border: 0;
}
.ga-btn--primary { background: #f2bc1f; color: #fff; }
.ga-btn--primary:hover { background: #e4b125; color: #fff; }
.ga-btn--light { background: #fff; color: #d7a722; }

.ga-about {
  background: #fff;
  padding: 34px 0 48px;
  min-height: 800px;
}
.ga-about-main {
  display: grid;
  grid-template-columns: 1fr 560px;
  align-items: center;
  gap: 26px;
}
.ga-about-content { max-width: 520px; padding-left: 0; }
.ga-about-icon { width: 38px; height: auto; margin-bottom: 12px; display: block; }
.ga-about-title {
  margin: 0 0 14px;
  font: 700 50px/1 var(--display);
  color: #111;
}
.ga-about-text {
  margin: 0 0 18px;
  max-width: 430px;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.ga-about-btn { min-height: 54px; padding: 0 22px; font-size: 31px; }
.ga-about-image-wrap { position: relative; min-height: 690px; }
.ga-about-image {
  position: absolute;
  right: 0;
  bottom: -34px;
  width: 560px;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-mask-image: linear-gradient(180deg, #000 72%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, #000 72%, rgba(0, 0, 0, 0) 100%);
}
.ga-about-stats {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 56px;
  width: 100%;
  max-width: 100%;
}
.ga-about-stat strong {
  display: block;
  color: #202428;
  font: 700 58px/1 var(--display);
  margin-bottom: 6px;
}
.ga-about-stat span {
  display: block;
  color: #30353a;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 300;
}
.ga-about-stat--icon strong { font-size: 56px; line-height: 1; }
.ga-about-stat--icon strong img { width: 66px; height: auto; display: block; }

.corp-about__main { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.corp-about__icon { width: 56px; margin-bottom: 18px; }
.corp-about__content h2 { margin: 0 0 14px; font: 700 clamp(28px, 3vw, 40px)/1.15 var(--display); }
.corp-about__content p { margin: 0 0 24px; line-height: 1.7; color: var(--ink-soft); }
.corp-about__media img { width: 100%; border-radius: 6px; }
.ga-hk-wave { width: 100%; height: clamp(70px, 12vw, 140px); line-height: 0; margin-top: -1px; }
.ga-hk-wave svg { display: block; width: 100%; height: 100%; }

.ga-hk-cb { display: flex; height: 446px; overflow: hidden; position: relative; }
.ga-hk-cb__photo-half { flex: 0 0 50%; width: 50%; background-size: cover; background-position: center; position: relative; z-index: 1; }
.ga-hk-cb__dark-half { flex: 0 0 50%; width: 50%; background: #222526; display: flex; align-items: center; }
.ga-hk-cb__inner { padding: 40px 52px 40px 70px; width: 100%; }
.ga-hk-cb__star {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 70px; height: auto; z-index: 2; filter: drop-shadow(0 2px 8px rgba(0,0,0,.5));
}
.ga-hk-cb__title { margin: 0 0 18px; font: 700 clamp(28px, 3.5vw, 42px)/1.15 var(--display); color: #fff; }
.ga-hk-cb__title--yellow { color: #e4b125; }
.ga-hk-cb__desc { margin: 0 0 24px; max-width: 380px; font-size: 16px; line-height: 1.6; color: #fff; font-weight: 300; }
.ga-hk-cb__btn {
  box-sizing: border-box; width: 220px; height: 60px; display: inline-flex; align-items: center; justify-content: center;
  background: #e4b125; color: #fff; font-family: var(--display); font-weight: 700; font-size: 14px;
  letter-spacing: .05em; text-transform: uppercase; border-radius: var(--radius); transition: background .2s;
}
.ga-hk-cb__btn:hover { background: #c99b1d; color: #fff; }

.ga-hk-sirket { padding: 80px 0 60px; text-align: center; }
.ga-hk-sirket__title { margin: 0 0 24px; font: 700 clamp(34px, 4.5vw, 56px)/1.1 var(--display); }
.ga-hk-sirket__title--dark { color: #222526; }
.ga-hk-sirket__title--yellow { color: #e4b125; }
.ga-hk-sirket__company-name {
  margin: 0 auto 20px; max-width: 716px; font: 700 24px/1.35 var(--display); color: #222526;
}
.ga-hk-sirket__desc { margin: 0 auto; max-width: 585px; font-size: 17px; line-height: 1.7; color: #222526; font-weight: 300; }
.ga-hk-sirket__cta { margin-top: 28px; }
.ga-hk-sirket__btn {
  box-sizing: border-box; width: 220px; height: 60px; display: inline-flex; align-items: center; justify-content: center;
  background: #e4b125; color: #fff; font-family: var(--display); font-weight: 700; font-size: 14px;
  letter-spacing: .05em; text-transform: uppercase; border-radius: var(--radius); transition: background .2s;
}
.ga-hk-sirket__btn:hover { background: #c99b1d; color: #fff; }

.ga-hk-sss { padding: 70px 0 80px; background: #fff; }
.ga-hk-sss__title { margin: 0 0 40px; font: 700 clamp(34px, 4.5vw, 56px)/1.1 var(--display); text-align: center; }
.ga-hk-sss__title--yellow { color: #e4b125; }
.ga-hk-sss__title--dark { color: #222526; }
.ga-hk-sss__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px 74px;
  max-width: 876px; margin: 0 auto 44px; align-items: start;
}
.ga-hk-faq-item {
  display: flex; flex-direction: column; background: #dedfdf;
  border-radius: var(--radius-card); overflow: hidden; transition: background .2s;
}
.ga-hk-faq-item:hover .ga-hk-faq-item__trigger,
.ga-hk-faq-item.is-open .ga-hk-faq-item__trigger { background: #d0d1d1; }
.ga-hk-faq-item__trigger {
  display: flex; align-items: center; justify-content: space-between; width: 100%;
  margin: 0; border: none; background: transparent; cursor: pointer;
  padding: 17px 28px; min-height: 53px; gap: 16px; text-align: left;
  font: inherit; color: inherit; transition: background .2s;
}
.ga-hk-faq-item__text {
  font-size: 14px; color: #222526; line-height: 1.4; flex: 1; font-weight: 400;
}
.ga-hk-faq-item__arrow {
  width: 14px; height: 7px; flex-shrink: 0; object-fit: contain;
  transition: transform .25s ease;
}
.ga-hk-faq-item.is-open .ga-hk-faq-item__arrow { transform: rotate(180deg); }
.ga-hk-faq-item__panel { border-top: 1px solid rgba(34, 37, 38, 0.08); }
.ga-hk-faq-item__panel[hidden] { display: none !important; }
.ga-hk-faq-item__answer {
  font-size: 14px; line-height: 1.55; color: #444; padding: 12px 28px 18px;
}
.ga-hk-faq-item__answer p { margin: 0; }
.ga-hk-sss__cta-wrap { display: flex; justify-content: center; }
.ga-hk-sss__cta {
  display: inline-flex; align-items: center; justify-content: center;
  background: #e4b125; color: #fff; font-family: var(--display); font-weight: 700;
  font-size: 22px; padding: 16px 44px; border-radius: var(--radius); text-decoration: none;
  transition: background .2s; border: 0; letter-spacing: 0; text-transform: none;
}
.ga-hk-sss__cta:hover { background: #c99b1d; color: #fff; }

.ga-hk-blog { padding-bottom: 80px; }
.ga-hk-blog-scrollbox {
  width: 100%; max-width: min(1320px, 100%); margin: 48px auto 0;
  border: 1px solid #e0e0e0; border-radius: var(--radius-card); background: #fff;
  overflow: hidden; box-sizing: border-box; padding: 0;
}
.ga-hk-blog-scrollbox__title {
  margin: 0; padding: 18px 22px 10px; font: 700 18px/1.25 var(--display); color: #222526; text-align: left;
}
.ga-hk-blog-scrollbox__scroll {
  height: 260px; overflow-y: auto; overflow-x: hidden; padding: 0 22px 20px;
  -webkit-overflow-scrolling: touch;
}
.ga-hk-blog-scrollbox__scroll:focus {
  outline: 2px solid rgba(228, 177, 37, 0.45); outline-offset: 2px;
}
.ga-hk-blog-scrollbox__body {
  font-size: 15px; line-height: 1.65; color: #666; text-align: left; font-weight: 400;
}

.corp-cb { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; }
.corp-cb__photo { background: #222 center/cover no-repeat; }
.corp-cb__dark { display: flex; align-items: center; background: #171c19; color: #fff; }
.corp-cb__inner { padding: 48px clamp(24px, 4vw, 64px); max-width: 520px; }
.corp-cb__inner h2 { margin: 0 0 16px; font: 700 clamp(28px, 3.5vw, 44px)/1.15 var(--display); }
.corp-cb__inner h2 em { color: #e4b125; font-style: normal; }
.corp-cb__inner p { margin: 0 0 24px; color: rgba(255,255,255,.78); line-height: 1.7; }
.corp-cb__star { position: absolute; left: 50%; top: 50%; width: 88px; transform: translate(-50%, -50%); filter: drop-shadow(0 8px 24px rgba(0,0,0,.35)); }
.corp-faq__title { margin: 0 0 28px; font: 700 clamp(28px, 4vw, 42px)/1.15 var(--display); }
.corp-faq__title em { color: #e4b125; font-style: normal; }
.corp-faq__grid { display: grid; gap: 10px; }
.corp-faq__trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; border: 1px solid var(--line); background: #fff; text-align: left; font: 700 15px/1.35 var(--display); cursor: pointer; }
.corp-faq__trigger i { font-style: normal; color: #e4b125; font-size: 22px; line-height: 1; }
.corp-faq__panel { padding: 0 20px 18px; border: 1px solid var(--line); border-top: 0; background: #fff; }
.corp-faq__panel p { margin: 0; color: var(--muted); line-height: 1.65; }
.corp-faq__cta { margin-top: 28px; }
.corp-reasons__intro { max-width: 820px; margin: 0 0 36px; font-size: 17px; line-height: 1.7; color: var(--ink-soft); }
.corp-reasons__list { display: grid; gap: 36px; }
.corp-reason { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.corp-reason.is-flip .corp-reason__text { order: 2; }
.corp-reason.is-flip .corp-reason__media { order: 1; }
.corp-reason__text h2 { margin: 0 0 12px; font: 700 clamp(24px, 3vw, 34px)/1.2 var(--display); }
.corp-reason__text p { margin: 0; color: var(--muted); line-height: 1.7; }
.corp-reason__media { min-height: 260px; border-radius: var(--radius-card); background: #eee center/cover no-repeat; }

@media (max-width: 1020px) {
  .ga-about { padding: 28px 0 34px; min-height: 0; }
  .ga-about-main { grid-template-columns: 1fr; gap: 14px; }
  .ga-about-content { max-width: 100%; }
  .ga-about-title { font-size: clamp(32px, 8vw, 46px); }
  .ga-about-btn { font-size: clamp(18px, 5vw, 24px); min-height: 48px; }
  .ga-about-image-wrap { min-height: auto; }
  .ga-about-image {
    position: relative;
    width: min(100%, 520px);
    bottom: 0;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .ga-about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .ga-about-stat strong { font-size: clamp(30px, 8vw, 46px); }
  .ga-about-stat span { font-size: clamp(20px, 5.5vw, 28px); }
  .corp-about__main, .corp-cb, .corp-reason, .corp-reason.is-flip { grid-template-columns: 1fr; }
  .corp-reason.is-flip .corp-reason__text, .corp-reason.is-flip .corp-reason__media { order: unset; }
  .ga-about-stats { grid-template-columns: 1fr; }
  .corp-cb__star { width: 64px; }
  .ga-hk-sss__grid { grid-template-columns: 1fr; gap: 12px; max-width: 100%; }
}

@media (max-width: 991px) {
  .ga-tl {
    height: auto;
    padding: 16px 12px 24px;
    overflow: visible;
  }
  .ga-tl__inner {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
  }
  .ga-tl__line {
    left: 16px;
    transform: none;
  }
  .ga-tl-step,
  .ga-tl-step[class*="ga-tl-step--s"] {
    min-height: auto;
    padding: 24px 0 24px 48px;
    overflow: hidden;
  }
  .ga-tl-step__media,
  .ga-tl-step[class*="ga-tl-step--s"] .ga-tl-step__media {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    height: 220px;
    background-position: center;
    background-size: contain;
    margin-bottom: 12px;
  }
  .ga-tl-step__body {
    display: block;
    width: 100%;
  }
  .ga-tl-step__number,
  .ga-tl-step--left .ga-tl-step__number,
  .ga-tl-step--right .ga-tl-step__number {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    font-size: 80px;
    margin-bottom: 8px;
  }
  .ga-tl-step--left .ga-tl-step__txt-side,
  .ga-tl-step--right .ga-tl-step__txt-side {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    max-width: none;
    padding: 0;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .corp-mid { min-height: 180px; }
}

/* Unified button & card radii */
button[type="submit"],
input[type="submit"],
.button,
.button--small,
.button--gold,
.button--dark,
.button--ghost,
.ga-cta-btn,
.ga-btn,
.ga-btn--primary,
.ga-btn--light,
.ga-about-btn,
.filter-chip,
.contact-form__button,
.ga-hk-cta__submit,
.listing-card__btn,
.listing-card__btn--ghost,
.ga-hk-cb__btn,
.ga-hk-sirket__btn,
.ga-hk-sss__cta,
.gaid-cal__submit,
.ga-il-birlikte .contact-form__button,
.ga-hk-neden__grid-cta,
.credit-cta__btns .button,
.satmak-form .button {
  border-radius: var(--radius);
}

.property-card,
.listing-card,
.article-card,
.quote-card,
.hk-contact__card,
.ga-il-card,
.ga-hk-faq-item,
.ga-hk-blog-scrollbox,
.gaid-agent,
.credit-cta__inner,
.corp-reason {
  border-radius: var(--radius-card);
}
