:root {
    --red: #e23a2e;
    --red-dark: #ae241a;
    --red-soft: #ffffff;
    --red-line: #f3d6d1;
    --navy: #12162a;
    --navy-soft: #1d2340;
    --gold: #d3a324;
    --white: #ffffff;
    --ink: #181b29;
    --slate: #6b6f82;
    --font: "Plus Jakarta Sans", sans-serif;
}

* {
    box-sizing: border-box;
}

.msn-page {
    font-family: var(--font);
    color: var(--ink);
    background: var(--white);
    overflow-x: hidden;
    line-height: 1.65;
    font-weight: 400;
}

.msn-page h1,
.msn-page h2,
.msn-page h3,
.msn-page h4 {
    font-family: var(--font);
    color: var(--navy);
    margin: 0;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.msn-page p {
    margin: 0;
    color: var(--slate);
}

.msn-page .eyebrow {
    font-family: var(--font);
    text-transform: uppercase;
    font-size: 12.5px;
    letter-spacing: 0.14em;
    color: var(--red);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.msn-page .eyebrow::before {
    content: "";
    width: 18px;
    height: 2px;
    background: var(--red);
    display: inline-block;
    border-radius: 2px;
}

.msn-section {
    padding: 104px 0;
}

@media (max-width: 768px) {
    .msn-section {
        padding: 64px 0;
    }
}

.msn-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

.msn-page .btn-msn {
    font-family: var(--font);
    font-weight: 700;
    font-size: 15px;
    padding: 15px 32px;
    border-radius: 999px;
    border: 1.5px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
    cursor: pointer;
}

.msn-page .btn-msn-primary {
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: #fff;
    box-shadow: 0 14px 30px -10px rgba(226, 58, 46, 0.55);
}

.msn-page .btn-msn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px -10px rgba(226, 58, 46, 0.65);
    color: #fff;
}

.msn-page .btn-msn-ghost {
    border-color: #ddd0cc;
    color: var(--navy);
    background: #fff;
}

.msn-page .btn-msn-ghost:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
    transform: translateY(-3px);
}

.msn-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.msn-reveal.in {
    opacity: 1;
    transform: none;
}

/* ================= HERO ================= */
.msn-hero {
    background: radial-gradient(
        120% 100% at 15% 0%,
        var(--red-soft) 0%,
        #fef8f7 45%,
        #ffffff 78%
    );
    padding: 92px 0 64px;
    position: relative;
}

.msn-hero::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(226, 58, 46, 0.14),
        transparent 70%
    );
    pointer-events: none;
}

.msn-hero-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 56px;
    align-items: center;
    position: relative;
}

@media (max-width: 991px) {
    .msn-hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

.msn-hero h1 {
    font-size: clamp(38px, 5.6vw, 68px);
    font-weight: 800;
    line-height: 1.05;
    margin: 18px 0 22px;
}

.msn-hero h1 span {
    color: var(--red);
}

.msn-hero p.lead-msn {
    font-size: 18px;
    max-width: 520px;
    margin-bottom: 30px;
    font-weight: 400;
}

.msn-hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.msn-hero-trust {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.msn-hero-trust .item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.msn-hero-trust strong {
    font-size: 23px;
    color: var(--navy);
    display: block;
    line-height: 1;
    font-weight: 800;
}

.msn-hero-trust span {
    font-size: 12.5px;
    color: var(--slate);
    font-weight: 500;
}

/* Dashboard signature — generic across every service line */
.msn-dash {
    background: var(--navy);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 44px 80px -30px rgba(18, 22, 42, 0.5);
    position: relative;
    padding: 26px 26px 24px;
}

.msn-dash::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(226, 58, 46, 0.35),
        transparent 70%
    );
}

.msn-dash-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    position: relative;
}

.msn-dash-top .lbl {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8890ac;
    font-weight: 700;
}

.msn-dash-top .live {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11.5px;
    color: #7bd99a;
    font-weight: 600;
}

.msn-dash-top .live i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #59c77b;
    display: inline-block;
    animation: msnPulse 1.4s ease infinite;
}

@keyframes msnPulse {
    50% {
        opacity: 0.35;
    }
}

