/* Vera İncek — Gotham Book / Gotham Bold */

@font-face {
    font-family: 'DIN Condensed';
    src: url('../fonts/DINCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --c1: #ffffff;
    --c2: #f57e2a;
    --c3: #141414;
    --c4: #3d444b;
    --c5: #4a5057;
    --h3: 24rem;
    --text: 16rem;
    --g1: linear-gradient(180deg, #3d444b 0%, #1a1e22 99.48%);
    --g2: linear-gradient(180deg, #3d444b 18.75%, #000000 99.48%);
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html,
body,
input,
textarea,
button,
select,
h1,
h2,
h3,
h4,
h5,
h6,
.banner-h1,
.subheading,
.slogan-text,
.about-team-text,
.info-text,
.invest-info-text,
.footer-text,
.header-nav a,
.link-flash,
.button,
.float-call,
.lifestyle-card,
.location-wrap,
.join-intro,
.banner-campaign,
.banner-line,
.banner-brandline,
.banner-offer,
.banner-phone {
    font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
}

h1,
h2,
.banner-h1,
.text-inner {
    font-weight: 700;
    letter-spacing: 0.04em;
}

.button {
    background-color: var(--c2) !important;
    color: var(--c1) !important;
}

.button:hover {
    background-color: #fd8029 !important;
}

.loader::before {
    background-image: url(../images/media/slide1.jpeg);
}

.loader-bg {
    background-image: url(../images/key-bg-vera.svg);
}

.loader::before {
    background-image: url(../images/img_2022.jpg);
}

.loader-key,
.key {
    background-image: url(../images/celikoglu-logo.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.loader-key {
    width: 200rem;
    height: 52rem;
}

.key {
    width: 150rem;
    height: 42rem;
}

.banner-slide video,
.banner-slide img {
    width: 100%;
    height: 110%;
    object-fit: cover;
    display: block;
}

.banner-slide video {
    pointer-events: none;
}

/* Slider reklam söylemleri */
.banner::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(
        105deg,
        rgba(15, 22, 32, 0.92) 0%,
        rgba(15, 22, 32, 0.78) 34%,
        rgba(15, 22, 32, 0.2) 58%,
        transparent 72%
    );
}

.banner-block {
    align-items: flex-start;
    flex-direction: column;
    max-width: 560rem;
}

.banner-campaign {
    text-align: left;
}

.banner-headlines {
    margin-bottom: 8rem;
}

.banner-line {
    margin: 0;
    font-family: 'DIN Condensed', 'Gotham', system-ui, sans-serif !important;
    font-size: clamp(28px, 3.4vw, 50rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--c1);
}

.banner-line--accent {
    margin-top: 6rem;
    font-family: 'DIN Condensed', 'Gotham', system-ui, sans-serif !important;
    font-size: clamp(40px, 5vw, 72rem);
    font-weight: 900;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--c2);
}

.banner-divider {
    width: min(100%, 420rem);
    height: 2px;
    margin: 22rem 0 20rem;
    background: var(--c2);
    border: 0;
}

.banner-brandline {
    margin: 0 0 24rem;
    font-size: clamp(18px, 2.2vw, 28rem);
    font-weight: 400;
    line-height: 1.35;
    color: var(--c1);
}

.banner-vera {
    color: var(--c2);
    font-weight: 700;
}

.banner-incek {
    color: var(--c1);
    font-weight: 700;
}

.banner-offer {
    display: flex;
    align-items: stretch;
    width: min(100%, 380rem);
    margin-bottom: 24rem;
    border: 2px solid var(--c2);
}

.banner-offer__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16rem 12rem;
    text-align: center;
}

.banner-offer__big {
    font-size: clamp(22px, 2.8vw, 36rem);
    font-weight: 700;
    line-height: 1;
    color: var(--c1);
}

.banner-offer__big--accent {
    color: var(--c2);
}

.banner-offer__label {
    margin-top: 6rem;
    font-size: clamp(11px, 1.2vw, 14rem);
    font-weight: 400;
    letter-spacing: 0.14em;
    color: var(--c1);
}

.banner-offer__sep {
    width: 1px;
    background: rgba(255, 255, 255, 0.45);
}

.banner-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14rem;
    margin-bottom: 24rem;
}

.banner-phone {
    font-size: clamp(24px, 3vw, 40rem);
    font-weight: 700;
    line-height: 1;
    color: var(--c1);
    text-decoration: none;
    letter-spacing: 0.04em;
}

.banner-phone:hover {
    color: var(--c2);
}

.banner-celikoglu-link {
    display: inline-flex;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.banner-celikoglu-link:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}
.banner-celikoglu {
    width: auto;
    height: 56rem;
    max-width: 260rem;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.banner-cta {
    margin: 0 !important;
}

.header-logo {
    top: -4rem;
}

.header-logo a {
    display: block;
    line-height: 0;
}

.header-logo img {
    height: clamp(56px, 10vh, 128rem) !important;
    width: auto;
    min-width: 220rem;
    max-width: min(520rem, 62vw);
    object-fit: contain;
    object-position: center center;
    filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.45));
}

.header-phone {
    display: none !important;
}

.header-block {
    min-height: 88rem;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20rem;
}

.footer-logo img.logo-vera {
    height: 88rem;
    width: auto;
    max-width: 360rem;
    object-fit: contain;
}

.footer-logo img.logo-celikoglu {
    height: 36rem;
    width: auto;
    max-width: 200rem;
    object-fit: contain;
    opacity: 0.95;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24rem 40rem;
    margin-top: 40rem;
    list-style: none;
    padding: 0;
}

.features-grid li {
    position: relative;
    padding-left: 28rem;
    font-size: 17rem;
    line-height: 160%;
    color: var(--c1);
}

.features-grid li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: var(--c2);
}

