/* Renk Paleti */
:root {
    --turuncu-koyu: #e96217;
    --turuncu-acik: #fab911;
    --lacivert-koyu: #0f4272;
    --lacivert-acik: #3983ca;
    --beyaz: #ffffff;
    --siyah: #000000;
    --gri-acik: #f8f9fa;
    --gri-orta: #6c757d;
}

/* Genel stiller */
body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--siyah);
    background-color: var(--gri-acik);
}

/* Navbar */
.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    height: 45px;
    width: auto;
}

.navbar {
    background-color: var(--beyaz) !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    padding: 0.8rem 0;
    border-bottom: 3px solid var(--turuncu-acik);
}

.navbar-nav .nav-link {
    color: var(--lacivert-koyu) !important;
    font-weight: 600;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 0 0.2rem;
}

.navbar-nav .nav-link:hover {
    background-color: var(--gri-acik);
    color: var(--turuncu-koyu) !important;
    transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--lacivert-koyu) 0%, var(--lacivert-acik) 100%);
    color: var(--beyaz);
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-section .lead {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Search Box */
.search-box {
    background: var(--beyaz);
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.search-box .form-control,
.search-box .form-select {
    border: 2px solid var(--gri-acik);
    padding: 0.8rem 1.2rem;
    font-size: 1.05rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.search-box .form-control:focus,
.search-box .form-select:focus {
    border-color: var(--turuncu-acik);
    box-shadow: 0 0 0 0.2rem rgba(250, 185, 17, 0.25);
}

.search-box .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23e96217' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    cursor: pointer;
}

.search-box .btn-primary {
    background: linear-gradient(135deg, var(--turuncu-koyu) 0%, var(--turuncu-acik) 100%);
    border: none;
    padding: 0.8rem 2rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.search-box .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(233, 98, 23, 0.4);
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, var(--turuncu-koyu) 0%, var(--turuncu-acik) 100%);
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(233, 98, 23, 0.4);
}

.btn-outline-primary {
    color: var(--turuncu-koyu);
    border-color: var(--turuncu-koyu);
    font-weight: 600;
}

.btn-outline-primary:hover {
    background-color: var(--turuncu-koyu);
    border-color: var(--turuncu-koyu);
}

/* Cards */
.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}

/* Review Score */
.review-score {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    cursor: help;
}

.review-score i {
    font-size: 1.1rem;
}

.review-score span {
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--lacivert-koyu);
}

/* Card spacing improvements */
.card-text {
    margin-bottom: 0.5rem;
    min-height: 3rem;
}

