

        :root {
            --medbase-blue: #215d9a;
            --medbase-border: #5C5F71;
            --medbase-light-blue: #5087c7;
            --medbase-orange: #545454;
            --medbase-light-orange: #787878;
        }

        .medbase-branch-container {
            perspective: 1000px;
            margin-bottom: 5px;
            height: 500px;
        }

        .medbase-branch-card {
            width: 100%;
            height: 100%;
            position: relative;
            transition: transform 0.8s;
            transform-style: preserve-3d;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }

        .medbase-branch-card.flipped {
            transform: rotateY(180deg);
        }

        .medbase-card-front, .medbase-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border: 1px solid #dddddd;
            overflow: hidden;
        }

        .medbase-card-front {
            display: flex;
            flex-direction: column;
        }

        .medbase-card-back {
            transform: rotateY(180deg);
            background: #fff;
            padding: 15px 8px;
            display: flex;
            flex-direction: column;
        }

        .medbase-branch-img {
            max-height: 180px;
            min-height: 180px;
            object-fit: cover;
            width: 100%;
        }

        .medbase-branch-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: var(--medbase-blue);
            color: white;
            padding: 9px 9px;
            font-size: 0.75rem;
            font-weight: 600;
            border-radius: 4px;
        }

        .medbase-card-body {
            padding: 15px;
            background: white;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            overflow-y: auto;
        }

        .medbase-card-title {
            color: var(--medbase-border);
            font-weight: 600;
            font-size: 0.85em;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dddddd;
            line-height: 1.4;
        }

        .medbase-branch-info {
            margin-bottom: 5px;
        }

        .medbase-info-item {
            display: flex;
            margin-bottom: 3px;
            font-size: 11px;
        }

        .medbase-info-item i {
            color: var(--medbase-border);
            font-size: 0.8rem;
            min-width: 20px;
            padding-top: 3px;
        }

        .medbase-info-item a {
            color: var(--medbase-border);
        }

        /* ======= بخش حمل و نقل ======= */
        .medbase-transport-info {
            background: #f8f9fa;
            border-radius: 8px;
            padding: 8px 10px;
            margin-top: auto;
            font-size: 10px;
            line-height: 1.5;
        }

        .medbase-transport-item {
            display: flex;
            margin-bottom: 5px;
        }

        .medbase-transport-item:last-child {
            margin-bottom: 0;
        }

        .medbase-transport-item i {
            color: var(--medbase-blue);
            min-width: 18px;
            padding-top: 2px;
            font-size: 0.75rem;
        }

        .medbase-transport-item small {
            color: #888;
            font-size: 9px;
        }
        /* ============================= */

        .medbase-btn-container {
            margin-top: 8px;
        }

        .medbase-btn-medpoints {
            background-color: #fff;
            color: var(--medbase-orange);
            border: 1px solid #dddddd;
            font-weight: 500;
            transition: all 0.3s ease;
            width: 100%;
            cursor: pointer;
            font-size: 0.6rem;
            padding: 5px 8px;
            margin-top: 5px;
        }

        .medbase-btn-medpoints:hover {
            background-color: var(--medbase-orange);
            color: #fff;
            transform: translateY(-2px);
        }

        .medbase-medpoints-title {
            color: var(--medbase-orange);
            font-weight: 600;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            text-align: center;
            font-size: 0.9rem;
            padding-left: 15px;
        }

        .medbase-medpoints-title i {
            margin-right: 10px;
        }

        .medbase-cities-container {
            flex-grow: 1;
            overflow-y: auto;
            padding: 10px;
            margin-bottom: 60px;
        }

        .medbase-city-item {
            display: flex;
            align-items: center;
            padding: 8px 10px;
            background: white;
            border: 1px solid #dddddd;
            margin-bottom: 10px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            font-size: 0.88rem;
        }

        .medbase-city-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .medbase-city-item div i, .medbase-city-item i {
            color: var(--medbase-orange);
            margin-right: 10px;
            width: 12px;
            font-size: 0.8rem;
        }

        .medbase-back-btn {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #fff;
            color: var(--medbase-orange);
            border: 1px solid #dddddd;
            font-size: 0.6rem;
            padding: 6px 10px;
            font-weight: 500;
            transition: all 0.3s ease;
            width: calc(100% - 50px);
            cursor: pointer;
            border-radius: 6px;
        }

        .medbase-back-btn:hover {
            background-color: var(--medbase-orange);
            color: white;
            transform: translateX(-50%) translateY(-2px);
        }

        .medbase-img-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            color: white;
            padding-left: 20px;
        }

        .medbase-overlay-item {
            display: flex;
            align-items: center;
            font-size: 0.8rem;
        }

        .medbase-overlay-item i {
            margin-right: 8px;
            font-size: 0.8rem;
        }

        .medbase-flip-instruction {
            text-align: center;
            color: var(--medbase-orange);
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 9px;
            margin-top: 5px;
        }

        .medbase-flip-instruction i {
            margin-right: 8px;
            animation: medbase-bounce 2s infinite;
        }

        @keyframes medbase-bounce {
            0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
            40% { transform: translateY(-10px); }
            60% { transform: translateY(-5px); }
        }

        .medbase-service-banner {
            background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
            border: 1px solid #e0e5ec;
            padding: 20px 10px;
            width: 100%;
        }

        .medbase-service-label {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .medbase-service-text {
            color: #666;
            font-size: 0.8rem;
            margin-bottom: 10px;
        }

        .medbase-service-phone {
            display: inline-block;
            font-size: 1rem;
            font-weight: 700;
            color: var(--medbase-blue);
            text-decoration: none;
            padding: 10px 20px;
            border: 1px solid var(--medbase-blue);
            transition: all 0.3s ease;
            margin-bottom: 10px;
        }

        .medbase-service-phone i {
            margin-right: 10px;
            font-size: 0.9rem;
        }

        .medbase-service-phone:hover {
            background-color: var(--medbase-blue);
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(33, 93, 154, 0.25);
        }

        .medbase-service-hours {
            font-size: 0.7rem;
            color: var(--medbase-orange);
            font-weight: 500;
        }

        .medbase-service-hours i {
            margin-right: 6px;
        }

        .medbase-international-section {
            position: relative;
        }

        .medbase-international-branch-container {
            height: 340px;
        }

        .medbase-international-branch-container .medbase-branch-img {
            min-height: 190px;
            max-height: 190px;
        }

        .medbase-international-branch-container .medbase-card-body {
            padding: 14px;
            overflow: hidden;
        }

        .medbase-international-branch-container .medbase-card-front {
            border-radius: 0;
        }

        .medbase-international-branch-container .medbase-branch-card {
            border-radius: 0;
        }

        .medbase-international-branch-container .medbase-branch-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 14px 34px rgba(33, 93, 154, 0.14);
        }

        .medbase-international-branch-container .medbase-card-title {
            min-height: 40px;
            color: var(--medbase-blue);
            font-size: 0.9rem;
            line-height: 1.3;
            margin-bottom: 6px;
            padding-bottom: 6px;
        }

        .medbase-international-branch-container .medbase-branch-info {
            flex-grow: 0;
            height: 75px;
            margin-bottom: 6px;
            padding: 4px 7px;
            background: rgba(33, 93, 154, 0.05);
            border-radius: 0;
            
        }

        .medbase-international-branch-container .medbase-info-item {
            font-size: 10px;
            line-height: 1.35;
            text-align: justify;
        }

        .medbase-international-branch-container .medbase-branch-badge {
            top: 10px;
            right: 10px;
            padding: 7px;
            font-size: 0.65rem;
            border-radius: 0;
        }

        .medbase-international-legal {
            margin-top: 20px;
        }

        @media (max-width: 767px) {
            .medbase-international-branch-container {
                height: 340px;
            }
        }
    


        .network-story-section {
            --network-navy: #143a63;
            --network-blue: #286fb7;
            --network-sky: #eaf4ff;
            --network-teal: #4f7f86;
            --network-ink: #263b51;
            position: relative;
            isolation: isolate;
            padding: 45px 0 30px;
            background:
                radial-gradient(circle at 8% 12%, rgba(40, 111, 183, .13), transparent 28%),
                radial-gradient(circle at 92% 30%, rgba(79, 127, 134, .13), transparent 30%),
                linear-gradient(180deg, #f8fbff 0%, #eef6fb 52%, #f9fbfd 100%);
        }

        .network-story-section::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            opacity: .32;
            background-image: radial-gradient(rgba(20, 58, 99, .22) .7px, transparent .7px);
            background-size: 22px 22px;
            mask-image: linear-gradient(to bottom, #000, transparent 72%);
        }

        .network-story-hero {
            margin: 0 auto 38px;
            text-align: center;
        }

        .network-story-hero .sec-title {
            margin: 12px auto 18px;
            color: var(--network-navy);
        }

        .network-story-lead {
            margin: 0 auto;
            color: #54677b;
            font-size: 16px;
            line-height: 1.85;
        }

        .network-story-tagline {
            margin: 0 0 12px;
            color: var(--network-navy);
            font-size: 19px;
            font-weight: 700;
        }

        .network-story-stats {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 14px;
            max-width: 760px;
            margin: 32px auto 0;
        }

        .network-stat {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            min-height: 82px;
            padding: 14px 18px;
            background: rgba(255, 255, 255, .82);
            border: 1px solid rgba(40, 111, 183, .14);
            border-radius: 0;
            box-shadow: 0 12px 32px rgba(30, 75, 116, .08);
            backdrop-filter: blur(10px);
        }

        .network-stat strong {
            color: var(--network-blue);
            font-size: 29px;
            line-height: 1;
        }

        .network-stat span {
            color: var(--network-ink);
            font-size: 12px;
            font-weight: 700;
            line-height: 1.35;
            text-align: left;
        }

        .network-layers {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 22px;
            margin-top: 30px;
        }

        .network-layer-card {
            position: relative;
            display: flex;
            flex-direction: column;
            min-height: 100%;
            padding: 30px 28px 26px;
            overflow: hidden;
            background: rgba(255, 255, 255, .94);
            border: 1px solid rgba(20, 58, 99, .10);
            border-radius: 0;
            box-shadow: 0 18px 45px rgba(29, 68, 105, .09);
            transition: transform .3s ease, box-shadow .3s ease;
        }

        .network-layer-card:hover {
            transform: translateY(-7px);
            box-shadow: 0 24px 58px rgba(29, 68, 105, .15);
        }

        .network-layer-card--international {
            grid-column: 1 / -1;
        }

        .network-layer-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 58px;
            height: 58px;
            margin-bottom: 22px;
            color: #fff;
            background: var(--network-blue);
            border-radius: 0;
            box-shadow: 0 10px 24px rgba(40, 111, 183, .22);
            font-size: 23px;
        }

        .network-layer-kicker {
            display: block;
            margin-bottom: 7px;
            color: var(--network-blue);
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 1.8px;
            text-transform: uppercase;
        }

        .network-layer-card h3 {
            margin-bottom: 14px;
            color: var(--network-navy);
            font-size: 22px;
            line-height: 1.35;
        }

        .network-layer-card > p {
            margin-bottom: 18px;
            color: #5d6f81;
            font-size: 14px;
            line-height: 1.75;
        }

        .network-layer-copy {
            display: grid;
            gap: 12px;
        }

        .network-layer-copy p {
            margin: 0;
            color: #5d6f81;
            font-size: 14px;
            line-height: 1.78;
            text-align: left;
        }

        .network-layer-card--international .network-layer-copy {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px 28px;
        }

        .network-location-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 7px;
            margin: 2px 0 20px;
        }

        .network-location-tags span {
            padding: 7px 10px;
            color: var(--network-ink);
            background: #f2f6f9;
            border: 1px solid #e3ebf1;
            border-radius: 0;
            font-size: 10px;
            font-weight: 700;
        }

        .network-feature-list {
            display: grid;
            gap: 9px;
            margin: 0 0 20px;
            padding: 0;
            list-style: none;
        }

        .network-feature-list li {
            display: flex;
            align-items: flex-start;
            gap: 9px;
            color: #465b70;
            font-size: 12px;
            line-height: 1.55;
        }

        .network-feature-list i {
            margin-top: 4px;
            color: var(--network-blue);
            font-size: 10px;
        }

        /* Editorial rows: imagery balances the original long-form copy. */
        .network-layers {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .network-layer-card,
        .network-layer-card--international {
            display: grid;
            grid-template-columns: minmax(320px, .82fr) minmax(0, 1.45fr);
            grid-column: auto;
            min-height: 0;
            padding: 0;
        }

        .network-layer-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-width: 0;
            padding: 34px 38px;
        }

        .network-layer-card--medpoint .network-layer-content {
            grid-column: 1;
            grid-row: 1;
        }

        .network-layer-card--medpoint {
            grid-template-columns: minmax(0, 1.45fr) minmax(320px, .82fr);
        }

        .network-layer-card--medpoint .network-layer-visual {
            grid-column: 2;
            grid-row: 1;
        }

        .network-layer-visual {
            position: relative;
            min-height: 100%;
            overflow: hidden;
            background: #dcebf7;
            border-right: 1px solid rgba(20, 58, 99, .10);
        }

        .network-layer-card--medpoint .network-layer-visual {
            border-right: 0;
            border-left: 1px solid rgba(20, 58, 99, .10);
        }

        .network-visual-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            grid-template-rows: repeat(4, minmax(0, 1fr));
            width: 100%;
            height: 100%;
            min-height: 430px;
        }

        .network-visual-grid img,
        .network-international-grid img {
            width: 100%;
            height: 100%;
            min-height: 0;
            object-fit: cover;
            filter: saturate(.86) contrast(.96);
        }

        .network-visual-grid img:nth-child(odd),
        .network-international-grid img:first-child {
            border-right: 2px solid #fff;
        }

        .network-visual-grid img {
            border-bottom: 2px solid #fff;
        }

        .network-visual-grid img:nth-last-child(-n+2) {
            border-bottom: 0;
        }

        .network-map-visual {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            min-height: 560px;
            padding: 34px;
            background:
                radial-gradient(circle at 50% 44%, rgba(255,255,255,.92), rgba(224,239,251,.88) 62%, rgba(40,111,183,.16));
        }

        .network-map-visual img {
            width: auto;
            max-width: 88%;
            height: auto;
            max-height: 500px;
            object-fit: contain;
        }

        .network-map-canvas {
            position: relative;
            height: min(90%, 500px);
            max-width: 88%;
            aspect-ratio: 573 / 745;
        }

        .network-map-canvas > img {
            display: block;
            width: 100%;
            max-width: none;
            height: 100%;
            max-height: none;
            object-fit: contain;
        }

        .medeed-map-pin {
            position: absolute;
            top: var(--y);
            left: var(--x);
            z-index: 2;
            display: flex;
            align-items: center;
            transform: translate(-50%, -50%);
        }

        .medeed-map-pin img {
            width: 25px;
            max-width: none;
            height: 25px;
            flex: 0 0 25px;
            object-fit: cover;
            border: 1px solid #fff;
            box-shadow: 0 3px 10px rgba(20, 58, 99, .30);
        }

        .medpoint-map-pin {
            position: absolute;
            top: var(--y);
            left: var(--x);
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 14px;
            height: 14px;
            color: #fff;
            background: #286fb7;
            border: 0.5px solid #fff;
            font-size: 7px;
            transform: translate(-50%, -50%);
        }

        .network-map-legend {
            position: absolute;
            top: 22px;
            left: 22px;
            display: flex;
            align-items: center;
            gap: 7px;
            padding: 7px 9px;
            color: var(--network-navy);
            background: rgba(255,255,255,.94);
            border-left: 3px solid var(--network-blue);
            font-size: 9px;
            font-weight: 800;
            letter-spacing: .2px;
        }

        .network-map-legend-item {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .network-map-legend-item + .network-map-legend-item {
            margin-left: 5px;
            padding-left: 8px;
            border-left: 1px solid #d5e2ec;
        }

        .network-map-legend .network-map-legend-pin {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 18px;
            height: 18px;
            color: #fff;
            background: #286fb7;
            font-size: 8px;
        }

        .network-map-legend img {
            width: 20px;
            height: 20px;
            object-fit: cover;
        }

        .network-map-count {
            position: absolute;
            right: 24px;
            bottom: 24px;
            display: flex;
            align-items: baseline;
            gap: 7px;
            padding: 12px 15px;
            color: #fff;
            background: var(--network-blue);
            border: 1px solid rgba(255,255,255,.5);
        }

        .network-map-count strong { font-size: 28px; line-height: 1; }
        .network-map-count span { font-size: 10px; font-weight: 800; text-transform: uppercase; }

        .network-international-grid {
            display: grid;
            grid-template-columns: 1.2fr .8fr;
            grid-template-rows: repeat(2, minmax(0, 1fr));
            width: 100%;
            height: 100%;
            min-height: 600px;
        }

        .network-international-grid img:first-child {
            grid-row: 1 / 3;
        }

        .network-international-grid img:nth-child(2) {
            border-bottom: 2px solid #fff;
        }

        .network-layer-card--international .network-layer-copy {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .network-location-tags {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 7px;
            width: 100%;
        }

        .network-location-tags span {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 0;
            min-height: 36px;
            padding: 7px 8px;
            text-align: center;
        }

        /* The eight regional MedBase cards are intentionally isolated from the
           compact location tags used by the MedPoint and international cards. */
        .network-location-tags.network-branch-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 9px;
            width: 100%;
            margin: 14px 0 20px;
        }

        .network-branch-card {
            position: relative;
            min-width: 0;
            min-height: 138px;
            padding: 13px 15px 12px;
            overflow: hidden;
            background:
                linear-gradient(145deg, rgba(234, 244, 255, .76), rgba(255, 255, 255, .98) 56%),
                #fff;
            border: 1px solid rgba(40, 111, 183, .17);
            box-shadow: 0 10px 26px rgba(29, 68, 105, .07);
            transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
        }

        .network-branch-card:hover {
            transform: translateY(-3px);
            border-color: rgba(40, 111, 183, .34);
            box-shadow: 0 16px 34px rgba(29, 68, 105, .13);
        }

        .network-branch-card__header {
            margin-bottom: 6px;
        }

        .network-branch-card__region {
            color: var(--network-blue);
            font-size: 9px;
            font-weight: 800;
            line-height: 1.35;
            letter-spacing: 1.15px;
            text-transform: uppercase;
        }

        .network-branch-card h4 {
            margin: 0 0 4px;
            color: var(--network-navy);
            font-size: 16px;
            font-weight: 750;
            line-height: 1.25;
        }

        .network-branch-card__type {
            display: flex;
            align-items: center;
            gap: 7px;
            margin-bottom: 6px;
            color: #526a80;
            font-size: 9px;
            font-weight: 700;
        }

        .network-branch-card__type i {
            color: var(--network-teal);
            font-size: 9px;
        }

        .network-branch-card p {
            margin: 0;
            padding-top: 6px;
            color: #687b8e;
            border-top: 1px solid rgba(20, 58, 99, .09);
            font-size: 9px;
            line-height: 1.4;
        }

        @media (max-width: 575px) {
            .network-location-tags.network-branch-grid {
                grid-template-columns: 1fr;
                gap: 10px;
            }

            .network-branch-card {
                min-height: 0;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .network-branch-card {
                transition: none;
            }
        }

        .network-bridge {
            display: grid;
            grid-template-columns: 1.1fr 1.9fr;
            align-items: center;
            gap: 32px;
            margin: 30px 0 55px;
            padding: 30px 34px;
            color: #fff;
            background: linear-gradient(125deg, var(--network-navy), #245f94 62%, #4f7f86);
            border-radius: 0;
            box-shadow: 0 20px 50px rgba(20, 58, 99, .18);
        }

        .network-integration-panel {
            display: grid;
            grid-template-columns: minmax(320px, .82fr) minmax(0, 1.45fr);
            gap: 0;
            margin-top: 30px;
            padding: 0;
            background: #fff;
            border: 1px solid rgba(20, 58, 99, .10);
            border-left: 5px solid var(--network-blue);
            border-radius: 0;
            box-shadow: 0 18px 45px rgba(29, 68, 105, .09);
        }

        .network-integration-media {
            min-height: 100%;
            overflow: hidden;
            border-right: 1px solid rgba(20, 58, 99, .10);
        }

        .network-integration-media img {
            width: 100%;
            height: 100%;
            min-height: 520px;
            object-fit: cover;
        }

        .network-integration-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-width: 0;
            padding: 34px 38px;
        }

        .network-integration-heading i {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 58px;
            height: 58px;
            margin-bottom: 18px;
            color: #fff;
            background: var(--network-blue);
            font-size: 22px;
        }

        .network-integration-heading h3 {
            margin: 0;
            color: var(--network-navy);
            font-size: 22px;
            line-height: 1.4;
        }

        .network-integration-copy {
            display: grid;
            gap: 12px;
        }

        .network-integration-copy p {
            margin: 0;
            color: #5d6f81;
            font-size: 14px;
            line-height: 1.78;
        }

        .network-bridge h3 {
            margin: 0 0 8px;
            color: #fff;
            font-size: 21px;
        }

        .network-bridge p {
            margin: 0;
            color: rgba(255, 255, 255, .75);
            font-size: 12px;
            line-height: 1.6;
        }

        .network-bridge-flow {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 22px;
        }

        .network-bridge-step {
            position: relative;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #fff;
            font-size: 11px;
            font-weight: 700;
        }

        .network-bridge-step:not(:last-child)::after {
            content: "";
            position: absolute;
            right: -14px;
            width: 7px;
            height: 7px;
            border-top: 1px solid rgba(255, 255, 255, .48);
            border-right: 1px solid rgba(255, 255, 255, .48);
            transform: rotate(45deg);
        }

        .network-bridge-step i {
            width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 38px;
            border-radius: 0;
            background: rgba(255, 255, 255, .13);
        }

        .network-workflow-heading {
            max-width: 720px;
            margin: 0 auto 22px;
            text-align: center;
        }

        .network-workflow-heading h3 {
            margin-bottom: 8px;
            color: var(--network-navy);
            font-size: 26px;
        }

        .network-workflow-heading p {
            margin: 0;
            color: #627487;
            font-size: 14px;
        }

        .network-story-section .medeed-process-workflow {
            padding: 34px 24px !important;
            background: rgba(255, 255, 255, .92);
            border: 1px solid rgba(20, 58, 99, .10);
            border-radius: 0;
            box-shadow: 0 18px 46px rgba(29, 68, 105, .08);
        }

        .network-story-section .workflow-icon,
        .network-story-section .workflow-card {
            border-radius: 0;
        }

        .network-story-closing {
            position: relative;
            margin-top: 38px;
            padding: 34px 32px;
            overflow: hidden;
            text-align: center;
            background: #fff;
            border: 1px solid rgba(40, 111, 183, .13);
            border-radius: 0;
            box-shadow: 0 14px 38px rgba(29, 68, 105, .08);
        }

        .network-story-closing i {
            margin-bottom: 13px;
            color: var(--network-blue);
            font-size: 28px;
        }

        .network-story-closing h3 {
            margin-bottom: 10px;
            color: var(--network-navy);
            font-size: 23px;
        }

        .network-story-closing p {
            margin: 0 auto 14px;
            color: #5f7286;
            font-size: 14px;
            line-height: 1.75;
        }

        .network-story-closing-copy {
            margin: 0 auto 28px;
            text-align: left;
        }

        .network-story-closing-copy p {
            max-width: none;
            margin-bottom: 12px;
        }

        .network-story-signature {
            display: inline-block;
            padding: 9px 16px;
            color: var(--network-blue);
            background: var(--network-sky);
            border-radius: 0;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: .2px;
        }

        @media (max-width: 991px) {
            .network-story-section { padding: 40px 0 35px; }
            .network-layers { grid-template-columns: 1fr; }
            .network-layer-card--international { grid-column: auto; }
            .network-layer-card--international .network-layer-copy { grid-template-columns: 1fr; }
            .network-layer-card { min-height: auto; }
            .network-bridge { grid-template-columns: 1fr; }
            .network-integration-panel { grid-template-columns: 1fr; }
            .network-integration-media { border-right: 0; border-bottom: 1px solid rgba(20, 58, 99, .10); }
            .network-integration-media img { min-height: 340px; max-height: 420px; }
            .network-layer-card,
            .network-layer-card--international {
                grid-template-columns: 1fr;
            }
            .network-layer-card--medpoint .network-layer-content,
            .network-layer-card--medpoint .network-layer-visual {
                grid-column: 1;
                grid-row: auto;
            }
            .network-layer-card--medpoint .network-layer-content { order: 2; }
            .network-layer-card--medpoint .network-layer-visual { order: 1; }
            .network-layer-visual,
            .network-layer-card--medpoint .network-layer-visual {
                min-height: 360px;
                border: 0;
                border-bottom: 1px solid rgba(20, 58, 99, .10);
            }
            .network-map-visual,
            .network-international-grid,
            .network-visual-grid { min-height: 360px; }
        }

        @media (max-width: 767px) {
            .network-story-stats { grid-template-columns: 1fr; }
            .network-stat { justify-content: flex-start; }
            .network-bridge-flow { grid-template-columns: 1fr; gap: 12px; }
            .network-bridge-step:not(:last-child)::after { display: none; }
            .network-story-hero .sec-title { font-size: 30px; }
        }

        @media (max-width: 575px) {
            .network-story-section { padding: 35px 0 22px; }
            .network-story-lead { font-size: 14px; }
            .network-layer-card { padding: 25px 22px 22px; border-radius: 0; }
            .network-bridge { padding: 25px 22px; border-radius: 0; }
            .network-story-closing { padding: 28px 20px; }
            .network-layer-content { padding: 27px 22px; }
            .network-location-tags {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
            .network-location-tags span {
                flex: 0 0 calc(50% - 4px);
            }
            .network-layer-visual,
            .network-layer-card--medpoint .network-layer-visual,
            .network-map-visual,
            .network-international-grid,
            .network-visual-grid { min-height: 300px; }
            .network-map-visual { padding: 24px; }
            .network-map-canvas { height: min(94%, 275px); max-width: 82%; }
            .medeed-map-pin img { width: 21px; height: 21px; flex-basis: 21px; }
            .medpoint-map-pin { width: 12px; height: 12px; font-size: 6px; }
            .network-map-legend { top: 12px; left: 12px; }
            .network-map-count { display: none; }
            .network-integration-content { padding: 27px 22px; }
            .network-integration-media img { min-height: 280px; max-height: 320px; }
        }
    



            /* =========================================================
               Medeed WORKFLOW
               ========================================================= */

            .medeed-process-workflow {
                overflow: hidden;
            }


            .workflow-line {
                display: grid;

                grid-template-columns: repeat(9, minmax(0, 1fr));

                max-width: 1320px;

                margin: 0 auto;

                padding-top: 10px;
            }


            /* =========================================================
               STEP
               ========================================================= */

            .workflow-step {
                position: relative;

                min-width: 0;

                padding: 0 5px;

                text-align: center;
            }


            /* =========================================================
               CONNECTING LINE
               ========================================================= */

            .workflow-step:not(:last-child)::before {
                content: "";

                position: absolute;

                top: 32px;

                left: calc(50% + 32px);

                width: calc(100% - 64px);

                height: 1px;

                background: #d9dde2;

                z-index: 0;
            }


            /* =========================================================
               ARROW AT END OF LINE
               ========================================================= */

            .workflow-step:not(:last-child)::after {
                content: "";

                position: absolute;

                top: 28px;

                right: calc(-50% + 35px);

                width: 8px;
                height: 8px;

                border-top: 1.5px solid #9ba3aa;
                border-right: 1.5px solid #9ba3aa;

                background: transparent;

                transform: rotate(45deg);

                z-index: 3;
            }


            /* =========================================================
               ICON
               ========================================================= */

            .workflow-icon {
                position: relative;

                z-index: 2;

                width: 64px;
                height: 64px;

                margin: 0 auto 16px;

                display: flex;
                align-items: center;
                justify-content: center;

                background: #fff;

                border: 1px solid #d9dde2;

                border-radius: 50%;

                font-size: 19px;

                transition:
                        transform .25s ease,
                        box-shadow .25s ease,
                        border-color .25s ease;
            }


            /* =========================================================
               CARD
               ========================================================= */

            .workflow-card {
                position: relative;

                min-height: 72px;

                display: flex;
                flex-direction: column;

                justify-content: center;
                align-items: center;

                padding: 10px 7px;

                background: #fff;

                border: 1px solid #e2e5e9;

                border-radius: 6px;

                transition:
                        transform .25s ease,
                        box-shadow .25s ease,
                        border-color .25s ease;
            }


            /* =========================================================
               ICON TO CARD CONNECTOR
               ========================================================= */

            .workflow-card::before {
                content: "";

                position: absolute;

                top: -17px;
                left: 50%;

                width: 1px;
                height: 16px;

                background: #d9dde2;

                transform: translateX(-50%);
            }


            /* =========================================================
               NUMBER
               ========================================================= */

            .workflow-number {
                display: block;

                margin-bottom: 5px;

                font-size: 9px;
                line-height: 1;

                font-weight: 600;

                letter-spacing: 1.4px;

                opacity: .4;
            }


            /* =========================================================
               TITLE
               ========================================================= */

            .workflow-card h6 {
                margin: 0;

                font-size: 11px;

                line-height: 1.45;

                font-weight: 500;
            }


            /* =========================================================
               HOVER
               ========================================================= */

            .workflow-step:hover .workflow-icon {
                transform: translateY(-3px);

                border-color: #c8cdd2;

                box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
            }


            .workflow-step:hover .workflow-card {
                transform: translateY(3px);

                border-color: #c9ced4;

                box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
            }


            /* =========================================================
               FINAL STEP
               ========================================================= */

            .workflow-step-final .workflow-icon,
            .workflow-step-final .workflow-card {
                border-width: 2px;
            }


            /* =========================================================
               TABLET
               ========================================================= */

            @media (max-width: 1199px) {

                .workflow-line {
                    grid-template-columns: 1fr;

                    max-width: 600px;

                    padding-top: 0;
                }


                .workflow-step {
                    display: grid;

                    grid-template-columns: 64px 1fr;

                    gap: 20px;

                    align-items: center;

                    text-align: left;

                    padding: 0 0 20px;
                }


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


                /* Vertical connector */

                .workflow-step:not(:last-child)::before {
                    top: 64px;

                    left: 32px;

                    width: 1px;

                    height: 20px;
                }


                /* Down arrow */

                .workflow-step:not(:last-child)::after {
                    top: 72px;

                    left: 28px;
                    right: auto;

                    width: 8px;
                    height: 8px;

                    border-top: 0;

                    border-right: 1.5px solid #9ba3aa;
                    border-bottom: 1.5px solid #9ba3aa;

                    transform: rotate(45deg);
                }


                .workflow-icon {
                    width: 64px;
                    height: 64px;

                    margin: 0;
                }


                .workflow-card {
                    min-height: 64px;

                    align-items: flex-start;

                    padding: 10px 18px;
                }


                .workflow-card::before {
                    top: 50%;

                    left: -21px;

                    width: 20px;
                    height: 1px;

                    transform: translateY(-50%);
                }


                .workflow-card h6 {
                    font-size: 11px;

                    font-weight: 500;
                }

            }


            /* =========================================================
               MOBILE
               ========================================================= */

            @media (max-width: 575px) {

                .medeed-process-workflow {
                    padding-top: 25px !important;
                    padding-bottom: 25px !important;
                }


                .workflow-step {
                    grid-template-columns: 50px 1fr;

                    gap: 14px;

                    padding-bottom: 18px;
                }


                .workflow-icon {
                    width: 50px;
                    height: 50px;

                    font-size: 15px;
                }


                .workflow-step:not(:last-child)::before {
                    top: 50px;

                    left: 25px;

                    width: 1px;

                    height: 18px;
                }


                .workflow-step:not(:last-child)::after {
                    top: 58px;

                    left: 21px;
                    right: auto;

                    width: 8px;
                    height: 8px;
                }


                .workflow-card {
                    min-height: 50px;

                    padding: 8px 12px;
                }


                .workflow-card::before {
                    left: -15px;

                    width: 14px;
                }


                .workflow-number {
                    margin-bottom: 3px;

                    font-size: 8px;
                }


                .workflow-card h6 {
                    font-size: 11px;

                    font-weight: 500;
                }

            }

        