.apartment-types {
    display: flex;
    flex-wrap: wrap;
    gap: 24rem;
    margin-top: 32rem;
}

.apartment-card {
    flex: 1 1 240rem;
    padding: 28rem 32rem;
    background: rgba(245, 126, 42, 0.1);
    border: 1px solid rgba(245, 126, 42, 0.35);
}

.apartment-card strong {
    display: block;
    font-size: var(--h3);
    font-weight: 700;
    color: var(--c2);
    margin-bottom: 12rem;
    letter-spacing: 0.06em;
}

.apartment-card span {
    font-size: var(--text);
    line-height: 150%;
    color: rgba(255, 255, 255, 0.88);
}

.map-note {
    margin-top: 24rem;
    font-size: 14rem;
    opacity: 0.7;
    line-height: 160%;
}

.footer-studio {
    display: none;
}

.wpcf7-response-output {
    display: none;
}

.join-intro {
    max-width: 520rem;
    margin: 0 auto 40rem;
    text-align: center;
    font-size: var(--text);
    line-height: 165%;
    color: rgba(255, 255, 255, 0.8);
}

.join-intro a {
    color: var(--c2);
    text-decoration: none;
}

.join-intro a:hover {
    color: #fd8029;
}

.link-flash::after,
.header-nav a:hover,
.footer-nav a:hover {
    color: var(--c2);
}

/* Türkçe harf aralığı */
html[lang="tr"] .loader-box .line-inner {
    letter-spacing: 0.08em;
}

html[lang="tr"] .button,
html[lang="tr"] .link-flash {
    letter-spacing: 0.06em;
}

/* Türkçe metinlerde büyük harf dönüşümü kapalı kalsın */
html[lang="tr"] body *:not(.upper) {
    text-transform: none;
}

/* Yaşam temaları — katalog */
.lifestyle-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28rem;
    margin: 80rem 0;
}

.lifestyle-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6rem;
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.lifestyle-card:hover {
    transform: translateY(-6rem);
    border-color: rgba(255, 255, 255, 0.16);
}

