@media (max-width: 600px) {
    .promo-modal {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        max-width: 100vw;
        max-height: 100vh;
    }
    .promo-modal-img-wrap {
        max-width: 90vw;
        max-height: 40vh;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .promo-modal img {
        max-width: 90vw;
        max-height: 32vh;
        border-radius: 12px;
        display: block;
        margin: 0 auto;
    }
    .promo-modal-arrow {
        font-size: 2rem;
        width: 32px;
        height: 32px;
        margin: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(243,156,18,0.7);
        color: #fff;
        z-index: 2;
    }
    #promoModalPrev {
        left: 0;
    }
    #promoModalNext {
        right: 0;
    }
    .promo-modal-close {
        font-size: 2.2rem;
        width: 32px;
        height: 32px;
        top: -16px;
        right: -16px;
        position: absolute;
        background: rgba(243,156,18,0.95);
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        border: 2px solid #fff;
    }
}
@media (max-width: 600px) {
    .promo-modal {
        max-width: 100vw;
        max-height: 100vh;
        flex-direction: row;
        padding: 0;
    }
    .promo-modal-img-wrap {
        max-width: 90vw;
        max-height: 60vh;
    }
    .promo-modal img {
        max-width: 90vw;
        max-height: 40vh;
        border-radius: 12px;
    }
    .promo-modal-arrow {
        font-size: 2.2rem;
        width: 38px;
        height: 38px;
        margin: 0 8px;
    }
    .promo-modal-close {
        font-size: 2.2rem;
        width: 38px;
        height: 38px;
        top: -18px;
        right: -18px;
    }
}
/* Açılış reklam modalı */
    .promo-modal-bg {
        position: fixed;
        top: 0; left: 0; width: 100vw; height: 100vh;
        background: rgba(0,0,0,0.45);
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: center;
    }
/* Yeni reklam modalı */
    .promo-modal {
        background: transparent;
        box-shadow: none;
        padding: 0;
        max-width: 100vw;
        max-height: 100vh;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .promo-modal-img-wrap {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .promo-modal img {
        max-width: 700px;
        max-height: 80vh;
        border-radius: 18px;
        box-shadow: 0 4px 32px rgba(0,0,0,0.18);
        display: block;
        margin: 0 auto;
    }
    .promo-modal-close {
        position: absolute;
        top: -32px;
        right: -32px;
        font-size: 3.2rem;
        color: #fff;
        background: rgba(243,156,18,0.95);
        border-radius: 50%;
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        cursor: pointer;
        z-index: 2;
        box-shadow: 0 2px 12px rgba(0,0,0,0.18);
        border: 3px solid #fff;
        transition: background 0.2s;
    }
    .promo-modal-close:hover {
        background: #e67e22;
    }
    .promo-modal-arrow {
        font-size: 3.2rem;
        color: #fff;
        background: rgba(243,156,18,0.45);
        border: none;
        cursor: pointer;
        font-weight: 900;
        border-radius: 50%;
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 18px;
        transition: background 0.2s, color 0.2s;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    #promoModalPrev {
        left: -32px;
    }
    #promoModalNext {
        right: -32px;
    }
    .promo-modal-arrow:hover {
        background: #e67e22;
        color: #fff;
    }
    @media (max-width: 600px) {
        .promo-modal {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 0;
            max-width: 100vw;
            max-height: 100vh;
        }
                .promo-modal-img-wrap {
                    max-width: 90vw;
                    min-width: 260px;
                    max-height: 38vh;
                    min-height: 180px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                }
                .promo-modal img {
                    max-width: 90vw;
                    min-width: 220px;
                    max-height: 32vh;
                    min-height: 140px;
                    border-radius: 10px;
                    display: block;
                    margin: 0 auto;
                }
            .promo-modal-arrow {
                font-size: 1.4rem;
                width: 24px;
                height: 24px;
                margin: 0;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: rgba(243,156,18,0.8);
                color: #fff;
                z-index: 2;
            }
            #promoModalPrev {
                left: -10px;
            }
            #promoModalNext {
                right: -10px;
            }
            .promo-modal-close {
                font-size: 1.4rem;
                width: 24px;
                height: 24px;
                top: -10px;
                right: -10px;
                position: absolute;
                background: rgba(243,156,18,0.95);
                color: #fff;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 3;
                border: 2px solid #fff;
            }
    }