.msn-dash-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
}

.msn-dash-stat {
    background: #191f3a;
    border-radius: 12px;
    padding: 14px 12px;
}

.msn-dash-stat b {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
}

.msn-dash-stat span {
    font-size: 10.5px;
    color: #8890ac;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.msn-dash-chart {
    background: #191f3a;
    border-radius: 14px;
    padding: 16px 16px 10px;
    margin-bottom: 18px;
    position: relative;
}

.msn-dash-chart .chart-lbl {
    font-size: 11px;
    color: #8890ac;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    font-weight: 700;
}

.msn-dash-chart svg {
    display: block;
    width: 100%;
    height: auto;
}

.msn-dash-path {
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: msnDraw 2.2s ease forwards 0.3s;
}

@keyframes msnDraw {
    to {
        stroke-dashoffset: 0;
    }
}

.msn-dash-checklist {
    display: flex;
    flex-direction: column;
    gap: 11px;
    position: relative;
}

.msn-dash-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #8890ac;
    font-weight: 600;
}

.msn-dash-item .tick {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #363e63;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.msn-dash-item .tick svg {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.25s ease;
}

.msn-dash-item.on {
    color: #edeff7;
}

.msn-dash-item.on .tick {
    background: var(--red);
    border-color: var(--red);
}

.msn-dash-item.on .tick svg {
    opacity: 1;
    transform: scale(1);
}

/* ================= BADGES STRIP ================= */
.msn-badges {
    border-top: 1px solid var(--red-line);
    border-bottom: 1px solid var(--red-line);
}

.msn-badges-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px;
}

.msn-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 200px;
}

.msn-badge .ic {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: var(--red-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--red);
}

.msn-badge strong {
    display: block;
    color: var(--navy);
    font-size: 15px;
    font-weight: 700;
}

.msn-badge span {
    font-size: 12.5px;
    color: var(--slate);
}

/* ================= STACK marquee ================= */
.msn-stack {
    background: var(--red-soft);
}

.msn-stack-head {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 40px;
}

.msn-marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent,
        #000 8%,
        #000 92%,
        transparent
    );
    mask-image: linear-gradient(
        90deg,
        transparent,
        #000 8%,
        #000 92%,
        transparent
    );
}

.msn-marquee-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: msnScroll 28s linear infinite;
}

.msn-marquee:hover .msn-marquee-track {
    animation-play-state: paused;
}

@keyframes msnScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.msn-tech-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--red-line);
    border-radius: 12px;
    padding: 14px 22px;
    font-weight: 700;
    font-size: 14.5px;
    color: var(--navy);
    white-space: nowrap;
    box-shadow: 0 8px 18px -12px rgba(18, 22, 42, 0.2);
}

.msn-tech-pill .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red);
}

/* ================= PROCESS: build log ================= */
.msn-process-wrap {
    position: relative;
}

.msn-process-rail {
    position: absolute;
    left: 29px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: var(--red-line);
}

@media (max-width: 767px) {
    .msn-process-rail {
        left: 23px;
    }
}

.msn-step {
    display: flex;
    gap: 28px;
    position: relative;
    padding-bottom: 52px;
}

.msn-step:last-child {
    padding-bottom: 0;
}

.msn-step-num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 800;
    font-size: 19px;
    color: var(--navy);
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .msn-step-num {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }
}

.msn-step.is-active .msn-step-num {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

.msn-step-body {
    padding-top: 8px;
}

.msn-step-body .tag-line {
    font-size: 11.5px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    display: block;
    font-weight: 700;
}

.msn-step-body h3 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 700;
}

.msn-step-body p {
    max-width: 560px;
    font-size: 15px;
}

/* ================= PORTFOLIO ================= */
.msn-port {
    background: var(--navy);
    color: #fff;
}

.msn-port h2,
.msn-port .eyebrow {
    color: #fff;
}

.msn-port .eyebrow {
    color: var(--gold);
}

.msn-port .eyebrow::before {
    background: var(--gold);
}

.msn-port p {
    color: #aeb3cc;
}

.msn-port-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 150px;
    gap: 14px;
    margin-top: 44px;
}

