* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Inter,sans-serif;
    background: #0b0f19;
    color: #fff
}

a {
    text-decoration: none;
    color: inherit
}

/* Progress */
.progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg,#00e0ff,#ff4ecd);
    z-index: 9
}

/* BG */
.bg-gradient {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at 20% 30%,#00e0ff44,transparent 40%),radial-gradient(circle at 80% 20%,#9b6dff44,transparent 40%),radial-gradient(circle at 50% 80%,#ff4ecd44,transparent 40%);
    filter: blur(120px);
    z-index: -2
}

.cursor-glow {
    position: fixed;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle,#00e0ff55,transparent 65%);
    filter: blur(90px);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1
}

/* Nav */
nav {
    display: flex;
    justify-content: space-between;
    padding: 28px 8%
}

.logo {
    font-family: "Clash Display";
    font-size: 26px
}

.nav-right a {
    margin-left: 20px;
    opacity: .8
}

.nav-btn {
    padding: 8px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.15)
}

/* Hero */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 8%;
    position: relative
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,rgba(11,15,25,.6),rgba(11,15,25,.9));
    z-index: -2
}

.hero-inner h1 {
    font-family: "Clash Display";
    font-size: 68px
}

.hero-inner span {
    background: linear-gradient(90deg,#00e0ff,#ff4ecd);
    -webkit-background-clip: text;
    color: transparent
}

.hero-actions {
    margin-top: 30px
}

.cta {
    padding: 14px 28px;
    border-radius: 30px;
    background: linear-gradient(90deg,#00e0ff,#ff4ecd);
    color: black;
    font-weight: 600
}

.ghost {
    margin-left: 20px;
    opacity: .7
}

/* Sections */
.logos {
    overflow: hidden;
    padding: 40px 0
}

.logos-track {
    display: flex;
    gap: 60px;
    animation: scroll 22s linear infinite
}

@keyframes scroll {
    to {
        transform: translateX(-50%)
    }
}

.stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 120px 0
}

.stat h3 {
    font-size: 48px;
    font-family: "Clash Display";
    background: linear-gradient(90deg,#00e0ff,#ff4ecd);
    -webkit-background-clip: text;
    color: transparent
}

.services, .projects, .faq, .contact {
    padding: 0 8% 140px
}

.service-grid, .project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 30px
}

.service, .project-card, .contact-box {
    padding: 40px;
    border-radius: 30px;
    background: rgba(255,255,255,.12)
}

.faq-item {
    border-bottom: 1px solid #ffffff22
}

    .faq-item button {
        width: 100%;
        background: none;
        border: none;
        color: #fff;
        padding: 20px 0;
        font-size: 18px;
        text-align: left
    }

    .faq-item p {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.3s ease;
    }

    .faq-item.active p {
        max-height: 200px; /* yeterli */
        opacity: 0.75;
    }


/* Contact */
.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px
}

.ig-pill {
    display: inline-flex;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.15)
}

.ig-icon {
    width: 20px;
    height: 20px;
    fill: url(#ig-gradient)
}

footer {
    text-align: center;
    padding: 40px;
    opacity: .6
}

#backTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    display: none
}

/* Mobile */
@media(max-width:768px) {
    .hero-inner h1 {
        font-size: 44px
    }

    .stats {
        flex-direction: column
    }

    .contact-grid {
        grid-template-columns: 1fr
    }
}
/* CONTACT TYPO REVISE */

/* Sol başlık */
.contact-info h2 {
    font-size: 44px; /* büyüt */
    font-weight: 600;
    margin-bottom: 18px;
}

/* Açıklama */
.contact-info p {
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.8;
    margin-bottom: 36px;
}

/* Liste genel */
.contact-info ul li {
    font-size: 16px; /* küçüklük hissi gitsin */
    margin-bottom: 14px;
    opacity: 0.9;
}

/* Instagram pill biraz daha tok */
.ig-pill {
    font-size: 15px;
    padding: 12px 18px;
}

/* Sağ kutu metni */
.contact-box p {
    font-size: 17px;
    line-height: 1.6;
    opacity: 0.85;
}

/* Sağ kutu iç boşluk */
.contact-box {
    padding: 48px;
}

    /* Mail butonu biraz daha güçlü */
    .contact-box .cta {
        margin-top: 8px;
        padding: 13px 30px;
        font-size: 15px;
    }

@media (max-width: 768px) {

    .hero {
        min-height: 90vh;
        padding: 0 6%;
    }

    .hero-inner h1 {
        font-size: 40px;
        line-height: 1.15;
    }

    .hero-inner p {
        font-size: 15px;
        margin-top: 12px;
    }

    .hero-actions {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .ghost {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .hero-video {
        opacity: 0.75;
    }

    .hero-overlay {
        background: linear-gradient( to bottom, rgba(11,15,25,0.75), rgba(11,15,25,0.95) );
    }
}

@media (max-width: 768px) {
    .stats {
        flex-direction: column;
        gap: 36px;
        margin: 80px 0;
    }

    .stat h3 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .service-grid,
    .project-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .service,
    .project-card {
        padding: 28px;
    }
}

@media (max-width: 768px) {

    .contact {
        padding-bottom: 100px;
    }

    .contact-info h2 {
        font-size: 32px;
    }

    .contact-info ul li {
        font-size: 15px;
    }

    .ig-pill {
        padding: 10px 16px;
        font-size: 14px;
    }

    .contact-box {
        padding: 32px;
    }

        .contact-box .cta {
            width: 100%;
            text-align: center;
        }
}

@media (max-width: 768px) {
    nav {
        padding: 22px 6%;
    }

    .nav-right a {
        font-size: 14px;
        margin-left: 14px;
    }
}


/* STATS FIX */

/* Her stat sabit genişlik alsın */
.stat {
    min-width: 120px;
    text-align: center;
}

    /* Sayılar aynı genişlikte dursun */
    .stat h3 {
        display: inline-block;
        min-width: 3ch; /* 3 karakterlik alan */
        text-align: center;
        font-variant-numeric: tabular-nums;
    }

    /* Alt yazı biraz nefes alsın */
    .stat p {
        margin-top: 6px;
        font-size: 15px;
        opacity: 0.8;
    }

@media (max-width: 768px) {
    .stat {
        min-width: unset;
    }

        .stat h3 {
            min-width: 3ch;
            font-size: 38px;
        }
}
/* FAQ CENTER FIX */
.faq {
    max-width: 900px; /* çok geniş olmasın */
    margin: 0 auto 140px auto;
}

/* Mobilde tam genişlik kalsın */
@media (max-width: 768px) {
    .faq {
        max-width: 100%;
        padding-left: 6%;
        padding-right: 6%;
    }
}

.faq h2 {
    text-align: center;
    margin-bottom: 40px;
}

.faq {
    max-width: 900px;
    margin: 0 auto;
}

/* MOBILE NAV – ESKİ KASLI HAL, HİZA FIX */
@media (max-width: 768px) {
    nav {
        padding: 20px 6%;
    }

    .nav-right {
        display: flex;
        flex-wrap: wrap; /* taşarsa alt satıra */
        justify-content: center; /* ortalı */
        gap: 10px;
    }

        .nav-right a {
            margin: 0;
            font-size: 14px;
            white-space: nowrap; /* kelime bölünmesin */
        }

    .nav-btn {
        padding: 8px 14px; /* diğerleriyle aynı yükseklik */
        border-radius: 16px;
    }
}


