body {
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    background: #181818;
    color: #fff;
}

section, .bg-white, .bg-light {
    background: #181818 !important;
    color: #fff !important;
}

.card, .modern-card {
    background: #232323 !important;
    color: #fff !important;
    border: 1.5px solid #ffd600;
    box-shadow: 0 4px 24px rgba(255,214,0,0.07);
}
.card-footer, .alert {
    background: #232323 !important;
    color: #ffd600 !important;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffd600 !important;
}

a, .text-warning, .fw-bold, .btn-warning, .badge.bg-primary, .text-primary {
    color: #ffd600 !important;
}

.btn-warning, .btn-success, .btn-outline-dark {
    background: #ffd600 !important;
    color: #181818 !important;
    border: none;
}
.btn-warning:hover, .btn-success:hover, .btn-outline-dark:hover {
    background: #ffc107 !important;
    color: #181818 !important;
}

footer.bg-dark {
    background: linear-gradient(90deg, #181818 60%, #ffd600 100%) !important;
    color: #fff !important;
}
footer a.text-light:hover, footer a.text-warning:hover {
    color: #ffd600 !important;
    text-shadow: 0 2px 8px #ffd60044;
}

.modern-card, .kimler-card {
    min-width: 220px;
    max-width: 340px;
    min-height: 320px;
    background: linear-gradient(120deg, #232323 60%, #181818 100%);
    border-radius: 1.3rem;
    box-shadow: 0 4px 24px rgba(255,214,0,0.09);
    border: 1.5px solid #ffd600;
    color: #ffd600;
    transition: transform 0.18s, box-shadow 0.18s, border 0.18s, background 0.18s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    padding: 2rem 1.2rem;
    word-break: break-word;
    text-align: center;
    margin-bottom: 0;
}
.modern-card:hover, .kimler-card:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 32px rgba(255,214,0,0.18);
    border: 1.5px solid #ffc107;
    background: linear-gradient(120deg, #232323 40%, #ffd600 100%);
    color: #181818;
}
.modern-card i[class^="fa-"], .kimler-card i[class^="fa-"] {
    display: block;
    margin: 0 auto;
    font-size: 2.4rem !important;
    margin-bottom: 1.2rem !important;
    margin-top: 0.2rem;
}
.modern-card .fw-bold, .kimler-card .fw-bold {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
}
.modern-card .text-muted, .kimler-card .text-muted {
    color: #ffd60099 !important;
    font-size: 1rem;
}
@media (max-width: 1200px) {
    .modern-card, .kimler-card { max-width: 100%; min-width: 180px; }
}
@media (max-width: 900px) {
    .modern-card, .kimler-card { min-width: 100%; max-width: 100%; }
}
@media (max-width: 600px) {
    .modern-card, .kimler-card { min-width: 100%; max-width: 100%; padding: 1.2rem 0.5rem; }
}

.table, .table-bordered, .table-warning, .table-responsive, .table th, .table td {
    background: #232323 !important;
    color: #ffd600 !important;
    border-color: #ffd600 !important;
}

input, textarea, .form-control {
    background: #232323 !important;
    color: #ffd600 !important;
    border: 1.5px solid #ffd600 !important;
}
input::placeholder, textarea::placeholder {
    color: #ffd600 !important;
    opacity: 0.7;
}

.accordion-button {
    font-weight: 500;
    background: #232323 !important;
    color: #ffd600 !important;
    border: none;
    border-radius: 0.7rem 0.7rem 0 0;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}
.accordion-button:not(.collapsed) {
    background: #ffd600 !important;
    color: #181818 !important;
}
.accordion-item {
    border-radius: 0.7rem;
    margin-bottom: 1rem;
    border: 1.5px solid #ffd600 !important;
    box-shadow: 0 2px 12px rgba(255,214,0,0.06);
}

::-webkit-scrollbar {
    width: 8px;
    background: #232323;
}
::-webkit-scrollbar-thumb {
    background: #ffd600;
    border-radius: 4px;
}

@media (max-width: 600px) {
    h1.display-4 { font-size: 2.2rem; }
    .lead { font-size: 1.1rem; }
    .img-fluid { max-height: 180px !important; }
}

/* Paketler için renkli kenarlıklar */
.paket-starter { border-top: 4px solid #43d17a; }
.paket-pro { border-top: 4px solid #2d7ff9; }
.paket-elite { border-top: 4px solid #a259e6; }
.paket-enterprise { border-top: 4px solid #ffd600; }

/* Kart animasyonları için animate.css ile uyumlu gecikmeler */
.animate__delay-1s { animation-delay: 0.2s; }
.animate__delay-2s { animation-delay: 0.4s; }
.animate__delay-3s { animation-delay: 0.6s; }
.animate__delay-4s { animation-delay: 0.8s; }
.animate__delay-5s { animation-delay: 1s; }

/* Hero SVG efekti */
section.bg-dark svg {
    pointer-events: none;
    z-index: 0;
}

.kimler-slider {
    scrollbar-width: thin;
    scrollbar-color: #ffd600 #232323;
}
.kimler-slider::-webkit-scrollbar {
    height: 8px;
    background: #232323;
}
.kimler-slider::-webkit-scrollbar-thumb {
    background: #ffd600;
    border-radius: 4px;
}
.kimler-card {
    min-width: 220px;
    max-width: 340px;
    min-height: 260px;
    background: linear-gradient(120deg, #232323 60%, #181818 100%);
    border-radius: 1.3rem;
    box-shadow: 0 4px 24px rgba(255,214,0,0.09);
    border: 1.5px solid #ffd600;
    color: #ffd600;
    transition: transform 0.18s, box-shadow 0.18s, border 0.18s, background 0.18s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 1.2rem;
    word-break: break-word;
    text-align: center;
}
.kimler-card:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 32px rgba(255,214,0,0.18);
    border: 1.5px solid #ffc107;
    background: linear-gradient(120deg, #232323 40%, #ffd600 100%);
    color: #181818;
}
.kimler-card .fw-bold {
    font-size: 1.2rem;
}
.kimler-card .text-muted {
    color: #ffd60099 !important;
    font-size: 1rem;
}
@media (max-width: 1200px) {
    .kimler-card { max-width: 100%; min-width: 180px; }
}
@media (max-width: 900px) {
    .kimler-card { min-width: 100%; max-width: 100%; }
}
@media (max-width: 600px) {
    .kimler-card { min-width: 100%; max-width: 100%; padding: 1.2rem 0.5rem; }
} 