:root {
    --brand-primary: #ce1b1d;
    --brand-dark: #21211f;
    --brand-muted: #f4f2f1;
    --brand-gradient: linear-gradient(135deg, #ce1b1d 0%, #7c0f12 100%);
    --bs-body-font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: var(--bs-body-font-family);
    background-color: #fff;
    color: #21211f;
    line-height: 1.6;
    font-size: 1rem;
    margin: 0;
}

.hero_title {
    color:white!important;
}

h1, h2, h3, h4, h5, h6,
.brand-label {
    font-family: 'Poppins', 'Inter', sans-serif;
    color: var(--brand-dark);
    font-weight: 600;
}

a {
    color: inherit;
    text-decoration: none;
}

.btn-primary {
    background: var(--brand-gradient);
    border: none;
}

.btn-outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
}

.btn-outline-primary {
    border-color: var(--brand-primary);
    color: var(--brand-primary);
}

.btn-outline-primary:hover,
.btn-primary:hover {
    background-color: var(--brand-primary)!important;
    opacity: 0.9;
}

.badge {
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 0.35rem 0.9rem;
}

.badge-brand {
    background: var(--brand-primary);
    color: #fff;
}

.badge-dark {
    background: rgba(33, 33, 31, 0.9);
    color: #fff;
}