.msn-port-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #232a4c, #171b33);
    display: flex;
    align-items: flex-end;
    padding: 18px;
    cursor: pointer;
    transition: outline-color 0.2s ease, transform 0.25s ease;
}

.msn-port-card:hover {
    transform: translateY(-4px);
}

.msn-port-card:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

.msn-port-card:nth-child(2) {
    grid-column: span 2;
}

.msn-port-card:nth-child(3) {
    grid-column: span 2;
}

.msn-port-card:nth-child(4) {
    grid-column: span 2;
    grid-row: span 2;
}

.msn-port-card:nth-child(5) {
    grid-column: span 2;
}

@media (max-width: 900px) {
    .msn-port-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px;
    }

    .msn-port-card:nth-child(1),
    .msn-port-card:nth-child(4) {
        grid-column: span 2;
        grid-row: span 1;
    }

    .msn-port-card:nth-child(2),
    .msn-port-card:nth-child(3),
    .msn-port-card:nth-child(5) {
        grid-column: span 1;
    }
}

.msn-port-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 60%);
}

.msn-port-card .lbl {
    position: relative;
    z-index: 1;
}

.msn-port-card .lbl b {
    display: block;
    font-size: 17px;
    font-weight: 700;
}

.msn-port-card .lbl span {
    font-size: 12px;
    color: var(--gold);
    font-weight: 600;
}

.msn-port-card:hover {
    outline: 1.5px solid var(--red);
}

/* ================= COMPARE ================= */
.msn-compare table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 40px;
}

.msn-compare th,
.msn-compare td {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid var(--red-line);
}

.msn-compare thead th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--slate);
    font-weight: 700;
}

.msn-compare thead th.hl {
    color: var(--red);
}

.msn-compare tbody td:first-child {
    font-weight: 700;
    color: var(--navy);
}

.msn-compare .yes {
    color: #2e9e5b;
    font-weight: 800;
}

.msn-compare .no {
    color: #c24a3f;
    font-weight: 800;
}

.msn-compare tbody tr:hover td {
    background: #fff;
}

/* ================= GUARANTEE ================= */
.msn-guarantee {
    background: linear-gradient(120deg, var(--navy), #232a4c);
    color: #fff;
}

.msn-guarantee .eyebrow {
    color: var(--gold);
}

.msn-guarantee .eyebrow::before {
    background: var(--gold);
}

.msn-guarantee h2 {
    color: #fff;
}

.msn-guarantee p {
    color: #aeb3cc;
}

.msn-g-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 44px;
}

@media (max-width: 900px) {
    .msn-g-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .msn-g-grid {
        grid-template-columns: 1fr;
    }
}

.msn-g-item {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    padding: 26px 22px;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.msn-g-item:hover {
    border-color: var(--gold);
    transform: translateY(-3px);
}

.msn-g-item .ic {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(211, 163, 36, 0.15);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.msn-g-item strong {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 700;
}

.msn-g-item span {
    font-size: 13.5px;
    color: #aeb3cc;
}

/* ================= INDUSTRIES ================= */
.msn-ind-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.msn-ind-chip {
    border: 1px solid var(--red-line);
    border-radius: 999px;
    padding: 11px 22px;
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 9px;
    transition: all 0.2s ease;
}

.msn-ind-chip .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--red);
}

.msn-ind-chip:hover {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

.msn-ind-chip:hover .dot {
    background: var(--gold);
}

/* ================= TESTIMONIALS ================= */
.msn-test {
    background: var(--red-soft);
}

.msn-test-track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    margin-top: 44px;
}

.msn-test-track::-webkit-scrollbar {
    height: 6px;
}

.msn-test-track::-webkit-scrollbar-thumb {
    background: var(--red-line);
    border-radius: 6px;
}

.msn-test-card {
    scroll-snap-align: start;
    flex: 0 0 340px;
    background: #fff;
    border-radius: 18px;
    padding: 28px 26px;
    border: 1px solid var(--red-line);
    box-shadow: 0 18px 34px -22px rgba(18, 22, 42, 0.25);
}

