/* ============================================================
   Karya Gökova Konakları — Tema Sistemi
   Palet : Antik Altın #C4A260 | Orman Yeşili #2D5F4A
           Koyu Taş #1A1814    | Krem #F5F1EA | Beyaz #FFF
   Radius: buton 8px | kart 12px | görsel 12px | input 8px | rozet 6px
   ============================================================ */

:root {
    --theme: #C4A260;
    --theme-2: #C4A260;
    --header: #1A1814;
    --bg: #F5F1EA;
    --karya-gold: #C4A260;
    --karya-gold-dark: #A8854A;
    --karya-forest: #2D5F4A;
    --karya-teal: #4A8A7E;
    --karya-dark: #1A1814;
    --karya-cream: #F5F1EA;
    --karya-line: #E0D7CC;
    --karya-muted: #87806F;
    --karya-grad: linear-gradient(135deg, #C4A260 0%, #2D5F4A 100%);
    --karya-grad-dark: linear-gradient(135deg, #233A32 0%, #1A1814 100%);
    --karya-shadow: 0 10px 30px rgba(26, 24, 20, .10);
    --karya-shadow-lg: 0 22px 50px rgba(26, 24, 20, .16);
}

/* ---------- Template geneli ---------- */
.theme-btn {
    background: linear-gradient(135deg, #C4A260 0%, #A8854A 100%);
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(196, 162, 96, .25);
    line-height: 1.5;
    text-align: center;
}
.theme-btn::before,
.theme-btn::after {
    background-color: #2D5F4A !important;
}
.theme-btn:hover {
    box-shadow: 0 10px 26px rgba(45, 95, 74, .3);
}
.section-bg {
    background-color: #fff;
}
.section-bg-2 {
    background-color: #1F2D27;
}
.footer-bg,
.footer-section.footer-bg {
    background-color: #1A1814;
    border-top: 3px solid #C4A260;
}
.section-title h6 {
    color: #C4A260;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.section-title h2 span {
    color: #C4A260;
}
.link-btn:hover {
    color: #C4A260;
}
.header-top-section {
    background: #1A1814;
}
.header-top-section .contact-list li,
.header-top-section .link {
    color: rgba(255, 255, 255, .85);
}
.header-top-section .social-icon a {
    color: #fff;
}

/* ============================================================
   Yüzen Kapsül Menü (Island Nav)
   ============================================================ */
.k-nav-wrap {
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 16px;
    pointer-events: none;
}
.k-nav {
    pointer-events: auto;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 26px;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid #EDE5D7;
    border-radius: 60px;
    padding: 10px 12px 10px 26px;
    box-shadow: 0 14px 40px rgba(26, 24, 20, .10);
    transition: box-shadow .35s, padding .35s, background .35s;
}
.k-nav.is-scrolled {
    background: rgba(255, 255, 255, .97);
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 0 18px 50px rgba(26, 24, 20, .18);
}
.k-nav-logo img {
    max-height: 52px;
    transition: max-height .35s;
}
.k-nav.is-scrolled .k-nav-logo img {
    max-height: 44px;
}
.k-nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
.k-nav-links > li {
    position: relative;
}
.k-nav-links > li > a {
    display: block;
    padding: 12px 16px;
    color: #2A2620;
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    transition: color .25s, background .25s;
    white-space: nowrap;
}
.k-nav-links > li > a:hover {
    color: #A8854A;
    background: rgba(196, 162, 96, .1);
}
.k-nav-links > li.active > a {
    color: #A8854A;
}
.k-nav-links > li.active > a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #C4A260;
    margin: 2px auto 0;
}
/* Masaüstü açılır alt menü (Konut Tipleri) */
.k-nav-links .k-sub {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    background: #fff;
    border: 1px solid #EDE5D7;
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(26, 24, 20, .16);
    padding: 10px;
    min-width: 290px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
}
.k-nav-links > li:hover .k-sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.k-nav-links .k-sub::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
}
.k-nav-links .k-sub a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 12px;
    color: #2A2620;
    font-size: 14.5px;
    font-weight: 600;
}
.k-nav-links .k-sub a:hover {
    background: rgba(196, 162, 96, .12);
    color: #A8854A;
}
.k-nav-links .k-sub a .kc {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 9px;
    background: rgba(196, 162, 96, .15);
    border: 1px solid rgba(196, 162, 96, .5);
    color: #A8854A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
}
.k-nav-right {
    display: flex;
    align-items: center;
    gap: 14px;
}
.k-nav-tel {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #1A1814;
    font-weight: 800;
    font-size: 16px;
    white-space: nowrap;
}
.k-nav-tel i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(196, 162, 96, .15);
    color: #A8854A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.k-nav-tel:hover {
    color: #A8854A;
}
.k-nav .theme-btn {
    padding: 13px 26px;
    border-radius: 40px;
    white-space: nowrap;
}
/* Hamburger */
.k-nav-burger {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #E5DCCB;
    background: #fff;
    cursor: pointer;
    position: relative;
    flex: 0 0 46px;
}
.k-nav-burger span {
    position: absolute;
    left: 13px;
    right: 13px;
    height: 2px;
    background: #1A1814;
    border-radius: 2px;
    transition: all .3s;
}
.k-nav-burger span:nth-child(1) { top: 16px; }
.k-nav-burger span:nth-child(2) { top: 22px; }
.k-nav-burger span:nth-child(3) { top: 28px; }
body.k-menu-open .k-nav-burger span:nth-child(1) { top: 22px; transform: rotate(45deg); }
body.k-menu-open .k-nav-burger span:nth-child(2) { opacity: 0; }
body.k-menu-open .k-nav-burger span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

/* Tam ekran mobil overlay menü */
.k-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 999;
    background:
        radial-gradient(rgba(196, 162, 96, .06) 1px, transparent 1px) 0 0/26px 26px,
        linear-gradient(160deg, #211E19 0%, #14120F 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 30px 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s;
}
body.k-menu-open .k-menu-overlay {
    opacity: 1;
    visibility: visible;
}
body.k-menu-open {
    overflow: hidden;
}
.k-menu-overlay nav a.k-m-link {
    display: flex;
    align-items: baseline;
    gap: 14px;
    color: #fff;
    font-size: clamp(26px, 6.4vw, 34px);
    font-weight: 800;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .4s, transform .4s, color .25s;
}
.k-menu-overlay nav a.k-m-link small {
    font-size: 13px;
    color: #C4A260;
    font-weight: 700;
    letter-spacing: 1px;
}
.k-menu-overlay nav a.k-m-link:hover,
.k-menu-overlay nav a.k-m-link.active {
    color: #C4A260;
}
body.k-menu-open .k-menu-overlay nav a.k-m-link {
    opacity: 1;
    transform: translateY(0);
}
body.k-menu-open .k-menu-overlay nav a.k-m-link:nth-child(1) { transition-delay: .08s; }
body.k-menu-open .k-menu-overlay nav a.k-m-link:nth-child(2) { transition-delay: .14s; }
body.k-menu-open .k-menu-overlay nav a.k-m-link:nth-child(3) { transition-delay: .20s; }
body.k-menu-open .k-menu-overlay nav a.k-m-link:nth-child(4) { transition-delay: .26s; }
body.k-menu-open .k-menu-overlay nav a.k-m-link:nth-child(5) { transition-delay: .32s; }
.k-menu-tips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}
.k-menu-tips a {
    border: 1px solid rgba(196, 162, 96, .5);
    color: #E8D9BC;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 13.5px;
    font-weight: 700;
}
.k-menu-tips a:hover {
    background: #C4A260;
    color: #1A1814;
}
.k-menu-bottom {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}
.k-menu-bottom .theme-btn {
    border-radius: 40px;
}
.k-menu-bottom .k-m-soc {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.k-menu-bottom .k-m-soc:hover {
    background: #C4A260;
    border-color: #C4A260;
}

@media (max-width: 1199px) {
    .k-nav-links,
    .k-nav-tel {
        display: none;
    }
    .k-nav-burger {
        display: block;
    }
    .k-nav {
        gap: 12px;
        padding: 8px 10px 8px 20px;
    }
    .k-nav-right {
        margin-left: auto;
    }
}
@media (max-width: 575px) {
    .k-nav .theme-btn {
        display: none;
    }
    .k-nav-wrap {
        top: 10px;
        padding: 0 10px;
    }
}
.preloader .letters-loading,
.preloader p {
    color: #C4A260;
}
.scroll-up .scroll-circle path {
    stroke: #C4A260;
}

/* Kartlar / template bileşenleri — radius & renk */
.service-items,
.work-process-items,
.work-process-items-2,
.counter-item,
.pricing-box-items,
.news-card-items,
.testimonial-items,
.accordion-item,
.single-team-items .team-image {
    border-radius: 12px;
    overflow: hidden;
}
.service-items {
    background: #fff;
    border: 1px solid #E0D7CC;
    padding: 30px 24px;
    transition: all .4s;
    box-shadow: 0 3px 10px rgba(26, 24, 20, .05);
}
.service-items:hover {
    transform: translateY(-6px);
    box-shadow: var(--karya-shadow-lg);
    border-color: #C4A260;
}
.service-items .icon {
    color: #C4A260;
    font-size: 46px;
}
.service-image {
    border-radius: 12px;
    box-shadow: var(--karya-shadow-lg);
}
.work-process-items {
    background: #fff;
    border: 1px solid #E0D7CC;
    padding: 38px 28px;
    transition: all .4s;
}
.work-process-items:hover {
    transform: translateY(-6px);
    box-shadow: var(--karya-shadow-lg);
}
.work-process-items h6 {
    color: #C4A260;
    font-size: 44px;
    font-weight: 700;
}
.work-process-items.active {
    background: var(--karya-grad-dark);
}
.work-process-items.active h3,
.work-process-items.active p {
    color: #fff;
}
.work-process-items .icon {
    color: #C4A260;
}
/* 6 adımlı süreç (style-2) */
.work-process-items-2 {
    background: #fff;
    border: 1px solid #E0D7CC;
    padding: 34px 28px;
    height: 100%;
    transition: all .4s;
}
.work-process-items-2:hover {
    border-color: #C4A260;
    transform: translateY(-6px);
    box-shadow: var(--karya-shadow-lg);
}
.work-process-items-2 .number {
    color: rgba(196, 162, 96, .35);
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    margin: 14px 0 10px;
}
.work-process-items-2 h3 {
    color: #1A1814;
    font-size: 22px;
}
.counter-item {
    background: #fff;
    border: 1px solid #E0D7CC;
    padding: 26px 22px;
    transition: all .3s;
}
.counter-item:hover {
    border-color: #C4A260;
    box-shadow: var(--karya-shadow);
}
.counter-item .icon {
    color: #C4A260;
    font-size: 40px;
}
.portfolio-items .portfolio-image,
.portfolio-image {
    border-radius: 12px;
    overflow: hidden;
}
.testimonial-image {
    border-radius: 12px;
    box-shadow: var(--karya-shadow-lg);
}
.testimonial-items .icon {
    color: #C4A260;
}
/* İmza ayracı (yıldız yerine — "imzalı söz" sinyali) */
.k-sign-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 16px;
}
.k-sign-divider::before {
    content: "";
    height: 2px;
    width: 46px;
    background: linear-gradient(90deg, #C4A260, transparent);
}
.k-sign-divider i {
    color: #C4A260;
    font-size: 9px;
    transform: rotate(45deg);
}
.news-card-items {
    background: #fff;
    border: 1px solid #E0D7CC;
    transition: all .4s;
}
.news-card-items:hover {
    box-shadow: var(--karya-shadow-lg);
    transform: translateY(-6px);
    border-color: #C4A260;
}
.news-card-items .news-image {
    border-radius: 12px 12px 0 0;
}
.accordion-item {
    border: 1px solid #E0D7CC !important;
}
.accordion-item .accordion-button {
    border-radius: 12px;
    font-weight: 600;
}
.accordion-item .accordion-button span {
    color: #C4A260;
}
.faq-box-area .box-items .content h3 {
    color: #C4A260;
}
.array-button .array-prev,
.array-button .array-next {
    border-radius: 50%;
    transition: all .3s;
}
.array-button .array-prev:hover,
.array-button .array-next:hover {
    background: #C4A260;
    color: #fff;
}

/* CTA banner (görselli style-2) */
.cta-banner-section-2 {
    background: var(--karya-grad-dark);
    padding: 80px 0;
}
.cta-banner-wrapper-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.cta-banner-wrapper-2 .cta-image {
    position: relative;
    width: 300px;
    height: 300px;
    flex-shrink: 0;
}
.cta-banner-wrapper-2 .cta-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid rgba(196, 162, 96, .5);
}
.cta-banner-wrapper-2 .cta-image .circle-shape {
    position: absolute;
    inset: -22px;
    animation: karya-spin 14s linear infinite;
}
.cta-banner-wrapper-2 .cta-image .circle-shape img {
    width: 100%;
    height: 100%;
}
@keyframes karya-spin {
    to { transform: rotate(360deg); }
}
.cta-banner-wrapper-2 .section-title-area {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}
.theme-btn.bg-white {
    background: #fff;
    color: #1A1814;
}

