@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
    --bg: #f3f6fa;
    --surface: #ffffff;
    --surface-soft: #f7fafc;
    --line: #dbe4ee;
    --line-soft: #e9eff5;
    --navy: #003674;
    --navy-2: #003674;
    --teal: #003674;
    --teal-2: #003674;
    --pink: #eb1f56;
    --pink-2: #d61f4a;
    --text: #003674;
    --muted: #778da6;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.4;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.mobile-view {
    display: none;
}

.desktop-view {
    display: block;
}

.ndc-mobile-search-wrap {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.buldiing-icon img {
    width: 20px;
}

.buldiing-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.buldiing-icon-fa {
    font-size: 15px;
    line-height: 1;
}

.site-shell {
    width: min(1440px, calc(100% - 40px));
    margin-inline: auto;
}

.ndc-main {
    display: block;
}

.ndc-main.ndc-main-internal {
    --ndc-internal-top-gap: clamp(22px, 3vw, 34px);
    --ndc-internal-inline-gutter: clamp(40px, 8vw, 100px);
    padding-top: var(--ndc-internal-top-gap);
    padding-bottom: clamp(38px, 5vw, 68px);
}

.ndc-main.ndc-main-internal .site-shell,
.ndc-main.ndc-main-internal .v3-shell {
    width: min(1440px, calc(100% - var(--ndc-internal-inline-gutter)));
    margin-inline: auto;
}

.ndc-header {
    position: sticky;
    top: 0;
    z-index: 140;
    box-shadow: 0 8px 22px rgba(7, 44, 82, 0.14);
}

.ndc-utilitybar {
    background: #eff2f5;
    border-bottom: 1px solid #d6e0eb;
}

.ndc-utilitybar-inner {
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #5f738a;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.ndc-utility-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ndc-utility-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ndc-brandbar {
    background: #eff2f5;
    /* background: linear-gradient(90deg, #eceef1, #003674); */
    color: #003674;
}

.ndc-brandbar-inner {
    min-height: 68px;
    padding-block: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ndc-brandbar-start {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.ndc-brand-compact img {
    width: 230px;
    max-height: 58px;
    height: auto;
    object-fit: contain;
    display: block;
}

/* 75+ years of trust badge, shown alongside the logo in the brandbar */
.ndc-brand-trust-badge {
    height: 88px;
    width: auto;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
}

.ndc-hours { cursor: default; }

.ndc-home-switcher {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.ndc-home-switcher-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 54, 116, 0.16);
    background: #fff;
    color: #003674;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(7, 44, 82, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.ndc-home-switcher-link:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 54, 116, 0.32);
    box-shadow: 0 10px 18px rgba(7, 44, 82, 0.12);
}

.ndc-home-switcher-link.is-active {
    border-color: transparent;
    background: linear-gradient(130deg, #eb1f56, #d61f4a);
    color: #fff;
    box-shadow: 0 10px 20px rgba(235, 31, 86, 0.24);
}

.ndc-brandbar-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.ndc-login-pill {
    border-radius: 999px;
    background: linear-gradient(130deg, #eb1f56, #d61f4a);
    padding: 4px 16px;
    line-height: 1;
    color: #fff;
}

.ndc-user-menu {
    position: relative;
}

.ndc-user-trigger {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(130deg, #eb1f56, #d61f4a);
    color: #fff;
    padding: 4px 10px 4px 9px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
}

.ndc-user-trigger-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ndc-user-trigger-icon svg {
    width: 12px;
    height: 12px;
    fill: #fff;
}

.ndc-user-trigger-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 10px;
    line-height: 1;
    transition: transform 0.18s ease;
}

.ndc-user-trigger[aria-expanded="true"] .ndc-user-trigger-caret {
    transform: rotate(180deg);
}

.ndc-user-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 316px;
    border: 1px solid #d7e2ee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 36px rgba(10, 52, 90, 0.18);
    padding: 10px 0;
    z-index: 60;
}

.ndc-user-head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 6px 16px 12px;
}

.ndc-user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: linear-gradient(140deg, #003674, #003674);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ndc-user-avatar svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}

.ndc-user-age {
    margin: 0;
    color: #003674;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.ndc-user-name {
    margin: 2px 0 0;
    color: #003674;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.ndc-user-uhid {
    margin: 6px 0 0;
    color: #003674;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.ndc-user-uhid span {
    color: #eb1f56;
}

.ndc-user-item {
    width: 100%;
    border: 0;
    border-top: 1px solid #e5edf6;
    background: #fff;
    color: #003674;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    cursor: pointer;
}

.ndc-user-item:hover {
    background: #f4f9ff;
    color: #eb1f56;
}

.ndc-user-item-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ndc-user-item-icon svg {
    width: 22px;
    height: 22px;
    fill: #003674;
}

.ndc-user-item:hover .ndc-user-item-icon svg {
    fill: #eb1f56;
}

.ndc-user-item-form {
    margin: 0;
}

.ndc-user-item-button {
    text-align: left;
}

.ndc-mainbar {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.ndc-mainbar-inner {
    min-height: 72px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
}

.ndc-main-nav {
    display: flex;
    align-items: center;
    gap: 44px;
}

.ndc-nav-item {
    position: relative;
}

.ndc-main-nav a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: clamp(13px, 0.75vw, 15px);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 800;
    color: #2f485f;
    white-space: nowrap;
}

.ndc-main-nav a span {
    color: #bc0b0b;
    font-size: 14px;
}

.ndc-city-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    min-width: 168px;
    border: 1px solid #d8e3ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 24px rgba(11, 53, 90, 0.12);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition:
        opacity 0.18s ease,
        transform 0.18s ease,
        visibility 0.18s ease;
    z-index: 20;
}

.ndc-city-dropdown a {
    display: block;
    padding: 10px 14px;
    color: #2f475f;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.ndc-city-dropdown a.active {
    color: #fff;
    background: linear-gradient(130deg, #0b4b79, #0a6795);
}

.ndc-nav-item.with-dropdown:hover .ndc-city-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ndc-main-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ndc-locale-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid #d7e2ed;
    border-radius: 999px;
    background: #f8fbff;
}

.ndc-locale-switch a {
    min-width: 40px;
    padding: 7px 10px;
    border-radius: 999px;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #6f86a0;
    text-transform: uppercase;
}

.ndc-locale-switch a.is-active {
    background: #003674;
    color: #fff;
}

.ndc-inline-search {
    width: 340px;
    border: 1px solid #dbe3ec;
    border-radius: 999px;
    background: #fff;
    position: relative;
    margin-bottom: 0px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.ndc-inline-search:focus-within {
    border-color: #b9cbe0;
    box-shadow: 0 0 0 4px rgba(0, 54, 116, .07);
}

.ndc-inline-search input {
    width: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 12px 44px 12px 20px;
    font-size: 14px;
    color: #25486d;
    font-weight: 600;
}

.ndc-inline-search input::placeholder {
    color: #9aa9bb;
    font-weight: 500;
}

/* search icon sits on the right, MaxLab-style */
.ndc-inline-search .search-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.ndc-inline-search .search-icon .icon-search {
    width: 18px;
    height: 18px;
    opacity: .55;
}

.ndc-search-dropdown { border-radius: 16px; }

.ndc-search-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    border: 1px solid #d7e2ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(9, 44, 76, 0.12);
    padding: 8px;
    z-index: 180;
    max-height: 380px;
    overflow: auto;
}

.ndc-search-dropdown.open {
    display: block;
}

.ndc-search-group + .ndc-search-group {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #edf2f8;
}

.ndc-search-group p {
    margin: 0 0 6px;
    color: #8499b0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ndc-search-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: 10px;
    padding: 8px;
}

.ndc-search-item:hover {
    background: #f3f8fd;
}

.ndc-search-item-link {
    min-width: 0;
    flex: 1 1 auto;
    display: block;
    border-radius: 8px;
    padding: 0 2px;
}

.ndc-search-item-link strong {
    display: block;
    color: #0c3f6b;
    font-size: 13px;
    line-height: 1.3;
}

.ndc-search-item-link div {
    margin-top: 3px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}

.ndc-search-item-link span {
    color: #6d849d;
    font-size: 11px;
}

.ndc-search-item-link b {
    color: #0b4f7a;
    font-size: 12px;
}

.ndc-search-add {
    border: 1px solid #003674;
    border-radius: 999px;
    background: #fff;
    color: #003674;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 10px;
    cursor: pointer;
    flex: 0 0 auto;
}

.ndc-search-add:hover {
    background: #003674;
    color: #fff;
}

.ndc-search-add:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.ndc-search-add.is-added {
    border-color: #0b7a57;
    color: #0b7a57;
}

.ndc-search-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ndc-search-cat {
    border-radius: 999px;
    border: 1px solid #d9e6f2;
    color: #345778;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
}

.ndc-search-cat:hover {
    border-color: #9ec2df;
    background: #f2f8ff;
}

.ndc-search-all {
    margin-top: 8px;
    border-top: 1px solid #edf2f8;
    padding: 8px 4px 2px;
    display: block;
    color: #c81e4c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.ndc-search-empty {
    border-radius: 10px;
    background: #f7fbff;
    border: 1px solid #e0ebf4;
    color: #58738f;
    padding: 10px 12px;
    font-size: 12px;
}

.ndc-search-empty a {
    color: #c81e4c;
    font-weight: 800;
}

.ndc-cart-btn {
    width: 48px;
    height: 38px;
    border: 1px solid #d8e1ea;
    border-radius: 11px;
    background: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ndc-cart-count {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ef2f47;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    position: absolute;
    top: -5px;
    right: -5px;
}

.ndc-upload-btn {
    min-width: 150px;
    border-radius: 14px;
    background: linear-gradient(130deg, #eb1f56, #d61f4a);
    color: #fff;
    text-align: center;
    text-transform: none;
    font-size: clamp(12px, 0.7vw, 14px);
    font-weight: 800;
    letter-spacing: 0.2px;
    padding: 11px 18px;
}

main {
    padding: 0 0 28px;
}

.home-wrap {
    display: grid;
    gap: 18px;
}

.hero-slab,
.catalog-block,
.services-block,
.diag-block,
.clinical-panel,
.audit-block,
.steps-block,
.faq-block,
.review-block,
.mission-band {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(10, 54, 94, 0.06);
}

.hero-slab {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    overflow: hidden;
}

.hero-copy {
    padding: 32px 42px 28px;
    background: linear-gradient(160deg, #ffffff 0%, #f8fbff 100%);
}

.hero-pill {
    margin: 0;
    display: inline-block;
    border-radius: 999px;
    background: linear-gradient(135deg, #003674, #003674);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 8px 24px;
}

.hero-copy h1 {
    margin: 20px 0 0;
    color: #003674;
    font-size: clamp(42px, 4vw, 70px);
    line-height: 0.95;
    letter-spacing: -1px;
}

.hero-copy h1 span {
    display: block;
    color: var(--pink);
}

.hero-copy h2 {
    margin: 4px 0 10px;
    color: #6f95b1;
    font-size: clamp(30px, 2.7vw, 46px);
    line-height: 1;
}

.hero-desc {
    margin: 0;
    max-width: 620px;
    color: #546d89;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.45;
}

.hero-cta-row {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-btn {
    min-width: 194px;
    border: 1px solid transparent;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 12px;
    font-weight: 800;
    padding: 14px 22px;
}

.hero-btn.primary {
    background: #003674;
    color: #fff;
}

.hero-btn.ghost {
    background: #fff;
    color: #003674;
    border-color: #d2dce8;
}

.hero-links-row {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.hero-links-row a {
    color: #7088a2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
}

.hero-metric-row {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-metric-row article {
    padding: 2px 18px;
    border-right: 1px solid #d8e2ed;
}

.hero-metric-row article:first-child {
    padding-left: 0;
}

.hero-metric-row article:last-child {
    border-right: 0;
}

.hero-metric-row strong {
    display: block;
    color: #003674;
    font-size: clamp(32px, 2.3vw, 44px);
    line-height: 1;
}

.hero-metric-row span {
    display: block;
    margin-top: 6px;
    color: #ef2c5e;
    font-size: clamp(12px, 0.72vw, 14px);
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-visual {
    min-height: 520px;
    background: #e8eff6;
    position: relative;
    overflow: hidden;
}

.hero-slider-track {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.45s ease,
        visibility 0.45s ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.hero-slide-link,
.hero-slide picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: heroBannerFloat 16s ease-in-out infinite alternate;
}

.hero-slider-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 3;
}

.hero-slider-dots button {
    width: 21px;
    height: 4px;
    border-radius: 99px;
    background: #92a6bb;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.hero-slider-dots button.active {
    background: #003674;
}

@keyframes heroBannerFloat {
    0% {
        transform: scale(1) translate3d(0, 0, 0);
    }
    100% {
        transform: scale(1.06) translate3d(-18px, -10px, 0);
    }
}

.catalog-block {
    padding: 28px;
    background: #f0f4f8;
}

.catalog-head,
.diag-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.eyebrow {
    margin: 0;
    color: #eb2c5b;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2.3px;
    font-weight: 800;
}

.eyebrow.center {
    text-align: center;
}

.catalog-head h2,
.diag-head h2,
.services-block h2,
.audit-block h2,
.steps-block h2,
.review-block h2 {
    margin: 7px 0 0;
    color: #003674;
    font-size: clamp(34px, 3.2vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.4px;
}

.catalog-link {
    margin-top: 18px;
    color: #ea2e58;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 800;
    white-space: nowrap;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.catalog-card {
    border: 1px solid #dfe7ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(11,30,61,.1);
    padding: 22px;
    display: flex;
    flex-direction: column;
    min-height: 285px;
    transition: transform .18s, box-shadow .18s;
}

.catalog-card.hot {
    box-shadow: 0 24px 50px rgba(235,31,86,.15);
}

.catalog-top-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.clock-tag {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fff2f2;
    border: 1px solid #fff2f2;
    position: relative;
}

.catalog-top-row p {
    margin: 0;
    text-align: right;
    color: #93a5ba;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.catalog-top-row strong {
    display: inline-block;
    margin-left: 4px;
    color: #0d4471;
    font-size: 37px;
    font-size: clamp(24px, 1.4vw, 34px);
    letter-spacing: -0.3px;
}

.catalog-top-row del {
    color: #b4c1d0;
    margin-left: 5px;
}

.catalog-card h3 {
    margin: 18px 0 4px;
    color: #0b1e3d;
    font-size: clamp(23px, 1.25vw, 30px);
    line-height: 1.22;
}

.catalog-card .category {
    color: #f02a58;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 800;
}

.test-meta-row {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.test-meta-row div {
    border: 1px solid #e4ebf3;
    border-radius: 11px;
    background: #f3f7fc;
    padding: 10px 12px;
}

.test-meta-row small {
    display: block;
    color: #90a3b9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.test-meta-row b {
    display: block;
    margin-top: 4px;
    color: #003674;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}

.card-action-row {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.book-now-form {
    flex: 1;
    margin: 0;
}

.book-now {
    flex: 1;
    border-radius: 12px;
    text-align: center;
    padding: 12px;
    background: #003674;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 800;
}

.book-now.is-remove {
    background: #eb1f56;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

button.book-now {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.catalog-card.hot .book-now {
    background: #eb1f56;
}

.test-detail-btn.primary.is-remove {
    background: #eb1f56;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.info-dot {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    border: 1px solid #d3dfeb;
    color: #9cb0c5;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 800;
}

.services-block,
.diag-block,
.audit-block,
.steps-block,
.review-block {
    padding: 28px;
}

.services-block {
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.services-block h2,
.audit-block h2,
.steps-block h2,
.review-block h2 {
    margin-top: 8px;
    text-align: center;
}

.service-main-tabs {
    margin: 26px auto 0;
    max-width: 1540px;
    border-bottom: 1px solid #dfe8f1;
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.service-group-shell {
    width: min(100%, 1540px);
    margin: 0 auto;
}

.service-main-tabs a {
    display: inline-block;
    padding: 0 6px 18px;
    color: #96a8be;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
    border-bottom: 5px solid transparent;
}

.service-main-tabs a.active {
    color: #003674;
    border-color: #003674;
}

.service-strip {
    margin: 26px auto 0;
    width: min(100%, 860px);
    min-width: 0;
    display: flex;
    justify-content: center;
    gap: 22px;
    overflow-x: visible;
    padding: 12px 0 10px;
    scrollbar-width: none;
}

.service-strip::-webkit-scrollbar {
    display: none;
}

.service-pill {
    border: 1px solid #e2eaf3;
    border-radius: 30px;
    background: linear-gradient(180deg, #fdfefe 0%, #f5f8fc 100%);
    padding: 24px 12px 18px;
    min-height: 228px;
    flex: 0 0 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    box-shadow: 0 10px 24px rgba(20, 61, 100, 0.04);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
    cursor: pointer;
}

.service-pill:hover {
    transform: translateY(-6px);
    background: #fff;
    box-shadow: 0 18px 30px rgba(20, 61, 100, 0.12);
}

.service-pill.active {
    background: #003674;
    border-color: #003674;
    box-shadow: 0 18px 28px rgba(14, 61, 102, 0.2);
}

.service-pill span {
    width: 72px;
    height: 72px;
    margin: 14px auto 26px;
    border-radius: 20px;
    border: 1px solid #dbe5ef;
    background: #fff;
    color: #8ea3bb;
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 800;
}

.service-icon-img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    border-radius: 0;
}

.service-pill.active span {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.service-pill p {
    margin: 0;
    color: #95a8be;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 800;
    line-height: 1.15;
    max-width: 122px;
}

.service-pill.active p {
    color: #fff;
}

.service-highlight {
    margin-top: 20px;
    padding: 22px;
    border: 1px solid #e5edf5;
    border-radius: 30px;
    background: #f5f8fc;
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 24px;
    text-align: left;
}

.service-highlight-panel {
    display: none;
}

.service-highlight-panel.is-active {
    display: grid;
}

.service-highlight-left h3 {
    margin: 12px 0 8px;
    color: #003674;
    font-size: clamp(30px, 2.2vw, 46px);
    line-height: 1;
}

.service-highlight-left h3::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 36px;
    border-radius: 999px;
    background: #f02a58;
    margin-right: 14px;
    transform: translateY(7px);
}

.service-highlight-left > p {
    margin: 0;
    max-width: 660px;
    color: #6d839d;
    font-size: clamp(16px, 1vw, 20px);
    line-height: 1.45;
}

.service-test-list {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.service-test-chip {
    border: 1px solid #dbe6f1;
    border-radius: 16px;
    background: #fff;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.service-test-chip span {
    margin: 0;
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
    color: #003674;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.service-test-chip strong {
    color: #d9283e;
    font-size: 15px;
    white-space: nowrap;
}

.mini-package {
    margin-top: 24px;
    border: 1px solid #e2eaf3;
    border-radius: 18px;
    background: #fff;
    padding: 18px 28px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
}

.mini-package small {
    display: block;
    margin-bottom: 6px;
    color: #bec9d8;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 800;
}

.mini-package h4 {
    margin: 0;
    font-size: clamp(24px, 1.35vw, 34px);
    color: #003674;
}

.mini-package strong {
    display: block;
    margin-top: 6px;
    color: #ec2558;
    font-size: clamp(34px, 2.2vw, 50px);
    line-height: 1;
}

.mini-package a {
    min-width: 164px;
    text-align: center;
    background: #003674;
    color: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: 13px;
    font-weight: 800;
}

.service-highlight-offer {
    border-radius: 40px;
    background: #003674;
    color: #fff;
    padding: 30px 34px;
    box-shadow: 0 20px 30px rgba(9, 45, 76, 0.2);
}

.offer-tag {
    display: inline-block;
    margin: 0;
    border-radius: 999px;
    background: #ef2a5a;
    padding: 8px 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 800;
}

.service-highlight-offer h3 {
    margin: 26px 0 10px;
    font-size: clamp(36px, 2.4vw, 50px);
    line-height: 0.95;
}

.service-highlight-offer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(14px, 0.9vw, 18px);
    line-height: 1.45;
}

.service-highlight-offer strong {
    display: block;
    margin-top: 18px;
    font-size: clamp(44px, 3vw, 66px);
    line-height: 1;
}

.service-highlight-offer del {
    color: rgba(255, 255, 255, 0.34);
    font-size: clamp(22px, 1.2vw, 30px);
    margin-left: 8px;
}

.service-highlight-offer a {
    display: block;
    margin-top: 20px;
    border-radius: 16px;
    text-align: center;
    background: #fff;
    color: #0a3e69;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 800;
    padding: 16px;
}

.service-highlight-offer small {
    display: block;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.78);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 800;
}

.diag-block {
    background: #f1f5f9;
}

.diag-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.diag-grid article {
    border: 1px solid #e0e8f1;
    border-radius: 22px;
    background: #fff;
    padding: 28px;
    min-height: 360px;
}

.diag-grid article.focus {
    border-color: #f4c8d5;
    box-shadow: 0 18px 30px rgba(235, 31, 86, 0.1);
}

.diag-grid .icon {
    width: 86px;
    height: 86px;
    border-radius: 24px;
    border: 1px solid #e2eaf2;
    background: #f4f8fd;
    display: grid;
    place-items: center;
    color: #0d5e87;
    font-size: 34px;
    font-weight: 800;
}

.diag-icon-svg {
    width: 42px;
    height: 42px;
    display: block;
}

.diag-grid article.focus .icon {
    background: #ef295a;
    border-color: #ef295a;
    color: #fff;
}

.diag-grid h3 {
    margin: 20px 0 10px;
    color: #0f4f79;
    font-size: clamp(32px, 2vw, 44px);
    line-height: 1;
}

.diag-grid p {
    margin: 0;
    color: #748ca7;
    font-size: clamp(16px, 0.96vw, 19px);
    line-height: 1.45;
}

.diag-grid article.focus a {
    display: inline-block;
    margin-top: 20px;
    color: #ec2a5a;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 800;
}

.clinical-panel {
    padding: 34px;
    border-color: #003674;
    background:
        radial-gradient(
            800px 320px at 55% 50%,
            rgba(255, 255, 255, 0.06),
            transparent 70%
        ),
        linear-gradient(145deg, #003674, #003674);
    color: #fff;
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 24px;
}

.panel-pill {
    margin: 0;
    display: inline-block;
    padding: 7px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #d5eaf9;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 800;
}

.clinical-left h2 {
    margin: 18px 0 12px;
    font-size: clamp(54px, 5vw, 90px);
    line-height: 0.95;
    letter-spacing: -1px;
}

.clinical-left h2 span {
    color: #fff;
    font-style: italic;
}

.clinical-left > p {
    margin: 0;
    max-width: 700px;
    color: rgba(225, 239, 251, 0.82);
    font-size: clamp(20px, 1.1vw, 24px);
    line-height: 1.45;
}

.clinical-foot {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.clinical-foot h4 {
    margin: 0;
    font-size: clamp(30px, 1.8vw, 38px);
}

.clinical-foot p {
    margin: 8px 0 0;
    color: rgba(221, 238, 251, 0.72);
    font-size: clamp(15px, 0.92vw, 18px);
    line-height: 1.4;
}

.clinical-right {
    display: grid;
    gap: 14px;
    align-content: start;
}

.stat-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.1);
}

.stat-card.big {
    min-height: 220px;
}

.stat-card small {
    color: #ff4b77;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 800;
}

.stat-card strong {
    display: block;
    margin-top: 10px;
    font-size: clamp(64px, 4vw, 82px);
    line-height: 1;
}

.stat-card p {
    margin: 8px 0 0;
    color: rgba(225, 239, 251, 0.7);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 12px;
    font-weight: 700;
}

.stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.stat-card.hot {
    background: #ef1f56;
    box-shadow: 0 16px 30px rgba(239, 31, 86, 0.3);
}

.stat-card.hot p {
    color: rgba(255, 255, 255, 0.86);
}

.audit-block {
    background: #fff7fa;
    text-align: center;
}

.audit-sub {
    max-width: 780px;
    margin: 10px auto 0;
    color: #6e829d;
    font-size: clamp(18px, 1.05vw, 22px);
}

.audit-pack-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.audit-pack {
    border: 1px solid #e3eaf2;
    border-radius: 24px;
    background: #fff;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 14px 20px rgba(13, 55, 91, 0.08);
}

.audit-pack.featured {
    border: 2px solid #f02a58;
    box-shadow: 0 20px 30px rgba(240, 42, 88, 0.14);
}

.popular-pill {
    margin: -10px auto 10px;
    display: inline-block;
    border-radius: 999px;
    padding: 6px 16px;
    color: #fff;
    background: #003674;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.4px;
    font-weight: 800;
}

.audit-pack h3 {
    margin: 8px 0 6px;
    color: #0e5a83;
    font-size: clamp(36px, 2.2vw, 52px);
    line-height: 1;
}

.audit-caption {
    margin: 0;
    color: #8a9bae;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 12px;
    font-weight: 800;
}

.audit-price {
    margin-top: 10px;
    color: #0d5a84;
    font-size: clamp(58px, 3.5vw, 78px);
    font-weight: 800;
    line-height: 1;
}

.audit-price del {
    color: #b2c0cf;
    font-size: clamp(26px, 1.35vw, 34px);
    margin-left: 8px;
}

.audit-discount {
    margin: 10px auto 14px;
    display: inline-block;
    border-radius: 999px;
    background: #ef2457;
    color: #fff;
    padding: 8px 26px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 11px;
    font-weight: 800;
}

.audit-pack ul {
    list-style: none;
    margin: 10px 0 16px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.audit-pack li {
    color: #1c395b;
    font-size: clamp(17px, 0.95vw, 20px);
    font-weight: 700;
}

.audit-pack li::before {
    content: "\2713";
    color: #ef295a;
    margin-right: 8px;
}

.audit-pack a {
    display: block;
    border-radius: 14px;
    background: #0a5f87;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 13px;
    font-weight: 800;
    padding: 14px;
}

.audit-pack.featured a {
    background: #ef1f56;
}

.steps-block {
    background: #fff;
    text-align: center;
}

.steps-block p {
    margin: 10px 0 0;
    color: #6f849d;
    font-size: clamp(16px, 1vw, 20px);
}

.step-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.step-grid article {
    padding: 22px;
}

.step-no {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    border-radius: 50%;
    border: 1px solid #dbe5ef;
    background: #fff;
    display: grid;
    place-items: center;
    color: #0e5e87;
    font-size: 22px;
    font-weight: 800;
    position: relative;
    box-shadow: 0px 1px 6px #ddd;
}

.step-no::after {
    content: attr(class);
    display: none;
}

.step-grid h3 {
    margin: 6px 0;
    color: #21334a;
    font-size: clamp(22px);
}

.step-grid p {
    margin: 0;
    color: #607a96;
    font-size: clamp(16px, 0.95vw, 19px);
}

.faq-block {
    padding: 28px;
    background: #fff;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 22px;
}

.faq-left h2 {
    margin: 10px 0;
    color: #003674;
    font-size: clamp(54px, 3.5vw, 76px);
    line-height: 0.98;
}

.faq-left h2 span {
    color: #ed2758;
}

.faq-left > p {
    margin: 0;
    color: #667d98;
    font-size: clamp(22px, 1.2vw, 28px);
    line-height: 1.4;
}

.faq-left a {
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #e2eaf3;
    border-radius: 18px;
    background: #f5f8fc;
    padding: 16px 20px;
    color: #0e5f88;
    font-size: clamp(20px, 1.1vw, 25px);
    font-weight: 800;
}

.faq-right {
    display: grid;
    gap: 12px;
}

.faq-right details {
    border: 2px solid #e9edf3;
    border-radius: 22px;
    background: #fff;
    padding: 18px 22px;
}

.faq-right details[open] {
    border-color: #f3d2de;
}

.faq-right summary {
    list-style: none;
    cursor: pointer;
    margin: 0;
    color: #003674;
    font-size: clamp(25px, 1.35vw, 34px);
    font-weight: 800;
}

.faq-right summary::-webkit-details-marker {
    display: none;
}

.faq-right p {
    margin: 10px 0 0;
    color: #667c97;
    font-size: clamp(18px, 1vw, 24px);
    line-height: 1.42;
    font-weight: 700;
}

.review-block {
    background: #f1f5f9;
    text-align: center;
}

.review-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    text-align: left;
}

.review-grid article {
    border: 1px solid #e0e9f2;
    border-radius: 26px;
    background: #fff;
    padding: 26px;
}

.stars {
    margin: 0;
    color: #efba21;
    letter-spacing: 1px;
    font-size: 24px;
}

.review-grid blockquote {
    margin: 12px 0 16px;
    padding: 0;
    border: 0;
    color: #3f5875;
    font-size: clamp(19px, 1vw, 23px);
    line-height: 1.45;
    font-style: italic;
}

.review-grid strong {
    display: block;
    font-size: clamp(20px, 1.05vw, 24px);
    color: #203750;
}

.review-grid span {
    color: #6f859f;
    font-size: clamp(15px, 0.9vw, 19px);
}

.mission-band {
    padding: 34px 38px;
    border-radius: 60px;
    border-color: #003674;
    background: linear-gradient(
        106deg,
        #003674 0%,
        #003674 72%,
        #003674 72%,
        #003674 100%
    );
    color: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 18px;
}

.mission-band h3 {
    margin: 0;
    font-size: clamp(56px, 3.6vw, 74px);
    line-height: 0.95;
}

.mission-band h3 span {
    color: #ff3367;
}

.mission-band p {
    margin: 16px 0 0;
    color: rgba(233, 244, 252, 0.86);
    font-size: clamp(18px, 1vw, 22px);
    max-width: 720px;
}

.mission-metrics {
    margin-top: 18px;
    display: flex;
    gap: 28px;
}

.mission-metrics span {
    color: #ff3f71;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 800;
}

.mission-metrics b {
    color: #fff;
    display: block;
    font-size: 38px;
    letter-spacing: 0;
    line-height: 1;
}

.mission-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mission-actions a {
    border-radius: 999px;
    text-align: center;
    min-width: 276px;
    padding: 14px 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-size: 15px;
    font-weight: 800;
}

.mission-actions .book {
    background: #fff;
    color: #0d4d77;
    box-shadow: 0 12px 24px rgba(232, 48, 92, 0.2);
}

.mission-actions .call {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.ndc-main-nav a.active {
    color: #0a3f6c;
}

.internal-wrap {
    display: grid;
    gap: 22px;
    margin-top: 0;
}

.internal-no-jobs {
    text-align: center;
    padding: 64px 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    margin-bottom: 16px;
}
.internal-no-jobs-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: #f0f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #d9283e;
    margin: 0 auto 20px;
}
.internal-no-jobs h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: #0b1e3d;
    margin: 0 0 12px;
}
.internal-no-jobs p {
    font-size: .92rem;
    color: #607590;
    line-height: 1.7;
    max-width: 480px;
    margin: 0 auto 24px;
}

.internal-hero,
.internal-highlights,
.internal-cards,
.internal-split {
    border: 1px solid rgba(11,30,61,.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(11,30,61,.08);
}

.internal-hero {
    padding: 34px 0;
    background: linear-gradient(135deg, #0b1e3d 0%, #0e2c56 55%, #0f365f 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.scan-hero-cities {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 13px;
    opacity: .92;
}
.scan-hero-city {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    font-weight: 700;
}
.internal-hero::after {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 60% at 80% 10%, rgba(235,31,86,.18), transparent 60%);
    pointer-events: none;
}

.internal-hero h1 {
    margin: 8px 0 10px;
    color: #fff;
    font-size: clamp(34px, 3vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.5px;
}

.internal-hero-inner > p {
    margin: 0;
    max-width: 880px;
    color: rgba(255,255,255,.82);
    font-size: clamp(16px, 1vw, 19px);
    line-height: 1.55;
}

.internal-hero-inner,
.careers-hero-inner {
    width: min(1440px, calc(100% - var(--ndc-internal-inline-gutter)));
    margin: 0 auto;
}

.internal-actions {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.internal-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 12px 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 800;
}

.internal-btn.primary {
    background: linear-gradient(130deg,#eb1f56,#d61f4a);
    color: #fff;
    box-shadow: 0 12px 24px rgba(235,31,86,.35);
}
.internal-btn.ghost {
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
    background: rgba(255,255,255,.08);
}

.careers-hero {
    background: linear-gradient(135deg, #0b1e3d 0%, #0d2c58 60%, #0f365f 100%);
    color: #fff;
    padding: 38px 0;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.careers-hero-inner {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 24px;
}
.careers-hero h1 { margin: 8px 0 12px; font-size: clamp(32px, 3vw, 42px); letter-spacing: -0.5px; }
.careers-hero p { max-width: 620px; color: rgba(255,255,255,.8); line-height: 1.6; }
.careers-ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.careers-btn { padding: 12px 16px; border-radius: 12px; font-weight: 800; text-decoration: none; font-size: 13px; }
.careers-btn.primary { background: #eb1f56; color: #fff; box-shadow: 0 14px 30px rgba(235,31,86,.25); }
.careers-btn.ghost { border: 1px solid rgba(255,255,255,.25); color: #fff; }
.careers-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.careers-badges span { padding: 6px 10px; border-radius: 10px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); font-weight: 700; font-size: 12px; }
.careers-hero-card {
    background: #fff;
    color: #0b1e3d;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,.15);
    display: grid; gap: 4px;
}
.careers-hero-num { font-size: 38px; font-weight: 900; color: #eb1f56; }
.careers-hero-sub { font-weight: 800; }
.careers-hero-note { color: #607590; font-size: 14px; }

.careers-perks, .careers-openings { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px; box-shadow: 0 12px 26px rgba(10,54,94,.07); }
.careers-perk-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 12px; }
.careers-perk { padding: 14px; border-radius: 12px; background: #f6fafe; border: 1px solid #e4edf7; color: #0b1e3d; font-weight: 700; }
.careers-openings-head h2 { margin: 0 0 6px; color: #0b1e3d; }
.careers-openings-head p { margin: 0 0 12px; color: #607590; }
.careers-jobs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.careers-job-card { border: 1px solid #e4edf7; border-radius: 12px; padding: 16px; background: #fdfefe; box-shadow: 0 10px 20px rgba(0,0,0,.05); }
.careers-job-card h3 { margin: 0 0 6px; color: #0b1e3d; }
.careers-job-meta { margin: 0 0 10px; color: #607590; font-weight: 700; }
.careers-job-cta { color: #eb1f56; font-weight: 800; text-decoration: none; }

.ndc-main.ndc-main-internal .v3-shell.ti > .ti-hero,
.ndc-main.ndc-main-internal .v3-shell.pi > .pi-hero,
.ndc-main.ndc-main-internal .site-shell.internal-wrap > .internal-hero,
.ndc-main.ndc-main-internal .site-shell.internal-wrap > .careers-hero,
.ndc-main.ndc-main-internal .rd > .rd-hero,
.ndc-main.ndc-main-internal > .dd-hero,
.ndc-main.ndc-main-internal > .cd-hero,
.ndc-main.ndc-main-internal > .legal-hero {
    margin-top: calc(-1 * var(--ndc-internal-top-gap));
}

.ndc-main.ndc-main-internal .v3-shell.ti > .ti-hero,
.ndc-main.ndc-main-internal .v3-shell.pi > .pi-hero,
.ndc-main.ndc-main-internal .site-shell.internal-wrap > .internal-hero,
.ndc-main.ndc-main-internal .site-shell.internal-wrap > .careers-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media (max-width: 900px) {
    .careers-hero-inner { grid-template-columns: 1fr; }
    .careers-jobs-grid { grid-template-columns: repeat(2,1fr); }
    .careers-perk-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .careers-jobs-grid { grid-template-columns: 1fr; }
}
.internal-btn.ghost {
    border-color: #d4e0eb;
    color: #0f4b77;
    background: #fff;
}

.internal-highlights {
    padding: 20px;
    background: #f1f6fb;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.internal-highlights article {
    border: 1px solid #dbe6f0;
    border-radius: 14px;
    background: #fff;
    padding: 18px;
}

.internal-highlights strong {
    display: block;
    color: #003674;
    font-size: clamp(28px, 2.1vw, 40px);
    line-height: 1;
}

.internal-highlights span {
    display: block;
    margin-top: 6px;
    color: #7b90a8;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 800;
}

.internal-cards {
    padding: 22px;
    background: #f2f6fb;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.internal-cards article {
    border: 1px solid #dce7f1;
    border-radius: 14px;
    background: #fff;
    padding: 18px;
}

.internal-cards h3 {
    margin: 0;
    color: #114e79;
    font-size: clamp(24px, 1.4vw, 34px);
    line-height: 1.1;
}

.internal-cards p {
    margin: 10px 0 0;
    color: #6f859f;
    font-size: clamp(14px, 0.95vw, 18px);
    line-height: 1.4;
}

.internal-split {
    padding: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.internal-panel {
    border: 1px solid #dde8f2;
    border-radius: 14px;
    background: #fff;
    padding: 18px;
}

.internal-panel h2 {
    margin: 0;
    color: #003674;
    font-size: clamp(28px, 1.7vw, 40px);
    line-height: 1;
}

.internal-panel ul {
    margin: 12px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
}

.internal-panel li {
    color: #5f7893;
    font-size: clamp(15px, 0.95vw, 18px);
}

.internal-panel.support p {
    margin: 12px 0 0;
    color: #6a839e;
    font-size: clamp(15px, 0.95vw, 18px);
    line-height: 1.4;
}

.internal-panel.support a {
    margin-top: 14px;
    display: inline-block;
    border-radius: 12px;
    background: #ec2558;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 800;
    padding: 11px 14px;
}

.test-detail-wrap {
    display: grid;
    gap: 18px;
    padding: 24px 0 34px;
}

.test-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6f869d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.test-breadcrumb strong {
    color: #003674;
}

.test-detail-main {
    border-radius: 24px;
    border: 1px solid #d8e4f0;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr minmax(280px, 340px);
    gap: 22px;
    padding: 24px;
}

.test-detail-copy h1 {
    margin: 6px 0 10px;
    color: #003674;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.05;
}

.test-detail-desc {
    margin: 0;
    color: #5f7893;
    font-size: 19px;
    max-width: 760px;
}

.test-detail-meta {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.test-detail-meta div {
    border-radius: 14px;
    border: 1px solid #dce8f3;
    background: #f6fbff;
    padding: 12px;
}

.test-detail-meta small {
    display: block;
    color: #8da2b8;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 800;
    font-size: 10px;
}

.test-detail-meta strong {
    color: #123f66;
    font-size: 15px;
}

.test-detail-price {
    border-radius: 20px;
    background: linear-gradient(140deg, #003674, #003674);
    padding: 18px;
    color: #fff;
}

.price-label {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 11px;
    font-weight: 800;
    opacity: 0.86;
}

.price-main {
    margin: 6px 0 0;
    font-size: 44px;
    line-height: 1;
    font-weight: 800;
}

.price-mrp {
    margin: 4px 0 0;
    text-decoration: line-through;
    opacity: 0.78;
}

.price-discount {
    margin: 8px 0 14px;
    display: inline-flex;
    border-radius: 999px;
    background: #ec2455;
    padding: 7px 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 800;
}

.test-detail-btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 11px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 800;
    margin-top: 8px;
}

button.test-detail-btn {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.test-detail-btn.primary {
    background: #fff;
    color: #0a4f78;
}

.test-detail-btn.ghost {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.test-detail-panels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.test-detail-panels article {
    border-radius: 16px;
    border: 1px solid #d9e5f0;
    background: #fff;
    padding: 16px;
}

.test-detail-panels h2 {
    margin: 0 0 8px;
    color: #003674;
    font-size: 22px;
}

.test-detail-panels p {
    margin: 0;
    color: #65809a;
    font-size: 16px;
}

.test-related {
    border-radius: 20px;
    border: 1px solid #d8e4ef;
    background: #f8fbff;
    padding: 18px;
}

.tests-index-wrap {
    padding: 32px 0 48px;
    display: grid;
    gap: 18px;
    background: linear-gradient(180deg, #f5f8ff 0%, #eef3fb 100%);
}

.tests-index-head {
    border-radius: 22px;
    border: 1px solid rgba(11,30,61,.08);
    background: linear-gradient(135deg, #0b1e3d 0%, #0e2c56 65%, #0f365f 100%);
    color: #fff;
    padding: 22px 24px;
    box-shadow: 0 20px 44px rgba(11,30,61,.18);
}

.tests-index-head h1 {
    margin: 8px 0;
    color: #fff;
    font-size: clamp(30px, 2.9vw, 44px);
    line-height: 1.05;
}

.tests-index-head p {
    margin: 0;
    color: rgba(255,255,255,.78);
}

.tests-search {
    border-radius: 18px;
    border: 1px solid rgba(11,30,61,.08);
    background: rgba(255,255,255,.9);
    padding: 14px;
    display: grid;
    grid-template-columns: 1fr 220px auto auto;
    gap: 10px;
    box-shadow: 0 18px 38px rgba(11,30,61,.08);
}

.tests-search input,
.tests-search select {
    border-radius: 10px;
    border: 1px solid #d7e4f0;
    background: #f8fbff;
    padding: 12px 14px;
    font-size: 14px;
    color: #20466b;
    outline: none;
}

.tests-search button,
.tests-clear {
    border-radius: 10px;
    border: 0;
    background: linear-gradient(130deg, #eb1f56, #d61f4a);
    color: #fff;
    padding: 12px 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tests-clear {
    background: #fff;
    border: 1px solid #d9e4ef;
    color: #2c4e6d;
}

.tests-result-head h2 {
    margin: 0;
    color: #003674;
}

.tests-anchor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tests-anchor-card {
    border-radius: 22px;
    border: 1px solid #dbe6f1;
    background: #fff;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #003674;
    font-size: clamp(22px, 2vw, 34px);
    font-weight: 800;
    line-height: 1.1;
}

.tests-anchor-icon {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: linear-gradient(135deg, #42d3c5, #27b6ae);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 22px;
    flex: 0 0 auto;
}

.tests-quick-summary,
.tests-recommended-panel,
.tests-faq-panel {
    border-radius: 20px;
    border: 1px solid #dbe6f1;
    background: #fff;
    padding: 20px;
}

.tests-quick-summary {
    border-left: 8px solid #4bb8ec;
    background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
}

.tests-quick-summary p {
    margin: 0;
    color: #003674;
    font-size: clamp(18px, 1.2vw, 24px);
    line-height: 1.55;
}

.tests-quick-summary strong {
    color: #2dbab4;
}

.tests-section-head h2 {
    margin: 8px 0 0;
    color: #003674;
}

.tests-faq-stack {
    display: grid;
    gap: 12px;
}

.tests-empty {
    border-radius: 16px;
    border: 1px solid #dbe6f1;
    background: #fff;
    padding: 20px;
    text-align: center;
}

.tests-empty h3 {
    margin: 0;
    color: #003674;
}

.tests-empty p {
    margin: 8px 0 0;
    color: #6a839c;
}

.tests-pagination {
    padding-top: 12px;
}

.narula-pagination {
    display: grid;
    gap: 14px;
    justify-items: center;
}

.narula-pagination-meta {
    margin: 0;
    color: #6a839c;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.narula-pagination-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.narula-pagination-link {
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid #d8e3ef;
    background: #fff;
    color: #003674;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.narula-pagination-link.is-active {
    border-color: #003674;
    background: #003674;
    color: #fff;
}

.narula-pagination-link.is-disabled {
    color: #95a8bb;
    background: #f4f8fc;
}

.narula-pagination-link.is-nav {
    padding-inline: 18px;
}

.narula-pagination-link.is-gap {
    min-width: 40px;
}

.narula-pagination-arrow {
    font-size: 16px;
    line-height: 1;
}

.tests-pagination .narula-pagination {
    justify-items: start;
    gap: 12px;
}

.tests-pagination .narula-pagination-meta {
    color: #6f8399;
    font-size: clamp(14px, 0.95vw, 18px);
    font-weight: 800;
    text-align: left;
}

.tests-pagination .narula-pagination-links {
    justify-content: flex-start;
    gap: 8px;
}

.tests-pagination .narula-pagination-link {
    min-width: 52px;
    height: 52px;
    padding: 0 14px;
    border-radius: 16px;
    border-color: #d5e1ed;
    font-size: clamp(15px, 0.9vw, 18px);
    font-weight: 800;
    box-shadow: none;
}

.tests-pagination .narula-pagination-link.is-nav {
    min-width: 128px;
    gap: 8px;
    justify-content: center;
}

.tests-pagination .narula-pagination-link.is-gap {
    min-width: 52px;
    color: #93a8bc;
}

.tests-pagination .narula-pagination-link.is-active {
    border-color: #003674;
    background: #003674;
    color: #fff;
}

.tests-pagination .narula-pagination-arrow {
    font-size: 18px;
    font-weight: 900;
}

.cms-admin-pagination .narula-pagination {
    justify-items: start;
}

.cms-admin-pagination .narula-pagination-meta {
    text-align: left;
}

.cart-wrap {
    padding: 24px 0 34px;
    display: grid;
    gap: 16px;
}

.cart-head {
    border-radius: 20px;
    border: 1px solid #dbe6f1;
    background: #fff;
    padding: 18px 20px;
}

.cart-head h1 {
    margin: 8px 0 8px;
    color: #003674;
    font-size: clamp(30px, 2.9vw, 44px);
    line-height: 1.05;
}

.cart-head p {
    margin: 0;
    color: #6a839c;
}

.cart-alert {
    border-radius: 14px;
    border: 1px solid #bfd8ea;
    background: #e9f6ff;
    color: #0a4f78;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 700;
}

.cart-alert.danger {
    border-color: #f2c0cd;
    background: #fff0f4;
    color: #b42f52;
}

.cart-alert.success {
    border-color: #bfe3c8;
    background: #eefaf0;
    color: #1e7a44;
}

.cart-empty {
    border-radius: 20px;
    border: 1px solid #dbe6f1;
    background: #fff;
    padding: 24px;
    text-align: center;
}

.cart-empty h2 {
    margin: 0;
    color: #003674;
}

.cart-empty p {
    color: #6a839c;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
    gap: 18px;
    align-items: start;
}

.cart-items {
    display: grid;
    gap: 12px;
    max-width: 920px;
    align-content: start;
}

.cart-item {
    border-radius: 14px;
    border: 1px solid #dbe6f1;
    background: #fff;
    padding: 12px 14px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    align-self: start;
}

.cart-item h3 {
    margin: 4px 0;
    color: #003674;
    font-size: 18px;
    line-height: 1.2;
}

.cart-meta {
    margin: 0;
    color: #6f879f;
    font-size: 13px;
}

.cart-item-side {
    text-align: right;
    min-width: 132px;
}

.cart-price {
    margin: 0;
    color: #003674;
    font-size: 18px;
    font-weight: 800;
}

.cart-price del {
    color: #8ba0b7;
    font-size: 14px;
    margin-left: 8px;
}

.cart-qty {
    margin: 8px 0 10px;
    color: #5f7892;
    font-size: 13px;
    font-weight: 700;
}

.cart-link {
    border: 0;
    background: transparent;
    padding: 0;
    color: #003674;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer;
}

.cart-link.danger {
    color: #d22a4f;
}

.cart-summary {
    border-radius: 18px;
    border: 1px solid #dbe6f1;
    background: #fff;
    padding: 16px;
    align-self: start;
}

.cart-summary h2 {
    margin: 0 0 12px;
    color: #003674;
    font-size: 22px;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #5f7992;
    padding: 10px 0;
    border-bottom: 1px solid #e6edf5;
    font-weight: 700;
}

.cart-summary-row strong {
    color: #003674;
}

.cart-btn {
    margin-top: 12px;
    width: 100%;
    border-radius: 11px;
    border: 0;
    background: linear-gradient(130deg, #003674, #003674);
    color: #fff;
    padding: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 800;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cart-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.cart-btn.ghost {
    background: #fff;
    border: 1px solid #d7e3ef;
    color: #2f526f;
}

.cart-checkout-form {
    margin-top: 12px;
    display: grid;
    gap: 12px;
}

.cart-step-card {
    border-radius: 14px;
    border: 1px solid #d9e5f2;
    background: #f9fcff;
    padding: 12px;
    display: grid;
    gap: 10px;
}

.cart-step-empty h3 {
    margin: 0;
    color: #003674;
    font-size: 18px;
}

.cart-step-empty p {
    margin: 0;
    color: #5d7894;
    font-size: 13px;
}

.cart-step-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.cart-step-head h3 {
    margin: 0;
    color: #0b6f97;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.cart-step-head a {
    color: #003674;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cart-step-head a:hover {
    color: #eb1f56;
}

.cart-step-note {
    margin: 0;
    color: #6d86a0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.cart-patient-map-card {
    margin-top: 2px;
}

.cart-selected-counter {
    margin: 0;
    color: #5f7992;
    font-size: 12px;
    font-weight: 700;
}

.cart-selected-counter strong {
    color: #003674;
}

.cart-patient-grid {
    display: grid;
    gap: 10px;
}

.cart-patient-card {
    border: 1px solid #d9e5f2;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.cart-patient-card.is-selected {
    border-color: #7ab0d7;
    box-shadow: 0 0 0 2px rgba(11, 95, 137, 0.12);
}

.cart-patient-headline {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid #e9eff6;
    background: #f4f8fd;
    cursor: pointer;
}

.cart-patient-headline input[type="checkbox"] {
    margin-top: 2px;
    accent-color: #003674;
}

.cart-patient-headline strong {
    display: block;
    color: #003674;
    font-size: 16px;
    line-height: 1.2;
}

.cart-patient-headline small {
    display: block;
    margin-top: 3px;
    color: #5d7894;
    font-size: 12px;
    font-weight: 700;
}

.cart-patient-tests {
    display: grid;
}

.cart-patient-test-row {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-top: 1px solid #edf3f8;
    cursor: pointer;
}

.cart-patient-test-row:first-child {
    border-top: 0;
}

.cart-patient-test-row input[type="checkbox"] {
    margin: 0;
    accent-color: #003674;
}

.cart-patient-test-name {
    color: #003674;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.cart-patient-test-row b {
    color: #003674;
    font-size: 14px;
}

.cart-radio-list {
    display: grid;
    gap: 8px;
}

.cart-radio-item {
    border-radius: 12px;
    border: 1px solid #dce7f2;
    background: #fff;
    padding: 10px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    cursor: pointer;
    align-items: start;
}

.cart-radio-item input[type="radio"],
.cart-radio-item input[type="checkbox"] {
    margin: 2px 0 0;
    accent-color: #003674;
}

.cart-radio-item strong {
    display: block;
    color: #003674;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.cart-radio-item small {
    display: block;
    margin-top: 4px;
    color: #5e7994;
    font-size: 12px;
    line-height: 1.45;
}

.cart-radio-item:has(input:checked) {
    border-color: #7ab0d7;
    box-shadow: 0 0 0 2px rgba(11, 95, 137, 0.12);
}

.cart-field-error {
    margin: 0;
    color: #c83056;
    font-size: 12px;
    font-weight: 800;
}

.cart-submit-error {
    margin: 0;
    border-radius: 10px;
    border: 1px solid #f2c0cd;
    background: #fff0f4;
    color: #b42f52;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 700;
}

.cart-slot-trigger {
    width: 100%;
    border: 1px solid #d9e5f2;
    border-radius: 11px;
    background: #fff;
    color: #003674;
    text-align: left;
    padding: 11px 12px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.cart-slot-trigger:hover {
    border-color: #7ab0d7;
}

.cart-slot-modal .ndc-auth-dialog {
    width: min(760px, 100%);
}

.cart-slot-dialog h2 {
    margin: 0;
    color: #003674;
    font-size: clamp(24px, 2vw, 34px);
}

.cart-slot-subhead {
    margin: 14px 0 8px;
    color: #003674;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cart-slot-date-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.cart-slot-date-btn {
    border-radius: 10px;
    border: 1px solid #d8e3ef;
    background: #fff;
    color: #0c3d69;
    padding: 9px 6px;
    display: grid;
    gap: 2px;
    text-align: center;
    cursor: pointer;
}

.cart-slot-date-btn strong {
    font-size: 17px;
}

.cart-slot-date-btn span {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.cart-slot-date-btn.is-active {
    border-color: #003674;
    background: #eaf5ff;
    color: #003674;
}

.cart-slot-time-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.cart-slot-time-btn {
    border-radius: 10px;
    border: 1px solid #d8e3ef;
    background: #fff;
    color: #003674;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.cart-slot-time-btn.is-active {
    border-color: #003674;
    background: #0b4f7d;
    color: #fff;
}

.cart-slot-actions {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.order-overview-card .cart-item-side {
    min-width: 210px;
}

.order-overview-card .cart-meta {
    margin-top: 6px;
}

.order-patient-card {
    display: block;
}

.order-patient-wrap {
    width: 100%;
    display: grid;
    gap: 10px;
}

.order-patient-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.order-patient-total {
    margin: 0;
    color: #003674;
    font-size: 21px;
    font-weight: 800;
}

.order-test-list {
    border-top: 1px solid #e6edf5;
}

.order-test-row {
    padding: 10px 0;
    border-bottom: 1px solid #edf3f8;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.order-test-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.order-test-row strong {
    display: block;
    color: #003674;
    font-size: 15px;
    line-height: 1.25;
}

.order-test-row p {
    margin: 4px 0 0;
    color: #637f9b;
    font-size: 12px;
    font-weight: 700;
}

.order-test-row span {
    color: #003674;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.cart-summary-row strong {
    overflow-wrap: anywhere;
}

.auth-wrap {
    padding: 28px 0 40px;
    display: grid;
}

.modal-open {
    overflow: hidden;
}

.ndc-auth-modal {
    position: fixed;
    inset: 0;
    background: rgba(7, 28, 49, 0.56);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 260;
}

.ndc-auth-modal.is-open {
    display: flex;
}

.ndc-auth-dialog {
    width: min(560px, 100%);
    border-radius: 18px;
    border: 1px solid #dbe6f1;
    background: #fff;
    box-shadow: 0 24px 40px rgba(9, 44, 76, 0.24);
    padding: 20px;
    position: relative;
}

.ndc-auth-dialog h2 {
    margin: 8px 0;
    color: #003674;
    font-size: clamp(26px, 2.3vw, 36px);
    line-height: 1.08;
}

.ndc-auth-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #d4e1ed;
    background: #f6faff;
    color: #2b4f72;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.auth-card {
    width: min(560px, 100%);
    border-radius: 20px;
    border: 1px solid #dbe6f1;
    background: #fff;
    box-shadow: 0 16px 28px rgba(9, 50, 88, 0.08);
    padding: 24px;
}

.auth-card.account-full {
    width: 100%;
    max-width: 100%;
}

.auth-card h1 {
    margin: 8px 0;
    color: #003674;
    font-size: clamp(28px, 2.6vw, 40px);
    line-height: 1.06;
}

.auth-lead {
    margin: 0 0 12px;
    color: #6a829b;
}

.auth-alert {
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.auth-alert.success {
    border: 1px solid #b7d8eb;
    background: #e8f6ff;
    color: #0a567e;
}

.auth-alert.error {
    border: 1px solid #f2c0cd;
    background: #fff0f4;
    color: #b42f52;
}

.auth-form {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.auth-form label {
    display: grid;
    gap: 6px;
    color: #4f6f90;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.auth-form input,
.auth-form select,
.auth-form textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d8e4f0;
    background: #f8fbff;
    color: #0c3d69;
    padding: 10px 12px;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
}

.auth-form textarea {
    resize: vertical;
    min-height: 82px;
}

.auth-form input:focus,
.auth-form select:focus,
.auth-form textarea:focus {
    outline: none;
    border-color: #7eb2db;
    box-shadow: 0 0 0 3px rgba(11, 95, 137, 0.11);
}

.auth-btn {
    border: 0;
    border-radius: 11px;
    background: linear-gradient(130deg, #003674, #003674);
    color: #fff;
    padding: 11px 14px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 800;
    cursor: pointer;
}

.auth-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.auth-btn.secondary {
    background: #fff;
    border: 1px solid #d7e3ef;
    color: #2f526f;
}

.auth-note {
    margin: 0;
    color: #627f9b;
    font-size: 12px;
}

.auth-logged {
    margin-top: 6px;
    border: 1px solid #dbe6f1;
    border-radius: 12px;
    background: #f8fbff;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.auth-logged p {
    margin: 0;
    color: #335878;
    font-size: 13px;
    font-weight: 700;
}

.auth-mobile-fixed {
    margin: 0;
    color: #426788;
    font-size: 13px;
    font-weight: 700;
}

.auth-link-btn {
    background: none;
    border: none;
    color: #003674;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    padding: 0 0 0 6px;
}

.auth-resend-form {
    margin-top: 8px;
}

.ndc-nav-action-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: inherit;
}

.auth-otp-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.auth-otp-box {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d8e4f0;
    background: #f8fbff;
    color: #0c3d69;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    padding: 12px 0;
}

.auth-otp-box:focus {
    outline: none;
    border-color: #7eb2db;
    box-shadow: 0 0 0 3px rgba(11, 95, 137, 0.11);
}

.account-page {
    display: grid;
    gap: 18px;
}

.account-page h1 {
    margin: 8px 0;
    color: #003674;
    font-size: clamp(28px, 2.6vw, 40px);
    line-height: 1.08;
}

.account-page .auth-lead {
    margin-bottom: 0;
}

.account-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.account-limit {
    margin: 0;
    color: #5f7992;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.account-add-form {
    border: 1px solid #dbe6f1;
    border-radius: 14px;
    background: #f8fbff;
    padding: 12px;
}

.account-add-form[hidden] {
    display: none;
}

.account-form {
    margin-top: 0;
}

.account-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.account-form-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.account-card-actions {
    margin-top: 6px;
    display: flex;
    justify-content: flex-end;
}

.account-edit-btn {
    padding: 8px 12px;
    font-size: 11px;
}

.account-edit-dialog {
    width: min(760px, 100%);
}

.account-block {
    border: 1px solid #dbe6f1;
    border-radius: 14px;
    background: #f8fbff;
    padding: 12px;
    display: grid;
    gap: 8px;
}

.account-block h2 {
    margin: 0;
    color: #003674;
    font-size: 16px;
    font-weight: 800;
}

.account-block p {
    margin: 0;
    color: #4f6f90;
    font-size: 14px;
    line-height: 1.5;
}

.account-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.account-list {
    margin: 0;
    padding-left: 18px;
    color: #4f6f90;
    font-size: 14px;
    line-height: 1.6;
}

.account-list li + li {
    margin-top: 2px;
}

.ndc-footer {
    margin-top: 0;
}

.ndc-cta-band {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: linear-gradient(
        110deg,
        #003674 0%,
        #003674 72%,
        #003674 72%,
        #003674 100%
    );
    color: #fff;
    padding: 34px 36px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    margin-bottom: 12px;
}

.ndc-cta-copy h2,
.ndc-cta-copy h3 {
    margin: 0;
    font-size: clamp(48px, 3.4vw, 68px);
    line-height: 0.95;
}

.ndc-cta-copy h3 {
    color: #ff3367;
}

.ndc-cta-copy p {
    margin: 12px 0 0;
    color: rgba(232, 244, 252, 0.88);
    font-size: clamp(18px, 1vw, 22px);
}

.ndc-cta-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.cta-btn {
    border-radius: 999px;
    min-width: 190px;
    text-align: center;
    padding: 12px 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cta-btn.white {
    background: #fff;
    color: #003674;
}

.cta-btn.dark {
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.ndc-footer-main {
    background: #07111f;
    background-image:
        radial-gradient(ellipse 70% 60% at 0% 100%, rgba(217,40,62,.08) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 100% 0%, rgba(0,54,116,.25) 0%, transparent 60%),
        radial-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: auto, auto, 32px 32px;
    color: rgba(255, 255, 255, 0.92);
    padding: 64px 0 48px;
    position: relative;
}
.ndc-footer-main::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d9283e 0%, #ff6b8a 50%, #d9283e 100%);
}

.ndc-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
    gap: 48px;
}

.ndc-footer-logo {
    width: 180px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 8px 12px;
}

.ndc-footer-brand-tagline {
    font-size: 13px;
    color: rgba(180,205,230,0.6);
    line-height: 1.65;
    margin-bottom: 0;
}

.ndc-footer-main p,
.ndc-footer-main a {
    margin: 0 0 10px;
    color: rgba(180, 205, 230, 0.7);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    text-decoration: none;
    display: block;
    transition: color 0.2s, padding-left 0.2s;
}
.ndc-footer-main a:hover {
    color: #fff;
    padding-left: 4px;
}

.ndc-footer-main h4 {
    margin: 0 0 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 10.5px;
    font-weight: 800;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    gap: 8px;
}
.ndc-footer-main h4::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #d9283e;
    border-radius: 2px;
    flex-shrink: 0;
    position: static;
    transform: none;
    top: auto; left: auto;
}

.ndc-footer-social {
    margin-top: 24px;
    display: flex;
    gap: 10px;
}

.ndc-footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    display: grid;
    place-items: center;
    color: rgba(255,255,255,0.55);
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}
.ndc-footer-social a:hover {
    background: #d9283e;
    border-color: #d9283e;
    color: #fff;
    transform: translateY(-3px);
    padding-left: 0;
}

.ndc-footer-social a i {
    font-size: 16px;
    line-height: 1;
}

.ndc-footer-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.07);
    margin: 40px 0 0;
}

.ndc-footer-bottom {
    background: #040d1a;
    color: rgba(180, 205, 230, 0.45);
}

.ndc-footer-bottom-row {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.ndc-footer-bottom p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 11px;
    font-weight: 600;
}

.ndc-socials a {
    color: rgba(180,205,230,0.5);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.2s;
}
.ndc-socials a:hover {
    color: #fff;
}

.ndc-socials {
    display: flex;
    gap: 8px;
}

.ndc-socials span {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 700;
}

.cms-admin-body {
    min-height: 100vh;
    background: linear-gradient(180deg, #edf3f8 0%, #f7fbff 100%);
}

.cms-admin-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
}

.cms-admin-sidebar {
    padding: 26px 20px;
    background:
        radial-gradient(
            circle at top left,
            rgba(255, 255, 255, 0.42),
            transparent 32%
        ),
        linear-gradient(180deg, #eef2f6 0%, #dfe5eb 100%);
    color: #3d5368;
    display: grid;
    align-content: start;
    gap: 24px;
    position: sticky;
    top: 0;
    min-height: 100vh;
    box-shadow: 18px 0 32px rgba(8, 39, 67, 0.16);
}

.cms-admin-topbar {
    background: linear-gradient(90deg, #003674, #003674);
    box-shadow: 0 8px 22px rgba(7, 44, 82, 0.18);
}

.cms-admin-topbar-inner {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cms-admin-brand img {
    width: 236px;
    max-width: 100%;
}

.cms-admin-sidebar-copy h2 {
    margin: 10px 0 0;
    color: #003674;
    font-size: 28px;
    line-height: 1.05;
}

.cms-admin-sidebar-copy p:last-child {
    margin: 10px 0 0;
    color: #667b90;
    font-size: 14px;
    line-height: 1.5;
}

.cms-admin-side-nav {
    display: grid;
    gap: 8px;
}

.cms-admin-side-nav a {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #003674;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.cms-admin-side-nav a:hover,
.cms-admin-side-nav a.is-active {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
}

.cms-admin-side-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    display: grid;
    place-items: center;
    color: #003674;
    font-size: 13px;
    font-weight: 900;
}

.cms-admin-side-icon i {
    font-size: 15px;
    line-height: 1;
}

.cms-admin-stage {
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr;
}

.cms-admin-stagebar {
    padding: 22px 24px 0;
}

.cms-admin-stagebar-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.cms-admin-stagebar h1 {
    margin: 8px 0 0;
    color: #003674;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.1;
}

.cms-admin-account {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid #d7e2ec;
    background: rgba(255, 255, 255, 0.78);
}

.cms-admin-account-copy {
    display: grid;
    gap: 4px;
}

.cms-admin-account-copy span {
    color: #6f8397;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cms-admin-account-copy strong {
    color: #003674;
    font-size: 14px;
    font-weight: 800;
}

.cms-admin-logout-form {
    margin: 0;
}

.cms-admin-nav {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cms-admin-nav a {
    color: #eaf4fc;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.cms-admin-main {
    padding: 18px 24px 34px;
}

.cms-admin-auth-body {
    display: grid;
    place-items: center;
    padding: 24px;
}

.cms-admin-auth-shell {
    width: min(100%, 480px);
}

.cms-admin-auth-card {
    border-radius: 32px;
    border: 1px solid #dce6ef;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 30px 70px rgba(7, 44, 82, 0.14);
    padding: 32px;
}

.cms-admin-auth-brand img {
    width: 220px;
    max-width: 100%;
}

.cms-admin-auth-copy {
    margin: 22px 0 24px;
}

.cms-admin-auth-copy h1 {
    margin: 8px 0 0;
    color: #003674;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
}

.cms-admin-auth-copy p:last-child {
    margin: 12px 0 0;
    color: #6e8297;
    font-size: 15px;
    line-height: 1.6;
}

.cms-admin-auth-form {
    gap: 16px;
}

.cms-admin-auth-submit {
    width: 100%;
    justify-content: center;
}

.cms-admin-alert {
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 700;
}

.cms-admin-alert.success {
    background: #e7f8ef;
    border: 1px solid #bde8d0;
    color: #0f6b3b;
}

.cms-admin-alert.error {
    background: #fff2f4;
    border: 1px solid #ffd2db;
    color: #8b1437;
}

.cms-admin-alert.error ul {
    margin: 0;
    padding-left: 16px;
}

.cms-admin-header {
    border-radius: 20px;
    border: 1px solid #d7e4f1;
    background: #fff;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.cms-admin-header h1 {
    margin: 0;
    color: #003674;
    font-size: clamp(24px, 2.2vw, 36px);
    line-height: 1.1;
}

.cms-admin-header p {
    margin: 8px 0 0;
    color: #6e849c;
    max-width: 760px;
}

.cms-admin-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cms-admin-btn {
    border-radius: 11px;
    border: 1px solid transparent;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.cms-admin-btn.primary {
    background: linear-gradient(125deg, #003674, #003674);
    color: #fff;
    box-shadow: 0 14px 20px rgba(11, 63, 110, 0.2);
}

.cms-admin-btn.ghost {
    border-color: #d9e6f2;
    background: #fff;
    color: #315272;
}

.cms-admin-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.cms-admin-detail-grid,
.cms-admin-code-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.cms-admin-stats-grid,
.cms-admin-analytics-grid {
    display: grid;
    gap: 16px;
}

.cms-admin-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cms-admin-stats-grid-order {
    margin-bottom: 16px;
}

.cms-admin-analytics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cms-admin-card {
    border-radius: 20px;
    border: 1px solid #d7e4f1;
    background: #fff;
    padding: 18px;
    overflow-x: auto;
}

.cms-admin-card-wide {
    overflow: hidden;
}

.cms-admin-stat-card {
    border-radius: 20px;
    border: 1px solid #d7e4f1;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fe 100%);
    padding: 18px;
    box-shadow: 0 12px 22px rgba(11, 63, 110, 0.06);
}

.cms-admin-stat-card.accent {
    background: linear-gradient(145deg, #0b4d79, #0d6b92);
    border-color: #0d6b92;
}

.cms-admin-stat-label {
    display: block;
    color: #6d8298;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cms-admin-stat-card strong {
    display: block;
    margin-top: 10px;
    color: #003674;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.1;
}

.cms-admin-stat-card small {
    display: block;
    margin-top: 8px;
    color: #6e849c;
    font-size: 13px;
    line-height: 1.4;
}

.cms-admin-stat-card.accent .cms-admin-stat-label,
.cms-admin-stat-card.accent strong,
.cms-admin-stat-card.accent small {
    color: #fff;
}

.cms-admin-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.cms-admin-card-head h2 {
    margin: 0;
    color: #003674;
}

.cms-admin-card-head span {
    font-size: 12px;
    color: #6e849c;
    font-weight: 700;
}

.cms-admin-empty {
    margin: 0;
    color: #6e849c;
    font-size: 13px;
}

.cms-admin-kv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cms-admin-kv-item {
    border: 1px solid #e4edf6;
    border-radius: 14px;
    background: #f8fbff;
    padding: 14px;
}

.cms-admin-kv-item-wide {
    grid-column: 1 / -1;
}

.cms-admin-kv-item span,
.cms-admin-kv-item strong,
.cms-admin-kv-item small {
    display: block;
}

.cms-admin-kv-item span {
    color: #6e849c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.cms-admin-kv-item strong {
    margin-top: 8px;
    color: #003674;
    font-size: 15px;
    line-height: 1.4;
}

.cms-admin-kv-item small {
    margin-top: 4px;
    color: #6e849c;
    font-size: 12px;
    line-height: 1.4;
}

.cms-admin-code-card {
    overflow: hidden;
}

.cms-admin-code-block {
    border-radius: 16px;
    border: 1px solid #dce8f3;
    background: #f6faff;
    min-height: 280px;
    overflow: auto;
}

.cms-admin-code-block pre {
    margin: 0;
    padding: 16px;
    color: #234261;
    font-size: 12px;
    line-height: 1.55;
    white-space: pre-wrap;
    word-break: break-word;
    font-family:
        ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

.cms-admin-code-block .cms-admin-empty {
    padding: 16px;
}
.v3-fc-ico.year-icon {
    width: 55px;
}
.cms-admin-bar-chart {
    min-height: 260px;
    display: grid;
    grid-template-columns: repeat(14, minmax(0, 1fr));
    align-items: end;
    gap: 10px;
}

.cms-admin-bar-chart.is-monthly {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cms-admin-bar-col {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.cms-admin-bar-value {
    color: #6e849c;
    font-size: 11px;
    font-weight: 800;
}

.cms-admin-bar-track {
    width: 100%;
    height: 180px;
    border-radius: 14px;
    background: linear-gradient(180deg, #eef5fb 0%, #dfeaf4 100%);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.cms-admin-bar-fill {
    width: 100%;
    border-radius: 14px;
    background: linear-gradient(180deg, #22a0dd 0%, #0b4d79 100%);
}

.cms-admin-bar-fill.tone-revenue {
    background: linear-gradient(180deg, #ef2a5a 0%, #b51a42 100%);
}

.cms-admin-bar-fill.tone-orders {
    background: linear-gradient(180deg, #003674 0%, #285d99 100%);
}

.cms-admin-bar-col span {
    color: #5f7690;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.cms-admin-status-stack {
    display: grid;
    gap: 12px;
}

.cms-admin-city-chart {
    display: grid;
    gap: 18px;
}

.cms-admin-city-row {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 18px;
    align-items: end;
}

.cms-admin-city-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cms-admin-city-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    flex: 0 0 12px;
}

.cms-admin-city-meta strong,
.cms-admin-city-meta span {
    display: block;
}

.cms-admin-city-meta strong {
    color: #173f67;
    font-size: 13px;
}

.cms-admin-city-meta span {
    margin-top: 3px;
    color: #6e849c;
    font-size: 12px;
}

.cms-admin-city-bars {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    align-items: end;
}

.cms-admin-city-col {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.cms-admin-city-value {
    color: #6e849c;
    font-size: 11px;
    font-weight: 800;
}

.cms-admin-city-track {
    width: 100%;
    height: 110px;
    border-radius: 12px;
    background: linear-gradient(180deg, #eef5fb 0%, #dfeaf4 100%);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.cms-admin-city-fill {
    width: 100%;
    border-radius: 12px;
}

.cms-admin-city-col span {
    color: #5f7690;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.cms-admin-status-row {
    display: grid;
    grid-template-columns: 140px 1fr 44px;
    gap: 12px;
    align-items: center;
}

.cms-admin-status-copy strong,
.cms-admin-status-copy span {
    display: block;
}

.cms-admin-status-copy strong {
    color: #173f67;
    font-size: 13px;
}

.cms-admin-status-copy span {
    color: #6e849c;
    font-size: 12px;
    margin-top: 2px;
}

.cms-admin-status-meter {
    height: 10px;
    border-radius: 999px;
    background: #e7eff7;
    overflow: hidden;
}

.cms-admin-status-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #8aa0b8, #5f7590);
}

.cms-admin-status-fill.tone-pending {
    background: linear-gradient(90deg, #f2a33a, #c97811);
}

.cms-admin-status-fill.tone-confirmed {
    background: linear-gradient(90deg, #2abf88, #0d8d67);
}

.cms-admin-status-fill.tone-processing {
    background: linear-gradient(90deg, #4da3ff, #296fcb);
}

.cms-admin-status-fill.tone-report-ready {
    background: linear-gradient(90deg, #7a61ff, #4b36c6);
}

.cms-admin-status-fill.tone-cancelled,
.cms-admin-status-fill.tone-failed {
    background: linear-gradient(90deg, #ee5a74, #bf2441);
}

.cms-admin-status-fill.tone-city {
    background: linear-gradient(90deg, #003674, #003674);
}

.cms-admin-status-row b {
    color: #355575;
    font-size: 12px;
    text-align: right;
}

.cms-admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
}

.cms-admin-table th,
.cms-admin-table td {
    border-bottom: 1px solid #e4edf6;
    padding: 10px 8px;
    text-align: left;
    font-size: 13px;
}

.cms-admin-table th {
    color: #6e849c;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.cms-admin-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cms-admin-link {
    border: 0;
    background: transparent;
    color: #003674;
    padding: 0;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer;
}

.cms-admin-link.danger {
    color: #cc244b;
}

.cms-admin-table-compact {
    min-width: 100%;
}

.cms-admin-cell-sub {
    display: block;
    margin-top: 4px;
    color: #6e849c;
    font-size: 12px;
}

.cms-admin-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.cms-admin-badge.tone-pending {
    background: #fff2de;
    color: #b56900;
}

.cms-admin-badge.tone-confirmed {
    background: #e7f8ef;
    color: #0f7d58;
}

.cms-admin-badge.tone-reported {
    background: #eee9ff;
    color: #5a3fda;
}

.cms-admin-badge.tone-failed {
    background: #fff0f3;
    color: #bf2441;
}

.cms-admin-form {
    border-radius: 20px;
    border: 1px solid #d7e4f1;
    background: #fff;
    padding: 20px;
    display: grid;
    gap: 14px;
}

.cms-admin-form label {
    display: grid;
    gap: 7px;
}

.cms-admin-form-span-2 {
    grid-column: 1 / -1;
}

.cms-admin-form label span {
    color: #4f6882;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.cms-admin-form input,
.cms-admin-form select,
.cms-admin-form textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #d6e4f1;
    background: #f8fbff;
    color: #21476d;
    padding: 10px 12px;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    outline: none;
}

.cms-admin-form textarea {
    min-height: 340px;
    font-family:
        ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    line-height: 1.4;
}

.cms-admin-form textarea.cms-admin-textarea-standard {
    min-height: 130px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.cms-admin-form input:focus,
.cms-admin-form select:focus,
.cms-admin-form textarea:focus {
    border-color: #6ba8d8;
    box-shadow: 0 0 0 3px rgba(11, 95, 137, 0.13);
}

.cms-admin-form-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cms-admin-form-section {
    margin-top: 6px;
    padding-top: 4px;
    display: grid;
    gap: 12px;
}

.cms-admin-form-section-head h2 {
    margin: 0;
    color: #003674;
    font-size: 20px;
}

.cms-admin-form-section-head p {
    margin: 6px 0 0;
    color: #6e849c;
    font-size: 13px;
}

.cms-admin-table-wrap {
    overflow-x: auto;
}

.cms-admin-city-price-table {
    min-width: 820px;
}

.cms-admin-city-price-table input,
.cms-admin-city-price-table select {
    min-width: 140px;
    background: #f8fbff;
}

.cms-admin-banner-cell {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.cms-admin-banner-thumb {
    width: 120px;
    height: 52px;
    border-radius: 12px;
    border: 1px solid #d7e4f1;
    object-fit: cover;
    background: #f8fbff;
    flex-shrink: 0;
}

.cms-admin-banner-preview {
    width: 100%;
    max-width: 720px;
    border-radius: 18px;
    border: 1px solid #d7e4f1;
    background: #f8fbff;
    object-fit: cover;
}

.cms-admin-icon-stack {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cms-admin-icon-thumb {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid #d7e4f1;
    background: #f8fbff;
    object-fit: contain;
    padding: 6px;
}

.cms-admin-icon-thumb.secondary {
    background: #eef4fb;
}

.cms-admin-icon-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.cms-admin-preview-label {
    display: block;
    margin-bottom: 8px;
    color: #4f6882;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.cms-admin-icon-preview {
    width: 100%;
    max-width: 120px;
    aspect-ratio: 1;
    border-radius: 20px;
    border: 1px solid #d7e4f1;
    background: #f8fbff;
    object-fit: contain;
    padding: 12px;
}

.cms-admin-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(220px, 280px) auto;
    gap: 14px;
    align-items: end;
}

.cms-admin-toolbar-field {
    display: grid;
    gap: 7px;
}

.cms-admin-toolbar-field span {
    color: #4f6882;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.cms-admin-toolbar-field input,
.cms-admin-toolbar-field select {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #d6e4f1;
    background: #f8fbff;
    color: #21476d;
    padding: 10px 12px;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    outline: none;
}

.cms-admin-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cms-admin-pagination {
    margin-top: 16px;
}

@media (max-width: 1400px) {
    .site-shell {
        width: min(1320px, calc(100% - 32px));
    }

    .catalog-grid,
    .diag-grid,
    .audit-pack-grid,
    .review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-strip {
        width: 100%;
        justify-content: flex-start;
        gap: 16px;
        overflow-x: auto;
    }

    .service-highlight,
    .clinical-panel,
    .faq-block,
    .mission-band,
    .ndc-cta-band,
    .test-detail-main,
    .cart-layout,
    .tests-search,
    .tests-anchor-grid {
        grid-template-columns: 1fr;
    }

    .mission-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .ndc-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cms-admin-stats-grid,
    .cms-admin-analytics-grid,
    .cms-admin-detail-grid,
    .cms-admin-code-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cms-admin-toolbar {
        grid-template-columns: 1fr 240px;
    }

    .cms-admin-toolbar-actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1120px) {
    .site-shell {
        width: calc(100% - 24px);
    }

    .ndc-brandbar-inner {
        padding: 10px 0;
        justify-content: center;
        min-height: 0;
    }

    /* keep the wider logo inside narrow screens */
    .ndc-brand-compact img {
        width: min(230px, 62vw);
        max-height: 58px;
    }

    .ndc-brandbar-start,
    .ndc-brandbar-actions {
        justify-content: center;
    }

    .ndc-brandbar-actions {
        flex-wrap: wrap;
        gap: 10px 14px;
    }

    .ndc-home-switcher-link {
        min-height: 32px;
        padding: 0 12px;
    }

    .cms-admin-shell {
        grid-template-columns: 1fr;
    }

    .cms-admin-sidebar {
        position: static;
        min-height: auto;
        box-shadow: none;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .ndc-mainbar-inner {
        grid-template-columns: 1fr;
        padding: 10px 0;
    }

    .ndc-main-nav {
        flex-wrap: wrap;
        gap: 14px 24px;
    }

    .ndc-user-dropdown {
        right: auto;
        left: 0;
    }

    .ndc-city-dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-top: 4px;
        min-width: 100%;
        box-shadow: none;
    }

    .ndc-main-actions {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .hero-slab {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 360px;
    }

    .hero-slider-dots {
        left: 0;
    }

    .cms-admin-bar-chart {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .cms-admin-bar-chart.is-monthly {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .cms-admin-city-row {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .cms-admin-detail-grid,
    .cms-admin-code-grid,
    .cms-admin-kv-grid {
        grid-template-columns: 1fr;
    }

    .step-grid,
    .stat-row,
    .clinical-foot,
    .test-detail-meta,
    .test-detail-panels {
        grid-template-columns: 1fr;
    }

    .cms-admin-stagebar-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .cms-admin-account {
        justify-content: space-between;
    }
}

@media (max-width: 760px) {
    .site-shell {
        width: calc(100% - 14px);
    }

    .ndc-utilitybar,
    .ndc-brandbar {
        display: none;
    }

    .ndc-mainbar {
        position: sticky;
        top: 0;
        z-index: 120;
    }

    .ndc-main-nav {
        display: none;
    }

    .ndc-inline-search {
        width: 100%;
    }

    .ndc-main-actions {
        display: grid;
        grid-template-columns: 1fr auto auto;
        align-items: center;
    }

    .tests-pagination .narula-pagination {
        gap: 10px;
    }

    .tests-pagination .narula-pagination-meta {
        font-size: 13px;
        line-height: 1.4;
    }

    .tests-pagination .narula-pagination-links {
        gap: 6px;
    }

    .tests-pagination .narula-pagination-link {
        min-width: 38px;
        height: 38px;
        padding: 0 10px;
        border-radius: 11px;
        font-size: 13px;
        gap: 5px;
    }

    .tests-pagination .narula-pagination-link.is-nav {
        min-width: auto;
        padding-inline: 12px;
    }

    .tests-pagination .narula-pagination-link.is-gap {
        min-width: 38px;
    }

    .tests-pagination .narula-pagination-arrow {
        font-size: 14px;
    }

    .catalog-block,
    .services-block,
    .diag-block,
    .clinical-panel,
    .audit-block,
    .steps-block,
    .faq-block,
    .review-block {
        padding: 16px;
    }

    .hero-copy {
        padding: 16px;
    }

    .hero-pill {
        letter-spacing: 1px;
        font-size: 10px;
        padding: 7px 14px;
    }

    .hero-btn {
        min-width: 140px;
        padding: 11px 12px;
        font-size: 11px;
    }

    .hero-links-row,
    .hero-cta-row,
    .mission-metrics,
    .ndc-utility-left,
    .ndc-utility-right {
        gap: 10px;
    }

    .hero-metric-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hero-metric-row article {
        border-right: 0;
        border-top: 1px solid #d8e2ed;
        padding: 10px 0 0;
    }

    .catalog-grid,
    .service-strip,
    .diag-grid,
    .audit-pack-grid,
    .step-grid,
    .review-grid,
    .ndc-footer-grid,
    .internal-highlights,
    .internal-cards,
    .internal-split {
        grid-template-columns: 1fr;
    }

    .service-main-tabs {
        gap: 12px;
    }

    .service-main-tabs a {
        padding: 0 2px 12px;
        font-size: 11px;
    }

    .service-pill {
        min-height: 188px;
        flex-basis: 132px;
        border-radius: 24px;
        padding: 16px 10px 14px;
    }

    .service-group-shell {
        width: 100%;
    }

    .service-strip {
        width: 100%;
        justify-content: flex-start;
        gap: 12px;
        padding: 10px 2px 6px;
        overflow-x: auto;
    }

    .service-pill span {
        width: 56px;
        height: 56px;
        margin: 10px auto 18px;
        border-radius: 16px;
    }

    .service-icon-img {
        width: 26px;
        height: 26px;
    }

    .service-pill p {
        font-size: 12px;
        max-width: 100px;
    }

    .contact-person {
        right: 10px;
        bottom: 12px;
    }

    .icon-call,
    .icon-whatsapp {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .mini-package {
        grid-template-columns: 1fr;
    }

    .service-test-list {
        grid-template-columns: 1fr;
    }

    .mission-band {
        border-radius: 26px;
        padding: 20px;
    }

    .mission-actions a {
        min-width: 100%;
    }

    .ndc-footer-main {
        padding: 18px 0 12px;
    }

    .ndc-footer-social a {
        width: 42px;
        height: 42px;
        font-size: 13px;
    }

    .ndc-footer-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
    }

    .cms-admin-topbar-inner,
    .cms-admin-header,
    .cms-admin-form-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .cms-admin-stagebar,
    .cms-admin-main {
        padding-left: 14px;
        padding-right: 14px;
    }

    .cms-admin-toolbar {
        grid-template-columns: 1fr;
    }

    .cms-admin-toolbar-actions {
        grid-column: auto;
        width: 100%;
        flex-wrap: wrap;
    }

    .cms-admin-stats-grid,
    .cms-admin-analytics-grid {
        grid-template-columns: 1fr;
    }

    .cms-admin-status-row {
        grid-template-columns: 1fr;
    }

    .cms-admin-status-row b {
        text-align: left;
    }

    .tests-anchor-card {
        font-size: 22px;
        padding: 16px;
    }

    .tests-anchor-icon {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .cms-admin-account {
        flex-direction: column;
        align-items: flex-start;
    }

    .cms-admin-bar-chart {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cms-admin-bar-chart.is-monthly,
    .cms-admin-city-bars {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cart-step-head {
        flex-wrap: wrap;
    }

    .cart-slot-date-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cart-slot-time-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cart-slot-actions {
        grid-template-columns: 1fr;
    }

    .auth-card {
        padding: 16px;
    }

    .auth-logged {
        flex-direction: column;
        align-items: flex-start;
    }

    .auth-otp-grid {
        gap: 6px;
    }

    .auth-otp-box {
        font-size: 18px;
        padding: 10px 0;
    }

    .account-grid {
        grid-template-columns: 1fr;
    }

    .account-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .account-form-grid {
        grid-template-columns: 1fr;
    }
}

.rx-upload-box {
    max-width: 900px;
    margin: 0 auto 32px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #dbe4ef;
    padding: 28px;
    box-shadow: 0 14px 30px rgba(18, 53, 89, 0.08);
}

.rx-upload-box h2 {
    margin: 0 0 20px;
    color: #0b2a4d;
    font-size: 44px;
    line-height: 1.1;
}

.rx-inline-form,
.rx-main-form {
    display: grid;
    gap: 14px;
}

.rx-login-guard {
    display: grid;
    gap: 16px;
    justify-items: start;
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid #dbe4ef;
    background: #f7fbff;
}

.rx-login-guard p {
    margin: 0;
    color: #5d7793;
    font-size: 16px;
    line-height: 1.6;
}

.rx-field-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
}

.rx-main-form .rx-field-row {
    grid-template-columns: 1fr 1fr;
}

.contact-top-section {
    display: grid;
    grid-template-columns: minmax(340px, 480px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.contact-form-card {
    position: relative;
    overflow: hidden;
}

.contact-form-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #ec2558, #003674);
}

.internal-contact-form-block {
    display: grid;
    gap: 18px;
    padding: 28px;
    border: 1px solid #dbe4ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(10, 54, 94, 0.06);
}

.internal-contact-head {
    display: grid;
    gap: 8px;
}

.internal-contact-head h2,
.internal-contact-head p {
    margin: 0;
}

.internal-contact-head h2 {
    color: #003674;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.05;
}

.internal-contact-head p {
    color: #617b96;
    font-size: 16px;
}

.contact-form-submit {
    width: 100%;
}

.internal-contact-form {
    display: grid;
    gap: 18px;
}

.internal-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.internal-contact-form label {
    display: grid;
    gap: 8px;
}

.internal-contact-form span {
    color: #003674;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.internal-contact-form input,
.internal-contact-form textarea {
    width: 100%;
    border: 1px solid #d1dbe8;
    border-radius: 12px;
    padding: 14px 16px;
    color: #163556;
    background: #fdfefe;
    font-size: 15px;
    font-weight: 600;
    outline: 0;
}

.internal-contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.internal-contact-form input:focus,
.internal-contact-form textarea:focus {
    border-color: #003674;
    box-shadow: 0 0 0 3px rgba(0, 54, 116, 0.08);
}

.internal-contact-query {
    grid-column: 1 / -1;
}

.internal-contact-captcha {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
}

.internal-contact-captcha b {
    min-width: 88px;
    padding: 13px 14px;
    border-radius: 12px;
    background: #eef5fc;
    color: #003674;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}

.contact-overview-panel {
    display: grid;
    gap: 22px;
    padding: 32px;
    border: 1px solid #dbe4ee;
    border-radius: 24px;
    background:
        radial-gradient(
            circle at top right,
            rgba(236, 37, 88, 0.1),
            transparent 28%
        ),
        linear-gradient(160deg, #ffffff, #f4f9ff);
    box-shadow: 0 12px 28px rgba(10, 54, 94, 0.06);
}

.contact-overview-panel h1 {
    margin: 6px 0 0;
    color: #003674;
    font-size: clamp(34px, 3vw, 54px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.contact-overview-copy {
    margin: 0;
    max-width: 760px;
    color: #617b96;
    font-size: clamp(16px, 1.05vw, 20px);
    line-height: 1.55;
}

.contact-overview-actions {
    margin-top: 0;
}

.contact-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.contact-highlights article,
.contact-direct-grid article {
    border: 1px solid #dbe6f0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    padding: 18px;
}

.contact-highlights strong {
    display: block;
    color: #003674;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1;
}

.contact-highlights span {
    display: block;
    margin-top: 8px;
    color: #6f869f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-direct-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.contact-direct-grid h3,
.contact-direct-grid p {
    margin: 0;
}

.contact-direct-grid h3 {
    color: #003674;
    font-size: 18px;
    line-height: 1.2;
}

.contact-direct-grid p {
    margin-top: 8px;
    color: #607b97;
    font-size: 15px;
    line-height: 1.55;
}

.internal-centres-shell {
    display: grid;
    gap: 18px;
}

.internal-centres-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.internal-centres-tabs a {
    border: 1px solid #cfe0ec;
    border-radius: 999px;
    padding: 10px 18px;
    color: #1a7084;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.internal-centres-tabs a.is-active {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, #34c1bd, #0a468f);
    box-shadow: 0 12px 24px rgba(10, 70, 143, 0.18);
}

.internal-centres-grid {
    display: grid;
    gap: 22px;
}

.internal-centre-card {
    display: grid;
    gap: 28px;
    padding: 34px min(4vw, 44px);
    border-radius: 28px;
    background: #fff;
    border: 1px solid #d7e3ee;
    box-shadow: 0 10px 28px rgba(34, 72, 109, 0.14);
}

.internal-centre-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.internal-centre-brand {
    margin: 0;
    color: #33b8b6;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1;
    font-weight: 800;
}

.internal-centre-card h3 {
    margin: 10px 0 0;
    color: #31b9b4;
    font-size: clamp(18px, 1.6vw, 28px);
    line-height: 1.15;
}

.internal-centre-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.internal-centre-actions > a {
    color: #33b8b6;
    font-size: clamp(16px, 1.4vw, 22px);
    font-weight: 500;
}

.internal-centre-walkin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 122px;
    min-height: 62px;
    padding: 12px 20px;
    border-radius: 14px;
    background: linear-gradient(180deg, #34c0bf, #083f87);
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.internal-centre-meta {
    display: grid;
    gap: 28px;
}

.internal-centre-meta p,
.internal-centre-meta a {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    color: #0f4385;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.35;
}

.internal-centre-meta span {
    color: #31b9b4;
    font-size: 24px;
    line-height: 1;
}

.internal-centre-footer {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}

.internal-centre-footer a,
.internal-centre-footer span {
    color: #31b9b4;
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 800;
}

.internal-centres-empty {
    padding: 26px;
    border: 1px dashed #bed2e3;
    border-radius: 22px;
    background: #f7fbff;
}

.internal-centres-empty h3,
.internal-centres-empty p {
    margin: 0;
}

.internal-centres-empty p {
    margin-top: 10px;
    color: #607b97;
}

.rx-field-row input,
.rx-main-form textarea,
.rx-upload-field input {
    width: 100%;
    border: 1px solid #d1dbe8;
    border-radius: 10px;
    padding: 14px 16px;
    color: #1a2b44;
    font-weight: 600;
    font-size: 15px;
    background: #fff;
}

.rx-upload-field {
    display: grid;
    gap: 8px;
    font-size: 14px;
    color: #58708d;
    font-weight: 700;
}

.rx-upload-field input {
    border: 2px dashed #003674;
    background: #f4f8ff;
}

.rx-upload-label {
    pointer-events: none;
}

.rx-file-input {
    cursor: pointer;
}

.rx-submit-btn {
    width: 100%;
}

.rx-file-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 12px 0;
}

.rx-preview-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    max-width: 100px;
}

.rx-preview-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #d8e4f0;
}

.rx-preview-file-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f0fb;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    color: #003674;
    border: 1px solid #c5d8f0;
}

.rx-preview-name {
    font-size: 10px;
    color: #5a7a99;
    word-break: break-all;
    text-align: center;
    margin: 0;
}

/* Success toast */
.rx-toast-overlay {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    transition: opacity 0.4s ease;
}

.rx-toast {
    background: #003674;
    color: #fff;
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    min-width: 260px;
}

.rx-toast-icon {
    font-size: 18px;
    font-weight: 800;
    color: #6ee7b7;
}

.rx-toast p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    flex: 1;
}

.rx-toast-close {
    background: none;
    border: none;
    color: rgba(255,255,255,.7);
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

/* --- Home V2 premium layout --- */
.home2-shell {
    display: grid;
    gap: 36px;
    padding: 24px 0 56px;
}

.home2-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 26px;
    background:
        radial-gradient(
            circle at 22% 18%,
            rgba(216, 178, 92, 0.12),
            transparent 36%
        ),
        radial-gradient(
            circle at 75% 15%,
            rgba(224, 69, 85, 0.12),
            transparent 40%
        ),
        linear-gradient(135deg, #0c2c56, #061b37 62%);
    color: #f4f7fb;
    border-radius: 28px;
    padding: 44px 42px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 32px 70px rgba(6, 30, 65, 0.32);
}

.home2-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        140deg,
        rgba(224, 69, 85, 0.14),
        transparent 60%
    );
}

.home2-hero-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(224, 69, 85, 0.16);
    color: #ffd7de;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
}

.home2-hero h1 {
    margin: 0;
    font-size: clamp(38px, 4vw, 62px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.6px;
}

.home2-hero h1 span {
    color: #d8b25c;
}

.hero-desc {
    margin: 0;
    max-width: 640px;
    color: #dce7f6;
    line-height: 1.7;
}

.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 18px;
    border-radius: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    border: 1px solid transparent;
    transition:
        transform 0.15s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.hero-btn.primary {
    background: linear-gradient(135deg, #e04555, #d8b25c);
    color: #0b1f40;
    box-shadow: 0 12px 28px rgba(224, 69, 85, 0.28);
}

.hero-btn.ghost {
    border-color: rgba(244, 247, 251, 0.4);
    color: #f4f7fb;
    background: transparent;
}

.hero-btn.full {
    width: 100%;
    justify-content: center;
}

.hero-btn:hover {
    transform: translateY(-1px);
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 14px;
    margin-top: 8px;
}

.hero-meta article {
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    backdrop-filter: blur(6px);
}

.hero-meta strong {
    display: block;
    font-size: 20px;
    color: #fefefe;
}

.hero-meta span {
    display: block;
    color: #c6d5ec;
    font-size: 12px;
}

.hero-tagline {
    margin-top: 4px;
    color: #e5edff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.home2-hero-visual {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    background: #071d36;
    min-height: 380px;
    display: grid;
    place-items: center;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.06),
        0 18px 38px rgba(6, 30, 65, 0.28);
}

.home2-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-badge {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(10, 50, 100, 0.85);
    color: #f4f7fb;
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.home2-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: 18px;
}

.home2-grid.brand-first {
    align-items: center;
}

.home2-grid.split .panel {
    min-height: 100%;
}

.brand-card {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    background: linear-gradient(135deg, #0c2c56, #0a2246);
    color: #f7f9fc;
    box-shadow: 0 18px 34px rgba(7, 37, 74, 0.18);
    display: grid;
    gap: 14px;
}

.brand-card h3 {
    margin: 0;
    font-size: 20px;
}

.brand-card ol {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 8px;
    color: #d7e4f9;
}

.brand-bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.brand-bullets span {
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(11, 50, 100, 0.08);
    color: #0b3264;
    font-weight: 700;
    border: 1px solid #dbe4f2;
}

.panel.shadow {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    border: 1px solid #e1e9f2;
    box-shadow: 0 16px 34px rgba(12, 45, 84, 0.1);
    display: grid;
    gap: 12px;
}

.chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip-row span {
    padding: 8px 12px;
    border-radius: 10px;
    background: #f4f7fb;
    border: 1px solid #dbe4f2;
    color: #0b3264;
    font-weight: 700;
    font-size: 12px;
}

.home2-section {
    display: grid;
    gap: 18px;
    padding: 10px 0;
}

.section-head.center {
    text-align: center;
}

.section-head h2 {
    margin: 6px 0 0;
    color: #ea2e58;
}

.doctor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.doctor-grid article {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e1e9f2;
    box-shadow: 0 14px 30px rgba(9, 32, 68, 0.1);
    padding: 14px;
    text-align: center;
}

.doctor-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
}

.doctor-grid h4 {
    margin: 0;
    color: #0b3264;
}

.doctor-grid p {
    margin: 4px 0 0;
    color: #4f6784;
    font-weight: 700;
}

.equipment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.equipment-grid article {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e3e9f0;
    padding: 12px;
    text-align: center;
    box-shadow: 0 12px 26px rgba(10, 40, 78, 0.08);
}

.equip-img {
    width: 100%;
    height: 140px;
    border-radius: 12px;
    background: #f7f9fc;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.equip-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.equipment-grid p {
    margin: 0;
    color: #0b3264;
    font-weight: 700;
    font-size: 14px;
}

.cta-premium {
    background: linear-gradient(135deg, #0b3264, #0a2550);
    color: #f4f7fb;
    padding: 28px 24px;
    border-radius: 22px;
    box-shadow: 0 26px 56px rgba(6, 30, 65, 0.34);
}

.cta-premium h2 {
    color: #fefefe;
    margin: 8px 0 10px;
}

.cta-premium .lead {
    color: #d8e2f3;
    margin: 0 0 14px;
}

.home2-grid.split {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.marquee-strip {
    background: #d8b25c;
    color: #0b1f40;
    padding: 10px 0;
    overflow: hidden;
}

.marquee-inner {
    display: inline-flex;
    gap: 22px;
    animation: marquee 22s linear infinite;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.marquee-inner .dot {
    opacity: 0.6;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.heritage-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: 20px;
    background: #f8f5ee;
    border: 1px solid #e6dfd1;
    border-radius: 20px;
    padding: 22px;
}

.heritage-num {
    font-size: clamp(72px, 10vw, 120px);
    color: rgba(11, 50, 100, 0.08);
    font-weight: 800;
    line-height: 0.9;
}

.heritage-section h2 {
    margin: 8px 0 12px;
    color: #0b3264;
}

.heritage-body {
    margin: 0 0 14px;
    color: #5b6672;
    line-height: 1.7;
}

.heritage-quote {
    border: 1px solid #e6dfd1;
    background: #fff;
    padding: 14px;
    border-radius: 12px;
    position: relative;
}

.heritage-quote::before {
    content: "“";
    position: absolute;
    top: -12px;
    left: 12px;
    font-size: 40px;
    color: #d8b25c;
    opacity: 0.5;
}

.hq-text {
    margin: 0 0 8px;
    color: #0b3264;
    font-weight: 700;
}

.hq-source {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7c735f;
}

.heritage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}

.h-cell {
    background: #fff;
    border: 1px solid #e6dfd1;
    border-radius: 14px;
    padding: 12px;
    text-align: center;
}

.h-cell-num {
    margin: 0;
    color: #0b3264;
    font-size: 28px;
    font-weight: 800;
}

.h-cell-lbl {
    font-size: 12px;
    color: #5b6672;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.standards-strip {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #0b3264;
    color: #f4f7fb;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 16px 36px rgba(6, 30, 65, 0.26);
}

.std-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.std-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #d8b25c;
}

.std-label {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #c9d7f3;
}

.std-val {
    font-weight: 800;
    color: #fff;
}

.std-sep {
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.12);
}

.philosophy {
    background: linear-gradient(135deg, #0b3264, #0a2550);
    color: #f4f7fb;
    padding: 26px;
    border-radius: 20px;
    box-shadow: 0 22px 44px rgba(6, 30, 65, 0.3);
    display: grid;
    gap: 18px;
}

.philosophy .section-sub.light {
    color: rgba(244, 247, 251, 0.72);
}

.pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.pillars article {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px;
}

.pillars h4 {
    margin: 0 0 8px;
    color: #fefefe;
}

.pillars p {
    margin: 0;
    color: rgba(244, 247, 251, 0.75);
}

.locations {
    display: grid;
    gap: 16px;
}

.loc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
}

.loc-card {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 16px 34px rgba(12, 45, 84, 0.1);
    display: grid;
    gap: 8px;
}

.lc-city {
    margin: 0;
    color: #d8b25c;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
}

.loc-card h3 {
    margin: 0;
    color: #0b3264;
}

.lc-addr {
    margin: 0;
    color: #5b6672;
}

.lc-phone {
    margin: 0;
    color: #0b3264;
    font-weight: 800;
}

.lc-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.lc-btn {
    flex: 1;
    text-align: center;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #dbe4f0;
    font-weight: 800;
    color: #0b3264;
}

.lc-btn.prim {
    background: linear-gradient(135deg, #e04555, #d8b25c);
    color: #0b1f40;
    border-color: transparent;
}

.testimonials .test-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
}

.testimonials .test-grid article {
    padding: 16px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e1e9f2;
    box-shadow: 0 14px 30px rgba(9, 32, 68, 0.1);
}

.tc-text {
    margin: 0 0 12px;
    color: #0b3264;
    font-weight: 700;
    line-height: 1.6;
}

.tc-auth {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #4f6784;
    font-weight: 700;
}

@media (max-width: 900px) {
    .heritage-section {
        grid-template-columns: 1fr;
    }

    .standards-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .std-sep {
        display: none;
    }

    .equipment-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}

@media (max-width: 900px) {
    .contact-top-section,
    .contact-highlights,
    .contact-direct-grid {
        grid-template-columns: 1fr;
    }

    .contact-overview-panel {
        padding: 24px;
    }

    .rx-upload-box h2 {
        font-size: 32px;
    }

    .rx-field-row,
    .rx-main-form .rx-field-row {
        grid-template-columns: 1fr;
    }

    .internal-contact-grid {
        grid-template-columns: 1fr;
    }

    .internal-centre-head {
        grid-template-columns: 1fr;
        display: grid;
    }

    .internal-centre-actions {
        justify-content: flex-start;
    }

    .internal-centre-meta p,
    .internal-centre-meta a {
        font-size: 18px;
    }

    .internal-centre-footer a,
    .internal-centre-footer span {
        font-size: 18px;
    }

    .home2-hero {
        grid-template-columns: 1fr;
    }

    .home2-hero-visual {
        min-height: 280px;
    }

    .home2-grid {
        grid-template-columns: 1fr;
    }

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

/* forntend css */
.location-wrapper {
    position: relative;
    display: inline-block;
}

.location-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.location-wrapper.active .dropdown-arrow {
    transform: rotate(180deg);
}

.location-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f2f2f2;
    min-width: 220px;
    border-radius: 15px;
    padding: 15px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
}

.location-wrapper.active .location-dropdown {
    display: block;
}

.location-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.location-dropdown li {
    padding: 12px 20px;
}

.location-dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.location-dropdown a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: space-between;
}

.icon-location-down {
    color: #bc0b0b;
    font-size: 14px;
}

.ndc-nav-item {
    position: relative;
}

.nav-arrow {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.ndc-nav-item.open .nav-arrow {
    transform: rotate(180deg);
}

/* Dropdown default hidden */
.ndc-city-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    padding: 15px 0;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
}

/* Show dropdown when open */
.ndc-nav-item.open .ndc-city-dropdown {
    display: block;
}

.ndc-city-dropdown a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

.ndc-city-dropdown a:hover {
    background: #f5f5f5;
}

.hero-visual {
    position: relative;
    width: 100%;
}

.patient-ills .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.patient-ills .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.patient-ills .swiper-pagination-bullet-active {
    opacity: 1;
}
.icon-svg {
    filter: brightness(0) invert(1);
}

.icon-cart {
    filter: brightness(0) saturate(100%) invert(45%) sepia(11%) saturate(814%)
        hue-rotate(180deg) brightness(92%) contrast(87%);
    width: 20px;
}

.icon-search {
    filter: brightness(0) saturate(100%) invert(45%) sepia(11%) saturate(814%)
        hue-rotate(180deg) brightness(92%) contrast(87%);
    width: 20px;
}

.search-icon {
    position: absolute;
    top: 7px;
    left: 9px;
}

.clock-tag img {
    width: 36px;
    filter: brightness(0) saturate(100%) invert(39%) sepia(83%) saturate(747%)
        hue-rotate(310deg) brightness(95%) contrast(101%);
}

.info-dot img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(69%) sepia(11%) saturate(469%)
        hue-rotate(180deg) brightness(95%) contrast(90%);
}

.contact-person {
    position: fixed;
    right: 14px;
    bottom: 18px;
    top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 130;
}

.contact-person a {
    display: inline-flex;
}

.icon-call,
.icon-whatsapp {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(10, 52, 90, 0.16);
}

.footer-link a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.ndc-footer-main .footer-link a:hover {
    padding-left: 4px;
}
.ndc-footer-main .footer-address a:hover,
.ndc-footer-main a.footer-contact-link:hover {
    padding-left: 0;
}

.ndc-socials a {
    font-weight: 600;
    font-size: 14px;
}

.icon-footer {
    background: rgba(255,255,255,0.08);
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 10px;
}

.footer-address {
    display: flex;
    align-items: start;
}

.footer-address p {
    width: 85%;
}

.icon-footer img {
    filter: brightness(0) invert(1);
    opacity: 0.7;
    width: 18px;
}

/* forntend css */

@media screen and (max-width: 575px) {
    .ndc-main.ndc-main-internal {
        --ndc-internal-top-gap: 16px;
        --ndc-internal-inline-gutter: 40px;
        padding-top: var(--ndc-internal-top-gap);
        padding-bottom: 34px;
    }

    .ndc-main.ndc-main-internal .site-shell,
    .ndc-main.ndc-main-internal .v3-shell {
        width: min(1440px, calc(100% - var(--ndc-internal-inline-gutter)));
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .ndc-mainbar-inner {
        gap: 6px;
        align-items: stretch;
        min-height: 0;
        padding-block: 6px;
    }

    .phone-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .phone-logo {
        display: flex;
        flex: 0 1 auto;
        flex-direction: column;
        gap: 4px;
        max-width: 190px;
    }

    .phone-logo a {
        display: block;
    }

    .phone-logo img {
        width: auto;
        max-width: 100%;
        height: 54px;
        object-fit: contain;
    }

    .ndc-home-switcher-mobile {
        gap: 4px;
    }

    .ndc-home-switcher-mobile .ndc-home-switcher-link {
        min-height: 24px;
        padding: 0 8px;
        font-size: 9px;
        letter-spacing: 0.3px;
        box-shadow: none;
    }

    .phone-humber {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
        flex: 0 0 auto;
    }

    .ndc-mobile-search-wrap {
        display: block;
        width: 100%;
        grid-column: 1 / -1;
        padding-bottom: 6px;
    }

    .ndc-mobile-search {
        width: 100%;
        border-radius: 16px;
        border-color: #d2dce7;
        background: #f8fbff;
        box-shadow: 0 8px 18px rgba(8, 46, 84, 0.08);
    }

    .ndc-mobile-search input {
        min-height: 44px;
        padding: 12px 14px 12px 40px;
        font-size: 14px;
    }

    .ndc-mobile-search .ndc-search-dropdown {
        top: calc(100% + 6px);
        z-index: 200;
    }

    .phone-login,
    .phone-cart,
    .phone-humbuger {
        flex: 0 0 auto;
    }

    .phone-lang {
        flex: 0 0 auto;
    }

    .tests-pagination .narula-pagination-meta {
        font-size: 12px;
    }

    .tests-pagination .narula-pagination-links {
        justify-content: center;
    }

    .tests-pagination .narula-pagination-link {
        min-width: 34px;
        height: 34px;
        padding: 0 8px;
        border-radius: 10px;
        font-size: 12px;
    }

    .tests-pagination .narula-pagination-link.is-nav {
        padding-inline: 10px;
    }

    .tests-pagination .narula-pagination-arrow {
        font-size: 12px;
    }

    .ndc-locale-switch.mobile {
        padding: 3px;
        gap: 2px;
    }

    .ndc-locale-switch.mobile a {
        min-width: 31px;
        padding: 6px 8px;
        font-size: 10px;
        letter-spacing: 0.4px;
    }

    .mobile-login-pill {
        width: 48px;
        height: 38px;
        padding: 0;
        color: #6a7e94;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #d8e1ea;
        border-radius: 11px;
        background: #fff;
    }

    .mobile-user-trigger {
        position: relative;
    }

    .mobile-user-trigger i {
        font-size: 17px;
        line-height: 1;
    }

    .mobile-user-menu {
        position: relative;
    }

    .mobile-user-dropdown {
        width: min(240px, calc(100vw - 24px));
        top: calc(100% + 8px);
        right: 0;
        left: auto;
        max-width: calc(100vw - 24px);
        padding: 8px 0;
        border-radius: 12px;
        box-shadow: 0 16px 28px rgba(10, 52, 90, 0.18);
    }

    .mobile-user-dropdown .ndc-user-item {
        padding: 10px 14px;
        font-size: 12px;
    }

    .phone-cart {
        margin-right: 10px;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #003674;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

    .sidenav-form {
        margin: 0;
    }

    .sidenav-link-btn {
        width: 100%;
        border: 0;
        background: transparent;
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        display: block;
        text-align: left;
        transition: 0.3s;
    }

    .sidenav a:hover,
    .sidenav-link-btn:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .service-highlight-offer h3 {
        font-size: 22px;
    }
    .ndc-cta-copy h2,
    .ndc-cta-copy h3 {
        font-size: 28px;
    }
    .faq-right summary {
        font-size: 20px;
    }
    .faq-right p {
        font-size: 16px;
    }
    .faq-left > p {
        font-size: 16px;
    }
    .faq-left h2 {
        font-size: 27px;
    }
    .audit-pack h3 {
        font-size: 20px;
    }
    .catalog-head h2,
    .diag-head h2,
    .services-block h2,
    .audit-block h2,
    .steps-block h2,
    .review-block h2 {
        font-size: 29px;
    }
    .stat-card strong {
        font-size: 38px;
    }
    .clinical-left h2 {
        font-size: 30px;
    }
    .clinical-left > p {
        font-size: 16px;
    }
    .clinical-foot h4 {
        font-size: 20px;
    }

    .diag-grid h3 {
        font-size: 24px;
    }
    .audit-price {
        font-size: 40px;
    }
    .service-highlight-offer strong {
        font-size: 30px;
    }
    .service-highlight-offer small {
        font-size: 10px;
    }
    .service-highlight-offer p {
        font-size: 10px;
    }
}

@media (max-width: 640px) {
    .cms-admin-auth-body {
        padding: 16px;
    }

    .cms-admin-auth-card {
        border-radius: 24px;
        padding: 24px 18px;
    }
}

header .logo img,
header a img[alt="Narula Diagnostics"] {
    mix-blend-mode: multiply;
}

/* Full-page loader using Narula's diagnostic-facilities wheel. */
.ndc-page-loader {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    background: #fff;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease, visibility .3s ease;
}

.ndc-page-loader img {
    width: min(78vw, 390px);
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    animation: ndc-loader-pulse 1.25s ease-in-out infinite alternate;
}

.ndc-page-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@keyframes ndc-loader-pulse {
    from { transform: scale(.97); opacity: .82; }
    to { transform: scale(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .ndc-page-loader,
    .ndc-page-loader img {
        animation: none;
        transition: none;
    }
}

/* ── city picker modal ───────────────────────────────────── */
.ndc-city-dialog {
    width: min(640px, 100%);
    text-align: center;
    padding: 36px 40px 40px;
}

.ndc-city-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.ndc-city-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 30px 18px;
    border-radius: 14px;
    border: 1px solid #d4e1ed;
    background: #f6faff;
    color: #003674;
    text-decoration: none;
    font-weight: 600;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.ndc-city-option:hover,
.ndc-city-option:focus-visible {
    border-color: #0a7cbd;
    background: #eaf4fd;
    transform: translateY(-2px);
}

.ndc-city-option-icon {
    font-size: 28px;
    color: #0a7cbd;
}

.ndc-city-option-name {
    font-size: 16px;
    letter-spacing: .04em;
}