.msn-test-card .quote {
    font-size: 44px;
    font-weight: 800;
    color: var(--red);
    line-height: 1;
    margin-bottom: 6px;
}

.msn-test-card p.msg {
    font-size: 14.5px;
    color: var(--ink);
    margin-bottom: 20px;
    min-height: 96px;
}

.msn-test-card .who {
    display: flex;
    align-items: center;
    gap: 12px;
}

.msn-test-card .avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.msn-test-card b {
    display: block;
    font-size: 14px;
    color: var(--navy);
}

.msn-test-card small {
    color: var(--slate);
    font-size: 12px;
}

.msn-test-card .stars {
    color: var(--gold);
    font-size: 13px;
    margin-top: 4px;
}

/* ================= STATS ================= */
.msn-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 900px) {
    .msn-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

.msn-stat b {
    font-size: clamp(30px, 4vw, 44px);
    color: var(--navy);
    display: block;
    font-weight: 800;
}

.msn-stat span {
    font-size: 13px;
    color: var(--slate);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

/* ================= FAQ ================= */
.msn-faq-item {
    border-bottom: 1px solid var(--red-line);
}

.msn-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

.msn-faq-q h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--navy);
}

.msn-faq-q .plus {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid var(--navy);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.25s ease;
}

.msn-faq-q .plus::before,
.msn-faq-q .plus::after {
    content: "";
    position: absolute;
    background: var(--navy);
    transition: all 0.25s ease;
}

.msn-faq-q .plus::before {
    width: 10px;
    height: 1.5px;
}

.msn-faq-q .plus::after {
    width: 1.5px;
    height: 10px;
}

.msn-faq-item.open .msn-faq-q .plus {
    background: var(--red);
    border-color: var(--red);
}

.msn-faq-item.open .msn-faq-q .plus::before,
.msn-faq-item.open .msn-faq-q .plus::after {
    background: #fff;
}

.msn-faq-item.open .msn-faq-q .plus::after {
    transform: rotate(90deg) scaleY(0);
}

.msn-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.msn-faq-a p {
    padding: 0 0 22px;
    font-size: 14.5px;
    max-width: 640px;
}

/* ================= CTA ================= */
.msn-cta {
    background: radial-gradient(
        120% 140% at 20% 0%,
        #c22e23 0%,
        var(--red-dark) 45%,
        var(--navy) 100%
    );
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.msn-cta h2 {
    color: #fff;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
}

.msn-cta p {
    color: #f3d9d4;
    max-width: 520px;
    margin: 16px auto 32px;
}

.msn-cta .btn-msn-primary {
    background: #fff;
    color: var(--red-dark);
    box-shadow: none;
}

.msn-cta .btn-msn-primary:hover {
    background: var(--gold);
    color: var(--navy);
}

.msn-cta .btn-msn-ghost {
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    background: transparent;
}

.msn-cta .btn-msn-ghost:hover {
    background: #fff;
    color: var(--red-dark);
}

.msn-cta-ctas {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ================= EXTRA PREMIUM POLISH ================= */
.msn-hero-badge-top {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--red-line);
    border-radius: 999px;
    padding: 8px 16px 8px 8px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--navy);
    box-shadow: 0 10px 24px -14px rgba(18, 22, 42, 0.3);
    margin-bottom: 20px;
}

.msn-hero-badge-top .stars-mini {
    color: var(--gold);
    letter-spacing: 1px;
}

.msn-hero-badge-top .avatars {
    display: flex;
}

.msn-hero-badge-top .avatars span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--navy);
    border: 2px solid #fff;
    margin-left: -8px;
    display: inline-block;
}

.msn-hero-badge-top .avatars span:first-child {
    margin-left: 0;
}

