﻿:root {
    --bg-1: #fdfdfd; /* neredeyse beyaz */
    --bg-2: #f8faff; /* hafif mavi alt ton */
    --accent: #7faaff; /* logonun koyu mavi tonu */
    --accent-2: #ff4c4c; /* logonun kırmızı tonu */
    --accent-3: #B01736;
    --text: #1E2A78; /* koyu gri metin */
    --textMainTitle: #1f1f1f;
    --muted: #6b7b84; /* yumuşak gri metin */
    --glass-soft: rgba(255,255,255,0.72);
    --glass-border: rgba(11,26,36,0.05);
    --card-shadow: 0 18px 50px rgba(6,20,28,0.06);
}


* {
    box-sizing: border-box
}

html, body {
    height: 100%
}

body {
    margin: 0;
    /*font-family: Inter,system-ui,Segoe UI,Roboto,Arial;*/
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /*font-variation-settings: "wdth" 100;*/
    color: var(--text);
    background: radial-gradient(800px 400px at 15% 10%, rgba(179,140,255,0.04), transparent 10%), radial-gradient(700px 350px at 85% 90%, rgba(231,138,168,0.03), transparent 12%), linear-gradient(180deg,var(--bg-1),var(--bg-2));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 20px
}

/* header */
/* header */
header.site-header {
    position: fixed; /* hep sabit */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    padding: 10px 0;
    /*background: rgba(255, 255, 255, 0.8);*/
    /*backdrop-filter: blur(10px);*/
    /*box-shadow: 0 8px 24px rgba(6, 20, 28, 0.05);*/
    /*transition: background 0.3s ease, box-shadow 0.3s ease;*/
}

/* scrolled efekti daha belirgin olsun */
header.scrolled .nav-wrap {
    transform: none; /* artık yukarı kaydırma yok */
    box-shadow: 0 10px 40px rgba(6, 20, 28, 0.12);
    background: rgba(255, 255, 255, 0.9);
}

.nav-wrap {
    background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,255,255,0.80));
    box-shadow: var(--card-shadow);
    border-radius: 16px;
    padding: 10px 14px;
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(8px) saturate(1.05);
    transition: all .28s ease;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit
}

    .logo img {
        height: 46px;
        width: 46px;
        border-radius: 10px;
        object-fit: cover;
        box-shadow: 0 10px 28px rgba(127,230,208,0.06)
    }

.brand .title {
    font-weight: 800;
    font-family: 'Nunito',sans-serif
}

.brand .sub {
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px
}

nav.primary {
    display: flex;
    gap: 14px;
    align-items: center
}

    nav.primary a {
        position: relative;
        color: var(--text);
        text-decoration: none;
        font-weight: 600;
        padding: 8px 12px;
        border-radius: 10px;
        transition: all .18s
    }

        nav.primary a::after {
            content: "";
            position: absolute;
            left: 10px;
            right: 10px;
            bottom: 6px;
            height: 2px;
            border-radius: 3px;
            background: linear-gradient(90deg,var(--accent),var(--accent-3));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .25s
        }

        nav.primary a:hover::after, nav.primary a.active::after {
            transform: scaleX(1)
        }

        nav.primary a:hover {
            transform: translateY(-3px)
        }

.actions {
    display: flex;
    align-items: center;
    gap: 10px
}

.btn {
    padding: 9px 14px;
    border-radius: 10px;
    font-weight: 700;
    border: 1px solid rgba(11,26,36,0.04);
    background: transparent;
    cursor: pointer
}

    .btn.primary {
        background: linear-gradient(90deg,var(--accent),var(--accent-2));
        color: #08121a;
        box-shadow: 0 12px 36px rgba(127,230,208,0.08)
    }

.hamburger {
    display: none;
    background: none;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    color: var(--text)
}

header.scrolled .nav-wrap {
    transform: translateY(-6px);
    box-shadow: 0 22px 60px rgba(6,20,28,0.08)
}

