﻿

html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}


@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

body {
    margin-bottom: 0px;
    /*background-color: #F1FFD8;*/
    background: linear-gradient(0deg, #f5fffa, #e3fff2, #ffffff);
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-family: 'Poppins';
    font-weight: 800;
    margin-bottom: 20px;
}

.display-4 {
    font-weight: 800;
}

h2 {
    font-family: 'Poppins';
    font-weight: 800;
    margin-bottom: 20px;
}


h3 {
    margin-bottom: 10px;
}

.lead {
    font-family: 'Poppins';
    font-weight: 500;
    text-align: justify;
}

.normal {
    font-family: 'Poppins';
    text-align: justify;
}

.flexcontainer {
    display: flex;
}

.u-logo-image-2 {
    max-width: 100px;
}

.download_button {
    margin: 10px;
    padding: 15px;
    text-align: center;
    background-color: #7db9b3;
    color: #FFF;
    opacity: 1;
    flex: 1 1 100%;
    min-height: 56px;
}

#intro-example {
    min-height: 75px;
    height: auto;
    margin-bottom: 25px;
}

#intro-example-header {
    height: clamp(620px, 62vw, 720px);
    margin-bottom: 25px;
}

@media (min-width: 575px) {

    .banner-video-small {
        min-width: 100%;
        height: 75px;
        left: 0;
        top: 0;
        object-fit: cover;
        z-index: -1;
    }

    .banner-video {
        min-width: 100%;
        height: 550px;
        left: 0;
        top: 0;
        object-fit: cover;
        z-index: -1;
    }
}
@media (max-width: 575px) {
    .banner-video-small {
        width: 100%;
        height: 75px;
        left: 0;
        top: 0;
        object-fit: cover;
        z-index: -1;
    }

    .banner-video {
        width: 100%;
        height: 550px;
        left: 0;
        top: 0;
        object-fit: cover;
        z-index: -1;
    }
}