.badge-muted {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.badge-outline {
    background: rgba(206, 27, 29, 0.15);
    color: var(--brand-primary);
}

.topbar {
    background-color: var(--brand-dark);
    color: #fff;
    padding: 0.35rem 0;
    font-size: 0.875rem;
}

.topbar .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.topbar .breadcrumb a {
    color: #fff;
}

.contact-inline {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.contact-inline a {
    color: #fff;
    font-weight: 500;
}

.language-dropdown .btn {
    color: #fff;
    font-weight: 600;
    padding: 0;
}

.language-dropdown .dropdown-menu {
    min-width: 8rem;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.language-dropdown .dropdown-item.active,
.language-dropdown .dropdown-item:focus {
    background: rgba(206, 27, 29, 0.08);
    color: var(--brand-primary);
}

.site-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-wrap {
    /* padding: 1rem 0; */
}

.nav-link {
    font-weight: 600;
    color: #21211f;
}

.nav-link.active {
    color: var(--brand-primary);
}

.nav-link:hover {
    color: var(--brand-primary);
}

.account-cta .btn-outline-light {
    border-color: var(--brand-primary);
    color: var(--brand-primary);
}

.brand-text small {
    font-size: 0.85rem;
    color: #a3a3a3;
    display: block;
}

.brand-label {
    font-size: 1.4rem;
}

.hero {
    background-color: #111;
}

.hero .carousel-item {
    min-height: 70vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-content {
    position: relative;
    padding: 6rem 0;
    color: #fff;
    max-width: 620px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

main section {
    padding: 5rem 0;
}

.section-heading h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 0.5rem;
}

.section-heading p {
    color: #616161;
}

.stats-section {
    background-color: var(--brand-dark);
    color: #fff;
}

.stat-card {
    text-align: center;
    padding: 1.5rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.stat-value {
    font-size: 2.5rem;
    font-weight: 700;
}

.stat-label {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
}

.course-directory {
    background: #fff;
}

.filter-shell {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.course-results {
    margin-top: 1rem;
}

.course-result-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

.course-result-card .price {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--brand-primary);
}

.course-result-card ul {
    padding-left: 1.25rem;
    color: #5b5b5b;
    flex: 1;
}

.insights-section {
    background: #fef6f5;
}

.insight-card {
    background: #fff;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.insight-card ul {
    padding-left: 1.25rem;
    color: #5a5a5a;
}

.teachers-section {
    background: var(--brand-muted);
}

.teacher-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.teacher-head {
    position: relative;
}

.teacher-head img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.teacher-head .badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.teacher-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.teacher-body ul {
    padding-left: 1.25rem;
    color: #616161;
    flex: 1;
}

.legal-highlight {
    background: var(--brand-dark);
    color: #fff;
}

.legal-highlight .section-heading h2,
.legal-highlight .section-heading p {
    color: #fff;
}

.legal-highlight .legal-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 2rem;
    border: none;
}

.panel-card {
    background: #fff;
    border-radius: 28px;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.panel-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.panel-list li:last-child {
    border: none;
    padding-bottom: 0;
}

.status {
    border-radius: 16px;
    padding: 0.25rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status.success {
    background: rgba(46, 204, 113, 0.15);
    color: #2ecc71;
}

.status.warning {
    background: rgba(255, 206, 86, 0.2);
    color: #b68700;
}

.status.pending {
    background: rgba(52, 152, 219, 0.2);
    color: #1d5d86;
}

.dashboard-nav {
    background: #fafafa;
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.dashboard-nav h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.dashboard-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    font-size: 0.9rem;
}

.dashboard-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-menu span {
    color: #555;
}

.dashboard-menu .badge {
    font-size: 0.65rem;
}

.eyebrow { color: var(--brand); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 14px; }
        .page-hero { padding: 120px 0 80px; background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%); }
        .about-card, .timeline-card, .support-card {
            background: #fff; padding: 35px; border-radius: 24px; box-shadow: 0 15px 50px rgba(0,0,0,0.08);
            border-left: 5px solid var(--brand); height: 100%; transition: 0.3s;
        }
        .about-card:hover, .timeline-card:hover, .support-card:hover {
            transform: translateY(-10px); box-shadow: 0 25px 60px rgba(206,27,29,0.15);
        }
        .timeline-card h3 { color: var(--brand); }
.team-card {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding: 1.5rem;
}

.team-card img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.contact-section {
    background: #fafafa;
}

/* MODERN İLETİŞİM KARTLARI */
.info-card {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    gap: 20px;
}
.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(206,27,29,0.15);
    border-color: var(--brand,#ce1b1d);
}

.info-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 28px;
    color: #fff;
    background: var(--brand,#ce1b1d) !important;
    box-shadow: 0 8px 20px rgba(206,27,29,0.3);
}

.info-content h5 {
    margin: 0 0 6px 0;
    font-weight: 600;
    color: #222;
}
.info-link {
    font-size: 19px;
    font-weight: 700;
    color: var(--brand,#ce1b1d);
    text-decoration: none;
    transition: 0.3s;
}
.info-link:hover {
    color: #a11518;
}
.info-text {
    margin: 0;
    font-size: 16px;
    color: #444;
    line-height: 1.5;
}

/* Sosyal Medya Butonları */
.social-contact .social-btn {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #f8f9fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #666;
    transition: all 0.3s;
    border: 1px solid #eee;
}
.social-btn.linkedin:hover { background:#0077b5; color:#fff; transform:scale(1.1); }
.social-btn.youtube:hover { background:#ff0000; color:#fff; transform:scale(1.1); }
.social-btn.instagram:hover { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color:#fff; transform:scale(1.1); }

/* Mobil uyum */
@media (max-width: 576px) {
    .info-card { padding: 18px; gap: 16px; }
    .info-icon { width: 60px; height: 60px; font-size: 24px; }
    .info-link { font-size: 17px; }
}

/* FORM – ULTRA MODERN FLOATING LABEL */
.contact-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    border: 1px solid #eee;
}

.form-group {
    position: relative;
    margin-bottom: 28px;
}
.form-control-modern {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    font-size: 16px;
    background: #fdfdfd;
    transition: all 0.3s ease;
    outline: none;
}
.form-control-modern:focus {
    border-color: var(--brand);
    background: #fff;
    box-shadow: 0 0 0 5px rgba(206,27,29,0.12);
}
.form-group label {
    position: absolute;
    left: 20px;
    top: 18px;
    font-size: 16px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
    background: #fdfdfd;
    padding: 0 8px;
}
.form-control-modern:focus ~ label,
.form-control-modern:not(:placeholder-shown) ~ label {
    top: -10px;
    left: 16px;
    font-size: 13px;
    color: var(--brand);
    font-weight: 600;
}

/* KVKK Checkbox */
.form-check-modern {
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-check-modern .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 8px;
    border: 2px solid #ddd;
}
.form-check-modern .form-check-input:checked {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
}

/* GÖNDER BUTONU */
.btn-submit {
    background: var(--brand-primary);
    color: #fff;
    border: none;
    padding: 18px 48px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(206,27,29,0.3);
}
.btn-submit:hover {
    background: var(--brand-dark);
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(206,27,29,0.4);
}

/* GOOGLE MAPS – MARKAYA UYUMLU */
.map-container {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    height: 500px;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.map-overlay {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
}
.map-badge {
    background: #fff;
    padding: 20px 28px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    border-left: 6px solid var(--brand);
}
.map-badge i {
    font-size: 32px;
    color: var(--brand);
}

/* Mobil uyum */
@media (max-width: 768px) {
    .contact-form-card { padding: 30px 20px; }
    .map-container { height: 400px; }
    .map-badge { font-size: 16px; padding: 16px 20px; }
}

.contact-form,
.newsletter {
    padding: 2rem;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.site-footer {
    background: #121211;
    color: #fff;
    padding: 4rem 0 2rem;
}

.footer-main h5 {
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.75rem;
}

.newsletter-wrapper .abone-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    padding: 0 12px;
}


.newsletter input {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 14px;
    color: #fff;
    width: 100%;
    padding: 0.65rem 0.85rem;
}

.newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.site-footer a {
    color: #fff;
    opacity: 0.8;
}

.site-footer a:hover {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    padding-top: 1rem;
}

@media (max-width: 991px) {
    .site-header {
        position: static;
    }
    .hero .carousel-item {
        min-height: 80vh;
    }
}

@media (max-width: 767px) {
    .filter-shell,
    .course-result-card,
    .insight-card,
    .panel-card,
    .contact-form {
        padding: 1.5rem;
    }
    .teacher-head img {
        height: 200px;
    }
    .panel-list li {
        flex-direction: column;
    }
}


.footimg{
    align-items: center;
    width: 120px !important;
    height: auto !important;
    margin-bottom: 4px;
}
/*
 Kurs Kartları */
.course-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.course-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.course-card:hover .course-image img {
    transform: scale(1.05);
}

.badge-level {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--brand-gradient);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
}

.course-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.course-body h3 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: var(--brand-dark);
}

.course-body p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 16px;
    flex: 1;
}

.course-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    font-size: 0.85rem;
    color: #666;
}

.course-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.course-meta i {
    color: var(--brand-primary);
}

/* Kurs Filtreleme */
.filter-shell {
    margin-bottom: 40px;
}

.course-search-input {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 16px;
}

.course-search-input:focus {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 0.2rem rgba(206, 27, 29, 0.25);
}

/* Responsive */
@media (max-width: 768px) {
    .course-meta {
        flex-direction: column;
        gap: 8px;
    }
    
    .course-image {
        height: 160px;
    }
}/* Sayfa H
ero Bölümü */
.page-hero {
    background: var(--brand-gradient);
    color: white;
    padding: 80px 0 60px;
}

.page-hero h1 {
    color: white;
    margin-bottom: 20px;
}

.page-hero .lead {
    opacity: 0.9;
    font-size: 1.1rem;
}

/* Kart Stilleri */
.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.card-body {
    padding: 2rem;
}

/* Form Stilleri */
.form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 0.2rem rgba(206, 27, 29, 0.25);
}

.form-label {
    font-weight: 500;
    color: var(--brand-dark);
    margin-bottom: 8px;
}

/* İletişim Bilgileri */
.contact-info {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    height: fit-content;
}

.contact-info h3 {
    margin-bottom: 1.5rem;
    color: var(--brand-primary);
}

.contact-info p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.contact-info i {
    color: var(--brand-primary);
    width: 20px;
}

/* Fiyat Gösterimi */
.price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-primary);
    margin-bottom: 1rem;
}

/* Özellik Listesi */
.course-features ul,
.teacher-info ul {
    list-style: none;
    padding: 0;
}

.course-features li,
.teacher-info li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 24px;
}

.course-features li:before,
.teacher-info li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--brand-primary);
    font-weight: bold;
}