/* hero */
/*.hero {
    padding: 88px 0 48px;
    position: relative;
    overflow: visible
}

.hero-inner {
    display: flex;
    align-items: center;
    gap: 36px
}

.hero-left {
    flex: 1;
    max-width: 720px
}*/
    /* ensure hero title is above canvas and always visible */
    /*.hero-left h1 {
        margin: 0;
        font-size: 44px;
        line-height: 1.02;
        font-family: 'Nunito',sans-serif;
        color: var(--text);
        position: relative;
        z-index: 12;
        text-shadow: 0 8px 28px rgba(255,255,255,0.18);
    }

    .hero-left p {
        color: var(--muted);
        margin: 14px 0 22px;
        font-size: 16px
    }*/

    .hero {
    position: relative;
    padding: 110px 0 70px;
    background: linear-gradient(135deg, #f6f8fa 0%, #eef4f8 100%);
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255,0,76,0.06), transparent 70%),
                radial-gradient(circle at 80% 80%, rgba(127,230,208,0.06), transparent 70%);
    mix-blend-mode: overlay;
    pointer-events: none;
}

.hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.hero-left {
    flex: 1 1 520px;
    max-width: 640px;
}

.hero-left h1 {
    margin: 0;
    font-size: 52px;
    line-height: 1.1;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    color: var(--textMainTitle);
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 0.8s forwards 0.2s;
}

.hero-left p {
    color: var(--muted);
    margin: 18px 0 28px;
    font-size: 18px;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 0.8s forwards 0.4s;
}

.cta-row {
    display: flex;
    gap: 14px;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 0.8s forwards 0.6s;
}

.work-hours {
    margin-top: 24px;
    color: var(--muted);
    font-size: 14px;
}

.btn.primary {
    background: linear-gradient(135deg, #ff004c, #ff6a00);
    color: white;
    border: none;
    box-shadow: 0 8px 20px rgba(255,0,76,0.4);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(255,0,76,0.6);
}

.visual {
    flex: 1 1 420px;
    position: relative;
    z-index: 2;
    text-align: right;
}

.frame {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(6,20,28,0.1);
    background: rgba(255,255,255,0.9);
}

.mockup img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    display: block;
    animation: float 5s ease-in-out infinite;
}

/* animations */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* responsive */
@media (max-width: 768px) {
    .hero-inner {
        flex-direction: column-reverse;
        text-align: center;
    }
    .visual {
        text-align: center;
    }
    .hero-left h1 {
        font-size: 36px;
    }
}

.cta-row {
    display: flex;
    gap: 12px;
    align-items: center
}

/* visual */
.visual {
    width: 460px;
    flex: 0 0 460px;
    position: relative;
    z-index: 3
}

.frame {
    border-radius: 18px;
    height: 520px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.88));
    border: 1px solid var(--glass-border);
    box-shadow: 0 40px 90px rgba(6,20,28,0.06);
    position: relative;
    transform-style: preserve-3d;
}

.mockup {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .6s ease;
    will-change: transform
}

    .mockup img {
        width: 106%;
        height: 106%;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        transform-origin: center;
        filter: contrast(1.02)
    }

/* canvas shapes */
#hero-canvas {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1
}

section {
    padding: 64px 0;
    scroll-margin-top: 100px;
}

.section-title {
    font-size: 20px;
    margin: 0 0 8px;
    font-weight: 700
}

.section-sub {
    color: var(--muted);
    margin-bottom: 18px
}


/* gallery */
.grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 12px
}

/*.card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--glass-border);
    background: var(--glass-soft);
    backdrop-filter: blur(6px);
    transition: transform .25s, box-shadow .25s;
    position: relative
}

    .card img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        display: block;
        filter: saturate(0.98);
        transition: transform .5s ease
    }

    .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 30px 70px rgba(6,20,28,0.08)
    }

    .card .pill {
        position: absolute;
        left: 12px;
        bottom: 12px;
        padding: 8px 10px;
        border-radius: 999px;
        background: linear-gradient(90deg,var(--accent-2),var(--accent));
        color: #062221;
        font-weight: 800;
        box-shadow: 0 12px 34px rgba(127,230,208,0.08)
    }*/