.main-banner-mask {
    width: 100%;
    top: 75px;
}


    .nav-link {
        color: white;
        border-radius: 8px;
        padding: 8px;
        margin: 5px;
    }
    a.nav-link-selected {
        background-color: #FFF;
        color: #198754;
    }

    a.nav-link, a.nav-link:focus, a.navbar-nav, a.dropdown-toggle {
        color: white;
    }

    a.nav-link:hover {
        color: #198754;
        background-color: #FFF;
    }


    @media (min-width: 1200px) {
        .nav-link {
            font-size: 1.1rem;
        }
    }

    .navbar-toggler-icon {
        background-color: #fff;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    .ms-desktop-nav {
        width: 100%;
        align-items: center;
    }

    .ms-mobile-nav {
        --bs-offcanvas-width: min(24rem, calc(100vw - 1rem));
        background:
            radial-gradient(circle at top right, rgba(122, 214, 185, 0.18), transparent 28%),
            linear-gradient(180deg, #123f35 0%, #0f352d 100%);
        color: #fff;
        border-left: 1px solid rgba(255, 255, 255, 0.14);
        box-shadow: -20px 0 42px rgba(3, 20, 16, 0.34);
    }

    .ms-mobile-nav-header {
        padding: 1rem 1rem 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .ms-mobile-nav-brand img {
        max-width: 112px;
        height: auto;
    }

    .ms-mobile-nav .offcanvas-body {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .ms-mobile-nav-list {
        display: grid;
        gap: 0.35rem;
    }

    .ms-mobile-nav .nav-link.ms-mobile-nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 3.2rem;
        padding: 0.8rem 1rem;
        border-radius: 16px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid transparent;
        transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    .ms-mobile-nav .nav-link.ms-mobile-nav-link:hover,
    .ms-mobile-nav .nav-link.ms-mobile-nav-link:focus {
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.14);
        transform: translateY(-1px);
    }

    .ms-mobile-nav-section-label {
        margin-top: 0.6rem;
        padding: 0.45rem 0.9rem 0.2rem;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.62);
    }

    .ms-mobile-nav-auth {
        margin-top: auto;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .ms-mobile-nav-auth .navbar-nav {
        width: 100%;
        gap: 0.6rem;
    }

    .ms-mobile-nav-auth .nav-item,
    .ms-mobile-nav-auth .form-inline {
        width: 100%;
    }

    .ms-mobile-nav-auth img {
        display: block;
        margin: 0 auto;
    }

    .ms-mobile-nav-auth .nav-link,
    .ms-mobile-nav-auth .btn.btn-link,
    .ms-mobile-nav-auth .btn.btn-success {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 3.2rem;
        margin: 0;
        padding: 0.8rem 1rem;
        border-radius: 999px;
        text-align: center;
    }

    .ms-mobile-nav-auth .btn.btn-link {
        color: #fff;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.06);
    }

    .ms-mobile-nav-auth .btn.btn-success {
        box-shadow: none;
    }

    .offcanvas-backdrop.show {
        opacity: 0.48;
        backdrop-filter: blur(2px);
    }

    @media (max-width: 1199.98px) {
        header {
            z-index: auto;
        }
    }

    .nav-pills {
        background-color: #2A896C;
        --bs-nav-pills-link-active-color: #2A896C;
        --bs-nav-pills-link-active-bg: #fff;
    }

.navbar {
    --bs-navbar-active-color: #198754;
}

a.nav-link:focus {
    background-color: white;
}

a.submenuitem-light, a.submenuitem-dark {
    color: #198754;
    background-color: white;
}
    a.submenuitem-light:hover {
        color: white;
        background-color: #45A78F;
    }
    a.submenuitem-dark:hover {
        color: white;
        background-color: #249176;
    }

    a.reference:hover {
        text-decoration: underline;
    }

    .btn-header {
        width: 140px;
    }

    .home-hero-content {
        width: min(100%, 60rem);
        margin: 0 auto;
        padding: 0 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
        text-align: center;
    }

    .home-hero-copy {
        display: grid;
        gap: 0.85rem;
    }

    .home-hero-title {
        margin: 0;
        font-size: clamp(3.7rem, 8vw, 6rem);
        line-height: 0.94;
    }

    .home-hero-lead {
        margin: 0;
        font-size: clamp(1.15rem, 2vw, 1.9rem);
        line-height: 1.3;
        font-weight: 600;
    }

    .home-hero-cta-group {
        display: grid;
        width: min(100%, 27rem);
        gap: 0.85rem;
    }

    .home-hero-cta {
        width: 100%;
        min-height: 3.75rem;
        padding: 0.95rem 1.25rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.7rem;
        text-align: center;
        white-space: normal;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.72);
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
        box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(10px);
        font-weight: 600;
        line-height: 1.35;
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .home-hero-cta:hover {
        color: #0d4b3d;
        border-color: rgba(255, 255, 255, 0.95);
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(237, 255, 247, 0.92));
        box-shadow: 0 20px 36px rgba(0, 0, 0, 0.22);
        transform: translateY(-2px);
    }

    .home-hero-cta:focus {
        color: #0d4b3d;
        border-color: rgba(255, 255, 255, 0.95);
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(237, 255, 247, 0.92));
        box-shadow: 0 0 0 0.22rem rgba(255, 255, 255, 0.22), 0 20px 36px rgba(0, 0, 0, 0.2);
    }

    .home-hero-cta i {
        font-size: 1rem;
        flex: 0 0 auto;
    }

    .home-hero-socials {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.15rem;
        margin-top: 0.1rem;
    }

    .btn-next {
        color: #2A896C;
    }

    .ms-home-section {
        margin-top: clamp(1.75rem, 4vw, 3rem);
        margin-bottom: clamp(2.2rem, 4vw, 3.2rem);
    }

    .ms-home-section-head {
        display: grid;
        gap: 0.75rem;
        max-width: 52rem;
        margin: 0 auto 1.8rem;
    }

    .ms-home-eyebrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: 0 auto;
        padding: 0.42rem 0.86rem;
        border-radius: 999px;
        background: rgba(42, 137, 108, 0.10);
        color: #1f6e58;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .ms-home-section-head h2 {
        margin-bottom: 0;
        color: #12372f;
    }

    .ms-home-section-intro {
        max-width: 42rem;
        margin: 0 auto;
        color: #36574c;
        text-align: center;
        font-size: clamp(1.05rem, 1.7vw, 1.22rem);
        line-height: 1.75;
    }

    .ms-home-panel,
    .ms-home-mini-card {
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(42, 137, 108, 0.12);
        box-shadow: 0 22px 50px rgba(18, 55, 47, 0.08);
    }

    .ms-home-panel {
        padding: clamp(1.35rem, 2.8vw, 2rem);
        border-radius: 30px;
        background:
            radial-gradient(circle at top right, rgba(113, 215, 182, 0.14), transparent 28%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 255, 249, 0.98) 100%);
    }

    .ms-home-panel::before,
    .ms-home-mini-card::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .ms-home-panel::before {
        background:
            linear-gradient(125deg, rgba(42, 137, 108, 0.06), transparent 36%),
            radial-gradient(circle at bottom left, rgba(42, 137, 108, 0.08), transparent 28%);
    }

    .ms-home-panel > *,
    .ms-home-mini-card > * {
        position: relative;
        z-index: 1;
    }

    .ms-home-panel-feature {
        background:
            radial-gradient(circle at top right, rgba(113, 215, 182, 0.18), transparent 28%),
            linear-gradient(145deg, rgba(239, 252, 246, 0.98), rgba(255, 255, 255, 0.98));
    }

    .ms-home-featured-text {
        margin-bottom: 1rem;
        color: #143e34;
        font-size: clamp(1.2rem, 1.9vw, 1.45rem);
        font-weight: 700;
        line-height: 1.55;
        text-wrap: balance;
    }

    .ms-home-copy-stack {
        display: grid;
        gap: 0.9rem;
    }

    .ms-home-panel .lead,
    .ms-home-mini-card p {
        margin-bottom: 0;
        color: #36574c;
        text-align: left;
        line-height: 1.8;
    }

    .ms-home-stack {
        display: grid;
        gap: 1rem;
        align-content: start;
    }

    .ms-home-social-target {
        display: grid;
        gap: 1rem;
        margin-top: 1.5rem;
    }

    .ms-home-social-source--moved {
        display: none;
    }

    .ms-home-social-source-item {
        display: grid;
        gap: 0.9rem;
        align-content: start;
        padding: 1.1rem;
        border: 1px solid rgba(42, 137, 108, 0.12);
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.88);
        box-shadow: 0 16px 34px rgba(18, 55, 47, 0.08);
    }

    .ms-home-social-target .ms-home-social-source-item {
        width: 100%;
        max-width: none;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .ms-home-social-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        margin: 0 auto;
        padding: 0.78rem 1.3rem;
        border: none;
        border-radius: 999px;
        color: #fff;
        font-weight: 700;
        box-shadow: 0 14px 28px rgba(18, 55, 47, 0.14);
    }

    .ms-home-social-button:hover,
    .ms-home-social-button:focus {
        color: #fff;
        transform: translateY(-1px);
    }

    .ms-home-social-button-facebook {
        background: linear-gradient(135deg, #2f66d0 0%, #19479f 100%);
    }

    .ms-home-social-button-instagram {
        background: linear-gradient(135deg, #ff7a18 0%, #d62976 48%, #5b51d8 100%);
    }

    .ms-home-embed-frame {
        width: 100%;
        border-radius: 20px;
        background: #fff;
    }

    .ms-home-embed-frame-like {
        min-height: 50px;
    }

    .ms-home-instagram-embed {
        margin: 0 auto !important;
    }

    .ms-home-mini-card {
        padding: 1.15rem 1.15rem 1.2rem;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.88);
    }

    .ms-home-mini-card::before {
        background:
            linear-gradient(125deg, rgba(42, 137, 108, 0.04), transparent 45%);
    }

    .ms-home-mini-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.75rem;
        padding: 0.38rem 0.78rem;
        border-radius: 999px;
        background: rgba(42, 137, 108, 0.10);
        color: #1f6e58;
        font-size: 0.77rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .ms-home-mini-card-accent {
        background:
            radial-gradient(circle at top right, rgba(151, 241, 211, 0.18), transparent 30%),
            linear-gradient(160deg, #14483b 0%, #0f352d 100%);
        border-color: rgba(17, 69, 57, 0.28);
        box-shadow: 0 24px 56px rgba(11, 42, 35, 0.16);
    }

    .ms-home-mini-card-accent .ms-home-mini-label {
        background: rgba(255, 255, 255, 0.14);
        color: #fff;
    }

    .ms-home-mini-card-accent p {
        color: rgba(255, 255, 255, 0.92);
    }

    .ms-home-section-arrow {
        margin-top: 1.5rem;
        margin-bottom: 0;
        text-align: center;
    }

    .ms-home-quotes .ms-home-section-head {
        margin-bottom: 1.2rem;
    }

    .ms-quote-wrap {
        padding: 0;
    }

    .ms-quote-carousel {
        border-radius: 30px;
        overflow: hidden;
        background:
            radial-gradient(circle at top right, rgba(113, 215, 182, 0.12), transparent 28%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 255, 251, 0.98) 100%);
        border: 1px solid rgba(42, 137, 108, 0.10);
        box-shadow: 0 18px 44px rgba(18, 55, 47, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    }

    .ms-quote-slide {
        min-height: 19rem;
        align-items: center;
        padding: clamp(2rem, 4vw, 2.8rem) clamp(4.5rem, 8vw, 6.5rem);
    }

    .ms-quote-slide .blockquote {
        margin-bottom: 0;
    }

    .ms-quote-slide .lead {
        color: #24443a;
        font-size: clamp(1.18rem, 1.95vw, 1.42rem);
        line-height: 1.9;
        text-align: left;
    }

    .ms-quote-slide .blockquote-footer {
        margin-top: 1rem;
        color: #5a766d;
        font-size: 1.02rem;
        line-height: 1.75;
    }

    .ms-quote-slide .blockquote-footer span {
        color: #143e34;
        font-weight: 700;
    }

    .ms-quote-control {
        top: 50%;
        bottom: auto;
        width: 3.6rem;
        height: 3.6rem;
        border-radius: 20px;
        opacity: 1;
        transform: translateY(-50%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 252, 246, 0.98));
        border: 1px solid rgba(42, 137, 108, 0.18);
        box-shadow: 0 14px 30px rgba(18, 55, 47, 0.12);
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .ms-quote-control:hover,
    .ms-quote-control:focus {
        background: #fff;
        box-shadow: 0 18px 36px rgba(18, 55, 47, 0.16);
    }

    .ms-quote-control-prev {
        left: 1.2rem;
    }

    .ms-quote-control-next {
        right: 1.2rem;
    }

    .ms-quote-control .carousel-control-prev-icon,
    .ms-quote-control .carousel-control-next-icon {
        width: 1.45rem;
        height: 1.45rem;
        background-size: 100% 100%;
        filter: invert(27%) sepia(12%) saturate(1406%) hue-rotate(116deg) brightness(95%) contrast(91%);
    }

    #mission {
        margin-top: clamp(1.25rem, 3vw, 2.4rem);
    }

    .ms-reference-card {
        border: 1px solid rgba(42, 137, 108, 0.10);
        border-radius: 22px;
        overflow: hidden;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .ms-reference-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 40px rgba(18, 55, 47, 0.14) !important;
    }

    .ms-reference-card .card-body {
        min-height: 8.5rem;
        justify-content: center;
        padding: 1.15rem;
    }

    .ms-reference-logo {
        max-width: 100%;
        max-height: 4.7rem;
        object-fit: contain;
        filter: grayscale(1) saturate(0.15);
        opacity: 0.72;
        transition: filter 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
    }

    .ms-reference-card:hover .ms-reference-logo {
        filter: grayscale(0) saturate(1);
        opacity: 1;
        transform: scale(1.03);
    }

    .ms-solutions-page {
        padding-bottom: 2.5rem;
    }

    .ms-solution-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.35rem;
        margin-top: 0.35rem;
    }

    .ms-solution-card {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        overflow: hidden;
        border: 1px solid rgba(42, 137, 108, 0.12);
        border-radius: 30px;
        background:
            radial-gradient(circle at top right, rgba(113, 215, 182, 0.12), transparent 26%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 255, 249, 0.98) 100%);
        box-shadow: 0 22px 52px rgba(18, 55, 47, 0.08);
        transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    }

    .ms-solution-card:hover {
        transform: translateY(-4px);
        border-color: rgba(42, 137, 108, 0.22);
        box-shadow: 0 28px 60px rgba(18, 55, 47, 0.12);
    }

    .ms-solution-card__media {
        position: relative;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        background: #eaf7f1;
    }

    .ms-solution-card__media::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(180deg, rgba(10, 49, 40, 0.04), rgba(10, 49, 40, 0.16)),
            radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%);
        pointer-events: none;
    }

    .ms-solution-card__media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.32s ease;
    }

    .ms-solution-card:hover .ms-solution-card__media img {
        transform: scale(1.04);
    }

    .ms-solution-card__body {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        padding: 1.35rem 1.35rem 1.45rem;
    }

    .ms-solution-card__body h3 {
        margin-bottom: 0.7rem;
        color: #12372f;
        font-size: clamp(1.3rem, 1.55vw, 1.55rem);
        line-height: 1.15;
    }

    .ms-solution-card__body p {
        margin-bottom: 1rem;
        color: #36574c;
        line-height: 1.8;
        text-align: left;
        min-height: 7.4rem;
    }

    .ms-solution-card__actions {
        display: grid;
        gap: 0.7rem;
        margin-top: auto;
    }

    .ms-solution-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 3.25rem;
        padding: 0.85rem 1rem;
        border: 1px solid rgba(42, 137, 108, 0.15);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.92);
        color: #1e6e58;
        font-weight: 600;
        line-height: 1.35;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 10px 24px rgba(18, 55, 47, 0.06);
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .ms-solution-link:hover,
    .ms-solution-link:focus {
        color: #fff;
        background: linear-gradient(135deg, #2f9b7b, #24785f);
        border-color: rgba(36, 120, 95, 0.45);
        box-shadow: 0 14px 28px rgba(36, 120, 95, 0.18);
        transform: translateY(-1px);
        text-decoration: none;
    }

    .ms-about-page {
        display: grid;
        gap: 2rem;
        padding-bottom: 2.75rem;
    }

    .ms-about-section {
        display: grid;
        gap: 1.25rem;
    }

    .ms-about-section-head {
        display: grid;
        gap: 0.55rem;
        max-width: 58rem;
    }

    .ms-about-eyebrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        padding: 0.42rem 0.86rem;
        border-radius: 999px;
        background: rgba(42, 137, 108, 0.10);
        color: #1f6e58;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .ms-about-section-index {
        margin-bottom: 0;
        color: #1f6e58;
        font-size: 0.98rem;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    .ms-about-note {
        margin-bottom: 0;
        color: #527067;
        font-style: italic;
        line-height: 1.75;
    }

    .ms-about-panel,
    .ms-about-image-card,
    .ms-about-badge-card,
    .ms-about-value-card {
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(42, 137, 108, 0.12);
        background:
            radial-gradient(circle at top right, rgba(113, 215, 182, 0.12), transparent 28%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 255, 250, 0.98) 100%);
        box-shadow: 0 22px 54px rgba(18, 55, 47, 0.08);
    }

    .ms-about-panel {
        padding: clamp(1.35rem, 2.8vw, 2rem);
        border-radius: 30px;
    }

    .ms-about-story-panel h2,
    .ms-about-section-head h2 {
        margin-bottom: 0.15rem;
        color: #12372f;
    }

    .ms-about-story-panel .lead,
    .ms-about-feature-copy .lead,
    .ms-about-value-card p {
        margin-bottom: 0;
        color: #36574c;
        text-align: left;
        line-height: 1.82;
    }

    .ms-about-feature-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
        gap: 1.35rem;
        align-items: start;
    }

    .ms-about-feature-copy,
    .ms-about-feature-media {
        min-width: 0;
    }

    .ms-about-feature-media {
        display: grid;
        gap: 1rem;
    }

    .ms-about-story-media {
        grid-template-columns: 1fr;
        align-items: start;
        justify-items: center;
        margin-top: 1.35rem;
    }

    .ms-about-story-media .ms-about-image-card {
        width: min(100%, 48rem);
    }

    .ms-about-story-media .ms-about-badge-card {
        width: min(100%, 23rem);
    }

    .ms-about-image-card,
    .ms-about-badge-card {
        border-radius: 28px;
        padding: 0.9rem;
    }

    .ms-about-image-card img,
    .ms-about-badge-card img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 22px;
    }

    .ms-about-badge-card {
        max-width: 23rem;
        justify-self: center;
        background:
            radial-gradient(circle at top right, rgba(255, 255, 255, 0.76), transparent 34%),
            linear-gradient(180deg, rgba(239, 252, 246, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
    }

    .ms-about-card-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.2rem;
    }

    .ms-about-value-card {
        padding: 1.35rem 1.25rem 1.4rem;
        border-radius: 28px;
        transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    }

    .ms-about-value-card:hover {
        transform: translateY(-4px);
        border-color: rgba(42, 137, 108, 0.24);
        box-shadow: 0 28px 60px rgba(18, 55, 47, 0.12);
    }

    .ms-about-value-card h3 {
        margin-bottom: 0.8rem;
        color: #12372f;
        font-size: clamp(1.18rem, 1.45vw, 1.38rem);
        line-height: 1.25;
    }

    .walletscan-showcase {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .walletscan-page {
        display: grid;
        gap: 1.8rem;
        margin-bottom: 3rem;
    }

    .walletscan-shell {
        --walletscan-ink: #12372f;
        --walletscan-accent: #2f9b7b;
        --walletscan-accent-soft: #dbf6ea;
        position: relative;
        padding: clamp(1.5rem, 3vw, 2.5rem);
        border-radius: 34px;
        border: 1px solid rgba(42, 137, 108, 0.14);
        background:
            radial-gradient(circle at top right, rgba(113, 215, 182, 0.18), transparent 24%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 255, 250, 0.98) 100%);
        box-shadow: 0 28px 80px rgba(13, 63, 50, 0.12);
        overflow: hidden;
    }

    .walletscan-shell::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(125deg, rgba(42, 137, 108, 0.06), transparent 36%),
            radial-gradient(circle at bottom left, rgba(42, 137, 108, 0.08), transparent 30%);
        pointer-events: none;
    }

    .walletscan-shell > * {
        position: relative;
        z-index: 1;
    }

    .walletscan-header {
        display: grid;
        grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
        align-items: center;
        gap: clamp(1.5rem, 3vw, 2.75rem);
        margin-bottom: 2rem;
    }

    .walletscan-brand-card {
        padding: clamp(1rem, 2.6vw, 1.6rem);
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.82);
        border: 1px solid rgba(42, 137, 108, 0.12);
        box-shadow: 0 18px 40px rgba(18, 55, 47, 0.08);
    }

    .walletscan-brand-logo {
        display: block;
        width: 100%;
        max-width: 24rem;
        margin: 0 auto;
    }

    .walletscan-heading h2 {
        margin-bottom: 0.6rem;
        color: var(--walletscan-ink);
        font-size: clamp(2.1rem, 4vw, 3.2rem);
        line-height: 0.98;
    }

    .walletscan-kicker {
        display: inline-block;
        margin-bottom: 0.85rem;
        padding: 0.4rem 0.8rem;
        border-radius: 999px;
        background: rgba(42, 137, 108, 0.11);
        color: #1f6e58;
        font-size: 0.83rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .walletscan-subtitle {
        max-width: 42rem;
        margin-bottom: 0;
        color: #36574c;
        font-size: clamp(1.02rem, 1.45vw, 1.18rem);
        line-height: 1.7;
        font-weight: 500;
    }

    .walletscan-intro-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        gap: clamp(1.25rem, 2.8vw, 2rem);
        align-items: start;
        margin-bottom: 1.8rem;
    }

    .walletscan-copy-card,
    .walletscan-video-card,
    .walletscan-uniqueness-card,
    .walletscan-chart-card {
        border-radius: 28px;
        border: 1px solid rgba(42, 137, 108, 0.12);
        background: rgba(255, 255, 255, 0.84);
        box-shadow: 0 18px 40px rgba(18, 55, 47, 0.08);
    }

    .walletscan-copy-card,
    .walletscan-video-card,
    .walletscan-uniqueness-card,
    .walletscan-chart-card {
        padding: clamp(1.2rem, 2.4vw, 1.8rem);
    }

    .walletscan-lead {
        margin-bottom: 1rem;
        color: #153e33;
        font-size: clamp(1.08rem, 1.5vw, 1.24rem);
        line-height: 1.8;
        font-weight: 600;
    }

    .walletscan-copy {
        margin-bottom: 0;
        color: #28493e;
        font-size: 1.02rem;
        line-height: 1.85;
    }

    .walletscan-feature-grid {
        display: grid;
        gap: 0.9rem;
        margin-top: 1.4rem;
    }

    .walletscan-feature-card {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.95rem;
        align-items: start;
        padding: 1rem 1.05rem;
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(236, 251, 245, 0.9), rgba(255, 255, 255, 0.82));
        border: 1px solid rgba(42, 137, 108, 0.12);
    }

    .walletscan-feature-card h3,
    .walletscan-video-card h3,
    .walletscan-section-heading h3 {
        margin-bottom: 0.45rem;
        color: var(--walletscan-ink);
        font-size: 1.18rem;
    }

    .walletscan-feature-card p,
    .walletscan-video-card p,
    .walletscan-section-heading p {
        margin-bottom: 0;
        color: #36574c;
        line-height: 1.7;
    }

    .walletscan-feature-icon {
        display: inline-grid;
        place-items: center;
        width: 2.7rem;
        height: 2.7rem;
        border-radius: 16px;
        background: linear-gradient(135deg, #2f9b7b, #24785f);
        color: #fff;
        box-shadow: 0 12px 24px rgba(36, 120, 95, 0.24);
    }

    .walletscan-video-card {
        display: grid;
        gap: 1rem;
        background:
            radial-gradient(circle at top right, rgba(124, 222, 191, 0.16), transparent 34%),
            linear-gradient(180deg, rgba(17, 69, 57, 0.96), rgba(14, 50, 41, 0.96));
        color: #fff;
    }

    .walletscan-video-card h3,
    .walletscan-video-card p {
        color: #fff;
    }

    .walletscan-video-copy {
        display: grid;
        gap: 0.5rem;
    }

    .walletscan-video-copy .walletscan-chip {
        margin-bottom: 0.12rem;
    }

    .walletscan-chip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        padding: 0.45rem 0.8rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.14);
        color: #fff;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .walletscan-chip-soft {
        background: rgba(42, 137, 108, 0.11);
        color: #1f6e58;
    }

    .walletscan-chip-accent {
        background: linear-gradient(135deg, #2f9b7b, #24785f);
        color: #fff;
        box-shadow: 0 10px 24px rgba(36, 120, 95, 0.22);
    }

    .walletscan-video-frame,
    .walletscan-chart-frame {
        overflow: hidden;
        border-radius: 24px;
        background: #eff8f4;
        border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .walletscan-video-frame video,
    .walletscan-chart-frame img {
        display: block;
        width: 100%;
        height: auto;
    }

    .walletscan-uniqueness-card {
        margin-bottom: 1.8rem;
    }

    .walletscan-section-heading {
        display: grid;
        gap: 0.55rem;
        margin-bottom: 1rem;
    }

    .walletscan-list {
        display: grid;
        gap: 0.85rem;
        margin: 1.2rem 0 0;
        padding-left: 0;
        list-style: none;
    }

    .walletscan-list li {
        position: relative;
        padding: 0.95rem 1rem 0.95rem 3.1rem;
        border-radius: 18px;
        background: rgba(237, 252, 245, 0.9);
        border: 1px solid rgba(42, 137, 108, 0.11);
        color: #24443a;
        line-height: 1.7;
    }

    .walletscan-list li::before {
        content: "";
        position: absolute;
        left: 1rem;
        top: 1rem;
        width: 1.35rem;
        height: 1.35rem;
        border-radius: 999px;
        background: linear-gradient(135deg, #2f9b7b, #24785f);
        box-shadow: 0 8px 18px rgba(36, 120, 95, 0.24);
    }

    .walletscan-list li::after {
        content: "";
        position: absolute;
        left: 1.43rem;
        top: 1.34rem;
        width: 0.42rem;
        height: 0.22rem;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
    }

    .walletscan-chart-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(1.2rem, 2.4vw, 1.8rem);
    }

    .walletscan-chart-card {
        display: grid;
        gap: 1rem;
    }

    .walletscan-chart-grid-stacked {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .walletscan-chart-card-featured {
        padding: clamp(1.3rem, 2.7vw, 1.95rem);
    }

    .walletscan-page-panel {
        padding: clamp(1.2rem, 2.4vw, 1.8rem);
        border-radius: 28px;
        border: 1px solid rgba(42, 137, 108, 0.12);
        background:
            radial-gradient(circle at top right, rgba(113, 215, 182, 0.12), transparent 24%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 255, 250, 0.98) 100%);
        box-shadow: 0 18px 46px rgba(18, 55, 47, 0.08);
    }

    .walletscan-page-panel-dark {
        background:
            radial-gradient(circle at top right, rgba(124, 222, 191, 0.16), transparent 34%),
            linear-gradient(180deg, rgba(17, 69, 57, 0.96), rgba(14, 50, 41, 0.96));
        border-color: rgba(255, 255, 255, 0.08);
    }

    .walletscan-page-panel-dark .walletscan-section-heading h3,
    .walletscan-page-panel-dark .walletscan-section-heading p,
    .walletscan-page-panel-dark .walletscan-copy {
        color: #fff;
    }

    .walletscan-panel-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
        gap: clamp(1.25rem, 2.6vw, 1.9rem);
        align-items: center;
    }

    .walletscan-panel-grid-reverse {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    }

    .walletscan-panel-copy {
        display: grid;
        gap: 1rem;
    }

    .walletscan-panel-media {
        min-width: 0;
    }

    .walletscan-panel-media-wide {
        display: grid;
        place-items: center;
        align-self: stretch;
    }

    .walletscan-page-panel-visual {
        margin-top: 1rem;
    }

    .walletscan-panel-media-standalone {
        width: 100%;
    }

    .walletscan-media-frame {
        padding: clamp(0.7rem, 1.5vw, 0.95rem);
    }

    .walletscan-media-frame-wide {
        padding: 0.5rem;
        width: min(100%, 39rem);
        margin-inline: auto;
    }

    .walletscan-media-frame-featured {
        width: min(100%, 58rem);
    }


    .walletscan-media-link {
        display: block;
        text-decoration: none;
    }

    .walletscan-list-compact {
        margin-top: 0;
    }

    .walletscan-gallery-heading {
        margin-bottom: 1.2rem;
    }

    .walletscan-carousel {
        border-radius: 26px;
        overflow: hidden;
        background: rgba(10, 36, 30, 0.94);
        box-shadow: 0 18px 42px rgba(18, 55, 47, 0.12);
    }

    .walletscan-carousel-inner img {
        display: block;
        width: 100%;
        height: auto;
    }

    .walletscan-carousel-control {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 3rem;
        height: 3rem;
        border-radius: 999px;
        background: rgba(7, 27, 22, 0.84);
        border: 1px solid rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(6px);
    }

    .walletscan-chart-frame {
        padding: clamp(0.7rem, 1.7vw, 1rem);
    }

    .walletscan-chart-frame-featured {
        padding: clamp(0.45rem, 1vw, 0.7rem);
    }

    .walletscan-chart-frame img {
        border-radius: 18px;
        box-shadow: 0 18px 38px rgba(18, 55, 47, 0.08);
    }

    .walletscan-chart-frame-featured img {
        width: 100%;
        max-width: 100%;
        border-radius: 16px;
    }

    .walletscan-media-frame-wide img {
        width: 100%;
        max-width: 100%;
    }

    @media (max-width: 991.98px) {
        .walletscan-header,
        .walletscan-intro-grid,
        .walletscan-chart-grid,
        .walletscan-panel-grid,
        .walletscan-panel-grid-reverse {
            grid-template-columns: 1fr;
        }
    }

    @media (min-width: 992px) {
        .walletscan-panel-grid {
            grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
        }

        .walletscan-panel-grid-reverse {
            grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
        }
    }

    @media (max-width: 767.98px) {
        .walletscan-shell {
            padding: 1.15rem;
            border-radius: 24px;
        }

        .walletscan-brand-card,
        .walletscan-copy-card,
        .walletscan-video-card,
        .walletscan-uniqueness-card,
        .walletscan-chart-card {
            border-radius: 22px;
        }

        .walletscan-feature-card {
            grid-template-columns: 1fr;
        }

        .walletscan-feature-icon {
            width: 2.45rem;
            height: 2.45rem;
        }

        .walletscan-list li {
            padding-left: 2.85rem;
        }
    }

    .img-inheal {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .slide-in-fwd-center {
        -webkit-animation: slide-in-fwd-center 2s cubic-bezier(.25,.46,.45,.94) both;
        animation: slide-in-fwd-center 2s cubic-bezier(.25,.46,.45,.94) both;
    }

    .card-header {
        background-color: #2A896C;
        font-family: 'Poppins';
        font-weight: 800;
    }

    .boardcard {
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
        transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
        padding: 14px 80px 18px 36px;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .boardcard:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
        }

        .boardcard h3 {
            font-weight: 800;
        }

        .boardcard img {
            position: absolute;
            top: 20px;
            right: 15px;
            max-height: 120px;
        }

    /* Image */

    .image {
        position: relative;
        display: inline-block;
        border: 0;
        outline: 0;
    }

    .vertical-middle {
        vertical-align: middle;
    }

    .image img {
        display: block;
        width: 100%;
    }

    .image.fit {
        display: block;
        width: 100%;
    }

    .image.featured {
        display: block;
        width: 100%;
        margin: 0 0 3em 0;
    }

    .image.left {
        float: left;
        margin: 0 2em 2em 0;
    }

    .image.right {
        float: right;
        margin: 0 2em 2em 0;
    }

    .image.centered {
        display: block;
        margin: 0 0 2em 0;
    }

        .image.centered img {
            margin: 0 auto;
            width: auto;
        }

    .error-block {
        white-space: pre-line;
    }

    .error-block ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .error-block li {
        display: block; /* vagy inline, ha folyószöveg kell */
    }

    .error-block.alert {
        padding-bottom: 0 !important;
    }

    ul.nodisc {
        list-style-type: none;
    }

a.link {
    color: #198754;
    text-decoration: none;
}
    a.link:hover {
        text-decoration: underline;
    }

a.tag {
    color: #198754;
    text-decoration: none;
    width: auto;
}
    a.tag:hover, a.tag-highlighted:hover {
        text-decoration: none;
        color: white;
        background-color: #198754;
        background-image: var(--bs-gradient);
    }
a.tag-selected, a.tag-selected-highlighted {
    text-decoration: none;
    color: white;
    background-color: #198754;
    background-image: var(--bs-gradient);
    width: auto;
}
a.tag-highlighted {
    text-decoration: none;
    color: #198754;
    background-color: #E4FFF2;
    background-image: var(--bs-gradient);
    width: auto;
    border: solid;
    border-width: 1px;
    border-color: #198754;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* =============================== 
   Új regisztrációs dízájn
   =============================== */

   :root {
  --rg-brand: #198754;      
  --rg-brand-2: #2A896C;         
  --rg-accent: #45A78F;          
  --rg-bg: #F7FFFA;
  --rg-text: #14221b;
}

.rg-wizard {
  --rg-radius: 16px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 0;
  border-radius: var(--rg-radius);
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  overflow: hidden;
  isolation: isolate;
  margin-bottom: 120px;
}

@media (max-width: 960px) {
  .rg-wizard {
    grid-template-columns: 1fr;
  }
}

.rg-aside {
    position: relative;
    background: radial-gradient(110% 140% at 10% 0%, var(--rg-brand) 0%, var(--rg-brand-2) 55%, #106448 100%);
    color: #fff;
    padding: clamp(24px, 4vw, 48px);
    display: grid;
    align-content: center;
    /*min-height: 520px;*/
    min-height: 450px;
}

.rg-aside .rg-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.25);
  margin-bottom: 18px;
  transform: translateZ(0);
  animation: rg-pop-in .8s cubic-bezier(.21, 1, .21, 1) .15s both;
}

.rg-aside h1 {
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 8px 0;
}

.rg-aside p {
  opacity: .9;
  margin: 0 0 12px 0;
}

.rg-aside .rg-stepcount {
  margin-top: 8px;
  font-weight: 600;
  letter-spacing: .5px;
  opacity: .9;
}

.rg-form {
    background: linear-gradient(0deg, #ffffff, var(--rg-bg));
    /*padding: clamp(20px, 3vw, 40px);*/
    padding: clamp(15px, 2vw, 25px);
    position: relative;
}

.rg-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    /* padding: clamp(18px, 2.4vw, 28px); */
    padding: clamp(15px, 2vw, 25px);
}

.rg-progress {
  height: 4px;
  width: 100%;
  background: #E9F7F0;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}

.rg-progress > .rg-progressbar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--rg-brand), var(--rg-accent));
  transition: width .5s cubic-bezier(.22,.61,.36,1);
}

