
.mrp-qo,
.mrp-qo * {
    box-sizing: border-box;
}

.mrp-qo {
    --mrp-qo-navy: #091b4d;
    --mrp-qo-blue: #1456f0;
    --mrp-qo-green: #17763b;
    --mrp-qo-green-soft: #edf8f0;
    --mrp-qo-muted: #4f6487;
    --mrp-qo-border: #dfe7f4;
    --mrp-qo-card-border: #dce6f2;
    --mrp-qo-notice-border: #9cc0ff;
    --mrp-qo-shadow: 0 10px 28px rgba(7, 33, 84, 0.08);
    --mrp-qo-card-radius: 24px;
    --mrp-qo-animation-speed: .7s;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    color: var(--mrp-qo-navy);
}

.mrp-qo::before,
.mrp-qo::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.mrp-qo::before {
    left: -110px;
    bottom: 50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(223,233,246,0.82) 0%, rgba(223,233,246,0.46) 55%, rgba(223,233,246,0) 72%);
}

.mrp-qo::after {
    right: 38px;
    bottom: 110px;
    width: 180px;
    height: 160px;
    background-image: radial-gradient(rgba(201, 215, 235, 0.52) 1.8px, transparent 1.8px);
    background-size: 16px 16px;
    opacity: .45;
}


.mrp-qo__bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-color: #ffffff;
    opacity: .35;
}

.mrp-qo__container {
    width: 100%;
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.mrp-qo--container-full 
.mrp-qo__bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-color: #ffffff;
    opacity: .35;
}

.mrp-qo__container {
    max-width: none !important;
}

.mrp-qo__head {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mrp-qo__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 50px;
    margin: 0 0 24px;
    padding: 10px 26px;
    border-radius: 999px;
    border: 1.5px solid rgba(51, 170, 97, 0.38);
    background: linear-gradient(180deg, #f6fffa 0%, #eef9f1 100%);
    color: var(--mrp-qo-green);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    box-shadow: 0 5px 18px rgba(25, 120, 62, 0.06);
}

.mrp-qo__badge-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #17763b;
    background: rgba(23, 118, 59, 0.10);
    font-size: 15px;
    line-height: 1;
}

.mrp-qo__badge-icon i,
.mrp-qo__badge-icon .fa,
.mrp-qo__badge-icon .fas,
.mrp-qo__badge-icon .far,
.mrp-qo__badge-icon .fab,
.mrp-qo__badge-icon .eicon {
    color: currentColor;
}

.mrp-qo__badge-icon svg {
    width: 1em;
    height: 1em;
    display: block;
    fill: currentColor;
    stroke: currentColor;
}

.mrp-qo__badge-icon svg *,
.mrp-qo__badge-icon svg path,
.mrp-qo__badge-icon svg g,
.mrp-qo__badge-icon svg circle,
.mrp-qo__badge-icon svg rect,
.mrp-qo__badge-icon svg polygon {
    fill: currentColor;
    stroke: currentColor;
}

.mrp-qo__badge-text {
    display: inline-block;
}

.mrp-qo__badge::before {
    content: none;
    width: 0;
    height: 0;
    flex: 0 0 0;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.75 5.25A1.5 1.5 0 0 1 6.25 3.75H19.25V18.75H8.5A2.75 2.75 0 0 0 5.75 21.5V6.75A1.5 1.5 0 0 0 4.25 5.25H4.75Z' stroke='%2317763B' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M5.75 20.75C6.11 20 6.94 19.5 8 19.5H19.25' stroke='%2317763B' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M9 7.5H15.5M9 11H15.5' stroke='%2317763B' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mrp-qo__badge::after {
    display: none;
}

.mrp-qo__title {
    margin: 0;
    color: var(--mrp-qo-navy);
    font-size: clamp(44px, 4.65vw, 78px);
    line-height: 1.02;
    letter-spacing: -.05em;
    font-weight: 800;
    text-wrap: balance;
}

.mrp-qo__highlight {
    color: var(--mrp-qo-green);
}

.mrp-qo__description {
    max-width: 860px;
    margin: 22px auto 0;
    color: #506480;
    font-size: clamp(22px, 1.62vw, 38px);
    line-height: 1.35;
    font-weight: 400;
    text-wrap: balance;
}

.mrp-qo__description p,
.mrp-qo__card-text p,
.mrp-qo__notice-text p,
.mrp-qo__notice-source p {
    margin-top: 0;
    margin-bottom: 0;
}

