
.mr-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 45%, rgba(37,99,235,.12), transparent 30%),
        radial-gradient(circle at 20% 20%, rgba(59,130,246,.06), transparent 28%),
        #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.mr-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .5;
}

.mr-grid-line {
    position: absolute;
    display: block;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(37,99,235,.08),
        transparent
    );
}

.line-1 {
    width: 100%;
    height: 1px;
    top: 28%;
}

.line-2 {
    width: 100%;
    height: 1px;
    top: 72%;
}

.line-3 {
    width: 1px;
    height: 100%;
    left: 72%;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(37,99,235,.08),
        transparent
    );
}

.mr-container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mr-hero-content {
    min-height: 760px;
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
    gap: 10px;
}

.mr-hero-copy {
    padding: 60px 0;
    position: relative;
    z-index: 5;
}

.mr-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    border: 1px solid rgba(37,99,235,.14);
    background: rgba(37,99,235,.05);
    color: #2563eb;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .8px;
    margin-bottom: 24px;
}

.mr-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34,197,94,.1);
    animation: mrLivePulse 2s infinite;
}

@keyframes mrLivePulse {
    0%,100% {
        box-shadow: 0 0 0 4px rgba(34,197,94,.10);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(34,197,94,.02);
    }
}

.mr-hero h1 {
    margin: 0;
    max-width: 650px;
    color: #0f172a;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.04;
    letter-spacing: -3px;
    font-weight: 800;
}

.mr-hero h1 span {
    display: block;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mr-hero-description {
    max-width: 590px;
    margin: 25px 0 25px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}

.mr-location-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 30px;
}

.mr-location-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 9px;
    border: 1px solid #e2e8f0;
    background: rgba(255,255,255,.8);
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.mr-location-pill.active {
    color: #2563eb;
    border-color: rgba(37,99,235,.2);
    background: rgba(37,99,235,.05);
}

.location-status {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
}

.mr-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.mr-btn {
    min-height: 52px;
    padding: 0 21px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition: .25s ease;
}

.mr-btn-primary {
    color: #fff;
    background: #2563eb;
    box-shadow: 0 12px 28px rgba(37,99,235,.22);
}

.mr-btn-primary:hover {
    transform: translateY(-2px);
    background: #1d4ed8;
    color: #fff;
    box-shadow: 0 16px 35px rgba(37,99,235,.28);
}

.mr-btn-secondary {
    color: #334155;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.mr-btn-secondary:hover {
    transform: translateY(-2px);
    color: #2563eb;
    border-color: #bfdbfe;
}

.mr-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
}

.mr-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

.mr-trust-item i {
    color: #2563eb;
    font-size: 13px;
}

/* GLOBE */

.mr-globe-area {
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mr-globe-glow {
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(37,99,235,.13);
    filter: blur(80px);
    animation: globeGlow 5s ease-in-out infinite;
}

@keyframes globeGlow {
    0%,100% {
        transform: scale(.9);
        opacity: .55;
    }
    50% {
        transform: scale(1.08);
        opacity: .9;
    }
}

.mr-globe {
    width: 410px;
    height: 410px;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}

.mr-globe-surface {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 25%,
            rgba(96,165,250,.45),
            transparent 22%),
        radial-gradient(circle at 65% 65%,
            rgba(37,99,235,.4),
            transparent 45%),
        linear-gradient(145deg,
            #dbeafe,
            #bfdbfe 45%,
            #93c5fd);
    border: 1px solid rgba(37,99,235,.25);
    box-shadow:
        inset -35px -20px 80px rgba(30,64,175,.22),
        inset 25px 20px 55px rgba(255,255,255,.7),
        0 30px 80px rgba(37,99,235,.18);
}

.mr-world-grid {
    position: absolute;
    inset: -15%;
    background:
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent 39px,
            rgba(37,99,235,.14) 40px,
            transparent 41px
        ),
        repeating-linear-gradient(
            0deg,
            transparent 0,
            transparent 39px,
            rgba(37,99,235,.14) 40px,
            transparent 41px
        );
    border-radius: 50%;
    transform: rotate(-12deg) scale(1.2);
    opacity: .65;
}

