/* SEO and Performance Optimizations */
/* Preload critical resources */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8fafc;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Breadcrumb Styles */
.breadcrumb-nav {
    background: #f8fafc;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.breadcrumb {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    color: #64748b;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item:not(:last-child)::after {
    content: "/";
    margin: 0 0.5rem;
    color: #cbd5e1;
}

.breadcrumb-item a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Header Styles */
.header {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar {
    padding: 1rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563eb;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #2563eb;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    padding: 140px 0 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.highlight {
    color: #fbbf24;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
}

/* Feature card içindeki elementlerin buton stillerinden etkilenmemesi için */
.feature-card .btn {
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
}

/* Genel feature-icon sınıfı için buton stillerinden korunma */
.feature-icon:not(.btn) {
    /* Buton stillerinden korunmak için */
    padding: 0;
    border: none;
    background: none;
    cursor: default;
    text-decoration: none;
    border-radius: 0;
    font-weight: normal;
}

.btn-primary {
    background: #fbbf24;
    color: #1f2937;
}

.btn-primary:hover {
    background: #f59e0b;
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: #1f2937;
}

.btn-outline {
    background: transparent;
    color: #2563eb;
    border: 2px solid #2563eb;
}

.btn-outline:hover {
    background: #2563eb;
    color: white;
}

/* Hero Card */
.hero-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    color: #333;
}

.card-header h3 {
    margin-bottom: 1.5rem;
    color: #1f2937;
    font-size: 1.25rem;
}

.offer-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.offer-item:last-child {
    border-bottom: none;
}

.bank-logo {
    font-size: 2rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 8px;
}

.offer-details h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.interest-rate {
    font-size: 1.25rem;
    font-weight: 700;
    color: #059669;
    margin-bottom: 0.25rem;
}

.term {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Features Section */
.features {
    padding: 80px 0;
    background: white;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #1f2937;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-card {
    text-align: center;
    padding: 2rem;
    border-radius: 12px;
    background: #f8fafc;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card .feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    /* Buton stillerinden korunmak için */
    padding: 0;
    border: none;
    background: none;
    cursor: default;
    text-decoration: none;
    border-radius: 0;
    font-weight: normal;
    display: block;
}

.feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #1f2937;
    /* Buton stillerinden korunmak için */
    padding: 0;
    border: none;
    background: none;
    cursor: default;
    text-decoration: none;
    border-radius: 0;
    font-weight: 600;
    display: block;
}

.feature-card p {
    color: #6b7280;
    /* Buton stillerinden korunmak için */
    padding: 0;
    border: none;
    background: none;
    cursor: default;
    text-decoration: none;
    border-radius: 0;
    font-weight: normal;
    display: block;
}

/* Calculator Preview */
.calculator-preview {
    padding: 80px 0;
    background: #f1f5f9;
}

.calculator-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.calculator-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1f2937;
}

.calculator-text p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    color: #6b7280;
}

.calculator-features {
    list-style: none;
    margin-bottom: 2rem;
}

.calculator-features li {
    padding: 0.5rem 0;
    color: #374151;
}

.calculator-form {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #374151;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #2563eb;
}

.result {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1.5rem;
}

.result-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.result-item:last-child {
    margin-bottom: 0;
    padding-top: 0.5rem;
    border-top: 1px solid #e5e7eb;
}