.lifestyle-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.lifestyle-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.lifestyle-card:hover .lifestyle-card__media img {
    transform: scale(1.05);
}

.lifestyle-card__body {
    padding: 40rem 36rem 44rem;
    border-left: 3px solid var(--c2);
}

.lifestyle-card h3 {
    margin: 0 0 16rem;
    font-size: 24rem;
    font-weight: 700;
    color: var(--c2);
    letter-spacing: 0.04em;
}

.lifestyle-card p {
    margin: 0;
    font-size: 17rem;
    line-height: 170%;
    color: rgba(255, 255, 255, 0.92);
}

/* Konum */
.location-wrap {
    margin-top: 120rem;
    padding-bottom: 40rem;
}

.location-top {
    margin-bottom: 48rem;
}

.location-content {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48rem;
    align-items: start;
}

.location-map img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid rgba(245, 126, 42, 0.25);
}

.location-lead {
    font-size: var(--text);
    line-height: 170%;
    color: var(--c1);
    margin: 0 0 28rem;
}

.location-address {
    margin-bottom: 28rem;
    padding: 24rem 28rem;
    background: rgba(245, 126, 42, 0.1);
    border: 1px solid rgba(245, 126, 42, 0.3);
}

.location-address strong {
    display: block;
    color: var(--c2);
    font-size: 14rem;
    letter-spacing: 0.1em;
    margin-bottom: 8rem;
}

.location-address span {
    font-size: var(--text);
    line-height: 150%;
    color: var(--c1);
}

.landmarks-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12rem 24rem;
}

.landmarks-list li {
    position: relative;
    padding-left: 18rem;
    font-size: 15rem;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.85);
}

.landmarks-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6rem;
    height: 6rem;
    background: var(--c2);
    border-radius: 50%;
}

/* Yüzen Sizi Arayalım */
.float-call {
    position: fixed;
    right: 24rem;
    bottom: 24rem;
    z-index: 400;
    font-family: 'Gotham', system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.float-call__toggle {
    display: flex;
    align-items: center;
    gap: 12rem;
    padding: 16rem 22rem;
    border: none;
    border-radius: 999px;
    background: var(--c2);
    color: var(--c1);
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    transition: background 0.25s ease, transform 0.25s ease;
    font-size: 15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.float-call__toggle:hover {
    background: #fd8029;
    transform: translateY(-2px);
}

.float-call__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-call.is-open .float-call__toggle {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9);
}

.float-call__panel {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(360px, calc(100vw - 32rem));
    padding: 28rem 24rem 24rem;
    background: var(--c4);
    border: 1px solid rgba(245, 126, 42, 0.4);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.96);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    pointer-events: none;
}

.float-call.is-open .float-call__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.float-call__close {
    position: absolute;
    top: 12rem;
    right: 14rem;
    width: 32rem;
    height: 32rem;
    border: none;
    background: transparent;
    color: var(--c1);
    font-size: 28rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.7;
}

.float-call__close:hover {
    opacity: 1;
}

.float-call__title {
    margin: 0 32rem 8rem 0;
    font-size: 22rem;
    font-weight: 700;
    color: var(--c1);
}

.float-call__desc {
    margin: 0 0 20rem;
    font-size: 14rem;
    line-height: 155%;
    color: rgba(255, 255, 255, 0.75);
}

.float-call__form {
    display: flex;
    flex-direction: column;
    gap: 12rem;
}

.float-call__form input {
    width: 100%;
    padding: 14rem 16rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
    color: var(--c1);
    font-size: 15rem;
}

.float-call__form .button {
    width: 100%;
    margin-top: 4rem;
}

.float-call__phone {
    display: block;
    margin-top: 16rem;
    text-align: center;
    font-size: 18rem;
    color: var(--c2);
    text-decoration: none;
}

.float-call__phone:hover {
    color: #fd8029;
}