/* CTA video (play butonlu bant) */
.cta-video-wrapper {
    border-radius: 16px;
    min-height: 420px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.cta-video-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 24, 20, .55), rgba(45, 95, 74, .35));
}
.cta-video-wrapper .video-box {
    position: relative;
    z-index: 2;
    text-align: center;
}
.cta-video-wrapper .video-btn {
    display: inline-flex;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #C4A260;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    position: relative;
    transition: all .3s;
}
.cta-video-wrapper .video-btn:hover {
    background: #2D5F4A;
    transform: scale(1.07);
}
.cta-video-wrapper .video-btn::after {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .55);
    animation: karya-pulse 2s ease-out infinite;
}
@keyframes karya-pulse {
    0%   { transform: scale(.8); opacity: 1; }
    100% { transform: scale(1.35); opacity: 0; }
}
.cta-video-wrapper .video-text {
    margin-top: 22px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .5px;
}
.karya-video-modal {
    position: relative;
    max-width: 960px;
    margin: 40px auto;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}
.karya-video-modal video {
    width: 100%;
    display: block;
}

/* İnteraktif tip vitrini (portfolio-wrapper-2, koyu bölüm) */
.karya-types-dark {
    background:
        linear-gradient(115deg, rgba(26, 24, 20, .86) 30%, rgba(31, 45, 39, .78) 100%),
        url('../img/karya/dis/inf02-16-photo.jpg') center/cover;
}
.karya-types-dark .section-title h2 {
    color: #fff;
}
.portfolio-wrapper-2 .portfolio-content {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 22px 10px;
    transition: all .3s;
    border-radius: 8px;
}
.portfolio-wrapper-2 .portfolio-content:hover {
    background: rgba(196, 162, 96, .12);
}
.portfolio-wrapper-2 .portfolio-content .content p {
    color: #C4A260;
    margin-bottom: 4px;
    font-weight: 600;
}
.portfolio-wrapper-2 .portfolio-content h3 a {
    color: #fff;
    font-size: 30px;
}
.portfolio-wrapper-2 .portfolio-content h3 a:hover {
    color: #C4A260;
}
.portfolio-wrapper-2 .portfolio-content .type-meta {
    color: rgba(255, 255, 255, .65);
    font-size: 14.5px;
    margin-top: 6px;
}
.portfolio-wrapper-2 .portfolio-image img {
    border-radius: 16px;
    box-shadow: 0 26px 60px rgba(0, 0, 0, .45);
    width: 100%;
    height: 520px;
    object-fit: cover;
}

/* ---------- Video Hero ---------- */
.karya-hero {
    position: relative;
    min-height: min(92vh, 980px);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.karya-hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.karya-hero .karya-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(26, 24, 20, .78) 0%, rgba(31, 45, 39, .42) 52%, rgba(26, 24, 20, .05) 100%);
    z-index: 1;
}
/* Hero alttan krem sayfaya eriyerek bağlanır */
.karya-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .92));
    z-index: 1;
    pointer-events: none;
}
.karya-hero .hero-content h1 {
    font-size: clamp(44px, 4.6vw, 66px);
    line-height: 1.12;
}
.karya-hero .hero-content p {
    max-width: 620px;
}
.karya-hero .container {
    position: relative;
    z-index: 2;
}
.karya-hero .hero-content h1 {
    color: #fff;
}
.karya-hero .hero-content h1 span {
    color: #C4A260;
}
.karya-hero .hero-content p {
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    margin-top: 24px;
}
.karya-hero .hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}
.karya-hero .hero-badges span {
    border: 1px solid rgba(196, 162, 96, .65);
    color: #fff;
    border-radius: 40px;
    padding: 10px 22px;
    font-size: 15px;
    backdrop-filter: blur(4px);
    background: rgba(196, 162, 96, .14);
}
.karya-hero .hero-badges span i {
    color: #C4A260;
    margin-right: 6px;
}
.karya-hero .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 38px;
}
.karya-hero .video-sound-toggle {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .35);
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.karya-hero .video-sound-toggle:hover {
    background: #C4A260;
    border-color: #C4A260;
}
.karya-hero .hero-stat-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px 26px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .3);
}

/* ---------- Koyu istatistik bandı ---------- */
.karya-stats-dark {
    position: relative;
    background:
        linear-gradient(rgba(26, 24, 20, .72), rgba(31, 45, 39, .76)),
        url('../img/karya/dis/inf02-14-photo.jpg') center/cover fixed;
    padding: 90px 0;
}
.karya-stats-dark .stat-box {
    text-align: center;
    padding: 30px 16px;
    border: 1px solid rgba(196, 162, 96, .35);
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(3px);
    transition: all .3s;
    height: 100%;
}
.karya-stats-dark .stat-box:hover {
    background: rgba(196, 162, 96, .15);
    transform: translateY(-5px);
}
.karya-stats-dark .stat-box i {
    color: #C4A260;
    font-size: 34px;
    margin-bottom: 14px;
    display: block;
}
.karya-stats-dark .stat-box strong {
    color: #fff;
    display: block;
    font-size: 34px;
    font-weight: 700;
}
.karya-stats-dark .stat-box span {
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
}

/* ---------- Konut tipi kartları ---------- */
.karya-type-card {
    background: #fff;
    border: 1px solid #E0D7CC;
    border-radius: 14px;
    overflow: hidden;
    transition: all .4s;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 14px rgba(26, 24, 20, .06);
}
.karya-type-card:hover {
    box-shadow: var(--karya-shadow-lg);
    transform: translateY(-8px);
    border-color: #C4A260;
}
.karya-type-card .thumb {
    position: relative;
    overflow: hidden;
}
.karya-type-card .thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .6s;
}
.karya-type-card:hover .thumb img {
    transform: scale(1.07);
}
.karya-type-card .thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 24, 20, .45), transparent 55%);
}
.karya-type-card .thumb .layout-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: #C4A260;
    color: #fff;
    padding: 6px 16px;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: .5px;
}
.karya-type-card .body {
    padding: 26px 26px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.karya-type-card .body h3 {
    margin-bottom: 6px;
}
.karya-type-card .body .cat {
    color: #C4A260;
    font-weight: 600;
    margin-bottom: 14px;
}
.karya-type-card .specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 6px 0 18px;
    padding: 0;
    list-style: none;
}
.karya-type-card .specs li {
    font-size: 14.5px;
    color: #5e594f;
}
.karya-type-card .specs li i {
    color: #2D5F4A;
    margin-right: 6px;
}
.karya-type-card .body .theme-btn {
    margin-top: auto;
    align-self: flex-start;
}

/* ---------- Kat planı / oda tabloları ---------- */
.karya-plan-block {
    background: #fff;
    border: 1px solid #E0D7CC;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 3px 10px rgba(26, 24, 20, .05);
}
.karya-plan-block h4 {
    border-bottom: 3px solid #C4A260;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.karya-plan-block img {
    border-radius: 8px;
}
.karya-room-table {
    width: 100%;
    font-size: 15px;
}
.karya-room-table td {
    padding: 8px 4px;
    border-bottom: 1px dashed #E0D7CC;
}
.karya-room-table tr:last-child td {
    border-bottom: 0;
}
.karya-room-table td:last-child {
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
    color: #2D5F4A;
}
.karya-area-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 26px 0;
}
.karya-area-summary .item {
    background: #F5F1EA;
    border: 1px solid #E0D7CC;
    border-radius: 10px;
    padding: 18px 26px;
    text-align: center;
    flex: 1;
    min-width: 150px;
    transition: all .3s;
}
.karya-area-summary .item:hover {
    border-color: #C4A260;
    box-shadow: 0 8px 20px rgba(196, 162, 96, .18);
}
.karya-area-summary .item strong {
    display: block;
    font-size: 26px;
    color: #1A1814;
}
.karya-area-summary .item span {
    color: #87806F;
    font-size: 14px;
}

/* ---------- Galeri ---------- */
.karya-gallery-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
}
.karya-gallery-filter button {
    border: 1px solid #E0D7CC;
    background: #fff;
    padding: 9px 24px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .3s;
    font-size: 15px;
    font-weight: 600;
    color: #1A1814;
}
.karya-gallery-filter button.active,
.karya-gallery-filter button:hover {
    background: #C4A260;
    border-color: #C4A260;
    color: #fff;
    box-shadow: 0 6px 16px rgba(196, 162, 96, .3);
}
.karya-gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(26, 24, 20, .08);
}
.karya-gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform .5s;
}
.karya-gallery-item:hover img {
    transform: scale(1.07);
}
.karya-gallery-item::after {
    content: "\f00e";
    font-family: "Font Awesome 5 Pro", "Font Awesome 6 Free", FontAwesome;
    font-weight: 900;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    background: linear-gradient(135deg, rgba(196, 162, 96, .55), rgba(45, 95, 74, .55));
    opacity: 0;
    transition: opacity .35s;
}
.karya-gallery-item:hover::after {
    opacity: 1;
}
.karya-gallery-item .cat-label {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    background: rgba(26, 24, 20, .75);
    color: #fff;
    font-size: 13px;
    padding: 4px 14px;
    border-radius: 30px;
}