/* ================================================================== */
/* NİHAİ VE TAM STYLE.CSS DOSYASI (TÜM DÜZELTMELER DAHİL)
/* ================================================================== */

/* ===== TEMEL KURULUM VE DEĞİŞKENLER ===== */
:root {
    --primary-color: #f28c18;
    --secondary-color: #c26e13;
    --accent-color: #f28c18;
    --dark-text: #1d202f;
    --light-text: #FFFFFF;
    --background-color: #F9F9F9;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.6;
    background-color: var(--background-color);
    color: var(--dark-text);
}

body.carkifelek-body {
    background: #fafafa;
    min-height: 100vh;
    font-family: 'Nunito Sans', Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    /* Sağ üstte dönen çark ikonu */
    #cark-icon-container {
        position: fixed;
        top: 24px;
        right: 32px;
        z-index: 9999;
    }
    #cark-icon {
        width: 48px;
        height: 48px;
        animation: spin 1.5s linear infinite;
        cursor: pointer;
    }
    @keyframes spin {
        100% { transform: rotate(360deg); }
    }
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

ul {
    list-style-type: none;
}

.carkifelek-container {
    max-width: 480px;
    width: 100%;
    margin: 48px auto 0 auto;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    padding: 40px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#carkifelek-info {
    width: 100%;
    background: #f8f8f8;
    border-radius: 18px;
    padding: 24px 18px;
    margin-top: 18px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
    text-align: center;
    font-size: 18px;
}

/* ===== HEADER VE NAVBAR ===== */
.site-header {
    background-color: var(--light-text);
    padding: 16px 0;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 10;
    z-index: 1000;
}
.site-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img {
    height: 65px;
    width: auto;
    display: block;
    vertical-align: middle;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0 auto;
}
.nav-links a {
    color: var(--dark-text);
    font-weight: 700;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.nav-links a:hover {
    color: var(--primary-color);
    background-color: #f0f0f0;
}
.nav-links .button-primary {
    background-color: var(--primary-color);
    color: var(--light-text);
    padding: 10px 20px;
    border-radius: 8px;
}
.nav-links .button-primary:hover {
    background-color: var(--secondary-color);
    color: var(--light-text);
}

/* ===== HERO BÖLÜMÜ ===== */
.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/hero-background.jpg');
    background-size: cover;
    background-position: center;
    color: var(--light-text);
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}
.hero h1 { font-size: 56px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; }
.hero .subtitle { font-size: 20px; font-weight: 400; max-width: 600px; margin: 0 auto 30px auto; }

.button-large {
    background-color: var(--accent-color);
    color: var(--dark-text);
    padding: 15px 35px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}
.button-large:hover { transform: translateY(-3px); box-shadow: 0 4px 15px rgba(0,0,0,0.2); }

