/* Mounjaro News Hero Widget */
.mrp-hero,
.mrp-hero * {
    box-sizing: border-box;
}

.mrp-hero {
    --mrp-hero-shadow-color: rgba(9, 40, 90, 0.14);
    --mrp-dot-color: rgba(31, 168, 90, 0.18);
    --mrp-hero-animation-speed: .8s;
    --mrp-hero-animation-delay: 0s;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    isolation: isolate;
}

.mrp-hero__overlay,
.mrp-hero__shape,
.mrp-hero__dots,
.mrp-hero__decor-img {
    pointer-events: none;
}

.mrp-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mrp-hero__container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}

.mrp-hero__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: inherit;
}

.mrp-hero__content,
.mrp-hero__media {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.mrp-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mrp-hero__content[style*="text-align: center"] {
    align-items: center;
}

.mrp-hero__content[style*="text-align: right"] {
    align-items: flex-end;
}

.mrp-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #2f80ed;
}

.mrp-hero__badge-icon,
.mrp-hero__trust-icon,
.mrp-hero-card__icon,
.mrp-hero-stat__icon,
.mrp-hero__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex: 0 0 auto;
}

.mrp-hero__badge-icon svg,
.mrp-hero__trust-icon svg,
.mrp-hero-card__icon svg,
.mrp-hero-stat__icon svg,
.mrp-hero__button-icon svg {
    width: 1em;
    height: 1em;
    display: block;
}

.mrp-hero__title {
    margin: 0 0 24px;
    color: #09285a;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(44px, 5vw, 76px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 700;
}

.mrp-hero__heading-before,
.mrp-hero__heading-after,
.mrp-hero__highlight {
    display: inline;
}

.mrp-hero__highlight {
    color: #1fa85a;
    padding: 0 .08em;
}

.mrp-hero__description {
    max-width: 690px;
    margin: 0 0 34px;
    color: #18345e;
    font-size: clamp(17px, 1.55vw, 22px);
    line-height: 1.65;
    font-weight: 400;
}

.mrp-hero__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 34px;
}

.mrp-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}

.mrp-hero--hover .mrp-hero__button:hover {
    transform: translateY(-2px);
}

.mrp-hero__button--primary {
    background: #0057c8;
    color: #fff;
    box-shadow: 0 14px 30px rgba(0, 87, 200, .22);
}

.mrp-hero__button--secondary {
    background: #fff;
    color: #1fa85a;
    border-color: #1fa85a;
}

.mrp-hero__trust {
    display: inline-flex;
    align-items: center;
    max-width: 720px;
    color: #18345e;
    font-size: 16px;
    line-height: 1.55;
}

.mrp-hero__trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    color: #1fa85a;
    background: #e8f7ee;
    font-size: 22px;
    box-shadow: 0 10px 24px rgba(31, 168, 90, .12);
}

.mrp-hero__stats {
    display: flex;
    align-items: stretch;
    gap: 14px;
    margin: -10px 0 30px;
    border: 1px solid #dde7f5;
    border-radius: 20px;
    padding: 14px;
    box-shadow: 0 18px 44px var(--mrp-hero-shadow-color);
}

.mrp-hero-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 16px;
    min-width: 120px;
}

.mrp-hero-stat__number {
    color: #0057c8;
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
}

.mrp-hero-stat__label {
    color: #3e5372;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
}