/* ---------- Form (yeniden inşa: etiketli + ikonlu kart) ---------- */
.k-form-card {
    position: relative;
    background: #fff;
    border: 1px solid #E0D7CC;
    border-radius: 16px;
    padding: 30px 28px;
    box-shadow: 0 14px 40px rgba(26, 24, 20, .08);
    overflow: hidden;
}
.k-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #C4A260, #2D5F4A);
}
.k-field {
    display: block;
    margin: 0;
    width: 100%;
}
.k-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    color: #87806F;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.k-label em {
    color: #C4A260;
    font-style: normal;
}
.k-label small {
    text-transform: none;
    font-weight: 500;
}
.k-input-wrap {
    position: relative;
    display: block;
}
.k-input-wrap > i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #C4A260;
    font-size: 15px;
    pointer-events: none;
}
.k-input-wrap--area > i {
    top: 18px;
    transform: none;
}
.k-input-wrap input,
.k-input-wrap select,
.k-input-wrap textarea {
    width: 100%;
    border: 1px solid #E0D7CC;
    border-radius: 10px;
    background: #FAF7F1;
    color: #1A1814;
    padding: 13px 16px 13px 44px;
    font-size: 15px;
    outline: none;
    transition: all .25s;
}
.k-input-wrap input::placeholder,
.k-input-wrap textarea::placeholder {
    color: #B3AB99;
}
.k-input-wrap input:focus,
.k-input-wrap select:focus,
.k-input-wrap textarea:focus {
    border-color: #C4A260;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(196, 162, 96, .15);
}
/* Native select: nice-select devre dışı, kendi ok ikonumuz */
.k-input-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 42px;
}
.k-input-wrap--select::after {
    content: "107";
    font-family: "Font Awesome 5 Pro", "Font Awesome 6 Free", FontAwesome;
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #C4A260;
    pointer-events: none;
}
.k-input-wrap select option {
    color: #1A1814;
    background: #fff;
}
.karya-kvkk {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    color: #6c6557;
    cursor: pointer;
}
.karya-kvkk input {
    margin-top: 4px;
    accent-color: #C4A260;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}
.karya-kvkk em {
    color: #C4A260;
    font-style: normal;
}
.karya-lead-form .alert {
    padding: 16px 20px;
    border-radius: 10px;
}
.karya-lead-form .alert-success {
    background: #eaf5ee;
    border: 1px solid #b8dcc6;
    color: #226e3c;
}
.karya-lead-form .alert-danger {
    background: #fdeeee;
    border: 1px solid #f3c2c2;
    color: #93302f;
}
.karya-form-visual {
    background:
        linear-gradient(rgba(26, 24, 20, .35), rgba(26, 24, 20, .35)),
        url('../img/karya/dis/inf02-5-photo.jpg') center/cover;
    border-radius: 14px;
    min-height: 100%;
}
@media (max-width: 575px) {
    .k-form-card {
        padding: 22px 16px;
    }
}

/* ---------- Mesafeler ---------- */
.karya-distance-item {
    text-align: center;
    border: 1px solid #E0D7CC;
    border-radius: 12px;
    background: #fff;
    padding: 28px 14px;
    height: 100%;
    transition: all .3s;
    box-shadow: 0 3px 10px rgba(26, 24, 20, .04);
}
.karya-distance-item:hover {
    border-color: #C4A260;
    transform: translateY(-5px);
    box-shadow: var(--karya-shadow);
}
.karya-distance-item i {
    font-size: 28px;
    color: #C4A260;
    margin-bottom: 12px;
    display: block;
}
.karya-distance-item strong {
    display: block;
    font-size: 22px;
    color: #1A1814;
}
.karya-distance-item span {
    color: #87806F;
    font-size: 14px;
}

/* ---------- Paketler ---------- */
.karya-package {
    background: #fff;
    border: 1px solid #E0D7CC;
    border-radius: 12px;
    padding: 32px 28px;
    height: 100%;
    transition: all .35s;
    box-shadow: 0 3px 10px rgba(26, 24, 20, .04);
}
.karya-package:hover {
    border-color: #2D5F4A;
    transform: translateY(-5px);
    box-shadow: var(--karya-shadow-lg);
}
.karya-package .icon {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    background: var(--karya-grad);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(196, 162, 96, .3);
}
.karya-package h4 {
    margin-bottom: 14px;
}
.karya-package ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.karya-package ul li {
    padding: 5px 0 5px 22px;
    position: relative;
    color: #5e594f;
    font-size: 15px;
}
.karya-package ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro", "Font Awesome 6 Free", FontAwesome;
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #C4A260;
    font-size: 12px;
}

/* ---------- Marka (çözüm ortakları) ---------- */
.karya-brand-text {
    text-align: center;
    padding: 22px 12px;
    border: 1px solid #E0D7CC;
    border-radius: 10px;
    background: #fff;
    transition: all .3s;
}
.karya-brand-text:hover {
    border-color: #C4A260;
    box-shadow: 0 8px 22px rgba(196, 162, 96, .16);
}
.karya-brand-text h4 {
    margin: 0 0 4px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #1A1814;
}
.karya-brand-text span {
    font-size: 13px;
    color: #87806F;
}

/* ---------- Çeşitli ---------- */
.karya-section-bg {
    background: #fff;
}
.karya-breadcrumb {
    background-size: cover;
    background-position: center;
    position: relative;
    /* üst padding yüksek: içerik, üstteki şeffaf header + üst barın altında kalmasın */
    padding: 200px 0 100px;
}
.karya-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(26, 24, 20, .8), rgba(31, 45, 39, .55));
}
.karya-breadcrumb .container {
    position: relative;
}
.karya-breadcrumb h1 {
    color: #fff;
}
.karya-breadcrumb .crumb {
    color: rgba(255, 255, 255, .8);
    margin-top: 10px;
}
.karya-breadcrumb .crumb a {
    color: #C4A260;
    font-weight: 600;
}
.karya-video-banner {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--karya-shadow-lg);
}
.karya-video-banner video {
    width: 100%;
    display: block;
}
.karya-img-rounded {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(26, 24, 20, .1);
}
.karya-cta-inner {
    background: var(--karya-grad-dark);
    border-radius: 16px;
    padding: 60px 30px;
    text-align: center;
    color: #fff;
}
.karya-cta-inner h3 {
    color: #fff;
}
.karya-cta-inner p {
    color: rgba(255, 255, 255, .8);
}

/* ============================================================
   Görsel zenginlik utility seti
   ============================================================ */

/* Fotoğraf arkaplanlı bölüm + overlay varyantları */
.k-photo {
    position: relative;
    background-size: cover;
    background-position: center;
}
.k-photo > .container {
    position: relative;
    z-index: 2;
}
.k-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
.k-photo--dark::before {
    background: linear-gradient(115deg, rgba(26, 24, 20, .84) 25%, rgba(31, 45, 39, .72) 100%);
}
.k-photo--forest::before {
    background: linear-gradient(115deg, rgba(31, 45, 39, .84) 30%, rgba(26, 24, 20, .66) 100%);
}
.k-photo--gold::before {
    background: linear-gradient(115deg, rgba(150, 118, 64, .88) 0%, rgba(26, 24, 20, .74) 100%);
}
.k-photo--cream::before {
    background: rgba(245, 241, 234, .93);
}
.k-photo--dark .section-title h2,
.k-photo--forest .section-title h2,
.k-photo--gold .section-title h2 {
    color: #fff;
}
.k-photo--dark p,
.k-photo--forest p,
.k-photo--gold p {
    color: rgba(255, 255, 255, .82);
}
/* Koyu foto bölümlerin İÇİNDEKİ beyaz kartlarda metin renkleri korunur */
.k-photo--dark .karya-package p,
.k-photo--forest .karya-package p,
.k-photo--gold .karya-package p,
.k-photo--dark .work-process-items-2 p,
.k-photo--forest .work-process-items-2 p,
.k-photo--gold .work-process-items-2 p,
.k-photo--dark .k-photo-card p,
.k-photo--forest .k-photo-card p,
.k-photo--gold .k-photo-card p,
.k-photo--dark .karya-type-card p,
.k-photo--forest .karya-type-card p,
.k-photo--gold .karya-type-card p,
.k-photo--dark .karya-plan-block p,
.k-photo--forest .karya-plan-block p,
.k-photo--gold .karya-plan-block p {
    color: #5e594f;
}

/* Tam genişlik görsel şerit (parallax) */
.k-strip {
    height: 340px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.k-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(26, 24, 20, .28);
}
.k-strip .k-strip-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.3;
    text-shadow: 0 4px 24px rgba(0, 0, 0, .55);
    text-align: center;
    width: 90%;
}
/* Uzun şerit metni: kicker + özellik satırı düzeni */
.k-strip-label--long {
    letter-spacing: 1.5px;
}
.k-strip-label--long .k-strip-kicker {
    display: block;
    font-size: clamp(13px, 1.3vw, 16px);
    font-weight: 600;
    letter-spacing: 4px;
    color: #C4A260;
    margin-bottom: 10px;
}
.k-strip-label--long .k-strip-main {
    display: block;
    font-size: clamp(20px, 2.6vw, 34px);
    line-height: 1.4;
}
.k-strip-label--long .k-strip-main .sep {
    color: #C4A260;
    font-size: 10px;
    margin: 0 14px;
    vertical-align: middle;
    transform: rotate(45deg);
}
@media (max-width: 575px) {
    .k-strip-label--long .k-strip-main span {
        display: block;
    }
    .k-strip-label--long .k-strip-main .sep {
        display: none;
    }
}

/* Yatırımcı vurgu notu */
.k-invest-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: linear-gradient(135deg, rgba(196, 162, 96, .10), rgba(196, 162, 96, .04));
    border: 1px solid #E0D7CC;
    border-left: 3px solid #C4A260;
    border-radius: 12px;
    padding: 18px 22px;
    margin-top: 28px;
}
.k-invest-note > i {
    color: #C4A260;
    font-size: 20px;
    margin-top: 2px;
}
.k-invest-note p {
    margin: 0;
    color: #5e594f;
    font-size: 15.5px;
    line-height: 1.6;
}
.k-invest-note p strong {
    color: #1A1814;
}
.k-invest-note--dark {
    border-color: rgba(196, 162, 96, .3);
    background: rgba(196, 162, 96, .08);
}
.k-invest-note--dark p {
    color: rgba(255, 255, 255, .8) !important;
}
.k-invest-note--dark p strong {
    color: #fff;
}