.card {
    border-radius: 16px; /* biraz daha yuvarlatılmış köşeler */
    overflow: hidden;
    border: 1px solid rgba(11,26,36,0.08); /* hafif daha belirgin sınır */
    background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0.75));
    backdrop-filter: blur(8px);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    cursor: pointer;
}

    .card img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        display: block;
        border-bottom: 1px solid rgba(11,26,36,0.05);
        filter: saturate(1.05) contrast(1.03);
        transition: transform 0.5s ease, filter 0.3s ease;
        border-radius: 16px 16px 0 0;
    }

    .card:hover {
        transform: translateY(-12px) scale(1.02);
        box-shadow: 0 35px 85px rgba(6,20,28,0.12);
    }

    .card .pill {
        position: absolute;
        left: 12px;
        bottom: 12px;
        padding: 8px 14px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--accent-2), var(--accent));
        color: #062221;
        font-weight: 800;
        box-shadow: 0 14px 40px rgba(127,230,208,0.12);
        font-size: 12px;
    }

/* filters */
.filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

    .filters button {
        background: transparent;
        border: 1px solid rgba(11,26,36,0.04);
        padding: 8px 12px;
        border-radius: 999px;
        cursor: pointer;
        font-weight: 700
    }

        .filters button.active {
            background: linear-gradient(90deg,var(--accent),var(--accent-2));
            color: #07121a
        }

/* services */
.services {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 18px
}

.svc {
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,255,255,0.80));
    border: 1px solid var(--glass-border);
    box-shadow: var(--card-shadow);
    transition: transform .18s
}

    .svc:hover {
        transform: translateY(-8px)
    }

.icon {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: linear-gradient(90deg,var(--accent-2),var(--accent-3));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #062221;
    font-weight: 800;
    margin-bottom: 12px
}

/* contact */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* iki kolon */
    gap: 24px;
    width: 100%;
}

    .contact-grid > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .contact-grid iframe {
        width: 100%; /* ekran genişliğine göre */
        height: 100%;
        min-height: 400px; /* ihtiyaca göre */
        border: 0;
        border-radius: 12px;
    }



.input, textarea {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid rgba(11,26,36,0.04);
    background: transparent;
    margin-bottom: 12px;
    color: var(--text)
}

.send {
    padding: 12px 16px;
    border-radius: 10px;
    border: 0;
    background: linear-gradient(90deg,var(--accent-2),var(--accent));
    font-weight: 800;
    color: #062221;
    cursor: pointer
}

/* footer */
footer {
    padding: 28px 0;
    color: var(--muted);
    text-align: center;
    position: relative
}

    footer::before {
        content: "";
        display: block;
        height: 4px;
        width: 120px;
        margin: 0 auto 14px;
        border-radius: 999px;
        background: linear-gradient(90deg,var(--accent),var(--accent-2));
        opacity: 0.85
    }

/* lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(2,6,12,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2200;
    opacity: 1;
    transition: opacity .18s
}

    .lightbox img {
        max-width: 92%;
        max-height: 82%;
        border-radius: 12px;
        box-shadow: 0 30px 80px rgba(2,6,12,0.6)
    }

.lb-close {
    position: fixed;
    top: 22px;
    right: 22px;
    background: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    border: 0;
    cursor: pointer;
    font-weight: 800
}

/* scroll top */
#scrollTop {
    position: fixed;
    right: 22px;
    bottom: 22px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    border: none;
    color: white;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 1500;
}

    #scrollTop:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    }

