/* Google Review QR — Main Zone (full screen).
 * White minimal poster with Google G + Google wordmark, gold stars,
 * headline, large centered QR code with colored corner brackets,
 * "Thank you!" in handwritten script, and 5 rainbow stars below.
 */

.grqr-main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(45deg,
        #4285F4 0% 35%,
        #ffffff 35% 40%,
        #EA4335 40% 65%,
        #ffffff 65% 70%,
        #34A853 70% 100%);
}
.grqr-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg,
        #4285F4 0% 35%,
        #ffffff 35% 40%,
        #FBBC04 40% 65%,
        #ffffff 65% 70%,
        #34A853 70% 100%);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    pointer-events: none;
}

.grqr-main-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    color: #202124;
    padding: 12cqmin 5cqmin 5cqmin 5cqmin;
    width: 50%;
    height: calc(80% - 7cqmin);
    margin-top: 7cqmin;
    word-break: break-word;
    box-sizing: border-box;
    gap: 3cqmin;
    border-radius: 3cqmin;
    box-shadow: 0 1.5cqmin 3cqmin rgba(0, 0, 0, 0.12);
}

.grqr-main-google-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14cqmin;
    height: 14cqmin;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0.4cqmin 1cqmin rgba(0, 0, 0, 0.12);
}
.grqr-main-google {
    width: 65% !important;
    height: 65% !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 0 !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
}

.grqr-main-stars {
    color: #FBBC04;
    font-size: 5cqmin !important;
    letter-spacing: 0.15em !important;
    line-height: 1 !important;
}

.grqr-main-headline {
    font-size: 3.2cqmin !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif;
    color: #202124;
    line-height: 1.2 !important;
    max-width: 80%;
}

.grqr-main-qr-wrap {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 3cqmin;
    margin: 2.5% 0;
}
.grqr-main-qr-corner {
    position: absolute;
    width: 7cqmin;
    height: 7cqmin;
    border-style: solid;
    border-width: 0;
}
.grqr-main-qr-corner.tl { top: 0; left: 0; border-top-width: 1.2cqmin; border-left-width: 1.2cqmin; border-color: #4285F4; }
.grqr-main-qr-corner.tr { top: 0; right: 0; border-top-width: 1.2cqmin; border-right-width: 1.2cqmin; border-color: #EA4335; }
.grqr-main-qr-corner.bl { bottom: 0; left: 0; border-bottom-width: 1.2cqmin; border-left-width: 1.2cqmin; border-color: #34A853; }
.grqr-main-qr-corner.br { bottom: 0; right: 0; border-bottom-width: 1.2cqmin; border-right-width: 1.2cqmin; border-color: #FBBC04; }
.grqr-main-qr {
    width: 18cqmin;
    height: 18cqmin;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grqr-main-qr svg {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.grqr-main-thanks {
    font-size: 5cqmin !important;
    font-weight: 400 !important;
    font-family: 'Oleo Script', cursive;
    color: #202124;
    line-height: 1 !important;
}
.grqr-main-rainbow-stars {
    font-size: 5cqmin !important;
    letter-spacing: 0.15em !important;
    line-height: 1 !important;
}
.grqr-main-rainbow-stars .s1 { color: #4285F4; }
.grqr-main-rainbow-stars .s2 { color: #EA4335; }
.grqr-main-rainbow-stars .s3 { color: #FBBC04; }
.grqr-main-rainbow-stars .s4 { color: #34A853; }
.grqr-main-rainbow-stars .s5 { color: #4285F4; }

.grqr-main-biz {
    font-size: 3.5cqmin !important;
    color: #202124;
    font-family: 'Roboto', 'Google Sans', sans-serif;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin-top: 1cqmin;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