/* Asimetrik foto kolaj */
.k-collage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 150px;
    gap: 16px;
}
.k-collage a {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}
.k-collage a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.k-collage a:hover img {
    transform: scale(1.08);
}
.k-collage a:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.k-collage a:nth-child(4) { grid-row: span 2; }
.k-collage a:nth-child(6) { grid-column: span 2; }

/* Başlık süsü: altın çizgi + baklava */
.k-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 14px 0 6px;
}
.k-ornament::before,
.k-ornament::after {
    content: "";
    height: 2px;
    width: 56px;
    background: linear-gradient(90deg, transparent, #C4A260);
}
.k-ornament::after {
    background: linear-gradient(90deg, #C4A260, transparent);
}
.k-ornament i {
    color: #C4A260;
    font-size: 14px;
    transform: rotate(45deg);
}

/* İkonlu yatay mesafe/bilgi listesi */
.k-distance-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 36px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.k-distance-line li {
    color: #5e594f;
    font-size: 15.5px;
}
.k-distance-line li i {
    color: #C4A260;
    margin-right: 8px;
}
.k-distance-line li strong {
    color: #1A1814;
    margin-left: 4px;
}
.k-distance-line--dark {
    justify-content: flex-start;
}
.k-distance-line--dark li {
    color: rgba(255, 255, 255, .75);
}
.k-distance-line--dark li strong {
    color: #fff;
}

/* Footer: koyu fotoğraf zemini */
.footer-bg,
.footer-section.footer-bg {
    background:
        linear-gradient(rgba(26, 24, 20, .94), rgba(26, 24, 20, .96)),
        url('../img/karya/dis/inf02-18-photo.jpg') center/cover;
}

/* Galeri sayfa filtresinde koyu varyant */
.k-on-dark .karya-gallery-filter button {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .25);
    color: #fff;
}
.k-on-dark .karya-gallery-filter button.active,
.k-on-dark .karya-gallery-filter button:hover {
    background: #C4A260;
    border-color: #C4A260;
}

/* Beyaz kart içinde foto başlıklı kart (ikon yerine görsel) */
.k-photo-card {
    background: #fff;
    border: 1px solid #E0D7CC;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    transition: all .4s;
    box-shadow: 0 4px 14px rgba(26, 24, 20, .05);
}
.k-photo-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--karya-shadow-lg);
    border-color: #C4A260;
}
.k-photo-card .pc-img {
    height: 190px;
    overflow: hidden;
    position: relative;
}
.k-photo-card .pc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.k-photo-card:hover .pc-img img {
    transform: scale(1.07);
}
.k-photo-card .pc-img .pc-icon {
    position: absolute;
    left: 20px;
    bottom: -26px;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--karya-grad);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 8px 20px rgba(196, 162, 96, .4);
    z-index: 2;
}
.k-photo-card .pc-body {
    padding: 38px 22px 24px;
}

/* ---------- Tam genişlik gap'siz foto şeridi ---------- */
.k-strip-gallery {
    display: flex;
    gap: 4px;
    width: 100%;
    line-height: 0;
}
.k-strip-gallery .karya-gallery-item {
    flex: 1;
    min-width: 0;
    border-radius: 0;
    box-shadow: none;
}
.k-strip-gallery .karya-gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
@media (max-width: 767px) {
    .k-strip-gallery {
        flex-wrap: wrap;
    }
    .k-strip-gallery .karya-gallery-item {
        flex: 1 1 calc(50% - 4px);
    }
    .k-strip-gallery .karya-gallery-item img {
        height: 160px;
    }
}

/* ---------- Tip karşılaştırma tablosu ---------- */
.k-compare-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(196, 162, 96, .25);
    border-radius: 12px;
}
.k-compare-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    color: rgba(255, 255, 255, .85);
}
.k-compare-table th,
.k-compare-table td {
    border: 1px solid rgba(196, 162, 96, .25);
    padding: 16px 18px;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
}
.k-compare-table thead th {
    color: #C4A260;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    background: rgba(196, 162, 96, .08);
}
.k-compare-table thead th:first-child,
.k-compare-table tr > td:first-child {
    color: #F5F1EA;
    font-weight: 600;
    text-align: left;
    background: rgba(255, 255, 255, .03);
    white-space: nowrap;
}
.k-compare-table tbody tr:hover td {
    background: rgba(196, 162, 96, .06);
}
.k-compare-link {
    display: inline-block;
    color: #C4A260;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    padding: 8px 18px;
    border: 1px solid rgba(196, 162, 96, .45);
    border-radius: 50px;
    transition: all .3s;
}
.k-compare-link:hover {
    background: #C4A260;
    color: #1A1814;
}
.k-compare-link i {
    margin-left: 4px;
    font-size: 12px;
}
/* Açık (beyaz) zeminde karşılaştırma tablosu */
.k-compare-wrap--light {
    border-color: #E0D7CC;
}
.k-compare-table--light {
    color: #4a443d;
}
.k-compare-table--light th,
.k-compare-table--light td {
    border-color: #E0D7CC;
}
.k-compare-table--light thead th {
    color: #A8854A;
    background: rgba(196, 162, 96, .10);
}
.k-compare-table--light thead th:first-child,
.k-compare-table--light tr > td:first-child {
    color: #1A1814;
    background: #faf7f1;
}
.k-compare-table--light tbody tr:hover td {
    background: rgba(196, 162, 96, .07);
}

/* ===== Karya CTA (boxed / inset kart) — Hakkımızda footer üstü ===== */
.karya-cta-card {
    position: relative;
    background-color: #F5F1EA;
    border: 1px solid #E0D7CC;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px -28px rgba(26, 24, 20, .28);
}
.karya-cta-content {
    padding: 64px 56px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.karya-cta-eyebrow {
    display: inline-block;
    color: #C4A260;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.karya-cta-title {
    font-family: Georgia, 'Times New Roman', serif;
    color: #1A1814;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.18;
    font-weight: 600;
    margin-bottom: 16px;
}
.karya-cta-title span {
    color: #C4A260;
    font-style: italic;
}
.karya-cta-text {
    color: #5b554c;
    font-size: 16.5px;
    line-height: 1.7;
    max-width: 440px;
    margin-bottom: 32px;
}
.karya-cta-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 28px;
}
.karya-cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #1A1814;
    line-height: 1.1;
    transition: color .3s ease;
}
.karya-cta-phone:hover { color: #C4A260; }
.karya-cta-phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #E0D7CC;
    color: #C4A260;
    font-size: 15px;
    flex: none;
    transition: all .3s ease;
}
.karya-cta-phone:hover .karya-cta-phone-icon {
    background-color: #C4A260;
    border-color: #C4A260;
    color: #fff;
}
.karya-cta-phone-text {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .3px;
}
.karya-cta-phone-text small {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #C4A260;
    margin-bottom: 3px;
}
.karya-cta-media {
    position: relative;
    height: 100%;
    min-height: 380px;
    padding: 22px;
}
.karya-cta-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}
@media (max-width: 991px) {
    .karya-cta-card { border-radius: 20px; }
    .karya-cta-content {
        padding: 48px 40px 8px;
        text-align: center;
        align-items: center;
    }
    .karya-cta-text { max-width: 540px; }
    .karya-cta-actions { justify-content: center; }
    .karya-cta-media {
        min-height: 300px;
        padding: 24px 40px 40px;
    }
}
@media (max-width: 575px) {
    .karya-cta-content { padding: 40px 24px 4px; }
    .karya-cta-text { font-size: 15.5px; }
    .karya-cta-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }
    .karya-cta-phone { justify-content: center; }
    .karya-cta-media {
        min-height: 240px;
        padding: 16px 24px 28px;
    }
}

/* ===== Galeri — Masonry (CSS columns), baştan inşa ===== */
.karya-gallery-grid {
    column-count: 3;
    column-gap: 20px;
}
.karya-gallery-grid .karya-gallery-col {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
/* Masonry'de görseller doğal yükseklikte aksın (sabit 280px override) */
.karya-gallery-grid .karya-gallery-item img {
    height: auto;
    display: block;
}
@media (max-width: 991px) {
    .karya-gallery-grid { column-count: 2; column-gap: 16px; }
    .karya-gallery-grid .karya-gallery-col { margin-bottom: 16px; }
}
@media (max-width: 575px) {
    .karya-gallery-grid { column-count: 1; }
}

/* ===== Hero içi güven satırı + uzun eyebrow uyumu ===== */
.k-hero7 .k-h7-eyebrow {
    max-width: 470px;
    letter-spacing: 1.8px;
    line-height: 1.5;
}
.k-hero7 .k-h7-trust {
    list-style: none;
    margin: 0 0 24px;
    padding: 18px 0 0;
    border-top: 1px solid rgba(226, 200, 146, .28);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
}
.k-hero7 .k-h7-trust li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #F5F1EA;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
    white-space: nowrap;
}
.k-hero7 .k-h7-trust li i {
    color: #C4A260;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(196, 162, 96, .55);
    border-radius: 50%;
    flex-shrink: 0;
}
@media (max-width: 575px) {
    .k-hero7 .k-h7-trust { gap: 12px 0; flex-direction: column; }
}

/* ===== Anasayfa: Karya Ayrıcalığı (4 vurgu kartı) ===== */
.k-promise { background: #F5F1EA; }
/* Görselli avantaj kartları — üstü fotoğraflı, altın ikon rozetli */
.k-adv-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #E0D7CC;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(26, 24, 20, .06);
    transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}