.course-features li:last-child,
.teacher-info li:last-child {
    border-bottom: none;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
    .page-hero {
        padding: 60px 0 40px;
    }
    
    .page-hero h1 {
        font-size: 2rem;
    }
    
    .card-body {
        padding: 1.5rem;
    }
    
    .contact-info {
        margin-top: 2rem;
    }
}/
* Kayıt ve Giriş Sayfaları */
.user-type-card {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
}

.user-type-card:hover {
    border-color: var(--brand-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(206, 27, 29, 0.15);
}

.user-type-card.selected {
    border-color: var(--brand-primary);
    background: linear-gradient(135deg, rgba(206, 27, 29, 0.1) 0%, rgba(206, 27, 29, 0.05) 100%);
}

.user-type-card input[type="radio"] {
    display: none;
}

.user-type-label {
    cursor: pointer;
    margin: 0;
    color: var(--brand-dark);
}

.user-type-card i {
    color: var(--brand-primary);
    margin-bottom: 1rem;
}

.user-type-card h5 {
    color: var(--brand-dark);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.user-type-card p {
    color: #6c757d;
    margin: 0;
    font-size: 0.9rem;
}

/* Form Alanları */
.student-fields,
.teacher-fields {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 1rem;
}

.teaching-languages .row {
    margin-bottom: 0.5rem;
}

/* OTP Input */
input[type="text"][maxlength="6"] {
    font-family: 'Courier New', monospace;
    text-align: center;
    font-size: 1.5rem !important;
    letter-spacing: 0.5rem !important;
    padding: 1rem !important;
}

/* Alert Stilleri */
.alert {
    border-radius: 8px;
    border: none;
    padding: 1rem 1.5rem;
}

.alert-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
}

.alert-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

/* Buton Stilleri */
.btn-lg {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border-radius: 8px;
}

.btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(206, 27, 29, 0.3);
}

