/* ================================
   PREMIUM WHY PAGE CSS (why- prefix)
=================================== */

/* GLOBAL WHY CLASSES */
.why-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ================================
   1. HERO SECTION
=================================== */
.why-hero {
    position: relative;
    padding: 130px 0 100px;
    background: url('../images/hero.jpg') center/cover no-repeat;
    text-align: center;
}

.why-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(26, 18, 10, 0.85) 0%, rgba(117, 73, 2, 0.95) 100%);
    z-index: 1;
}

.why-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.why-badge {
    display: inline-block;
    padding: 8px 24px;
    background: rgba(237, 180, 77, 0.15);
    border: 1px solid rgba(237, 180, 77, 0.4);
    color: #EDB44D;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.why-title {
    font-size: 56px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.why-title span {
    color: #F39C12;
}

.why-desc {
    font-size: 18px;
    color: #FDFBF7;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* ================================
   2. THE PROBLEM WE SOLVE
=================================== */
.why-problem {
    padding: 100px 0;
    background: #FAF9F4;
}

.why-prob-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    background: #FFFFFF;
    padding: 60px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.why-prob-text {
    flex: 1.5;
}

.why-prob-text h2 {
    font-size: 38px;
    color: #332009;
    margin-bottom: 20px;
}

.why-prob-text p {
    font-size: 16px;
    color: #5B5B5B;
    line-height: 1.8;
    margin-bottom: 20px;
}

.why-prob-text p strong {
    color: #754902;
}

.why-prob-stats {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-prob-stat-box {
    background: #FEF2E9;
    padding: 30px;
    border-radius: 16px;
    border-left: 5px solid #E74C3C;
}

.why-prob-safe {
    background: #F2FBF5;
    border-left: 5px solid #27AE60;
}

.why-prob-stat-box i {
    font-size: 32px;
    color: #E74C3C;
    margin-bottom: 15px;
}

.why-prob-safe i {
    color: #27AE60;
}

.why-prob-stat-box h4 {
    font-size: 22px;
    color: #332009;
    margin-bottom: 5px;
}

.why-prob-stat-box p {
    font-size: 15px;
    color: #666;
}

/* ================================
   3. OUR CORE ADVANTAGES
=================================== */
.why-advantages {
    padding: 100px 0;
    background: #FFFFFF;
}

.why-adv-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.why-adv-header h2 {
    font-size: 40px;
    color: #754902;
    margin-bottom: 15px;
}

.why-adv-header p {
    font-size: 18px;
    color: #5B5B5B;
    line-height: 1.7;
}

.why-adv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-adv-card {
    background: #FAF9F4;
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid #F0E6D8;
    transition: 0.4s ease;
}

.why-adv-card:hover {
    background: #FFFFFF;
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(117, 73, 2, 0.1);
    border-color: #EDB44D;
}

.why-adv-icon {
    width: 60px;
    height: 60px;
    background: #F39C12;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 28px;
    margin-bottom: 25px;
}

.why-adv-card h3 {
    font-size: 22px;
    color: #332009;
    margin-bottom: 15px;
}

.why-adv-card p {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
}

/* ================================
   4. COMPARISON SECTION
=================================== */
.why-compare {
    padding: 100px 0;
    background: #110A03;
    color: #FFFFFF;
}

.why-comp-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-comp-header h2 {
    font-size: 40px;
    color: #EDB44D;
}

.why-comp-wrapper {
    display: flex;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.why-comp-box {
    flex: 1;
    padding: 50px 40px;
    border-radius: 16px;
    position: relative;
}

.why-comp-traditional {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.why-comp-proplegal {
    background: linear-gradient(135deg, #754902 0%, #CA7D00 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: scale(1.05);
}

.why-comp-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    background: #FFFFFF;
    color: #754902;
    padding: 6px 15px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.why-comp-box h3 {
    font-size: 26px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}

.why-comp-traditional h3 {
    color: #A99C8D;
}

.why-comp-box ul {
    list-style: none;
}

.why-comp-box ul li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.why-comp-traditional ul li i {
    color: #E74C3C;
    margin-top: 4px;
}

.why-comp-proplegal ul li i {
    color: #FFF;
    background: rgba(255, 255, 255, 0.2);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    margin-top: 2px;
}

/* ================================
   5. OUR PROMISE BANNER
=================================== */
.why-promise {
    padding: 80px 0;
    background: #F39C12;
    text-align: center;
}

.why-promise-content {
    max-width: 900px;
    margin: 0 auto;
    color: #FFFFFF;
}

.why-promise-content i {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.why-promise-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.why-promise-content p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 500;
}

.why-promise-signature {
    font-size: 16px;
    color: #754902;
}

/* ================================
   6. CALL TO ACTION
=================================== */
.why-cta {
    padding: 100px 0;
    background: #FFFFFF;
}

.why-cta-grid {
    display: flex;
    align-items: center;
    gap: 60px;
    background: #FAF9F4;
    border-radius: 24px;
    overflow: hidden;
}

.why-cta-text {
    flex: 1.2;
    padding: 60px;
}

.why-cta-text h2 {
    font-size: 36px;
    color: #754902;
    margin-bottom: 20px;
    line-height: 1.3;
}

.why-cta-text p {
    font-size: 16px;
    color: #5B5B5B;
    line-height: 1.8;
    margin-bottom: 25px;
}

.why-cta-list {
    list-style: none;
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.why-cta-list li {
    font-size: 15px;
    font-weight: 600;
    color: #332009;
    display: flex;
    align-items: center;
    gap: 8px;
}

.why-cta-list li i {
    color: #F39C12;
    font-size: 18px;
}

.why-cta-actions {
    display: flex;
    gap: 15px;
}

.why-btn-primary {
    background: linear-gradient(135deg, #754902 0%, #CA7D00 100%);
    color: #FFF;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.why-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(117, 73, 2, 0.2);
}

.why-btn-outline {
    background: transparent;
    color: #754902;
    border: 2px solid #754902;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.why-btn-outline:hover {
    background: #754902;
    color: #FFF;
}

.why-cta-image {
    flex: 0.8;
    position: relative;
    height: 100%;
    min-height: 400px;
}

.why-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.why-float-card {
    position: absolute;
    bottom: 40px;
    left: -30px;
    background: #FFF;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 15px;
}

.why-float-card i {
    font-size: 28px;
    color: #27AE60;
}

.why-float-card span {
    font-size: 18px;
    font-weight: 700;
    color: #332009;
}

/* ================================
   RESPONSIVE QUERIES
=================================== */
@media (max-width: 1100px) {
    .why-prob-wrapper, .why-cta-grid {
        flex-direction: column;
    }
    .why-prob-stats {
        width: 100%;
        flex-direction: row;
    }
    .why-adv-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .why-comp-wrapper {
        flex-direction: column;
    }
    .why-comp-proplegal {
        transform: scale(1);
    }
    .why-cta-image {
        width: 100%;
        min-height: 300px;
    }
    .why-float-card {
        left: 20px;
        bottom: 20px;
    }
}

@media (max-width: 768px) {
    .why-title {
        font-size: 27px;
    }
    .why-prob-wrapper {
        padding: 30px 20px;
    }
    .why-prob-stats {
        flex-direction: column;
    }
    .why-adv-grid {
        grid-template-columns: 1fr;
    }
    .why-cta-text {
        padding: 40px 20px;
    }
    .why-cta-actions {
        flex-direction: column;
    }
    .why-btn-primary, .why-btn-outline {
        text-align: center;
    }
    .why-hero {
   
    padding: 30px 0 100px;
   
}
.why-desc {
    font-size: 13px;
    color: #FDFBF7;
    line-height: 1.8;
    margin-bottom: 0px;
}
.why-prob-text h2 {
    font-size: 28px;
    color: #332009;
    margin-bottom: 20px;
}
.why-adv-header h2 {
    font-size: 20px;
    color: #754902;
    margin-bottom: 15px;
}
.why-adv-header p {
    font-size: 14px;
    color: #5B5B5B;
    line-height: 1.7;
}
.why-cta-text h2 {
    font-size: 20px;
    color: #754902;
    margin-bottom: 20px;
    line-height: 1.3;
}


}