.k-adv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(26, 24, 20, .14);
    border-color: #E2C892;
}
.k-adv-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.k-adv-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .7s cubic-bezier(.2, .7, .25, 1);
}
.k-adv-card:hover .k-adv-card__media img { transform: scale(1.07); }
.k-adv-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 46%;
    background: linear-gradient(to top, rgba(45, 95, 74, .42), rgba(45, 95, 74, 0));
    pointer-events: none;
}
.k-adv-card__badge {
    position: absolute;
    left: 15px;
    bottom: 35px;
    transform: translateY(50%);
    z-index: 2;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    background: linear-gradient(135deg, #E2C892 0%, #C4A260 100%);
    box-shadow: 0 8px 20px rgba(196, 162, 96, .45);
    border: 3px solid #fff;
}
.k-adv-card__body {
    padding: 40px 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.k-adv-card__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.3;
    color: #1A1814;
    margin: 0;
}
.k-adv-card__text {
    font-size: 14.5px;
    line-height: 1.65;
    color: #5b5347;
    margin: 0;
}
@media (max-width: 575px) {
    .k-adv-card__media { aspect-ratio: 16 / 10; }
    .k-adv-card__badge { width: 50px; height: 50px; left: 20px; font-size: 18px; }
    .k-adv-card__body { padding: 36px 22px 24px; }
}

/* Hero formu sol vurgu: Hemen Teslim · Hemen Tapu */
.k-hf-highlight {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    padding: 12px 24px 12px 14px;
    background: linear-gradient(135deg, rgba(196, 162, 96, .14), rgba(196, 162, 96, .04));
    border: 1px solid #E0D7CC;
    border-left: 3px solid #C4A260;
    border-radius: 14px;
}
.k-hf-highlight-ic {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #E2C892, #C4A260);
    color: #1A1814;
    font-size: 18px;
    box-shadow: 0 6px 16px rgba(196, 162, 96, .35);
}
.k-hf-highlight-text {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #1A1814;
    letter-spacing: .3px;
}

/* Bölümler arası boşluğu azalt (tüm sayfalar) */
.section-padding { padding: 72px 0; }
@media (max-width: 1199px) {
    .section-padding { padding: 62px 0; }
}
@media (max-width: 991px) {
    .section-padding { padding: 52px 0; }
}
@media (max-width: 575px) {
    .section-padding { padding: 42px 0; }
}

/* ---------- SSS altın kutusu kontrastı ---------- */
.faq-box-area {
    background: #2D5F4A !important;
}
.faq-box-area .box-items .content h3,
.faq-box-area .box-items .content h4,
.faq-box-area p {
    color: #fff !important;
}
.faq-box-area p {
    color: rgba(255, 255, 255, .85) !important;
}

/* 6 adım kontur numaraları daha görünür */
.work-process-items-2 .number {
    color: rgba(196, 162, 96, .55);
}

/* E-posta adreslerinde capitalize bozulmasını engelle */
a[href^="mailto:"] {
    text-transform: none !important;
}

/* ---------- Zikzak zaman çizelgesi (Altı Adım) ---------- */
.k-steps {
    position: relative;
    max-width: 1000px;
    margin: 56px auto 10px;
}
.k-steps::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    bottom: 8px;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #C4A260, rgba(196, 162, 96, .2));
}
.k-step {
    position: relative;
    width: 50%;
    padding: 0 52px 42px 0;
}
.k-step:nth-child(even) {
    margin-left: 50%;
    padding: 0 0 42px 52px;
}
.k-step:last-child {
    padding-bottom: 6px;
}
.k-step-dot {
    position: absolute;
    right: -28px;
    top: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #1A1814;
    border: 2px solid #C4A260;
    color: #C4A260;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0 0 7px rgba(196, 162, 96, .16);
    transition: all .3s;
}
.k-step:nth-child(even) .k-step-dot {
    right: auto;
    left: -28px;
}
.k-step:hover .k-step-dot {
    background: #C4A260;
    color: #1A1814;
    box-shadow: 0 0 0 10px rgba(196, 162, 96, .22);
}
.k-step-card {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    padding: 22px 26px;
    transition: all .3s;
}
.k-step:hover .k-step-card {
    background: rgba(196, 162, 96, .14);
    border-color: rgba(196, 162, 96, .65);
    transform: translateY(-4px);
}
.k-step-card h4 {
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.k-step-card h4 i {
    color: #C4A260;
    font-size: 18px;
}
.k-step-card p {
    color: rgba(255, 255, 255, .8) !important;
    font-size: 14.5px;
    margin: 9px 0 0;
}
@media (max-width: 767px) {
    .k-steps::before {
        left: 26px;
    }
    .k-step,
    .k-step:nth-child(even) {
        width: 100%;
        margin-left: 0;
        padding: 0 0 32px 66px;
    }
    .k-step-dot,
    .k-step:nth-child(even) .k-step-dot {
        left: 0;
        right: auto;
        width: 52px;
        height: 52px;
        font-size: 16px;
    }
}

/* ---------- Konut tipi vitrin satırları (kaymayan hover) ---------- */
.k-type-row {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
    margin-bottom: 14px;
    transition: border-color .3s, background .3s;
}
.k-type-row:hover,
.k-type-row.clicked {
    background: rgba(196, 162, 96, .14);
    border-color: #C4A260;
}
.k-type-row .badge-letter {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 12px;
    border: 1px solid rgba(196, 162, 96, .7);
    background: rgba(196, 162, 96, .12);
    color: #C4A260;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}
.k-type-row .main strong {
    color: #fff;
    font-size: 21px;
    display: block;
    line-height: 1.2;
}
.k-type-row .main small {
    color: #C4A260;
    font-size: 13.5px;
}
.k-type-row .meta {
    margin-left: auto;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    text-align: right;
    line-height: 1.55;
}
.k-type-row > i {
    color: #C4A260;
    font-size: 18px;
    margin-left: 4px;
    transition: transform .3s;
}
.k-type-row:hover > i {
    transform: translateX(5px);
}
@media (max-width: 575px) {
    .k-type-row {
        flex-wrap: wrap;
    }
    .k-type-row .meta {
        flex-basis: 100%;
        margin-left: 72px;
        text-align: left;
        margin-top: -6px;
    }
}

/* ---------- Harita kartı + konum rozeti ---------- */
.k-map-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #E0D7CC;
    box-shadow: var(--karya-shadow-lg);
}
.k-map-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.k-map-pin {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #fff;
    border-radius: 40px;
    padding: 9px 22px 9px 11px;
    display: flex;
    align-items: center;
    gap: 11px;
    box-shadow: 0 10px 28px rgba(26, 24, 20, .22);
}
.k-map-pin .pin-ic {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    background: var(--karya-grad);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.k-map-pin strong {
    display: block;
    font-size: 14px;
    color: #1A1814;
    line-height: 1.15;
}
.k-map-pin strong + span,
.k-map-pin span span {
    font-size: 12px;
    color: #87806F;
}

/* ---------- Ulaşım paneli (koyu, rota listesi) ---------- */
.k-route-panel {
    background: var(--karya-grad-dark);
    border-radius: 16px;
    padding: 38px 34px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.k-route-panel h3 {
    color: #fff;
}
.k-route-list {
    list-style: none;
    margin: 22px 0 28px;
    padding: 0;
}
.k-route-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .88);
    font-size: 15.5px;
}
.k-route-list li:last-child {
    border-bottom: 0;
}
.k-route-list li .ic {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 10px;
    background: rgba(196, 162, 96, .18);
    color: #C4A260;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.k-route-list li .km {
    margin-left: auto;
    background: #fff;
    color: #1A1814;
    font-weight: 700;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 13.5px;
    white-space: nowrap;
}
.k-route-panel .theme-btn {
    align-self: flex-start;
    margin-top: auto;
}
@media (max-width: 767px) {
    .k-route-panel {
        padding: 28px 22px;
    }
}

/* ============================================================
   Sayfa başlığı (iç sayfalar) — hero diliyle boşluklu görsel kart
   ============================================================ */
.k-pagehead {
    background: #fff;
    padding: 14px;
}
.k-pagehead-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 440px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-color: #14120F;
}
.k-pagehead-ov {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(20,17,12,.84) 0%, rgba(20,17,12,.52) 55%, rgba(20,17,12,.2) 100%),
        linear-gradient(0deg, rgba(20,17,12,.5), transparent 42%);
}
.k-pagehead .container {
    position: relative;
    z-index: 2;
    padding-top: 70px;
}
.k-pagehead-eyebrow {
    display: block;
    color: #E2C892;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 2.5px;
    margin-bottom: 14px;
}
.k-pagehead h1 {
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.06;
    margin: 0;
    text-shadow: 0 3px 24px rgba(0, 0, 0, .4);
}
.k-pagehead h1 span {
    color: #E2C892;
    font-style: italic;
}
.k-pagehead-desc {
    color: rgba(255, 255, 255, .85);
    max-width: 600px;
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.6;
}
.k-pagehead-crumb {
    margin-top: 18px;
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
}
.k-pagehead-crumb a { color: #E2C892; font-weight: 600; }
@media (max-width: 991px) {
    .k-pagehead { padding: 8px; }
    .k-pagehead-card { min-height: 300px; border-radius: 20px; }
    .k-pagehead .container { padding-top: 84px; }
    .k-pagehead h1 { font-size: clamp(28px, 7vw, 40px); }
}

/* ============================================================
   İletişim — temiz krem kart ızgarası (full-bleed foto YOK)
   ============================================================ */
.k-contact-grid {
    background: #fff;
}
.k-contact-head {
    margin-bottom: 48px;
}
.k-eyebrow {
    display: block;
    color: #C4A260;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.k-contact-head h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
    color: #1A1814;
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.12;
    margin: 0;
}
.k-contact-head h2 span {
    color: #C4A260;
    font-style: italic;
}
.k-contact-head p {
    color: #6c6557;
    max-width: 560px;
    margin: 16px auto 0;
    font-size: 16px;
    line-height: 1.65;
}
.k-contact-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #E0D7CC;
    border-radius: 14px;
    padding: 44px 28px 34px;
    transition: transform .35s, border-color .35s;
}
.k-contact-card:hover {
    transform: translateY(-5px);
    border-color: #C4A260;
}
.k-cc-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #C4A260;
    color: #C4A260;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
    transition: background-color .35s, color .35s;
}
.k-contact-card:hover .k-cc-icon {
    background: #C4A260;
    color: #fff;
}
.k-cc-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #87806F;
    margin-bottom: 10px;
}
.k-cc-primary {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 23px;
    font-weight: 700;
    color: #1A1814;
    line-height: 1.25;
    transition: color .25s;
}
.k-cc-primary--sm { font-size: 18px; word-break: break-word; }
.k-cc-primary:hover { color: #C4A260; }
.k-cc-text {
    color: #6c6557;
    font-size: 14.5px;
    line-height: 1.55;
    margin: 8px 0 0;
}
.k-cc-link {
    margin-top: auto;
    padding-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #A8854A;
    font-weight: 600;
    font-size: 14px;
}
.k-cc-link i { font-size: 11px; transition: transform .25s; }
.k-cc-link:hover { color: #2D5F4A; }
.k-cc-link:hover i { transform: translateX(4px); }
@media (max-width: 575px) {
    .k-contact-head { margin-bottom: 34px; }
    .k-contact-card { padding: 32px 22px 26px; border-radius: 18px; }
}

/* Hero altı hızlı başvuru bandı */
.k-heroform-contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}
.k-heroform-contacts a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1A1814;
    font-weight: 700;
    font-size: 17px;
}
.k-heroform-contacts a span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(196, 162, 96, .15);
    color: #A8854A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.k-heroform-contacts a:hover { color: #A8854A; }

/* ============================================================
   HERO v7 — Boşluklu video kartı + zengin içerik
   ============================================================ */