.mr-world-highlight {
    position: absolute;
    width: 170px;
    height: 170px;
    top: 20px;
    left: 55px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
    filter: blur(18px);
}

/* ORBITS */

.mr-orbit {
    position: absolute;
    width: 500px;
    height: 170px;
    border: 1px solid rgba(37,99,235,.16);
    border-radius: 50%;
    transform: rotate(-24deg);
}

.orbit-one {
    animation: orbitRotate 12s linear infinite;
}

.orbit-two {
    width: 540px;
    height: 220px;
    transform: rotate(52deg);
    animation: orbitRotateReverse 16s linear infinite;
}

.orbit-three {
    width: 450px;
    height: 310px;
    transform: rotate(80deg);
    opacity: .6;
    animation: orbitRotate 20s linear infinite;
}

@keyframes orbitRotate {
    from { transform: rotate(-24deg); }
    to { transform: rotate(336deg); }
}

@keyframes orbitRotateReverse {
    from { transform: rotate(52deg); }
    to { transform: rotate(-308deg); }
}

/* SERVER NODES */

.mr-server-node {
    position: absolute;
    z-index: 8;
    display: flex;
    align-items: center;
}

.node-core {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #2563eb;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px rgba(37,99,235,.2);
    position: relative;
    z-index: 3;
}

.node-pulse {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -9px;
    top: -9px;
    border-radius: 50%;
    background: rgba(37,99,235,.18);
    animation: nodePulse 2s infinite;
}

@keyframes nodePulse {
    0% {
        transform: scale(.5);
        opacity: .8;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.node-label {
    margin-left: 9px;
    padding: 7px 10px;
    border-radius: 8px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(226,232,240,.9);
    box-shadow: 0 8px 25px rgba(15,23,42,.08);
    display: flex;
    flex-direction: column;
    min-width: 80px;
}

.node-label strong {
    color: #0f172a;
    font-size: 10px;
    font-weight: 800;
}

.node-label small {
    color: #22c55e;
    font-size: 8px;
    font-weight: 700;
    margin-top: 2px;
}

.node-india {
    left: 64%;
    top: 58%;
}

.node-europe {
    left: 42%;
    top: 34%;
}

.node-singapore {
    left: 71%;
    top: 67%;
}

.mr-connection {
    position: absolute;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(37,99,235,0),
        rgba(37,99,235,.6),
        rgba(37,99,235,0)
    );
    transform-origin: left center;
    opacity: .7;
}

.connection-one {
    width: 125px;
    left: 47%;
    top: 44%;
    transform: rotate(26deg);
}

.connection-two {
    width: 100px;
    left: 57%;
    top: 56%;
    transform: rotate(35deg);
}

.connection-three {
    width: 80px;
    left: 62%;
    top: 62%;
    transform: rotate(10deg);
}

/* FLOATING CARDS */

.mr-floating-card {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border: 1px solid rgba(226,232,240,.9);
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(16px);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(15,23,42,.09);
}

.mr-floating-card strong {
    display: block;
    color: #0f172a;
    font-size: 11px;
    font-weight: 800;
}

.mr-floating-card span {
    display: block;
    color: #64748b;
    font-size: 8px;
    margin-top: 2px;
    font-weight: 600;
}

.floating-icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #2563eb;
    background: #eff6ff;
}

.card-speed {
    top: 18%;
    right: 2%;
    animation: floatOne 4s ease-in-out infinite;
}

.card-uptime {
    bottom: 18%;
    left: 2%;
    animation: floatTwo 5s ease-in-out infinite;
}

.card-network {
    bottom: 8%;
    right: 12%;
    padding: 9px 13px;
    font-size: 9px;
    font-weight: 800;
    color: #475569;
    animation: floatOne 6s ease-in-out infinite;
}

.network-dot {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34,197,94,.1);
}

