/*
Theme Name: Brand Atakent
Theme URI: https://brandatakent.com/
Author: Brand Atakent
Author URI: https://brandatakent.com/
Description: Brand Atakent — Modern Halkalı'nın Yeni Prestiji. Lüks konut projesi resmi web sitesi teması.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brand-atakent
*/

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --gold: #C9A96E;
    --gold-light: #E8D5A3;
    --navy: #162236;
    --dark: #1A1A1A;
    --white: #FFFFFF;
    --gray: #888888;
}

html { scroll-behavior: smooth; margin-top: 0 !important; }
body { margin-top: 0 !important; }

body {
    font-family: 'Montserrat', sans-serif;
    background: var(--white);
    color: var(--dark);
    overflow-x: hidden;
}

/* ─── HEADER ─── */
.header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: transparent;
    transition: background 0.45s ease, box-shadow 0.45s ease;
}
.header.scrolled {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 2px 32px rgba(0,0,0,0.10);
}
/* İç sayfalarda header her zaman beyaz */
.header.is-inner {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 2px 32px rgba(0,0,0,0.10);
}
.header.is-inner .logo-wrap img { filter: none; }
.header.is-inner .nav-links li a { color: var(--dark); }
.header.is-inner .nav-links li a:hover { color: var(--gold); }
.header.is-inner .nav-links li.current-menu-item > a { color: var(--gold); }
.header.is-inner .nav-right-item:hover { background: rgba(201,169,110,0.08); }
.header.is-inner .nav-right-main { color: var(--dark); }
.header.is-inner .nav-right-sub { color: var(--gray); }
.header.is-inner .nav-right-divider { background: #e0e0e0; }
.header.is-inner .hamburger span { background: var(--dark); }
.navbar {
    padding: 0 40px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}
.logo-wrap { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo-wrap img { height: 54px; width: auto; display: block; filter: brightness(0) invert(1); transition: filter 0.45s ease; }
.header.scrolled .logo-wrap img { filter: none; }

.nav-links { display: flex; align-items: center; list-style: none; gap: 4px; }
.nav-links li a {
    display: block; padding: 8px 14px; font-size: 11.5px; font-weight: 600;
    letter-spacing: 1.3px; text-transform: uppercase; color: rgba(255,255,255,0.88);
    text-decoration: none; white-space: nowrap; position: relative; transition: color 0.3s;
}
.nav-links li a::after {
    content: ''; position: absolute; bottom: 3px; left: 14px; right: 14px;
    height: 1.5px; background: var(--gold); transform: scaleX(0);
    transform-origin: right; transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.nav-links li a:hover { color: var(--gold); }
.nav-links li a:hover::after { transform: scaleX(1); transform-origin: left; }
.header.scrolled .nav-links li a { color: var(--dark); }
.header.scrolled .nav-links li a:hover { color: var(--gold); }
/* Aktif sayfa */
.nav-links li.current-menu-item > a { color: var(--gold); }
.nav-links li.current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.header.scrolled .nav-links li.current-menu-item > a { color: var(--gold); }

/* ─── SUB MENU ─── */
.nav-links > li { position: relative; }
.sub-menu {
    position: absolute; top: 100%; left: 0;
    min-width: 210px; list-style: none;
    background: #fff;
    border-top: 2px solid var(--gold);
    box-shadow: 0 16px 48px rgba(0,0,0,0.13);
    padding: 8px 0;
    opacity: 0; visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.22s, visibility 0.22s, transform 0.22s;
    z-index: 200;
}
.nav-links > li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sub-menu li a {
    display: block; padding: 11px 22px;
    font-size: 10.5px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase;
    color: var(--dark) !important; text-decoration: none; white-space: nowrap;
    transition: color 0.2s, background 0.2s;
}
.sub-menu li a::after { display: none !important; }
.sub-menu li a:hover { color: var(--gold) !important; background: rgba(201,169,110,0.06); }
.sub-menu li + li { border-top: 1px solid #f5f5f5; }
/* Ok ikonu */
.sub-arrow { display: inline-flex; align-items: center; margin-left: 4px; vertical-align: middle; transition: transform 0.22s; }
.sub-arrow svg { stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.nav-links > li:hover .sub-arrow { transform: rotate(180deg); }

.nav-right { display: flex; align-items: center; gap: 6px; flex-shrink: 0; margin-left: auto; }

/* ── GTranslate dil seçici ── */
/* Floating widget'ı tamamen gizle, sadece header içindekini göster */
body > .gtranslate_wrapper,
.gtranslate_wrapper[style*="position: fixed"],
.gtranslate_wrapper[style*="position:fixed"] { display: none !important; }

.nav-lang { display: flex; align-items: center; }
.nav-lang .gtranslate_wrapper { display: flex !important; align-items: center; gap: 4px; }
.nav-lang .gtranslate_wrapper a.gflag { display: flex; align-items: center; justify-content: center; width: 24px; height: 18px; border-radius: 2px; overflow: hidden; opacity: 0.75; transition: opacity 0.2s, transform 0.2s; }
.nav-lang .gtranslate_wrapper a.gflag:hover { opacity: 1; transform: scale(1.15); }
.nav-lang .gtranslate_wrapper a.gflag img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Aktif dil biraz daha parlak */
.nav-lang .gtranslate_wrapper a.gflag.active { opacity: 1; box-shadow: 0 0 0 1.5px rgba(201,169,110,0.7); }
/* Scrolled / inner sayfa durumu */
.header.scrolled .nav-lang .gtranslate_wrapper a.gflag,
.header.is-inner .nav-lang .gtranslate_wrapper a.gflag { opacity: 0.65; }
.header.scrolled .nav-lang .gtranslate_wrapper a.gflag:hover,
.header.is-inner .nav-lang .gtranslate_wrapper a.gflag:hover { opacity: 1; }

@media (max-width: 860px) {
    .nav-lang { display: flex; }
    .nav-lang .gtranslate_wrapper a.gflag { width: 20px; height: 15px; }
}
.nav-right-item { display: flex; align-items: center; gap: 10px; text-decoration: none; padding: 8px 14px; border-radius: 3px; transition: background 0.3s; }
.nav-right-item:hover { background: rgba(255,255,255,0.1); }
.header.scrolled .nav-right-item:hover { background: rgba(201,169,110,0.08); }
.nav-right-icon { width: 32px; height: 32px; border: 1.5px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-right-icon svg { width: 14px; height: 14px; fill: var(--gold); }
.nav-right-texts { display: flex; flex-direction: column; line-height: 1.25; }
.nav-right-main { font-size: 13.5px; font-weight: 700; letter-spacing: 0.5px; color: var(--white); transition: color 0.3s; }
.nav-right-sub { font-size: 9.5px; font-weight: 400; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,0.5); transition: color 0.3s; }
.header.scrolled .nav-right-main { color: var(--dark); }
.header.scrolled .nav-right-sub { color: var(--gray); }
.nav-right-divider { width: 1px; height: 30px; background: rgba(255,255,255,0.18); transition: background 0.45s; }
.header.scrolled .nav-right-divider { background: #e0e0e0; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 26px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s; }
.header.scrolled .hamburger span { background: var(--dark); }
/* Hamburger → X animasyonu */
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── HERO SLIDER ─── */
.hero { position: relative; width: 100%; height: 100vh; min-height: 560px; overflow: hidden; }
.slides-container { display: flex; height: 100%; will-change: transform; cursor: grab; user-select: none; }
.slides-container:active { cursor: grabbing; }
.slide { min-width: 100%; height: 100%; position: relative; overflow: hidden; }
.slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.07); transition: transform 8s ease-out; }
.slide.active .slide-bg { transform: scale(1); }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(10,10,10,0.68) 0%, rgba(10,10,10,0.35) 55%, rgba(10,10,10,0.15) 100%); }
.slide-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 0 10% 80px; max-width: 900px; }
.slide-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 4.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; opacity: 0; transform: translateY(18px); transition: opacity 0.7s 0.3s, transform 0.7s 0.3s; }
.slide-title { font-family: 'Playfair Display', serif; font-size: clamp(26px,3.8vw,52px); font-weight: 700; line-height: 1.15; color: var(--white); margin-bottom: 22px; opacity: 0; transform: translateY(28px); transition: opacity 0.7s 0.5s, transform 0.7s 0.5s; }
.slide-title em { font-style: normal; color: var(--gold); }
.slide-title .brand-name { display: block; font-size: clamp(11px,1.4vw,20px); font-weight: 500; letter-spacing: 4px; color: rgba(232,213,163,0.85); margin-bottom: 8px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; }
.slide-line { width: 56px; height: 2px; background: var(--gold); margin-bottom: 22px; opacity: 0; transform: scaleX(0); transform-origin: left; transition: opacity 0.6s 0.72s, transform 0.6s 0.72s; }
.slide-desc { font-size: clamp(14px,1.5vw,18px); font-weight: 300; color: rgba(255,255,255,0.80); line-height: 1.7; max-width: 520px; opacity: 0; transform: translateY(18px); transition: opacity 0.7s 0.85s, transform 0.7s 0.85s; }
.slide.active .slide-eyebrow, .slide.active .slide-title, .slide.active .slide-desc { opacity: 1; transform: translateY(0); }
.slide.active .slide-line { opacity: 1; transform: scaleX(1); }

