/* Anahtar Emlak — güler yüzlü kiralık konut teması: mercan + turkuaz, sıcak krem zemin, yuvarlak hap butonlar, kolaj hero */
:root {
    --ink: #1f2544; --text: #4a4f66; --muted: #7c8098;
    --bg: #fffaf6; --bg-alt: #fff1e9; --line: #f2e1d6; --card: #fff;
    --r: 22px; --r-sm: 14px; --r-lg: 30px; --btn-r: 999px;
    --shadow: 0 14px 34px rgba(232, 85, 43, .08); --shadow-lg: 0 26px 60px rgba(31, 37, 68, .14);
    --head: 'Rubik', system-ui, sans-serif; --body: 'Lato', system-ui, sans-serif; --head-w: 700; --header: 78px;
}
body { background: var(--bg); }
h1 { font-size: clamp(2.3rem, 4.6vw, 3.7rem); line-height: 1.08; letter-spacing: -.02em; }
h2, .h2 { letter-spacing: -.015em; }
.kicker { color: var(--accent); letter-spacing: .08em; font-family: var(--head); font-weight: 700; }
.btn { font-family: var(--head); font-weight: 600; }
.btn-soft { background: #fff; color: var(--primary); border-color: var(--line); }
.btn-soft:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

/* Üst menü: açık, hap biçimli menü */
.site-header { background: rgba(255, 250, 246, .94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.brand-mark { background: var(--primary); border-radius: 50% 50% 50% 12px; transform: rotate(-8deg); }
.brand-text strong { font-family: var(--head); font-weight: 800; font-size: 1.5rem; letter-spacing: -.02em; }
.brand-text small { color: var(--accent); letter-spacing: .05em; text-transform: none; font-size: .74rem; }
.nav-list > li > a { border-radius: 999px; font-family: var(--head); font-weight: 500; font-size: .95rem; }
.nav-list > li > a.on { background: var(--bg-alt); color: var(--primary); }
.phone-chip { font-family: var(--head); font-weight: 600; }
.phone-chip .ic { color: var(--accent); }

/* Hero: kolaj */
.ah-hero { position: relative; padding: 56px 0 70px; overflow: hidden; }
.ah-hero::before { content: ''; position: absolute; width: 620px; height: 620px; right: -140px; top: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(15, 143, 134, .14), transparent 68%); }
.ah-hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr 1fr; gap: 56px; align-items: center; }
.ah-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; background: #fff; box-shadow: var(--shadow); color: var(--primary); font-family: var(--head); font-weight: 600; font-size: .88rem; margin-bottom: 22px; }
.ah-hero .lead { font-size: 1.14rem; color: var(--text); }
.ah-search { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 6px; align-items: center; margin-top: 30px; padding: 8px; border-radius: 999px; background: #fff; box-shadow: var(--shadow-lg); border: 1px solid var(--line); max-width: 580px; }
.ah-search label { display: flex; flex-direction: column; padding: 4px 18px; border-right: 1px solid var(--line); min-width: 0; }
.ah-search label:nth-child(2) { border-right: 0; }
.ah-search span { font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.ah-search select { border: 0; background: transparent; font: inherit; font-weight: 700; color: var(--ink); padding: 2px 0; outline: 0; min-width: 0; width: 100%; }
.ah-search .btn { min-height: 52px; padding: 0 26px; }
.ah-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 14px 34px; margin: 30px 0 0; padding: 0; }
.ah-trust li { display: flex; flex-direction: column; }
.ah-trust strong { font-family: var(--head); font-size: 1.55rem; color: var(--ink); line-height: 1.1; }
.ah-trust span { font-size: .86rem; color: var(--muted); font-weight: 700; }
.ah-collage { position: relative; height: 540px; }
.ah-collage img { position: absolute; object-fit: cover; box-shadow: var(--shadow-lg); border: 6px solid #fff; }
.ah-c1 { right: 0; top: 30px; width: 84%; height: 350px; border-radius: 34px; }
.ah-c2 { left: 0; bottom: 0; width: 42%; height: 250px; border-radius: 26px; transform: rotate(-4deg); }
.ah-c3 { right: 6%; bottom: 10px; width: 44%; height: 170px; border-radius: 22px; transform: rotate(3deg); }
.ah-badge { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 18px; background: #fff; box-shadow: var(--shadow-lg); font-size: .85rem; line-height: 1.25; }
.ah-badge > .ic { color: #fff; background: var(--accent); border-radius: 50%; width: 34px; height: 34px; padding: 8px; }
.ah-badge b { display: block; color: var(--ink); font-family: var(--head); font-weight: 600; }
.ah-badge small { color: var(--muted); }
.ah-b1 { left: 4%; top: 0; }
.ah-b2 { right: -10px; top: 330px; }
.ah-b2 > .ic { background: var(--primary); }

/* Semt çipleri */
.ah-semt { padding: 0 0 20px; }
.ah-semt .container { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding: 18px 22px; border-radius: var(--r); background: #fff; border: 1px solid var(--line); }
.ah-semt-title { display: flex; align-items: center; gap: 8px; margin: 0; font-family: var(--head); font-weight: 600; color: var(--ink); }
.ah-semt-title .ic { color: var(--primary); }
.ah-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ah-chips a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: 999px; background: var(--bg-alt); color: var(--ink); font-weight: 700; font-size: .92rem; }
.ah-chips small { display: grid; place-items: center; min-width: 22px; height: 22px; border-radius: 999px; background: #fff; color: var(--primary); font-size: .74rem; }
.ah-chips a:hover { background: var(--primary); color: #fff; }
.ah-chips a.ah-chip-all { background: transparent; color: var(--primary); }

/* Kartlar */
.card { border: 1px solid var(--line); box-shadow: none; }
.card:hover { box-shadow: var(--shadow-lg); }
.item-card .c-media { margin: 10px 10px 0; border-radius: 16px; aspect-ratio: 4 / 3; }
.c-badge { background: var(--accent); border-radius: 999px; }
.c-cat { color: var(--primary); }
.c-body h3 { font-family: var(--head); font-weight: 600; font-size: 1.14rem; }
.c-loc .ic { color: var(--primary); }
.c-attrs { border-top: 0; padding-top: 0; gap: 6px; }
.c-attrs li { flex-direction: row; gap: 5px; align-items: baseline; padding: 4px 10px; border-radius: 999px; background: var(--bg-alt); }
.c-attrs small { font-size: .7rem; }
.c-attrs b { font-size: .82rem; }
.c-foot { padding-top: 12px; border-top: 1px dashed var(--line); }
.c-foot .c-price { font-family: var(--head); color: var(--primary); font-weight: 700; }
.c-more { color: var(--accent); }
.svc-card .c-ic, .st-ic, .f-ic { border-radius: 50%; background: var(--bg-alt); color: var(--primary); }
.team-grid { grid-template-columns: repeat(3, 1fr); }
.team-card .c-media { margin: 10px 10px 0; border-radius: 18px; aspect-ratio: 4 / 4.2; }
.c-role { color: var(--accent); }
.quote-card { border-radius: var(--r); }
.quote-card .q-ic { color: var(--primary); }
.q-stars { color: #f6a723; }

/* Kira tablosu + belge listesi */
.ah-info-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 26px; align-items: stretch; }
.ah-card { padding: 34px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); min-width: 0; }
.ah-card h2 { margin-bottom: 20px; }
.ah-table-wrap { overflow-x: auto; }
.ah-table { width: 100%; border-collapse: separate; border-spacing: 0 6px; font-size: .95rem; }
.ah-table th { text-align: left; font-family: var(--head); font-weight: 600; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); padding: 0 12px 4px; }
.ah-table td { padding: 11px 12px; background: var(--bg); white-space: nowrap; font-weight: 700; color: var(--ink); }
.ah-table td:first-child { border-radius: 12px 0 0 12px; font-family: var(--head); font-weight: 600; color: var(--primary); }
.ah-table td:last-child { border-radius: 0 12px 12px 0; }
.ah-note { display: flex; gap: 8px; align-items: center; margin: 14px 0 0; font-size: .82rem; color: var(--muted); }
.ah-check { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 12px; }
.ah-check li { display: flex; gap: 14px; align-items: center; }
.ah-check li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: color-mix(in srgb, var(--accent) 12%, #fff); color: var(--accent); flex-shrink: 0; }
.ah-check b { display: block; color: var(--ink); }
.ah-check small { color: var(--muted); font-size: .86rem; }

/* Adımlar */
.steps li { border-radius: var(--r); border: 1px dashed color-mix(in srgb, var(--primary) 35%, #fff); background: #fff; }
.st-no { color: color-mix(in srgb, var(--primary) 22%, #fff); }

/* Ev sahipleri bandı */
.ah-owner { padding-top: 0; }
.ah-owner-box { display: grid; grid-template-columns: 1fr 1.05fr; gap: 44px; align-items: center; padding: 54px; border-radius: 36px; background: linear-gradient(135deg, var(--primary), #f07a3f); color: rgba(255, 255, 255, .9); position: relative; overflow: hidden; }
.ah-owner-box::after { content: ''; position: absolute; width: 360px; height: 360px; left: -120px; bottom: -200px; border-radius: 50%; border: 50px solid rgba(255, 255, 255, .08); }
.ah-owner-box h2 { color: #fff; }
.ah-owner-box .kicker { color: #fff; opacity: .85; }
.ah-owner-text { position: relative; z-index: 1; }
.ah-owner-list { position: relative; z-index: 1; display: grid; gap: 10px; }
.ah-owner-list a { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 18px; background: #fff; color: var(--ink); }
.ah-owner-list a > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--bg-alt); color: var(--primary); flex-shrink: 0; }
.ah-owner-list div { flex: 1; min-width: 0; }
.ah-owner-list b { display: block; font-family: var(--head); font-weight: 600; }
.ah-owner-list small { color: var(--muted); font-size: .84rem; }
.ah-owner-list a > .ic:last-child { color: var(--primary); }
.ah-owner-list a:hover { transform: translateX(4px); color: var(--ink); }

/* SSS + form */
.faq { border-radius: 18px; }
.faq[open] summary i { background: var(--primary); }
.form-card { border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: var(--shadow); }
.field input, .field select, .field textarea { border-radius: 14px; background: #fff; }

/* İç sayfalar */
.page-hero { background: var(--bg-alt); border-radius: 0 0 40px 40px; }
.crumbs [aria-current] { color: var(--primary); }
.ph-deco { color: color-mix(in srgb, var(--primary) 10%, transparent); }
.filter-panel { border-radius: var(--r); }
.gb-main, .detail-img, .map-box, .post-cover { border-radius: var(--r-lg); }
.spec-box { background: #fff; border: 1px solid var(--line); }
.spec-price strong { color: var(--primary); }
.agent-card { border-radius: var(--r); }
.side-call { background: var(--accent); border-radius: var(--r); }
.cta-band { background: var(--ink); margin: 0 20px 20px; border-radius: 36px; }
.cta-band.has-img::before { background: linear-gradient(90deg, rgba(31, 37, 68, .94), rgba(232, 85, 43, .6)); }
.site-footer { background: #1b2040; }
.site-footer .brand-mark { background: var(--primary); }

@media (max-width: 1180px) {
    .nav-list > li > a { font-size: .9rem; }
}
@media (max-width: 960px) {
    .ah-hero { padding: 30px 0 50px; }
    .ah-hero-grid, .ah-info-grid, .ah-owner-box { grid-template-columns: 1fr; }
    .ah-hero-grid { gap: 36px; }
    .ah-collage { height: 440px; max-width: 620px; }
    .ah-c1 { height: 290px; }
    .ah-b2 { top: 270px; right: 0; }
    .ah-owner-box { padding: 36px 26px; gap: 28px; }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .cta-band { margin: 0 12px 12px; border-radius: 26px; }
}
@media (max-width: 640px) {
    .ah-search { grid-template-columns: 1fr 1fr; border-radius: 24px; }
    .ah-search label { padding: 6px 10px; }
    .ah-search .btn { grid-column: 1 / -1; }
    .ah-trust { gap: 12px 22px; }
    .ah-trust strong { font-size: 1.25rem; }
    .ah-collage { height: 330px; }
    .ah-c1 { width: 88%; height: 210px; top: 26px; border-radius: 24px; }
    .ah-c2 { width: 44%; height: 150px; }
    .ah-c3 { width: 46%; height: 110px; }
    .ah-badge { padding: 8px 12px; font-size: .76rem; }
    .ah-badge > .ic { width: 28px; height: 28px; padding: 6px; }
    .ah-b2 { top: 196px; }
    .ah-card { padding: 24px 18px; }
    .ah-semt .container { padding: 14px; }
    .team-grid { grid-template-columns: 1fr 1fr; }
    .page-hero { border-radius: 0 0 26px 26px; }
}