@keyframes floatOne {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

@keyframes floatTwo {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(9px); }
}

/* TABLET */

@media (max-width: 1000px) {
    .mr-hero {
        min-height: auto;
    }

    .mr-hero-content {
        grid-template-columns: 1fr;
        padding: 70px 0 80px;
        min-height: auto;
    }

    .mr-hero-copy {
        text-align: center;
        padding: 20px 0 0;
    }

    .mr-hero h1,
    .mr-hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .mr-location-pills,
    .mr-hero-actions,
    .mr-trust-row {
        justify-content: center;
    }

    .mr-globe-area {
        height: 560px;
        margin-top: -20px;
    }
}

/* MOBILE */

@media (max-width: 600px) {
    .mr-container {
        width: min(100% - 28px, 1240px);
    }

    .mr-hero-content {
        padding: 45px 0 55px;
    }

    .mr-badge {
        font-size: 8px;
        letter-spacing: .5px;
        padding: 8px 11px;
        margin-bottom: 20px;
    }

    .mr-hero h1 {
        font-size: clamp(37px, 11vw, 50px);
        letter-spacing: -2px;
        line-height: 1.06;
    }

    .mr-hero-description {
        font-size: 13px;
        line-height: 1.7;
        margin-top: 19px;
    }

    .mr-location-pills {
        gap: 6px;
        margin-bottom: 24px;
    }

    .mr-location-pill {
        font-size: 9px;
        padding: 7px 9px;
    }

    .mr-hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .mr-btn {
        width: 100%;
        min-height: 50px;
    }

    .mr-trust-row {
        gap: 12px;
        margin-top: 25px;
    }

    .mr-trust-item {
        font-size: 9px;
    }

    .mr-globe-area {
        height: 390px;
        margin-top: 0;
    }

    .mr-globe {
        width: 275px;
        height: 275px;
    }

    .mr-globe-glow {
        width: 290px;
        height: 290px;
        filter: blur(55px);
    }

    .mr-orbit {
        width: 330px;
        height: 115px;
    }

    .orbit-two {
        width: 350px;
        height: 145px;
    }

    .orbit-three {
        width: 310px;
        height: 190px;
    }

    .node-label {
        padding: 5px 7px;
        min-width: 62px;
        margin-left: 6px;
    }

    .node-label strong {
        font-size: 8px;
    }

    .node-label small {
        font-size: 6px;
    }

    .node-core {
        width: 8px;
        height: 8px;
        border-width: 2px;
    }

    .node-pulse {
        width: 23px;
        height: 23px;
        left: -8px;
        top: -8px;
    }

    .node-india {
        left: 64%;
        top: 58%;
    }

    .node-europe {
        left: 38%;
        top: 31%;
    }

    .node-singapore {
        left: 69%;
        top: 67%;
    }

    .mr-floating-card {
        padding: 8px 10px;
        gap: 7px;
    }

    .floating-icon {
        width: 26px;
        height: 26px;
        border-radius: 7px;
        font-size: 10px;
    }

    .mr-floating-card strong {
        font-size: 8px;
    }

    .mr-floating-card span {
        font-size: 6px;
    }

    .card-speed {
        top: 4%;
        right: 0;
    }

    .card-uptime {
        bottom: 10%;
        left: 0;
    }

    .card-network {
        right: 4%;
        bottom: 1%;
        font-size: 7px;
        padding: 7px 9px;
    }

    .connection-one {
        width: 85px;
    }

    .connection-two {
        width: 65px;
    }

    .connection-three {
        width: 50px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mr-live-dot,
    .mr-globe-glow,
    .mr-orbit,
    .mr-server-node .node-pulse,
    .mr-floating-card {
        animation: none !important;
    }
}

```css
.mr-locations {
    position: relative;
    padding: 110px 0;
    background: #f8fafc;
    overflow: hidden;
}

.mr-locations::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -250px;
    top: 100px;
    border-radius: 50%;
    background: rgba(37,99,235,.05);
    filter: blur(80px);
}

.mr-locations-container {
    width: min(1240px, calc(100% - 40px));
    margin: auto;
    position: relative;
    z-index: 2;
}

.mr-section-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.mr-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2563eb;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.mr-section-tag span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 5px rgba(37,99,235,.08);
}

.mr-section-heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: -2px;
    font-weight: 800;
}

.mr-section-heading h2 span {
    display: block;
    color: #2563eb;
}

.mr-section-heading p {
    max-width: 620px;
    margin: 18px auto 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
}

.mr-location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mr-location-card {
    position: relative;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: rgba(255,255,255,.88);
    box-shadow: 0 10px 40px rgba(15,23,42,.04);
    overflow: hidden;
    transition: .3s ease;
}

.mr-location-card:hover {
    transform: translateY(-7px);
    border-color: #bfdbfe;
    box-shadow: 0 20px 50px rgba(37,99,235,.10);
}

.mr-location-featured {
    border-color: rgba(37,99,235,.28);
    box-shadow: 0 15px 45px rgba(37,99,235,.08);
}

.mr-location-featured::before {
    content: "POPULAR REGION";
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 12px;
    border-radius: 0 0 0 10px;
    background: #2563eb;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .6px;
}

.mr-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.mr-country-icon {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #2563eb;
    background: #eff6ff;
}

.mr-online {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border-radius: 100px;
    background: #f0fdf4;
    color: #16a34a;
    font-size: 8px;
    font-weight: 800;
}

.mr-online span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #22c55e;
    animation: mrStatusBlink 1.8s infinite;
}

@keyframes mrStatusBlink {
    0%,100% {
        opacity: 1;
    }
    50% {
        opacity: .35;
    }
}

.mr-country {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mr-country-name {
    display: flex;
    align-items: center;
    gap: 11px;
}

.mr-country-flag {
    font-size: 27px;
}

.mr-country h3 {
    margin: 0;
    color: #0f172a;
    font-size: 17px;
    font-weight: 800;
}

.mr-country p {
    margin: 3px 0 0;
    color: #94a3b8;
    font-size: 9px;
    font-weight: 600;
}

.mr-ping {
    text-align: right;
}

.mr-ping span {
    display: block;
    color: #94a3b8;
    font-size: 7px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
}

.mr-ping strong {
    display: block;
    margin-top: 3px;
    color: #16a34a;
    font-size: 11px;
}

.mr-server-visual {
    height: 150px;
    margin: 22px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px;
    background:
        radial-gradient(circle at center,
        rgba(37,99,235,.09),
        transparent 58%),
        #f8fafc;
    border: 1px solid #f1f5f9;
}

.mr-server-radar {
    position: absolute;
    width: 115px;
    height: 115px;
    border: 1px solid rgba(37,99,235,.16);
    border-radius: 50%;
}

.mr-server-radar::before,
.mr-server-radar::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(37,99,235,.12);
    border-radius: 50%;
}

.mr-server-radar::after {
    inset: 38px;
}

.mr-server-rack {
    width: 65px;
    padding: 7px;
    border-radius: 7px;
    background: #0f172a;
    box-shadow: 0 15px 30px rgba(15,23,42,.18);
    position: relative;
    z-index: 3;
}

.mr-server-rack div {
    height: 10px;
    margin: 3px 0;
    border-radius: 3px;
    background: #1e293b;
    position: relative;
}

.mr-server-rack div::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 3px;
    right: 5px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: -8px 0 #2563eb;
}

.mr-radar-dot {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 5px rgba(37,99,235,.08);
}

.dot-a {
    left: 28%;
    top: 38%;
}

.dot-b {
    right: 25%;
    top: 30%;
}

.dot-c {
    right: 30%;
    bottom: 25%;
}

.mr-location-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.mr-location-features div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #64748b;
    font-size: 9px;
    font-weight: 700;
}

.mr-location-features i {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: #2563eb;
    background: #eff6ff;
    font-size: 9px;
}

.mr-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 17px;
    color: #94a3b8;
    font-size: 8px;
    font-weight: 700;
}

.mr-card-footer i {
    color: #2563eb;
    transition: .25s ease;
}

.mr-location-card:hover .mr-card-footer i {
    transform: translateX(4px);
}

.mr-global-status {
    margin-top: 28px;
    padding: 18px 22px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.mr-status-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mr-status-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #2563eb;
    background: #eff6ff;
}

.mr-status-left strong {
    display: block;
    color: #0f172a;
    font-size: 11px;
    font-weight: 800;
}

.mr-status-left span {
    display: block;
    margin-top: 3px;
    color: #94a3b8;
    font-size: 8px;
    font-weight: 600;
}

.mr-status-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.mr-status-right > div:not(.mr-status-divider) {
    text-align: center;
}

.mr-status-number {
    display: block;
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
}

.mr-status-right small {
    display: block;
    margin-top: 3px;
    color: #94a3b8;
    font-size: 7px;
    font-weight: 700;
}

.mr-status-divider {
    width: 1px;
    height: 28px;
    background: #e2e8f0;
}

/* TABLET */

@media (max-width: 900px) {
    .mr-locations {
        padding: 85px 0;
    }

    .mr-location-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mr-location-card:last-child {
        grid-column: 1 / -1;
        max-width: calc(50% - 9px);
        width: 100%;
        margin: 0 auto;
    }

    .mr-global-status {
        flex-direction: column;
        align-items: stretch;
    }

    .mr-status-right {
        justify-content: space-around;
    }
}

/* MOBILE */

@media (max-width: 600px) {
    .mr-locations {
        padding: 70px 0;
    }

    .mr-locations-container {
        width: min(100% - 28px, 1240px);
    }

    .mr-section-heading {
        margin-bottom: 35px;
    }

    .mr-section-tag {
        font-size: 8px;
    }

    .mr-section-heading h2 {
        font-size: 31px;
        letter-spacing: -1.4px;
    }

    .mr-section-heading p {
        font-size: 12px;
        line-height: 1.7;
    }

    .mr-location-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mr-location-card:last-child {
        grid-column: auto;
        max-width: none;
    }

    .mr-location-card {
        padding: 19px;
        border-radius: 17px;
    }

    .mr-card-top {
        margin-bottom: 18px;
    }

    .mr-server-visual {
        height: 125px;
    }

    .mr-global-status {
        padding: 17px;
        gap: 20px;
    }

    .mr-status-right {
        width: 100%;
        gap: 10px;
    }

    .mr-status-number {
        font-size: 12px;
    }

    .mr-status-right small {
        font-size: 6px;
    }

    .mr-status-divider {
        height: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mr-online span,
    .mr-location-card,
    .mr-card-footer i {
        animation: none !important;
        transition: none !important;
    }
}

```css id="w4v8fz"
.mr-pricing {
    padding: 110px 0;
    background: #fff;
}

.mr-pricing-container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.mr-pricing-heading {
    margin-bottom: 35px;
}

.mr-pricing-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}