/* ===== ANA SAYFA BÖLÜMLERİ ===== */
.feature-section { padding: 80px 0; }
.bg-dark { background-color: var(--dark-text); color: var(--light-text); }
.bg-light { background-color: #fff; }
.bg-dark h2, .bg-dark h3 { color: var(--light-text); }
.bg-dark p { color: #ccc; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; text-align: center; }
.feature-icon { font-size: 48px; margin-bottom: 20px; color: var(--primary-color); }
.feature-item h3 { margin-bottom: 10px; font-size: 22px; }
.content-focus { max-width: 800px; text-align: center; margin: 0 auto; }
.content-focus h2 { font-size: 36px; margin-bottom: 20px; }
.content-focus p { font-size: 18px; color: #555; line-height: 1.8; margin-bottom: 30px; }
.button-secondary { background-color: transparent; color: var(--primary-color); padding: 12px 28px; border: 2px solid var(--primary-color); border-radius: 10px; font-size: 16px; font-weight: 700; transition: all 0.3s ease; }
.button-secondary:hover { background-color: var(--primary-color); color: var(--light-text); }
.cta-section { padding: 80px 0; text-align: center; }
.cta-section h2 { font-size: 36px; margin-bottom: 15px; }
.cta-section p { font-size: 18px; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }
.services-showcase-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 60px; }
.service-item { background-color: #fff; border: 1px solid #e0e0e0; border-radius: 12px; padding: 30px; text-align: center; transition: all 0.3s ease; }
.service-item:hover { transform: translateY(-8px); border-color: var(--primary-color); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.service-item-icon { font-size: 40px; color: var(--primary-color); margin-bottom: 20px; }
.service-item h3 { font-size: 20px; color: var(--dark-text); margin-bottom: 10px; }
.service-item p { font-size: 16px; color: #555; line-height: 1.7; }

/* ===== FOOTER ===== */
.site-footer { background: #23243a; color: #fff; padding: 32px 0 16px 0; border-top: 1px solid #e0e0e0; margin-top: 48px; }
.site-footer {
    background: #23243a;
    color: #fff;
    padding: 32px 0 16px 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 48px;
    box-sizing: border-box;
    width: 100vw;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: start;
    justify-items: center;
    width: 100%;
    box-sizing: border-box;
}
.footer-grid h3, .footer-grid h4 { color: var(--light-text); margin-bottom: 15px; font-weight: 700; }
.footer-links ul li { margin-bottom: 10px; }
.footer-links a, .footer-contact p { color: #b0b0b0; transition: color 0.3s ease; }
.footer-links a:hover { color: var(--accent-color); }
.footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 14px;
    color: #fff;
}

/* ===== DİĞER SAYFALAR VE MODAL ===== */
.page-intro { text-align: center; max-width: 800px; margin: 0 auto 50px auto; }
.offer-container, .calendar-container, .page-content { padding-top: 60px; padding-bottom: 60px; }
.offer-header, .calendar-header { text-align: center; margin-bottom: 50px; }
.offer-header h1, .calendar-header h1, .page-content h1 { font-size: 42px; margin-bottom: 10px; }
.offer-header p, .calendar-header p { font-size: 18px; color: #666; max-width: 600px; margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 50px; }
.service-card { background-color: var(--light-text); border: 2px solid #e0e0e0; border-radius: 12px; padding: 30px; text-align: center; cursor: pointer; transition: all 0.3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); border-color: var(--primary-color); }
.service-icon { font-size: 48px; margin-bottom: 20px; color: var(--primary-color); }
.service-card h3 { font-size: 22px; margin-bottom: 10px; color: var(--dark-text); }
.service-card p { font-size: 16px; color: #666; }
.service-card.selected { border-color: var(--accent-color); background-color: #fffaf0; transform: translateY(-8px) scale(1.02); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.offer-summary { background-color: var(--light-text); padding: 30px; border-radius: 12px; text-align: center; box-shadow: 0 5px 20px rgba(0,0,0,0.07); }
#selected-services-list { margin-top: 15px; margin-bottom: 25px; font-size: 18px; color: var(--primary-color); font-weight: 700; }
#selected-services-list .placeholder { color: #999; font-weight: 400; }
#continue-button { display: none; }
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); display: none; justify-content: center; align-items: center; z-index: 2000; }
.modal-content { background-color: white; padding: 40px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0,0,0,0.2); width: 90%; max-width: 500px; position: relative; animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }
.modal-content h2 { font-size: 28px; margin-bottom: 10px; text-align: center; }
.modal-content p { text-align: center; color: #666; margin-bottom: 30px; }
.close-button { position: absolute; top: 15px; right: 20px; font-size: 32px; font-weight: bold; color: #aaa; cursor: pointer; transition: color 0.3s ease; }
.close-button:hover { color: var(--dark-text); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 700; font-size: 14px; }
.form-group input { width: 100%; padding: 12px 15px; border: 2px solid #ccc; border-radius: 8px; font-size: 16px; font-family: 'Nunito Sans', sans-serif; transition: border-color 0.3s ease; }
.form-group input:focus { outline: none; border-color: var(--primary-color); }
.form-group .button-large { width: 100%; margin-top: 10px; }
.exam-list { max-width: 800px; margin: 0 auto; }
.exam-item { background-color: var(--light-text); border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }
.exam-header { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #fff; transition: background-color 0.3s ease; }
.exam-header:hover { background-color: #f7f7f7; }
.exam-date strong { font-size: 18px; color: var(--dark-text); display: block; }
.exam-date span { font-size: 16px; color: #555; }
.exam-toggle { font-size: 28px; font-weight: 300; color: var(--primary-color); transition: transform 0.3s ease; }
.exam-details { padding: 0 20px; background-color: #fafafa; border-top: 1px solid #e0e0e0; max-height: 0; opacity: 0; transition: all 0.4s ease-in-out; }
.exam-details p { margin-top: 20px; }
.exam-item.active .exam-details { max-height: 500px; opacity: 1; padding: 20px; }
.exam-item.active .exam-toggle { transform: rotate(45deg); }
.time-slots { display: flex; gap: 15px; margin-top: 15px; flex-wrap: wrap; }
.time-slot { background-color: var(--primary-color); color: var(--light-text); border: none; padding: 10px 20px; border-radius: 6px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background-color 0.3s ease; }
.time-slot:hover { background-color: var(--secondary-color); }
.time-slot.disabled { background-color: #ccc; cursor: not-allowed; }
#notification-container { position: fixed; top: 20px; right: 20px; z-index: 9999; width: 320px; }
.notification { background-color: #fff; color: var(--dark-text); padding: 15px 20px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); margin-bottom: 15px; border-left: 5px solid; animation: slideIn 0.4s ease forwards; }
.notification.success { border-left-color: #4CAF50; }
.notification.error { border-left-color: #F44336; }
@keyframes slideIn { from { transform: translateX(110%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
.button-large.loading { position: relative; color: transparent !important; cursor: wait; }
.button-large.loading::after { content: ''; position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; border: 3px solid rgba(29, 32, 47, 0.3); border-top-color: var(--dark-text); border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.circular-style { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 20px; margin-top: 60px; padding: 0 20px; }
.circular-style .service-item { background-color: transparent; border: none; padding: 0; width: 120px; flex-shrink: 0; }
.circular-style .service-item:hover { transform: none; border-color: transparent; box-shadow: none; }
.circular-style .service-item-icon { width: 90px; height: 90px; border-radius: 50%; margin: 0 auto 15px auto; display: flex; justify-content: center; align-items: center; font-size: 36px; color: var(--light-text); transition: all 0.3s ease; }
.circular-style .service-item:hover .service-item-icon { transform: scale(1.1) rotate(10deg); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
.circular-style .service-item:nth-child(4n + 1) .service-item-icon { background-color: var(--primary-color); }
.circular-style .service-item:nth-child(4n + 2) .service-item-icon { background-color: #3b4262; }
.circular-style .service-item:nth-child(4n + 3) .service-item-icon { background-color: var(--secondary-color); }
.circular-style .service-item:nth-child(4n + 4) .service-item-icon { background-color: #5d6891; }
.circular-style .service-item h3 { color: var(--light-text); font-size: 14px; }

/* ===== EĞİTİM SAYFASI - TAB SİSTEMİ VE GALERİ ===== */

.page-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.tab-button {
    background-color: #f0f0f0;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.tab-button:hover {
    background-color: #e0e0e0;
    color: var(--primary-color);
}

.tab-button.active {
    background-color: var(--primary-color);
    color: var(--light-text);
    border-color: var(--secondary-color);
}

.tab-pane {
    display: none;
    animation: fadeIn 0.5s;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.tab-pane.active {
    display: block;
}

.tab-pane h3 {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

/* Görsel Galerisi Stilleri */
.image-gallery-swiper {
    width: 100%;
    height: 400px; /* Galerinin yüksekliği */
    border-radius: 12px;
}

.image-gallery-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #111;
}

.image-gallery-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resimlerin kutuya sığmasını ve taşmamasını sağlar */
}

/* İleri-Geri Oklarının Rengini Değiştirme */
.swiper-button-next, .swiper-button-prev {
    color: var(--primary-color) !important;
}

/* Modal kutusu modern butonlar */
.modal-btn-group {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 12px;
}
.modal-btn {
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 12px 32px;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(242,140,24,0.08);
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block;
}
.modal-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

/* ===== MOBİL UYUMLULUK (RESPONSIVE) ===== */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    .nav-links.mobile-menu-open {
        display: flex !important;
        flex-direction: column;
        width: 100vw;
        min-width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background-color: rgba(29, 32, 47, 0.98);
        backdrop-filter: blur(5px);
        transition: right 0.4s ease-in-out;
        padding-top: 60px;
        z-index: 99999;
    }
    .nav-links li {
        margin: 20px 0;
    }
    .nav-links a {
        color: var(--light-text);
        font-size: 24px;
    }
    .nav-links .button-primary {
        font-size: 20px;
        padding: 12px 25px;
    }
    .hamburger-menu {
        display: block;
        background: none;
        padding: 10px;
        z-index: 1001;
    }
    .hamburger-menu .line {
        display: block;
        width: 25px;
        height: 3px;
        background-color: var(--dark-text);
        margin: 5px 0;
        transition: all 0.3s ease;
    }
    .hamburger-menu.active .line:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger-menu.active .line:nth-child(2) {
        opacity: 0;
    }
    .hamburger-menu.active .line:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .hero h1 {
        font-size: 38px;
        line-height: 1.3;
    }
    .hero .subtitle {
        font-size: 18px;
    }
    .page-content h1, .offer-header h1, .calendar-header h1, .content-focus h2, .cta-section h2 {
        font-size: 32px;
    }
    .services-grid {
        gap: 20px;
    }
    .site-footer {
        padding: 18px 0 10px 0;
        width: 100vw;
        min-width: 0;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
    }
    .footer-grid {
        max-width: 98vw;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
        align-items: start;
        justify-items: center;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        text-align: left;
    }
    .footer-grid > div {
        min-width: 0;
        max-width: 98vw;
        word-break: break-word;
        box-sizing: border-box;
    }
    .footer-contact {
        word-break: break-word;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        text-align: left;
        padding: 0;
    }
    .footer-bottom {
        max-width: 98vw;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
        text-align: center;
    }
    .feature-section, .cta-section {
        padding: 60px 20px;
    }
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .services-showcase-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== GİRİŞ VE KAYIT SAYFALARI ===== */
.auth-body {
    background: #fafafa;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-container {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    padding: 40px 32px 32px 32px;
    min-width: 340px;
    max-width: 95vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.auth-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-bottom: 12px;
}
.auth-form input {
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    outline: none;
    transition: border 0.2s;
}
.auth-form input:focus {
    border: 1.5px solid var(--primary-color);
}
.auth-btn {
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 32px;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(242,140,24,0.08);
    transition: background 0.2s;
    cursor: pointer;
}
.auth-btn:hover {
    background: var(--secondary-color);
}
.auth-links {
    margin-top: 8px;
    font-size: 15px;
    color: var(--primary-color);
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.auth-links a {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
}
.auth-links a:hover {
    text-decoration: underline;
}

/* Çarkıfelek canvas ve buton stilleri */
#carkifelek-canvas {
    display: block;
    margin: 0 auto 24px auto;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    border: 2px solid #f39c12;
}
#spin-btn {
    display: block;
    margin: 0 auto;
    background: #f39c12;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s;
}
#spin-btn:hover {
    background: #c26e13;
}

.carkifelek-link {
    margin-left: auto;
    padding: 0 18px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(243,156,18,0.08);
    transition: background 0.2s, box-shadow 0.2s;
    font-weight: 700;
    font-size: 18px;
    color: #f39c12;
    text-decoration: none;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.carkifelek-link:hover {
    background: #f9e79f;
    box-shadow: 0 4px 16px rgba(243,156,18,0.18);
    color: #c0392b;
}
.carkifelek-link i {
    font-size: 26px;
    color: #f39c12;
    transition: color 0.2s;
}
.carkifelek-link:hover i {
    color: #c0392b;
}