/* Base stylesheet */

body {
    margin: 0;
    background: #fbf7fd;
    font-family: Arial, sans-serif;
    color: #24153d;
    overflow-x: hidden;
}

.review-shell {
    max-width: 480px;
}

.top-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.4rem;
}

.brand-card,
.announcement-card,
.whatsapp-card,
.promo-card {
    background: #ffffff;
   
}
.promo-card  img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.brand-card {
    flex: 1 1 auto;
    min-height: 120px;

    text-align: center;
}


.google-wordmark span {
    font-size: 40px;
    font-weight: bold;

}

.g1 { color: #4285F4; }
.g2 { color: #EA4335; }
.g3 { color: #FBBC05; }
.g4 { color: #4285F4; }
.g5 { color: #34A853; }
.g6 { color: #EA4335; }



.stars {
    margin-top: 0.4rem;
    color: #f5b62d;
    font-size: 2rem;
    letter-spacing: 0.08em;
}

.contact-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    min-height: 70px;
    padding: 1rem 1.25rem;
    border: 1px solid #1b69ae;
    border-radius: 14px;
    background: #6d8f3d;
    color: #f5da4e;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.review-page a{
    text-decoration: none;
}

.announcement-card {
    padding: 0.4rem 0.4rem 1rem;
 
    text-align: left;
    overflow: hidden;
    text-align: center;
}

.announcement-line {
    font-size: clamp(1.0rem, 3.9vw, 1.7rem);
    font-weight: 700;

}
.announcement-line span{
    font-size: 39px;
}

.announcement-line:last-child {
    margin-bottom: 0;
}

.whatsapp-card {
    padding: 0.6rem 1rem;
    margin-bottom: 1.2rem;
    background: #2f6c32;
    color: #ffffff;
    border-radius: 10px;
    /* width: 110%;
    margin-left: -18px; */
    text-align: center;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.whatsapp-title {
    font-size: clamp(1.8rem, 5.5vw, 2.25rem);
    font-weight: 700;
}

.whatsapp-number {
    font-size: clamp(1.5rem, 4.3vw, 1.9rem);
    font-weight: 700;
    color: #cfd8ca;
}



.promo-brand {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.promo-mark {
    font-size: 3.4rem;
    line-height: 1;
    color: #3a8f5f;
}

.promo-name {
    font-size: clamp(1.4rem, 4vw, 2rem);
    font-weight: 700;
    color: #3267b2;
    line-height: 1.05;
}

.promo-tag {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #4c4c4c;
}

.promo-ribbon {
    margin-bottom: 1.2rem;
    padding: 0.45rem 0.65rem;
    background: linear-gradient(180deg, #f6e6ad, #d4b25d);
    color: #2458a5;
    font-size: clamp(1rem, 3.1vw, 1.6rem);
    font-weight: 800;
    text-align: center;
}

.promo-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
}

.feature-item {
    text-align: center;
}

.feature-icon {
    font-size: 2.2rem;
    margin-bottom: 0.35rem;
}

.feature-text {
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 575.98px) {
    .top-strip {
        gap: 0.75rem;
    }

    .brand-card {
        min-height: 102px;

    }


    .stars {
        font-size: 1.5rem;
    }

    .contact-chip {
        min-width: 136px;
        min-height: 62px;
        padding: 0.85rem 1rem;
    }

    .promo-features {
        gap: 0.6rem;
    }
}