.mr-billing-switch,
.mr-currency-switch {
    display: flex;
    padding: 4px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.mr-billing-btn,
.mr-currency-btn {
    border: 0;
    background: transparent;
    padding: 11px 18px;
    border-radius: 8px;
    color: #64748b;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.mr-billing-btn.active,
.mr-currency-btn.active {
    background: #fff;
    color: #0f172a;
    box-shadow: 0 2px 8px rgba(15,23,42,.08);
}

.mr-save-badge {
    margin-left: 5px;
    padding: 3px 6px;
    border-radius: 5px;
    background: #dcfce7;
    color: #15803d;
    font-size: 8px;
    font-weight: 800;
}

.mr-yearly-note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 0 auto 40px;
    padding: 9px 14px;
    border-radius: 8px;
    background: #f0fdf4;
    color: #15803d;
    font-size: 12px;
    font-weight: 600;
}

.mr-yearly-note i {
    font-size: 13px;
}

.mr-yearly-note strong {
    font-weight: 800;
}

.mr-plans-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.mr-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    transition: .2s ease;
}

.mr-plan-card:hover {
    transform: translateY(-4px);
    border-color: #cbd5e1;
    box-shadow: 0 15px 35px rgba(15,23,42,.07);
}

.mr-plan-popular {
    border: 1.5px solid #2563eb;
    box-shadow: 0 10px 30px rgba(37,99,235,.08);
}