.msn-hero h1 .grad {
    background: linear-gradient(
        100deg,
        var(--red) 20%,
        #f3705e 60%,
        var(--gold) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.msn-hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

.msn-hero-blob.b1 {
    width: 340px;
    height: 340px;
    background: rgba(226, 58, 46, 0.22);
    top: -40px;
    left: 38%;
}

.msn-hero-blob.b2 {
    width: 260px;
    height: 260px;
    background: rgba(211, 163, 36, 0.2);
    bottom: -60px;
    left: 2%;
}

.msn-dash-wrap {
    position: relative;
}

.msn-float-chip {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 18px 34px -14px rgba(18, 22, 42, 0.35);
    z-index: 3;
    animation: msnFloat 4.5s ease-in-out infinite;
}

.msn-float-chip .ic {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.msn-float-chip b {
    display: block;
    font-size: 14px;
    color: var(--navy);
    font-weight: 800;
    line-height: 1.1;
}

.msn-float-chip span {
    font-size: 10.5px;
    color: var(--slate);
    font-weight: 600;
}

.msn-float-chip.c1 {
    top: -22px;
    right: -18px;
}

.msn-float-chip.c1 .ic {
    background: var(--red-soft);
    color: var(--red);
}

.msn-float-chip.c2 {
    bottom: 26px;
    left: -30px;
    animation-delay: 1.4s;
}

.msn-float-chip.c2 .ic {
    background: #fff3d9;
    color: var(--gold);
}

@keyframes msnFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 560px) {
    .msn-float-chip {
        display: none;
    }
}

/* ================= HERO SERVICE IMAGE (compact, premium) ================= */
.msn-hero-img-wrap {
    position: relative;
    max-width: 300px;
    margin: 0 0 0 auto;
}

@media (max-width: 991px) {
    .msn-hero-img-wrap {
        margin: 0 auto;
    }
}

.msn-hero-img-glow {
    position: absolute;
    inset: -22px -8px auto auto;
    width: 200px;
    height: 200px;
    background: radial-gradient(
        circle,
        rgba(226, 58, 46, 0.22),
        transparent 72%
    );
    filter: blur(6px);
    z-index: 0;
    pointer-events: none;
}

.msn-hero-img-card {
    position: relative;
    z-index: 1;
    aspect-ratio: 1/1;
    border-radius: 22px;
    overflow: hidden;
    padding: 6px;
    background: linear-gradient(
        155deg,
        var(--red),
        var(--gold) 55%,
        var(--navy)
    );
    box-shadow: 0 40px 70px -28px rgba(18, 22, 42, 0.45);
}

.msn-hero-img-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 21px;
}

.msn-hero-img-shade {
    position: absolute;
    inset: 6px;
    border-radius: 21px;
    background: linear-gradient(
        190deg,
        rgba(18, 22, 42, 0) 55%,
        rgba(18, 22, 42, 0.78) 100%
    );
    pointer-events: none;
}

.msn-hero-img-badge {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
}

.msn-hero-img-badge .ic {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
}

.msn-hero-img-badge b {
    display: block;
    font-size: 13.5px;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
}

.msn-hero-img-badge span {
    font-size: 11px;
    color: #e9eaf2;
    font-weight: 500;
}

@media (max-width: 560px) {
    .msn-hero-img-wrap {
        max-width: 240px;
    }
}

/* richer badge cards */
.msn-badges {
    border: none;
    background: var(--red-soft);
}

.msn-badges-row {
    gap: 18px;
}

.msn-badge {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    flex: 1 1 220px;
    box-shadow: 0 14px 30px -20px rgba(18, 22, 42, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.msn-badge:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 36px -18px rgba(226, 58, 46, 0.28);
}

.msn-badge .ic {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: #fff;
}

/* section divider wave */
.msn-wave {
    display: block;
    width: 100%;
    height: 46px;
    margin-top: -1px;
}

/* pattern on navy sections */
.msn-port,
.msn-guarantee {
    position: relative;
}

.msn-port::before,
.msn-guarantee::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        rgba(255, 255, 255, 0.06) 1.5px,
        transparent 1.5px
    );
    background-size: 22px 22px;
    pointer-events: none;
}

.msn-port .msn-container,
.msn-guarantee .msn-container {
    position: relative;
    z-index: 1;
}

/* stats as cards */
.msn-stat {
    background: #fff;
    border: 1px solid var(--red-line);
    border-radius: 18px;
    padding: 26px 14px;
    box-shadow: 0 14px 30px -22px rgba(18, 22, 42, 0.2);
    transition: transform 0.25s ease;
}