.float-call__thanks {
    margin: 0;
    padding: 16rem 0;
    text-align: center;
    color: var(--c1);
    font-size: 15rem;
    line-height: 160%;
}

.float-call.is-sent .float-call__form,
.float-call.is-sent .float-call__desc {
    display: none;
}

/* Header: logo solda, menü + buton sağda (masaüstü) */
@media (min-width: 1024px) {
    .header-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40rem;
    }
    .header-logo {
        position: static;
        transform: none;
        left: auto;
        top: auto;
    }
    .header-nav {
        display: flex;
        align-items: center;
        gap: 36rem;
        padding: 0;
    }
    .header-nav-list:first-child {
        margin-right: 0;
    }
    .header-call {
        padding: 12rem 28rem;
        font-weight: 700;
        white-space: nowrap;
    }
    .header-call::before {
        display: none;
    }
}

/* ===== İstatistik sayacı ===== */
.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32rem;
    margin: 0 0 140rem;
    padding: 56rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.stat {
    text-align: center;
}
.stat__num {
    font-size: clamp(40px, 5vw, 72rem);
    font-weight: 700;
    line-height: 1;
    color: var(--c2);
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
}
.stat__num .stat__prefix {
    font-size: 0.7em;
}
.stat__label {
    margin-top: 18rem;
    font-size: 17rem;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 768px) {
    .stat__num {
        font-size: clamp(52px, 12vw, 72rem);
    }
    .stat__label {
        font-size: 16rem;
    }
}

@media (max-width: 768px) {
    .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 48rem 24rem;
        margin-bottom: 80rem;
    }
    .stat__num {
        font-size: clamp(52px, 10vw, 72rem);
    }
    .stat__label {
        font-size: 18rem;
    }
}

/* ===== Modern bölümler: Özellikler & Daireler ===== */

.eyebrow {
    display: inline-block;
    margin-bottom: 16rem;
    font-size: 14rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--c2);
}

/* Yeni bölüm başlıklarında reveal slide-clip kapalı (kayma/kırpılma olmasın) */
.about .text-wrap,
.features .text-wrap,
.residences .text-wrap,
.showcase .text-wrap {
    overflow: visible;
    padding: 0;
    margin: 0;
}
.about .text-inner,
.features .text-inner,
.residences .text-inner,
.showcase .text-inner {
    transform: none;
}

/* ===== Hakkında ===== */
.main-wrap .about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64rem;
    align-items: center;
    max-width: none;
    margin: 0 0 120rem;
}
.about__content h2 {
    margin: 0 0 18rem;
    text-align: left;
    font-size: clamp(40px, 5vw, 72rem);
    line-height: 104%;
}
.about__content .subheading {
    text-align: left;
    margin-bottom: 32rem;
}
.about__text {
    margin: 0 0 22rem;
    font-size: var(--text);
    line-height: 178%;
    color: rgba(255, 255, 255, 0.82);
}
.about__text:last-of-type {
    margin-bottom: 32rem;
}
.about__media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 8rem;
}
.about__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1023px) {
    .main-wrap .about {
        grid-template-columns: 1fr;
        gap: 36rem;
        margin-bottom: 80rem;
    }
    .about__media {
        aspect-ratio: 16 / 10;
    }
}