.rg-step {
  display: none;
  opacity: 0;
  transform: translateX(24px);
  animation: none;
}

.rg-step.active {
  display: block;
  animation: rg-step-in .55s cubic-bezier(.22,.61,.36,1) both;
}

.rg-step.done { opacity: .5; }

.rg-fields {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 14px 18px;
}

@media (max-width: 720px) {
  .rg-fields { grid-template-columns: 1fr; }
}

.rg-field label {
  font-weight: 600;
  font-size: .92rem;
  margin-bottom: 6px;
  color: var(--rg-text);
}

.rg-field input[type="text"],
.rg-field input[type="email"],
.rg-field input[type="tel"],
.rg-field input[type="date"],
.rg-field input[type="password"],
.rg-field select,
.rg-field textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(25, 135, 84); /* #D7EDE4;*/
    padding: 12px 14px;
    outline: none;
    font-size: 0.98rem;
    background: #fff;
    transition: border-color .25s, box-shadow .25s, transform .12s;
}

.rg-field input:focus,
.rg-field select:focus,
.rg-field textarea:focus {
  border-color: var(--rg-brand);
  box-shadow: 0 0 0 4px rgba(25,135,84,.15);
}

.rg-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rg-chip-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.rg-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #D7EDE4;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  user-select: none;
}

.rg-chip svg {
  width: 18px; height: 18px;
}

.rg-chip-input:checked + .rg-chip {
  background: rgba(25,135,84,.12);
  color: var(--rg-brand);
  border-color: var(--rg-brand);
  box-shadow: 0 6px 16px rgba(25,135,84,.15);
}

.rg-chip-input:focus + .rg-chip {
  outline: 3px solid rgba(25,135,84,.2);
  outline-offset: 2px;
}

.rg-nav {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.rg-btn {
  appearance: none;
  border: none;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .25s ease, background .25s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  position: relative;
  overflow: hidden;
}

.rg-btn:active {
  transform: translateY(1px);
}

.rg-btn-primary {
  background: linear-gradient(90deg, var(--rg-brand), var(--rg-accent));
  color: #fff;
}

.rg-btn-primary:hover {
  filter: saturate(1.05);
  box-shadow: 0 14px 28px rgba(25,135,84,.22);
}

.rg-btn-ghost {
  background: #F0FAF5;
  color: var(--rg-brand);
}

.rg-btn-ghost:hover {
  box-shadow: 0 10px 22px rgba(25,135,84,.12);
}

.rg-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,.15);
}

.rg-btn::before {
  content: "";
  position: absolute;
  top: 0; 
  left: -75%;
  width: 50%; 
  height: 100%;
  background: linear-gradient(
    120deg, 
    rgba(255, 255, 255, 0.35), 
    rgba(255, 255, 255, 0)
  );
  transform: skewX(-25deg);
}

.rg-btn:hover::before {
  animation: shine 0.75s ease forwards;
}

@keyframes shine {
  to { left: 125%; }
}


.rg-divider {
  height: 1px;
  background: #EAF4EF;
  margin: 10px 0 18px 0;
  border-radius: 4px;
}

@keyframes rg-step-in {
  from { opacity: 0; transform: translateX(24px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes rg-pop-in {
  0% { transform: scale(.8); opacity: .2; }
  100% { transform: scale(1); opacity: 1; }
}

.rg-check {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(25,135,84,.12);
  display: inline-grid; place-items: center;
  color: var(--rg-brand);
}

.rg-mt-12 { margin-top: 12px; }
.rg-mt-12-sp { 
    display: flex;
    align-items: flex-start; 
    gap: 8px;
    margin-top: 10px;
}

.rg-mt-12-sp input[type="checkbox"] {
  margin-top: 2px; 
}

.rg-mt-18 { margin-top: 18px; }
.rg-mb-0 { margin-bottom: 0; }
.rg-hidden { display: none !important; }

.rg-heading {
  text-align: center;         
  margin-bottom: 24px;
}

.rg-heading h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--rg-brand);
  margin: 0;
  line-height: 1.2;
  position: relative;
}

/*.rg-heading h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--rg-brand), var(--rg-accent));
  margin: 10px auto 0 auto;  
  border-radius: 4px;
}*/

.rg-heading h2 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 10px 0 0 0;
  color: #444;
  opacity: 0.85;
}

.rg-container {
  max-width: 1100px;          
  margin: 0 auto;             
  padding: 0 16px;
}

.rg-callout {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F9FFFB;                     
  border: 1px solid #D7EDE4;              
  border-left: 6px solid var(--rg-brand);  
  border-radius: 16px;
  padding: 14px 16px;
  margin: 16px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);  
  color: var(--rg-text);
  line-height: 1.55;
}

.rg-callout .rg-callout-icon {
  flex: 0 0 auto;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(25,135,84,.12);        
  color: var(--rg-brand);
  font-weight: 700;
  margin-top: 2px;                        
}

.rg-callout .rg-callout-title {
  font-weight: 700;
  margin: 0 0 4px 0;
  color: var(--rg-brand-2);
}

.rg-callout p { 
  margin: 0; 
  font-size: 0.98rem;
}

.rg-callout--soft {
  background: #FFFFFF;
  border-left-color: var(--rg-accent);
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}



.rg-step .input-validation-error,
.rg-step [aria-invalid="true"] {
  outline: 2px solid #e53935;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.15);
}
.rg-step span.text-danger[data-valmsg-for],
.rg-step .field-validation-error {
  display: block;
  margin-top: 0.25rem;
  font-weight: 600;
}

/* =============================== 
   Kalkulátor design
   =============================== */