.mrp-hero__media {
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mrp-hero__image-wrap {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    background: linear-gradient(135deg, #edf7ff, #f7fbff);
    box-shadow: 0 22px 60px var(--mrp-hero-shadow-color);
}

.mrp-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.mrp-hero__secondary-image {
    position: absolute;
    top: 8%;
    left: 0;
    width: min(160px, 25%);
    border-radius: 22px;
    box-shadow: 0 18px 46px var(--mrp-hero-shadow-color);
    z-index: 3;
}

.mrp-hero__cards {
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 58px;
    transform: translateX(-38%);
    display: flex;
    align-items: stretch;
    justify-content: center;
    z-index: 5;
}

.mrp-hero-card {
    --mrp-card-accent: #2f80ed;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 220px;
    border: 1px solid #dde7f5;
    color: inherit;
    text-decoration: none !important;
    box-shadow: 0 22px 45px var(--mrp-hero-shadow-color);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mrp-hero--hover .mrp-hero-card:hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--mrp-card-accent), #fff 55%);
    box-shadow: 0 28px 60px var(--mrp-hero-shadow-color);
}

.mrp-hero-card__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
    border-radius: 999px;
    color: var(--mrp-card-accent);
    background: color-mix(in srgb, var(--mrp-card-accent), #fff 88%);
}

.mrp-hero-card__icon i,
.mrp-hero-card__icon .fa,
.mrp-hero-card__icon .fas,
.mrp-hero-card__icon .far,
.mrp-hero-card__icon .fab {
    color: currentColor;
}

.mrp-hero-card__icon svg,
.mrp-hero-card__icon svg path,
.mrp-hero-card__icon svg g,
.mrp-hero-card__icon svg use {
    fill: currentColor;
}

.mrp-hero-card__icon svg [stroke],
.mrp-hero-card__icon svg path[stroke],
.mrp-hero-card__icon svg line,
.mrp-hero-card__icon svg polyline,
.mrp-hero-card__icon svg circle[stroke],
.mrp-hero-card__icon svg rect[stroke] {
    stroke: currentColor;
}

.mrp-hero-card__title {
    color: #09285a;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 10px;
}

.mrp-hero-card__text {
    color: #3e5372;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.mrp-hero-card__rating {
    display: block;
    margin-top: 12px;
    color: #ffb21c;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1;
}

.mrp-hero__shape {
    position: absolute;
    z-index: 1;
    display: block;
}

.mrp-hero__shape--left {
    left: 44%;
    top: -10%;
    width: 520px;
    height: 110%;
    border-radius: 52% 0 0 52%;
    transform: translateX(-50%);
    opacity: .95;
}

.mrp-hero__shape--bottom {
    left: -12%;
    right: -12%;
    bottom: -30%;
    height: 44%;
    border-radius: 55% 55% 0 0;
    background: rgba(234, 246, 255, .92);
}

.mrp-hero__dots {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    opacity: .9;
    background-image: radial-gradient(var(--mrp-dot-color) 2px, transparent 2px);
    background-size: 18px 18px;
}

.mrp-hero__dots--top {
    top: 18px;
    left: 18px;
}

.mrp-hero__dots--bottom {
    right: 42px;
    bottom: 38px;
}

.mrp-hero__decor-img {
    position: absolute;
    right: 8%;
    top: 16%;
    width: 140px;
    height: auto;
    z-index: 2;
    opacity: .22;
}

.mrp-hero--float .mrp-hero-card:nth-child(1) { animation: mrpHeroFloat 6s ease-in-out infinite; }
.mrp-hero--float .mrp-hero-card:nth-child(2) { animation: mrpHeroFloat 6s ease-in-out .7s infinite; }
.mrp-hero--float .mrp-hero-card:nth-child(3) { animation: mrpHeroFloat 6s ease-in-out 1.4s infinite; }
.mrp-hero--float .mrp-hero__trust-icon { animation: mrpHeroPulse 4s ease-in-out infinite; }

@keyframes mrpHeroFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes mrpHeroPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.06); }
}

.mrp-hero--fade-up .mrp-hero__content,
.mrp-hero--fade-up .mrp-hero__media,
.mrp-hero--fade-in .mrp-hero__content,
.mrp-hero--fade-in .mrp-hero__media,
.mrp-hero--slide-left .mrp-hero__content,
.mrp-hero--slide-left .mrp-hero__media,
.mrp-hero--slide-right .mrp-hero__content,
.mrp-hero--slide-right .mrp-hero__media,
.mrp-hero--zoom-in .mrp-hero__content,
.mrp-hero--zoom-in .mrp-hero__media {
    animation-duration: var(--mrp-hero-animation-speed);
    animation-delay: var(--mrp-hero-animation-delay);
    animation-fill-mode: both;
    animation-timing-function: ease;
}

.mrp-hero--fade-up .mrp-hero__content,
.mrp-hero--fade-up .mrp-hero__media { animation-name: mrpFadeUp; }
.mrp-hero--fade-in .mrp-hero__content,
.mrp-hero--fade-in .mrp-hero__media { animation-name: mrpFadeIn; }
.mrp-hero--slide-left .mrp-hero__content,
.mrp-hero--slide-left .mrp-hero__media { animation-name: mrpSlideLeft; }
.mrp-hero--slide-right .mrp-hero__content,
.mrp-hero--slide-right .mrp-hero__media { animation-name: mrpSlideRight; }
.mrp-hero--zoom-in .mrp-hero__content,
.mrp-hero--zoom-in .mrp-hero__media { animation-name: mrpZoomIn; }