.btn-primary.btn-sm {
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.card-img-top {
    height: 180px;
    object-fit: contain;
    background-color: var(--beyaz);
    padding: 1.5rem;
    border-bottom: 1px solid var(--gri-acik);
}

.card-header {
    background: linear-gradient(135deg, var(--lacivert-koyu) 0%, var(--lacivert-acik) 100%);
    color: var(--beyaz);
    font-weight: 600;
    border: none;
    padding: 1rem 1.5rem;
}

/* Premium & Featured Cards */
.card.premium {
    border: 3px solid var(--turuncu-acik);
    box-shadow: 0 5px 20px rgba(250, 185, 17, 0.3);
}

.card.featured {
    border: 2px solid var(--lacivert-acik);
    box-shadow: 0 5px 20px rgba(57, 131, 202, 0.2);
}

.badge-premium {
    background: linear-gradient(135deg, var(--turuncu-koyu) 0%, var(--turuncu-acik) 100%);
    color: var(--beyaz);
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 20px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.badge-featured {
    background: linear-gradient(135deg, var(--lacivert-koyu) 0%, var(--lacivert-acik) 100%);
    color: var(--beyaz);
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 20px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

/* Firma Logo */
.firma-logo {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background-color: var(--beyaz);
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid var(--gri-acik);
}

.firma-logo-small {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background-color: var(--beyaz);
    padding: 0.8rem;
    border-radius: 8px;
    margin-right: 1rem;
    border: 1px solid var(--gri-acik);
}

/* Sidebar */
.sidebar-card {
    position: sticky;
    top: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.sidebar-card .card-header {
    background: linear-gradient(135deg, var(--lacivert-koyu) 0%, var(--lacivert-acik) 100%);
}

/* Grid Layout */
.row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
}

@media (max-width: 991px) {
    .row-cols-md-2 > * {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .row-cols-1 > * {
        width: 100%;
    }
}

/* Contact Buttons */
.btn-call {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    color: var(--beyaz);
    font-weight: 600;
    padding: 0.8rem 1.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
    color: var(--beyaz);
}

/* Footer */
footer {
    background: linear-gradient(135deg, var(--lacivert-koyu) 0%, var(--siyah) 100%);
    color: var(--beyaz);
    margin-top: 4rem;
}

footer a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

footer a:hover {
    color: var(--turuncu-acik);
    text-decoration: none;
}

/* Breadcrumb */
.breadcrumb {
    background-color: transparent;
    padding: 1rem 0;
}

.breadcrumb-item.active {
    color: var(--turuncu-koyu);
}

/* Badges */
.badge {
    padding: 0.5rem 1rem;
    font-weight: 600;
    border-radius: 20px;
}

.bg-warning {
    background: linear-gradient(135deg, var(--turuncu-koyu) 0%, var(--turuncu-acik) 100%) !important;
    color: var(--beyaz) !important;
}

.bg-info {
    background: linear-gradient(135deg, var(--lacivert-koyu) 0%, var(--lacivert-acik) 100%) !important;
    color: var(--beyaz) !important;
}

/* Pagination */
.pagination .page-link {
    color: var(--lacivert-koyu);
    border: 1px solid #dee2e6;
    margin: 0 0.2rem;
    border-radius: 8px;
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--turuncu-koyu) 0%, var(--turuncu-acik) 100%);
    border-color: var(--turuncu-koyu);
}

/* Stats Counter */
.stat-card {
    background: linear-gradient(135deg, var(--beyaz) 0%, var(--gri-acik) 100%);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.stat-card i {
    font-size: 3rem;
    color: var(--turuncu-koyu);
    margin-bottom: 1rem;
}

.stat-card h3 {
    color: var(--lacivert-koyu);
    font-weight: 700;
}

/* Reviews / Müşteri Görüşleri */
.review-summary {
    background-color: var(--gri-acik);
    padding: 1.5rem;
    border-radius: 10px;
}

.average-rating {
    padding: 1rem;
}

.average-rating h2 {
    color: var(--lacivert-koyu);
    font-weight: 700;
}

.stars-large i {
    font-size: 1.5rem;
}

.stars-small i {
    font-size: 0.9rem;
}

.rating-bar .progress {
    background-color: #e9ecef;
}

.review-item {
    padding: 1rem;
    transition: all 0.3s ease;
}

.review-item:hover {
    background-color: var(--gri-acik);
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 1.8rem;
    }
    
    .navbar-brand img {
        height: 40px;
    }
    
    .card-img-top {
        height: 150px;
    }
}

/* Loading Placeholder */
.img-placeholder {
    background-color: var(--beyaz);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gri-orta);
    font-size: 3rem;
    border-bottom: 1px solid var(--gri-acik);
}

.img-placeholder i {
    opacity: 0.3;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

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

.alert-info {
    background-color: rgba(57, 131, 202, 0.1);
    color: var(--lacivert-koyu);
    border-left: 4px solid var(--lacivert-acik);
}

.alert-warning {
    background-color: rgba(250, 185, 17, 0.1);
    color: var(--turuncu-koyu);
    border-left: 4px solid var(--turuncu-acik);
}

/* Image Upload Preview */
.image-preview {
    width: 100%;
    max-width: 300px;
    height: 200px;
    border: 2px dashed var(--gri-orta);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--gri-acik);
    margin-top: 1rem;
}

.image-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Firmalar İçin Sayfası */
.hero-section-alt {
    background: linear-gradient(135deg, var(--lacivert-koyu) 0%, var(--lacivert-acik) 100%);
    padding: 5rem 0;
    color: var(--beyaz);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
}

.stat-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2rem 1rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.stat-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.stat-box i {
    font-size: 2.5rem;
    color: var(--turuncu-acik);
    margin-bottom: 1rem;
}

.stat-box h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-box p {
    margin: 0;
    opacity: 0.9;
    font-size: 0.9rem;
}

/* Feature Cards */
.feature-card {
    background: var(--beyaz);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

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

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--turuncu-koyu) 0%, var(--turuncu-acik) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--beyaz);
    font-size: 2rem;
}