.slider-arrows { position: absolute; bottom: 52px; right: 64px; display: flex; gap: 12px; z-index: 10; }
.arrow-btn { width: 50px; height: 50px; border: 1.5px solid rgba(255,255,255,0.35); background: rgba(255,255,255,0.07); backdrop-filter: blur(6px); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.arrow-btn:hover { background: var(--gold); border-color: var(--gold); }
.arrow-btn svg { width: 17px; height: 17px; stroke: var(--white); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.slider-dots { position: absolute; bottom: 66px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.32); cursor: pointer; transition: all 0.4s; border: none; }
.dot.active { background: var(--gold); width: 30px; border-radius: 4px; }

.slide-progress { position: absolute; bottom: 0; left: 0; height: 3px; background: var(--gold); width: 0%; transition: width linear; z-index: 10; }

.scroll-hint { position: absolute; bottom: 58px; left: 9%; display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 10; }
.scroll-hint span { font-size: 9px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.55); writing-mode: vertical-rl; }
.scroll-line { width: 1px; height: 46px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollPulse 2.2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100%{opacity:1;transform:scaleY(1);transform-origin:top} 50%{opacity:.3;transform:scaleY(.6);transform-origin:top} }

/* ─── RESPONSIVE NAV ─── */
@media (max-width: 1100px) { .navbar{padding:0 28px;gap:20px} .nav-links li a{padding:8px 10px;font-size:11px} .nav-right-item{padding:8px 10px} }
@media (max-width: 860px) {
    .navbar { justify-content: space-between; }
    .nav-links { display:none; position:fixed; top:88px; left:0; right:0; background:var(--white); flex-direction:column; align-items:flex-start; padding:16px 28px 28px; box-shadow:0 20px 40px rgba(0,0,0,0.12); gap:0; }
    .nav-links.open { display:flex; }
    .nav-links li { width:100%; }
    .nav-links li a { color:var(--dark) !important; padding:14px 4px; font-size:13px; border-bottom:1px solid #f0f0f0; }
    .nav-links li.current-menu-item > a { color:var(--gold) !important; font-weight:700; }
    .nav-links li a::after { display:none; }
    .hamburger { display:flex; }
    /* Mobil sub-menu */
    .nav-links > li.has-children > a { display:flex; justify-content:space-between; align-items:center; }
    .sub-menu { position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; border-top:none; padding:0; display:none; background:#f9f9f9; }
    .nav-links > li.has-children.open > .sub-menu { display:block; }
    .sub-menu li a { padding:12px 4px 12px 20px !important; font-size:12px !important; border-bottom:1px solid #ebebeb; color:var(--dark) !important; background:transparent; }
    .sub-menu li + li { border-top:none; }
    .sub-arrow { transition:transform 0.22s; }
    .nav-links > li.has-children.open .sub-arrow { transform:rotate(180deg); }
    .slide-content { padding:0 6% 100px; }
    .slider-arrows { right:20px; bottom:20px; }
    .scroll-hint { display:none; }
}
@media (max-width: 560px) { .nav-right-texts{display:none} .nav-right-item{padding:8px} .navbar{padding:0 20px;height:72px} .logo-wrap img{height:44px} }

/* ─── DAİRE TİPLERİ ─── */
.units-section { background: #F8F6F2; padding: 96px 0 100px; }
.units-header { max-width:1320px; margin:0 auto 60px; padding:0 48px; display:flex; flex-direction:column; align-items:center; text-align:center; gap:14px; }
.section-eyebrow { font-size:10.5px; font-weight:700; letter-spacing:5px; text-transform:uppercase; color:var(--gold); }
.section-title { font-family:'Playfair Display',serif; font-size:clamp(28px,3.5vw,44px); font-weight:700; color:var(--dark); line-height:1.15; }
.section-divider { width:48px; height:2px; background:var(--gold); margin-top:4px; }
.units-grid { max-width:1320px; margin:0 auto; padding:0 48px; display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.unit-card { background:var(--white); border-radius:4px; overflow:hidden; display:flex; flex-direction:column; box-shadow:0 4px 24px rgba(0,0,0,0.06); transition:transform 0.38s ease,box-shadow 0.38s ease; }
.unit-card:hover { transform:translateY(-8px); box-shadow:0 16px 48px rgba(0,0,0,0.12); }
.unit-card-img { position:relative; overflow:hidden; aspect-ratio:4/3; }
.unit-card-img img { width:100%; height:100%; object-fit:cover; display:block; transition:transform 0.7s ease; }
.unit-card:hover .unit-card-img img { transform:scale(1.06); }
.unit-badge { position:absolute; top:20px; left:20px; background:var(--dark); color:var(--gold); font-size:11px; font-weight:700; letter-spacing:2px; text-transform:uppercase; padding:6px 14px; border-radius:2px; }
.unit-card-body { padding:32px 30px 36px; display:flex; flex-direction:column; flex:1; }
.unit-card-title { font-family:'Playfair Display',serif; font-size:22px; font-weight:700; color:var(--dark); margin-bottom:16px; }
.unit-card-gold-line { width:36px; height:2px; background:var(--gold); margin-bottom:18px; transition:width 0.4s ease; }
.unit-card:hover .unit-card-gold-line { width:60px; }
.unit-card-desc { font-size:13.5px; font-weight:400; color:#555; line-height:1.75; flex:1; }
.unit-card-desc strong { display:block; font-size:14px; font-weight:600; color:var(--dark); margin-bottom:8px; }
.unit-card-alts { margin-top:18px; display:flex; flex-wrap:wrap; gap:7px; }
.unit-alt-tag { font-size:10.5px; font-weight:600; letter-spacing:0.8px; color:var(--gold); background:rgba(201,169,110,0.1); border:1px solid rgba(201,169,110,0.3); padding:4px 10px; border-radius:2px; }
.unit-card-cta { display:inline-flex; align-items:center; gap:8px; margin-top:26px; font-size:11.5px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:var(--dark); text-decoration:none; transition:color 0.3s; }
.unit-card-cta svg { width:16px; height:16px; stroke:currentColor; fill:none; stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round; transition:transform 0.3s; }
.unit-card-cta:hover { color:var(--gold); }
.unit-card-cta:hover svg { transform:translateX(4px); }
@media (max-width:960px) { .units-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:600px) { .units-grid{grid-template-columns:1fr;padding:0 20px} .units-header{padding:0 20px} }

/* ─── AVANTAJLAR ─── */
.advantages-section { position:relative; overflow:hidden; }
.adv-bg { position:absolute; inset:0; background-size:cover; background-position:center 30%; transform:scale(1.04); transition:transform 12s ease; }
.advantages-section:hover .adv-bg { transform:scale(1); }
.adv-overlay { position:absolute; inset:0; background:linear-gradient(to bottom,rgba(10,10,10,0.72) 0%,rgba(10,10,10,0.80) 40%,rgba(10,10,10,0.90) 100%); }
.adv-inner { position:relative; z-index:2; max-width:1320px; margin:0 auto; padding:100px 48px 110px; display:flex; flex-direction:column; align-items:center; gap:72px; }
.adv-top { text-align:center; display:flex; flex-direction:column; align-items:center; gap:14px; }
.adv-eyebrow { font-size:10.5px; font-weight:700; letter-spacing:5px; text-transform:uppercase; color:var(--gold); }
.adv-title { font-family:'Playfair Display',serif; font-size:clamp(28px,3.6vw,48px); font-weight:700; color:var(--white); line-height:1.18; }
.adv-subtitle { font-size:14px; font-weight:300; color:rgba(255,255,255,0.55); letter-spacing:0.3px; }
.adv-title-divider { width:48px; height:2px; background:var(--gold); }
.adv-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; width:100%; }
.adv-card { background:rgba(255,255,255,0.05); border:1px solid rgba(201,169,110,0.20); backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); border-radius:4px; padding:40px 32px 44px; display:flex; flex-direction:column; gap:20px; transition:background 0.4s,border-color 0.4s,transform 0.4s; }
.adv-card:hover { background:rgba(255,255,255,0.09); border-color:rgba(201,169,110,0.55); transform:translateY(-6px); }
.adv-card-icon { width:52px; height:52px; border:1.5px solid rgba(201,169,110,0.5); border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:border-color 0.4s,background 0.4s; }
.adv-card:hover .adv-card-icon { background:rgba(201,169,110,0.12); border-color:var(--gold); }
.adv-card-icon svg { width:20px; height:20px; stroke:var(--gold); fill:none; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.adv-card-line { width:32px; height:1.5px; background:var(--gold); opacity:0.5; transition:width 0.4s,opacity 0.4s; }
.adv-card:hover .adv-card-line { width:52px; opacity:1; }
.adv-card-title { font-family:'Playfair Display',serif; font-size:18px; font-weight:700; color:var(--white); line-height:1.3; }
.adv-card-text { font-size:13px; font-weight:300; color:rgba(255,255,255,0.60); line-height:1.8; flex:1; }
@media (max-width:900px) { .adv-cards{grid-template-columns:1fr;max-width:520px;margin:0 auto} .adv-inner{padding:72px 24px 80px;gap:52px} }
@media (max-width:560px) { .adv-inner{padding:60px 16px 68px} .adv-card{padding:28px 22px 32px} }

/* ─── LOKASYON ─── */
.location-section { background:#FAFAFA; padding:72px 0; overflow:hidden; }
.loc-wrap { max-width:1200px; margin:0 auto; padding:0 48px; display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:start; }
.loc-left,.loc-right-col { display:flex; flex-direction:column; }
.loc-eyebrow { font-size:9.5px; font-weight:700; letter-spacing:5px; text-transform:uppercase; color:var(--gold); margin-bottom:12px; }
.loc-title { font-family:'Playfair Display',serif; font-size:clamp(20px,2.4vw,30px); font-weight:700; color:var(--dark); line-height:1.2; margin-bottom:14px; }
.loc-divider { width:36px; height:2px; background:var(--gold); margin-bottom:18px; }
.loc-text { font-size:13px; font-weight:400; color:#606060; line-height:1.85; margin-bottom:28px; }
.loc-nearby-heading { font-size:9.5px; font-weight:700; letter-spacing:4px; text-transform:uppercase; color:var(--gold); margin-bottom:14px; }
.loc-proximity { display:flex; flex-direction:column; margin-bottom:28px; }
.loc-prox-item { display:flex; align-items:center; gap:12px; padding:11px 0; border-top:1px solid #E8E8E8; transition:padding-left 0.3s; }
.loc-prox-item:last-child { border-bottom:1px solid #E8E8E8; }
.loc-prox-item:hover { padding-left:4px; }
.loc-prox-icon { width:30px; height:30px; background:rgba(201,169,110,0.10); border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:background 0.3s; }
.loc-prox-item:hover .loc-prox-icon { background:rgba(201,169,110,0.22); }
.loc-prox-icon svg { width:13px; height:13px; stroke:var(--gold); fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.loc-prox-body { flex:1; }
.loc-prox-name { font-size:12.5px; font-weight:600; color:var(--dark); display:block; }
.loc-prox-detail { font-size:11px; font-weight:400; color:#aaa; margin-top:1px; }
.loc-prox-dist { font-family:'Playfair Display',serif; font-size:15px; font-weight:700; color:var(--gold); flex-shrink:0; }
.loc-actions { display:flex; align-items:center; gap:20px; flex-wrap:wrap; }
.loc-btn { display:inline-flex; align-items:center; gap:8px; text-decoration:none; transition:all 0.3s; font-family:'Montserrat',sans-serif; }
.loc-btn svg { width:15px; height:15px; stroke:currentColor; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; }
.loc-btn-outline { border:1.5px solid var(--gold); color:var(--dark); padding:10px 20px; font-size:10px; font-weight:700; letter-spacing:2px; text-transform:uppercase; border-radius:2px; }
.loc-btn-outline svg { stroke:var(--gold); }
.loc-btn-outline:hover { background:var(--gold); color:var(--white); }
.loc-btn-outline:hover svg { stroke:var(--white); }
.loc-btn-text { color:var(--dark); padding:2px 0; }
.loc-btn-text svg { stroke:var(--gold); width:18px; height:18px; }
.loc-btn-text span { display:flex; flex-direction:column; line-height:1.3; }
.loc-btn-text strong { font-size:11px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:var(--dark); }
.loc-btn-text em { font-style:normal; font-size:10px; font-weight:400; color:#aaa; }
.loc-btn-text:hover strong { color:var(--gold); }
@media (max-width:860px) { .loc-wrap{grid-template-columns:1fr;gap:40px;padding:0 24px} }
@media (max-width:480px) { .location-section{padding:52px 0} .loc-wrap{padding:0 16px} }

/* ─── FOOTER ─── */
.footer { background: #162236; }
.footer-main { display:grid; grid-template-columns:1fr 1fr; max-width:1380px; margin:0 auto; }
.footer-left { padding:72px 56px 72px 48px; }
.footer-eyebrow { font-size:9px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:rgba(255,255,255,0.45); margin-bottom:10px; }
.footer-left-title { font-family:'Playfair Display',serif; font-size:30px; font-weight:700; color:var(--white); margin-bottom:14px; }
.footer-left-desc { font-size:12.5px; font-weight:300; color:rgba(255,255,255,0.42); line-height:1.8; max-width:380px; margin-bottom:36px; }
.footer-cols { display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-bottom:36px; }
.footer-col-label { font-size:8.5px; font-weight:700; letter-spacing:3px; text-transform:uppercase; color:rgba(255,255,255,0.28); margin-bottom:14px; }
.footer-col-row { display:flex; align-items:flex-start; gap:8px; margin-bottom:9px; }
.footer-col-row svg { width:13px; height:13px; stroke:var(--gold); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; margin-top:2px; }
.footer-col-row span,.footer-col-row a { font-size:13px; font-weight:300; color:rgba(255,255,255,0.65); text-decoration:none; line-height:1.6; transition:color 0.3s; }
.footer-col-row a:hover { color:var(--gold); }
.footer-social { display:flex; gap:18px; margin-bottom:32px; align-items:center; }
.footer-social a { display:flex; align-items:center; justify-content:center; text-decoration:none; transition:all 0.3s; }
.footer-social svg { width:16px; height:16px; fill:rgba(255,255,255,0.45); stroke:none; transition:fill 0.3s; }
.footer-social a:hover svg { fill:var(--gold); }
.footer-map-btn { display:inline-flex; align-items:center; gap:12px; border:1.5px solid rgba(255,255,255,0.20); padding:12px 22px; text-decoration:none; transition:all 0.3s; }
.footer-map-btn:hover { border-color:var(--gold); background:rgba(201,169,110,0.08); }
.footer-map-btn svg { width:20px; height:20px; stroke:var(--gold); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; }
.footer-map-texts { display:flex; flex-direction:column; line-height:1.3; }
.footer-map-texts strong { font-size:10.5px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:var(--white); }
.footer-map-texts em { font-style:normal; font-size:9.5px; font-weight:300; color:rgba(255,255,255,0.36); }
.footer-right { padding:72px 56px; background:rgba(0,0,0,0.12); border-left:1px solid rgba(255,255,255,0.09); }
.footer-form-eyebrow { font-size:9px; font-weight:600; letter-spacing:4px; text-transform:uppercase; color:rgba(255,255,255,0.45); margin-bottom:10px; }
.footer-form-title { font-family:'Playfair Display',serif; font-size:28px; font-weight:700; color:var(--white); margin-bottom:32px; }
.footer-form { display:flex; flex-direction:column; gap:0; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-bottom:22px; }
.form-group { border-bottom:1px solid rgba(255,255,255,0.14); padding-bottom:8px; transition:border-color 0.3s; }
.form-group:focus-within { border-color:var(--gold); }
.form-group input,.form-group select { background:transparent; border:none; outline:none; font-family:'Montserrat',sans-serif; font-size:12.5px; font-weight:300; color:var(--white); width:100%; padding:6px 0 4px; }
.form-group input::placeholder { color:rgba(255,255,255,0.33); }
.form-group select { color:rgba(255,255,255,0.33); cursor:pointer; -webkit-appearance:none; appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.3)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 4px center; padding-right:20px; }
.form-group select:focus,.form-group select.filled { color:var(--white); }
.form-group select option { background:#162236; color:var(--white); }
.form-full { border:1px solid rgba(255,255,255,0.14); margin-bottom:22px; transition:border-color 0.3s; }
.form-full:focus-within { border-color:rgba(255,255,255,0.32); }
.form-full textarea { background:transparent; border:none; outline:none; font-family:'Montserrat',sans-serif; font-size:12.5px; font-weight:300; color:var(--white); width:100%; resize:none; min-height:90px; padding:12px; box-sizing:border-box; }
.form-full textarea::placeholder { color:rgba(255,255,255,0.33); }
.form-kvkk { display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.form-kvkk input[type="checkbox"] { width:14px; height:14px; accent-color:var(--gold); flex-shrink:0; cursor:pointer; }
.form-kvkk label { font-size:11.5px; font-weight:300; color:rgba(255,255,255,0.45); cursor:pointer; }
.form-kvkk label a { color:var(--gold); text-decoration:none; font-weight:600; }
.form-submit { width:100%; background:#0d1c2e; border:1.5px solid rgba(255,255,255,0.10); color:var(--white); font-family:'Montserrat',sans-serif; font-size:11px; font-weight:700; letter-spacing:3px; text-transform:uppercase; padding:17px; cursor:pointer; transition:all 0.35s; }
.form-submit:hover { background:var(--gold); border-color:var(--gold); color:var(--dark); }
.footer-bottom { background:var(--white); border-top:1px solid #E8E8E8; padding:20px 48px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.footer-bottom-logo { display:flex; align-items:center; gap:10px; text-decoration:none; }
.footer-bottom-logo img { height:36px; width:auto; }
.footer-bottom-logo-texts { display:flex; flex-direction:column; gap:1px; }
.footer-bottom-logo-texts span { font-size:11px; color:#888; }
.footer-bottom-center { display:flex; flex-direction:column; align-items:center; gap:4px; }
.footer-bottom-center a { font-size:11.5px; font-weight:500; color:#555; text-decoration:none; transition:color 0.3s; }
.footer-bottom-center a:hover { color:var(--gold); }
.footer-bottom-center p { font-size:11px; color:#aaa; }
.footer-bottom-right { font-size:11px; color:#888; text-align:right; line-height:1.65; max-width:340px; }
.footer-bottom-disclaimer { display:flex; align-items:flex-start; gap:7px; }
.footer-bottom-disclaimer-icon { width:22px; height:22px; border:2px solid #C9A96E; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px; }
.footer-bottom-disclaimer-icon svg { width:11px; height:11px; stroke:#C9A96E; fill:none; stroke-width:2.5; stroke-linecap:round; }
@media (max-width:1000px) { .footer-main{grid-template-columns:1fr} .footer-left{border-bottom:1px solid rgba(255,255,255,0.06);padding:52px 28px} .footer-right{padding:52px 28px;border-left:none} .footer-bottom{flex-direction:column;align-items:flex-start;padding:20px 28px} .footer-bottom-center{align-items:flex-start} .footer-bottom-right{text-align:left} }
@media (max-width:560px) { .footer-cols{grid-template-columns:1fr} .form-row{grid-template-columns:1fr;gap:18px} .footer-left,.footer-right{padding:44px 16px} }

/* ─── CONTACT FORM 7 — Footer formu ─── */
.footer-cf7-wrap .wpcf7{margin:0}
.footer-cf7-wrap .wpcf7-form-control-wrap{display:block;width:100%}
.footer-cf7-row{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:22px}
.footer-cf7-wrap .wpcf7-text,
.footer-cf7-wrap .wpcf7-tel,
.footer-cf7-wrap .wpcf7-email{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.14);padding:6px 0 8px;font-family:inherit;font-size:13px;color:var(--white);transition:border-color .3s;box-sizing:border-box}
.footer-cf7-wrap .wpcf7-text:focus,
.footer-cf7-wrap .wpcf7-tel:focus,
.footer-cf7-wrap .wpcf7-email:focus{outline:none;border-color:var(--gold)}
.footer-cf7-wrap .wpcf7-text::placeholder,
.footer-cf7-wrap .wpcf7-tel::placeholder,
.footer-cf7-wrap .wpcf7-email::placeholder{color:rgba(255,255,255,.35)}
.footer-cf7-wrap .wpcf7-select{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.14);padding:6px 0 8px;font-family:inherit;font-size:13px;color:var(--white);transition:border-color .3s;box-sizing:border-box;cursor:pointer}
.footer-cf7-wrap .wpcf7-select option{background:#162236;color:var(--white)}
.footer-cf7-wrap .wpcf7-select:focus{outline:none;border-color:var(--gold)}
.footer-cf7-wrap .wpcf7-textarea{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.14);padding:6px 0 8px;font-family:inherit;font-size:13px;color:var(--white);resize:none;box-sizing:border-box;margin-bottom:20px;transition:border-color .3s}
.footer-cf7-wrap .wpcf7-textarea::placeholder{color:rgba(255,255,255,.35)}
.footer-cf7-wrap .wpcf7-textarea:focus{outline:none;border-color:var(--gold)}
/* Footer KVKK */
.footer-cf7-wrap .wpcf7-acceptance{display:block;margin-bottom:24px}
.footer-cf7-wrap .wpcf7-acceptance label{display:flex;align-items:center;gap:10px;font-size:11.5px;font-weight:300;color:rgba(255,255,255,.45);cursor:pointer}
.footer-cf7-wrap .wpcf7-acceptance input[type=checkbox]{width:14px;height:14px;accent-color:var(--gold);flex-shrink:0}
.footer-cf7-wrap .wpcf7-acceptance a{color:var(--gold);text-decoration:none;font-weight:600}
/* Footer submit */
.footer-cf7-wrap .wpcf7-submit{width:100%;background:#0d1c2e;border:1.5px solid rgba(255,255,255,.10);color:var(--white);font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;padding:17px;cursor:pointer;transition:all .35s}
.footer-cf7-wrap .wpcf7-submit:hover{background:var(--gold);border-color:var(--gold);color:var(--dark)}
/* Footer CF7 response */
.footer-cf7-wrap .wpcf7-response-output{margin-top:12px;padding:10px 14px;border-radius:4px;font-size:12px;font-weight:600;border-left-width:3px}
.footer-cf7-wrap .wpcf7-not-valid{border-color:rgba(255,100,100,.5)!important}
.footer-cf7-wrap .wpcf7-not-valid-tip{font-size:11px;color:#ff8080;display:block;margin-top:3px}
@media(max-width:560px){.footer-cf7-row{grid-template-columns:1fr;gap:14px}}

/* ─── CONTACT FORM 7 — İletişim Sayfası ─── */
.contact-left .wpcf7{margin:0}
.contact-left .wpcf7-form-control-wrap{display:block;width:100%}
/* Wrap CF7 text inputs to match .form-field border-bottom style */
.contact-left .form-field .wpcf7-form-control-wrap,
.contact-left .form-field-full .wpcf7-form-control-wrap{display:block}
.contact-left .wpcf7-text,
.contact-left .wpcf7-tel,
.contact-left .wpcf7-email{background:transparent;border:none;outline:none;font-family:'Montserrat',sans-serif;font-size:13px;color:var(--dark);width:100%;padding:6px 0 4px}
.contact-left .wpcf7-text::placeholder,
.contact-left .wpcf7-tel::placeholder,
.contact-left .wpcf7-email::placeholder{color:#9CA3AF}
.contact-left .wpcf7-textarea{background:transparent;border:none;outline:none;font-family:'Montserrat',sans-serif;font-size:13px;color:var(--dark);width:100%;resize:none;min-height:70px;padding:6px 0}
.contact-left .wpcf7-textarea::placeholder{color:#9CA3AF}
/* Submit = form-submit-btn style */
.contact-left .wpcf7-submit,.contact-left .form-submit-btn{width:100%;background:var(--navy);border:none;color:var(--white);font-family:'Montserrat',sans-serif;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;padding:18px;border-radius:40px;cursor:pointer;transition:background .35s,transform .2s}
.contact-left .wpcf7-submit:hover,.contact-left .form-submit-btn:hover{background:#0f1a28;transform:translateY(-1px)}
/* CF7 acceptance → KVKK style */
.contact-left .wpcf7-acceptance{display:block;margin-bottom:28px}
.contact-left .wpcf7-acceptance label{display:flex;align-items:center;gap:14px;cursor:pointer}
.contact-left .wpcf7-acceptance input[type=checkbox]{display:none}
.contact-left .wpcf7-acceptance label::before{content:'';width:34px;height:34px;border-radius:50%;border:2px solid var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s;background:var(--white)}
.contact-left .wpcf7-acceptance label:has(input:checked)::before{background:var(--navy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline points='20 6 9 17 4 12' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat}
.contact-left .wpcf7-acceptance .wpcf7-list-item-label{font-size:12.5px;font-weight:400;color:#555;line-height:1.5}
.contact-left .wpcf7-acceptance .wpcf7-list-item-label a{color:var(--navy);font-weight:600;text-decoration:none}
.contact-left .wpcf7-acceptance .wpcf7-list-item-label a:hover{color:var(--gold)}
/* CF7 response */
.contact-left .wpcf7-response-output{margin:12px 0;padding:14px 18px;border-radius:4px;font-size:13px;font-weight:600;border-left-width:3px}
.contact-left .wpcf7-not-valid{border-color:var(--gold)!important}
.contact-left .wpcf7-not-valid-tip{font-size:11px;color:#e55;margin-top:3px;display:block}