.msn-stat:hover {
    transform: translateY(-4px);
}

/* testimonial accent */
.msn-test-card {
    position: relative;
    overflow: hidden;
}

.msn-test-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--red), var(--gold));
}

/* faq as panel cards */
.msn-faq-item {
    background: #fff;
    border: 1px solid var(--red-line);
    border-radius: 16px;
    margin-bottom: 14px;
    padding: 0 22px;
    transition: border-color 0.2s ease;
}

.msn-faq-item.open {
    border-color: var(--red);
}

.msn-faq-item:last-child {
    margin-bottom: 0;
}

/* CTA pattern */
.msn-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        rgba(255, 255, 255, 0.08) 1.5px,
        transparent 1.5px
    );
    background-size: 24px 24px;
    pointer-events: none;
}

.msn-cta .msn-container {
    position: relative;
    z-index: 1;
}

/* ================= REDESIGN: trust bar / process / portfolio / compare ================= */
.msn-badges {
    background: linear-gradient(135deg, var(--navy) 0%, #232a4c 100%);
    border: none;
    position: relative;
    overflow: hidden;
}

.msn-badges::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        rgba(255, 255, 255, 0.06) 1.5px,
        transparent 1.5px
    );
    background-size: 22px 22px;
    pointer-events: none;
}

.msn-badges .msn-container {
    position: relative;
    z-index: 1;
}

.msn-badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    counter-reset: msnBadgeNum;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.msn-badge {
    counter-increment: msnBadgeNum;
    position: relative;
    flex: 1 1 240px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 30px 26px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    overflow: hidden;
    transition: background 0.3s ease;
}

.msn-badge:last-child {
    border-right: none;
}

.msn-badge:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: none;
    box-shadow: none;
}

.msn-badge::after {
    content: counter(msnBadgeNum, decimal-leading-zero);
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 56px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.07);
    line-height: 1;
    z-index: 0;
    letter-spacing: -0.03em;
    transition: color 0.3s ease;
}

.msn-badge:hover::after {
    color: rgba(255, 255, 255, 0.12);
}

.msn-badge .ic {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.04);
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.msn-badge:nth-child(odd) .ic {
    color: #ff8177;
}

.msn-badge:nth-child(even) .ic {
    color: var(--gold);
}

.msn-badge:nth-child(odd):hover .ic {
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    border-color: transparent;
    color: #fff;
}

.msn-badge:nth-child(even):hover .ic {
    background: linear-gradient(135deg, var(--gold), #b4820f);
    border-color: transparent;
    color: #fff;
}

.msn-badge > div {
    position: relative;
    z-index: 1;
}

.msn-badge strong {
    color: #fff;
    font-size: 15.5px;
    letter-spacing: -0.01em;
}

.msn-badge span {
    color: #aeb3cc;
}

@media (max-width: 767px) {
    .msn-badges-row {
        flex-direction: column;
    }

    .msn-badge {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .msn-badge:last-child {
        border-bottom: none;
    }
}

/* process spotlight cards */
.msn-proc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 50px;
}

@media (max-width: 900px) {
    .msn-proc-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .msn-proc-grid {
        grid-template-columns: 1fr;
    }
}

.msn-proc-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--red-line);
    border-radius: 20px;
    padding: 30px 26px 26px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.msn-proc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 44px -22px rgba(18, 22, 42, 0.28);
    border-color: var(--red);
}

.msn-proc-card .ghost-num {
    position: absolute;
    top: -8px;
    right: 6px;
    font-size: 76px;
    font-weight: 800;
    color: var(--red-soft);
    line-height: 1;
    z-index: 0;
    user-select: none;
}