.feature-card h4 {
    color: var(--lacivert-koyu);
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-card p {
    color: var(--gri-orta);
    margin: 0;
}

/* Pricing Cards */
.pricing-card {
    background: var(--beyaz);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.pricing-card.featured {
    border: 3px solid var(--turuncu-acik);
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    transform: scale(1.08) translateY(-10px);
}

.badge-popular {
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, var(--turuncu-koyu) 0%, var(--turuncu-acik) 100%);
    color: var(--beyaz);
    padding: 0.5rem 3rem;
    transform: rotate(45deg);
    font-weight: 600;
    font-size: 0.85rem;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.pricing-header {
    background: linear-gradient(135deg, var(--lacivert-koyu) 0%, var(--lacivert-acik) 100%);
    color: var(--beyaz);
    padding: 2rem;
    text-align: center;
}

.pricing-header.bg-info {
    background: linear-gradient(135deg, var(--lacivert-koyu) 0%, var(--lacivert-acik) 100%) !important;
}

.pricing-header.bg-warning {
    background: linear-gradient(135deg, var(--turuncu-koyu) 0%, var(--turuncu-acik) 100%) !important;
}

.pricing-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
}

.price .amount {
    font-size: 3rem;
    font-weight: 700;
}

.price .period {
    font-size: 1.2rem;
    opacity: 0.8;
}

.pricing-features {
    list-style: none;
    padding: 2rem;
    margin: 0;
}

.pricing-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--gri-acik);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features i.bi-check-circle-fill {
    color: #28a745;
    font-size: 1.2rem;
}

.pricing-features i.bi-x-circle {
    color: var(--gri-orta);
    font-size: 1.2rem;
}

.pricing-card .btn {
    margin: 0 1.5rem 1.5rem;
    padding: 0.8rem;
    font-weight: 600;
    width: calc(100% - 3rem) !important;
}

/* Step Cards */
.step-card {
    text-align: center;
    padding: 2rem;
}

.step-number {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--turuncu-koyu) 0%, var(--turuncu-acik) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--beyaz);
    font-size: 2.5rem;
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(233, 98, 23, 0.3);
}

.step-card h4 {
    color: var(--lacivert-koyu);
    font-weight: 600;
    margin-bottom: 1rem;
}

.step-card p {
    color: var(--gri-orta);
    margin: 0;
}

/* Accordion */
.accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.accordion-button {
    background-color: var(--beyaz);
    color: var(--lacivert-koyu);
    font-weight: 600;
    padding: 1.25rem 1.5rem;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, var(--lacivert-koyu) 0%, var(--lacivert-acik) 100%);
    color: var(--beyaz);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-body {
    padding: 1.5rem;
    background-color: var(--gri-acik);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--turuncu-koyu) 0%, var(--turuncu-acik) 100%);
    padding: 5rem 0;
}

.cta-section .btn-warning {
    background-color: var(--beyaz);
    color: var(--turuncu-koyu);
    border: none;
}

.cta-section .btn-warning:hover {
    background-color: var(--gri-acik);
    color: var(--turuncu-koyu);
}

.cta-section .btn-outline-light:hover {
    background-color: var(--beyaz);
    color: var(--turuncu-koyu);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section-alt {
        padding: 3rem 0;
    }
    
    .hero-section-alt h1 {
        font-size: 2rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-10px);
    }
    
    .badge-popular {
        font-size: 0.75rem;
        padding: 0.4rem 2.5rem;
    }
}

/* Blog Sayfaları */
.blog-card {
    transition: all 0.3s ease;
}

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

.blog-card .card-body {
    display: flex;
    flex-direction: column;
}

.blog-card .card-title a:hover {
    color: var(--turuncu-koyu) !important;
}

/* Blog Detay Sayfası */
.blog-post {
    font-size: 1.1rem;
    line-height: 1.8;
}

.blog-post header h1 {
    color: var(--lacivert-koyu);
    margin-bottom: 1rem;
}

.blog-content {
    color: #333;
}

.blog-content h2 {
    color: var(--lacivert-koyu);
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-content h3 {
    color: var(--lacivert-koyu);
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.blog-content h4 {
    color: var(--lacivert-koyu);
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
}

.blog-content p {
    margin-bottom: 1.2rem;
}

.blog-content ul, .blog-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.blog-content li {
    margin-bottom: 0.5rem;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 1.5rem 0;
}

.blog-content blockquote {
    border-left: 4px solid var(--turuncu-acik);
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: var(--gri-orta);
}

.blog-content code {
    background-color: var(--gri-acik);
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.blog-content pre {
    background-color: var(--gri-acik);
    padding: 1rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.blog-content table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
}

.blog-content table th,
.blog-content table td {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
}

.blog-content table th {
    background-color: var(--gri-acik);
    font-weight: 600;
}

.blog-content a {
    color: var(--turuncu-koyu);
    text-decoration: underline;
}

.blog-content a:hover {
    color: var(--lacivert-koyu);
}

/* Blog Kategorileri */
.list-group-item.active {
    background: linear-gradient(135deg, var(--lacivert-koyu) 0%, var(--lacivert-acik) 100%);
    border-color: var(--lacivert-koyu);
}

/* Blog Paylaşım Butonları */
.btn-outline-primary:hover,
.btn-outline-info:hover,
.btn-outline-secondary:hover {
    transform: translateY(-2px);
}

/* Responsive Blog */
@media (max-width: 768px) {
    .blog-post {
        font-size: 1rem;
    }
    
    .blog-content h2 {
        font-size: 1.5rem;
    }
    
    .blog-content h3 {
        font-size: 1.3rem;
    }
}

/* Blog İçerik Görselleri - Responsive & Optimized */
.blog-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.blog-content img.img-fluid {
    width: 100%;
}

/* Görsel yüklenirken placeholder */
.blog-content img[loading="lazy"] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Mobil optimizasyon */
@media (max-width: 768px) {
    .blog-content img {
        margin: 1rem auto;
    }
}

/* Ana Sayfa - İstatistikler */
.stats-section .stat-item {
    padding: 2rem;
    transition: transform 0.3s;
}

.stats-section .stat-item:hover {
    transform: translateY(-5px);
}

.stats-section .stat-item i {
    opacity: 0.8;
}

/* Ana Sayfa - Özellikler */
.features-section .feature-card {
    padding: 2rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s;
}

.features-section .feature-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transform: translateY(-5px);
}

.features-section .feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f4272 0%, #3983ca 100%);
    border-radius: 50%;
    color: white;
    font-size: 2rem;
}

.features-section .feature-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #0f4272;
}

