/* ==========================================================================
   ALL RİSK SİGORTASI SAYFASI ÖZEL STİLLERİ (css/all-risk.css)
   ========================================================================== */

/* --- SAYFA İÇERİK BOŞLUKLARI --- */
.page-main-wrapper {
    padding-top: 80px;
}

.section-padding {
    padding: 80px 0;
}

.bg-alt {
    background-color: #F8F9FA;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

/* --- PAGE HERO (SAYFA BANNIRI) --- */
.page-hero {
    padding: 60px 0 80px 0;
    background-color: #f1f1f1;
    position: relative;
}

.page-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
}

.breadcrumb {
    font-size: 0.85rem;
    color: #777777;
    margin-bottom: 20px;
    font-weight: 600;
}

.breadcrumb a {
    color: #444444;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover {
    color: #000000;
}

.breadcrumb span {
    margin: 0 8px;
    color: #aaaaaa;
}

.breadcrumb strong {
    color: #111111;
}

.page-title {
    font-family: 'Pliant', sans-serif;
    font-size: 3.4rem;
    line-height: 1.12;
    font-weight: 900;
    color: #111111;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.page-title span {
    background-color: #18ff9a;
    color: #000000;
    padding: 2px 14px;
    border-radius: 12px;
    display: inline-block;
    transform: rotate(-1deg);
}

.page-subtitle {
    font-size: 1.15rem;
    color: #444444;
    line-height: 1.65;
    margin-bottom: 30px;
    font-weight: 500;
}

/* ŞEFFAF ARKA PLANLI GÖRSEL ALANI (.hero-image-card) */
.hero-form-area {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.hero-image-card {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.hero-allrisk-image {
    width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: contain;
    border-radius: 24px;
    display: block;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.08));
    transition: transform 0.4s ease;
}

.hero-allrisk-image:hover {
    transform: scale(1.02);
}

/* Sol metin alanı, görsel yakınlaştırmasında dahi üstte güvende kalsın */
.page-hero-content {
    position: relative;
    z-index: 2;
}

/* --- İÇERİK KARTLARI & YASAL ZORUNLULUKLAR (YATAY ALT ALTA YERLEŞİM) --- */
.info-content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
}

.info-text-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    width: 100%;
}

.info-text-box h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #111111;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.info-text-box p {
    font-size: 1.02rem;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.info-text-box p:last-child {
    margin-bottom: 0;
}

.info-alert-box {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 24px;
    border: 2px solid #ff4757;
    box-shadow: 0 15px 35px rgba(255, 71, 87, 0.06);
    width: 100%;
}

.alert-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffeeee;
}

.alert-header svg {
    color: #ff4757;
    width: 28px;
    height: 28px;
}

.alert-header h4 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #111111;
}

/* 4 AŞAMALI ŞIK SÜREÇ/RİSK TASARIMI (.penalty-steps) */
.penalty-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.penalty-step {
    background: #FFF8F8;
    border: 1px solid #FFCCD0;
    border-radius: 18px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.penalty-step:hover {
    transform: translateY(-4px);
    border-color: #ff4757;
    box-shadow: 0 12px 25px rgba(255, 71, 87, 0.1);
}

.penalty-step-num {
    background: #ff4757;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 900;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(255, 71, 87, 0.3);
}

.penalty-step-content h5 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #111111;
    margin-bottom: 8px;
    line-height: 1.3;
}

.penalty-step-content p {
    font-size: 0.9rem;
    color: #555555;
    line-height: 1.55;
    margin-bottom: 0;
}

/* --- ÖRNEK SENARYO TABLOSU --- */
.scenario-wrapper {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
}

.scenario-intro {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.scenario-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #111111;
    color: #18ff9a;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.scenario-intro p {
    font-size: 1.05rem;
    color: #444444;
    line-height: 1.6;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scenario-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.scenario-table th {
    background-color: #F8F9FA;
    padding: 16px 20px;
    font-weight: 800;
    font-size: 0.95rem;
    color: #111111;
    border-bottom: 2px solid #e0e0e0;
    white-space: nowrap;
}

.scenario-table td {
    padding: 18px 20px;
    font-size: 0.95rem;
    color: #444444;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.scenario-table tr:last-child td {
    border-bottom: none;
}

.status-yes {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #12b073;
    font-weight: 800;
    background: rgba(24, 255, 154, 0.15);
    padding: 6px 14px;
    border-radius: 50px;
}

.status-no {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ff4757;
    font-weight: 800;
    background: rgba(255, 71, 87, 0.1);
    padding: 6px 14px;
    border-radius: 50px;
}

/* --- KAPSAM KARTLARI (6'LI GRID - EŞİT YÜKSEKLİK VE SIMETRİ) --- */
.coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.coverage-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.coverage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.coverage-icon {
    width: 54px;
    height: 54px;
    background-color: #ededed;
    color: #111111;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.coverage-icon svg {
    width: 26px;
    height: 26px;
}

.coverage-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #111111;
    margin-bottom: 12px;
}

.coverage-card p {
    font-size: 0.92rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0;
    flex-grow: 1;
}

/* --- ALL RİSK VS STANDART YANGIN KARŞILAŞTIRMA KARTLARI --- */
.compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.compare-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.compare-kasko {
    border-top: 5px solid #18ff9a;
}

.compare-trafik {
    border-top: 5px solid #111111;
}

.compare-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.compare-header h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #111111;
}

.compare-header svg {
    width: 28px;
    height: 28px;
    color: #111111;
}

.badge-required {
    background-color: #ff4757;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.badge-optional {
    background-color: #18ff9a;
    color: #000000;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.compare-list {
    list-style: none;
    flex-grow: 1;
}

.compare-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 0.95rem;
    color: #444444;
    line-height: 1.5;
}

.compare-list li:last-child {
    margin-bottom: 0;
}

.compare-list li svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 3px;
}

.compare-list li svg[data-lucide="check"] {
    color: #12b073;
}

.compare-list li svg[data-lucide="x"] {
    color: #ff4757;
}

/* --- KRİTİK DETAYLAR KUTULARI (4'LÜ GRID - EŞİT YÜKSEKLİK) --- */
.critical-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.critical-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    display: flex;
    gap: 20px;
    align-items: flex-start;
    height: 100%;
}

.critical-icon {
    width: 50px;
    height: 50px;
    background-color: #111111;
    color: #18ff9a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.critical-icon svg {
    width: 24px;
    height: 24px;
}

.critical-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.critical-text h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #111111;
    margin-bottom: 10px;
}

.critical-text p {
    font-size: 0.92rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ==========================================================================
   MOBİL RESPONSIVE UYUMU (< 992px & < 768px)
   ========================================================================== */
@media (max-width: 992px) {
    .page-hero-grid,
    .compare-grid,
    .critical-details-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .coverage-grid {
        grid-template-columns: 1fr 1fr;
    }

    .penalty-steps {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .page-main-wrapper {
        padding-top: 70px;
    }

    .section-padding {
        padding: 50px 0;
    }

    .page-title {
        font-size: 2.3rem;
        letter-spacing: -1px;
    }

    .page-subtitle {
        font-size: 1rem;
    }

    .coverage-grid {
        grid-template-columns: 1fr;
    }

    .penalty-steps {
        grid-template-columns: 1fr;
    }

    .scenario-wrapper,
    .info-text-box,
    .info-alert-box,
    .compare-card,
    .critical-box {
        padding: 25px 20px;
    }

    .critical-box {
        flex-direction: column;
        gap: 15px;
    }

    .hero-image-card {
        max-width: 420px;
    }

    .hero-allrisk-image {
        max-height: 360px;
    }
}