.msn-proc-card .top-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.msn-proc-card .ic-badge {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.msn-proc-card:nth-child(2n) .ic-badge {
    background: linear-gradient(135deg, var(--gold), #b4820f);
}

.msn-proc-card:nth-child(3n) .ic-badge {
    background: linear-gradient(135deg, var(--navy), #2c355e);
}

.msn-proc-card .tag-line {
    font-size: 11px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.msn-proc-card h3 {
    position: relative;
    z-index: 1;
    font-size: 20px;
    margin-bottom: 8px;
}

.msn-proc-card p {
    position: relative;
    z-index: 1;
    font-size: 14.5px;
}

/* portfolio browser-chrome cards */
.msn-port-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 28px 0 6px;
}

.msn-port-filter {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #c6cadf;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.msn-port-filter.active,
.msn-port-filter:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

.msn-port-grid2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 30px;
}

@media (max-width: 900px) {
    .msn-port-grid2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .msn-port-grid2 {
        grid-template-columns: 1fr;
    }
}

.msn-port-card2 {
    border-radius: 16px;
    overflow: hidden;
    background: #191f3a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.msn-port-card2:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 46px -20px rgba(0, 0, 0, 0.5);
}

.msn-port-chrome {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 12px;
    background: #12162a;
}

.msn-port-chrome span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3a4066;
    display: inline-block;
}

.msn-port-shot {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.msn-port-shot::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(255, 255, 255, 0.14),
        transparent 60%
    );
}

.msn-port-shot svg {
    opacity: 0.9;
}

.msn-port-body {
    padding: 16px 18px 20px;
}

.msn-port-body span.cat {
    font-size: 11px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.msn-port-body b {
    display: block;
    color: #fff;
    font-size: 16px;
    margin: 5px 0 10px;
    font-weight: 700;
}

.msn-port-view {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: #aeb3cc;
    font-weight: 600;
    transition: gap 0.2s ease, color 0.2s ease;
}

.msn-port-card2:hover .msn-port-view {
    gap: 10px;
    color: #fff;
}

.msn-port-card2[data-hide="1"] {
    display: none;
}

/* compare cards */
.msn-compare-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    margin-top: 44px;
    align-items: start;
}

@media (max-width: 800px) {
    .msn-compare-cards {
        grid-template-columns: 1fr;
    }
}

.msn-cc {
    border-radius: 20px;
    padding: 30px 28px;
    background: #fff;
    border: 1.5px solid var(--red-line);
}

.msn-cc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.msn-cc-head h3 {
    font-size: 18px;
    font-weight: 800;
}

.msn-cc-badge {
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 5px 12px;
    border-radius: 999px;
}

.msn-cc.muted {
    opacity: 0.85;
}

.msn-cc.muted .msn-cc-badge {
    background: #efeae7;
    color: var(--slate);
}

.msn-cc.feat {
    background: var(--navy);
    border-color: var(--navy);
    box-shadow: 0 30px 54px -24px rgba(18, 22, 42, 0.5);
    position: relative;
    transform: translateY(-8px);
}

@media (max-width: 800px) {
    .msn-cc.feat {
        transform: none;
    }
}

.msn-cc.feat h3 {
    color: #fff;
}

.msn-cc.feat .msn-cc-badge {
    background: linear-gradient(135deg, var(--gold), #b4820f);
    color: var(--navy);
}

.msn-cc-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid var(--red-line);
    font-size: 14.5px;
    font-weight: 600;
    color: var(--ink);
}

.msn-cc.feat .msn-cc-row {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    color: #edeff7;
}

.msn-cc-row:last-child {
    border-bottom: none;
}

.msn-cc-row .dot-ic {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.msn-cc.muted .msn-cc-row .dot-ic {
    background: #f1ebe8;
    color: #b7ada9;
}

.msn-cc.feat .msn-cc-row .dot-ic {
    background: rgba(226, 58, 46, 0.2);
    color: #f3705e;
}

.msn-section-head {
    max-width: 620px;
}

.msn-section-head h2 {
    font-size: clamp(26px, 3.4vw, 40px);
    font-weight: 800;
    margin: 14px 0 12px;
}

.msn-section-head p {
    font-size: 15.5px;
}

.msn-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

/* ================= SERVICES INCLUDED ================= */
.msn-included {
    background: var(--white);
}

.msn-included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 44px;
}

.msn-included-item {
    background: #fff;
    border: 1px solid var(--red-line);
    border-radius: 16px;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.msn-included-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 40px -24px rgba(18, 22, 42, 0.25);
    border-color: var(--red);
}

.msn-included-item .ic {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--red-soft);
    color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.msn-included-item strong {
    font-size: 15.5px;
    color: var(--navy);
    font-weight: 700;
}

.msn-included-item span {
    font-size: 13.5px;
    color: var(--slate);
    line-height: 1.5;
}

@media (max-width: 991px) {
    .msn-included-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .msn-included-grid {
        grid-template-columns: 1fr;
    }
}

/* ================= WHO IS THIS SERVICE FOR ================= */
.msn-audience {
    background: var(--red-soft);
}

.msn-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 44px;
}