/* Kart Gölgeleri */
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* Form Check */
.form-check-input:checked {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
}

/* Responsive */
@media (max-width: 768px) {
    .user-type-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .student-fields,
    .teacher-fields {
        padding: 1.5rem;
    }
    
    .card-body {
        padding: 2rem !important;
    }
}

/* Dosya Upload Alanları */
.upload-area {
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.upload-area:hover {
    border-color: var(--brand-primary);
    background: rgba(206, 27, 29, 0.05);
}

.upload-area.dragover {
    border-color: var(--brand-primary);
    background: rgba(206, 27, 29, 0.1);
}

.file-list {
    margin-top: 1rem;
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: between;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.file-item i {
    color: var(--brand-primary);
    margin-right: 0.5rem;
}

.file-remove {
    color: #dc3545;
    cursor: pointer;
    margin-left: auto;
}

/* Progress Bar */
.progress {
    height: 8px;
    border-radius: 4px;
    background: #e9ecef;
}

.progress-bar {
    background: var(--brand-gradient);
    border-radius: 4px;
}

/* Ödeme Sayfası */
.payment-summary {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 2rem;
}

.price-display {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--brand-primary);
    text-align: center;
    margin: 1rem 0;
}

.payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.payment-method {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-method:hover,
.payment-method.selected {
    border-color: var(--brand-primary);
    background: rgba(206, 27, 29, 0.05);
}

.payment-method i {
    font-size: 2rem;
    color: var(--brand-primary);
    margin-bottom: 0.5rem;
}
/*
 Modern OTP Doğrulama Sayfası */
.otp-verification-container {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.otp-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    max-width: 500px;
    width: 100%;
    margin: 0 1rem;
    position: relative;
    overflow: hidden;
}

.otp-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.otp-header {
    text-align: center;
    margin-bottom: 2rem;
}

.otp-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    animation: pulse 2s infinite;
}

.otp-icon i {
    color: white;
    font-size: 2rem;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.otp-title {
    color: #2c3e50;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.otp-subtitle {
    color: #7f8c8d;
    font-size: 1rem;
    line-height: 1.6;
}

.otp-email {
    color: #667eea;
    font-weight: 600;
}

.otp-input-container {
    margin: 2rem 0;
}

.otp-input-group {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.otp-digit {
    width: 60px;
    height: 60px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Courier New', monospace;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.otp-digit:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    transform: scale(1.05);
}

.otp-digit.filled {
    border-color: #28a745;
    background: #f8fff9;
    color: #28a745;
}

.otp-timer {
    text-align: center;
    margin: 1rem 0;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #ffc107;
}

.otp-timer-text {
    color: #856404;
    font-size: 0.9rem;
    margin: 0;
}

.otp-countdown {
    color: #dc3545;
    font-weight: 600;
    font-size: 1.1rem;
}

.otp-submit-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.otp-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.otp-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.otp-actions {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.otp-resend-btn {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.otp-resend-btn:hover {
    background: rgba(102, 126, 234, 0.1);
    color: #5a6fd8;
}

.otp-back-btn {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9rem;
    margin-left: 1rem;
}

.otp-back-btn:hover {
    color: #495057;
}

.otp-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    text-align: center;
}

.otp-error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    text-align: center;
}

.otp-loading {
    display: none;
    text-align: center;
    margin: 1rem 0;
}

.otp-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
    .otp-card {
        padding: 2rem 1.5rem;
        margin: 0 0.5rem;
    }
    
    .otp-digit {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .otp-input-group {
        gap: 0.3rem;
    }
    
    .otp-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .otp-digit {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .otp-input-group {
        gap: 0.2rem;
    }
}

/* Animasyonlar */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.shake {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}