.mr-popular-label {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 7px 11px;
    border-radius: 0 0 8px 8px;
    background: #2563eb;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
}

.mr-plan-header {
    display: flex;
    align-items: center;
    gap: 13px;
}

.mr-plan-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 17px;
}

.mr-plan-header h3 {
    margin: 0;
    color: #0f172a;
    font-size: 17px;
    font-weight: 800;
}

.mr-plan-header p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 11px;
}

.mr-price-area {
    padding: 27px 0 19px;
    border-bottom: 1px solid #f1f5f9;
}

.mr-price {
    display: flex;
    align-items: baseline;
    color: #0f172a;
}

.price-currency {
    margin-right: 3px;
    font-size: 22px;
    font-weight: 800;
}

.price-number {
    font-size: 42px;
    line-height: 1;
    letter-spacing: -2px;
    font-weight: 800;
}

.mr-price small {
    margin-left: 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.mr-billed {
    margin-top: 9px;
    color: #94a3b8;
    font-size: 11px;
}

.yearly-text {
    display: none;
}

.mr-domain-feature {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 17px 0;
    padding: 11px 12px;
    border-radius: 9px;
    background: #f8fafc;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
}

.mr-domain-feature i {
    color: #16a34a;
    font-size: 13px;
}

.mr-domain-feature strong {
    display: none;
    margin-left: auto;
    padding: 4px 6px;
    border-radius: 5px;
    background: #dcfce7;
    color: #15803d;
    font-size: 8px;
}

.mr-plan-btn {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 9px;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    transition: .2s ease;
}

.mr-plan-btn:hover {
    background: #2563eb;
    color: #fff;
}

.mr-plan-popular .mr-plan-btn {
    background: #2563eb;
}

.mr-plan-popular .mr-plan-btn:hover {
    background: #1d4ed8;
}

.mr-plan-divider {
    height: 1px;
    margin: 23px 0 20px;
    background: #f1f5f9;
}

.mr-includes > strong {
    display: block;
    margin-bottom: 15px;
    color: #334155;
    font-size: 11px;
    font-weight: 800;
}

.mr-includes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mr-includes li {
    display: flex;
    gap: 9px;
    margin-bottom: 12px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.4;
}

.mr-includes li i {
    margin-top: 2px;
    color: #22c55e;
    font-size: 11px;
}

/* YEARLY */

.mr-pricing[data-billing="yearly"] .monthly-text {
    display: none;
}

.mr-pricing[data-billing="yearly"] .yearly-text {
    display: inline;
}

.mr-pricing[data-billing="yearly"] .mr-domain-feature {
    background: #f0fdf4;
}

.mr-pricing[data-billing="yearly"] .mr-domain-feature strong {
    display: block;
}

/* TABLET */

@media (max-width: 1100px) {

    .mr-plans-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* MOBILE */

@media (max-width: 600px) {

    .mr-pricing {
        padding: 75px 0;
    }

    .mr-pricing-container {
        width: calc(100% - 28px);
    }

    .mr-pricing-controls {
        flex-direction: column;
        width: 100%;
    }

    .mr-billing-switch,
    .mr-currency-switch {
        width: 100%;
    }

    .mr-billing-btn,
    .mr-currency-btn {
        flex: 1;
        font-size: 12px;
    }

    .mr-yearly-note {
        font-size: 10px;
        margin-bottom: 25px;
    }

    .mr-plans-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .mr-plan-card {
        padding: 24px;
    }

    .mr-plan-header h3 {
        font-size: 16px;
    }

    .price-number {
        font-size: 40px;
    }

    .mr-includes li {
        font-size: 12px;
    }

}
```
