.protein-hero-banner {
    background-image: url('../assets/products/protein/protein-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 75vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 160px 0 100px 0;
    /* Extra top padding to clear fixed header */
    color: #ffffff;
    overflow: hidden;
}

.protein-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, rgba(8, 25, 41, 0.85) 0%, rgba(8, 25, 41, 0.4) 100%); */
    z-index: 1;
}

.protein-hero-content {
    position: relative;
    z-index: 2;
}

.premium-badge {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
    padding: 8px 24px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.protein-hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.protein-hero-title span.accent-yellow {
    color: #F5C842;
}

.protein-hero-desc {
    max-width: 780px;
    font-size: 1.05rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.protein-hero-desc:last-of-type {
    margin-bottom: 40px;
}

.btn-quote-hero {
    background-color: #008BC4;
    color: #ffffff;
    padding: 14px 35px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 139, 196, 0.3);
}

.btn-quote-hero:hover {
    background-color: #F5C842;
    color: #081929;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 200, 66, 0.4);
}

@media (max-width: 991px) {
    .protein-hero-banner {
        padding: 120px 0 80px 0;
        min-height: auto;
    }

    .protein-hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .protein-hero-title {
        font-size: 1.4rem;
    }
}

/* Section 2: Product Description */
.description-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.section-label-wrap {
    border-left: 4px solid #008BC4;
    padding-left: 15px;
    margin-bottom: 20px;
}

.section-label {
    color: #008BC4;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    display: block;
}

.section-title {
    color: #081929;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.2;
}

.desc-text {
    color: #555555;
    font-size: 1.02rem;
    line-height: 1.85;
    margin-bottom: 20px;
}

.desc-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(8, 25, 41, 0.1);
}

.desc-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.desc-img-wrap:hover img {
    transform: scale(1.02);
}

/* Section 3: Product Uniqueness */
.uniqueness-section {
    padding: 80px 0;
    background-color: #EDF6FC;
}

.sub-section-title {
    color: #081929;
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 20px;
}

.uniqueness-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(8, 25, 41, 0.03);
    border: 1px solid #D0EAF6;
    cursor: pointer;
    min-height: 70px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.uniqueness-card .icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 139, 196, 0.1);
    color: #008BC4;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.uniqueness-card .card-text {
    font-weight: 600;
    color: #444444;
    line-height: 1.45;
    transition: all 0.3s ease;
}

.uniqueness-card:hover {
    background-color: #008BC4 !important;
    border-color: #008BC4 !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 139, 196, 0.25) !important;
}

.uniqueness-card:hover .card-text {
    color: #ffffff !important;
}

.uniqueness-card:hover .icon-wrap {
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
}

/* Section 4: Specifications & Details */
.specs-details-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.spec-table {
    width: 100%;
    margin-bottom: 0;
}

.spec-table th {
    background-color: #f8fafc;
    color: #081929;
    font-weight: 700;
    padding: 14px 20px;
    border-bottom: 2px solid #eef2f6;
}

.spec-table td {
    padding: 14px 20px;
    color: #555555;
    border-bottom: 1px solid #eef2f6;
    font-size: 0.95rem;
}

.spec-table tr:last-child td {
    border-bottom: none;
}

.spec-table td.spec-name {
    font-weight: 600;
    color: #081929;
    width: 35%;
}

/* Section: Applications */
.applications-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.application-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(8, 25, 41, 0.05);
    border: 1px solid #d1dbe5;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    width: 85%;
    margin: 0 auto;
}

.application-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(8, 25, 41, 0.1);
}

.app-img-wrap {
    width: 100%;
    aspect-ratio: 1.5;
    overflow: hidden;
}

.app-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.application-card:hover .app-img-wrap img {
    transform: scale(1.03);
}

.app-card-body {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.app-card-title {
    color: #081929;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.app-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.app-list li {
    position: relative;
    padding-left: 20px;
    color: #555555;
    margin-bottom: 10px;
    line-height: 1.5;
}

.app-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #008BC4;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .application-card {
        width: 100%;
    }
}

/* Section: Benefits */
.benefits-section {
    padding: 80px 0;
    background-color: #F4F9FC;
}

.benefit-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(8, 25, 41, 0.04);
    border: 1px solid #d1dbe5;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5px !important;
    gap: 20px;
    transition: all 0.3s ease;
}

.benefit-content {
    flex: 1.1;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}

.benefit-badge {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #E1F0FA;
    color: #008BC4;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.benefit-title {
    color: #081929;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.3;
}

.benefit-desc {
    color: #555555;
    font-size: 0.97rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.benefit-img-wrap {
    flex: 0.9;
    aspect-ratio: 1.1;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.benefit-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.benefit-img-overlay {
    position: absolute;
    top: 0;
    left: -1px;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #ffffff, transparent);
    pointer-events: none;
}

@media (max-width: 767px) {
    .benefit-card {
        flex-direction: column-reverse;
        align-items: stretch;
        padding: 20px;
        gap: 15px;
    }

    .benefit-img-wrap {
        width: 100%;
        aspect-ratio: 1.8;
        height: auto;
    }

    .benefit-img-overlay {
        top: auto;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(to top, #ffffff, transparent);
    }
}

/* Section 6: Nutritional Advantages */
.nutritional-advantages-section {
    padding: 80px 0;
    background-color: #ffffff;
}

/* Section 7: Why Choose Us */
.why-choose-section {
    padding: 80px 0;
    background-color: #F4F9FC;
}

.choose-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(8, 25, 41, 0.03);
    border: 1px solid #d1dbe5;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.choose-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(8, 25, 41, 0.08);
    border-color: #008BC4;
}

.choose-icon-wrap {
    font-size: 1.25rem;
    color: #008BC4;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.choose-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #444444;
    line-height: 1.45;
    transition: all 0.3s ease;
}

.choose-card:hover .choose-text {
    color: #081929;
}

/* Extra animation delays for hero */
.animate-delay-5 {
    animation: fadeInUp 0.8s forwards 1.0s;
    opacity: 0;
}