/* Latest Offers */
.latest-offers {
    padding: 80px 0;
    background: white;
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.offer-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.offer-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.bank-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.bank-info h3 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.bank-rating {
    color: #fbbf24;
    font-size: 0.875rem;
}

.interest-badge {
    background: #059669;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.125rem;
}

.offer-details {
    margin-bottom: 1.5rem;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-item span:first-child {
    color: #6b7280;
}

.detail-item span:last-child {
    font-weight: 600;
}

.text-center {
    text-align: center;
}

/* Footer */
.footer {
    background: #1f2937;
    color: white;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

/* Company Section */
.footer-company {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-logo h3 {
    color: #fbbf24;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-logo p {
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.footer-contact-info {
    margin-top: 1rem;
}

.footer-contact-info p {
    color: #d1d5db;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-contact-info p:last-child {
    margin-bottom: 0;
}



/* Footer Sections */
.footer-section h4 {
    color: #fbbf24;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}



.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 0.75rem;
}

.footer-section ul li a {
    color: #d1d5db;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    position: relative;
    padding-left: 0;
}

.footer-section ul li a:hover {
    color: #fbbf24;
    padding-left: 5px;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 2rem;
    margin-top: 2rem;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: #9ca3af;
    margin: 0;
    font-size: 0.9rem;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-bottom-links a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #fbbf24;
}

.footer-bottom-links .separator {
    color: #4b5563;
    font-size: 0.8rem;
}

/* Responsive Footer */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    
    .footer-company {
        grid-column: 1 / -1;
    }
    
    .footer-products {
        grid-column: 1 / 2;
    }
    
    .footer-tools {
        grid-column: 2 / 3;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-title {
        font-size: 2rem;
    }

    .calculator-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .section-title {
        font-size: 2rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .offers-grid {
        grid-template-columns: 1fr;
    }

    .hero-cta {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero {
        padding: 100px 0 60px;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.875rem;
    }
}

/* Offer List Card Styles */
.offer-list-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 2rem;
    padding: 1.5rem 1rem 0.5rem 1rem;
    transition: box-shadow 0.2s;
    border: 1px solid #e5e7eb;
}
.offer-list-card:hover {
    box-shadow: 0 8px 32px rgba(37,99,235,0.10);
}
.offer-list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.offer-list-rate {
    min-width: 120px;
    text-align: center;
}
.offer-list-rate .rate {
    color: #059669;
    font-size: 2rem;
    font-weight: 700;
    display: block;
}
.offer-list-rate .label {
    font-size: 0.95rem;
    color: #6b7280;
    display: block;
    margin-top: 0.25rem;
    white-space: pre-line;
}
.offer-list-bank {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 140px;
}
.offer-list-bank .bank-logo {
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.bank-logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: none !important;
}

.offer-list-country {
    min-width: 120px;
    text-align: center;
    color: #374151;
    font-size: 0.98rem;
}
.offer-list-country span {
    display: block;
}
.offer-list-earning {
    min-width: 110px;
    text-align: right;
}
.offer-list-earning .earning {
    color: #059669;
    font-weight: 700;
    font-size: 1.15rem;
}
.offer-list-action {
    min-width: 160px;
    text-align: center;
}
.offer-list-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e7eb;
    margin-top: 1rem;
    padding-top: 0.75rem;
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 500;
}
@media (max-width: 900px) {
    .offer-list-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .offer-list-footer {
        flex-direction: column;
        gap: 0.25rem;
        align-items: flex-start;
    }
}

/* Intro Section - Modern */
.intro-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
    padding: 70px 0 40px 0;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
}
.intro-section .section-title {
    color: #2563eb;
    font-size: 2.3rem;
    font-weight: 800;
    letter-spacing: -1px;
}
.intro-section .intro-text {
    font-size: 1.25rem;
    color: #374151;
    max-width: 700px;
    margin: 1.5rem auto 0 auto;
    line-height: 1.7;
    font-weight: 500;
}

/* Avantajlar Bölümü - Farklı ve Modern Tarz */
.advantages-section {
    background: linear-gradient(120deg, #fbbf24 0%, #6366f1 100%);
    padding: 70px 0 50px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.advantages-section .section-title {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 2.5rem;
    letter-spacing: -1px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
.advantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 900px;
}
.advantages-list li {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 32px rgba(99,102,241,0.13);
    color: #2563eb;
    font-weight: 700;
    font-size: 1.18rem;
    padding: 2.2rem 2.2rem 2rem 2.2rem;
    min-width: 240px;
    max-width: 240px;
    min-height: 170px;
    max-height: 170px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.1rem;
    border-left: 7px solid #fbbf24;
    border-right: 7px solid #6366f1;
    position: relative;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.22s;
    box-sizing: border-box;
    overflow: hidden;
}
.advantages-list li::before {
    content: attr(data-icon);
    font-size: 2.1rem;
    margin-right: 0.7rem;
    color: #fbbf24;
    flex-shrink: 0;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.advantages-list li span, .advantages-list li p, .advantages-list li strong {
    display: block;
    width: 100%;
}
.advantages-list li:hover {
    box-shadow: 0 16px 48px rgba(99,102,241,0.18);
    border-left-color: #6366f1;
    border-right-color: #fbbf24;
    color: #fbbf24;
    transform: translateY(-6px) scale(1.03);
}
@media (max-width: 900px) {
    .advantages-list {
        flex-direction: column;
        gap: 1.2rem;
        align-items: center;
    }
    .advantages-list li {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        font-size: 1.08rem;
        padding: 1.5rem 1.2rem;
        min-height: 120px;
        max-height: none;
        align-items: flex-start;
        justify-content: center;
    }
}

/* How It Works Section - Modern */
.howitworks-section {
    background: linear-gradient(135deg, #e0e7ff 0%, #f1f5f9 100%);
    padding: 60px 0 40px 0;
    text-align: center;
}
.howitworks-section .section-title {
    color: #2563eb;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.howitworks-steps {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.howitworks-step {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(37,99,235,0.10);
    padding: 1.7rem 2.2rem;
    font-size: 1.13rem;
    color: #2563eb;
    font-weight: 600;
    min-width: 200px;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    border-bottom: 3px solid #6366f1;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.howitworks-step span {
    font-size: 1.7rem;
}
.howitworks-step:hover {
    box-shadow: 0 8px 32px rgba(37,99,235,0.13);
    border-color: #059669;
    color: #059669;
}

/* Buton stilleri - mevcut görünümü koruyarak */
.howitworks-step-btn {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(37,99,235,0.10);
    padding: 1.7rem 2.2rem;
    font-size: 1.13rem;
    color: #2563eb;
    font-weight: 600;
    min-width: 200px;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    border: none;
    border-bottom: 3px solid #6366f1;
    transition: box-shadow 0.2s, border-color 0.2s;
    cursor: pointer;
    font-family: inherit;
}

.howitworks-step-btn:hover {
    box-shadow: 0 8px 32px rgba(37,99,235,0.13);
    border-color: #059669;
    color: #059669;
}

.howitworks-step-btn:focus {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

/* FAQ Styles */
.faq-categories-section {
    padding: 40px 0;
    background: #fff;
    border-bottom: 1px solid #e0e3ea;
}

.faq-categories {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.faq-category-btn {
    padding: 0.8rem 1.5rem;
    border: 2px solid #e0e3ea;
    border-radius: 25px;
    background: #fff;
    color: #64748b;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.faq-category-btn:hover {
    border-color: #4f8cff;
    color: #4f8cff;
}

.faq-category-btn.active {
    background: #4f8cff;
    border-color: #4f8cff;
    color: #fff;
}

.faq-content-section {
    padding: 60px 0;
    background: #fff;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 1rem;
    border: 1px solid #e0e3ea;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: #f8fafd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #e2e8f0;
}

.faq-question h3 {
    color: #1a2340;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    flex: 1;
}

.faq-toggle {
    color: #4f8cff;
    font-size: 1.5rem;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-left: 1rem;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 1.5rem;
    max-height: 500px;
}

.faq-answer p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.faq-contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafd 0%, #e2e8f0 100%);
    text-align: center;
}

.faq-contact-text {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.faq-contact-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .faq-categories {
        gap: 0.5rem;
    }
    
    .faq-category-btn {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
    
    .faq-question {
        padding: 1rem;
    }
    
    .faq-question h3 {
        font-size: 1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 1rem;
    }
    
    .faq-contact-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .faq-contact-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

/* Blog Section - Daha Modern ve Dikkat Çekici */
.blog-section {
    background: linear-gradient(135deg, #e0e7ff 0%, #f1f5f9 100%);
    padding: 70px 0 50px 0;
    text-align: center;
}
.blog-section .section-title {
    color: #2563eb;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
    letter-spacing: -1px;
}
.blog-list {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}
.blog-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(37,99,235,0.10);
    padding: 2.2rem 2.2rem 2rem 2.2rem;
    min-width: 270px;
    max-width: 350px;
    font-size: 1.12rem;
    color: #374151;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    align-items: flex-start;
    border: 2px solid #e0e7ff;
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s, background 0.22s;
    position: relative;
    overflow: hidden;
}
.blog-card::before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 7px;
    background: linear-gradient(90deg, #6366f1 0%, #2563eb 100%);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.blog-card .blog-category {
    display: inline-block;
    background: #6366f1;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 0.25rem 0.8rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0.5px;
}
.blog-card h3 {
    color: #2563eb;
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
    font-weight: 800;
    line-height: 1.3;
}
.blog-card .btn {
    margin-top: 0.5rem;
    font-size: 1.02rem;
    padding: 0.6rem 1.3rem;
    border-radius: 8px;
    border: 2px solid #6366f1;
    color: #6366f1;
    background: #fff;
    font-weight: 700;
    transition: background 0.18s, color 0.18s, border 0.18s;
    box-shadow: 0 1px 4px rgba(99,102,241,0.07);
}
.blog-card .btn:hover {
    background: #6366f1;
    color: #fff;
    border-color: #2563eb;
}
.blog-card:hover {
    transform: translateY(-10px) scale(1.035);
    box-shadow: 0 20px 48px rgba(37,99,235,0.18);
    border-color: #6366f1;
    background: linear-gradient(135deg, #f1f5f9 0%, #e0e7ff 100%);
}
@media (max-width: 900px) {
    .blog-list {
        flex-direction: column;
        gap: 1.2rem;
        align-items: center;
    }
}

/* Security Section - Modern (daha fazla vurgu) */
.security-section {
    background: linear-gradient(135deg, #f1f5f9 0%, #e0f2fe 100%);
    padding: 60px 0 40px 0;
    text-align: center;
}
.security-section .section-title {
    color: #059669;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.security-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 1.13rem;
    color: #059669;
    font-weight: 500;
    max-width: 600px;
}
.security-list li {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(16,185,129,0.08);
    padding: 1.1rem 1.5rem;
    color: #059669;
    font-size: 1.08rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border-left: 5px solid #059669;
    transition: box-shadow 0.2s, border-color 0.2s;
    font-weight: 600;
}
.security-list li:hover {
    box-shadow: 0 8px 32px rgba(16,185,129,0.13);
    border-color: #2563eb;
    color: #2563eb;
}

/* Contact Section - Modern */
.contact-section.contact-modern {
    background: #23272f;
    position: relative;
    padding: 0 0 0 0;
    overflow: hidden;
}
.contact-modern-bg {
    position: absolute;
    top: 0; left: 0; right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.contact-wave {
    width: 100%;
    height: 180px;
    display: block;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}
.contact-modern-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5rem;
    min-height: 340px;
    padding: 80px 0 60px 0;
    position: relative;
    z-index: 2;
}
.contact-modern-left {
    flex: 1 1 350px;
    min-width: 320px;
    text-align: left;
    color: #f3f4f6;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.contact-modern-title {
    color: #fbbf24;
    font-size: 2.3rem;
    font-weight: 900;
    margin-bottom: 0.7rem;
    letter-spacing: -1px;
    text-shadow: 0 2px 16px rgba(251,191,36,0.10), 0 1px 8px #0002;
}
.contact-modern-desc {
    color: #e5e7eb;
    font-size: 1.18rem;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 1.2rem;
}
.contact-modern-actions {
    display: flex;
    gap: 1.2rem;
    margin-top: 0.5rem;
}
.btn.btn-modern {
    background: #fbbf24;
    color: #23272f;
    border: 2px solid #fbbf24;
    border-radius: 8px;
    padding: 0.8rem 1.7rem;
    font-weight: 800;
    font-size: 1.08rem;
    transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.18s, transform 0.18s;
    box-shadow: 0 2px 12px #0002;
    text-decoration: none;
    display: inline-block;
}
.btn.btn-modern:hover {
    background: #6366f1;
    color: #fff;
    border-color: #6366f1;
    box-shadow: 0 4px 24px #6366f133;
    transform: scale(1.06);
}
.btn.btn-modern.btn-outline {
    background: transparent;
    color: #fbbf24;
    border: 2px solid #fbbf24;
}
.btn.btn-modern.btn-outline:hover {
    background: #fbbf24;
    color: #23272f;
    border-color: #fff;
}
.contact-modern-right {
    flex: 1 1 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-modern-img {
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: contain;

}
@media (max-width: 900px) {
    .contact-modern-flex {
        flex-direction: column;
        gap: 2.2rem;
        padding: 60px 0 40px 0;
        min-height: 0;
    }
    .contact-modern-left, .contact-modern-right {
        min-width: 0;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .contact-modern-img {
        max-width: 90vw;
    }
    .contact-modern-actions {
        flex-direction: column;
        gap: 0.7rem;
        align-items: center;
    }
}

.advantages-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
.advantages-list-col {
    flex: 1 1 350px;
    min-width: 320px;
}
.advantages-image-col {
    flex: 1 1 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.advantages-image {
    max-width: 850px;
    width: 300%;
    height: 380px;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(99,102,241,0.13);
    background: #fff;
    object-fit: contain;
    position: relative;
    right: -112px;
    transition: right 0.2s;
}
@media (max-width: 900px) {
    .advantages-flex {
        flex-direction: column;
        gap: 2rem;
    }
    .advantages-image {
        max-width: 90vw;
        right: 0;
    }
}

.main-logo {
    height: 42px;
    width: auto;
    max-width: 180px;
    display: block;
}

.minimal-contact {
    background: linear-gradient(135deg, #23272f 60%, #2d3340 100%);
    padding: 70px 0 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.minimal-contact .section-title {
    color: #fbbf24;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
    text-shadow: 0 2px 16px rgba(251,191,36,0.10), 0 1px 8px #0002;
}
.contact-minimal-text {
    color: #e5e7eb;
    font-size: 1.22rem;
    max-width: 650px;
    margin: 0 auto 2.2rem auto;
    line-height: 1.8;
    font-weight: 500;
}
.contact-minimal-text a {
    color: #fbbf24;
    text-decoration: underline;
    font-weight: 700;
    transition: color 0.18s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.contact-minimal-text a:hover {
    color: #fff;
}
.btn.btn-minimal {
    background: rgba(251,191,36,0.08);
    color: #fbbf24;
    border: 2px solid #fbbf24;
    border-radius: 8px;
    padding: 0.7rem 1.6rem;
    font-weight: 700;
    font-size: 1.08rem;
    margin: 0 0.3rem;
    transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.18s, transform 0.18s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 12px #0002;
}
.btn.btn-minimal:hover {
    background: #fbbf24;
    color: #23272f;
    border-color: #fff;
    box-shadow: 0 4px 24px #fbbf2433;
    transform: scale(1.06);
}
.btn-icon {
    font-size: 1.25em;
    margin-right: 0.2em;
    transition: transform 0.18s;
}
.btn.btn-minimal:hover .btn-icon {
    transform: scale(1.18) rotate(-8deg);
}
.contact-divider {
    width: 100%;
    max-width: 320px;
    height: 4px;
    margin: 2.5rem auto 0 auto;
    border-radius: 2px;
    background: linear-gradient(90deg, #fbbf24 0%, #6366f1 100%);
    opacity: 0.7;
}

.btn-navbar-cta {
    background: #fbbf24;
    color: #23272f;
    border: none;
    border-radius: 8px;
    padding: 0.7rem 1.5rem;
    font-weight: 800;
    font-size: 1.05rem;
    margin-left: 2rem;
    cursor: pointer;
    box-shadow: 0 2px 12px #0002;
    transition: background 0.18s, color 0.18s, transform 0.18s, box-shadow 0.18s;
    outline: none;
    display: inline-block;
}
.btn-navbar-cta:hover {
    background: #6366f1;
    color: #fff;
    transform: scale(1.06);
    box-shadow: 0 4px 24px #6366f133;
}
@media (max-width: 900px) {
    .btn-navbar-cta {
        margin-left: 0.5rem;
        padding: 0.7rem 1.1rem;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .btn-navbar-cta {
        margin-left: 0.3rem;
        padding: 0.6rem 0.9rem;
        font-size: 0.9rem;
        font-weight: 700;
        border-radius: 6px;
        box-shadow: 0 1px 8px rgba(251, 191, 36, 0.3);
    }
}

@media (max-width: 480px) {
    .btn-navbar-cta {
        margin-left: 0.2rem;
        padding: 0.5rem 0.8rem;
        font-size: 0.85rem;
        font-weight: 600;
        border-radius: 6px;
        min-width: auto;
        white-space: nowrap;
    }
    
    .btn-navbar-cta:hover {
        transform: scale(1.02);
    }
}

@media (max-width: 360px) {
    .btn-navbar-cta {
        padding: 0.4rem 0.6rem;
        font-size: 0.8rem;
        margin-left: 0.1rem;
    }
}

/* Modal Overlay */
.teklif-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(30, 32, 38, 0.85);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(5px);
}

/* Modal Box */
.teklif-modal {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  padding: 2.5rem 2rem 2rem 2rem;
  max-width: 500px;
  width: 100%;
  max-height: 95vh;
  overflow-y: visible;
  position: relative;
  animation: modalIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes modalIn {
  0% { 
    transform: translateY(20px) scale(0.95); 
    opacity: 0; 
  }
  100% { 
    transform: none; 
    opacity: 1; 
  }
}

.teklif-modal-title {
  margin: 0 0 1.5rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #1a2340;
  background: linear-gradient(135deg, #4f8cff, #6c5ce7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.3;
}

.teklif-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.teklif-modal-close:hover {
  color: #e74c3c;
  background: rgba(231, 76, 60, 0.1);
  transform: scale(1.1);
}

.teklif-modal-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.teklif-modal-form .form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 0;
}

.teklif-modal-form .form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}

.teklif-modal-form .form-group {
  margin-bottom: 0;
}

.teklif-modal-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1a2340;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.teklif-modal-form input,
.teklif-modal-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e0e3ea;
  border-radius: 12px;
  font-size: 1rem;
  background: #f8fafd;
  transition: all 0.3s ease;
  resize: none;
  box-sizing: border-box;
  font-family: inherit;
}

.teklif-modal-form input:focus,
.teklif-modal-form textarea:focus {
  border-color: #4f8cff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(79, 140, 255, 0.1);
  background: #fff;
  transform: translateY(-1px);
}

.teklif-modal-form .btn-modern {
  margin-top: 0.5rem;
  font-size: 1rem;
  padding: 1rem 0;
  font-weight: 600;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(79, 140, 255, 0.3);
  transition: all 0.3s ease;
  border: none;
  background: linear-gradient(135deg, #4f8cff, #6c5ce7);
  color: white;
}

.teklif-modal-form .btn-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(79, 140, 255, 0.4);
  background: linear-gradient(135deg, #3b7de8, #5a4fd8);
}

.teklif-modal-form .btn-modern:active {
  transform: translateY(0);
}

/* Tablet Responsive */
@media (max-width: 768px) {
  .teklif-modal-overlay {
    padding: 0.25rem;
  }
  
  .teklif-modal {
    padding: 1.5rem 1rem 1rem 1rem;
    max-width: 98vw;
    max-height: 98vh;
    overflow-y: visible;
  }
  
  .teklif-modal-title {
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
  }
  
  .teklif-modal-close {
    top: 0.75rem;
    right: 0.75rem;
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
  }
  
  .teklif-modal-form {
    gap: 1rem;
  }
  
  .teklif-modal-form input,
  .teklif-modal-form textarea {
    padding: 0.75rem 0.875rem;
    font-size: 0.95rem;
  }
  
  .teklif-modal-form .btn-modern {
    font-size: 0.95rem;
    padding: 0.875rem 0;
  }
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .teklif-modal-overlay {
    padding: 0.1rem;
  }
  
  .teklif-modal {
    padding: 1rem 0.75rem 0.75rem 0.75rem;
    max-width: 99vw;
    max-height: 99vh;
    overflow-y: visible;
    border-radius: 20px;
  }
  
  .teklif-modal-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .teklif-modal-close {
    top: 0.5rem;
    right: 0.5rem;
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
  }
  
  .teklif-modal-form {
    gap: 0.875rem;
  }
  
  .teklif-modal-form label {
    font-size: 0.85rem;
    margin-bottom: 0.375rem;
  }
  
  .teklif-modal-form input,
  .teklif-modal-form textarea {
    padding: 0.75rem 0.875rem;
    font-size: 0.9rem;
    border-radius: 10px;
  }
  
  .teklif-modal-form .btn-modern {
    font-size: 0.9rem;
    padding: 0.875rem 0;
    border-radius: 10px;
  }
}

/* Small Mobile */
@media (max-width: 360px) {
  .teklif-modal {
    padding: 0.75rem 0.5rem 0.5rem 0.5rem;
    max-width: 99.5vw;
    max-height: 99.5vh;
    overflow-y: visible;
  }
  
  .teklif-modal-title {
    font-size: 1.1rem;
    margin-bottom: 0.875rem;
  }
  
  .teklif-modal-form {
    gap: 0.75rem;
  }
  
  .teklif-modal-form input,
  .teklif-modal-form textarea {
    padding: 0.625rem 0.75rem;
    font-size: 0.85rem;
  }
  
  .teklif-modal-form .btn-modern {
    font-size: 0.85rem;
    padding: 0.75rem 0;
  }
}

/* Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .teklif-modal {
    max-height: 95vh;
    padding: 1.5rem 2rem;
  }
  
  .teklif-modal-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  
  .teklif-modal-form {
    gap: 0.75rem;
  }
  
  .teklif-modal-form input,
  .teklif-modal-form textarea {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
}

/* Zinsrechner Styles */
.calculator-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafd 0%, #e2e8f0 100%);
}

.calculator-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.calculator-form-container {
    background: #fff;
    padding: 2.5rem;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.calculator-form-container h2 {
    margin-bottom: 2rem;
    color: #1a2340;
    font-size: 1.8rem;
    font-weight: 700;
}

.calculator-form .form-group {
    margin-bottom: 1.5rem;
}

.calculator-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #1a2340;
    font-size: 0.95rem;
}

.calculator-form input,
.calculator-form select {
    width: 100%;
    padding: 1rem 1.2rem;
    border: 2px solid #e0e3ea;
    border-radius: 12px;
    font-size: 1.05rem;
    background: #f8fafd;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.calculator-form input:focus,
.calculator-form select:focus {
    border-color: #4f8cff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(79, 140, 255, 0.1);
    background: #fff;
}

.btn-calculate {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1rem;
}

.calculator-results {
    background: #fff;
    padding: 2.5rem;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.calculator-results h3 {
    margin-bottom: 2rem;
    color: #1a2340;
    font-size: 1.5rem;
    font-weight: 700;
}

.result-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.result-card {
    background: linear-gradient(135deg, #4f8cff 0%, #6366f1 100%);
    color: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
}

.result-label {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.result-value {
    font-size: 1.4rem;
    font-weight: 700;
}

.result-summary {
    background: #f8fafd;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #e0e3ea;
}

.result-summary p {
    margin: 0.5rem 0;
    font-weight: 600;
    color: #1a2340;
}

.result-summary span {
    color: #4f8cff;
    font-weight: 700;
}

.info-section {
    padding: 80px 0;
    background: #fff;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.info-card {
    background: #f8fafd;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #e0e3ea;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.info-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.info-card h3 {
    color: #1a2340;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.info-card p {
    color: #64748b;
    line-height: 1.6;
}

.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a2340 0%, #2d3340 100%);
    text-align: center;
    color: #fff;
}

.cta-section .section-title {
    color: #fff;
    margin-bottom: 1rem;
}

.cta-text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .calculator-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .result-cards {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 600px) {
    .calculator-form-container,
    .calculator-results {
        padding: 1.5rem;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
}

/* Ratgeber Styles */
.categories-section {
    padding: 80px 0;
    background: #fff;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.category-card {
    background: #f8fafd;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #e0e3ea;
    transition: all 0.3s ease;
    text-align: center;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    border-color: #4f8cff;
}

.category-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.category-card h3 {
    color: #1a2340;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.category-card p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.featured-articles {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafd 0%, #e2e8f0 100%);
}

.articles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}
.articles-grid > .article-card.featured {
    min-width: 0;
}
.articles-sidebar {
    grid-column: 1 / -1;
    display: flex;
    gap: 2rem;
}
.articles-sidebar .article-card {
    flex: 1;
}
@media (max-width: 900px) {
    .articles-grid {
        grid-template-columns: 1fr;
    }
    .articles-sidebar {
        flex-direction: column;
        gap: 1.5rem;
    }
}

.article-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.article-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.article-card.featured {
    display: block;
}

.article-image {
    background: linear-gradient(135deg, #4f8cff 0%, #6366f1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.article-placeholder {
    font-size: 4rem;
    color: #fff;
}

.article-content {
    padding: 2rem;
}

.article-category {
    background: #4f8cff;
    color: #fff;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 1rem;
}

.article-card h3 {
    color: #1a2340;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.article-card h4 {
    color: #1a2340;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.article-card p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.article-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: #94a3b8;
}

.article-date,
.article-read-time {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.articles-sidebar .article-card .btn {
    margin-top: 1rem;
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    background: linear-gradient(135deg, #4f8cff 0%, #6366f1 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 600;
}

.articles-sidebar .article-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 140, 255, 0.3);
    background: linear-gradient(135deg, #3b7de8 0%, #5a5fd8 100%);
}

.guide-section {
    padding: 80px 0;
    background: #fff;
}

.guide-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.guide-step {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem;
    background: #f8fafd;
    border-radius: 16px;
    border: 1px solid #e0e3ea;
    transition: all 0.3s ease;
}

.guide-step:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.step-number {
    background: linear-gradient(135deg, #4f8cff 0%, #6366f1 100%);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h3 {
    color: #1a2340;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.step-content p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 900px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
    
    .articles-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .article-card.featured {
        grid-template-columns: 1fr;
    }
    
    .guide-step {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .step-number {
        align-self: center;
    }
}

@media (max-width: 600px) {
    .category-card,
    .article-content {
        padding: 1.5rem;
    }
    
    .guide-step {
        padding: 1.5rem;
    }
}

/* Kontakt Page Styles */
.contact-page-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafd 0%, #e2e8f0 100%);
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-form-container {
    background: #fff;
    padding: 2.5rem;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.contact-form-container h2 {
    margin-bottom: 2rem;
    color: #1a2340;
    font-size: 1.8rem;
    font-weight: 700;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #1a2340;
    font-size: 0.95rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 1rem 1.2rem;
    border: 2px solid #e0e3ea;
    border-radius: 12px;
    font-size: 1.05rem;
    background: #f8fafd;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #4f8cff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(79, 140, 255, 0.1);
    background: #fff;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-group {
    margin-bottom: 2rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    cursor: pointer;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
    margin-top: 0.2rem;
}

.checkbox-label a {
    color: #4f8cff;
    text-decoration: underline;
}

.btn-submit {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.contact-info-container {
    background: #fff;
    padding: 2.5rem;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.contact-info-container h2 {
    margin-bottom: 2rem;
    color: #1a2340;
    font-size: 1.8rem;
    font-weight: 700;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
    background: #f8fafd;
    border-radius: 12px;
    border: 1px solid #e0e3ea;
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.contact-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.contact-details h3 {
    color: #1a2340;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.contact-details p {
    color: #64748b;
    margin: 0.2rem 0;
    line-height: 1.5;
}

.btn-small {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.contact-faq-section {
    padding: 80px 0;
    background: #fff;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.faq-item {
    background: #f8fafd;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #e0e3ea;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.faq-item h3 {
    color: #1a2340;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.faq-item p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.map-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafd 0%, #e2e8f0 100%);
}

.map-container {
    max-width: 800px;
    margin: 3rem auto 0 auto;
}

.map-placeholder {
    background: #fff;
    padding: 3rem;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    text-align: center;
}

.map-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.map-placeholder h3 {
    color: #1a2340;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.map-placeholder p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 900px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-form .form-row {
        grid-template-columns: 1fr;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .contact-form-container,
    .contact-info-container {
        padding: 1.5rem;
    }
    
    .contact-item {
        padding: 1.5rem;
    }
    
    .map-placeholder {
        padding: 2rem;
    }
}

/* Impressum Styles */
.impressum-section {
    padding: 80px 0;
    background: #fff;
}

.impressum-title {
    color: #1a2340;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}

.impressum-content {
    max-width: 800px;
    margin: 0 auto;
}

.impressum-block {
    margin-bottom: 2.5rem;
    padding: 2rem;
    background: #f8fafd;
    border-radius: 16px;
    border: 1px solid #e0e3ea;
}

.impressum-block h2 {
    color: #1a2340;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.impressum-block h3 {
    color: #1a2340;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
}

.impressum-block h3:first-of-type {
    margin-top: 0;
}

.impressum-block p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.impressum-block p:last-child {
    margin-bottom: 0;
}

.impressum-block a {
    color: #4f8cff;
    text-decoration: underline;
}

.impressum-block a:hover {
    color: #6366f1;
}

@media (max-width: 600px) {
    .impressum-title {
        font-size: 2rem;
    }
    
    .impressum-block {
        padding: 1.5rem;
    }
}

/* Datenschutz Styles */
.datenschutz-section {
    padding: 80px 0;
    background: #fff;
}

.datenschutz-title {
    color: #1a2340;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}

.datenschutz-content {
    max-width: 800px;
    margin: 0 auto;
}

.datenschutz-block {
    margin-bottom: 2.5rem;
    padding: 2rem;
    background: #f8fafd;
    border-radius: 16px;
    border: 1px solid #e0e3ea;
}

.datenschutz-block h2 {
    color: #1a2340;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.datenschutz-block h3 {
    color: #1a2340;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
}

.datenschutz-block h3:first-of-type {
    margin-top: 0;
}

.datenschutz-block p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.datenschutz-block p:last-child {
    margin-bottom: 0;
}

.datenschutz-block ul {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.datenschutz-block ul li {
    margin-bottom: 0.5rem;
}

.datenschutz-block strong {
    color: #1a2340;
    font-weight: 600;
}

@media (max-width: 600px) {
    .datenschutz-title {
        font-size: 2rem;
    }
    
    .datenschutz-block {
        padding: 1.5rem;
    }
}

/* AGB Styles */
.agb-section {
    padding: 80px 0;
    background: #fff;
}

.agb-title {
    color: #1a2340;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}

.agb-content {
    max-width: 800px;
    margin: 0 auto;
}

.agb-block {
    margin-bottom: 2.5rem;
    padding: 2rem;
    background: #f8fafd;
    border-radius: 16px;
    border: 1px solid #e0e3ea;
}

.agb-block h2 {
    color: #1a2340;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.agb-block p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.agb-block p:last-child {
    margin-bottom: 0;
}

.agb-block ul {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.agb-block ul li {
    margin-bottom: 0.5rem;
}

.agb-block strong {
    color: #1a2340;
    font-weight: 600;
}

@media (max-width: 600px) {
    .agb-title {
        font-size: 2rem;
    }
    
    .agb-block {
        padding: 1.5rem;
    }
}

/* Accordion butonları ve içerikleri */
.accordion-btn {
  background: #f3f4f6;
  border: none;
  color: #222;
  padding: 8px 18px;
  margin: 8px 0 0 0;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  text-align: left;
}
.accordion-btn:hover {
  background: #e0e1e3;
}

.accordion-content {
  display: none;
  background: #fff;
  border: 1px solid #e0e1e3;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 14px 18px;
  font-size: 0.98rem;
  color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: max-height 0.3s ease;
  overflow: hidden;
}

.offer-list-details {
  margin-top: 10px;
}

.accordion-content strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  margin: 16px 0 8px 0;
  padding-bottom: 4px;
  border-bottom: 2px solid #e5e7eb;
}

/* Blog Article Styles */
.blog-article {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.article-header {
    text-align: center;
    margin-bottom: 3rem;
}

.article-category {
    display: inline-block;
    background: #fbbf24;
    color: #1f2937;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.article-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.article-content {
    line-height: 1.8;
    color: #374151;
}

.article-intro {
    font-size: 1.125rem;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-left: 4px solid #fbbf24;
    border-radius: 0 8px 8px 0;
}

.article-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin: 2rem 0 1rem 0;
}

.article-content p {
    margin-bottom: 1.5rem;
}

.article-content ul,
.article-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.article-content li {
    margin-bottom: 0.5rem;
}

.comparison-table {
    margin: 2rem 0;
    overflow-x: auto;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.comparison-table th,
.comparison-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.comparison-table th {
    background: #f3f4f6;
    font-weight: 600;
    color: #1f2937;
}

.article-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    margin: 3rem 0;
}

.article-cta h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.article-cta p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .article-title {
        font-size: 2rem;
    }
    
    .article-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .comparison-table {
        font-size: 0.875rem;
    }
}

.article-card .article-image img,
.article-card.featured .article-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: block;
}

.article-card.featured .article-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    box-shadow: 0 6px 24px rgba(60, 60, 120, 0.10);
    border-bottom: 1px solid #e0e3ea;
}
@media (max-width: 900px) {
    .article-card.featured .article-image img {
        height: 180px;
    }
}

.article-card.featured .article-image {
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
}
.article-card.featured .article-image img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    max-height: 320px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
    border: none;
    display: block;
}

.blog-article .article-hero-image img {
    width: 100%;
    max-width: 800px;
    height: 320px;
    max-height: 40vw;
    object-fit: cover;
    display: block;
    margin: 0 auto 2rem auto;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(60,60,120,0.08);
}
@media (max-width: 900px) {
    .blog-article .article-hero-image img {
        height: 180px;
        max-width: 100%;
    }
}

.vergleich-hero-image {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 2.5rem;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(60,60,120,0.08);
}
.vergleich-hero-img {
    width: 100vw;
    height: 300px;
    object-fit: cover;
    object-position: center 60%;
    display: block;
}
@media (max-width: 900px) {
    .vergleich-hero-img {
        height: 180px;
    }
}

.hero-vergleich {
    width: 100vw;
    background: linear-gradient(135deg, #e0e7ff 0%, #f1f5f9 100%);
    padding: 48px 0 36px 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 2.5rem;
    text-align: center;
}
.hero-vergleich-content {
    max-width: 700px;
    margin: 0 auto;
}
.hero-vergleich-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}
.hero-vergleich-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a2340;
    margin-bottom: 0.7rem;
    letter-spacing: -1px;
}
.hero-vergleich-desc {
    font-size: 1.25rem;
    color: #64748b;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .hero-vergleich {
        padding: 32px 0 20px 0;
    }
    .hero-vergleich-title {
        font-size: 1.5rem;
    }
    .hero-vergleich-desc {
        font-size: 1rem;
    }
    .hero-vergleich-icon {
        font-size: 2.2rem;
    }
}

.hero-svg {
    margin-bottom: 1.2rem;
    display: flex;
    justify-content: center;
}
.hero-vergleich-title .highlight {
    color: #4f8cff;
    background: linear-gradient(90deg, #4f8cff 0%, #22d3ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-cta-btn {
    margin: 1.5rem 0 1.2rem 0;
    font-size: 1.15rem;
    padding: 0.9rem 2.2rem;
    border-radius: 32px;
    font-weight: 700;
    box-shadow: 0 2px 12px rgba(79,140,255,0.08);
}
.hero-advantages {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}
.hero-advantage-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(60,60,120,0.07);
    padding: 0.8rem 1.4rem;
    font-size: 1.05rem;
    color: #2563eb;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border: 1.5px solid #e0e7ff;
    transition: box-shadow 0.2s;
}
.hero-advantage-card:hover {
    box-shadow: 0 4px 18px rgba(79,140,255,0.13);
    border-color: #4f8cff;
}
@media (max-width: 900px) {
    .hero-advantages {
        flex-direction: column;
        gap: 0.7rem;
        align-items: center;
    }
    .hero-advantage-card {
        width: 90%;
        justify-content: center;
    }
}

/* --- Laddering Calculator --- */
.laddering-section {
  padding: 60px 0;
  background: #fff;
}
.laddering-calculator {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}
.laddering-form {
  background: #f8fafc;
  padding: 2rem;
  border-radius: 12px;
  min-width: 280px;
  flex: 1;
}
.laddering-results {
  background: #f8fafc;
  padding: 2rem;
  border-radius: 12px;
  flex: 2;
  min-width: 300px;
}
.laddering-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.laddering-teil {
  font-weight: 700;
  color: #6366f1;
  min-width: 60px;
}
.laddering-details div {
  font-size: 0.98rem;
  color: #374151;
}
.laddering-summary {
  margin-top: 1.5rem;
  display: flex;
  gap: 2rem;
}
.laddering-summary .summary-item {
  font-weight: 600;
  color: #059669;
}

/* --- Chart.js Charts --- */
.charts-section {
  padding: 60px 0;
  background: #fff;
}
.charts-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.chart-container {
  background: #f8fafc;
  border-radius: 12px;
  padding: 2rem;
  flex: 1 1 350px;
  min-width: 300px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.chart-container h3 {
  text-align: center;
  margin-bottom: 1rem;
  color: #1f2937;
}

/* --- Döviz Kurları --- */
.exchange-section {
  padding: 60px 0;
  background: #f8fafc;
}
.exchange-rates {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}
.exchange-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  min-width: 160px;
  text-align: center;
}
.exchange-pair {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.exchange-change {
  font-size: 1rem;
  font-weight: 600;
}
.exchange-change.positive { color: #059669; }
.exchange-change.negative { color: #dc2626; }
.exchange-note {
  text-align: center;
  color: #6b7280;
  font-size: 0.95rem;
}

@media (max-width: 600px) {
  .laddering-calculator, .charts-grid, .exchange-rates {
    flex-direction: column;
    gap: 1rem;
  }
}

/* --- Tagesgeld Comparison Section --- */
.comparison-section {
  padding: 60px 0;
  background: #f8fafc;
}
.comparison-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.comparison-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  flex: 1;
  min-width: 320px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}
.comparison-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  border-color: #6366f1;
}
.comparison-card h3 {
  color: #1f2937;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #6366f1;
}
.comparison-list {
  list-style: none;
  padding: 0;
}
.comparison-list li {
  padding: 0.8rem 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 1rem;
  font-weight: 500;
}
.comparison-list li:hover {
  background: #f8fafc;
}
.comparison-list li:last-child {
  border-bottom: none;
}

/* --- Feature Tags --- */
.offer-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.feature-tag {
  background: #e0e7ff;
  color: #3730a3;
  padding: 0.25rem 0.75rem;
  border-radius: 16px;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (max-width: 900px) {
  .comparison-grid {
    flex-direction: column;
    gap: 1.5rem;
  }
  .comparison-card {
    min-width: auto;
    padding: 1.5rem;
  }
  .comparison-card h3 {
    font-size: 1.2rem;
  }
  .comparison-list li {
    font-size: 0.95rem;
    padding: 0.6rem 0;
  }
}

/* Tagesgeld Tablo Stili */
.tagesgeld-table-list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.tagesgeld-table-list thead th {
  background: #f8fafc;
  font-weight: 600;
  color: #2563eb;
  padding: 12px 8px;
  border-bottom: 2px solid #e5e7eb;
  text-align: left;
  font-size: 0.98rem;
}

.tagesgeld-table-list tbody tr {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  transition: background 0.2s;
}

.tagesgeld-table-list tbody tr:hover {
  background: #eef2ff;
}

.tagesgeld-table-list td {
  padding: 18px 8px;
  vertical-align: middle;
}

.tagesgeld-bank-logo {
  width: 120px;
  height: 60px;
  object-fit: contain;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.tagesgeld-bank-name {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 2px;
  color: #1f2937;
}

.tagesgeld-rate {
  font-weight: 700;
  color: #6366f1;
  font-size: 1.2rem;
}

.tagesgeld-earning {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2563eb;
}

.tagesgeld-note {
  background: #e0e7ff;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 0.95rem;
  margin-bottom: 3px;
  display: inline-block;
  color: #3730a3;
}

.tagesgeld-flag {
  width: 22px;
  height: 16px;
  object-fit: contain;
  margin-left: 6px;
  vertical-align: middle;
}

.tagesgeld-details-link {
  color: #2563eb;
  text-decoration: underline;
  font-size: 0.97rem;
  margin-top: 4px;
  display: inline-block;
}

.tagesgeld-cta-btn {
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 1rem;
  padding: 10px 28px;
  cursor: pointer;
  transition: background 0.2s;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(99,102,241,0.08);
}

.tagesgeld-cta-btn:hover {
  background: #6366f1;
}

@media (max-width: 900px) {
  .tagesgeld-table-list thead {
    display: none;
  }
  .tagesgeld-table-list, .tagesgeld-table-list tbody, .tagesgeld-table-list tr, .tagesgeld-table-list td {
    display: block;
    width: 100%;
  }
  .tagesgeld-table-list tr {
    margin-bottom: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(99,102,241,0.08);
    border: 1px solid #e5e7eb;
    background: #fff;
  }
  .tagesgeld-table-list td {
    padding: 12px 16px;
    border: none;
  }
}

/* Tagesgeld hero-welcome-card için özel stil */
.hero-welcome-card {
  background: linear-gradient(135deg, #6C63FF 0%, #8360c3 100%);
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(44, 44, 84, 0.12);
  padding: 38px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 340px;
  min-height: 270px;
  animation: pop-in 0.8s cubic-bezier(.68,-0.55,.27,1.55);
}
.welcome-icon {
  margin-bottom: 18px;
  animation: star-bounce 1.6s infinite alternate cubic-bezier(.68,-0.55,.27,1.55);
}
.star-animate {
  filter: drop-shadow(0 2px 12px #FFD60088);
}
@keyframes star-bounce {
  0% { transform: translateY(0) scale(1); }
  60% { transform: translateY(-8px) scale(1.08); }
  100% { transform: translateY(0) scale(1); }
}
@keyframes pop-in {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}
.welcome-message h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-align: center;
}
.welcome-lead {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
.hero-welcome-card b {
  color: #FFD600;
  font-weight: 700;
}
@media (max-width: 900px) {
  .hero-welcome-card { min-width: 220px; padding: 24px 10px; }
  .welcome-message h3 { font-size: 1.3rem; }
  .welcome-lead { font-size: 1rem; }
}

/* Zins-Ticker Card */
.zins-ticker-card {
  background: linear-gradient(135deg, #7b6cf6 0%, #8360c3 100%);
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(44, 44, 84, 0.13);
  padding: 32px 28px 22px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 340px;
  min-height: 220px;
  gap: 22px;
}
.zins-ticker-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.zins-ticker-strip {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #f7f7ff;
  box-shadow: 0 2px 8px #6c63ff11;
  margin-bottom: 10px;
}
.zins-ticker-track {
  display: flex;
  gap: 36px;
  padding: 10px 0;
  animation: ticker-move 18s linear infinite;
  white-space: nowrap;
}
.zins-ticker-track span {
  color: #6C63FF;
  font-weight: 600;
  font-size: 1.08rem;
  letter-spacing: 0.2px;
  background: #edeaff;
  border-radius: 8px;
  padding: 6px 18px;
  box-shadow: 0 1px 4px #6c63ff0a;
}
@keyframes ticker-move {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.tagesgeld-tip {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px #6c63ff11;
  padding: 14px 18px 12px 18px;
  margin-top: 8px;
  width: 100%;
  max-width: 320px;
  text-align: center;
}
.tip-title {
  color: #6C63FF;
  font-weight: 700;
  font-size: 1.08rem;
  margin-bottom: 4px;
}
.tip-text {
  color: #444;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 900px) {
  .zins-ticker-card { min-width: 220px; padding: 18px 6px; }
  .zins-ticker-title { font-size: 1rem; }
  .zins-ticker-track span { font-size: 0.97rem; padding: 5px 10px; }
  .tagesgeld-tip { max-width: 98vw; }
}

/* Fun Fact/Trivia Card */
.funfact-card {
  background: linear-gradient(135deg, #8360c3 0%, #6C63FF 100%);
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(44, 44, 84, 0.13);
  padding: 38px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 340px;
  min-height: 180px;
  gap: 18px;
  animation: pop-in 0.8s cubic-bezier(.68,-0.55,.27,1.55);
}
.funfact-title {
  color: #FFD600;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-align: center;
}
.funfact-text {
  color: #fff;
  font-size: 1.13rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .funfact-card { min-width: 220px; padding: 18px 10px; }
  .funfact-title { font-size: 1rem; }
  .funfact-text { font-size: 1rem; }
}

/* Navbar Dropdown Menü */
.nav-dropdown {
  position: relative;
}
.nav-dropdown-toggle::after {
  content: ' ▼';
  font-size: 0.7em;
  color: #FFD600;
  margin-left: 2px;
}
.nav-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  min-width: 170px;
  box-shadow: 0 8px 24px #6c63ff22;
  border-radius: 10px;
  z-index: 100;
  padding: 8px 0;
  margin-top: 8px;
}
.nav-dropdown-menu li {
  list-style: none;
}
.nav-dropdown-menu .nav-link {
  color: #6C63FF;
  padding: 10px 22px;
  display: block;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.15s;
}
.nav-dropdown-menu .nav-link:hover {
  background: #edeaff;
  color: #4b44b6;
}
.nav-dropdown:hover > .nav-dropdown-menu,
.nav-dropdown:focus-within > .nav-dropdown-menu,
.nav-dropdown-menu:hover {
  display: block;
}
@media (max-width: 900px) {
  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    box-shadow: none;
    background: transparent;
    margin-top: 0;
    padding: 0;
  }
  .nav-dropdown-menu .nav-link {
    padding: 10px 16px;
  }
}

/* Dropdown menü kesin yapışık ve üstte olsun */
.nav-dropdown-menu {
  margin-top: 0 !important;
  padding-top: 0 !important;
  z-index: 9999;
}

.impressum-content, .impressum-block, .impressum-section {
  word-break: break-word;
  overflow-wrap: anywhere;
}
.impressum-block a {
  word-break: break-all;
  overflow-wrap: anywhere;
}

.faq-contact-buttons .btn.btn-secondary {
  background: #6C63FF;
  color: #fff;
  border: 2px solid #6C63FF;
}
.faq-contact-buttons .btn.btn-secondary:hover {
  background: #4b44b6;
  color: #fff;
  border-color: #4b44b6;
}

/* Show More Button Styles */
.show-more-container {
    text-align: center;
    margin-top: 30px;
}

#show-more-banks {
    background: #fbbf24;
    color: #1f2937;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3);
}

#show-more-banks:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 191, 36, 0.4);
    background: #f59e0b;
}

#show-more-banks:active {
    transform: translateY(0);
}

@media (max-width: 600px) {
    #show-more-banks {
        font-size: 1rem !important;
        padding: 12px 30px !important;
    }
}

/* Depot Sayfası Özel Stilleri */
.reviews-section {
    background: #f8fafc;
    padding: 80px 0;
    margin-top: 60px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.review-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.review-logo {
    height: 40px;
    width: auto;
}

.review-stars {
    display: flex;
    gap: 2px;
}

.star {
    color: #fbbf24;
    font-size: 18px;
}

.review-content {
    text-align: center;
}

.review-rating {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.review-count {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 8px;
}

.review-satisfaction {
    font-size: 14px;
    color: #059669;
    font-weight: 600;
    margin-bottom: 4px;
}

.review-neutral {
    font-size: 12px;
    color: #6b7280;
}

.reviews-footer {
    text-align: center;
    margin-top: 40px;
}

.expert-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0;
    color: white;
}

.expert-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.expert-content blockquote {
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
}

.expert-content blockquote::before {
    content: '"';
    font-size: 60px;
    color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: -20px;
    left: -10px;
}

.expert-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.expert-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.expert-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-details h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.expert-details p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 5px;
}

.expert-date {
    font-size: 12px;
    opacity: 0.7;
}

.depot-comparison-section,
.storage-section,
.fees-section,
.partial-section,
.habits-section,
.tax-section,
.new-depot-section,
.consider-section,
.money-section,
.alternative-section {
    padding: 80px 0;
    background: white;
}

.depot-comparison-section:nth-child(even),
.storage-section:nth-child(even),
.fees-section:nth-child(even),
.partial-section:nth-child(even),
.habits-section:nth-child(even),
.tax-section:nth-child(even),
.new-depot-section:nth-child(even),
.consider-section:nth-child(even),
.money-section:nth-child(even),
.alternative-section:nth-child(even) {
    background: #f8fafc;
}

.depot-content,
.storage-content,
.fees-content,
.partial-content,
.habits-content,
.tax-content,
.new-depot-content,
.consider-content,
.money-content,
.alternative-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 16px;
    color: #374151;
}

.depot-content p,
.storage-content p,
.fees-content p,
.partial-content p,
.habits-content p,
.tax-content p,
.new-depot-content p,
.consider-content p,
.money-content p,
.alternative-content p {
    margin-bottom: 20px;
}

.consider-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.consider-list li {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #2563eb;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.consider-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.consider-list li strong {
    color: #2563eb;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .review-card {
        padding: 20px;
    }
    
    .expert-card {
        padding: 30px 20px;
    }
    
    .expert-content blockquote {
        font-size: 18px;
    }
    
    .expert-info {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .depot-content,
    .storage-content,
    .fees-content,
    .partial-content,
    .habits-content,
    .tax-content,
    .new-depot-content,
    .consider-content,
    .money-content,
    .alternative-content {
        font-size: 15px;
        padding: 0 20px;
    }
    
    .consider-list li {
        padding: 20px;
        margin-bottom: 15px;
    }
}

/* Depot Sayfası Destek Formu Stilleri */
.support-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.support-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.support-form label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.support-form input,
.support-form textarea {
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: white;
    color: #374151;
}

.support-form input:focus,
.support-form textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.support-form input::placeholder,
.support-form textarea::placeholder {
    color: #9ca3af;
}

.support-form textarea {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
}

.support-form .btn {
    margin-top: 10px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .support-form {
        gap: 12px;
    }
    
    .support-form input,
    .support-form textarea {
        padding: 10px 14px;
        font-size: 16px; /* iOS zoom önleme */
    }
    
    .support-form .btn {
        padding: 14px 24px;
        font-size: 16px;
    }
}

/* Depot Karşılaştırma Tablosu Stilleri */
/* Modern Depot Comparison Section */
.depot-comparison-table-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.comparison-header-info {
    text-align: center;
    margin-bottom: 50px;
}

.comparison-header-info h3 {
    font-size: 2rem;
    color: #1f2937;
    font-weight: 700;
    margin-bottom: 8px;
}

.comparison-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    font-weight: 500;
}

.comparison-table-wrapper {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.comparison-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.comparison-item {
    border-bottom: 1px solid #f3f4f6;
    padding: 28px;
    transition: all 0.3s ease;
    position: relative;
}

.comparison-item:last-child {
    border-bottom: none;
}

.comparison-item:hover {
    background-color: #fafbfc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.comparison-item.featured {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 4px solid #f59e0b;
}

.comparison-item.featured:hover {
    background: linear-gradient(135deg, #fde68a 0%, #fcd34d 100%);
}

.item-header {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.broker-info {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.broker-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.broker-logo-img {
    width: 140px;
    height: auto;
    max-height: 90px;
    object-fit: contain;
}

.broker-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.broker-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.broker-subtitle {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
}

.broker-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.rating-score {
    font-size: 1.25rem;
    font-weight: 700;
    color: #059669;
    background: #dcfce7;
    padding: 4px 8px;
    border-radius: 6px;
}

.rating-text {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.item-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
}

.feature-icon {
    color: #059669;
    font-weight: 700;
    font-size: 1rem;
    /* Buton stillerinden korunmak için */
    padding: 0;
    border: none;
    background: none;
    cursor: default;
    text-decoration: none;
    border-radius: 0;
    display: inline;
}

/* Karşılaştırma tablosundaki feature-icon'lar için özel stil */
.item-features .feature-icon {
    color: #059669;
    font-weight: 700;
    font-size: 1rem;
    /* Buton stillerinden korunmak için */
    padding: 0;
    border: none;
    background: none;
    cursor: default;
    text-decoration: none;
    border-radius: 0;
    display: inline;
}

.item-costs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.cost-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.cost-label {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
    text-align: center;
}

.cost-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #059669;
    text-align: center;
}

.cost-detail {
    font-size: 0.75rem;
    color: #9ca3af;
    text-align: center;
}

.item-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.details-link {
    color: #2563eb;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.details-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Karşılaştırma tablosundaki butonlar için özel stil */
.comparison-item .btn-primary {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(245, 158, 11, 0.3);
}

.comparison-item .btn-primary:hover {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(245, 158, 11, 0.4);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .item-header {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
    }
    
    .item-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .item-header {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .broker-info {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    
    .broker-logo {
        width: 70px;
        height: 70px;
    }
    
    .item-features {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
    
    .item-actions {
        align-items: center;
    }
}

@media (max-width: 600px) {
    .comparison-item {
        padding: 20px 16px;
    }
    
    .broker-logo-img {
        width: 110px;
        max-height: 70px;
    }
    
    .broker-name {
        font-size: 1.25rem;
    }
    
    .item-features {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .cost-value {
        font-size: 1.25rem;
    }
}

/* Depot Risk Uyarı Bölümü Stilleri */
.risk-warning-section {
    background: #fffbeb;
    padding: 80px 0;
    border-top: 1px solid #fde68a;
    border-bottom: 1px solid #fde68a;
}

.risk-warning-card {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.1);
    border: 2px solid #fde68a;
}

.risk-warning-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fde68a;
}

.risk-icon {
    font-size: 48px;
    background: #fffbeb;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fde68a;
}

.risk-title {
    color: #d97706;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.risk-warning-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.risk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}

.risk-item {
    background: #fffbeb;
    border-radius: 12px;
    padding: 25px;
    border-left: 4px solid #f59e0b;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.risk-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.15);
}

.risk-item h3 {
    color: #d97706;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.risk-item p {
    color: #374151;
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
}

.risk-disclaimer {
    background: #f59e0b;
    color: white;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
}

.risk-disclaimer h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.risk-disclaimer p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.95;
}

.risk-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.risk-actions .btn {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.risk-actions .btn-secondary {
    background: white;
    color: #d97706;
    border: 2px solid white;
}

.risk-actions .btn-secondary:hover {
    background: #fffbeb;
    color: #d97706;
}

.risk-actions .btn-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.risk-actions .btn-outline:hover {
    background: white;
    color: #d97706;
}

@media (max-width: 768px) {
    .risk-warning-card {
        padding: 25px;
    }
    
    .risk-warning-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .risk-icon {
        width: 60px;
        height: 60px;
        font-size: 36px;
    }
    
    .risk-title {
        font-size: 24px;
    }
    
    .risk-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .risk-item {
        padding: 20px;
    }
    
    .risk-disclaimer {
        padding: 25px 20px;
    }
    
    .risk-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .risk-actions .btn {
        width: 100%;
        text-align: center;
    }
}

/* Comparison Footer Styles */
.comparison-footer {
    margin-top: 2rem;
    text-align: center;
}

.comparison-note {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    text-align: center;
    display: block;
}

/* Info Section Styles */
.info-section {
    padding: 4rem 0;
    background: #f8fafc;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.info-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
}

.info-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #334155;
    margin: 2rem 0 1rem 0;
}

.info-content p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 1.5rem;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 1.125rem;
    color: #475569;
}

.benefits-list li:last-child {
    border-bottom: none;
}

.benefits-list li strong {
    color: #1e293b;
    font-weight: 600;
}

.info-image {
    text-align: center;
}

.info-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* How it works Section */
.how-it-works {
    padding: 4rem 0;
    background: #f8fafc;
}

.how-it-works h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 3rem;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.step-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem auto;
}

.step-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.step-card p {
    color: #64748b;
    line-height: 1.6;
}

/* Important Information Section */
.important-info {
    padding: 4rem 0;
    background: #f8fafc;
}

.important-info h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 3rem;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.info-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #2563eb;
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-3px);
}

.info-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.info-card p {
    color: #64748b;
    line-height: 1.6;
}

/* Comparison Tips Section */
.comparison-tips {
    padding: 4rem 0;
    background: #f8fafc;
}

.comparison-tips h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.comparison-tips > p {
    text-align: center;
    font-size: 1.125rem;
    color: #64748b;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.tip-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.tip-item:hover {
    transform: translateY(-3px);
}

.tip-item h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.tip-item p {
    color: #64748b;
    line-height: 1.6;
}

/* Offers Section */
.offers-section {
    padding: 4rem 0;
    background: #f8fafc;
}

.section-subtitle {
    text-align: center;
    font-size: 1.125rem;
    color: #64748b;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 900px) {
    .info-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .info-content h2,
    .how-it-works h2,
    .important-info h2,
    .comparison-tips h2 {
        font-size: 2rem;
    }
    
    .steps-grid,
    .info-cards,
    .tips-grid {
        grid-template-columns: 1fr;
    }
    
    .step-card,
    .info-card,
    .tip-item {
        padding: 1.5rem;
    }
}

@media (max-width: 600px) {
    .info-section,
    .how-it-works,
    .important-info,
    .comparison-tips,
    .offers-section {
        padding: 2rem 0;
    }
    
    .info-content h2,
    .how-it-works h2,
    .important-info h2,
    .comparison-tips h2 {
        font-size: 1.75rem;
    }
    
    .info-content p,
    .comparison-tips > p {
        font-size: 1rem;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
}