.k-hero7 {
    background: #fff;
    padding: 14px;
}
.k-hero7-stage {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: calc(100svh - 28px);
    background: #14120F;
}
.k-hero7-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.k-hero7-ov {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(20,17,12,.55) 0%, rgba(20,17,12,.15) 26%, rgba(20,17,12,.2) 60%, rgba(20,17,12,.72) 100%),
        linear-gradient(90deg, rgba(20,17,12,.45) 0%, transparent 35%, transparent 65%, rgba(20,17,12,.45) 100%);
}
.k-hero7 .video-sound-toggle {
    position: absolute;
    right: 22px;
    top: 104px;
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .35);
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.k-hero7 .video-sound-toggle:hover { background: #C4A260; border-color: #C4A260; }
/* sosyal şerit (sağ-orta) */
.k-hero7-social {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.k-hero7-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all .3s;
    backdrop-filter: blur(4px);
}
.k-hero7-social a:hover { background: #C4A260; border-color: #C4A260; }
/* içerik grid */
.k-hero7-grid {
    position: relative;
    z-index: 3;
    min-height: calc(100svh - 28px);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    gap: 18px;
    padding: 108px clamp(24px, 5vw, 70px) 70px;
}
.k-h7-head { grid-column: 1; grid-row: 1; align-self: start; max-width: 600px; }
.k-h7-eyebrow {
    display: block;
    color: #E2C892;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 2.5px;
    margin-bottom: 16px;
}
.k-h7-head h1 {
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.08;
    margin: 0;
    text-shadow: 0 3px 28px rgba(0, 0, 0, .4);
}
.k-h7-head h1 span { color: #E2C892; font-style: italic; }
/* cam kartlar */
.k-h7-card {
    background: rgba(20, 17, 12, .42);
    backdrop-filter: blur(13px);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    color: #fff;
}
.k-h7-scarcity {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    max-width: 290px;
    padding: 22px 24px;
}
.k-h7-scarcity .t {
    display: block;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    margin-bottom: 14px;
}
.k-h7-scarcity p {
    margin: 12px 0 0;
    font-size: 13.5px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.55;
}
.k-h7-scarcity p strong { color: #E2C892; }
.k-h7-avatars { display: flex; }
.k-h7-avatars span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(20, 17, 12, .6);
    margin-left: -8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}
.k-h7-avatars span:first-child { margin-left: 0; }
/* özellik kartı (alt-sol) */
.k-h7-feature {
    grid-column: 1;
    grid-row: 3;
    align-self: end;
    max-width: 440px;
    display: flex;
    gap: 0;
    padding: 0;
    overflow: hidden;
}
.k-h7-feature-img {
    width: 130px;
    flex: 0 0 130px;
    background-size: cover;
    background-position: center;
}
.k-h7-feature-body { padding: 18px 20px; }
.k-h7-feature-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}
.k-h7-feature-top .big {
    font-size: 34px;
    font-weight: 800;
    color: #E2C892;
    line-height: 1;
}
.k-h7-feature-body strong {
    display: block;
    color: #fff;
    font-size: 16px;
}
.k-h7-feature-body .sub {
    display: block;
    margin-top: 5px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .72);
    line-height: 1.5;
}
/* açıklama + CTA (alt-sağ) */
.k-h7-desc {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    justify-self: end;
    max-width: 440px;
    text-align: left;
}
.k-h7-desc h2 {
    color: #fff;
    font-size: clamp(22px, 2.3vw, 30px);
    font-weight: 700;
    margin: 0 0 14px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .4);
}
.k-h7-desc p {
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
}
/* keşfet */
.k-hero7-scroll {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    z-index: 4;
    color: rgba(255, 255, 255, .85);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.k-hero7-scroll .ch {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: k-bob 1.6s ease-in-out infinite;
}
@keyframes k-bob { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(5px);} }

@media (max-width: 991px) {
    .k-hero7 { padding: 8px; }
    .k-hero7-stage { min-height: calc(100svh - 16px); border-radius: 20px; }
    .k-hero7-social { display: none; }
    .k-hero7 .video-sound-toggle { top: 90px; right: 14px; }
    .k-hero7-grid {
        min-height: calc(100svh - 16px);
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 112px 20px 80px;
    }
    .k-h7-head { max-width: 100%; }
    .k-h7-head h1 { font-size: clamp(30px, 8vw, 44px); }
    .k-h7-scarcity { display: none; }
    .k-h7-feature,
    .k-h7-desc { max-width: 100%; justify-self: stretch; }
    .k-hero7-scroll { display: none; }
}

/* ============================================================
   HERO v6 — Arka plan videolu (full-bleed)
   ============================================================ */
.k-vhero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh; /* mobilde adres çubuğu zıplamasını önler */
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #14120F;
}
.k-vhero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.k-vhero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(100deg, rgba(20,17,12,.88) 0%, rgba(20,17,12,.52) 46%, rgba(20,17,12,.14) 100%),
        linear-gradient(0deg, rgba(20,17,12,.55) 0%, transparent 32%);
}
.k-vhero .container {
    position: relative;
    z-index: 3;
}
.k-vhero-inner {
    max-width: 680px;
    padding: 96px 0 150px;
}
.k-vhero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ECDDBE;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 2.5px;
    margin-bottom: 22px;
    border: 1px solid rgba(196, 162, 96, .5);
    background: rgba(196, 162, 96, .14);
    border-radius: 30px;
    padding: 8px 18px;
    backdrop-filter: blur(4px);
}
.k-vhero-eyebrow i { color: #E2C892; }
.k-vhero h1 {
    color: #fff;
    font-size: clamp(40px, 5.6vw, 76px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0 0 20px;
    text-shadow: 0 2px 30px rgba(0, 0, 0, .35);
}
.k-vhero h1 span { color: #E2C892; }
.k-vhero-inner > p {
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    max-width: 540px;
    margin: 0 0 32px;
    text-shadow: 0 1px 16px rgba(0, 0, 0, .4);
}
.k-vhero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.k-vhero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 32px;
}
.k-vhero-trust span {
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
}
.k-vhero-trust i {
    color: #E2C892;
    margin-right: 7px;
}
.k-vhero .video-sound-toggle {
    position: absolute;
    right: 26px;
    top: 118px;
    z-index: 4;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .35);
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.k-vhero .video-sound-toggle:hover {
    background: #C4A260;
    border-color: #C4A260;
}
/* aşağı kaydır göstergesi */
.k-vhero-scroll {
    position: absolute;
    left: 50%;
    bottom: 104px;
    transform: translateX(-50%);
    z-index: 3;
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, .55);
    border-radius: 16px;
}
.k-vhero-scroll span {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 4px;
    height: 8px;
    margin-left: -2px;
    border-radius: 2px;
    background: #E2C892;
    animation: k-scrolldot 1.6s ease-in-out infinite;
}
@keyframes k-scrolldot {
    0% { opacity: 0; transform: translateY(0); }
    40% { opacity: 1; }
    100% { opacity: 0; transform: translateY(14px); }
}
/* alt cam istatistik şeridi */
.k-vhero-stats {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(20, 17, 12, .42);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(196, 162, 96, .32);
}
.k-vhero-stats .row > div {
    text-align: center;
    padding: 18px 8px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.k-vhero-stats .row > div:last-child { border-right: 0; }
.k-vhero-stats strong {
    display: block;
    color: #fff;
    font-size: clamp(19px, 2.4vw, 28px);
    font-weight: 800;
    line-height: 1.1;
}
.k-vhero-stats span {
    color: rgba(255, 255, 255, .7);
    font-size: 12.5px;
}
@media (max-width: 991px) {
    .k-vhero {
        min-height: 88vh;
        text-align: center;
    }
    .k-vhero-inner {
        max-width: 100%;
        padding: 120px 0 140px;
    }
    .k-vhero-eyebrow { letter-spacing: 1.5px; }
    .k-vhero h1 { font-size: clamp(30px, 7.8vw, 46px); }
    .k-vhero-inner > p { margin-left: auto; margin-right: auto; font-size: 16.5px; }
    .k-vhero-cta,
    .k-vhero-trust { justify-content: center; }
    .k-vhero .video-sound-toggle { right: 16px; top: 96px; }
    .k-vhero-scroll { display: none; }
    .k-vhero-stats .row > div { padding: 14px 6px; }
}
@media (max-width: 575px) {
    .k-vhero-trust { gap: 8px 16px; font-size: 13px; }
    .k-vhero-stats strong { font-size: 18px; }
}

/* ============================================================
   HERO v5 — Beyaz zemin, katmanlı kompozisyon (wireframe)
   Sol üst: başlık bloğu | Sağ alt: video kartı (bindirmeli)
   Sağ üst: güven şeridi | Sol alt: kıtlık rozeti
   ============================================================ */
.k-hero3 {
    background: #fff;
    padding: 150px 0 72px;
}
.k-hero3 .k-hero3-stage {
    position: relative;
}
/* Sağ üst yatay güven şeridi */
.k-hero3-top {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 22px;
    background: #fff;
    border: 1px solid #ECE4D6;
    border-radius: 14px;
    padding: 14px 24px;
    box-shadow: 0 10px 30px rgba(26, 24, 20, .07);
}
.k-hero3-top span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #55514A;
    font-size: 13.5px;
    font-weight: 600;
    white-space: nowrap;
}
.k-hero3-top span i {
    color: #C4A260;
    font-size: 15px;
}
.k-hero3-top span + span {
    border-left: 1px solid #EFE8DC;
    padding-left: 22px;
}
/* Sol üst başlık bloğu */
.k-hero3-copy {
    position: relative;
    z-index: 3;
    width: 58%;
    padding-top: 64px;
}
.k-hero3-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8a6f3c;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 22px;
}
.k-hero3-eyebrow::before {
    content: "";
    width: 44px;
    height: 2px;
    background: #C4A260;
}
.k-hero3-copy h1 {
    margin: 0 0 20px;
    color: #14120F;
    font-size: clamp(32px, 5.4vw, 78px);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -1px;
}
.k-hero3-copy h1 span {
    display: block;
    color: #A8854A;
}
.k-hero3-copy > p {
    color: #5e594f;
    font-size: 17.5px;
    max-width: 480px;
    margin: 0;
}
/* CTA kartı: başlık bloğundan video kartının üstüne binen köprü */
.k-hero3-ctacard {
    position: relative;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid #ECE4D6;
    border-radius: 16px;
    padding: 16px 18px;
    margin-top: 34px;
    box-shadow: 0 18px 44px rgba(26, 24, 20, .12);
}
/* Sağ alt büyük video kartı (başlık bloğunun altına girer) */
.k-hero3-media {
    position: relative;
    z-index: 1;
    width: 66%;
    margin-left: auto;
    margin-top: -140px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(26, 24, 20, .22);
    aspect-ratio: 16 / 8.6;
    background: #1A1814;
}
.k-hero3-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.k-hero3-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(215deg, rgba(26, 24, 20, 0) 55%, rgba(26, 24, 20, .45) 100%);
}
.k-hero3-media .k-hero3-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #1A1814;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all .3s;
}
.k-hero3-media .k-hero3-play:hover {
    background: #C4A260;
    color: #fff;
}
.k-hero3-media .k-hero3-play::after {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .6);
    animation: karya-pulse 2.2s ease-out infinite;
}
.k-hero3-media .video-sound-toggle {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .55);
    background: rgba(0, 0, 0, .35);
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.k-hero3-media .video-sound-toggle:hover {
    background: #C4A260;
}
/* Sol alt küçük rozet kartı */
.k-hero3-bl {
    position: absolute;
    left: 0;
    bottom: 34px;
    z-index: 4;
    background: #1A1814;
    border: 1px solid rgba(196, 162, 96, .55);
    border-radius: 18px;
    padding: 22px 26px;
    box-shadow: 0 18px 44px rgba(26, 24, 20, .25);
    max-width: 270px;
}
.k-hero3-bl strong {
    display: block;
    color: #C4A260;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
}
.k-hero3-bl em {
    display: block;
    font-style: normal;
    color: #fff;
    font-size: 15.5px;
    font-weight: 700;
    margin-top: 7px;
}
.k-hero3-bl span {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
}
@media (max-width: 1199px) {
    .k-hero3-copy {
        width: 64%;
    }
    .k-hero3-media {
        width: 74%;
        margin-top: -90px;
    }
}
@media (max-width: 991px) {
    .k-hero3 {
        padding: 150px 0 44px;
        overflow: hidden;
    }
    .k-hero3-top {
        flex-direction: column;
        gap: 10px;
        padding: 14px 18px;
    }
    .k-hero3-eyebrow {
        letter-spacing: 1.5px;
        font-size: 12px;
    }
    .k-hero3-top {
        position: static;
        margin-bottom: 26px;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }
    .k-hero3-top span + span {
        border-left: 0;
        padding-left: 0;
    }
    .k-hero3-copy {
        width: 100%;
        padding-top: 0;
        text-align: center;
    }
    .k-hero3-copy > p {
        margin: 0 auto;
    }
    .k-hero3-ctacard {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 28px auto 0;
    }
    .k-hero3-media {
        width: 100%;
        margin-top: 26px;
        aspect-ratio: 16 / 10;
    }
    .k-hero3-bl {
        position: static;
        margin: 18px auto 0;
        text-align: center;
        max-width: 320px;
    }
}