.mrp-qo__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 48px;
    position: relative;
    z-index: 2;
}

.mrp-qo__card {
    display: block;
    text-decoration: none !important;
    color: inherit;
    min-width: 0;
}

.mrp-qo__card-inner {
    min-height: 408px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 34px 24px 30px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid var(--mrp-qo-card-border);
    border-radius: var(--mrp-qo-card-radius);
    box-shadow: var(--mrp-qo-shadow);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease;
}

.mrp-qo--hover-lift .mrp-qo__card:hover .mrp-qo__card-inner,
.mrp-qo--hover-lift .mrp-qo__card:focus .mrp-qo__card-inner {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(7, 33, 84, .11);
    border-color: rgba(20, 86, 240, .18);
}

.mrp-qo__card-icon {
    width: 132px;
    height: 132px;
    margin: 0 auto 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mrp-qo-blue);
    font-size: 60px;
    line-height: 1;
    background: #edf4ff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.92);
    transition: transform .28s ease, color .28s ease, background-color .28s ease;
}

.mrp-qo__card:hover .mrp-qo__card-icon {
    transform: scale(1.03);
}

.mrp-qo__card-icon i,
.mrp-qo__card-icon .fa,
.mrp-qo__card-icon .fas,
.mrp-qo__card-icon .far,
.mrp-qo__card-icon .fab,
.mrp-qo__card-icon .eicon {
    color: currentColor;
}

.mrp-qo__card-icon svg {
    width: 1em;
    height: 1em;
    display: block;
    fill: currentColor;
}

.mrp-qo__card-icon svg path,
.mrp-qo__card-icon svg g,
.mrp-qo__card-icon svg circle,
.mrp-qo__card-icon svg rect,
.mrp-qo__card-icon svg polygon {
    fill: currentColor;
}

.mrp-qo__card-icon svg [stroke],
.mrp-qo__card-icon svg path[stroke],
.mrp-qo__card-icon svg line,
.mrp-qo__card-icon svg polyline,
.mrp-qo__card-icon svg circle[stroke],
.mrp-qo__card-icon svg rect[stroke],
.mrp-qo__card-icon svg polygon[stroke] {
    stroke: currentColor;
}

.mrp-qo__card-title {
    margin: 0;
    color: var(--mrp-qo-navy);
    font-size: clamp(22px, 1.75vw, 34px);
    line-height: 1.18;
    letter-spacing: -.03em;
    font-weight: 800;
    text-wrap: balance;
}

.mrp-qo__card-text {
    margin-top: 18px;
    color: var(--mrp-qo-muted);
    font-size: clamp(17px, 1.08vw, 22px);
    line-height: 1.52;
    width: 100%;
    text-wrap: balance;
}

.mrp-qo__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.mrp-qo__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 28px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .25s ease;
}

.mrp-qo__button--primary {
    color: #fff;
    background: #075ec8;
    box-shadow: 0 13px 30px rgba(7, 94, 200, .20);
}

.mrp-qo__button--secondary {
    color: #159947;
    background: #fff;
    border-color: #20aa55;
}

.mrp-qo__button-icon,
.mrp-qo__button-icon svg {
    width: 1em;
    height: 1em;
}

.mrp-qo__notice {
    margin: 36px auto 0;
    display: flex;
    align-items: center;
    gap: 26px;
    width: 100%;
    background: linear-gradient(180deg, #f7faff 0%, #f4f8ff 100%);
    border: 1.5px solid var(--mrp-qo-notice-border);
    border-radius: 24px;
    padding: 28px 34px;
    box-shadow: 0 6px 20px rgba(28, 80, 143, .05);
}

.mrp-qo__notice-icon {
    width: 86px;
    height: 86px;
    flex: 0 0 86px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mrp-qo-blue);
    background: #e7f0ff;
    font-size: 42px;
    line-height: 1;
}

.mrp-qo__notice-icon i,
.mrp-qo__notice-icon .fa,
.mrp-qo__notice-icon .fas,
.mrp-qo__notice-icon .far,
.mrp-qo__notice-icon .fab,
.mrp-qo__notice-icon .eicon {
    color: currentColor;
}

.mrp-qo__notice-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mrp-qo__notice-icon svg path,
.mrp-qo__notice-icon svg g,
.mrp-qo__notice-icon svg circle,
.mrp-qo__notice-icon svg rect,
.mrp-qo__notice-icon svg polygon {
    fill: currentColor;
}

