/* EE88 Homepage Sections - E-E-A-T enhancement styling */
/* Homepage intro paragraph */
.home-intro p {
    font-size: 16px;
    line-height: 1.7;
    color: #e8e8e8;
    text-align: justify;
    max-width: 1100px;
    margin: 0 auto;
}

/* Featured boxes - 3 column trust signals */
.ee88-features .featured-box {
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    padding: 20px 15px;
    transition: all 0.3s ease;
}

.ee88-features .featured-box:hover {
    border-color: rgba(212, 175, 55, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.ee88-features .featured-box h3,
.ee88-features .featured-box .title {
    color: #d4af37 !important;
    font-weight: 700;
}

/* Product cards - 4 column grid */
.ee88-products h4 {
    font-size: 17px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.ee88-products h4 a {
    color: #d4af37;
    text-decoration: none;
}

.ee88-products h4 a:hover {
    color: #f0c75e;
}

.ee88-products p {
    color: #c8c8c8;
    line-height: 1.5;
}

.ee88-products .col {
    background: rgba(15, 15, 15, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
    height: auto !important;
}

.ee88-products .col:hover {
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

/* Guide cards */
.ee88-guide h4 a {
    color: #d4af37;
    text-decoration: none;
    font-size: 16px;
}

.ee88-guide h4 a:hover {
    color: #f0c75e;
}

.ee88-guide .col {
    background: rgba(15, 15, 15, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
}

.ee88-guide .col:hover {
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
}

/* Mobile responsive - 2 columns */
@media (max-width: 549px) {
    .home-intro p {
        font-size: 15px;
    }

    .ee88-products h4,
    .ee88-guide h4 {
        font-size: 15px;
    }

    .ee88-products p,
    .ee88-guide p {
        font-size: 13px !important;
    }
}

/* Section titles - keep gold accent */
.section-title-main {
    color: #d4af37 !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
}

/* Commitment section heading on dark bg */
[bg_color="rgb(20,20,20)"] .section-title-main {
    color: #d4af37 !important;
}