/* ============================================================
   HERO v4 — Aydınlık Editorial Split
   ============================================================ */
.k-hero2 {
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    min-height: min(88vh, 920px);
    background:
        radial-gradient(rgba(196, 162, 96, .08) 1px, transparent 1px) 0 0/28px 28px,
        linear-gradient(165deg, #FAF7F1 0%, #F1EAE0 100%);
    overflow: hidden;
}
.k-hero2-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 190px 56px 64px max(48px, 6vw);
}
.k-hero2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8a6f3c;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 3px;
    margin-bottom: 26px;
}
.k-hero2-eyebrow::before {
    content: "";
    width: 44px;
    height: 2px;
    background: #C4A260;
}
.k-hero2 h1 {
    margin: 0 0 24px;
}
.k-hero2 h1 .l1 {
    display: block;
    font-size: clamp(56px, 6.4vw, 96px);
    line-height: .95;
    color: #1A1814;
    font-weight: 800;
    letter-spacing: -1px;
}
.k-hero2 h1 .l2 {
    display: block;
    font-size: clamp(24px, 2.5vw, 38px);
    color: #A8854A;
    font-weight: 600;
    margin-top: 14px;
}
.k-hero2-copy > p {
    color: #5e594f;
    font-size: 17.5px;
    max-width: 520px;
    margin: 0 0 34px;
}
.k-hero2-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}
.k-hero2-stats {
    display: flex;
    gap: 40px;
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid #E5DCCB;
}
.k-hero2-stats div strong {
    display: block;
    font-size: 26px;
    color: #1A1814;
}
.k-hero2-stats div span {
    color: #87806F;
    font-size: 13.5px;
}
.k-hero2-media {
    position: relative;
    min-height: 520px;
}
.k-hero2-media .media-frame {
    position: absolute;
    inset: 0;
    border-radius: 42px 0 0 42px;
    overflow: hidden;
    box-shadow: -24px 0 60px rgba(26, 24, 20, .18);
}
.k-hero2-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.k-hero2-media .media-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(200deg, rgba(26, 24, 20, .05) 40%, rgba(26, 24, 20, .42) 100%);
}
.k-hero2-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #1A1814;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all .3s;
}
.k-hero2-play:hover {
    background: #C4A260;
    color: #fff;
}
.k-hero2-play::after {
    content: "";
    position: absolute;
    inset: -13px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .65);
    animation: karya-pulse 2.2s ease-out infinite;
}
.k-hero2-media .video-sound-toggle {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .55);
    background: rgba(0, 0, 0, .35);
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.k-hero2-media .video-sound-toggle:hover {
    background: #C4A260;
}
.k-hero2-rozet {
    position: absolute;
    left: -26px;
    bottom: 44px;
    z-index: 4;
    background: #1A1814;
    color: #fff;
    border-radius: 16px;
    padding: 18px 24px;
    box-shadow: 0 18px 44px rgba(26, 24, 20, .35);
    border: 1px solid rgba(196, 162, 96, .5);
}
.k-hero2-rozet strong {
    display: block;
    color: #C4A260;
    font-size: 19px;
    letter-spacing: 1px;
}
.k-hero2-rozet span {
    font-size: 13px;
    color: rgba(255, 255, 255, .75);
}
@media (max-width: 991px) {
    .k-hero2 {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .k-hero2-copy {
        padding: 150px 22px 44px;
        text-align: center;
        align-items: center;
    }
    .k-hero2-stats {
        gap: 26px;
        justify-content: center;
    }
    .k-hero2-cta {
        justify-content: center;
    }
    .k-hero2-media {
        min-height: 380px;
        margin: 0 16px 18px;
    }
    .k-hero2-media .media-frame {
        border-radius: 24px;
        box-shadow: 0 16px 40px rgba(26, 24, 20, .2);
    }
    .k-hero2-rozet {
        left: 12px;
        bottom: 14px;
        padding: 12px 16px;
    }
}

/* ============================================================
   Karar Sahnesi v2 — interaktif ŞEHİRDE/KARYA'DA dönüşümü
   ============================================================ */
.k-scene-toggle {
    display: flex;
    justify-content: center;
    margin: 30px 0 26px;
}
.k-scene-toggle button {
    border: 1px solid #DCD2C0;
    background: #fff;
    color: #6E695F;
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: 1.5px;
    padding: 13px 34px;
    cursor: pointer;
    transition: all .3s;
}
.k-scene-toggle button:first-child {
    border-radius: 40px 0 0 40px;
}
.k-scene-toggle button:last-child {
    border-radius: 0 40px 40px 0;
    border-left: 0;
}
.k-scene-toggle button.active {
    background: #1A1814;
    border-color: #1A1814;
    color: #C4A260;
}
.k-scene {
    position: relative;
    min-height: 540px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--karya-shadow-lg);
}
.k-scene-layer {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .7s ease;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.k-scene[data-mode="sehir"] .k-scene-layer--sehir,
.k-scene[data-mode="karya"] .k-scene-layer--karya {
    opacity: 1;
    pointer-events: auto;
}
.k-scene-layer--sehir {
    background:
        repeating-linear-gradient(115deg, rgba(255, 255, 255, .025) 0 2px, transparent 2px 26px),
        linear-gradient(160deg, #3A3833 0%, #23211E 100%);
}
.k-scene-layer--sehir .scene-ghost {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 300px;
    color: rgba(255, 255, 255, .045);
}
.k-scene-layer--karya {
    background-size: cover;
    background-position: center;
}
.k-scene-layer--karya::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(26, 24, 20, .72) 0%, rgba(31, 45, 39, .3) 60%, transparent 100%);
}
.k-scene-inner {
    position: relative;
    z-index: 2;
    padding: 56px 60px;
    max-width: 640px;
}
.k-scene-inner .sc-tag {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.k-scene-layer--sehir .sc-tag {
    color: rgba(255, 255, 255, .6);
}
.k-scene-layer--karya .sc-tag {
    color: #E2C892;
}
.k-scene-inner h3 {
    color: #fff;
    font-size: clamp(26px, 2.6vw, 38px);
    margin-bottom: 26px;
}
.k-scene-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 13px 0;
}
.k-scene-row + .k-scene-row {
    border-top: 1px dashed rgba(255, 255, 255, .18);
}
.k-scene-row .ic {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.k-scene-layer--sehir .k-scene-row .ic {
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .55);
}
.k-scene-layer--karya .k-scene-row .ic {
    background: rgba(196, 162, 96, .28);
    color: #F3E2BC;
}
.k-scene-row strong {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
}
.k-scene-layer--sehir .k-scene-row strong {
    color: rgba(255, 255, 255, .82);
}
.k-scene-row span {
    color: rgba(255, 255, 255, .62);
    font-size: 13.5px;
}
.k-scene-cta {
    margin-top: 26px;
}
@media (max-width: 767px) {
    .k-scene {
        min-height: 600px;
    }
    .k-scene-inner {
        padding: 34px 24px;
    }
    .k-scene-layer--sehir .scene-ghost {
        font-size: 170px;
        right: -20px;
        top: auto;
        bottom: -20px;
        transform: none;
    }
    .k-scene-toggle button {
        flex: 1;
        padding: 12px 10px;
    }
}

/* ---------- Satış kurgusu bileşenleri ---------- */
.k-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(196, 162, 96, .18);
    border: 1px solid rgba(196, 162, 96, .6);
    color: #E8D9BC;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 22px;
}
.k-hero-kicker i {
    color: #C4A260;
}
.k-btn-lg {
    padding: 18px 38px;
    font-size: 17px;
}
.k-hero-play {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.k-hero-play:hover {
    color: #C4A260;
}
.k-hero-play .pl {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all .3s;
}
.k-hero-play:hover .pl {
    background: #C4A260;
    border-color: #C4A260;
}
/* Hero köprü kartı: video ile sayfa arasında premium güven bandı */
.k-hero-bridge {
    position: relative;
    z-index: 6;
    margin-top: -58px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(26, 24, 20, .16);
    border: 1px solid #EDE6DA;
    display: flex;
    align-items: stretch;
    padding: 8px 10px;
}
.k-hero-bridge .kb-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 26px;
}
.k-hero-bridge .kb-item + .kb-item {
    border-left: 1px solid #EFE8DC;
}
.k-hero-bridge .kb-ic {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 14px;
    background: var(--karya-grad);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(196, 162, 96, .35);
}
.k-hero-bridge strong {
    display: block;
    color: #1A1814;
    font-size: 17px;
    line-height: 1.25;
}
.k-hero-bridge span {
    color: #87806F;
    font-size: 13.5px;
}
@media (max-width: 991px) {
    .k-hero-bridge {
        flex-direction: column;
        margin-top: -44px;
        padding: 6px 18px;
    }
    .k-hero-bridge .kb-item {
        padding: 16px 6px;
    }
    .k-hero-bridge .kb-item + .kb-item {
        border-left: 0;
        border-top: 1px solid #EFE8DC;
    }
}