@keyframes mrpFadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes mrpFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes mrpSlideLeft { from { opacity: 0; transform: translateX(36px); } to { opacity: 1; transform: translateX(0); } }
@keyframes mrpSlideRight { from { opacity: 0; transform: translateX(-36px); } to { opacity: 1; transform: translateX(0); } }
@keyframes mrpZoomIn { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1024px) {
    .mrp-hero__grid {
        flex-direction: column;
    }
    .mrp-hero__content,
    .mrp-hero__media {
        flex-basis: auto !important;
        max-width: 100% !important;
        width: 100%;
    }
    .mrp-hero__media {
        min-height: 520px;
    }
    .mrp-hero__image-wrap {
        margin: 0 auto;
    }
    .mrp-hero__cards {
        left: 50%;
        right: auto;
        width: 100%;
        transform: translateX(-50%);
        bottom: 30px;
        flex-wrap: wrap;
        padding: 0 16px;
    }
    .mrp-hero__shape--left {
        left: 50%;
        width: 80vw;
        opacity: .55;
    }
}

@media (max-width: 767px) {
    .mrp-hero {
        text-align: left;
    }
    .mrp-hero__grid {
        gap: 32px;
    }
    .mrp-hero__badge {
        font-size: 12px;
        margin-bottom: 14px;
    }
    .mrp-hero__title {
        font-size: clamp(34px, 11vw, 48px);
        line-height: 1.08;
        margin-bottom: 18px;
    }
    .mrp-hero__description {
        font-size: 16px;
        line-height: 1.58;
        margin-bottom: 24px;
    }
    .mrp-hero__buttons {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 26px;
    }
    .mrp-hero__button {
        width: 100%;
        min-height: 54px;
    }
    .mrp-hero__trust {
        align-items: flex-start;
        font-size: 14px;
    }
    .mrp-hero__trust-icon {
        width: 46px;
        height: 46px;
    }
    .mrp-hero__stats {
        flex-direction: column;
        width: 100%;
    }
    .mrp-hero__media {
        min-height: auto;
        display: block;
    }
    .mrp-hero__image-wrap {
        height: 340px !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 36px !important;
    }
    .mrp-hero__cards {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        margin-top: -44px;
        display: grid;
        grid-template-columns: 1fr;
        padding: 0 16px;
    }
    .mrp-hero-card {
        width: 100% !important;
        min-height: auto;
    }
    .mrp-hero__shape--left {
        display: none;
    }
    .mrp-hero__shape--bottom {
        height: 36%;
    }
    .mrp-hero__dots--top {
        width: 100px;
        height: 100px;
        opacity: .6;
    }
    .mrp-hero__dots--bottom {
        display: none;
    }
}