.mrp-qo__notice-icon svg [stroke],
.mrp-qo__notice-icon svg path[stroke],
.mrp-qo__notice-icon svg line,
.mrp-qo__notice-icon svg polyline,
.mrp-qo__notice-icon svg circle[stroke],
.mrp-qo__notice-icon svg rect[stroke],
.mrp-qo__notice-icon svg polygon[stroke] {
    stroke: currentColor;
}

.mrp-qo__notice-content {
    min-width: 0;
    flex: 1;
    text-align: left;
}

.mrp-qo__notice-text {
    color: var(--mrp-qo-navy);
    font-size: clamp(18px, 1.42vw, 34px);
    line-height: 1.42;
    font-weight: 500;
}

.mrp-qo__notice-source {
    margin-top: 6px;
    color: #60728d;
    font-size: clamp(14px, .98vw, 18px);
    line-height: 1.4;
}

.mrp-qo__notice-source:empty {
    display: none;
}

.mrp-qo__dots,
.mrp-qo__curve,
.mrp-qo__wave,
.mrp-qo__decorative-image {
    pointer-events: none;
}

.mrp-qo__dots {
    position: absolute;
    width: 150px;
    height: 120px;
    background-image: radial-gradient(rgba(181, 197, 220, .42) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    z-index: 1;
}

.mrp-qo__dots--top {
    left: 28px;
    top: 22px;
    opacity: .22;
}

.mrp-qo__dots--bottom {
    right: 22px;
    bottom: 68px;
    opacity: .30;
}

.mrp-qo__curve {
    position: absolute;
    top: auto;
    right: -100px;
    bottom: 30px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(198, 214, 234, .45);
    border-radius: 50%;
    z-index: 1;
    opacity: .55;
}

.mrp-qo__wave {
    display: none;
}

.mrp-qo__decorative-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height: auto;
    z-index: 1;
}

.mrp-qo--floating .mrp-qo__dots--top,
.mrp-qo--floating .mrp-qo__dots--bottom,
.mrp-qo--floating .mrp-qo__curve,
.mrp-qo--floating .mrp-qo__decorative-image {
    animation: mrpQOFloating 6s ease-in-out infinite;
}

.mrp-qo--floating .mrp-qo__dots--bottom {
    animation-delay: .8s;
}

@keyframes mrpQOFloating {
    0%, 100% { transform: translate3d(0,0,0); }
    50% { transform: translate3d(0,-12px,0); }
}

.mrp-qo--animation-fade-up .mrp-qo__head,
.mrp-qo--animation-fade-up .mrp-qo__card,
.mrp-qo--animation-fade-up .mrp-qo__notice,
.mrp-qo--animation-fade-up .mrp-qo__buttons {
    animation: mrpQOFadeUp var(--mrp-qo-animation-speed, .7s) ease both;
}

.mrp-qo--animation-fade-in .mrp-qo__head,
.mrp-qo--animation-fade-in .mrp-qo__card,
.mrp-qo--animation-fade-in .mrp-qo__notice,
.mrp-qo--animation-fade-in .mrp-qo__buttons {
    animation: mrpQOFadeIn var(--mrp-qo-animation-speed, .7s) ease both;
}

.mrp-qo--animation-zoom-in .mrp-qo__head,
.mrp-qo--animation-zoom-in .mrp-qo__card,
.mrp-qo--animation-zoom-in .mrp-qo__notice,
.mrp-qo--animation-zoom-in .mrp-qo__buttons {
    animation: mrpQOZoomIn var(--mrp-qo-animation-speed, .7s) ease both;
}

.mrp-qo__card:nth-child(2) { animation-delay: .08s; }
.mrp-qo__card:nth-child(3) { animation-delay: .16s; }
.mrp-qo__card:nth-child(4) { animation-delay: .24s; }
.mrp-qo__notice { animation-delay: .30s; }

@keyframes mrpQOFadeUp {
    from { opacity: 0; transform: translate3d(0,24px,0); }
    to { opacity: 1; transform: translate3d(0,0,0); }
}

@keyframes mrpQOFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mrpQOZoomIn {
    from { opacity: 0; transform: scale(.96); }
    to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1200px) {
    .mrp-qo__grid {
        gap: 18px;
    }

    .mrp-qo__card-inner {
        min-height: 380px;
        padding: 28px 20px 26px;
    }

    .mrp-qo__card-icon {
        width: 118px;
        height: 118px;
        font-size: 52px;
        margin-bottom: 22px;
    }
}