.msn-audience-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 24px;
    text-align: left;
    border: 1px solid var(--red-line);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.msn-audience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 44px -24px rgba(18, 22, 42, 0.25);
}

.msn-audience-card .ic {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--navy);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.msn-audience-card strong {
    display: block;
    font-size: 16px;
    color: var(--navy);
    margin-bottom: 8px;
    font-weight: 700;
}

.msn-audience-card span {
    font-size: 13.5px;
    color: var(--slate);
    line-height: 1.55;
}

@media (max-width: 991px) {
    .msn-audience-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .msn-audience-grid {
        grid-template-columns: 1fr;
    }
}

/* ================= CORE FEATURES ================= */
.msn-features {
    background: var(--white);
}

.msn-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 44px;
}

.msn-feature-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--red-line);
    border-radius: 20px;
    padding: 28px 24px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.msn-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 44px -22px rgba(18, 22, 42, 0.28);
    border-color: var(--red);
}

.msn-feature-card .ic {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.msn-feature-card:nth-child(2n) .ic {
    background: linear-gradient(135deg, var(--gold), #b4820f);
}

.msn-feature-card:nth-child(3n) .ic {
    background: linear-gradient(135deg, var(--navy), #2c355e);
}

.msn-feature-card strong {
    display: block;
    font-size: 17px;
    color: var(--navy);
    margin-bottom: 8px;
    font-weight: 700;
}

.msn-feature-card span {
    font-size: 14px;
    color: var(--slate);
    line-height: 1.6;
}

@media (max-width: 900px) {
    .msn-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .msn-features-grid {
        grid-template-columns: 1fr;
    }
}

/* ================= DELIVERABLES ================= */
.msn-deliverables {
    background-color: var(--navy);
    color: #fff;
}

.msn-deliverables h2,
.msn-deliverables .eyebrow {
    color: #fff;
}

.msn-deliverables .eyebrow {
    color: var(--gold);
}

.msn-deliverables .eyebrow::before {
    background: var(--gold);
}

.msn-deliverables p {
    color: #aeb3cc;
}

.msn-deliverables-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 28px;
    margin-top: 44px;
}

.msn-deliverable-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 14px;
    background: rgba(252, 251, 251, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.25s ease;
}

.msn-deliverable-row:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

.msn-deliverable-row .num {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: var(--red);
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.msn-deliverable-row strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 700;
}

.msn-deliverable-row span {
    font-size: 13.5px;
    color: #aeb3cc;
    line-height: 1.55;
}

@media (max-width: 768px) {
    .msn-deliverables-grid {
        grid-template-columns: 1fr;
    }
}

/* ================= RELATED SERVICES ================= */
.msn-related {
    background: var(--white);
}

.msn-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 44px;
}

.msn-related-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--red-line);
    border-radius: 18px;
    padding: 26px 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.msn-related-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 44px -22px rgba(18, 22, 42, 0.25);
    border-color: var(--red);
}

.msn-related-card .ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--red-soft);
    color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.msn-related-card strong {
    display: block;
    font-size: 15.5px;
    color: var(--navy);
    margin-bottom: 8px;
    font-weight: 700;
}

.msn-related-card span.desc {
    display: block;
    font-size: 13px;
    color: var(--slate);
    line-height: 1.55;
    margin-bottom: 14px;
}

.msn-related-card .go {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--red);
    transition: gap 0.2s ease;
}

.msn-related-card:hover .go {
    gap: 10px;
}

@media (max-width: 991px) {
    .msn-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .msn-related-grid {
        grid-template-columns: 1fr;
    }
}