/* Düello kartı: Şehir vs Karya (açık zemin, modern) */
.k-duel {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--karya-shadow-lg);
    border: 1px solid #EDE6DA;
}
.k-duel-side {
    padding: 48px 46px 42px;
}
.k-duel-side--city {
    background: linear-gradient(165deg, #F1EFEB 0%, #E5E1D9 100%);
}
.k-duel-side--karya {
    background: linear-gradient(165deg, #FBF5E9 0%, #F1E3C8 100%);
}
.k-duel-tag {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 3px;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 14px;
}
.k-duel-side--city .k-duel-tag {
    background: rgba(110, 105, 95, .14);
    color: #6E695F;
}
.k-duel-side--karya .k-duel-tag {
    background: rgba(196, 162, 96, .22);
    color: #8a6f3c;
}
.k-duel-side h3 {
    color: #1A1814;
    font-size: 26px;
    margin-bottom: 18px;
}
.k-duel-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
}
.k-duel-row + .k-duel-row {
    border-top: 1px dashed rgba(110, 105, 95, .25);
}
.k-duel-row .ic {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.k-duel-side--city .k-duel-row .ic {
    background: rgba(110, 105, 95, .12);
    color: #8B8578;
}
.k-duel-side--karya .k-duel-row .ic {
    background: rgba(196, 162, 96, .2);
    color: #A8854A;
}
.k-duel-row strong {
    display: block;
    color: #1A1814;
    font-size: 16.5px;
    line-height: 1.3;
}
.k-duel-side--city .k-duel-row strong {
    color: #55514A;
}
.k-duel-row span {
    color: #87806F;
    font-size: 13.5px;
}
.k-duel-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--karya-grad);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 9px #fff, 0 14px 34px rgba(26, 24, 20, .25);
    z-index: 3;
}
@media (max-width: 991px) {
    .k-duel {
        grid-template-columns: 1fr;
    }
    .k-duel-side {
        padding: 34px 24px 28px;
    }
    .k-duel-badge {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: -39px auto;
    }
}

/* Acı / Çözüm karşılaştırması */
.k-pain-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 14px;
}
.k-pain-item i {
    font-size: 24px;
    color: #8a8a8a;
    margin-top: 3px;
    width: 30px;
    text-align: center;
    flex: 0 0 30px;
}
.k-pain-item strong {
    color: #fff;
    display: block;
    font-size: 16.5px;
}
.k-pain-item span {
    color: rgba(255, 255, 255, .6);
    font-size: 13.5px;
}
.k-gain-item {
    background: rgba(196, 162, 96, .1);
    border-color: rgba(196, 162, 96, .4);
}
.k-gain-item i {
    color: #C4A260;
}
.k-vs {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: var(--karya-grad);
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 10px rgba(196, 162, 96, .14);
}
@media (max-width: 991px) {
    .k-vs {
        margin: 6px 0;
    }
}

/* Bir Gün saat rozeti */
.k-time-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #1A1814;
    color: #C4A260;
    border: 1px solid rgba(196, 162, 96, .6);
    border-radius: 8px;
    padding: 5px 13px;
    font-weight: 800;
    font-size: 15px;
    z-index: 2;
    letter-spacing: 1px;
}

/* Neden Şimdi kartları */
.k-why-card {
    background: rgba(255, 255, 255, .96);
    border-radius: 14px;
    padding: 30px 26px;
    height: 100%;
    text-align: center;
    transition: all .35s;
    border-top: 4px solid #C4A260;
}
.k-why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .3);
}
.k-why-card i {
    font-size: 34px;
    color: #C4A260;
    margin-bottom: 16px;
}
.k-why-card h4 {
    color: #1A1814;
    font-size: 19px;
    margin-bottom: 10px;
}
.k-why-card p {
    color: #5e594f !important;
    font-size: 14px;
    margin: 0;
}

/* Form yanı vaat listesi */
.k-form-promises {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}
.k-form-promises li {
    color: rgba(255, 255, 255, .92);
    font-size: 15.5px;
    padding: 7px 0;
}
.k-form-promises i {
    color: #C4A260;
    margin-right: 10px;
}

/* Mobil sabit CTA çubuğu */
.k-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9995;
    display: none;
    background: #1A1814;
    border-top: 2px solid #C4A260;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .3);
}
.k-sticky-cta a {
    flex: 1;
    text-align: center;
    padding: 8px 6px;
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    line-height: 1.1;
}
.k-sticky-cta a i {
    font-size: 16px;
    color: #C4A260;
}
.k-sticky-cta a.k-cta-mid {
    background: var(--karya-grad);
}
.k-sticky-cta a.k-cta-mid i {
    color: #fff;
}
@media (max-width: 991px) {
    .k-sticky-cta {
        display: flex;
        /* iOS home çubuğunun üstünde dursun; bar gereksiz uzamasın */
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }
    /* sabit çubukla çakışmasınlar (güvenli alan dahil) */
    .karya-wa {
        bottom: calc(74px + env(safe-area-inset-bottom, 0px));
    }
    .karya-consent {
        bottom: calc(56px + env(safe-area-inset-bottom, 0px));
    }
    .scroll-up {
        bottom: calc(74px + env(safe-area-inset-bottom, 0px)) !important;
    }
    body {
        padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px));
    }
}

/* ---------- WhatsApp butonu ---------- */
.karya-wa {
    position: fixed;
    right: 22px;
    bottom: 96px;
    z-index: 9990;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 10px 26px rgba(37, 211, 102, .45);
    transition: all .3s;
}
.karya-wa:hover {
    transform: scale(1.08);
    box-shadow: 0 14px 34px rgba(37, 211, 102, .55);
}
.karya-wa::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, .5);
    animation: karya-pulse 2.2s ease-out infinite;
}
@media (max-width: 700px) {
    .karya-wa {
        bottom: 86px;
        width: 52px;
        height: 52px;
        font-size: 26px;
    }
}

/* ---------- Çerez onay bandı ---------- */
.karya-consent {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 99998;
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .3s, transform .3s;
    pointer-events: none;
}
.karya-consent.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.karya-consent-inner {
    background: #1A1814;
    border: 1px solid rgba(196, 162, 96, .45);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .4);
    padding: 20px 24px;
    max-width: 860px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}
.karya-consent-text strong {
    color: #C4A260;
    font-size: 15.5px;
    display: block;
    margin-bottom: 6px;
}
.karya-consent-text p {
    color: rgba(255, 255, 255, .8);
    font-size: 13.5px;
    margin: 0;
    line-height: 1.55;
}
.karya-consent-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}
.karya-consent-actions .theme-btn {
    padding: 11px 26px;
    white-space: nowrap;
}
.karya-consent-reject {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    color: rgba(255, 255, 255, .8);
    border-radius: 8px;
    padding: 9px 26px;
    cursor: pointer;
    transition: all .3s;
    font-size: 14px;
}
.karya-consent-reject:hover {
    border-color: #C4A260;
    color: #C4A260;
}
@media (max-width: 700px) {
    .karya-consent-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 18px;
    }
    .karya-consent-actions {
        flex-direction: row;
    }
    .karya-consent-actions .theme-btn,
    .karya-consent-reject {
        flex: 1;
        text-align: center;
    }
}

/* ---------- Lead popup ---------- */
.karya-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(20, 17, 12, .72);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity .25s;
}
.karya-popup-overlay.open {
    opacity: 1;
}
body.karya-popup-acik {
    overflow: hidden;
}
.karya-popup {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    max-width: 760px;
    width: 100%;
    max-height: 92vh;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
    position: relative;
    transform: translateY(14px);
    transition: transform .25s;
}
.karya-popup-overlay.open .karya-popup {
    transform: translateY(0);
}
.karya-popup-close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 3;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0;
    background: rgba(26, 24, 20, .55);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background .3s;
}
.karya-popup-close:hover {
    background: #C4A260;
}
.karya-popup-media {
    flex: 0 0 42%;
    background-size: cover;
    background-position: center;
}
.karya-popup-body {
    flex: 1;
    padding: 30px 28px;
    overflow-y: auto;
}
.karya-popup-body h3 {
    color: #1A1814;
    margin-bottom: 8px;
}
.karya-popup-body > p {
    color: #5e594f;
    font-size: 14.5px;
    margin-bottom: 16px;
}
.karya-popup-phone {
    display: block;
    text-align: center;
    margin-top: 14px;
    color: #2D5F4A;
    font-weight: 700;
    font-size: 17px;
}
.karya-popup-phone:hover {
    color: #C4A260;
}
@media (max-width: 700px) {
    .karya-popup {
        flex-direction: column;
        max-width: 420px;
    }
    .karya-popup-media {
        flex: 0 0 150px;
        min-height: 150px;
    }
    .karya-popup-body {
        padding: 22px 20px;
    }
}

/* ---------- Galeri kategori ayırıcı ---------- */
.k-cat-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    border-left: 4px solid #C4A260;
    padding: 10px 16px;
    background: #F5F1EA;
    border-radius: 8px;
    margin-top: 24px;
}
.k-cat-divider h3 {
    margin: 0;
    font-size: 20px;
    color: #1A1814;
}
.k-cat-divider .cnt {
    background: #C4A260;
    color: #fff;
    border-radius: 20px;
    padding: 2px 12px;
    font-size: 13px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .karya-hero {
        min-height: 78vh;
    }
    .karya-hero .hero-content h1 {
        font-size: 42px;
    }
    .portfolio-wrapper-2 .portfolio-image img {
        height: 380px;
    }
    .cta-banner-wrapper-2 {
        justify-content: center;
        text-align: center;
    }
    .karya-stats-dark,
    .k-strip {
        background-attachment: scroll;
    }
    .k-collage {
        grid-auto-rows: 110px;
        gap: 10px;
    }
    /* breadcrumb: mobilde ust bar gizli oldugundan header payi daha az */
    .karya-breadcrumb {
        padding: 150px 0 80px;
    }
}

/* Mobil yatay taşma emniyeti — yalnızca body (html'e koymak iOS'ta dikey scroll'u kilitleyebilir) */
@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}

/* Forma anchor/redirect ile atlanınca (WOW + splitting) gizli kalan bölümleri zorla göster */
.karya-reveal-all .wow,
.karya-reveal-all .splt-txt,
.karya-reveal-all .splt-txt .char {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
}