.features-section .feature-card p {
    color: #6c757d;
    margin: 0;
    font-size: 0.95rem;
}

/* Ana Sayfa - Nasıl Çalışır */
.how-it-works-section .step-card {
    padding: 2rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: relative;
    transition: all 0.3s;
}

.how-it-works-section .step-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transform: translateY(-5px);
}

.how-it-works-section .step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
}

.how-it-works-section .step-icon {
    width: 80px;
    height: 80px;
    margin: 2rem auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    color: #0f4272;
    font-size: 2rem;
}

.how-it-works-section .step-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #0f4272;
}

.how-it-works-section .step-card p {
    color: #6c757d;
    margin: 0;
    font-size: 0.95rem;
}

/* Ana Sayfa - Popüler Şehirler */
.popular-cities-section .city-card {
    display: block;
    padding: 1.5rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    color: inherit;
}

.popular-cities-section .city-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transform: translateY(-5px);
    background: linear-gradient(135deg, #0f4272 0%, #3983ca 100%);
    color: white;
}

.popular-cities-section .city-card i {
    font-size: 2rem;
    color: #0f4272;
    margin-bottom: 0.5rem;
}

.popular-cities-section .city-card:hover i {
    color: #ffc107;
}

.popular-cities-section .city-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.popular-cities-section .city-card p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Ana Sayfa - Blog Kartları */
.blog-section .blog-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s;
}

.blog-section .blog-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transform: translateY(-5px);
}

.blog-section .blog-card img {
    height: 200px;
    object-fit: cover;
}

.blog-section .blog-card .card-title a:hover {
    color: #0f4272 !important;
}

/* Ana Sayfa - CTA Section */
.cta-section {
    background: linear-gradient(135deg, #0f4272 0%, #3983ca 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.3;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .stats-section .stat-item {
        padding: 1.5rem;
    }
    
    .features-section .feature-card,
    .how-it-works-section .step-card {
        padding: 1.5rem;
    }
    
    .popular-cities-section .city-card {
        padding: 1rem;
    }
    
    .blog-section .blog-card img {
        height: 180px;
    }
}

/* Firma Listeleme - Filtre Sidebar */
.filters-sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 20px;
}

.filters-sidebar h5 {
    color: #0f4272;
    font-weight: 600;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

.filters-sidebar .filter-group {
    padding: 1.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.filters-sidebar .filter-group:last-of-type {
    border-bottom: none;
}

.filters-sidebar .filter-group h6 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.filters-sidebar .form-check {
    margin-bottom: 0.75rem;
}

.filters-sidebar .form-check-label {
    font-size: 0.9rem;
    cursor: pointer;
}

.badge-premium-small,
.badge-featured-small {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.badge-premium-small {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: white;
}

.badge-featured-small {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: white;
}

/* Liste Görünüm */
.list-view .card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
}

.list-view .card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.list-view .card .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 1.5rem;
    border-right: 1px solid #f0f0f0;
}

.list-view .card img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
}

.list-view .img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    min-height: 180px;
    width: 100%;
}

/* Toolbar */
.btn-group .btn.active {
    background-color: #0f4272;
    border-color: #0f4272;
    color: white;
}

/* Responsive - Filtre Sidebar */
@media (max-width: 991px) {
    .filters-sidebar {
        position: static;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .list-view .card .row {
        flex-direction: column;
    }
    
    .list-view .card .col-md-3,
    .list-view .card .col-md-9 {
        max-width: 100%;
    }
    
    .list-view .img-placeholder {
        min-height: 150px;
    }
}
