/* Why AhliWaris Page Styles */
.why-hero {
    text-align: center;
    margin-bottom: 4rem;
}

.why-hero h1 {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

.why-hero p {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin-bottom: 3rem;
}

/* Comparison Cards */
.comparison-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 3rem;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.comparison-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
}

.comparison-card.card-takaful {
    border-top: 5px solid #22c55e;
}

.comparison-card.card-traditional {
    border-top: 5px solid #ef4444;
}

.comparison-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-list li {
    padding: 0.75rem 0;
    border-bottom: 1px dashed #e2e8f0;
    display: flex;
    align-items: flex-start;
    color: #475569;
}

.comparison-list li:last-child {
    border-bottom: none;
}

.comparison-list i {
    font-size: 1.25rem;
    margin-right: 1rem;
    margin-top: 2px;
}

/* Table Style */
.comparison-table-wrapper {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.modern-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.5rem;
}

.modern-table th {
    padding: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
}

.modern-table td {
    padding: 1.25rem 1rem;
    background: #f8fafc;
    color: #475569;
}

.modern-table tr td:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    font-weight: 600;
    color: #0f172a;
}

.modern-table tr td:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.modern-table tr:hover td {
    background: #f1f5f9;
}

/* Feature Cards */
.feature-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px -5px rgba(0,0,0,0.05);
}

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

/* Principles */
.principles-block {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 4rem 3rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.principle-item {
    padding: 2rem;
    border-radius: 1.25rem;
    background: #f8fafc;
    height: 100%;
    transition: all 0.3s ease;
}

.principle-item:hover {
    background: #ffffff;
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.05);
}

.principle-item i {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.principle-item h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.principle-item p {
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

/* CTA */
.cta-block {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 4rem 3rem;
    color: #0f172a;
    text-align: center;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.cta-block h3 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #0f172a;
}

.cta-block p {
    font-size: 1.15rem;
    color: #64748b;
    margin-bottom: 2.5rem;
}