/* ===== Drone video showcase ===== */
.showcase {
    display: grid;
    grid-template-columns: 0.82fr 1fr;
    gap: 64rem;
    align-items: center;
    margin: 0 0 140rem;
}
.showcase__content h2 {
    margin: 0 0 18rem;
    text-align: left;
    font-size: clamp(36px, 4.4vw, 60rem);
    line-height: 106%;
}
.showcase__content .subheading {
    text-align: left;
    margin-bottom: 28rem;
}
.showcase__text {
    margin: 0;
    font-size: var(--text);
    line-height: 178%;
    color: rgba(255, 255, 255, 0.82);
}
.showcase-video {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8rem;
    cursor: pointer;
    background: #000;
}
.showcase-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
    transition: transform 0.6s ease;
}
.showcase-video:not(.is-playing):hover .showcase-media {
    transform: scale(1.03);
}
.showcase-video::after {
    content: '';
    position: absolute;
    inset: 0;
    transition: background 0.3s ease;
    pointer-events: none;
}
.showcase-sound {
    position: absolute;
    right: 24rem;
    bottom: 24rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10rem;
    padding: 13rem 22rem 13rem 18rem;
    border: none;
    border-radius: 999px;
    background: var(--c2);
    color: var(--c1);
    font-size: 15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
    transition: transform 0.25s ease, background 0.25s ease;
}
.showcase-sound__ico {
    display: inline-flex;
}
.showcase-sound::before {
    content: '';
    position: absolute;
    inset: -6rem;
    border-radius: 999px;
    border: 1px solid rgba(245, 126, 42, 0.55);
    animation: showcase-pulse 2.4s ease-out infinite;
}
@keyframes showcase-pulse {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.12); opacity: 0; }
}
.showcase-video:hover .showcase-sound {
    transform: translateY(-2px);
    background: #fd8029;
}
.showcase-video.is-playing {
    cursor: default;
}
.showcase-video.is-playing .showcase-sound {
    display: none;
}
.showcase-video::after {
    background: linear-gradient(180deg, rgba(15,22,32,0) 55%, rgba(15,22,32,0.45) 100%);
}
.showcase-video.is-playing::after {
    display: none;
}
.showcase-video.is-playing .showcase-media {
    object-fit: contain;
}