/* mobile menu helper */
@media (max-width:680px) {
    nav.primary {
        display: none;
        position: absolute;
        top: 70px;
        right: 20px;
        background: var(--glass-soft);
        padding: 12px;
        border-radius: 12px;
        flex-direction: column;
        gap: 8px;
        box-shadow: 0 12px 34px rgba(6,20,28,0.06);
    }

        nav.primary.mobile-open {
            display: flex
        }

    .hamburger {
        display: block
    }

    .hero-inner {
        flex-direction: column-reverse
    }

    .visual {
        width: 100%;
        flex: unset
    }

    .grid {
        grid-template-columns: 1fr
    }

    .services {
        grid-template-columns: 1fr
    }

    .contact-grid {
        grid-template-columns: 1fr
    }

    .hero-left h1 {
        font-size: 28px
    }

    .frame {
        height: 380px
    }
}

/* focus outlines for accessibility if keyboard used */
body.show-focus *:focus {
    outline: 2px solid rgba(127,230,208,0.25);
    outline-offset: 3px;
    border-radius: 6px
}

.instaBtn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

    .instaBtn img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .instaBtn:hover {
        transform: scale(1.1);
        box-shadow: 0 12px 36px rgba(0,0,0,0.2);
    }

#hizmetlerimiz {
    background: var(--bg-1);
    padding: 100px 0;
}

    
    #hizmetlerimiz .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
    }

    #hizmetlerimiz .card {
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        cursor: pointer;
        transform: scale(1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        #hizmetlerimiz .card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

        #hizmetlerimiz .card:hover img {
            transform: scale(1.1);
            filter: brightness(70%);
        }

    #hizmetlerimiz .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background: rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(6px);
        color: #fff;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.4s ease;
    }

    #hizmetlerimiz .card:hover .overlay {
        opacity: 1;
        transform: translateY(0);
    }

    #hizmetlerimiz .overlay h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

    #hizmetlerimiz .overlay span {
        font-size: 13px;
        opacity: 0.8;
    }
.about-container {
    text-align: center;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.about-card {
    background: var(--bg-1);
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
    cursor: default;
    position: relative;
    overflow: hidden;
}

    .about-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.12);
        background: linear-gradient(135deg, #fff, var(--bg-2));
    }

.about-icon {
    font-size: 38px;
    color: var(--accent);
    margin-bottom: 18px;
    transition: transform 0.4s ease;
}

.about-card:hover .about-icon {
    transform: scale(1.15);
}

.about-card h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--textMainTitle);
}

.about-card p {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* CONTACT SECTION */
#contact {
    background: linear-gradient(180deg, var(--bg-1), var(--bg-2));
    padding: 80px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 40px;
    margin-top: 40px;
    align-items: start;
}

.glass-card {
    background: rgba(255, 255, 255, 0.45); /* cam efekti */
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 36px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    opacity: 1 !important; /* otomatik opacity'yi iptal ediyor */
}

    .glass-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    }

#contactForm {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    #contactForm label {
        font-weight: 500;
        color: var(--text);
        text-align: left;
    }

.input {
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    outline: none;
    font-size: 15px;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.85);
    opacity: 1 !important; /* otomatik opacity'yi iptal ediyor */
}

    .input:focus {
        border-color: var(--accent);
        box-shadow: 0 0 0 3px rgba(255,0,85,0.15);
    }

.send {
    background: var(--accent);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .send:hover {
        background: #ff2f70;
        transform: scale(1.04);
    }

iframe {
    width: 100%;
    height: 100%;
    min-height: 460px;
    border: none;
    border-radius: 16px;
    filter: grayscale(15%) brightness(1.05);
    transition: filter 0.3s ease;
}

    iframe:hover {
        filter: grayscale(0%) brightness(1.1);
    }
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

    /* Her iki child div'i flex container yap */
    .contact-grid > div {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

/* Formu kapsayan glass-card */
.glass-card {
    flex: 1; /* yükseklik olarak grid hücresini doldur */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* iframe divini de esnet */
.contact-grid > div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.contact-grid iframe {
    flex: 1; /* iframe divin tamamını doldurur */
    width: 100%;
    border-radius: 16px;
}


.section-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}


.section-sub {
    color: var(--muted);
    font-size: 1rem;
    margin: 0 0 20px 0;
}

.about-page {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--bg-1), var(--bg-2));
}

