/* ==========================================================================
   HUDULY WHY SECTION STYLES
   ========================================================================== */

.huduly-why-section {
    background: #f8fafc !important;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #071a52;
}

.huduly-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 107, 44, 0.08);
    border: 1px solid rgba(255, 107, 44, 0.25);
    color: #FF6B2C;
    padding: 6px 18px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.huduly-section-title {
    font-size: 42px;
    font-weight: 800;
    color: #071a52 !important;
    letter-spacing: -0.8px;
    margin-top: 14px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.huduly-section-title span {
    color: #FF6B2C;
}

.huduly-section-subtitle {
    color: #475569 !important;
    font-size: 17px;
    line-height: 1.7;
}

/* PILLAR CARDS */
.why-pillar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.03);
    transition: all 0.35s ease;
    position: relative;
}

.why-pillar-card:hover {
    border-color: #FF6B2C;
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(194, 65, 12, 0.12);
}

.featured-pillar-card {
    border: 2px solid #FF6B2C;
    background: linear-gradient(180deg, #ffffff 0%, #fffbf8 100%);
    box-shadow: 0 12px 35px rgba(255, 107, 44, 0.12);
}

.pillar-free-tag {
    position: absolute;
    top: -14px;
    right: 24px;
    background: #FF6B2C;
    color: #120851;
    font-size: 10.5px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 999px;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 12px rgba(255, 107, 44, 0.3);
}

.pillar-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255, 107, 44, 0.1);
    color: #FF6B2C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 22px;
}

.why-pillar-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: #071a52;
    margin-bottom: 12px;
}

.why-pillar-card p {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 24px;
}

.pillar-highlight {
    margin-top: auto;
    font-size: 13.5px;
    font-weight: 700;
    color: #071a52;
    background: #f1f5f9;
    padding: 10px 14px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* COMPARISON MATRIX */
.comparison-matrix-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.matrix-header h3 {
    font-size: 26px;
    font-weight: 800;
    color: #071a52;
    margin-bottom: 8px;
}

.matrix-header p {
    font-size: 15px;
    color: #64748b;
}

.comparison-table {
    margin-bottom: 0;
}

.comparison-table th {
    border-bottom: 2px solid #e2e8f0;
    font-size: 15px;
    font-weight: 800;
    padding: 16px;
    color: #071a52;
}

.comparison-table td {
    padding: 18px 16px;
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.text-orange { color: #FF6B2C !important; }
.text-green { color: #16a34a !important; }

@media (max-width: 991px) {
    .huduly-section-title { font-size: 32px; }
    .comparison-matrix-box { padding: 24px 16px; }
}

@media (max-width: 575px) {
    .huduly-section-title { font-size: 26px; }
    .huduly-why-section { padding-top: 70px; padding-bottom: 70px; }
}