/* Mobile-first readability update for Mounjaro News Hero */
@media (max-width: 767px) {
    .mrp-hero {
        overflow: hidden;
    }

    .mrp-hero__container {
        width: 100%;
    }

    .mrp-hero__grid {
        display: flex;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start;
        gap: 26px;
    }

    .mrp-hero__content {
        order: 1;
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: auto !important;
        align-items: center !important;
        text-align: center !important;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    .mrp-hero__badge,
    .mrp-hero__title,
    .mrp-hero__description {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .mrp-hero__badge {
        justify-content: center;
    }

    .mrp-hero__title {
        font-size: clamp(32px, 10.5vw, 46px);
        line-height: 1.08;
        letter-spacing: -0.035em;
    }

    .mrp-hero__description {
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        line-height: 1.58;
    }

    .mrp-hero__buttons {
        width: 100%;
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center !important;
        gap: 12px;
    }

    .mrp-hero__button {
        width: 100%;
        min-width: 0;
        white-space: normal;
        text-align: center;
    }

    .mrp-hero__trust,
    .mrp-hero__stats {
        width: 100%;
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .mrp-hero__media {
        order: 2;
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: auto !important;
        min-height: 0 !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        transform: none !important;
        overflow: visible;
    }

    .mrp-hero__image-wrap {
        width: 100% !important;
        max-width: 560px !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 11;
        margin: 0 auto !important;
        border-radius: 28px !important;
        overflow: hidden;
    }

    .mrp-hero__image {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    .mrp-hero__secondary-image {
        max-width: 34%;
        height: auto;
        top: 5%;
        left: 4%;
        border-radius: 16px;
    }

    .mrp-hero__cards {
        order: 3;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 560px;
        margin: 16px auto 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: center;
        gap: 8px !important;
    }

    .mrp-hero-card {
        flex: 1 1 0;
        width: auto !important;
        min-width: 0;
        max-width: none;
        min-height: 0;
        padding: 14px 8px !important;
        border-radius: 16px !important;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .mrp-hero-card__icon {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
        font-size: 20px !important;
    }

    .mrp-hero-card__title {
        font-size: 13px;
        line-height: 1.22;
        margin-bottom: 6px;
    }

    .mrp-hero-card__text {
        font-size: 11px;
        line-height: 1.35;
    }

    .mrp-hero-card__rating {
        margin-top: 8px;
        font-size: 11px;
        letter-spacing: 0;
        white-space: nowrap;
    }
}

@media (max-width: 389px) {
    .mrp-hero__cards {
        flex-wrap: wrap;
        gap: 10px !important;
    }

    .mrp-hero-card {
        flex: 1 1 calc(50% - 10px);
    }

    .mrp-hero-card:nth-child(3):last-child {
        flex-basis: 100%;
    }
}

/* Mounjaro News Pro Hero reference rebuild: clean editorial hero + dynamic category boxes */
.mrp-hero {
    --mrp-hero-blue: #0a64ff;
    --mrp-hero-navy: #06133c;
    --mrp-hero-muted: #294467;
    --mrp-hero-border: #d7e5fb;
    --mrp-hero-card-shadow: 0 18px 44px rgba(16, 57, 116, 0.10);
    min-height: 740px;
    padding: 50px clamp(20px, 6.5vw, 108px) 50px;
    background:
        radial-gradient(circle at 3% 98%, rgba(10,100,255,.10) 0 70px, rgba(10,100,255,.055) 71px 140px, transparent 141px),
        radial-gradient(circle at 49% 74%, rgba(10,100,255,.075) 0 11px, transparent 12px),
        radial-gradient(circle at 44% 87%, rgba(10,100,255,.08) 0 15px, transparent 16px),
        linear-gradient(90deg, #ffffff 0%, #ffffff 56%, #f7fbff 100%);
    color: var(--mrp-hero-navy);
    font-family: var(--mnp-font, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

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

.mrp-hero::before {
    right: -88px;
    bottom: -28px;
    width: 360px;
    height: 230px;
    opacity: .65;
    background-image:
        linear-gradient(42deg, transparent 0 44%, rgba(10,100,255,.10) 45% 47%, transparent 48%),
        linear-gradient(-42deg, transparent 0 44%, rgba(10,100,255,.08) 45% 47%, transparent 48%);
    background-size: 74px 60px;
}

.mrp-hero::after {
    right: 0;
    top: 19%;
    width: 128px;
    height: 180px;
    opacity: .52;
    background-image: radial-gradient(rgba(10,100,255,.13) 2px, transparent 2px);
    background-size: 18px 18px;
}

.mrp-hero__overlay {
    background: linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,255,255,.48) 58%, rgba(247,251,255,.42));
}

.mrp-hero__container {
    max-width: 1460px;
}

.mrp-hero__grid {
    min-height: 604px;
    gap: clamp(36px, 5vw, 78px);
}

.mrp-hero__content {
    max-width: 650px;
    flex: 0 1 47%;
}

.mrp-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 0 32px;
    min-height: 50px;
    padding: 10px 24px 10px 18px;
    border: 1px solid rgba(10,100,255,.08);
    border-radius: 999px;
    background: linear-gradient(180deg, #edf5ff 0%, #dceafe 100%);
    box-shadow: 0 12px 30px rgba(10,100,255,.08), inset 0 1px 0 rgba(255,255,255,.9);
    color: var(--mrp-hero-blue);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -.02em;
    text-transform: none;
}

.mrp-hero__badge-icon {
    width: 30px;
    height: 30px;
    color: var(--mrp-hero-blue);
    font-size: 24px;
}

.mrp-hero__title {
    max-width: 690px;
    margin: 0 0 32px;
    color: var(--mrp-hero-navy);
    font-family: var(--mnp-font, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
    font-size: clamp(58px, 5.45vw, 88px);
    line-height: .99;
    letter-spacing: -.055em;
    font-weight: 900;
}

.mrp-hero__heading-before,
.mrp-hero__heading-after,
.mrp-hero__highlight {
    display: block;
}

.mrp-hero__highlight,
.mrp-hero__heading-after {
    color: var(--mrp-hero-blue);
}

.mrp-hero__highlight {
    padding: 0;
}

.mrp-hero__description {
    max-width: 620px;
    margin: 0 0 32px;
    color: var(--mrp-hero-muted);
    font-size: clamp(20px, 1.55vw, 25px);
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: -.015em;
}

.mrp-hero__buttons {
    gap: 26px;
    margin-bottom: 0;
}

.mrp-hero__button {
    min-width: 0;
    min-height: 50px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.02em;
    gap: 12px;
}

.mrp-hero__button--primary {
    background: linear-gradient(135deg, #0b6dff 0%, #0058f2 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(10,100,255,.22);
}

.mrp-hero__button--primary:hover {
    background: linear-gradient(135deg, #005ef0 0%, #0049d8 100%);
    color: #fff;
    box-shadow: 0 20px 36px rgba(10,100,255,.28);
}

.mrp-hero__button--secondary {
    background: rgba(255,255,255,.78);
    color: var(--mrp-hero-blue);
    border-color: var(--mrp-hero-blue);
    box-shadow: 0 12px 26px rgba(10,100,255,.05);
}

.mrp-hero__button--secondary:hover {
    background: #f3f8ff;
    color: #004ddd;
    border-color: #004ddd;
}

.mrp-hero__media {
    position: relative;
    min-height: 560px;
    flex: 0 1 53%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mrp-hero__image-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 24px;
    opacity: .18;
    z-index: 0;
    box-shadow: none;
}

.mrp-hero__image {
    object-fit: contain;
}

.mrp-hero__cards {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    z-index: 5;
    width: 100%;
    max-width: 640px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    padding: 0;
}

.mrp-hero-card {
    --mrp-card-accent: #0a64ff;
    position: relative;
    width: auto;
    min-width: 0;
    min-height: 278px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    padding: 34px;
    border: 1px solid var(--mrp-hero-border);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(250,253,255,.94) 100%);
    box-shadow: var(--mrp-hero-card-shadow), inset 0 1px 0 rgba(255,255,255,.95);
    color: var(--mrp-hero-navy);
    text-align: left;
    text-decoration: none !important;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.mrp-hero--hover .mrp-hero-card:hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--mrp-card-accent), #ffffff 58%);
    box-shadow: 0 26px 58px rgba(16,57,116,.16), inset 0 1px 0 rgba(255,255,255,.95);
}

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

.mrp-hero-card::before {
    inset: 0;
    background:
        radial-gradient(circle at 8% 10%, color-mix(in srgb, var(--mrp-card-accent), transparent 92%) 0 70px, transparent 71px),
        radial-gradient(circle at 96% 94%, color-mix(in srgb, var(--mrp-card-accent), transparent 95%) 0 92px, transparent 93px);
    opacity: .85;
}

.mrp-hero-card::after {
    right: 22px;
    bottom: 22px;
    width: 190px;
    height: 150px;
    opacity: .17;
    color: var(--mrp-card-accent);
    background: currentColor;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.mrp-hero-card--1::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 130'%3E%3Cpath d='M57 8h54l32 32v77a5 5 0 0 1-5 5H57a5 5 0 0 1-5-5V13a5 5 0 0 1 5-5Z' fill='none' stroke='black' stroke-width='6'/%3E%3Cpath d='M111 9v31h31M72 62h47M72 82h47M72 102h30' fill='none' stroke='black' stroke-width='6' stroke-linecap='round'/%3E%3Ccircle cx='119' cy='99' r='28' fill='none' stroke='black' stroke-width='6'/%3E%3Cpath d='m105 98 10 10 20-24' fill='none' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 130'%3E%3Cpath d='M57 8h54l32 32v77a5 5 0 0 1-5 5H57a5 5 0 0 1-5-5V13a5 5 0 0 1 5-5Z' fill='none' stroke='black' stroke-width='6'/%3E%3Cpath d='M111 9v31h31M72 62h47M72 82h47M72 102h30' fill='none' stroke='black' stroke-width='6' stroke-linecap='round'/%3E%3Ccircle cx='119' cy='99' r='28' fill='none' stroke='black' stroke-width='6'/%3E%3Cpath d='m105 98 10 10 20-24' fill='none' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mrp-hero-card--2::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 130'%3E%3Cpath d='M91 12v45m-15-45h30M87 57l-23 58M96 57l23 58M46 115h92M55 78h74M99 37l28 30M128 41l-29 29' fill='none' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='132' cy='36' r='19' fill='none' stroke='black' stroke-width='7'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 130'%3E%3Cpath d='M91 12v45m-15-45h30M87 57l-23 58M96 57l23 58M46 115h92M55 78h74M99 37l28 30M128 41l-29 29' fill='none' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='132' cy='36' r='19' fill='none' stroke='black' stroke-width='7'/%3E%3C/svg%3E");
}

.mrp-hero-card--3::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 130'%3E%3Cpath d='M82 8 136 32v34c0 32-19 51-54 61-35-10-54-29-54-61V32L82 8Z' fill='none' stroke='black' stroke-width='7'/%3E%3Cpath d='M82 43v34M82 96v1' stroke='black' stroke-width='10' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 130'%3E%3Cpath d='M82 8 136 32v34c0 32-19 51-54 61-35-10-54-29-54-61V32L82 8Z' fill='none' stroke='black' stroke-width='7'/%3E%3Cpath d='M82 43v34M82 96v1' stroke='black' stroke-width='10' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mrp-hero-card--4::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 130'%3E%3Cpath d='M28 25h102M28 50h88M28 75h70M28 100h44' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/%3E%3Ccircle cx='116' cy='92' r='31' fill='none' stroke='black' stroke-width='7'/%3E%3Cpath d='m99 90 12 12 24-28' fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 130'%3E%3Cpath d='M28 25h102M28 50h88M28 75h70M28 100h44' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/%3E%3Ccircle cx='116' cy='92' r='31' fill='none' stroke='black' stroke-width='7'/%3E%3Cpath d='m99 90 12 12 24-28' fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mrp-hero-card__icon,
.mrp-hero-card__title,
.mrp-hero-card__text,
.mrp-hero-card__rating {
    position: relative;
    z-index: 1;
}

.mrp-hero-card__icon {
    width: 72px;
    height: 72px;
    margin: 0 0 32px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, color-mix(in srgb, var(--mrp-card-accent), #ffffff 6%), var(--mrp-card-accent));
    box-shadow: 0 0 0 10px color-mix(in srgb, var(--mrp-card-accent), transparent 84%), 0 16px 28px color-mix(in srgb, var(--mrp-card-accent), transparent 76%);
    font-size: 30px;
}

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

.mrp-hero-card__icon .mrp-articles__tab-icon-wrap,
.mrp-hero-card__icon .mrp-articles__tab-icon-wrap--elementor,
.mrp-hero-card__icon .mrp-articles__tab-icon-wrap--svg,
.mrp-hero-card__icon .mrp-articles__tab-icon-wrap--image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    color: currentColor;
}

.mrp-hero-card__icon img.mrp-articles__tab-icon-img,
.mrp-hero-card__icon .mrp-articles__tab-icon-img {
    width: 1em;
    height: 1em;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.mrp-hero-card__icon svg,
.mrp-hero-card__icon svg path,
.mrp-hero-card__icon svg g,
.mrp-hero-card__icon svg use,
.mrp-hero-card__icon svg circle,
.mrp-hero-card__icon svg rect,
.mrp-hero-card__icon svg polygon {
    width: 1em;
    height: 1em;
    color: currentColor;
    fill: currentColor;
}

.mrp-hero-card__icon svg [stroke],
.mrp-hero-card__icon svg path[stroke],
.mrp-hero-card__icon svg line,
.mrp-hero-card__icon svg polyline,
.mrp-hero-card__icon svg circle[stroke],
.mrp-hero-card__icon svg rect[stroke] {
    stroke: currentColor;
}

.mrp-hero-card__title {
    display: block;
    max-width: 240px;
    margin: 0;
    color: var(--mrp-hero-navy);
    font-size: clamp(22px, 1.55vw, 26px);
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: -.04em;
}

.mrp-hero-card__text {
    margin-top: 12px;
    color: #52647d;
    font-size: 15px;
    line-height: 1.45;
}

.mrp-hero-card--dynamic .mrp-hero-card__text {
    display: none;
}

.mrp-hero-card--2 { --mrp-card-accent: #18b981; }
.mrp-hero-card--3 { --mrp-card-accent: #7346d8; }
.mrp-hero-card--4 { --mrp-card-accent: #ff9d18; }

.mrp-hero__secondary-image {
    z-index: 6;
}

.mrp-hero__shape--left {
    left: auto;
    top: auto;
    right: 42%;
    bottom: 62px;
    width: 160px;
    height: 86px;
    border-radius: 999px;
    transform: rotate(-38deg);
    background: rgba(10,100,255,.055);
    opacity: .68;
}

.mrp-hero__shape--left::before,
.mrp-hero__shape--left::after {
    content: "";
    position: absolute;
    border-radius: inherit;
    background: inherit;
}

.mrp-hero__shape--left::before {
    width: 95px;
    height: 50px;
    left: -82px;
    top: 56px;
}

.mrp-hero__shape--left::after {
    width: 126px;
    height: 64px;
    left: 115px;
    top: 58px;
}

.mrp-hero__shape--bottom {
    left: -90px;
    right: auto;
    bottom: -90px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(10,100,255,.07);
}

.mrp-hero__dots--top {
    display: none;
}

.mrp-hero__dots--bottom {
    right: 0;
    bottom: 0;
    width: 235px;
    height: 190px;
    opacity: .42;
    background-image: radial-gradient(rgba(10,100,255,.16) 2px, transparent 2px);
    background-size: 16px 16px;
}

@media (max-width: 1280px) {
    .mrp-hero {
        padding-left: 34px;
        padding-right: 34px;
    }

    .mrp-hero__title {
        font-size: clamp(50px, 6vw, 74px);
    }

    .mrp-hero-card {
        min-height: 238px;
        padding: 28px;
    }

    .mrp-hero-card__icon {
        width: 58px;
        height: 58px;
        margin-bottom: 24px;
    }
}

@media (max-width: 1024px) {
    .mrp-hero {
        min-height: 0;
        padding: 50px 26px 50px;
    }

    .mrp-hero__grid {
        flex-direction: column !important;
        align-items: center !important;
        min-height: 0;
        gap: 42px;
    }

    .mrp-hero__content,
    .mrp-hero__media {
        width: 100% !important;
        max-width: 760px !important;
        flex-basis: auto !important;
    }

    .mrp-hero__content {
        align-items: center !important;
        text-align: center !important;
    }

    .mrp-hero__description {
        margin-left: auto;
        margin-right: auto;
    }

    .mrp-hero__buttons {
        justify-content: center !important;
    }

    .mrp-hero__media {
        min-height: 0 !important;
    }

    .mrp-hero__cards {
        max-width: 700px;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        position: relative !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        flex-wrap: initial !important;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .mrp-hero {
        padding: 50px 16px 50px;
        text-align: center;
        background:
            radial-gradient(circle at -8% 100%, rgba(10,100,255,.10) 0 64px, transparent 65px),
            linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    }

    .mrp-hero__grid {
        gap: 32px !important;
    }

    .mrp-hero__badge {
        width: auto;
        max-width: 100%;
        min-height: 42px;
        padding: 9px 17px 9px 12px;
        margin-bottom: 22px;
        font-size: 14px;
        justify-content: center;
    }

    .mrp-hero__badge-icon {
        width: 24px;
        height: 24px;
        font-size: 19px;
    }

    .mrp-hero__title {
        width: 100%;
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        font-size: clamp(38px, 12vw, 48px);
        line-height: 1.02;
        letter-spacing: -.05em;
    }

    .mrp-hero__description {
        width: 100%;
        max-width: 430px;
        margin-bottom: 28px;
        font-size: 17px;
        line-height: 1.55;
    }

    .mrp-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px !important;
        max-width: 430px;
        width: 100%;
        margin: 0 auto !important;
    }

    .mrp-hero__button {
        width: 100%;
        min-width: 0;
        min-height: 50px;
        padding: 10px 20px;
        font-size: 17px;
        white-space: nowrap;
    }

    .mrp-hero__media {
        max-width: 430px !important;
        overflow: visible;
    }

    .mrp-hero__image-wrap {
        display: none;
    }

    .mrp-hero__cards {
        width: 100% !important;
        max-width: 430px;
        margin: 0 auto !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        padding: 0 !important;
    }

    .mrp-hero-card {
        width: auto !important;
        min-width: 0;
        min-height: 170px;
        padding: 18px 16px !important;
        border-radius: 16px !important;
        text-align: left;
        overflow: hidden;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .mrp-hero-card__icon {
        width: 44px;
        height: 44px;
        margin-bottom: 18px;
        font-size: 20px !important;
        box-shadow: 0 0 0 8px color-mix(in srgb, var(--mrp-card-accent), transparent 86%);
    }

    .mrp-hero-card__title {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.18;
        margin: 0;
    }

    .mrp-hero-card__text {
        font-size: 12px;
        line-height: 1.35;
    }

    .mrp-hero-card::after {
        width: 100px;
        height: 80px;
        right: 8px;
        bottom: 8px;
        opacity: .12;
    }

    .mrp-hero__shape--left,
    .mrp-hero__dots--bottom,
    .mrp-hero::after {
        display: none;
    }
}

@media (max-width: 389px) {
    .mrp-hero__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .mrp-hero-card {
        min-height: 156px;
        padding: 16px 12px !important;
    }

    .mrp-hero-card__icon {
        width: 48px;
        height: 48px;
        margin-bottom: 18px;
    }

    .mrp-hero-card__title {
        font-size: 14px;
    }
}


/* Hero spacing + dynamic category card icon background controls */
.mrp-hero-card {
    --mrp-card-bg: #ffffff;
    --mrp-card-overlay-color: #ffffff;
    --mrp-card-overlay-opacity: .78;
    --mrp-card-bg-icon-opacity: .14;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--mrp-card-bg), #ffffff 2%) 0%, color-mix(in srgb, var(--mrp-card-bg), #f7fbff 8%) 100%);
}

.mrp-hero-card::after {
    display: none !important;
}

.mrp-hero-card__bg-icon,
.mrp-hero-card__overlay {
    position: absolute;
    pointer-events: none;
}

.mrp-hero-card__bg-icon {
    z-index: 1;
    right: 16px;
    bottom: 10px;
    width: 165px;
    height: 165px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mrp-card-accent);
    font-size: 165px;
    line-height: 1;
    opacity: var(--mrp-card-bg-icon-opacity);
    transform: rotate(-6deg);
    transform-origin: center;
}

.mrp-hero-card__bg-icon i,
.mrp-hero-card__bg-icon .fa,
.mrp-hero-card__bg-icon .fas,
.mrp-hero-card__bg-icon .far,
.mrp-hero-card__bg-icon .fab,
.mrp-hero-card__bg-icon .eicon {
    color: currentColor;
    font-size: .92em;
    line-height: 1;
}

.mrp-hero-card__bg-icon .mrp-articles__tab-icon-wrap,
.mrp-hero-card__bg-icon .mrp-articles__tab-icon-wrap--elementor,
.mrp-hero-card__bg-icon .mrp-articles__tab-icon-wrap--svg,
.mrp-hero-card__bg-icon .mrp-articles__tab-icon-wrap--image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    color: currentColor;
}

.mrp-hero-card__bg-icon img.mrp-articles__tab-icon-img,
.mrp-hero-card__bg-icon .mrp-articles__tab-icon-img {
    width: 1em;
    height: 1em;
    object-fit: contain;
    filter: none;
    opacity: 1;
}

.mrp-hero-card__bg-icon svg,
.mrp-hero-card__bg-icon svg path,
.mrp-hero-card__bg-icon svg g,
.mrp-hero-card__bg-icon svg use,
.mrp-hero-card__bg-icon svg circle,
.mrp-hero-card__bg-icon svg rect,
.mrp-hero-card__bg-icon svg polygon {
    width: 1em;
    height: 1em;
    color: currentColor;
    fill: currentColor;
}

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

.mrp-hero-card__overlay {
    inset: 0;
    z-index: 2;
    background: var(--mrp-card-overlay-color);
    opacity: var(--mrp-card-overlay-opacity);
}

.mrp-hero-card__icon,
.mrp-hero-card__title,
.mrp-hero-card__text,
.mrp-hero-card__rating {
    z-index: 3;
}

.mrp-hero--hover .mrp-hero-card:hover .mrp-hero-card__bg-icon {
    transform: rotate(-6deg) scale(1.04);
    transition: transform .28s ease;
}

@media (max-width: 767px) {
    .mrp-hero-card__bg-icon {
        width: 85px;
        height: 85px;
        font-size: 85px;
        right: 8px;
        bottom: 8px;
        opacity: calc(var(--mrp-card-bg-icon-opacity) * .9);
    }
}


/* Hero category background icon visibility restore */
.mrp-hero-card__bg-icon {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: max(.16, var(--mrp-card-bg-icon-opacity, .18)) !important;
    z-index: 1 !important;
}

.mrp-hero-card__bg-icon svg,
.mrp-hero-card__bg-icon svg *,
.mrp-hero-card__bg-icon i,
.mrp-hero-card__bg-icon .fa,
.mrp-hero-card__bg-icon .fas,
.mrp-hero-card__bg-icon .far,
.mrp-hero-card__bg-icon .fab,
.mrp-hero-card__bg-icon .eicon,
.mrp-hero-card__bg-icon img {
    opacity: 1 !important;
    visibility: visible !important;
}

.mrp-hero-card__overlay {
    opacity: min(.62, var(--mrp-card-overlay-opacity, .62)) !important;
}

.mrp-hero-card__icon,
.mrp-hero-card__title,
.mrp-hero-card__text,
.mrp-hero-card__rating {
    position: relative;
    z-index: 3 !important;
}

.mrp-hero__button,
.mrp-hero__button .mrp-hero__button-text {
    font-family: inherit;
}