.about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.about-text {
    flex: 1 1 50%;
    color: var(--text);
}

    .about-text p {
        font-size: 17px;
        color: var(--muted);
        line-height: 1.8;
        margin-bottom: 18px;
    }

.about-highlights {
    display: flex;
    gap: 24px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.highlight {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 16px;
    flex: 1 1 30%;
    text-align: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

    .highlight:hover {
        background: rgba(255, 255, 255, 0.08);
        transform: translateY(-5px);
    }

    .highlight h4 {
        color: #e50914;
        margin-bottom: 10px;
        font-size: 18px;
    }

.about-image {
    flex: 1 1 40%;
}

    .about-image img {
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    }




/* ---------- Footer Genel ---------- */
.footer {
    background: linear-gradient(180deg, rgba(245,245,245,0.95), rgba(240,240,240,0.9));
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 60px 0 30px;
    color: #333;
    font-family: 'Nunito', sans-serif;
}

.footer-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-left {
    flex: 0 0 220px;
    min-width: 180px;
}

.footer-logo {
    font-weight: 800;
    color: var(--accent);
    margin: 0 0 12px 0;
    font-size: 22px;
}

/* --------- Link Yapısı --------- */
.footer-links {
    display: flex;
    gap: 60px;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 360px;
    align-items: flex-start;
}

.footer-column {
    min-width: 160px;
}

.footer-column h4 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    color: var(--accent);
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 10px;
}

/* Alt çizgili linkler */
.footer-column a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding: 6px 0;
    display: inline-block;
    transition: color 0.18s ease;
}

.footer-column a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-3));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s;
}

.footer-column a:hover,
.footer-column a:focus {
    color: var(--text);
}

.footer-column a:hover::after,
.footer-column a.active::after {
    transform: scaleX(1);
}

/* --------- Sosyal Medya (eski halin korunuyor) --------- */
.footer-social {
    flex: 0 0 200px;
    min-width: 160px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    margin-top: 6px;
}

/* --------- Alt Bilgi --------- */
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #666;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 20px;
}

/* ------------------ Media Queries ------------------ */
@media (max-width: 1024px) {
    .hero-left h1 {
        font-size: 44px;
    }

    .hero-inner {
        flex-direction: column-reverse;
        text-align: center;
    }

    .visual {
        text-align: center;
        width: 100%;
        flex: unset;
    }
}

@media (max-width: 768px) {
    .hero-left h1 {
        font-size: 36px;
    }

    .frame {
        height: 400px;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 28px;
    }

    .footer-links {
        flex-direction: column;
        gap: 16px;
        align-items: center;
        width: 100%;
    }

    .footer-column {
        width: 100%;
        min-width: unset;
    }

        .footer-column ul {
            text-align: center;
            display: inline-block;
            margin: 0 auto;
        }

        .footer-column a {
            text-align: center;
            display: block;
        }

    .footer-social {
        width: 100%;
        justify-content: center;
        display: flex;
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .hero-left h1 {
        font-size: 28px;
    }

    .frame {
        height: 380px;
    }

    .cta-row {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr; /* tek kolon */
    }
}



/*Burası hamburger menü*/

/* --- Hamburger Menü --- */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: var(--glass-soft, rgba(255,255,255,0.2));
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1001;
}

    .hamburger span {
        width: 22px;
        height: 2px;
        background: #333;
        border-radius: 2px;
        margin: 3px 0;
        transition: all 0.3s ease;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }

/* --- Menü (mobil) --- */
@media (max-width: 680px) {
    nav.primary {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 20px;
        background: rgba(255, 255, 255, 0.95);
        padding: 16px 20px;
        border-radius: 16px;
        box-shadow: 0 12px 34px rgba(6, 20, 28, 0.06);
        gap: 12px;
        opacity: 0;
        transform: translateY(-10px);
        pointer-events: none;
        transition: all 0.25s ease;
    }

        nav.primary.mobile-open {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }

    .hamburger {
        display: flex;
    }
}

