/* ==========================================================================
   Cakmak Law - İcra İflas & İhtiyati Haciz Rehberi Stylesheet
   Luxury Dark Corporate Gold Design System
   ========================================================================== */

/* Hero Section */
.ph-icra-rehberi {
    background: radial-gradient(circle at 50% 25%, rgba(197, 160, 89, 0.16) 0%, rgba(16, 9, 6, 0.98) 75%);
    padding: 90px 0 60px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.ph-icra-rehberi .page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(197, 160, 89, 0.12);
    border: 1px solid rgba(197, 160, 89, 0.35);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #dfba73;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.icra-hero-badge {
    font-size: 14px;
}

.ph-icra-rehberi h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 38px;
    line-height: 1.25;
    color: #ffffff;
    max-width: 960px;
    margin: 0 auto 20px;
    font-weight: 700;
}

.ph-icra-rehberi .page-meta {
    font-size: 16px;
    line-height: 1.7;
    color: #d1d5db;
    max-width: 820px;
    margin: 0 auto 40px;
}

.ph-icra-rehberi .page-meta strong {
    color: #dfba73;
}

/* Hero Stats Grid */
.icra-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1060px;
    margin: 0 auto;
}

.icra-stat-box {
    background: rgba(26, 17, 13, 0.75);
    border: 1px solid rgba(197, 160, 89, 0.25);
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.icra-stat-box:hover {
    transform: translateY(-3px);
    border-color: rgba(197, 160, 89, 0.6);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.icra-stat-num {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    color: #c5a059;
    margin-bottom: 6px;
}

.icra-stat-label {
    display: block;
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.4;
    font-weight: 500;
}

/* Content Section */
.icra-content-section {
    padding: 60px 0 100px;
    background: #0d0705;
    color: #f5f5f7;
}

/* Card Base */
.icra-card {
    background: rgba(22, 13, 9, 0.9);
    border: 1px solid rgba(197, 160, 89, 0.22);
    border-radius: 16px;
    padding: 36px;
    margin-bottom: 44px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.icra-card-header {
    margin-bottom: 28px;
}

.icra-badge-gold {
    display: inline-block;
    background: rgba(197, 160, 89, 0.15);
    border: 1px solid rgba(197, 160, 89, 0.4);
    color: #dfba73;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.icra-card-header h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    color: #ffffff;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.3;
}

.icra-subtitle {
    font-size: 15px;
    color: #9ca3af;
    line-height: 1.6;
    max-width: 860px;
    margin: 0;
}

/* Grids */
.icra-grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.icra-grid-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.icra-info-box {
    background: rgba(18, 10, 7, 0.75);
    border: 1px solid rgba(197, 160, 89, 0.18);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-box-title {
    font-size: 16px;
    font-weight: 700;
    color: #dfba73;
    margin-bottom: 14px;
    line-height: 1.4;
}

.icra-info-box p {
    font-size: 14px;
    color: #d1d5db;
    line-height: 1.65;
    margin: 0 0 12px;
}

.icra-info-box p strong {
    color: #ffffff;
}

.icra-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.icra-feature-list li {
    font-size: 14px;
    color: #d1d5db;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}

.icra-feature-list li::before {
    content: '›';
    position: absolute;
    left: 0;
    top: 0;
    color: #c5a059;
    font-weight: 700;
    font-size: 16px;
}

.icra-feature-list li strong {
    color: #f3f4f6;
}

.btn-icra-sublink {
    display: inline-flex;
    align-items: center;
    background: rgba(197, 160, 89, 0.12);
    border: 1px solid rgba(197, 160, 89, 0.35);
    color: #dfba73;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-icra-sublink:hover {
    background: rgba(197, 160, 89, 0.22);
    color: #ffffff;
    border-color: #dfba73;
}

/* Comparison Table */
.icra-table-responsive {
    overflow-x: auto;
    margin-top: 16px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 12px;
}

.icra-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
}

.icra-comparison-table th {
    background: rgba(20, 11, 7, 0.95);
    color: #dfba73;
    font-weight: 700;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(197, 160, 89, 0.3);
}

.icra-comparison-table td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #d1d5db;
    line-height: 1.5;
    vertical-align: top;
}

.icra-comparison-table tr:hover td {
    background: rgba(197, 160, 89, 0.04);
}

.icra-highlight {
    color: #dfba73;
    font-weight: 700;
}

.tag-warning {
    display: inline-block;
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
    border: 1px solid rgba(245, 158, 11, 0.3);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.tag-danger {
    display: inline-block;
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

/* Tools Grid */
.icra-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 16px;
}

.icra-tool-card {
    background: rgba(18, 10, 7, 0.75);
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 12px;
    padding: 22px 18px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.icra-tool-card:hover {
    transform: translateY(-4px);
    border-color: rgba(197, 160, 89, 0.5);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.tool-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.icra-tool-card h4 {
    font-size: 15px;
    color: #ffffff;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1.35;
}

.icra-tool-card p {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.5;
    margin: 0 0 14px;
}

.tool-link-text {
    font-size: 12px;
    font-weight: 700;
    color: #dfba73;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* FAQ Section */
.icra-faq-section {
    background: rgba(22, 13, 9, 0.9);
    border: 1px solid rgba(197, 160, 89, 0.22);
    border-radius: 16px;
    padding: 36px;
    margin-bottom: 44px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.faq-item {
    background: rgba(18, 10, 7, 0.7);
    border: 1px solid rgba(197, 160, 89, 0.18);
    border-radius: 10px;
    padding: 22px 24px;
    transition: border-color 0.2s ease;
}

.faq-item:hover {
    border-color: rgba(197, 160, 89, 0.4);
}

.faq-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #dfba73;
    margin: 0 0 10px;
    line-height: 1.4;
}

.faq-item p {
    font-size: 14px;
    color: #d1d5db;
    line-height: 1.65;
    margin: 0;
}

.faq-item strong {
    color: #ffffff;
}

/* CTA Card */
.icra-cta-card {
    background: linear-gradient(135deg, rgba(30, 18, 12, 0.95) 0%, rgba(18, 10, 7, 0.98) 100%);
    border: 1px solid rgba(197, 160, 89, 0.4);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 32px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.icra-cta-crest {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(197, 160, 89, 0.1);
    border: 1px solid rgba(197, 160, 89, 0.3);
}

.icra-cta-crest img {
    max-width: 64px;
    height: auto;
    object-fit: contain;
}

.icra-cta-body {
    flex: 1;
}

.icra-cta-body h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 10px;
    font-weight: 700;
}

.icra-cta-body p {
    font-size: 14px;
    color: #d1d5db;
    line-height: 1.65;
    margin: 0 0 20px;
    max-width: 820px;
}

.icra-cta-body p strong {
    color: #dfba73;
}

.icra-cta-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-icra-wa {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #25D366 0%, #1da851 100%);
    color: #ffffff;
    padding: 13px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
    transition: all 0.25s ease;
}

.btn-icra-wa:hover {
    background: linear-gradient(135deg, #2ae26f 0%, #22bc5a 100%);
    box-shadow: 0 8px 26px rgba(37, 211, 102, 0.5);
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-icra-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(197, 160, 89, 0.35);
    color: #dfba73;
    padding: 13px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-icra-contact:hover {
    background: rgba(197, 160, 89, 0.15);
    border-color: #dfba73;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .icra-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .icra-grid-two, .icra-grid-three {
        grid-template-columns: 1fr;
    }
    .icra-tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .icra-cta-card {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }
    .icra-cta-actions {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .ph-icra-rehberi h1 {
        font-size: 28px;
    }
    .icra-hero-stats {
        grid-template-columns: 1fr;
    }
    .icra-tools-grid {
        grid-template-columns: 1fr;
    }
    .icra-card, .icra-faq-section {
        padding: 24px 16px;
    }
}
