/* ============================================
   HOMEPAGE NEW SECTIONS
   ============================================ */

/* ---- Section 2: Category Boxes ---- */
.hp-category-boxes {
    padding-top: 24px;
    padding-bottom: 0;
    max-width: 1270px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.hp-category-boxes-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-left: -15px;
    margin-right: -15px;
}
.hp-cat-box {
    padding: 20px 24px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: block;
}
.hp-cat-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    text-decoration: none;
    color: inherit;
}
.hp-cat-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: inherit;
}
.hp-cat-box p {
    font-size: 11px;
    margin: 0;
    opacity: 0.8;
    color: inherit;
}

/* ---- Section 3: Promo Cards (3x2 image grid) ---- */
.hp-promo-cards {
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 1270px;
    margin: 0 auto;
}
.hp-promo-cards-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-left: -15px;
    margin-right: -15px;
}
.hp-promo-card {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
}
.hp-promo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    text-decoration: none;
}
.hp-promo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* ---- Section 4: Credentials Bar ---- */
.hp-credentials-bar {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
}
.hp-credentials-inner {
    display: flex;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.hp-cred-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    color: #fff;
}
.hp-cred-item img {
    max-height: 30px;
    width: auto;
}
.hp-cred-item span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* ---- Trustpilot (restyle) ---- */
.home-top-trustpilot {
    text-align: center;
    padding: 10px 20px 20px;
}

/* ---- Home Content Section (3 col - Award Winning etc) ---- */
.hp-content-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
}
.hp-content-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.hp-content-col {
    flex: 0 0 360px;
    max-width: 360px;
    text-align: center;
}
.hp-content-img {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin-bottom: 16px;
}
.hp-content-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.hp-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hp-content-text {
    padding: 0 5px;
}
.hp-content-text h2,
.hp-content-text h3,
.hp-content-text h4,
.hp-content-text strong {
    font-size: 16px;
    font-weight: 700;
    color: #16212F;
    margin: 0 0 8px;
}
.hp-content-text p {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}
@media (max-width: 768px) {
    .hp-content-grid {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
}

/* ---- Section 7: Trust in the Prestige Name ---- */
.hp-trust-section {
    padding: 50px 20px;
    background: #f8f8f8;
}
.hp-trust-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.hp-trust-inner .section-title-wrap h2 {
    font-size: 26px;
    font-weight: 700;
    color: #16212F;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hp-trust-inner .section-title-wrap p {
    font-size: 14px;
    color: #666;
    max-width: 700px;
    margin: 10px auto 0;
    line-height: 1.6;
}
.hp-trust-images {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}
.hp-trust-img {
    flex: 1;
    max-width: 280px;
    min-width: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.hp-trust-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.hp-trust-img:hover img {
    transform: scale(1.03);
}

/* ---- Section 8: Free Delivery Banner ---- */
.hp-delivery-banner {
    padding: 16px 20px;
    text-align: center;
}
.hp-delivery-banner p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* ---- Section 9: Why Choose Prestige (Accordion) ---- */
.hp-why-choose {
    padding: 50px 20px;
}
.hp-why-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.hp-why-inner .section-title-wrap h2 {
    font-size: 26px;
    font-weight: 700;
    color: #16212F;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hp-why-inner .section-title-wrap p {
    font-size: 14px;
    color: #666;
    max-width: 700px;
    margin: 10px auto 0;
    line-height: 1.6;
}
.hp-why-content {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    align-items: flex-start;
}
.hp-why-accordion {
    flex: 1;
}
.hp-why-image {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
}
.hp-why-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* Accordion Items */
.hp-why-item {
    border-bottom: 1px solid #e0e0e0;
}
.hp-why-item:first-child {
    border-top: 1px solid #e0e0e0;
}
.hp-why-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    cursor: pointer;
    user-select: none;
}
.hp-why-header h3 {
    font-size: 15px;
    font-weight: 600;
    color: #16212F;
    margin: 0;
}
.hp-why-toggle {
    font-size: 22px;
    font-weight: 300;
    color: #16212F;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.hp-why-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0;
}
.hp-why-body p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* Active state */
.hp-why-item.active .hp-why-toggle {
    transform: rotate(45deg);
}
.hp-why-item.active .hp-why-body {
    max-height: 500px;
    padding: 0 0 16px;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    /* Category Boxes */
    .hp-category-boxes-inner {
        flex-direction: column;
        gap: 10px;
    }
    .hp-cat-box {
        max-width: 100%;
        padding: 16px 20px;
    }
    .hp-cat-box h3 {
        font-size: 18px;
    }

    /* Promo Cards */
    .hp-promo-cards-inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* Credentials */
    .hp-credentials-inner {
        flex-direction: column;
    }
    .hp-cred-item {
        padding: 10px 16px;
    }

    /* Trust Images */
    .hp-trust-images {
        flex-direction: column;
        align-items: center;
    }
    .hp-trust-img {
        max-width: 100%;
    }

    /* Why Choose */
    .hp-why-content {
        flex-direction: column;
    }
    .hp-why-image {
        order: -1;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hp-promo-cards-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}