@media (max-width: 1024px) {
    .mrp-qo__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 36px;
    }

    .mrp-qo__card-inner {
        min-height: 320px;
    }

    .mrp-qo__description {
        font-size: clamp(20px, 2vw, 28px);
    }

    .mrp-qo__notice {
        padding: 24px 26px;
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .mrp-qo__badge-icon { width: 24px; height: 24px; flex-basis: 24px; font-size: 13px; }

    .mrp-qo {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mrp-qo::before {
        left: -80px;
        width: 170px;
        height: 170px;
        bottom: 110px;
    }

    .mrp-qo::after,
    .mrp-qo__dots--bottom,
    .mrp-qo__curve {
        display: none;
    }

    .mrp-qo__badge {
        min-height: 44px;
        padding: 9px 18px;
        font-size: 11px;
        letter-spacing: .12em;
        gap: 10px;
        margin-bottom: 16px;
    }

    .mrp-qo__badge-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #17763b;
    background: rgba(23, 118, 59, 0.10);
    font-size: 15px;
    line-height: 1;
}

.mrp-qo__badge-icon i,
.mrp-qo__badge-icon .fa,
.mrp-qo__badge-icon .fas,
.mrp-qo__badge-icon .far,
.mrp-qo__badge-icon .fab,
.mrp-qo__badge-icon .eicon {
    color: currentColor;
}

.mrp-qo__badge-icon svg {
    width: 1em;
    height: 1em;
    display: block;
    fill: currentColor;
    stroke: currentColor;
}

.mrp-qo__badge-icon svg *,
.mrp-qo__badge-icon svg path,
.mrp-qo__badge-icon svg g,
.mrp-qo__badge-icon svg circle,
.mrp-qo__badge-icon svg rect,
.mrp-qo__badge-icon svg polygon {
    fill: currentColor;
    stroke: currentColor;
}

.mrp-qo__badge-text {
    display: inline-block;
}

.mrp-qo__badge::before {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .mrp-qo__title {
        font-size: clamp(34px, 10vw, 48px);
        line-height: 1.05;
    }

    .mrp-qo__description {
        font-size: 17px;
        line-height: 1.5;
        margin-top: 14px;
    }

    .mrp-qo__grid {
        grid-template-columns: 1fr;
        margin-top: 28px;
        gap: 16px;
    }

    .mrp-qo__card-inner {
        min-height: auto;
        padding: 26px 20px;
        border-radius: 22px;
    }

    .mrp-qo__card-icon {
        width: 92px;
        height: 92px;
        font-size: 40px;
        margin-bottom: 18px;
    }

    .mrp-qo__card-title {
        font-size: 19px;
    }

    .mrp-qo__card-text {
        font-size: 15px;
        margin-top: 10px;
    }

    .mrp-qo__buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .mrp-qo__button {
        width: 100%;
    }

    .mrp-qo__notice {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 22px 18px;
        gap: 14px;
        margin-top: 24px;
        border-radius: 20px;
    }

    .mrp-qo__notice-content {
        text-align: center;
    }

    .mrp-qo__notice-icon {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
        font-size: 30px;
    }

    .mrp-qo__notice-text {
        font-size: 17px;
    }

    .mrp-qo__notice-source {
        margin-top: 8px;
        font-size: 13px;
    }

    .mrp-qo__dots--top {
        width: 86px;
        height: 78px;
        background-size: 12px 12px;
        left: 10px;
        top: 10px;
    }
}

/* Quick Overview Badge Icon live preview/frontend color support */
.mrp-qo .mrp-qo__badge-icon {
    color: var(--mrp-qo-badge-icon-color, #17763b);
    background: var(--mrp-qo-badge-icon-bg, rgba(23, 118, 59, 0.10));
}
.mrp-qo .mrp-qo__badge-icon svg,
.mrp-qo .mrp-qo__badge-icon svg *,
.mrp-qo .mrp-qo__badge-icon i,
.mrp-qo .mrp-qo__badge-icon .fa,
.mrp-qo .mrp-qo__badge-icon .fas,
.mrp-qo .mrp-qo__badge-icon .far,
.mrp-qo .mrp-qo__badge-icon .fab,
.mrp-qo .mrp-qo__badge-icon .eicon {
    color: currentColor;
    fill: currentColor;
    stroke: currentColor;
}