/* Özellikler */
.features {
    padding: 40rem 0 100rem;
}
.features-head {
    max-width: 760rem;
    margin: 0 0 56rem;
}
.features-head h2 {
    margin: 0 0 14rem;
    text-align: left;
}
.features-head .subheading {
    text-align: left;
}
.features-body {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 56rem;
    align-items: stretch;
    margin-bottom: 72rem;
}
.features-lead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.features-lead p {
    margin: 0 0 28rem;
    font-size: 17rem;
    line-height: 175%;
    color: rgba(255, 255, 255, 0.88);
}
.features-lead__media {
    width: 100%;
    flex: 1 1 auto;
    min-height: 240rem;
    margin-top: 36rem;
    overflow: hidden;
    border-radius: 8rem;
}
.features-lead__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.amenities-grid li {
    display: flex;
    align-items: center;
    gap: 14rem;
    padding: 18rem 22rem;
    font-size: 16rem;
    line-height: 130%;
    color: var(--c1);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 6rem;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.amenities-grid li:hover {
    background: rgba(245, 126, 42, 0.08);
    border-color: rgba(245, 126, 42, 0.4);
}
.amenities-grid li::before {
    content: '';
    flex: 0 0 auto;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background: rgba(245, 126, 42, 0.15) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23f57e2a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12rem no-repeat;
}
.features-banner {
    aspect-ratio: 21 / 9;
    overflow: hidden;
    border-radius: 8rem;
}
.features-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Daireler / Yaşam Alanları */
.residences {
    display: grid;
    grid-template-columns: 0.82fr 1fr;
    gap: 56rem;
    align-items: center;
    margin: 110rem 0 120rem;
}
.residences-media {
    overflow: hidden;
    border-radius: 8rem;
    aspect-ratio: 4 / 5;
}
.residences-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.residences-content {
    align-self: center;
}
.residences-content h2 {
    margin: 0 0 24rem;
    text-align: left;
    font-size: clamp(34px, 4vw, 56rem);
    line-height: 110%;
}
.residences-text {
    margin: 0 0 36rem;
    font-size: var(--text);
    line-height: 175%;
    color: rgba(255, 255, 255, 0.82);
}
.res-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20rem;
    margin-bottom: 36rem;
}
.res-card {
    padding: 26rem 28rem 28rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 3px solid var(--c2);
    border-radius: 6rem;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.res-card:hover {
    transform: translateY(-4rem);
    background: rgba(245, 126, 42, 0.06);
    border-color: rgba(245, 126, 42, 0.3);
    border-top-color: var(--c2);
}
.res-card__head {
    display: flex;
    align-items: baseline;
    gap: 10rem;
    padding-bottom: 18rem;
    margin-bottom: 20rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.res-card__type {
    font-size: 34rem;
    font-weight: 700;
    line-height: 1;
    color: var(--c2);
    letter-spacing: 0.02em;
}
.res-card__tag {
    font-size: 15rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}
.res-card__metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20rem;
}
.res-metric {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.res-metric__val {
    font-size: 22rem;
    font-weight: 700;
    color: var(--c1);
    line-height: 1.1;
}
.res-metric__key {
    font-size: 13rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1023px) {
    .features-body,
    .residences,
    .showcase {
        grid-template-columns: 1fr;
        gap: 36rem;
    }
    .residences-media {
        min-height: 320rem;
    }
    .showcase {
        margin-bottom: 80rem;
    }
}
@media (max-width: 560px) {
    .amenities-grid,
    .res-types {
        grid-template-columns: 1fr;
    }
}

/* Konum — Google Maps embed */
.location-map {
    overflow: hidden;
    border: 1px solid rgba(245, 126, 42, 0.25);
    border-radius: 6rem;
}
.location-map iframe {
    display: block;
    width: 100%;
    height: 460rem;
    min-height: 360px;
    border: 0;
    filter: grayscale(0.15);
}

/* Footer — logoyu normal akışa al, navı düzenle */
.footer-top {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32rem;
    flex-wrap: wrap;
    padding: 56rem 0 32rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-logo {
    position: static;
    width: auto;
}
.footer-brand {
    flex-direction: row;
    align-items: center;
    gap: 28rem;
}
.footer-logo img.logo-vera {
    height: 56rem;
}
.footer-logo img.logo-celikoglu {
    height: 30rem;
}
.footer-nav {
    width: auto;
    max-width: none;
    justify-content: flex-end;
    gap: 28rem;
    flex-wrap: wrap;
}
.footer-text {
    margin: 28rem 0 20rem;
    line-height: 160%;
    letter-spacing: 0.3px;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20rem;
}

@media (max-width: 1023px) {
    .location-content {
        grid-template-columns: 1fr;
    }
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 24rem;
    }
    .footer-nav {
        justify-content: flex-start;
        gap: 20rem 24rem;
    }
    .landmarks-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 18rem;
        margin-top: 28rem;
    }
    .features-grid li {
        font-size: 16rem;
        line-height: 158%;
        padding-left: 22rem;
    }
    .features-grid li::before {
        width: 8rem;
        height: 8rem;
        top: 0.6em;
    }
    .features-lead p {
        font-size: 16rem;
        line-height: 170%;
    }
    .lifestyle-grid {
        grid-template-columns: 1fr;
        margin: 60rem 0 40rem;
        gap: 24rem;
    }
    .lifestyle-card__body {
        padding: 32rem 28rem 36rem;
    }
    .lifestyle-card h3 {
        font-size: 21rem;
        margin-bottom: 12rem;
    }
    .lifestyle-card p {
        font-size: 15rem;
        line-height: 162%;
    }
    .banner::before {
        background: linear-gradient(
            180deg,
            rgba(15, 22, 32, 0.15) 0%,
            rgba(15, 22, 32, 0.55) 45%,
            rgba(15, 22, 32, 0.92) 100%
        );
    }
    .banner-block {
        max-width: none;
    }
    .banner-offer {
        width: 100%;
    }
    .header-logo img {
        height: clamp(44px, 7vh, 72rem);
        min-width: 140rem;
        max-width: 70vw;
    }
    .float-call {
        right: 16rem;
        bottom: 16rem;
    }
    .float-call__toggle .float-call__label {
        display: none;
    }
    .float-call__toggle {
        width: 56rem;
        height: 56rem;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
}