.h2fpef-card{background:#fff;border:1px solid #D7EDE4;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:18px 18px 22px}
.h2fpef-grid{display:grid;grid-template-columns:1fr;gap:10px}
.h2fpef-row{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;background:#F9FFFB;border:1px solid #E5F2EC;border-radius:14px;padding:12px 14px;transition:transform .12s ease,box-shadow .2s ease,border-color .2s ease}
.h2fpef-row:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(25,135,84,.08);border-color:#CDE7DB}
.h2fpef-row::after{content:"";position:absolute;inset:auto -20% 0;height:0;background:linear-gradient(90deg,#d1fae5,transparent);transition:height .25s ease;pointer-events:none}
.h2fpef-row:hover::after{height:6px}
.h2fpef-check{position:absolute;opacity:0;pointer-events:none;width:18px;height:18px}
.h2fpef-switch{width:48px;height:28px;border-radius:999px;display:inline-grid;place-items:center;background:linear-gradient(180deg,#e8eef2,#dfe9f2);border:1px solid #cbd5e1;position:relative;box-shadow:inset 0 1px 2px rgba(0,0,0,.05)}
.h2fpef-switch::before{content:"";width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.15),0 0 0 2px rgba(255,255,255,.8) inset;transform:translateX(-9px);transition:transform .2s cubic-bezier(.22,.61,.36,1)}
.h2fpef-row input:focus+.h2fpef-switch{outline:3px solid rgba(25,135,84,.25);outline-offset:2px}
.h2fpef-row input:checked+.h2fpef-switch{background:linear-gradient(180deg,#2BB98A,#1E8F6B);border-color:#198754}
.h2fpef-row input:checked+.h2fpef-switch::before{transform:translateX(9px)}
.h2fpef-text{display:flex;align-items:center;gap:.5rem;flex:1 1 auto;min-width:0;font-weight:600;color:#14221b}
.h2fpef-ico{display:inline-block;width:1.25em;text-align:center;opacity:.9;margin-right:6px}
.h2fpef-pill, .h2fpef-pill2, .h2fpef-pill3{font-weight:800;color:#fff;border-radius:999px;padding:6px 10px;box-shadow:0 2px 6px rgba(0,0,0,.12) inset,0 2px 8px rgba(0,0,0,.08);transition:background .3s cubic-bezier(.22,.61,.36,1),filter .2s ease,transform .18s ease;flex:0 0 auto;position:relative;z-index:1}
.h2fpef-pill{background:linear-gradient(90deg,#198754,#45A78F)}
.h2fpef-pill2{background:linear-gradient(90deg,#7C8719,#92A745)}
.h2fpef-pill3{background:linear-gradient(90deg,#CC1212,#DE4444)}
.h2fpef-row:hover .h2fpef-pill, .h2fpef-row:hover .h2fpef-pill2, .h2fpef-row:hover .h2fpef-pill3{filter:saturate(1.06)}
@keyframes pop{0%{transform:scale(.9)}60%{transform:scale(1.03)}100%{transform:scale(1)}}
.h2fpef-row--active .h2fpef-text{color:#0f172a}
.h2fpef-row--active .h2fpef-pill{background:linear-gradient(90deg,#16A34A,#34D399);animation:pop .18s ease}
.h2fpef-row--active .h2fpef-pill2{background:linear-gradient(90deg,#8AA31A,#B7CF46);animation:pop .18s ease}
.h2fpef-row--active .h2fpef-pill3{background:linear-gradient(90deg,#E11D1D,#F87171);animation:pop .18s ease}
.h2fpef-divider{height:1px;background:#EAF4EF;margin:14px 0;border-radius:4px}
.h2fpef-result{display:grid;grid-template-columns:1fr;gap:12px}
.h2fpef-scorebox{background:#fff;border:1px solid #E5F2EC;border-radius:14px;padding:14px}
.h2fpef-score{display:flex;align-items:baseline;gap:8px}
.h2fpef-score-num{font-size:2.4rem;font-weight:800;color:#198754;line-height:1}
.h2fpef-score-label{font-weight:700;color:#476558}
.h2fpef-meter{height:10px;background:#EAF4EF;border-radius:999px;overflow:hidden;margin-top:8px}
.h2fpef-meter-bar{height:100%;width:0;background:linear-gradient(90deg,#198754,#45A78F);transition:width .45s cubic-bezier(.22,.61,.36,1);will-change:width;transform:translateZ(0)}
.h2fpef-buckets{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.h2fpef-bucket{display:grid;gap:2px;justify-items:center;border:1px dashed #D7EDE4;border-radius:12px;padding:10px;background:#fff}
.h2fpef-bucket strong{font-size:1.1rem;color:#14221b}
.h2fpef-bucket span{font-size:.9rem;color:#476558;text-align:center}
.h2fpef-bucket.active{border-color:#198754;background:#F0FAF5;box-shadow:0 6px 20px rgba(25,135,84,.12)}
@media (max-width:680px){.h2fpef-buckets{grid-template-columns:1fr}}
.h2fpef-layout{display:grid;grid-template-columns:58px 1fr;gap:12px}
.h2fpef-layout .h2fpef-row{grid-column:2}
.h2fpef-prefixcard{grid-column:1;background:#F9FFFB;border:1px solid #E5F2EC;border-radius:14px;box-shadow:0 2px 10px rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem;line-height:1;color:var(--rg-brand);padding:6px;transition:border-color .2s ease,box-shadow .2s ease}
.h2fpef-prefixcard:hover{border-color:#CDE7DB;box-shadow:0 8px 20px rgba(25,135,84,.08)}
.h2fpef-prefixcard--tall{grid-row:span 2;font-size:1.5rem}
.h2fpef-prefixcard sub{position:relative;top:.45em;font-size:.6em;line-height:1}
@media (max-width:680px){.h2fpef-layout{grid-template-columns:52px 1fr;gap:10px}}
.h2fpef-term{font-weight:700}
.h2fpef-term .hu, .h2fpef-term .en{font-weight:700}
.h2fpef-term .en .hl{color:var(--rg-brand);font-weight:800;font-size:1.08em}
.h2fpef-text .h2fpef-desc{margin-left:auto;text-align:right;font-size:.9em;line-height:1.2;max-width:52%;color:#476558;overflow-wrap:break-word;word-break:normal;hyphens:auto}
.h2fpef-headbadge{background:#F9FFFB;border:1px solid #E5F2EC;border-radius:16px;box-shadow:0 2px 10px rgba(0,0,0,.06);padding:10px 12px;margin:0 0 10px calc(58px + 12px);display:grid;grid-template-columns:1fr 52% 72px;gap:12px;align-items:center}
.h2fpef-headbadge .hb-title, .h2fpef-headbadge .hb-desc, .h2fpef-headbadge .hb-points{font-weight:800;color:#2A896C;font-size:1.08rem}
.h2fpef-headbadge .hb-desc{text-align:right;padding-right:4px}
.h2fpef-headbadge .hb-points{text-align:center}
@media (min-width:641px) and (max-width:920px){.h2fpef-text .h2fpef-term{white-space:nowrap}.h2fpef-text .h2fpef-desc{font-size:.9em;line-height:1.25;max-width:48%;text-align:right}}
@media (prefers-reduced-motion:reduce){
  .h2fpef-row, .h2fpef-row:hover, .h2fpef-pill, .h2fpef-pill2, .h2fpef-pill3, .h2fpef-meter-bar{transition:none;animation:none}
}
.h2fpef-title{ color:#000 !important; }
.h2fpef-switch{transition:background .25s cubic-bezier(.22,.61,.36,1), border-color .25s cubic-bezier(.22,.61,.36,1), box-shadow .25s ease}
.h2fpef-switch::before{transition:transform .22s cubic-bezier(.22,.61,.36,1), box-shadow .22s ease}
.h2fpef-row input:active + .h2fpef-switch::before{box-shadow:0 2px 4px rgba(0,0,0,.18), 0 0 0 2px rgba(255,255,255,.9) inset}
.h2fpef-meter-bar{transition:width .45s cubic-bezier(.22,.61,.36,1);will-change:width;transform:translateZ(0)}
.h2fpef-scorebox.glow{ animation: h2fpefGlow .6s ease; }
@keyframes h2fpefGlow{0%{ box-shadow:0 0 0 rgba(25,135,84,0); }50%{ box-shadow:0 0 0 8px rgba(25,135,84,.12); }100%{ box-shadow:0 0 0 rgba(25,135,84,0); }}
@media (max-width: 640px){
  .h2fpef-card{margin-left:-24px;margin-right:-24px;border-radius:12px;padding-left:14px;padding-right:14px}
  .h2fpef-layout{grid-template-columns:36px 1fr;gap:6px}
  .h2fpef-prefixcard{font-size:1.24rem;padding:4px;border-radius:11px}
  .h2fpef-headbadge{margin-left:calc(36px + 6px);padding:8px 10px;grid-template-columns:1fr 1fr 64px}
  .h2fpef-row{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;grid-template-areas:"title title" "desc  desc" "switch pill";gap:8px 10px;align-items:center;padding:10px 12px;}
  .h2fpef-ico{display:none !important}
  .h2fpef-term{grid-area:title;align-self:start;font-size:1em}
  .h2fpef-text{display:contents}
  .h2fpef-text .h2fpef-desc{grid-area:desc;margin:0 !important;width:auto;max-width:none;text-align:left;white-space:normal;word-break:normal;overflow-wrap:break-word;line-height:1.35;}
  .h2fpef-switch{grid-area:switch;justify-self:start;align-self:center}
  .h2fpef-row .h2fpef-pill,
  .h2fpef-row .h2fpef-pill2,
  .h2fpef-row .h2fpef-pill3{grid-area:pill;justify-self:end;align-self:center;min-width:48px;padding:6px 8px;margin:0;text-align:center;}
}


/*Hirlevel stílusa*/
.newsletter-page {
        --nl-bg-left: #a8cfc3;
        --nl-bg-mid: #46aa89;
        --nl-bg-right: #1c8068;
        --nl-text-main: #f4fff9;
        --nl-text-muted: #daf2e9;
        --nl-card-bg: #ffffff;
        --nl-card-text: #223240;
        --nl-border: #dbe7e1;
        --nl-accent-dark: #2f8f3f;
        --nl-shadow: 0 14px 36px rgba(0, 45, 35, 0.24);

        width: 100%;
        min-height: 100vh;
        margin: 0;
        padding: clamp(1.5rem, 4vw, 3rem) 1rem clamp(2rem, 5vw, 3rem);
        background: radial-gradient(circle at 12% 30%, rgba(255, 255, 255, 0.34) 0, rgba(255, 255, 255, 0) 46%), linear-gradient(112deg, var(--nl-bg-left) 0%, var(--nl-bg-mid) 45%, var(--nl-bg-right) 100%);
        color: var(--nl-text-main);
    }

    .newsletter-hero {
        max-width: 1460px;
        margin: 0 auto;
    }

    .newsletter-prize-banner {
        width: min(1180px, 100%);
        margin: 0 auto clamp(0.85rem, 1.7vw, 1.35rem);
        padding: clamp(0.9rem, 1.45vw, 1.15rem) clamp(1rem, 2vw, 1.55rem);
        display: grid;
        grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr);
        column-gap: clamp(1rem, 2vw, 1.6rem);
        align-items: start;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 250, 245, 0.96) 100%);
        border: 1px solid rgba(255, 255, 255, 0.78);
        border-top: 4px solid #f0bd45;
        border-radius: 8px;
        box-shadow: 0 12px 26px rgba(0, 45, 35, 0.16);
        color: #253b45;
    }

    .newsletter-prize-banner h2 {
        margin: 0;
        color: #1d725d;
        font-size: clamp(1.1rem, 1.45vw, 1.35rem);
        font-weight: 700;
        line-height: 1.25;
    }

    .newsletter-prize-banner p {
        grid-column: 2;
        margin: 0 0 0.45rem;
        color: #314b57;
        font-size: clamp(0.9rem, 0.98vw, 0.98rem);
        line-height: 1.42;
    }

    .newsletter-prize-banner p:last-child {
        margin-bottom: 0;
    }

    .newsletter-prize-banner ul {
        grid-column: 2;
        margin: 0.1rem 0 0.5rem;
        padding-left: 1rem;
        display: grid;
        gap: 0.22rem;
    }

    .newsletter-prize-banner li {
        padding-left: 0.15rem;
        color: #253b45;
        font-size: clamp(0.9rem, 0.98vw, 0.98rem);
        line-height: 1.35;
    }

    .newsletter-prize-banner li::marker {
        color: #d39a1f;
    }

    .newsletter-prize-banner strong {
        color: #152f3a;
        font-weight: 700;
    }

    .newsletter-prize-content {
        grid-column: 2;
        min-width: 0;
    }

    .newsletter-page-diab .newsletter-form-card h1 {
        font-size: clamp(1.45rem, 2vw, 1.85rem);
        line-height: 1.15;
    }

    .newsletter-page-diab .newsletter-prize-content p {
        grid-column: auto;
    }

    .newsletter-page-diab .newsletter-prize-content ul {
        grid-column: auto;
        margin-top: 0.25rem;
    }

    .newsletter-grid {
        display: grid;
        grid-template-columns: minmax(350px, 520px) 1fr;
        gap: clamp(1rem, 2.2vw, 2.2rem);
        align-items: start;
    }

    .newsletter-form-card {
        background: var(--nl-card-bg);
        color: var(--nl-card-text);
        border: 1px solid #d7e2dd;
        border-radius: 8px;
        box-shadow: var(--nl-shadow);
        padding: clamp(1.25rem, 2.2vw, 2rem);
        align-self: start;
    }

    .newsletter-form-card h1 {
        margin: 0 0 1rem;
        font-size: clamp(1.6rem, 2.4vw, 2.2rem);
        font-weight: 700;
        line-height: 1.2;
        color: #2c4250;
    }

    .newsletter-form-card p {
        margin: 0 0 0.65rem;
        color: #4b5f6a;
        line-height: 1.5;
    }

    .newsletter-field {
        margin-top: 0.95rem;
    }

    .newsletter-form-alert {
        margin: 0.95rem 0 0.25rem;
        padding: 0.85rem 0.95rem;
        border-radius: 8px;
        font-size: 0.95rem;
        line-height: 1.45;
        font-weight: 600;
    }

    .newsletter-form-alert-warning {
        border: 1px solid #efd68c;
        background: #fff8df;
        color: #76580d;
    }

    .newsletter-form-alert-error {
        border: 1px solid #f0b4b4;
        background: #fff0f0;
        color: #8a1f1f;
    }

    .newsletter-input {
        height: 46px;
        border: 1px solid var(--nl-border);
        border-radius: 8px;
        font-size: 1rem;
        color: #2f4251;
    }

    .newsletter-input:focus {
        box-shadow: 0 0 0 0.2rem rgba(53, 171, 77, 0.18);
        border-color: #84ca95;
    }

    .newsletter-submit {
        width: 100%;
        margin-top: 1rem;
        padding: 0.72rem 1rem;
        border: 0;
        border-radius: 8px;
        font-weight: 700;
        color: #fff;
        background: linear-gradient(180deg, #43b851 0%, var(--nl-accent-dark) 100%);
        box-shadow: 0 8px 16px rgba(47, 143, 63, 0.26);
    }

    .newsletter-submit:hover,
    .newsletter-submit:focus {
        color: #fff;
        background: linear-gradient(180deg, #4ec55d 0%, #2f8f3f 100%);
    }

    .newsletter-checklist {
        margin-top: 1.15rem;
        padding-top: 1rem;
        border-top: 1px solid #dde8e3;
    }

    .newsletter-check {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 0.25rem;
    }

    .newsletter-check .form-check-input {
        margin-top: 0.2rem;
        width: 1.05rem;
        height: 1.05rem;
        border-color: #9eb4ab;
        flex-shrink: 0;
    }

    .newsletter-check .form-check-label {
        margin: 0;
        color: #3f5663;
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .newsletter-check .form-check-label a {
        color: #1279a3;
        text-decoration: underline;
    }

    .newsletter-check-error,
    .newsletter-validation-summary {
        display: block;
        font-size: 0.88rem;
        margin: 0 0 0.5rem 1.55rem;
    }

    .newsletter-validation-summary ul {
        padding-left: 1.2rem;
        margin: 0 0 0.65rem;
    }

    .newsletter-thanks-text {
        margin-top: 0.9rem;
        font-size: 0.95rem;
        font-weight: 600;
        color: #3d5160;
    }

    .newsletter-info-panel {
        position: relative;
        color: var(--nl-text-main);
        min-height: 100%;
        padding: clamp(0.75rem, 1.6vw, 1.5rem) 0.25rem 1.5rem 0.25rem;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
        column-gap: clamp(0.8rem, 1.6vw, 1.8rem);
        row-gap: clamp(0.9rem, 2vw, 1.8rem);
        align-items: start;
    }

    .newsletter-info-content {
        position: relative;
        z-index: 2;
        min-width: 0;
    }

    .newsletter-eyebrow {
        margin: 0;
        font-size: clamp(1.35rem, 2vw, 2rem);
        font-weight: 700;
        color: #f5fffa;
    }

    .newsletter-info-panel h2 {
        margin: 0.2rem 0 0.65rem;
        font-size: clamp(2rem, 3.5vw, 3rem);
        font-weight: 700;
        line-height: 1.08;
        color: #ffffff;
    }

    .newsletter-info-content > p:not(.newsletter-eyebrow) {
        max-width: 820px;
        margin-bottom: 0.5rem;
        color: var(--nl-text-muted);
        font-size: 1.08rem;
        line-height: 1.45;
    }

    .newsletter-benefits-card {
        margin-top: 1rem;
        max-width: 820px;
        background: #f3f7f5;
        border-radius: 24px;
        color: #1f3542;
        box-shadow: var(--nl-shadow);
        overflow: hidden;
    }

    .newsletter-benefits-card h3 {
        margin: 0;
        padding: 1.05rem 1.6rem 1rem;
        font-size: 2rem;
        font-weight: 700;
        color: #2c9b79;
        border-bottom: 1px solid #cfdcd6;
        text-align: center;
    }

    .newsletter-benefits-list {
        margin: 0;
        padding: 1.05rem 1.6rem 1.15rem;
        list-style: none;
        display: grid;
        gap: 0.6rem;
    }

    .newsletter-benefits-list li {
        position: relative;
        padding-left: 2.1rem;
        line-height: 1.35;
        font-size: 1.24rem;
        font-weight: 500;
        color: #1b3240;
    }

    .newsletter-benefits-list li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        top: 0;
        color: #2d9f78;
        font-size: 1.5rem;
        line-height: 1;
        font-weight: 700;
    }

    .newsletter-celia-wrap {
        position: relative;
        width: 100%;
        margin-top: 0.1rem;
        justify-self: end;
        transform: translateX(16px);
        z-index: 1;
        pointer-events: none;
    }

    .newsletter-celia-photo {
        width: 100%;
        height: auto;
        object-fit: contain;
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.24));
    }

    .newsletter-signature-card {
        position: relative;
        width: 94%;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
        padding: 0.65rem 0.85rem 0.7rem;
        text-align: center;
        margin: -6.8rem 0 0 auto;
    }

    .newsletter-signature-image {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto 0.25rem;
    }

    .newsletter-signature-name {
        margin: 0;
        color: #243945;
        font-size: 1rem;
        font-weight: 700;
    }

    .newsletter-signature-role {
        margin: 0.1rem 0 0;
        color: #4d5e67;
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .newsletter-highlight {
        grid-column: 1 / -1;
        justify-self: center;
        margin: clamp(1.25rem, 2.8vw, 2.2rem) 0 0.55rem;
        max-width: min(940px, 100%);
        color: #f5fff9;
        font-size: clamp(1.35rem, 2.2vw, 2.35rem);
        font-weight: 700;
        line-height: 1.22;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        text-align: center;
    }

    .newsletter-logo {
        grid-column: 1 / -1;
        justify-self: end;
        width: clamp(120px, 12vw, 180px);
        height: auto;
        opacity: 0.95;
        margin-top: 0.35rem;
        display: block;
        margin-right: 0.25rem;
    }

    .newsletter-thanks-wrap {
        max-width: 1160px;
        min-height: clamp(530px, 70vh, 720px);
        margin: 0 auto;
        display: grid;
        place-items: center;
    }

    .newsletter-thanks-card {
        width: min(920px, 94%);
        background: #f4f4f4;
        border-radius: 20px;
        box-shadow: var(--nl-shadow);
        padding: clamp(2rem, 6vw, 4.4rem) 1.5rem;
        text-align: center;
        color: #1f2b34;
    }

    .newsletter-thanks-icon {
        margin: 0 auto 0.75rem;
        font-size: clamp(4rem, 8vw, 6rem);
        line-height: 1;
        color: #000;
    }

    .newsletter-thanks-card h1 {
        margin: 0;
        font-size: clamp(1.5rem, 2.5vw, 2.15rem);
        line-height: 1.35;
        font-weight: 700;
    }

    .newsletter-thanks-link {
        display: inline-block;
        margin-top: 1.2rem;
        padding: 0.72rem 1.2rem;
        border-radius: 8px;
        background: #2f8f3f;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
    }

    .newsletter-thanks-link:hover,
    .newsletter-thanks-link:focus {
        color: #fff;
        background: #277a35;
        text-decoration: none;
    }

    @media (max-width: 1399.98px) {
        .newsletter-grid {
            grid-template-columns: minmax(340px, 480px) 1fr;
        }

        .newsletter-benefits-list li {
            font-size: 1.08rem;
        }

        .newsletter-info-panel {
            grid-template-columns: minmax(0, 1fr) minmax(235px, 290px);
        }

        .newsletter-info-content > p:not(.newsletter-eyebrow) {
            max-width: 760px;
        }

        .newsletter-benefits-card {
            max-width: 760px;
        }

        .newsletter-celia-wrap {
            margin-top: 0.35rem;
            transform: translateX(10px);
        }
    }

    @media (max-width: 1199.98px) {
        .newsletter-grid {
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            grid-template-areas:
                "form info"
                "celia celia"
                "highlight highlight"
                "logo logo";
            column-gap: 1rem;
            row-gap: 1rem;
            align-items: start;
        }

        .newsletter-form-card {
            grid-area: form;
            width: 100%;
            max-width: none;
            margin: 0;
        }

        .newsletter-info-panel {
            display: contents;
        }

        .newsletter-info-content {
            grid-area: info;
        }

        .newsletter-info-content > p:not(.newsletter-eyebrow) {
            max-width: none;
        }

        .newsletter-benefits-card {
            max-width: none;
        }

        .newsletter-celia-wrap {
            grid-area: celia;
            width: min(440px, 72%);
            justify-self: center;
            align-self: start;
            margin: 0.55rem 0 0 0;
            transform: none;
        }

        .newsletter-signature-card {
            width: 94%;
            margin-top: -4.8rem;
        }

        .newsletter-highlight {
            grid-area: highlight;
            margin-top: 0.8rem;
        }

        .newsletter-logo {
            grid-area: logo;
            margin-top: 0.25rem;
        }
    }

    @media (max-width: 767.98px) {
        .newsletter-page {
            padding-left: 0.65rem;
            padding-right: 0.65rem;
            min-height: 100vh;
            min-height: 100dvh;
        }

        .newsletter-prize-banner {
            padding: 1rem;
            grid-template-columns: 1fr;
            row-gap: 0.45rem;
        }

        .newsletter-prize-banner p,
        .newsletter-prize-banner ul {
            grid-column: auto;
        }

        .newsletter-prize-content {
            grid-column: auto;
        }

        .newsletter-grid {
            grid-template-columns: 1fr;
            grid-template-areas: none;
            row-gap: 1rem;
        }

        .newsletter-form-card {
            padding: 1.1rem;
            grid-area: auto;
            max-width: none;
            margin: 0;
        }

        .newsletter-form-card h1 {
            font-size: 1.5rem;
        }

        .newsletter-info-panel h2 {
            font-size: 1.75rem;
        }

        .newsletter-info-panel {
            display: grid;
            padding-top: 0.35rem;
            grid-template-columns: 1fr;
            column-gap: 0;
            row-gap: 1rem;
        }

        .newsletter-info-content,
        .newsletter-celia-wrap {
            grid-area: auto;
        }

        .newsletter-celia-wrap {
            width: min(440px, 100%);
            margin: 0.9rem 0 0 auto;
            align-self: start;
        }

        .newsletter-signature-card {
            width: 100%;
            margin-top: -2.2rem;
        }

        .newsletter-highlight {
            grid-area: auto;
            margin-top: 1.1rem;
            font-size: 1.3rem;
            line-height: 1.24;
        }

        .newsletter-logo {
            grid-area: auto;
        }

        .newsletter-info-content > p:not(.newsletter-eyebrow) {
            font-size: 1rem;
        }

        .newsletter-benefits-card h3 {
            font-size: 1.5rem;
            padding-left: 1.05rem;
            padding-right: 1.05rem;
        }

        .newsletter-benefits-list {
            padding-left: 1.05rem;
            padding-right: 1.05rem;
        }

        .newsletter-benefits-list li {
            font-size: 1rem;
            padding-left: 1.75rem;
        }

    }

/* MedicalScan health portal */

.ms-health-portal,
.ms-health-show-page {
    --ms-health-brand: #2A896C;
    --ms-health-brand-dark: #1f6d57;
    --ms-health-brand-soft: #45A78F;
    --ms-health-accent: #DFF6EE;
    --ms-health-surface: rgba(255, 255, 255, 0.86);
    --ms-health-border: rgba(42, 137, 108, 0.14);
    --ms-health-shadow: 0 20px 50px rgba(22, 67, 54, 0.12);
    --ms-health-text: #17372d;
    --ms-health-text-soft: #5f7d72;
    color: var(--ms-health-text);
}

.ms-health-portal {
    padding: 1rem 0 2.5rem;
}

.ms-health-hero,
.ms-health-show-header {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 32%),
        linear-gradient(135deg, #effcf6 0%, #dff6ee 45%, #ffffff 100%);
    box-shadow: var(--ms-health-shadow);
}

.ms-health-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: end;
    padding: clamp(1.8rem, 4vw, 3rem);
    margin-bottom: 2rem;
}

.ms-health-hero-kenburns {
    isolation: isolate;
    background: #114539;
}

.ms-health-hero-kenburns::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--ms-health-hero-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.08);
    animation: ms-ken-burns 16s ease-in-out infinite alternate;
    will-change: transform;
}

.ms-health-hero-kenburns::after {
    inset: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    z-index: 0;
    background:
        linear-gradient(135deg, rgba(8, 41, 35, 0.84) 0%, rgba(8, 41, 35, 0.48) 50%, rgba(8, 41, 35, 0.82) 100%),
        radial-gradient(circle at top right, rgba(235, 255, 247, 0.16), transparent 38%);
}

.ms-health-hero-kenburns > * {
    position: relative;
    z-index: 1;
}

.ms-health-hero-kenburns .ms-health-eyebrow,
.ms-health-hero-kenburns .ms-health-hero-title,
.ms-health-hero-kenburns .ms-health-hero-lead {
    color: #fff;
}

.ms-health-hero-kenburns .ms-health-eyebrow {
    padding: 0.4rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.82rem;
    font-weight: 600;
}

.ms-health-hero-kenburns .ms-health-hero-title {
    text-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.ms-health-hero-kenburns .ms-health-hero-lead {
    color: rgba(255, 255, 255, 0.92);
}

.ms-health-hero-kenburns .ms-health-stat {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(42, 137, 108, 0.2);
    box-shadow: 0 18px 38px rgba(9, 35, 29, 0.18);
}

.ms-health-hero::after,
.ms-health-show-header::after {
    content: "";
    position: absolute;
    inset: auto -4rem -5rem auto;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(69, 167, 143, 0.24) 0%, rgba(69, 167, 143, 0) 72%);
    pointer-events: none;
}

.ms-health-eyebrow,
.ms-health-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.8rem;
    color: var(--ms-health-brand-dark);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ms-health-hero-title,
.ms-health-show-title {
    margin-bottom: 0.9rem;
    color: var(--ms-health-text);
    line-height: 1.05;
}

.ms-health-hero-title {
    font-size: clamp(2.2rem, 5vw, 4rem);
}

.ms-health-hero-lead,
.ms-health-show-intro,
.ms-health-show-subtitle,
.ms-health-featured-subtitle,
.ms-health-featured-text,
.ms-health-card-subtitle,
.ms-health-card-text {
    color: var(--ms-health-text-soft);
}

.ms-health-hero-lead,
.ms-health-show-intro {
    max-width: 58rem;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.8;
}

.ms-health-stat {
    position: relative;
    z-index: 1;
    min-width: 11rem;
    padding: 1.15rem 1.2rem;
    border: 1px solid rgba(42, 137, 108, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 35px rgba(42, 137, 108, 0.12);
    text-align: center;
    backdrop-filter: blur(12px);
}

.ms-health-stat-label {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--ms-health-text-soft);
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ms-health-stat-value {
    display: block;
    color: var(--ms-health-brand-dark);
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1;
}

.ms-health-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1rem;
}

.ms-health-section-heading-grid {
    margin-top: 2.4rem;
}

.ms-health-section-title,
.ms-health-featured-title,
.ms-health-card-title {
    margin: 0;
    color: var(--ms-health-text);
}

.ms-health-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.ms-health-featured-card {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
    gap: clamp(1.4rem, 3vw, 2.2rem);
    align-items: stretch;
    padding: clamp(1.25rem, 3vw, 1.8rem);
    border: 1px solid var(--ms-health-border);
    border-radius: 28px;
    background: var(--ms-health-surface);
    box-shadow: var(--ms-health-shadow);
    backdrop-filter: blur(10px);
}

.ms-health-featured-copy,
.ms-health-card-body {
    display: flex;
    flex-direction: column;
}

.ms-health-featured-copy .ms-health-card-actions {
    margin-top: 1.1rem;
    padding-top: 0;
}

.ms-health-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.ms-health-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.85rem;
    border-radius: 999px;
    background: rgba(42, 137, 108, 0.12);
    color: var(--ms-health-brand-dark);
    font-size: 0.82rem;
    font-weight: 700;
}

.ms-health-date {
    color: var(--ms-health-text-soft);
    font-size: 0.9rem;
    font-weight: 600;
}

.ms-health-featured-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.15;
}

.ms-health-featured-subtitle {
    margin-top: 0.8rem;
    font-size: 1.05rem;
    font-weight: 600;
}

.ms-health-featured-text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.8;
}

.ms-health-card-actions {
    margin-top: auto;
    padding-top: 1.3rem;
}

.ms-health-button,
.ms-health-button-secondary {
    min-width: 8.5rem;
    border-radius: 999px;
    padding: 0.78rem 1.2rem;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(42, 137, 108, 0.16);
}

.ms-health-button {
    border-color: var(--ms-health-brand);
    background: linear-gradient(135deg, var(--ms-health-brand) 0%, var(--ms-health-brand-soft) 100%);
}

.ms-health-button-secondary {
    border-width: 1px;
}

.ms-health-featured-media,
.ms-health-card-media,
.ms-health-show-cover {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(145deg, #e5f7f0 0%, #f8fffc 100%);
}

.ms-health-featured-media {
    align-self: start;
    height: clamp(17rem, 28vw, 20.5rem);
    max-height: 20.5rem;
}

.ms-health-featured-media img,
.ms-health-card-media img,
.ms-health-show-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ms-health-media-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 16rem;
    padding: 1.5rem;
    color: var(--ms-health-brand-dark);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background:
        radial-gradient(circle at top right, rgba(69, 167, 143, 0.28), rgba(69, 167, 143, 0) 40%),
        linear-gradient(135deg, #dff6ee 0%, #effcf6 55%, #ffffff 100%);
}

.ms-health-media-placeholder-small {
    min-height: 14rem;
}

.ms-health-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.ms-health-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ms-health-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 36px rgba(22, 67, 54, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ms-health-card:hover {
    transform: translateY(-4px);
    border-color: rgba(42, 137, 108, 0.28);
    box-shadow: 0 24px 44px rgba(22, 67, 54, 0.14);
}

.ms-health-card-media {
    aspect-ratio: 16 / 11;
}

.ms-health-card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.ms-health-card-title {
    font-size: 1.32rem;
    line-height: 1.2;
}

.ms-health-card-subtitle {
    margin-top: 0.75rem;
    font-size: 0.98rem;
    font-weight: 600;
}

.ms-health-card-text {
    margin-top: 0.9rem;
    font-size: 0.96rem;
    line-height: 1.72;
    max-height: 8.1rem;
    overflow: hidden;
}

.ms-partner-page {
    padding-bottom: 3rem;
}

.ms-partner-hero-panel {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
}

.ms-partner-hero-panel .ms-kenburns-panel__content {
    max-width: 38rem;
}

.ms-partner-hero-stat {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(42, 137, 108, 0.2);
    box-shadow: 0 18px 38px rgba(9, 35, 29, 0.18);
}

.ms-partner-admin-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
    margin: 0 0 1.5rem;
}

.ms-partner-featured-card,
.ms-partner-card {
    position: relative;
}

.ms-partner-card-grid {
    align-items: stretch;
}

.ms-partner-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.ms-partner-card .ms-partner-card-actions {
    flex-wrap: nowrap;
}

.ms-partner-card .ms-partner-card-actions .ms-health-button-secondary,
.ms-partner-card .ms-partner-card-actions .ms-health-button {
    min-width: 0;
}

.ms-partner-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.35rem;
    width: 3.35rem;
    min-width: 3.35rem;
    padding-left: 0;
    padding-right: 0;
}

.ms-partner-chip-muted {
    background: rgba(17, 24, 39, 0.08);
    color: #31404e;
}

.ms-partner-chip-danger {
    background: rgba(177, 32, 32, 0.12);
    color: #8d2626;
}

.ms-partner-card.is-locked > .ms-health-card-media,
.ms-partner-card.is-locked > .ms-health-card-body,
.ms-partner-featured-card.is-locked > .ms-health-featured-copy,
.ms-partner-featured-card.is-locked > .ms-health-featured-media {
    filter: blur(1.5px);
    opacity: 0.32;
    pointer-events: none;
    user-select: none;
}

.ms-partner-lock-card {
    position: absolute;
    inset: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 1.3rem;
    border: 1px solid rgba(42, 137, 108, 0.18);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 44px rgba(22, 67, 54, 0.14);
    backdrop-filter: blur(12px);
    z-index: 2;
}

.ms-partner-lock-card h3 {
    margin: 0;
    color: #17372d;
    font-size: clamp(1rem, 2vw, 1.3rem);
    line-height: 1.35;
    text-align: center;
}

.ms-partner-lock-card-compact {
    inset: auto 1rem 1rem 1rem;
    padding: 1rem;
    gap: 0.8rem;
}

.ms-partner-lock-card-compact h3 {
    font-size: 1rem;
}

.ms-partner-lock-card-centered {
    left: 50%;
    right: auto;
    width: min(calc(100% - 2rem), 28rem);
    transform: translateX(-50%);
}

.ms-partner-lock-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
}

.ms-health-empty-state {
    padding: 3rem 1.5rem;
    border: 1px dashed rgba(42, 137, 108, 0.28);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    box-shadow: 0 18px 32px rgba(22, 67, 54, 0.06);
}

.ms-health-empty-state h2 {
    margin-bottom: 0.8rem;
}

.ms-health-empty-state p {
    margin: 0;
    color: var(--ms-health-text-soft);
}

.ms-health-show-page {
    padding: 1rem 0 3rem;
}

.ms-health-show-shell {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ms-health-show-header {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
    gap: 1.4rem;
    align-items: stretch;
    padding: clamp(1.2rem, 3vw, 1.8rem);
}

.ms-health-show-copy {
    display: flex;
    flex-direction: column;
}

.ms-health-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    margin-bottom: 1rem;
    color: var(--ms-health-brand-dark);
    text-decoration: none;
    font-weight: 700;
}

.ms-health-back-link:hover {
    color: var(--ms-health-brand);
    text-decoration: none;
}

.ms-health-show-title {
    font-size: clamp(2rem, 4vw, 3rem);
}

.ms-health-show-subtitle {
    font-size: 1.08rem;
    font-weight: 600;
}

.ms-health-show-intro {
    margin-top: 1rem;
}

.ms-health-show-cover {
    min-height: 15rem;
}

.ms-health-microsite {
    padding: clamp(1.2rem, 3vw, 2rem);
    border: 1px solid var(--ms-health-border);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(22, 67, 54, 0.08);
}

.ms-health-microsite img,
.ms-health-microsite video,
.ms-health-microsite iframe {
    max-width: 100%;
}

.ms-health-microsite table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

@media (max-width: 991px) {
    .ms-health-featured-card,
    .ms-health-show-header {
        grid-template-columns: 1fr;
    }

    .ms-health-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ms-health-featured-media {
        height: clamp(15rem, 38vw, 18rem);
        max-height: 18rem;
    }

    .ms-partner-lock-card {
        inset: 0.95rem;
        padding: 1.05rem;
    }

    .ms-partner-lock-card-compact {
        inset: auto 0.9rem 0.9rem 0.9rem;
    }

    .ms-partner-lock-card-centered {
        width: min(calc(100% - 1.8rem), 26rem);
    }

    .ms-partner-hero-panel {
        gap: 1rem;
    }
}

@media (max-width: 767px) {
    .ms-health-hero {
        grid-template-columns: 1fr;
    }

    .ms-health-stat {
        min-width: auto;
        width: 100%;
    }

    .ms-health-card-grid {
        grid-template-columns: 1fr;
    }

    .ms-health-card-body,
    .ms-health-microsite,
    .ms-health-show-header,
    .ms-health-featured-card {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ms-health-card-text {
        max-height: none;
    }

    .ms-health-featured-media {
        height: 16rem;
        max-height: 16rem;
    }

    .ms-partner-admin-toolbar {
        justify-content: stretch;
    }

    .ms-partner-admin-toolbar .btn {
        width: 100%;
    }

    .ms-partner-card-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ms-partner-card-actions .btn {
        width: 100%;
    }

    .ms-partner-card .ms-partner-card-actions {
        flex-wrap: wrap;
    }

    .ms-partner-lock-card {
        inset: 0.75rem;
        padding: 0.95rem;
    }

    .ms-partner-lock-card-compact {
        inset: auto 0.75rem 0.75rem 0.75rem;
    }

    .ms-partner-lock-card-centered {
        width: calc(100% - 1.5rem);
    }

    .ms-partner-hero-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .ms-partner-hero-stat {
        width: 100%;
    }
}

.ms-health-microsite .boardcard .page-content-img {
    display: flex;
    justify-content: center;
}

.ms-health-microsite .boardcard .page-content-img img,
.ms-health-microsite .boardcard img.img-fluid {
    position: static !important;
    top: auto !important;
    right: auto !important;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none !important;
    margin: 0 auto;
}

.ms-health-microsite img[src$="/images/inheal.png"] {
    display: block;
    width: clamp(5.5rem, 8vw, 7.5rem) !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 auto;
}

.ms-health-newsletter {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.8rem;
}

.ms-health-newsletter-panel {
    position: relative;
    isolation: isolate;
    width: min(23rem, calc(100vw - 2rem));
    padding: 1.25rem 1.25rem 1.15rem;
    border: 1px solid rgba(42, 137, 108, 0.2);
    border-radius: 24px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.88) 0%, rgba(236, 248, 244, 0.78) 100%);
    box-shadow: 0 24px 50px rgba(15, 51, 41, 0.2), 0 8px 18px rgba(42, 137, 108, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0.8rem) scale(0.98);
    transform-origin: bottom right;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.ms-health-newsletter-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 32%),
        linear-gradient(180deg, rgba(42, 137, 108, 0.08), rgba(42, 137, 108, 0));
    z-index: -1;
}

.ms-health-newsletter.is-open .ms-health-newsletter-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.ms-health-newsletter-kicker {
    margin-bottom: 0.55rem;
    color: #1f6d57;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ms-health-newsletter-title {
    margin: 0 2rem 0.65rem 0;
    color: #143a31;
    font-size: 1.3rem;
    line-height: 1.18;
}

.ms-health-newsletter-text {
    margin: 0;
    color: rgba(20, 58, 49, 0.84);
    font-size: 0.97rem;
    line-height: 1.7;
}

.ms-health-newsletter-button {
    margin-top: 1.05rem;
    min-width: 9rem;
    border-radius: 999px;
    padding: 0.76rem 1.18rem;
    font-weight: 700;
    border-color: #2b9274;
    background: linear-gradient(135deg, #2b9274 0%, #49b993 100%);
    box-shadow: 0 14px 26px rgba(43, 146, 116, 0.24);
}

.ms-health-newsletter-close {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: rgba(20, 58, 49, 0.08);
    color: #1b5d4b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.ms-health-newsletter-close:hover {
    background: rgba(20, 58, 49, 0.14);
    transform: translateY(-1px);
}

.ms-health-newsletter-trigger {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #2d9476 0%, #50c49f 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.88rem 1.02rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 20px 34px rgba(33, 110, 87, 0.26), 0 0 0 1px rgba(255, 255, 255, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ms-health-newsletter-trigger:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #36a282 0%, #5dccaa 100%);
    box-shadow: 0 22px 38px rgba(33, 110, 87, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.ms-health-newsletter-trigger-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ms-health-newsletter-trigger-label {
    font-size: 0.96rem;
    line-height: 1;
}

@media (max-width: 767px) {
    .ms-health-newsletter {
        left: auto;
        right: 0.85rem;
        bottom: 0.85rem;
    }

    .ms-health-newsletter-panel {
        width: min(100%, calc(100vw - 1.7rem));
    }

    .ms-health-newsletter-trigger {
        padding: 0.82rem 0.92rem;
    }
}

.footer-social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.footer-social-links .btn {
    margin: 0 !important;
}

.footer-newsletter-wrap {
    margin-top: -0.35rem;
    margin-bottom: 0.95rem;
    display: flex;
    justify-content: center;
}

.footer-newsletter-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.2rem 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.96rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-newsletter-link:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Health portal fixes */

.ms-health-filter-panel {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1.4rem;
    padding: 1rem 1.08rem 1.05rem;
    border: 1px solid rgba(42, 137, 108, 0.14);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 30%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.94) 0%, rgba(237, 249, 244, 0.96) 100%);
    box-shadow: 0 14px 28px rgba(22, 67, 54, 0.08);
    backdrop-filter: blur(10px);
}

.ms-health-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 0.95rem;
    flex-wrap: wrap;
}

.ms-health-filter-copy {
    max-width: 32rem;
}

.ms-health-filter-kicker {
    margin-bottom: 0.35rem;
}

.ms-health-filter-title {
    margin: 0;
    color: var(--ms-health-text);
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    line-height: 1.15;
}

.ms-health-filter-summary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(42, 137, 108, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 22px rgba(42, 137, 108, 0.06);
}

.ms-health-filter-summary-label {
    color: var(--ms-health-text-soft);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ms-health-filter-summary-value {
    color: var(--ms-health-brand-dark);
    font-size: 0.95rem;
    line-height: 1.2;
    font-weight: 700;
}

.ms-health-filter-summary-count {
    color: var(--ms-health-text-soft);
    font-size: 0.82rem;
    font-weight: 600;
}

.ms-health-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.ms-health-filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.62rem 0.92rem;
    border: 1px solid rgba(42, 137, 108, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #111;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(22, 67, 54, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    touch-action: manipulation;
}

.ms-health-filter-pill:hover {
    transform: translateY(-2px);
    color: #111;
    text-decoration: none;
    border-color: rgba(42, 137, 108, 0.24);
    box-shadow: 0 16px 28px rgba(22, 67, 54, 0.1);
}

.ms-health-filter-pill.is-active {
    border-color: rgba(42, 137, 108, 0.24);
    background: linear-gradient(135deg, rgba(42, 137, 108, 0.16) 0%, rgba(69, 167, 143, 0.22) 100%);
    color: #111;
    box-shadow: 0 16px 30px rgba(42, 137, 108, 0.12);
}

/* HCP page */

.ms-hcp-page {
    padding-bottom: 3rem;
}

.ms-hcp-hero-panel {
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    min-height: clamp(260px, 31vw, 340px);
}

.ms-hcp-hero-panel .ms-kenburns-panel__content {
    max-width: 38rem;
}

.ms-hcp-hero-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(6.8rem, 1fr));
    gap: 0.6rem;
    width: min(100%, 19rem);
    margin-left: auto;
}

.ms-hcp-hero-stats .ms-health-stat {
    min-width: 0;
    padding: 0.72rem 0.85rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(42, 137, 108, 0.2);
    box-shadow: 0 14px 28px rgba(9, 35, 29, 0.16);
}

.ms-hcp-hero-stats .ms-health-stat-label {
    margin-bottom: 0.25rem;
    font-size: 0.72rem;
}

.ms-hcp-hero-stats .ms-health-stat-value {
    font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.ms-hcp-ad-panel {
    overflow: hidden;
    border: 1px solid rgba(42, 137, 108, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 34px rgba(22, 67, 54, 0.08);
}

.ms-hcp-ad-panel img {
    display: block;
    height: auto;
}

.ms-hcp-next-webinars,
.ms-hcp-content-shell,
.ms-hcp-side-card {
    border: 1px solid var(--ms-health-border);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--ms-health-shadow);
}

.ms-hcp-next-webinars {
    display: flex;
    flex-direction: column;
    gap: 1.05rem;
    padding: clamp(1.05rem, 2.4vw, 1.35rem);
    border-color: rgba(17, 73, 56, 0.45);
    background:
        radial-gradient(circle at top right, rgba(154, 233, 203, 0.16), transparent 30%),
        linear-gradient(145deg, #1d5a47 0%, #184c3d 52%, #123b30 100%);
    box-shadow: 0 24px 48px rgba(11, 44, 35, 0.2);
}

.ms-hcp-next-webinars-header,
.ms-hcp-side-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ms-hcp-next-webinars-header {
    align-items: center;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ms-hcp-next-webinars-header .ms-health-section-kicker {
    margin-bottom: 0.25rem;
    font-size: 0.82rem;
    color: rgba(235, 249, 244, 0.8);
}

.ms-hcp-next-webinars-header .ms-health-section-title {
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.2;
    color: #fff;
}

.ms-hcp-webinar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.25rem;
    width: 3.25rem;
    height: 3.25rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.18) 0%, rgba(169, 230, 206, 0.16) 100%);
    color: #fff;
    font-size: 1.45rem;
    box-shadow: 0 12px 24px rgba(8, 33, 27, 0.2);
}

.ms-hcp-side-icon,
.ms-hcp-side-logo {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(42, 137, 108, 0.12);
    border-radius: 20px;
    background: linear-gradient(145deg, #f5fffb 0%, #e5f7f0 100%);
}

.ms-hcp-side-icon {
    width: 5.2rem;
    height: 5.2rem;
    padding: 0.85rem;
}

.ms-hcp-side-icon img {
    max-width: 100%;
    max-height: 100%;
}

#calculators .ms-hcp-side-icon {
    width: 5.2rem;
    height: 5.2rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#calculators .ms-hcp-side-icon a {
    display: block;
    width: 100%;
    height: 100%;
}

#calculators .ms-hcp-side-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    border: 2px solid rgba(42, 137, 108, 0.38);
    border-radius: 18px;
    box-shadow: none;
}

.ms-hcp-side-logo {
    width: 100%;
    min-height: 6.6rem;
    padding: 1.1rem;
}

.ms-hcp-side-logo img {
    max-width: min(100%, 15rem);
    max-height: 5rem;
}

.ms-hcp-webinar-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.ms-hcp-webinar-list hr {
    display: none;
}

.ms-hcp-webinar-row {
    display: grid;
    grid-template-columns: minmax(8.4rem, 0.18fr) minmax(0, 1fr) auto;
    gap: clamp(0.8rem, 2vw, 1.2rem);
    align-items: center;
    padding: 0.75rem;
    border: 1px solid rgba(42, 137, 108, 0.1);
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 32%),
        rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 22px rgba(22, 67, 54, 0.05);
}

.ms-hcp-webinar-date {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.72rem 0.85rem;
    border-radius: 18px;
    background: rgba(42, 137, 108, 0.1);
    color: var(--ms-health-brand-dark);
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
}

.ms-hcp-webinar-date strong {
    font-size: 1.05rem;
}

.ms-hcp-webinar-row h3 {
    margin: 0;
    color: var(--ms-health-text);
    font-size: clamp(1.05rem, 1.45vw, 1.18rem);
    line-height: 1.38;
    font-weight: 700;
}

.ms-hcp-webinar-action {
    text-align: center;
    min-width: 9rem;
}

.ms-hcp-demio-button {
    display: block;
    width: 100%;
}

.ms-hcp-webinar-action .ms-hcp-demio-button,
.ms-hcp-side-demio .ms-hcp-demio-button {
    min-width: 8.6rem;
}

.ms-hcp-webinar-action .ms-hcp-demio-button button,
.ms-hcp-webinar-action .ms-hcp-demio-button a,
.ms-hcp-webinar-action .ms-hcp-demio-button input,
.ms-hcp-webinar-action .ms-hcp-demio-button [role="button"],
.ms-hcp-side-demio .ms-hcp-demio-button button,
.ms-hcp-side-demio .ms-hcp-demio-button a,
.ms-hcp-side-demio .ms-hcp-demio-button input,
.ms-hcp-side-demio .ms-hcp-demio-button [role="button"] {
    min-height: 2.65rem !important;
    border: 1px solid rgba(42, 137, 108, 0.28) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--ms-health-brand) 0%, var(--ms-health-brand-soft) 100%) !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    box-shadow: 0 14px 28px rgba(42, 137, 108, 0.18) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
}

.ms-hcp-webinar-action .ms-hcp-demio-button button:hover,
.ms-hcp-webinar-action .ms-hcp-demio-button a:hover,
.ms-hcp-webinar-action .ms-hcp-demio-button input:hover,
.ms-hcp-webinar-action .ms-hcp-demio-button [role="button"]:hover,
.ms-hcp-side-demio .ms-hcp-demio-button button:hover,
.ms-hcp-side-demio .ms-hcp-demio-button a:hover,
.ms-hcp-side-demio .ms-hcp-demio-button input:hover,
.ms-hcp-side-demio .ms-hcp-demio-button [role="button"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(42, 137, 108, 0.22) !important;
    filter: saturate(1.05);
}

.ms-hcp-filter-panel {
    gap: 1rem;
    padding: 1rem 1.08rem 1.05rem;
    overflow: visible;
}

.ms-hcp-category-pills .ms-health-filter-pill {
    font-weight: 500;
}

.ms-hcp-search-form {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: min(100%, 24rem);
}

.ms-hcp-search-form .form-control {
    min-height: 2.75rem;
    border-color: rgba(42, 137, 108, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ms-health-text);
    font-weight: 600;
}

.ms-hcp-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(42, 137, 108, 0.16);
}

.ms-hcp-topic-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1rem 0 0;
    border-top: 2px solid rgba(42, 137, 108, 0.2);
    background: transparent;
}

.ms-hcp-topic-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    padding: 0.52rem 0.78rem;
    border: 1px solid rgba(42, 137, 108, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: #111;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ms-hcp-topic-pill:hover {
    transform: translateY(-2px);
    color: #111;
    text-decoration: none;
    border-color: rgba(42, 137, 108, 0.22);
    box-shadow: 0 12px 24px rgba(22, 67, 54, 0.08);
}

.ms-hcp-topic-pill.is-active {
    border-color: rgba(42, 137, 108, 0.28);
    background: rgba(42, 137, 108, 0.14);
    color: #111;
}

.ms-hcp-topic-pill.is-highlighted {
    border-color: rgba(233, 168, 49, 0.42);
    background: rgba(255, 239, 193, 0.72);
    color: #111;
}

.ms-hcp-content-shell {
    padding: clamp(1rem, 3vw, 1.35rem);
}

.ms-hcp-content-column {
    display: grid;
    gap: 1rem;
}

.ms-hcp-content-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ms-hcp-featured-section {
    display: grid;
    gap: 0.8rem;
}

.ms-hcp-featured-heading {
    margin-bottom: 0;
    padding-inline: 0.2rem;
}

.ms-hcp-featured-card {
    display: grid;
    grid-template-columns: minmax(11rem, 0.34fr) minmax(0, 1fr);
    gap: 1.05rem;
    padding: 1rem;
    border: 1px solid rgba(42, 137, 108, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(22, 67, 54, 0.08);
}

.ms-hcp-featured-thumb {
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(145deg, #e5f7f0 0%, #f8fffc 100%);
    aspect-ratio: 4 / 3;
}

.ms-hcp-featured-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ms-hcp-featured-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.72rem 1rem;
    align-content: start;
}

.ms-hcp-featured-main {
    grid-column: 1 / -1;
}

.ms-hcp-featured-main h3 {
    margin: 0;
    font-size: clamp(1.18rem, 2vw, 1.45rem);
    line-height: 1.28;
}

.ms-hcp-featured-intro {
    margin-top: 0.58rem;
    color: var(--ms-health-text-soft);
    font-size: 0.94rem;
    line-height: 1.62;
}

.ms-hcp-featured-intro p:last-child {
    margin-bottom: 0;
}

.ms-hcp-featured-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
}

.ms-hcp-featured-actions .ms-health-button {
    min-width: 7.2rem;
    padding: 0.66rem 1.1rem;
}

.ms-hcp-list-heading {
    margin-bottom: 0.9rem;
}

.ms-hcp-content-card {
    display: grid;
    grid-template-columns: minmax(10rem, 0.28fr) minmax(0, 1fr);
    gap: 1.15rem;
    padding: 1rem;
    border: 1px solid rgba(42, 137, 108, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 28px rgba(22, 67, 54, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ms-hcp-content-card:hover {
    transform: translateY(-3px);
    border-color: rgba(42, 137, 108, 0.24);
    box-shadow: 0 20px 38px rgba(22, 67, 54, 0.11);
}

.ms-hcp-content-thumb {
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(145deg, #e5f7f0 0%, #f8fffc 100%);
    aspect-ratio: 4 / 3;
}

.ms-hcp-content-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ms-hcp-content-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.8rem 1rem;
    align-items: start;
}

.ms-hcp-content-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    color: var(--ms-health-text-soft);
    font-size: 0.86rem;
    font-weight: 600;
}

.ms-hcp-content-meta .ms-health-chip {
    padding: 0.32rem 0.7rem;
    color: #17372d;
    font-size: 0.78rem;
}

.ms-hcp-content-tags {
    color: var(--ms-health-text-soft);
}

.ms-hcp-admin-action {
    justify-self: end;
}

.ms-hcp-admin-action a {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.48rem 0.75rem;
    border-radius: 999px;
    background: rgba(25, 94, 185, 0.1);
    color: #1b5aa6;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
}

.ms-hcp-content-main {
    grid-column: 1 / -1;
}

.ms-hcp-content-title {
    color: var(--ms-health-text);
    text-decoration: none;
}

.ms-hcp-content-title:hover {
    color: var(--ms-health-brand-dark);
    text-decoration: none;
}

.ms-hcp-content-title h3 {
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.35;
}

.ms-hcp-content-intro {
    margin-top: 0.7rem;
    color: var(--ms-health-text-soft);
    font-size: 0.94rem;
    line-height: 1.7;
}

.ms-hcp-content-intro p:last-child {
    margin-bottom: 0;
}

.ms-hcp-content-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
}

.ms-hcp-content-actions .ms-health-button {
    min-width: 7.2rem;
    padding: 0.66rem 1.1rem;
}

.ms-hcp-search-summary {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(42, 137, 108, 0.14);
    border-radius: 20px;
    background: rgba(42, 137, 108, 0.08);
    color: var(--ms-health-brand-dark);
    font-weight: 700;
}

.ms-hcp-selected-content {
    overflow: hidden;
}

.ms-hcp-selected-content img,
.ms-hcp-selected-content video,
.ms-hcp-selected-content iframe {
    max-width: 100%;
}

.ms-hcp-back-row {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(42, 137, 108, 0.12);
}

.ms-hcp-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1.4rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(42, 137, 108, 0.12);
}

.ms-hcp-page-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    font-weight: 700;
}

.ms-hcp-page-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    color: var(--ms-health-text-soft);
    font-weight: 700;
}

.ms-hcp-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ms-hcp-side-card {
    padding: 1.1rem;
}

.ms-hcp-side-card h2 {
    margin: 0.55rem 0 0;
    color: var(--ms-health-text);
    font-size: 1.25rem;
    line-height: 1.25;
}

.ms-hcp-side-links {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
}

.ms-hcp-side-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.78rem 0.9rem;
    border: 1px solid rgba(42, 137, 108, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--ms-health-text);
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ms-hcp-side-links a::after {
    content: "";
    flex: 0 0 auto;
    width: 0.45rem;
    height: 0.45rem;
    border-top: 2px solid var(--ms-health-brand-dark);
    border-right: 2px solid var(--ms-health-brand-dark);
    transform: rotate(45deg);
    opacity: 0.75;
}

.ms-hcp-side-links a:hover {
    transform: translateY(-2px);
    color: var(--ms-health-brand-dark);
    border-color: rgba(42, 137, 108, 0.24);
    box-shadow: 0 14px 26px rgba(22, 67, 54, 0.08);
}

.ms-hcp-event-note {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
    padding: 0.95rem;
    border: 1px solid rgba(42, 137, 108, 0.12);
    border-radius: 18px;
    background: rgba(42, 137, 108, 0.08);
    color: var(--ms-health-text-soft);
    text-align: center;
    font-weight: 600;
}

.ms-hcp-event-note strong {
    color: var(--ms-health-text);
    line-height: 1.35;
}

.ms-hcp-event-note .ms-health-button {
    justify-self: center;
    min-width: 8rem;
    padding: 0.62rem 1rem;
}

.ms-hcp-side-demio {
    margin-top: 0.25rem;
}

@media (max-width: 1199px) {
    .ms-hcp-hero-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .ms-hcp-hero-stats {
        width: 100%;
    }

    .ms-hcp-webinar-row {
        grid-template-columns: minmax(8rem, 0.24fr) minmax(0, 1fr) auto;
    }
}

@media (max-width: 991px) {
    .ms-hcp-sidebar {
        margin-top: 0.5rem;
    }
}

@media (max-width: 767px) {
    .ms-hcp-hero-stats {
        grid-template-columns: 1fr;
    }

    .ms-hcp-search-form {
        width: 100%;
    }

    .ms-hcp-webinar-row,
    .ms-hcp-featured-card,
    .ms-hcp-content-card,
    .ms-hcp-content-body {
        grid-template-columns: 1fr;
    }

    .ms-hcp-webinar-action {
        text-align: left;
    }

    .ms-hcp-content-thumb {
        max-height: 15rem;
    }

    .ms-hcp-admin-action,
    .ms-hcp-content-actions {
        justify-self: stretch;
        justify-content: stretch;
    }

    .ms-hcp-admin-action a,
    .ms-hcp-content-actions .btn {
        justify-content: center;
        width: 100%;
    }
}

.ms-health-newsletter {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1050;
    pointer-events: none;
}

.ms-health-newsletter-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.8rem);
    isolation: isolate;
    width: min(25.5rem, calc(100vw - 2rem));
    padding: 1.25rem 1.25rem 1.1rem;
    border: 1px solid rgba(42, 137, 108, 0.2);
    border-radius: 24px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.88) 0%, rgba(236, 248, 244, 0.78) 100%);
    box-shadow: 0 24px 50px rgba(15, 51, 41, 0.2), 0 8px 18px rgba(42, 137, 108, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0.8rem) scale(0.98);
    transform-origin: bottom right;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    overflow: hidden;
}

.ms-health-newsletter-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 32%),
        linear-gradient(180deg, rgba(42, 137, 108, 0.08), rgba(42, 137, 108, 0));
    z-index: -1;
}

.ms-health-newsletter.is-open .ms-health-newsletter-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.ms-health-newsletter-content {
    position: relative;
    min-height: 16rem;
}

.ms-health-newsletter-copy {
    min-width: 0;
    position: relative;
    z-index: 1;
    padding-right: 4.75rem;
}

.ms-health-newsletter-kicker {
    margin-bottom: 0.55rem;
    color: #1f6d57;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ms-health-newsletter-title {
    margin: 0 1.4rem 0.65rem 0;
    color: #143a31;
    font-size: 1.3rem;
    line-height: 1.18;
}

.ms-health-newsletter-text {
    margin: 0;
    color: rgba(20, 58, 49, 0.84);
    font-size: 0.97rem;
    line-height: 1.7;
    max-width: 17rem;
}

.ms-health-newsletter-button {
    margin-top: 1.05rem;
    min-width: 9rem;
    border-radius: 999px;
    padding: 0.76rem 1.18rem;
    font-weight: 700;
    border-color: #2b9274;
    background: linear-gradient(135deg, #2b9274 0%, #49b993 100%);
    box-shadow: 0 14px 26px rgba(43, 146, 116, 0.24);
    touch-action: manipulation;
}

.ms-health-newsletter-media {
    position: absolute;
    right: -1.75rem;
    bottom: 0.2rem;
    width: clamp(9.4rem, 28vw, 11.4rem);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 0;
    padding-top: 0;
    pointer-events: none;
}

.ms-health-newsletter-illustration {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 24px rgba(42, 137, 108, 0.16));
}

.ms-health-newsletter-close {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: rgba(20, 58, 49, 0.08);
    color: #1b5d4b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    touch-action: manipulation;
    transition: background 0.2s ease, transform 0.2s ease;
}

.ms-health-newsletter-close:hover {
    background: rgba(20, 58, 49, 0.14);
    transform: translateY(-1px);
}

.ms-health-newsletter-trigger {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #2d9476 0%, #50c49f 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.88rem 1.02rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 20px 34px rgba(33, 110, 87, 0.26), 0 0 0 1px rgba(255, 255, 255, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    pointer-events: auto;
    touch-action: manipulation;
}

.ms-health-newsletter-trigger:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #36a282 0%, #5dccaa 100%);
    box-shadow: 0 22px 38px rgba(33, 110, 87, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.ms-health-newsletter-trigger-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ms-health-newsletter-trigger-label {
    font-size: 0.96rem;
    line-height: 1;
}

.ms-health-newsletter-webinar .ms-health-newsletter-panel {
    width: min(30rem, calc(100vw - 2rem));
}

.ms-health-newsletter-panel-webinar {
    border-color: rgba(17, 73, 56, 0.24);
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.95) 0%, rgba(237, 247, 243, 0.92) 100%);
}

.ms-health-newsletter-webinar .ms-health-newsletter-content {
    min-height: auto;
}

.ms-health-newsletter-webinar .ms-health-newsletter-copy {
    padding-right: 0;
}

.ms-health-newsletter-trigger-webinar {
    background: linear-gradient(135deg, #1f6c56 0%, #31916f 100%);
}

.ms-health-newsletter-trigger-webinar:hover {
    background: linear-gradient(135deg, #287b62 0%, #3da27f 100%);
}

.ms-health-webinar-popup-list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.15rem;
}

.ms-health-webinar-popup-item {
    display: grid;
    grid-template-columns: minmax(6.4rem, 0.34fr) minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    padding: 0.85rem;
    border: 1px solid rgba(42, 137, 108, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 24px rgba(18, 55, 47, 0.06);
}

.ms-health-webinar-popup-meta {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    padding: 0.72rem 0.78rem;
    border-radius: 16px;
    background: rgba(42, 137, 108, 0.1);
    color: #1b5d4b;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.4;
}

.ms-health-webinar-popup-meta strong {
    font-size: 0.98rem;
}

.ms-health-webinar-popup-body h3 {
    margin: 0;
    color: #143a31;
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 700;
}

.ms-health-webinar-popup-button {
    margin-top: 0.75rem;
    min-width: 8.6rem;
    padding: 0.66rem 1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
}

.ms-health-webinar-popup-empty {
    margin: 1rem 0 0;
    color: rgba(20, 58, 49, 0.8);
    font-size: 0.94rem;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .ms-health-filter-panel {
        padding: 0.92rem 0.95rem 0.96rem;
    }

    .ms-health-newsletter {
        right: 1rem;
        bottom: 1rem;
    }

    .ms-health-newsletter-trigger {
        padding: 0.78rem 0.9rem;
        gap: 0.55rem;
    }

    .ms-health-newsletter-trigger-icon {
        width: 2.2rem;
        height: 2.2rem;
    }

    .ms-health-newsletter-webinar .ms-health-newsletter-panel {
        width: min(27rem, calc(100vw - 2rem));
    }
}

@media (max-width: 767px) {
    .ms-health-filter-header {
        align-items: start;
    }

    .ms-health-filter-summary {
        gap: 0.35rem;
    }

    .ms-health-newsletter {
        left: auto;
        right: 0.7rem;
        bottom: 0.7rem;
    }

    .ms-health-newsletter-panel {
        width: min(22rem, calc(100vw - 1.7rem));
        max-width: calc(100vw - 1.7rem);
        padding: 1rem 1rem 0.92rem;
    }

    .ms-health-newsletter-content {
        min-height: 13.3rem;
    }

    .ms-health-newsletter-copy {
        padding-right: 3.25rem;
    }

    .ms-health-newsletter-title {
        margin-right: 1.5rem;
        font-size: 1.18rem;
    }

    .ms-health-newsletter-text {
        max-width: 13.6rem;
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .ms-health-newsletter-media {
        right: -1.4rem;
        bottom: -0.05rem;
        width: 7.1rem;
    }

    .ms-health-newsletter-trigger {
        width: 3.45rem;
        height: 3.45rem;
        padding: 0;
        gap: 0;
        justify-content: center;
        box-shadow: 0 16px 30px rgba(33, 110, 87, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.24);
    }

    .ms-health-newsletter-trigger-icon {
        width: 2.15rem;
        height: 2.15rem;
        font-size: 0.92rem;
    }

    .ms-health-newsletter-trigger-label {
        display: none;
    }

    .ms-health-newsletter-webinar .ms-health-newsletter-panel {
        width: min(23.2rem, calc(100vw - 1.6rem));
        max-width: calc(100vw - 1.6rem);
    }

    .ms-health-webinar-popup-item {
        grid-template-columns: 1fr;
    }

    .ms-health-webinar-popup-meta {
        text-align: left;
    }

}

@media (max-width: 991px) {
    .ms-health-microsite .container,
    .ms-health-microsite .container-sm,
    .ms-health-microsite .container-md,
    .ms-health-microsite .container-lg,
    .ms-health-microsite .container-xl,
    .ms-health-microsite .container-xxl,
    .ms-health-microsite .container-fluid {
        width: 100%;
        max-width: none !important;
        padding-left: 0.55rem;
        padding-right: 0.55rem;
    }

    .ms-health-microsite .row {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .ms-health-microsite .lead,
    .ms-health-microsite .normal,
    .ms-health-microsite p[style*="text-align:justify"],
    .ms-health-microsite p[style*="text-align: justify"],
    .ms-health-microsite div[style*="text-align:justify"],
    .ms-health-microsite div[style*="text-align: justify"] {
        text-align: left !important;
    }

    .ms-health-microsite .boardcard {
        padding: 1rem 1rem 1.1rem !important;
    }

    .ms-health-microsite .boardcard:hover {
        transform: none;
    }
}

@media (max-width: 767px) {
    .ms-health-microsite .row > [class^="col-"],
    .ms-health-microsite .row > [class*=" col-"] {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .ms-health-microsite .container,
    .ms-health-microsite .container-sm,
    .ms-health-microsite .container-md,
    .ms-health-microsite .container-lg,
    .ms-health-microsite .container-xl,
    .ms-health-microsite .container-xxl,
    .ms-health-microsite .container-fluid {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }
}

/* Edu microsite stilus elemei  */
.edu-page {
    position: relative;
    padding-bottom: 1rem;
}

.edu-anchor-wrap {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}

.edu-anchor-nav {
    position: sticky;
    top: 0.85rem;
    z-index: 20;
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 28px rgba(22, 67, 54, 0.10);
}

.edu-hero-shell {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: clamp(1.1rem, 2.6vw, 1.8rem);
    align-items: stretch;
    margin-bottom: 1rem;
}

.edu-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.edu-eyebrow {
    margin-bottom: 0.8rem;
}

.edu-hero-shell .ms-health-hero-title {
    max-width: 10ch;
    margin-bottom: 0.2rem;
}

.edu-stat-grid {
    align-items: stretch;
    --bs-gutter-x: 0.85rem;
    --bs-gutter-y: 0.85rem;
}

.edu-stat-grid > [class*="col-"] {
    display: flex;
}

.edu-hero-stat {
    min-width: auto;
    width: 100%;
    height: 100%;
    min-height: 126px;
    padding: 0.9rem 0.8rem 0.85rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.edu-hero-stat .ms-health-stat-label {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 2.8rem;
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-wrap: balance;
}

.edu-hero-stat .ms-health-stat-value {
    font-size: clamp(1.7rem, 2.2vw, 2.45rem);
    line-height: 0.88;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.edu-stage-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(42, 137, 108, 0.16);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 34%),
        linear-gradient(145deg, rgba(239, 252, 246, 0.96), rgba(255, 255, 255, 0.94));
    box-shadow: 0 20px 50px rgba(22, 67, 54, 0.10);
    padding: clamp(1.2rem, 3vw, 1.6rem);
}

.edu-stage-list {
    display: grid;
    gap: 0.75rem;
}

.edu-stage-step {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 0.85rem;
    align-items: center;
    padding: 0.9rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(42, 137, 108, 0.12);
}

.edu-stage-step.is-active {
    border-color: rgba(42, 137, 108, 0.28);
    box-shadow: 0 12px 24px rgba(42, 137, 108, 0.10);
}

.edu-stage-number,
.edu-service-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-weight: 800;
}

.edu-stage-number {
    color: #fff;
    background: linear-gradient(135deg, var(--ms-health-brand) 0%, var(--ms-health-brand-soft) 100%);
}

.edu-stage-step h3 {
    margin: 0 0 0.18rem;
    color: var(--ms-health-text);
    font-size: 1rem;
    font-weight: 800;
}

.edu-stage-step p {
    margin: 0;
    color: var(--ms-health-text-soft);
    font-size: 0.95rem;
    line-height: 1.35;
}

.edu-note-card {
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: rgba(42, 137, 108, 0.08);
    border: 1px solid rgba(42, 137, 108, 0.12);
    color: var(--ms-health-text);
}

.edu-content-card {
    padding: clamp(1.2rem, 2.4vw, 1.8rem);
}

.edu-content-card .ms-health-featured-text {
    max-width: 74rem;
    font-size: 1.02rem;
    line-height: 1.8;
}

.edu-clean-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.edu-clean-list li {
    position: relative;
    padding-left: 1.55rem;
}

.edu-clean-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 800;
}

.edu-spaced-list {
    display: grid;
    gap: 0.7rem;
}

.edu-metric-card .ms-health-card-body {
    padding: 1.15rem 1rem;
}

.edu-metric-card .ms-health-card-title {
    font-size: 1.02rem;
    line-height: 1.35;
    margin-bottom: 0;
}

.edu-metric-value,
.edu-price {
    display: block;
    line-height: 0.95;
    font-weight: 800;
    color: var(--ms-health-brand-dark);
}

.edu-metric-value {
    margin-bottom: 0.55rem;
    font-size: clamp(1.85rem, 3vw, 2.7rem);
}

.edu-service-icon {
    color: var(--ms-health-brand-dark);
    background: rgba(42, 137, 108, 0.12);
    font-size: 1.25rem;
}

.edu-center-note {
    padding: 1rem 1.25rem;
    border-radius: 22px;
    background: rgba(42, 137, 108, 0.08);
    border: 1px solid rgba(42, 137, 108, 0.12);
    color: var(--ms-health-brand-dark);
    font-weight: 800;
    text-align: center;
}

.edu-feature-shell {
    align-items: stretch;
}

.edu-feature-box {
    height: 100%;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: rgba(42, 137, 108, 0.08);
    border: 1px solid rgba(42, 137, 108, 0.10);
    color: var(--ms-health-text);
    font-weight: 600;
}

.edu-side-stack {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.edu-kpi-box {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    justify-content: center;
    min-height: 100%;
    text-align: center;
}

.edu-kpi-box strong {
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    line-height: 1;
    color: var(--ms-health-brand-dark);
}

.edu-kpi-box span:last-child {
    color: var(--ms-health-text-soft);
    font-size: 0.92rem;
}

.edu-box-label {
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ms-health-text-soft);
}

.edu-segmentation-shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.edu-chart-card {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1rem;
    border-radius: 24px;
    border: 1px solid rgba(42, 137, 108, 0.12);
    background: linear-gradient(145deg, rgba(239, 252, 246, 0.9), rgba(255, 255, 255, 0.96));
}

.edu-chart-image {
    width: 100%;
    border-radius: 18px;
    border: 1px solid rgba(42, 137, 108, 0.10);
    background: #fff;
}

.edu-chart-meta {
    padding: 0.7rem 0.85rem;
    border-radius: 14px;
    background: rgba(42, 137, 108, 0.08);
    border: 1px solid rgba(42, 137, 108, 0.10);
    color: var(--ms-health-text);
    font-size: 0.94rem;
    line-height: 1.45;
}

.edu-package-card {
    position: relative;
}

.edu-package-card .ms-health-card-body {
    gap: 0.9rem;
    align-items: flex-start;
}

.edu-package-card-featured {
    transform: translateY(-6px);
    border-color: rgba(42, 137, 108, 0.28);
    box-shadow: 0 24px 44px rgba(22, 67, 54, 0.14);
}

.edu-package-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 0.48rem 0.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    box-shadow: 0 12px 24px rgba(22, 67, 54, 0.12);
}

.edu-package-badge--alap {
    background: linear-gradient(135deg, #4f8ef7 0%, #75a8ff 100%);
}

.edu-package-badge--standard {
    background: linear-gradient(135deg, #f1a746 0%, #f4c36e 100%);
}

.edu-package-badge--premium {
    background: linear-gradient(135deg, #8a74f6 0%, #b09bff 100%);
}

.edu-price {
    font-size: 2rem;
    margin-top: 0.1rem;
}

.edu-reference-card {
    padding: clamp(1.2rem, 2.4vw, 1.8rem);
}

.edu-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.1rem;
    align-content: start;
}

.edu-logo-grid-compact {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.edu-logo-pill {
    display: grid;
    place-items: center;
    min-height: 85px;
    max-width: 160px;
    padding: 0.9rem 0rem;
    border-radius: 20px;
    background: rgba(42, 137, 108, 0.06);
    border: 1px solid rgba(42, 137, 108, 0.12);
    text-align: center;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ms-health-text);
}

@media (max-width: 1199.98px) {
    .edu-hero-shell .ms-health-hero-title {
        max-width: 12ch;
    }
}

@media (max-width: 991.98px) {
    .edu-hero-shell,
    .edu-segmentation-shell {
        grid-template-columns: 1fr;
    }

    .edu-hero-shell .ms-health-hero-title {
        max-width: none;
    }

    .edu-package-card-featured {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .edu-anchor-nav {
        position: static;
    }

    .edu-stage-step {
        grid-template-columns: 42px 1fr;
        align-items: start;
    }

    .edu-stage-number,
    .edu-service-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .edu-hero-shell .ms-health-hero-title {
        font-size: clamp(2rem, 9vw, 2.8rem);
        line-height: 1.05;
    }

    .edu-hero-stat {
        min-height: 118px;
        padding: 0.8rem 0.75rem;
    }

    .edu-hero-stat .ms-health-stat-label {
        min-height: 2.55rem;
        font-size: 0.68rem;
    }

    .edu-hero-stat .ms-health-stat-value {
        font-size: clamp(1.55rem, 6.2vw, 2rem);
    }

    .edu-metric-card .ms-health-card-body {
        padding: 1rem 0.9rem;
    }

    .edu-metric-value {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
    }

    .edu-logo-grid,
    .edu-logo-grid-compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .edu-logo-grid,
    .edu-logo-grid-compact {
        grid-template-columns: 1fr;
    }

    .edu-chart-meta {
        font-size: 0.9rem;
    }
}

.edu-homepage-preview {
    margin-top: 1rem;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(42, 137, 108, 0.14);
    background: #fff;
}

.edu-homepage-preview-image {
    display: block;
    width: 100%;
    height: auto;
}

/* KEN BURNS HERO START */
.ms-layout-hero-shell,
.ms-kenburns-panel {
    position: relative;
    isolation: isolate;
}

.ms-layout-hero-shell {
    overflow: visible;
    z-index: 20;
    background: #0f3f35;
}

.ms-kenburns-panel {
    overflow: hidden;
}

.ms-layout-hero-backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.ms-layout-hero-backdrop::before,
.ms-kenburns-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.08);
    animation: ms-ken-burns 16s ease-in-out infinite alternate;
    will-change: transform;
}

.ms-layout-hero-backdrop::before {
    background-image: var(--ms-layout-hero-image);
}

.ms-layout-hero-backdrop::after,
.ms-kenburns-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.ms-layout-hero-backdrop::after {
    background:
        linear-gradient(180deg, rgba(8, 41, 35, 0.72) 0%, rgba(8, 41, 35, 0.48) 42%, rgba(8, 41, 35, 0.78) 100%),
        radial-gradient(circle at top right, rgba(180, 255, 224, 0.18), transparent 42%);
}

.ms-layout-hero-shell > :not(.ms-layout-hero-backdrop) {
    position: relative;
    z-index: 1;
}

.main-banner-mask {
    z-index: 2;
}

.main-banner-mask .text-white {
    text-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
}

.ms-layout-hero-shell .navbar {
    z-index: 3;
    background: linear-gradient(180deg, rgba(7, 43, 36, 0.52), rgba(7, 43, 36, 0.16));
    backdrop-filter: blur(4px);
}

.ms-layout-hero-shell .dropdown-menu {
    z-index: 1080;
}

.ms-kenburns-panel {
    display: flex;
    align-items: flex-end;
    min-height: clamp(220px, 29vw, 300px);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding: clamp(1.5rem, 3vw, 2.6rem);
    border-radius: 28px;
    background: #114539;
    box-shadow: 0 24px 55px rgba(17, 69, 57, 0.16);
}

.ms-kenburns-panel::before {
    background-image: var(--ms-page-hero-image);
}

.ms-kenburns-panel::after {
    background:
        linear-gradient(135deg, rgba(8, 41, 35, 0.84) 0%, rgba(8, 41, 35, 0.48) 50%, rgba(8, 41, 35, 0.82) 100%),
        radial-gradient(circle at top right, rgba(235, 255, 247, 0.16), transparent 38%);
}

.ms-kenburns-panel__content {
    position: relative;
    z-index: 1;
    max-width: 42rem;
    color: #fff;
}

.ms-kenburns-panel__eyebrow {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.4rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ms-kenburns-panel__title {
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.15rem);
    line-height: 1.02;
    text-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.ms-kenburns-panel__lead {
    max-width: 34rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.55vw, 1.1rem);
    line-height: 1.6;
}

@keyframes ms-ken-burns {
    0% {
        transform: scale(1.06) translate3d(0, 0, 0);
    }
    100% {
        transform: scale(1.18) translate3d(-1.8%, -1.9%, 0);
    }
}

@media (max-width: 767.98px) {
    .ms-layout-hero-shell .navbar {
        backdrop-filter: none;
    }

    .ms-kenburns-panel {
        min-height: 210px;
        align-items: flex-end;
        padding: 1.35rem 1.2rem;
        border-radius: 22px;
    }

    .ms-kenburns-panel__title {
        font-size: clamp(1.7rem, 8vw, 2.35rem);
    }

    .ms-kenburns-panel__lead {
        font-size: 0.98rem;
        line-height: 1.5;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms-layout-hero-backdrop::before,
    .ms-kenburns-panel::before {
        animation: none;
        transform: scale(1.08);
    }
}

/* HOME HERO SEPARATION START */
#intro-example-header {
    box-shadow:
        0 20px 24px -18px rgba(0, 0, 0, 0.42),
        0 48px 72px -26px rgba(0, 0, 0, 0.62),
        0 88px 128px -50px rgba(0, 0, 0, 0.50);
    z-index: 20;
}

#intro-example-header .navbar {
    background: linear-gradient(180deg, rgba(7, 43, 36, 0.78), rgba(7, 43, 36, 0.28));
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 36px rgba(3, 20, 16, 0.24);
}

#intro-example-header .navbar::after {
    content: "";
    position: absolute;
    left: clamp(1rem, 2vw, 1.6rem);
    right: clamp(1rem, 2vw, 1.6rem);
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
    pointer-events: none;
}

#intro-example-header .main-banner-mask {
    top: 102px;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    padding-inline: clamp(1rem, 2.8vw, 2rem);
}

#intro-example-header .main-banner-mask .text-white {
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

#intro-example-header .main-banner-mask .btn-header {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.72);
}

#intro-example-header .main-banner-mask .btn-header:hover {
    background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 767.98px) {
    #intro-example-header {
        height: 760px;
    }

    #intro-example-header {
        box-shadow:
            0 16px 22px -16px rgba(0, 0, 0, 0.38),
            0 36px 56px -20px rgba(0, 0, 0, 0.52),
            0 64px 96px -34px rgba(0, 0, 0, 0.40);
    }

    #intro-example-header .navbar {
        box-shadow: 0 12px 24px rgba(3, 20, 16, 0.18);
    }

    #intro-example-header .main-banner-mask {
        top: 94px;
        bottom: 1.1rem;
        padding-inline: 0.9rem;
    }

    #intro-example-header .main-banner-mask .text-white {
        width: 100%;
        padding: 0;
        backdrop-filter: none;
    }

    .home-hero-content {
        gap: 1rem;
        padding: 0 0.35rem;
    }

    .home-hero-title {
        font-size: clamp(3rem, 14vw, 4.4rem);
    }

    .home-hero-lead {
        font-size: clamp(1.02rem, 4.8vw, 1.35rem);
    }

    .home-hero-cta-group {
        width: 100%;
        gap: 0.7rem;
    }

    .home-hero-cta {
        min-height: 3.45rem;
        padding: 0.88rem 1rem;
        border-radius: 16px;
        backdrop-filter: none;
    }

    .ms-home-section-head {
        margin-bottom: 1.35rem;
        text-align: left !important;
    }

    .ms-home-eyebrow,
    .ms-home-section-intro {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }

    .ms-home-panel,
    .ms-home-mini-card {
        border-radius: 24px;
    }

    .ms-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.1rem;
    }

    .ms-about-feature-grid,
    .ms-about-card-grid {
        grid-template-columns: 1fr;
    }

    .ms-about-story-media {
        grid-template-columns: 1fr;
    }

    .ms-about-panel,
    .ms-about-image-card,
    .ms-about-badge-card,
    .ms-about-value-card {
        border-radius: 24px;
    }

    .ms-about-badge-card {
        max-width: 19rem;
    }

    .ms-solution-card {
        border-radius: 24px;
    }

    .ms-solution-card__body {
        padding: 1.2rem 1.15rem 1.25rem;
    }

    .ms-solution-card__body p {
        min-height: auto;
    }

    .ms-quote-carousel {
        border-radius: 22px;
    }

    .ms-quote-slide {
        min-height: auto;
        padding: 1.6rem 4rem;
    }

    .ms-quote-control {
        width: 3rem;
        height: 3rem;
        border-radius: 18px;
    }

    .ms-quote-control-prev {
        left: 0.75rem;
    }

    .ms-quote-control-next {
        right: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .ms-about-page {
        gap: 1.5rem;
    }

    .ms-about-panel,
    .ms-about-image-card,
    .ms-about-badge-card,
    .ms-about-value-card {
        border-radius: 22px;
    }

    .ms-about-panel {
        padding: 1.15rem 1rem 1.2rem;
    }

    .ms-about-image-card,
    .ms-about-badge-card {
        padding: 0.7rem;
    }

    .ms-about-image-card img,
    .ms-about-badge-card img {
        border-radius: 18px;
    }

    .ms-about-value-card h3 {
        font-size: 1.14rem;
    }

    .ms-about-story-panel .lead,
    .ms-about-feature-copy .lead,
    .ms-about-value-card p,
    .ms-about-note {
        font-size: 0.98rem;
        line-height: 1.72;
    }

    .ms-solution-grid {
        grid-template-columns: 1fr;
    }

    .ms-solution-card {
        border-radius: 22px;
    }

    .ms-solution-card__body h3 {
        font-size: 1.28rem;
    }

    .ms-solution-card__body p {
        font-size: 0.98rem;
        line-height: 1.72;
    }

    .ms-solution-link {
        min-height: 3.1rem;
        border-radius: 16px;
        font-size: 0.96rem;
    }

    .ms-quote-slide {
        padding: 1.5rem 1.1rem 5rem;
    }

    .ms-quote-slide .lead {
        font-size: 1.06rem;
        line-height: 1.75;
    }

    .ms-quote-slide .blockquote-footer {
        font-size: 0.96rem;
    }

    .ms-quote-control {
        width: 2.85rem;
        height: 2.85rem;
        top: auto;
        bottom: 1rem;
        transform: none;
    }

    .ms-quote-control-prev {
        left: auto;
        right: 4.25rem;
    }

    .ms-quote-control-next {
        right: 1rem;
    }
}
/* HOME HERO SEPARATION END */
/* KEN BURNS HERO END */
