/* ============================================================
   ANGOLA ON-LINE — PRODUCT CARDS v4
   Clean, Professional, Modern — Subtle Accents
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap');

/* ── SECTION BG ── */
.start {
    background: #f1f5f9 !important;
    padding: 70px 0 90px !important;
    position: relative;
}

.start>.container {
    position: relative;
    z-index: 1;
}

.start .container>h2 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 2.22rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    color: #1e293b !important;
    -webkit-text-fill-color: #1e293b !important;
    background: none !important;
    letter-spacing: -0.02em !important;
}

/* ── CARD ── */
.modern-product-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 28px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.07), 0 8px 24px rgba(15, 23, 42, 0.05) !important;
    border: 1px solid #e2e8f0 !important;
    padding: 0 !important;
    backdrop-filter: none !important;
    min-height: unset !important;
}

.modern-product-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1), 0 20px 40px rgba(15, 23, 42, 0.1) !important;
}

/* ── BANNER HEADER (icon + title together) ── */
.modern-product-card .product-icon {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%) !important;
    padding: 22px 22px 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    flex-shrink: 0;
}

/* Subtle circle decoration */
.modern-product-card .product-icon::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    right: -20px;
    top: -20px;
    pointer-events: none;
}

/* Alternate accent colors for cards */
.col-md-4:nth-child(3n+2) .modern-product-card .product-icon,
.col-md-6:nth-child(even) .modern-product-card .product-icon {
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%) !important;
}

.col-md-4:nth-child(3n+3) .modern-product-card .product-icon {
    background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%) !important;
}

.modern-product-card .product-icon img {
    display: none !important;
}

/* Font Awesome icon inside banner */
.card-icon-fa {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.92);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    line-height: 1;
    margin: 0;
}

/* Title lives inside the banner */
.modern-product-card .product-icon h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
    position: relative;
    z-index: 1;
}

/* ── DESCRIPTION ── */
.modern-product-card .product-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #64748b !important;
    padding: 14px 20px 0 !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

/* ── FEATURES LIST ── */
.modern-product-card .features-list {
    list-style: none !important;
    padding: 12px 20px !important;
    margin: 0 !important;
    flex-grow: 1;
}

.modern-product-card .features-list li {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #374151 !important;
    margin-bottom: 7px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 !important;
    border-bottom: none !important;
}

.modern-product-card .features-list li i,
.modern-product-card .features-list li .fa {
    color: #3b82f6 !important;
    font-size: 13px !important;
    width: 16px !important;
    flex-shrink: 0 !important;
    filter: none !important;
}

.col-md-4:nth-child(3n+2) .modern-product-card .features-list li i,
.col-md-6:nth-child(even) .modern-product-card .features-list li i {
    color: #14b8a6 !important;
}

.col-md-4:nth-child(3n+3) .modern-product-card .features-list li i {
    color: #8b5cf6 !important;
}

/* ── FOOTER ── */
.modern-product-card .product-footer {
    border-top: 1px solid #f1f5f9 !important;
    padding: 20px !important;
    margin-top: auto;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    background: #f8fafc !important;
}

/* ── PRICE ── */
.modern-product-card .product-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
}

.modern-product-card .price-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 1px;
    white-space: nowrap;
}

.modern-product-card .price-value {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1e293b !important;
    -webkit-text-fill-color: #1e293b !important;
    background: none !important;
    line-height: 1.1;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

/* ── BUY BUTTON ── */
.modern-product-card .buy-button {
    background: #1e40af !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 30px !important;
    border-radius: 12px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.25s !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    width: auto !important;
    min-width: 160px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    cursor: pointer !important;
}

.col-md-4:nth-child(3n+2) .modern-product-card .buy-button,
.col-md-6:nth-child(even) .modern-product-card .buy-button {
    background: #0f766e !important;
}

.col-md-4:nth-child(3n+3) .modern-product-card .buy-button {
    background: #6d28d9 !important;
}

.modern-product-card .buy-button:hover,
.modern-product-card .buy-button:focus {
    filter: brightness(1.15) !important;
    transform: translateY(-1px) !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
}

/* ── CARD ENTRANCE ANIMATION ── */
.col-md-4:nth-child(1) .modern-product-card {
    animation: cardUp 0.5s 0.05s both;
}

.col-md-4:nth-child(2) .modern-product-card {
    animation: cardUp 0.5s 0.13s both;
}

.col-md-4:nth-child(3) .modern-product-card {
    animation: cardUp 0.5s 0.21s both;
}

.col-md-4:nth-child(4) .modern-product-card {
    animation: cardUp 0.5s 0.29s both;
}

.col-md-4:nth-child(5) .modern-product-card {
    animation: cardUp 0.5s 0.37s both;
}

.col-md-6:nth-child(1) .modern-product-card {
    animation: cardUp 0.5s 0.05s both;
}

.col-md-6:nth-child(2) .modern-product-card {
    animation: cardUp 0.5s 0.13s both;
}

.col-md-6:nth-child(3) .modern-product-card {
    animation: cardUp 0.5s 0.21s both;
}

.col-md-6:nth-child(4) .modern-product-card {
    animation: cardUp 0.5s 0.29s both;
}

@keyframes cardUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .modern-product-card .product-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .modern-product-card .buy-button {
        justify-content: center !important;
    }

    .start {
        padding: 50px 0 60px !important;
    }
}