/* Generado por tools/split-css.php desde app.css. No editar a mano:
   los cambios van en app.css y despues se vuelve a ejecutar el script. */


/* ============ HERO ULTRA PREMIUM (ASYMMETRIC) ============ */
.hero-ultra {
    position: relative;
    min-height: calc(100vh - 110px);
    background: var(--navy);
    overflow: hidden;
}

.hero-ultra-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.25rem;
    border-radius: 999px;
    background: rgba(111, 180, 63, 0.15);
    border: 1px solid rgba(111, 180, 63, 0.3);
    padding: .4rem 1rem;
    color: var(--green);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.ultra-stat {
    display: flex;
    flex-direction: column;
}

.btn-glow {
    box-shadow: 0 0 24px rgba(111, 180, 63, 0.4);
}
.btn-glow:hover {
    box-shadow: 0 0 32px rgba(111, 180, 63, 0.6);
}

.hero-ultra-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: slowZoom 25s ease-out forwards;
}

/* --- Floating Dock --- */
.hero-ultra-dock-container {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
    pointer-events: none; /* Let clicks pass through container */
}

.ultra-dock-item:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--green);
}

.ultra-dock-item i {
    opacity: 0.8;
}
@media (max-width: 992px) {
    .hero-ultra {
        min-height: auto;
    }
}


.finder-head {
    max-width: 760px;
    margin: 0 auto 2rem;
    text-align: center;
}

.finder-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: none;
    border-radius: 999px;
    background: rgba(111, 180, 63, 0.1);
    padding: .4rem 1.1rem;
    color: var(--green);
    font-size: .75rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.finder-kicker svg {
    color: var(--green);
}

.finder-head p {
    margin-top: 1rem;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.6;
}

.finder-search:focus-within {
    border-color: #cbd5e1;
    box-shadow: 0 12px 32px rgba(38, 33, 97, .08);
}

.finder-search>svg {
    color: #94a3b8;
}
.finder-search input::placeholder {
    color: #cbd5e1;
    font-weight: 500;
}

.finder-clear {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(2, 6, 23, .04);
    color: var(--navy);
    transition: background .2s ease;
}

.finder-clear:hover {
    background: rgba(2, 6, 23, .08);
}

.finder-submit:hover {
    background: var(--navy-2);
    transform: translateY(-1px);
}

.clinical-chip:hover {
    background: #fff;
    border-color: var(--navy);
    box-shadow: 0 10px 24px rgba(38, 33, 97, .06);
    transform: translateY(-2px);
}

.clinical-chip i {
    color: var(--navy);
    opacity: 0.7;
    transition: opacity .2s ease;
}
.clinical-chip:hover i {
    opacity: 1;
}

.care-results {
    margin-top: 1.5rem;
    display: none;
    flex-direction: column;
    gap: 1.5rem;
    max-height: 540px;
    overflow: auto;
    border-top: 1px solid #ede7dd;
    padding-top: 1.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.care-results::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.care-group-list {
    display: grid;
    gap: .6rem;
}

.care-result--doctor {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    background: #fff;
    border-color: #ece5da;
}

.care-result--doctor:hover {
    background: linear-gradient(135deg, #fff, #f4faf0);
    box-shadow: 0 14px 28px rgba(38, 33, 97, .08);
}

.care-result--doctor img {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    object-fit: cover;
    object-position: center top;
    background: #f3eee6;
}

.care-result--doctor span {
    display: grid;
    gap: .2rem;
    min-width: 0;
}

.care-result--doctor strong {
    color: var(--navy);
    font-size: .92rem;
    font-weight: 950;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.care-result--doctor small {
    grid-column: auto;
    color: var(--green);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .02em;
}

.care-result--doctor>svg {
    color: var(--navy);
    transition: transform .2s ease;
}

.care-result--doctor:hover>svg {
    transform: translate(2px, -2px);
    color: var(--green);
}

.care-empty {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    border: none;
    border-radius: 16px;
    background: #fff0f0;
    padding: 1.25rem;
    color: #d92d20;
    font-size: .95rem;
    font-weight: 700;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(217, 45, 32, 0.15);
}

.care-empty svg {
    color: #d92d20;
}

.care-intelligence>div span {
    color: var(--green);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.care-intelligence>div strong {
    display: block;
    margin-top: .35rem;
    color: var(--navy);
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.35;
}

.care-intelligence article b {
    display: block;
    color: var(--navy);
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: 1.6rem;
    font-weight: 950;
}

.care-intelligence article span {
    display: block;
    color: #403c36;
    font-size: .82rem;
    font-weight: 900;
}

.care-intelligence article small {
    display: block;
    margin-top: .3rem;
    color: #6f6d68;
    font-size: .74rem;
    line-height: 1.35;
}

.section-center {
    display: flex;
    justify-content: center;
    text-align: center;
}

.premium-checks {
    margin-top: 1.75rem;
    display: grid;
    gap: .85rem;
}

.premium-checks li {
    position: relative;
    padding-left: 1.8rem;
    color: #403c36;
    font-size: .96rem;
    font-weight: 750;
    line-height: 1.55;
}

.premium-checks li::before {
    position: absolute;
    left: 0;
    top: .12rem;
    content: "✓";
    color: var(--green);
    font-weight: 950;
}

.clinical-mosaic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.clinical-mosaic figure:hover img {
    transform: scale(1.04);
}

.clinical-mosaic figcaption {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    padding: 1.6rem 1rem .85rem;
    background: linear-gradient(180deg, transparent, rgba(2, 6, 23, .72));
    color: #fff;
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .01em;
}

.clinical-mosaic figcaption small {
    display: block;
    margin-top: .15rem;
    color: rgba(255, 255, 255, .78);
    font-size: .7rem;
    font-weight: 750;
    letter-spacing: 0;
}

.mosaic-main img {
    object-position: center;
}

.featured-service svg {
    color: var(--navy);
}

.featured-service h3 {
    margin-top: 1.15rem;
    color: var(--navy);
    font-size: 1.03rem;
    font-weight: 950;
}

.featured-service p {
    margin-top: .55rem;
    color: #6f6d68;
    font-size: .9rem;
    line-height: 1.55;
}

.link-action {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-top: 1rem;
    color: var(--navy);
    font-size: .83rem;
    font-weight: 950;
}

.directory-intro {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(145deg, var(--navy), #1d1958);
    padding: 1.6rem;
    color: #fff;
    box-shadow: 0 18px 42px rgba(38, 33, 97, .18);
}

.directory-intro::after {
    position: absolute;
    right: -3rem;
    bottom: -3rem;
    height: 10rem;
    width: 10rem;
    content: "";
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
}

.directory-intro h3 {
    margin-top: .65rem;
    color: #fff;
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: clamp(1.55rem, 2.2vw, 2.35rem);
    font-weight: 950;
    line-height: 1.1;
}

.directory-intro span {
    display: block;
    margin-top: 1rem;
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
}

.directory-intro-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1.5rem;
    color: #fff;
    font-size: .86rem;
    font-weight: 950;
}

.directory-card-head {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: .85rem;
    align-items: start;
}

.directory-card-head>span {
    display: flex;
    height: 42px;
    width: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f0f7ec;
    color: var(--green);
}

.capability-section {
    overflow: hidden;
    background:
        linear-gradient(90deg, #f7f3ec 0%, #fff 62%),
        radial-gradient(circle at 82% 20%, rgba(111, 180, 63, .12), transparent 26rem);
    padding: 5.75rem 0;
}

.capability-copy {
    position: relative;
    z-index: 1;
}

.capability-stats {
    margin-top: 1.6rem;
    display: grid;
    gap: .7rem;
}

.capability-stats article {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: .85rem;
    border-bottom: 1px solid #e8e1d6;
    padding-bottom: .7rem;
}

.capability-stats strong {
    color: var(--green);
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: 1.65rem;
    font-weight: 950;
    line-height: 1;
}

.capability-stats span {
    color: #57534c;
    font-size: .88rem;
    font-weight: 800;
    line-height: 1.35;
}

.capability-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.capability-photo::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 42%, rgba(11, 18, 43, .78));
}

.capability-photo figcaption {
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    bottom: 1rem;
    z-index: 1;
    color: #fff;
}

.capability-photo strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 950;
}

.capability-photo span {
    display: block;
    margin-top: .35rem;
    color: rgba(255, 255, 255, .76);
    font-size: .82rem;
    line-height: 1.45;
}

.journey-section {
    background: #fff;
    padding: 5rem 0 1rem;
}

.journey-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--navy);
}

.journey-top span {
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: 1.65rem;
    font-weight: 950;
}

.journey-top svg {
    color: var(--green);
}

.patient-panel-intro {
    background: var(--navy);
    padding: 2rem;
    color: #fff;
}

.patient-panel-intro h3 {
    margin-top: .8rem;
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.08;
}

.patient-panel-intro p {
    margin-top: 1rem;
    color: rgba(255, 255, 255, .75);
    line-height: 1.75;
}

.patient-list h4 {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: var(--navy);
    font-size: 1.03rem;
    font-weight: 950;
}

.patient-list ol {
    margin-top: 1rem;
    display: grid;
    gap: .7rem;
    counter-reset: patient;
}

.patient-list li {
    position: relative;
    padding-left: 1.45rem;
    color: #6f6d68;
    font-size: .86rem;
    line-height: 1.5;
}

.patient-list li::before {
    position: absolute;
    left: 0;
    counter-increment: patient;
    content: counter(patient);
    color: var(--green);
    font-weight: 950;
}

.tour-section {
    padding: 0 0 5rem;
    background: #fff;
}

.tour-copy {
    padding: clamp(2rem, 4vw, 3rem);
}

.tour-copy p {
    color: var(--green);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tour-copy h2 {
    margin-top: .8rem;
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 900;
    line-height: 1.08;
}

.tour-copy span {
    display: block;
    margin-top: 1rem;
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
}

.tour-video::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(38, 33, 97, .28), transparent);
    pointer-events: none;
}

.gallery-title {
    margin-top: .45rem;
    color: var(--navy);
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    font-weight: 900;
}

.gallery-nav {
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e1d6;
    border-radius: 999px;
    color: var(--navy);
}

.gallery-nav:hover {
    background: #f4f0e9;
}

.gallery-rail {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: .25rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

.gallery-rail::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}

.gallery-card {
    position: relative;
    min-width: min(330px, 82vw);
    height: 230px;
    overflow: hidden;
    scroll-snap-align: start;
    border-radius: 8px;
    background: #e8e1d6;
    text-align: left;
}

.gallery-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.gallery-card:hover img {
    transform: scale(1.05);
}

.gallery-card span {
    position: absolute;
    inset: auto 0 0;
    padding: 3rem 1rem 1rem;
    background: linear-gradient(180deg, transparent, rgba(2, 6, 23, .8));
    color: #fff;
}

.mobile-actionbar a:active {
    background: rgba(38, 33, 97, 0.07);
    color: var(--navy-2);
}

.mobile-actionbar button:active {
    transform: scale(0.97);
    filter: brightness(0.96);
}

.command-panel {
    width: min(100%, 820px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 34px 90px rgba(2, 6, 23, .35);
}

.command-search {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .85rem;
    border-bottom: 1px solid #e4ebf3;
    padding: 1rem 1.1rem;
    color: var(--navy);
}

.command-search input {
    min-height: 46px;
    outline: none;
    color: #1c1a17;
    font-size: 1rem;
    font-weight: 750;
}

.command-search button {
    display: flex;
    height: 38px;
    width: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #6f6d68;
}

.command-search button:hover {
    background: #f4f0e9;
    color: var(--navy);
}

.command-content h2 {
    color: var(--navy);
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: 1.55rem;
    font-weight: 950;
    line-height: 1.1;
}

.command-content p {
    margin-top: .7rem;
    color: #6f6d68;
    line-height: 1.65;
}

.command-results {
    display: grid;
    gap: .55rem;
}

.command-results a,
.command-results button {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .85rem;
    align-items: center;
    border: 1px solid #e4ebf3;
    border-radius: 8px;
    background: #fff;
    padding: .85rem;
    text-align: left;
    color: var(--navy);
}

.command-results a:hover,
.command-results button:hover {
    background: #f8fafc;
    border-color: rgba(111, 180, 63, .48);
}

.command-results svg {
    color: var(--green);
}

.command-results strong {
    display: block;
    font-size: .92rem;
    font-weight: 950;
}

.command-results small {
    display: block;
    margin-top: .2rem;
    color: #6f6d68;
    font-size: .78rem;
    line-height: 1.35;
}

.lightbox-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.doctor-directory-head.compact {
    align-items: flex-start;
}
@media (max-width: 1180px) {

    .featured-service:nth-child(3n) {
        border-right: 0;
    }
}


/* ===== Home news preview band ===== */
.home-news-band {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    padding: clamp(4rem, 6vw, 5rem) 0;
}

.home-news-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2.25rem;
}

.home-news-head span {
    display: block;
    margin-top: .75rem;
    max-width: 560px;
    color: #6f6d68;
    line-height: 1.7;
}


/* ====== Liderazgo Institucional ====== */
.leadership-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(4rem, 6vw, 6rem) 0;
    color: #fff;
}

.leadership-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(70% 70% at 84% 8%, rgba(111, 180, 63, .28), transparent 60%),
        radial-gradient(60% 60% at 8% 92%, rgba(111, 180, 63, .12), transparent 60%),
        linear-gradient(135deg, #14123f 0%, #1c1856 45%, #262161 100%);
}

.leadership-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse at center, #000 25%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 75%);
}

.leadership-head {
    max-width: 720px;
    margin: 0 auto 2.75rem;
    text-align: center;
}

.leadership-kicker {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    padding: .45rem 1rem;
    color: #fff;
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.leadership-kicker svg {
    color: #b6f0a3;
}

.leadership-head h2 {
    margin-top: 1.1rem;
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: clamp(2rem, 3.6vw, 3.1rem);
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: -.015em;
    color: #fff;
}

.leadership-head p {
    margin: 1rem auto 0;
    max-width: 620px;
    color: rgba(255, 255, 255, .78);
    font-size: 1rem;
    line-height: 1.7;
}

.leader-portrait picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}

.leader-portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.leader-portrait-badge {
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #fff;
    color: #6fb43f;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .25);
}

.leader-meta {
    min-width: 0;
}

.leader-meta h3 {
    margin-top: .85rem;
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: clamp(1.55rem, 2.4vw, 2.1rem);
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #fff;
}

.leadership-bridge {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 720px;
    margin: clamp(2.5rem, 4vw, 3.25rem) auto clamp(1.75rem, 3vw, 2.25rem);
}

.bridge-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent);
}

.bridge-label {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem 1rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .85);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.bridge-label svg {
    color: #b6f0a3;
}

.gerencia-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(111, 180, 63, .2);
    border: 1px solid rgba(111, 180, 63, .35);
    color: #b6f0a3;
}

/* ====== Premium CTA band (landing) ====== */
.cta-band {
    background: #fff;
    padding: clamp(3rem, 5vw, 5rem) 0;
}

.cta-panel-glow {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(60% 60% at 92% 8%, rgba(111, 180, 63, .35), transparent 60%),
        radial-gradient(50% 50% at 6% 95%, rgba(111, 180, 63, .18), transparent 60%);
}

.cta-panel-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    padding: .4rem .85rem;
    color: #fff;
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.cta-panel-kicker svg {
    color: #b6f0a3;
}

.cta-panel-copy p {
    margin-top: 1rem;
    color: rgba(255, 255, 255, .82);
    line-height: 1.7;
    font-size: 1rem;
    max-width: 620px;
}

.cta-panel-points {
    margin-top: 1.4rem;
    display: grid;
    gap: .6rem;
}

.cta-panel-points li {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: rgba(255, 255, 255, .9);
    font-size: .9rem;
    font-weight: 750;
}

.cta-panel-points svg {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(111, 180, 63, .85);
    color: #fff;
    padding: 4px;
    flex-shrink: 0;
}

.cta-panel-actions {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.cta-phone {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .08);
    padding: 1rem 1.15rem;
    color: #fff;
    transition: background .2s ease, border-color .2s ease;
}

.cta-phone:hover {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .4);
}

.cta-phone-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(111, 180, 63, .85);
    color: #fff;
}

.cta-phone small {
    display: block;
    color: rgba(255, 255, 255, .65);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.cta-phone strong {
    display: block;
    margin-top: .1rem;
    color: #fff;
    font-family: "Outfit", "Inter", sans-serif;
    font-size: 1.25rem;
    font-weight: 950;
}

.cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 50px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
    color: #fff;
    font-size: .9rem;
    font-weight: 950;
    transition: background .2s ease, border-color .2s ease;
}

.cta-secondary:hover {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .42);
}

.cta-secondary svg {
    color: #b6f0a3;
}

/* ====== Featured doctors (landing) ====== */
.featured-doctors {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    padding: clamp(4rem, 6vw, 5.5rem) 0;
}

.featured-doctors-head span {
    display: block;
    margin-top: .75rem;
    max-width: 560px;
    color: #6f6d68;
    line-height: 1.7;
}

.featured-doctor {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #ece5da;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(38, 33, 97, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.featured-doctor:hover {
    transform: translateY(-4px);
    border-color: rgba(111, 180, 63, .55);
    box-shadow: 0 26px 48px rgba(38, 33, 97, .14);
}

.featured-doctor-photo {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f3eee6;
}

.featured-doctor-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 18%;
    transition: transform .5s ease;
}

.featured-doctor:hover .featured-doctor-photo img {
    transform: scale(1.05);
}

.featured-doctor-photo::after {
    position: absolute;
    inset: auto 0 0;
    height: 60%;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(2, 6, 23, .55));
}

.featured-doctor-photo span {
    position: absolute;
    left: .9rem;
    bottom: .9rem;
    z-index: 1;
    border-radius: 999px;
    background: rgba(255, 255, 255, .95);
    padding: .35rem .75rem;
    color: var(--navy);
    font-size: .72rem;
    font-weight: 950;
    box-shadow: 0 6px 14px rgba(38, 33, 97, .18);
}

.featured-doctor-body {
    padding: 1.1rem 1.15rem 1.15rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.featured-doctor-body h3 {
    color: var(--navy);
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 950;
    line-height: 1.22;
}

.featured-doctor-body h3 a {
    color: inherit;
}

.featured-doctor-body h3 a:hover {
    color: var(--green);
}

.featured-doctor-body p {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-top: .55rem;
    color: #6f6d68;
    font-size: .8rem;
    font-weight: 750;
    line-height: 1.4;
}

.featured-doctor-body p svg {
    color: var(--green);
    flex-shrink: 0;
}

.featured-doctor-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: auto;
    padding-top: 1rem;
    color: var(--navy);
    font-size: .82rem;
    font-weight: 950;
    transition: color .2s ease, gap .2s ease;
}

.featured-doctor-link:hover {
    color: var(--green);
    gap: .65rem;
}

/* ============================================================
   Seguros aceptados / Aseguradoras (marquee premium)
   ============================================================ */
.insurers-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(3.5rem, 6vw, 5.75rem) 0;
    background:
        radial-gradient(120% 100% at 50% -20%, rgba(38, 33, 97, .06), transparent 60%),
        linear-gradient(180deg, var(--paper) 0%, var(--ice) 100%);
    border-top: 1px solid var(--warm-line);
    border-bottom: 1px solid var(--warm-line);
}

.insurers-orb {
    position: absolute;
    z-index: -1;
    top: -180px;
    left: 50%;
    width: 620px;
    height: 620px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(111, 180, 63, .14), transparent 70%);
    filter: blur(8px);
    pointer-events: none;
}

.insurers-head {
    max-width: 46rem;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
    text-align: center;
}

.insurers-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 999px;
    border: 1px solid rgba(38, 33, 97, .14);
    background: rgba(255, 255, 255, .8);
    padding: .5rem 1.05rem;
    color: var(--navy);
    font-family: "Outfit", Inter, sans-serif;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 10px 26px rgba(38, 33, 97, .08);
}

.insurers-kicker i {
    color: var(--green);
}

.insurers-head h2 {
    margin: 1.1rem 0 .85rem;
    font-family: "Outfit", "Plus Jakarta Sans", Inter, sans-serif;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.02em;
    color: var(--navy);
    font-size: clamp(1.85rem, 4vw, 2.85rem);
}

.insurers-head p {
    margin: 0 auto;
    max-width: 38rem;
    color: var(--muted);
    font-size: clamp(.98rem, 1.4vw, 1.08rem);
    line-height: 1.65;
}

.insurers-head a {
    color: var(--green-2);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid rgba(111, 180, 63, .35);
    transition: border-color .2s ease, color .2s ease;
}

.insurers-head a:hover {
    color: var(--green);
    border-color: var(--green);
}

/* Marquee shell with edge fades */
.insurers-marquee {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

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

.insurer-card {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: clamp(180px, 22vw, 248px);
    height: clamp(112px, 14vw, 138px);
    padding: 1.25rem 1.6rem;
    overflow: hidden;
    border-radius: 20px;
    background: var(--paper);
    border: 1px solid var(--warm-line);
    box-shadow: 0 12px 30px rgba(38, 33, 97, .07);
    transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease;
}

.insurer-card img {
    max-width: 100%;
    max-height: clamp(64px, 9vw, 88px);
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform .35s ease;
}

.insurer-card:hover {
    transform: translateY(-6px);
    border-color: rgba(111, 180, 63, .5);
    box-shadow: 0 22px 48px rgba(38, 33, 97, .14);
}

.insurer-card:hover img {
    transform: scale(1.04);
}

/* Footer trust strip */
.insurers-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.4rem;
    margin-top: clamp(1.75rem, 3vw, 2.5rem);
    color: var(--muted);
    font-size: .92rem;
    font-weight: 700;
}

.insurers-foot span {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.insurers-foot i {
    color: var(--green);
}

.insurers-dot:last-of-type {
    display: none;
}

.insurers-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: var(--navy);
    font-weight: 800;
    text-decoration: none;
    transition: gap .2s ease, color .2s ease;
}

.insurers-link:hover {
    color: var(--green-2);
    gap: .7rem;
}
@media (max-width: 640px) {
    .insurers-foot {
        flex-direction: column;
        gap: .75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .insurers-marquee {
        -webkit-mask-image: none;
        mask-image: none;
    }
    .insurer-card[aria-hidden="true"] {
        display: none;
    }
}


/* ── Seccion del HOME ── */
.tm-home-section{padding:4.5rem 0;background:linear-gradient(180deg,#f7f8fc,#fff)}
.tm-home-cta{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2.25rem;flex-wrap:wrap}
.tm-home-share{color:var(--navy,#262161);font-weight:800;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .15s}
.tm-home-share:hover{border-color:var(--green-2,#5da334)}

/* ==== repartido desde app.css (split-families-css.php) ==== */
.hero-ultra-split {
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: calc(100vh - 110px);
}

.hero-ultra-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 4rem 8rem 8%;
    position: relative;
    z-index: 2;
}

.hero-ultra-content {
    max-width: 650px;
    animation: fadeUp 1s ease-out forwards;
}

.hero-ultra-title {
    color: #ffffff;
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: clamp(2.3rem, 3.5vw, 4rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.03em;
    text-wrap: balance;
    margin-bottom: 1.2rem;
}

.hero-ultra-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 580px;
    font-weight: 300;
}

.hero-ultra-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.hero-ultra-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.hero-ultra-right {
    position: relative;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.hero-ultra-dock {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    pointer-events: auto; /* Enable clicks on the dock */
    animation: fadeUp 1s ease-out 0.5s forwards;
    opacity: 0;
}

@media (max-width: 1200px) {
.hero-ultra-left {
        padding: 4rem 3rem 8rem 5%;
    }
.hero-ultra-right {
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    }
}

@media (max-width: 992px) {
.hero-ultra-split {
        grid-template-columns: 1fr;
        grid-template-rows: auto 40vh;
        min-height: auto;
    }
.hero-ultra-right {
        clip-path: none;
    }
.hero-ultra-left {
        padding: 9rem 2rem 4rem 2rem;
        align-items: center;
        text-align: center;
    }
.hero-ultra-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.hero-ultra-stats {
        justify-content: center;
    }
.hero-ultra-actions {
        justify-content: center;
    }
.hero-ultra-dock-container {
        position: relative;
        bottom: 0;
        background: var(--navy);
        padding: 1.5rem 1rem 3rem 1rem;
        margin-top: -2px; /* Fix subpixel rendering gap */
    }
.hero-ultra-dock {
        flex-wrap: wrap;
        border-radius: 16px;
        justify-content: center;
        gap: 0.5rem;
    }
}

@media (max-width: 640px) {
.hero-ultra-left {
        padding: 8rem 1.25rem 3rem 1.25rem;
    }
.hero-ultra-title {
        font-size: 2.3rem;
        margin-bottom: 1rem;
    }
.hero-ultra-text {
        font-size: 1.05rem;
        margin-bottom: 2rem;
    }
.hero-ultra-stats {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem 2rem;
        margin-bottom: 2.5rem;
    }
.hero-ultra-actions {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }
.hero-ultra-actions .btn {
        width: 100%;
        justify-content: center;
    }
.hero-ultra-split {
        grid-template-rows: auto 30vh;
    }
.hero-ultra-dock-container {
        padding: 0.5rem 0.75rem 2rem 0.75rem;
    }
.hero-ultra-dock {
        padding: 0;
        background: none;
        box-shadow: none;
        border: none;
        gap: 0.5rem;
    }
}

.hero-pathways {
    margin-top: 1.5rem;
    display: grid;
    max-width: 720px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #dce6f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(38, 33, 97, .07);
}

.hero-pathways a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .75rem;
    min-height: 112px;
    padding: 1rem;
    color: var(--navy);
    transition: background .2s ease;
}

.hero-pathways a+a {
    border-left: 1px solid #ebe4d9;
}

.hero-pathways a:hover {
    background: #faf7f1;
}

.hero-pathways svg {
    color: var(--green);
    margin-top: .1rem;
}

.hero-pathways strong {
    display: block;
    color: var(--navy);
    font-size: .9rem;
    font-weight: 950;
    line-height: 1.25;
}

.hero-pathways small {
    display: block;
    margin-top: .35rem;
    color: #6f6d68;
    font-size: .78rem;
    font-weight: 750;
    line-height: 1.4;
}

.hero-proof {
    margin-top: 2rem;
    display: grid;
    max-width: 720px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #dce6f0;
    border-bottom: 1px solid #dce6f0;
}

.hero-proof span {
    display: grid;
    gap: .25rem;
    padding: 1rem 1rem 1rem 0;
    color: #6f6d68;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.35;
}

.hero-proof span+span {
    border-left: 1px solid #dce6f0;
    padding-left: 1rem;
}

.hero-proof b {
    display: block;
    color: var(--navy);
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: 1.75rem;
    font-weight: 950;
    line-height: 1;
}

.hero-media-stack {
    position: relative;
    min-height: 650px;
}

.hero-visual {
    position: absolute;
    inset: 0 0 7.2rem 0;
    overflow: hidden;
    border: 1px solid rgba(38, 33, 97, .1);
    border-radius: 8px;
    background: #efe9e0;
    box-shadow: 0 34px 70px rgba(38, 33, 97, .18);
}

.hero-visual::before {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 32%;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(2, 6, 23, .36));
    pointer-events: none;
}

.hero-callout {
    position: absolute;
    left: 1.2rem;
    top: 1.2rem;
    z-index: 2;
    display: flex;
    max-width: 255px;
    gap: .85rem;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    padding: 1rem;
    box-shadow: 0 20px 44px rgba(38, 33, 97, .18);
    backdrop-filter: blur(12px);
}

.hero-callout svg {
    color: var(--green);
    flex-shrink: 0;
}

.hero-callout strong {
    display: block;
    color: var(--navy);
    font-size: .9rem;
    font-weight: 900;
}

.hero-callout span {
    display: block;
    margin-top: .25rem;
    color: #6f6d68;
    font-size: .8rem;
    line-height: 1.45;
}

.hero-clinical-card {
    position: absolute;
    right: -1rem;
    top: 2rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(360px, calc(100% - 2rem));
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    padding: 1rem;
    box-shadow: 0 24px 52px rgba(38, 33, 97, .17);
    backdrop-filter: blur(12px);
}

.hero-clinical-card span {
    display: block;
    color: var(--green);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hero-clinical-card strong {
    display: block;
    margin-top: .25rem;
    color: var(--navy);
    font-size: .98rem;
    font-weight: 950;
    line-height: 1.3;
}

.hero-clinical-card a {
    display: flex;
    height: 42px;
    width: 42px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
}

.hero-mini-grid {
    position: absolute;
    right: 1.25rem;
    bottom: 0;
    z-index: 3;
    display: grid;
    width: min(420px, calc(100% - 2.5rem));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.hero-mini-grid figure {
    position: relative;
    min-height: 160px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 8px;
    background: #e6ded2;
    box-shadow: 0 22px 48px rgba(38, 33, 97, .16);
}

.hero-mini-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-mini-grid figure::after {
    position: absolute;
    inset: auto 0 0;
    height: 54%;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(2, 6, 23, .62));
}

.hero-mini-grid figcaption {
    position: absolute;
    left: .85rem;
    bottom: .8rem;
    z-index: 1;
    color: #fff;
    font-size: .82rem;
    font-weight: 950;
}

.hero-access-wrap {
    position: relative;
    z-index: 4;
    max-width: 1280px;
    margin: -2.2rem auto 0;
    padding: 0 1rem;
}

@media (min-width: 640px) {
.hero-access-wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
.hero-access-wrap {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.task-grid {
    position: relative;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #d8e4ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(38, 33, 97, .1);
}

.task-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    min-height: 138px;
    background: #fff;
    padding: 1.25rem;
    transition: background .2s ease, transform .2s ease;
}

.task-card:not(:last-child) {
    border-right: 1px solid #ebe4d9;
}

.task-card:hover {
    transform: translateY(-2px);
    background: #faf7f1;
}

.task-card[href^="tel"] .task-icon {
    background: #fff1f2;
    color: #dc2626;
}

.task-icon {
    display: flex;
    height: 50px;
    width: 50px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(38, 33, 97, .06);
    color: var(--navy);
}

.task-body strong {
    display: block;
    color: var(--navy);
    font-size: 1rem;
    font-weight: 950;
}

.task-body small {
    display: block;
    margin-top: .45rem;
    color: #6f6d68;
    font-size: .84rem;
    line-height: 1.45;
}

.task-body em {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-top: .8rem;
    color: var(--navy);
    font-size: .8rem;
    font-style: normal;
    font-weight: 950;
}

.care-finder {
    padding: clamp(4rem, 6vw, 6rem) 0;
    background: #f8fafc;
}

.finder-panel {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    background: #ffffff;
    padding: clamp(2rem, 4vw, 3.5rem);
    box-shadow: 0 20px 60px rgba(38, 33, 97, .04), 0 2px 4px rgba(38, 33, 97, .02);
}

.finder-panel h2 {
    margin-top: 1.2rem;
    color: var(--navy);
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.02em;
}

.finder-search {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: .75rem;
    max-width: 800px;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    background: #fff;
    padding: .5rem .5rem .5rem 1.5rem;
    box-shadow: 0 8px 24px rgba(38, 33, 97, .04);
    transition: all .2s ease;
}

.finder-search input {
    min-width: 0;
    min-height: 56px;
    background: transparent;
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 600;
    outline: none;
}

.finder-submit {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 56px;
    padding: 0 1.75rem;
    border-radius: 100px;
    background: var(--navy);
    color: #fff;
    font-size: .95rem;
    font-weight: 900;
    transition: background .2s ease, transform .2s ease;
}

@media (max-width: 640px) {
.care-finder {
        padding: 3rem 0;
    }
.finder-panel {
        padding: 1.5rem;
        border-radius: 20px;
    }
.finder-panel h2 {
        font-size: 1.8rem;
    }
.finder-search {
        grid-template-columns: 24px minmax(0, 1fr) auto;
        border-radius: 20px;
        padding: 0.75rem;
    }
.finder-submit {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
    }
}

.finder-panel.is-searching .clinical-grid {
    display: none;
}

.finder-panel.is-searching .care-results {
    margin-top: 1.25rem;
    border-top: 0;
    padding-top: 0;
}

.care-results.is-active {
    display: flex;
}

.care-group {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.care-group.is-hidden {
    display: none;
}

.care-group>header {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: .65rem;
    color: var(--navy);
}

.care-group>header span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(111, 180, 63, .14);
    color: var(--green);
}

.care-group>header strong {
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 950;
    color: var(--navy);
}

.care-group>header small {
    justify-self: end;
    color: #6f6d68;
    font-size: .76rem;
    font-weight: 750;
}

.care-service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.care-doctor-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.care-result {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .55rem .65rem;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    padding: .85rem .95rem;
    text-align: left;
    color: #2b2823;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.care-result:hover {
    border-color: rgba(111, 180, 63, .55);
    background: #fff;
    transform: translateY(-1px);
}

.care-result>svg {
    color: var(--green);
}

.care-result span {
    font-size: .88rem;
    font-weight: 900;
}

.care-result small {
    grid-column: 2;
    color: #6f6d68;
    font-size: .74rem;
    font-weight: 750;
}

.care-result.is-hidden {
    display: none;
}

.care-empty.hidden {
    display: none !important;
}

.care-empty a {
    color: var(--navy);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.care-empty a:hover {
    color: var(--green);
}

.care-intelligence {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid #ece5da;
    border-radius: 8px;
    background: linear-gradient(90deg, #f8fafc, #fff);
}

.care-intelligence>div,
.care-intelligence article {
    padding: 1.15rem;
    border-right: 1px solid #ece5da;
}

.care-intelligence article:last-child {
    border-right: 0;
}

.capability-shell {
    display: grid;
    max-width: 1280px;
    margin: 0 auto;
    grid-template-columns: .78fr 1.22fr;
    gap: clamp(2rem, 5vw, 5.5rem);
    align-items: center;
    padding: 0 1rem;
}

@media (min-width: 640px) {
.capability-shell {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
.capability-shell {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.capability-showcase {
    display: grid;
    grid-template-columns: .86fr 1fr;
    gap: 1rem;
    align-items: stretch;
}

.capability-photo {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e8e1d6;
    background: #e8e1d6;
    box-shadow: 0 24px 55px rgba(38, 33, 97, .12);
}

.capability-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
}

.capability-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: .85rem;
    row-gap: .25rem;
    align-items: start;
    border-radius: 8px;
    border: 1px solid #e8e1d6;
    background: rgba(255, 255, 255, .9);
    padding: .95rem;
    color: var(--navy);
    box-shadow: 0 14px 34px rgba(38, 33, 97, .055);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.capability-item span {
    grid-row: span 2;
    display: flex;
    height: 46px;
    width: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f0f7ec;
    color: var(--green);
}

.capability-item:hover {
    transform: translateY(-2px);
    border-color: #c9d8e7;
    background: #fff;
    box-shadow: 0 20px 42px rgba(38, 33, 97, .09);
}

.capability-item strong {
    font-size: .95rem;
    font-weight: 950;
    line-height: 1.25;
}

.capability-item small {
    grid-column: 2;
    color: #6f6d68;
    font-size: .78rem;
    font-weight: 750;
    line-height: 1.45;
}

.journey-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
}

.journey-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.journey-card {
    position: relative;
    min-height: 245px;
    border: 1px solid #e8e1d6;
    border-radius: 8px;
    background: #fff;
    padding: 1.35rem;
    box-shadow: 0 14px 30px rgba(38, 33, 97, .06);
}

.journey-card::after {
    position: absolute;
    right: -1rem;
    top: 2.4rem;
    z-index: 1;
    height: 1px;
    width: 1rem;
    content: "";
    background: #e8e1d6;
}

.journey-card:last-child::after {
    display: none;
}

.journey-card h3 {
    margin-top: 1.3rem;
    color: var(--navy);
    font-size: 1.08rem;
    font-weight: 950;
}

.journey-card p {
    margin-top: .75rem;
    color: #6f6d68;
    font-size: .9rem;
    line-height: 1.65;
}

.tour-card {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    overflow: hidden;
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
}

.tour-video {
    position: relative;
    min-height: 390px;
    background: #1c1a17;
}

.doctor-search {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    max-width: 720px;
    overflow: hidden;
    border: 1px solid #c8d6e4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(38, 33, 97, .1);
}

.doctor-search>svg {
    align-self: center;
    justify-self: center;
    color: var(--green);
}

.doctor-search input {
    min-width: 0;
    min-height: 68px;
    color: #1c1a17;
    font-size: 1rem;
    font-weight: 750;
    outline: none;
}

.doctor-search button {
    min-width: 132px;
    background: var(--navy);
    color: #fff;
    font-size: .9rem;
    font-weight: 950;
}

.doctor-directory-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(4rem, 6vw, 6rem) 1rem;
}

@media (min-width: 640px) {
.doctor-directory-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
.doctor-directory-section {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.doctor-directory-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
}

.doctor-directory-head h2 {
    margin-top: .45rem;
    color: var(--navy);
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: clamp(2rem, 3.4vw, 3.35rem);
    font-weight: 950;
    line-height: 1.05;
}

.doctor-directory-head span {
    display: block;
    margin-top: .75rem;
    max-width: 620px;
    color: #6f6d68;
    line-height: 1.7;
}

.doctor-filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .5rem;
}

.doctor-filter-bar button {
    min-height: 42px;
    border: 1px solid #e5ddd1;
    border-radius: 999px;
    background: #fff;
    padding: 0 1rem;
    color: #403c36;
    font-size: .82rem;
    font-weight: 950;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.doctor-filter-bar button:hover,
.doctor-filter-bar button.is-active {
    border-color: var(--navy);
    background: var(--navy);
    color: #fff;
}

.doctor-grid {
    margin-top: 2rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.doctor-card {
    display: grid;
    grid-template-rows: 190px 1fr auto;
    overflow: hidden;
    border: 1px solid #e8e1d6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(38, 33, 97, .07);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.doctor-card:hover {
    transform: translateY(-3px);
    border-color: rgba(111, 180, 63, .5);
    box-shadow: 0 24px 52px rgba(38, 33, 97, .12);
}

.doctor-card.is-hidden {
    display: none;
}

.doctor-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f3eee6;
}

.doctor-card-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.doctor-card-media::after {
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(2, 6, 23, .54));
}

.doctor-card-media span {
    position: absolute;
    left: .9rem;
    bottom: .8rem;
    z-index: 1;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    padding: .34rem .62rem;
    color: var(--navy);
    font-size: .72rem;
    font-weight: 950;
}

.doctor-card-body {
    padding: 1.15rem;
}

.doctor-specialty {
    color: var(--green);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.doctor-card h3 {
    margin-top: .45rem;
    color: var(--navy);
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: 1.12rem;
    font-weight: 950;
    line-height: 1.25;
}

.doctor-card h3 a:hover {
    color: var(--green);
}

.doctor-card p {
    margin-top: .65rem;
    color: #6f6d68;
    font-size: .86rem;
    line-height: 1.55;
}

.doctor-meta {
    margin-top: .9rem;
    display: grid;
    gap: .45rem;
}

.doctor-meta span {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #57534c;
    font-size: .78rem;
    font-weight: 850;
}

.doctor-meta svg {
    color: var(--green);
    flex-shrink: 0;
}

.doctor-card-actions {
    display: grid;
    grid-template-columns: 1fr 52px;
    border-top: 1px solid #ece5da;
}

.doctor-card-actions button,
.doctor-card-actions a {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: var(--navy);
    font-size: .82rem;
    font-weight: 950;
}

.doctor-card-actions button:hover,
.doctor-card-actions a:hover {
    background: #faf7f1;
}

.doctor-card-actions a {
    border-left: 1px solid #ece5da;
    color: var(--green);
}

.doctor-search-card {
    position: relative;
    border-radius: 8px;
    background: #fff;
    padding: 1.35rem;
    box-shadow: 0 26px 56px rgba(38, 33, 97, .18);
}

.doctor-search-title {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .9rem;
    color: var(--navy);
}

.doctor-search-title>span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: #eef9ea;
    color: var(--green);
}

.doctor-search-title strong {
    color: var(--navy);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 950;
}

.doctor-help {
    border: 0;
    background: transparent;
    color: var(--green);
}

.doctor-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 64px;
    align-items: center;
    overflow: hidden;
    margin-top: 1rem;
    border: 2px solid #d8e4f0;
    border-radius: 999px;
    background: #faf7f1;
}

.doctor-search-row:focus-within {
    border-color: var(--navy);
    box-shadow: 0 0 0 4px rgba(38, 33, 97, .08);
}

.doctor-search-row input {
    min-width: 0;
    min-height: 60px;
    background: transparent;
    padding: 0 1.4rem;
    color: #1c1a17;
    font-size: 1rem;
    font-weight: 750;
    outline: none;
}

.doctor-clear {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--navy);
}

.doctor-live-panel {
    position: absolute;
    top: calc(100% - .6rem);
    left: 1rem;
    right: 1rem;
    z-index: 20;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 34px 70px rgba(38, 33, 97, .2);
}

.doctor-live-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.35rem;
    color: #57534c;
    font-weight: 750;
}

.doctor-live-head div {
    display: flex;
    gap: .4rem;
}

.doctor-live-head button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #e8e1d6;
    border-radius: 6px;
    background: #fff;
    color: var(--navy);
}

.doctor-live-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 430px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.doctor-live-grid::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.doctor-live-result {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    min-height: 132px;
    border-top: 1px solid #e9f0f6;
    padding: 1rem 1.35rem;
}

.doctor-live-result img {
    width: 92px;
    height: 104px;
    border-radius: 8px;
    background: #f3eee6;
    object-fit: cover;
    object-position: center top;
}

.doctor-live-result strong {
    display: block;
    color: #1769aa;
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 1.22rem;
    font-weight: 950;
    line-height: 1.12;
}

.doctor-live-result small {
    display: block;
    margin-top: .35rem;
    color: #403c36;
    font-style: italic;
    line-height: 1.35;
}

.doctor-live-result.is-hidden {
    display: none;
}

.doctor-roster-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: clamp(1.25rem, 2.6vw, 2.5rem);
    row-gap: 2.25rem;
}

.doctor-roster-grid .doctor-card {
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: center;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.doctor-roster-grid .doctor-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.doctor-roster-grid .doctor-card-media {
    height: 142px;
    overflow: visible;
    border-radius: 0;
    background: transparent;
}

.doctor-roster-grid .doctor-card-media img {
    height: 142px;
    width: 108px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center top;
    filter: drop-shadow(0 16px 20px rgba(38, 33, 97, .08));
}

.doctor-roster-grid .doctor-card-media::after,
.doctor-roster-grid .doctor-card-media span {
    display: none;
}

.doctor-roster-grid .doctor-card-body {
    padding: 0;
}

.doctor-roster-grid .doctor-card h3 {
    margin: 0;
    color: #1769aa;
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.12;
}

.doctor-roster-grid .doctor-specialty {
    display: block;
    margin-top: .35rem;
    color: #1f2937;
    font-size: .82rem;
    font-style: italic;
    font-weight: 650;
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0;
}

.doctor-view-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 30px;
    margin-top: 1rem;
    border-radius: 999px;
    background: var(--green);
    padding: 0 .85rem;
    color: #fff;
    font-size: .78rem;
    font-weight: 950;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .16), 0 8px 16px rgba(111, 180, 63, .2);
}

.doctor-view-pill:hover {
    background: var(--navy);
    color: #fff;
}

.doctor-profile-hero {
    display: grid;
    max-width: 1280px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, .62fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
    padding: clamp(3rem, 6vw, 5.5rem) 1rem;
}

.doctor-profile-copy>span {
    color: var(--green);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.doctor-profile-copy h1 {
    margin-top: .7rem;
    color: var(--navy);
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: clamp(2.6rem, 5vw, 5.25rem);
    font-weight: 950;
    line-height: .98;
}

.doctor-profile-copy p {
    margin-top: 1.25rem;
    max-width: 720px;
    color: #57534c;
    font-size: 1.08rem;
    line-height: 1.8;
}

.doctor-profile-actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.doctor-profile-card {
    overflow: hidden;
    border: 1px solid #e8e1d6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(38, 33, 97, .12);
}

.doctor-profile-card img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}

.doctor-profile-card dl {
    display: grid;
    grid-template-columns: 1fr;
}

.doctor-profile-card div {
    padding: 1rem 1.25rem;
    border-top: 1px solid #ece5da;
}

.doctor-profile-card dt {
    color: var(--green);
    font-size: .72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.doctor-profile-card dd {
    margin-top: .35rem;
    color: var(--navy);
    font-weight: 900;
}

.care-empty a {
    color: #b42318;
    text-decoration: underline;
    font-weight: 900;
}

.care-empty a:hover {
    color: #912018;
}

.doctor-profile-content {
    display: grid;
    max-width: 1280px;
    margin: 0 auto 5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 0 1rem;
}

.doctor-profile-content article {
    border: 1px solid #e8e1d6;
    border-radius: 8px;
    background: #fff;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    box-shadow: 0 18px 42px rgba(38, 33, 97, .06);
}

.doctor-profile-content h2 {
    color: var(--navy);
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: 1.55rem;
    font-weight: 950;
}

.doctor-profile-content p {
    margin-top: .9rem;
    color: #57534c;
    line-height: 1.75;
}

.doctor-profile-empty {
    max-width: 760px;
    margin: 0 auto;
    padding: 5rem 1rem;
}

.doctor-profile-empty h1 {
    color: var(--navy);
    font-size: 3rem;
    font-weight: 950;
}

.doctor-profile-banner {
    position: relative;
    display: flex;
    min-height: 340px;
    align-items: center;
    justify-content: space-between;
    background:
        linear-gradient(90deg, rgba(38, 33, 97, .86), rgba(38, 33, 97, .52)),
        var(--profile-bg) center 44% / cover no-repeat;
    padding: 2rem max(1rem, calc((100vw - 1280px) / 2 + 2rem));
    color: #fff;
}

.doctor-profile-banner>div {
    max-width: 860px;
}

.doctor-profile-banner span {
    display: block;
    margin-bottom: .8rem;
    color: rgba(255, 255, 255, .88);
    font-size: 1.08rem;
    font-weight: 750;
}

.doctor-profile-banner h1 {
    max-width: 820px;
    color: #fff;
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: clamp(2.6rem, 5vw, 5.3rem);
    font-weight: 950;
    line-height: .98;
}

.doctor-profile-main {
    display: grid;
    max-width: 1180px;
    margin: 0 auto;
    grid-template-columns: minmax(0, .95fr) minmax(0, .8fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    padding: clamp(4rem, 7vw, 6rem) 1rem 3rem;
}

.doctor-portrait {
    display: flex;
    justify-content: center;
}

.doctor-portrait img {
    width: min(100%, 520px);
    max-height: 580px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center top;
    filter: drop-shadow(0 28px 34px rgba(38, 33, 97, .08));
}

.doctor-info-panel {
    background: #f3eee6;
    padding: clamp(2rem, 4vw, 3.2rem);
}

.doctor-info-panel h2 {
    border-left: 3px solid var(--green);
    padding-left: .9rem;
    color: #1769aa;
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 1.55rem;
    font-weight: 950;
    line-height: 1.1;
}

.doctor-info-panel h2+dl {
    margin-top: 1.2rem;
}

.doctor-info-panel h2:not(:first-child) {
    margin-top: 2rem;
}

.doctor-info-panel dl {
    display: grid;
    gap: 1rem;
}

.doctor-info-panel dl div {
    border-bottom: 1px solid #dce7f1;
    padding-bottom: 1rem;
}

.doctor-info-panel dl div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.doctor-info-panel dt {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #1c1a17;
    font-size: .92rem;
    font-weight: 950;
}

.doctor-info-panel dt svg {
    color: var(--green);
    flex-shrink: 0;
}

.doctor-info-panel dd {
    margin: .35rem 0 0 1.55rem;
    color: #403c36;
    line-height: 1.55;
}

@media (max-width: 1180px) {
.task-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.doctor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.doctor-roster-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
.task-card:nth-child(2n) {
        border-right: 0;
    }
.task-card:nth-child(-n + 2) {
        border-bottom: 1px solid #ebe4d9;
    }
.capability-shell {
        grid-template-columns: 1fr;
    }
.capability-showcase {
        grid-template-columns: .8fr 1.2fr;
    }
.journey-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.journey-card:nth-child(2n)::after {
        display: none;
    }
}

@media (max-width: 900px) {
.doctor-live-grid {
        grid-template-columns: 1fr;
        max-height: 430px;
    }
.doctor-roster-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.doctor-directory-head {
        align-items: start;
        flex-direction: column;
    }
.doctor-filter-bar {
        justify-content: flex-start;
    }
.hero-section {
        background: linear-gradient(180deg, #fff 0%, #f7f3ec 100%);
    }
.hero-shell {
        grid-template-columns: minmax(0, 1fr);
        padding-bottom: 3.75rem;
    }
.hero-copy {
        min-height: auto;
        padding-top: 1rem;
        min-width: 0;
    }
.hero-assist-panel {
        grid-template-columns: 1fr;
    }
.hero-assist-item+.hero-assist-item {
        border-left: 0;
        border-top: 1px solid #ebe4d9;
    }
.hero-feature {
        min-height: 430px;
    }
.hero-feature-image {
        inset: 0;
    }
.hero-feature::before {
        display: none;
    }
.hero-feature-panel {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        width: auto;
    }
.hero-pathways {
        grid-template-columns: 1fr;
    }
.hero-pathways a+a {
        border-left: 0;
        border-top: 1px solid #ebe4d9;
    }
.hero-pathways a {
        min-height: auto;
    }
.hero-media-stack {
        min-height: 560px;
    }
.hero-visual {
        inset: 0 0 8.4rem 0;
    }
.hero-clinical-card {
        right: 1rem;
        top: 1rem;
    }
.hero-mini-grid {
        left: 1rem;
        right: 1rem;
        width: auto;
    }
.hero-access-wrap {
        margin-top: -1rem;
    }
.task-grid {
        grid-template-columns: 1fr;
    }
.task-card,
    .task-card:not(:last-child),
    .task-card:nth-child(2n),
    .task-card:nth-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid #ebe4d9;
    }
.task-card:last-child {
        border-bottom: 0;
    }
.care-service-list,
    .care-doctor-list {
        grid-template-columns: 1fr;
    }
.finder-search {
        grid-template-columns: 24px minmax(0, 1fr) auto;
        padding-left: .9rem;
    }
.finder-submit {
        grid-column: 1 / -1;
        justify-content: center;
    }
.care-intelligence {
        grid-template-columns: 1fr;
    }
.care-intelligence>div,
    .care-intelligence article {
        border-right: 0;
        border-bottom: 1px solid #ece5da;
    }
.care-intelligence article:last-child {
        border-bottom: 0;
    }
.capability-showcase {
        grid-template-columns: 1fr;
    }
.capability-photo {
        min-height: 320px;
    }
.capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.journey-head {
        align-items: start;
        flex-direction: column;
    }
.journey-grid {
        grid-template-columns: 1fr;
    }
.journey-card::after {
        display: none;
    }
.tour-card {
        grid-template-columns: 1fr;
    }
.tour-video {
        min-height: 260px;
    }
}

@media (max-width: 640px) {
.doctor-search-card {
        padding: 1rem;
    }
.doctor-search-title {
        grid-template-columns: auto minmax(0, 1fr);
    }
.doctor-help {
        display: none;
    }
.doctor-search-title strong {
        font-size: 1.35rem;
    }
.doctor-search-row {
        grid-template-columns: minmax(0, 1fr) auto 58px;
        border-radius: 8px;
    }
.doctor-search-row input {
        min-height: 56px;
        padding: 0 1rem;
        font-size: .92rem;
    }
.doctor-live-panel {
        left: 0;
        right: 0;
        top: calc(100% - .35rem);
    }
.doctor-live-result {
        grid-template-columns: 78px minmax(0, 1fr);
        min-height: 112px;
        padding: .9rem;
    }
.doctor-live-result img {
        width: 72px;
        height: 86px;
    }
.doctor-live-result strong {
        font-size: 1rem;
    }
.doctor-roster-grid .doctor-card {
        grid-template-columns: 104px minmax(0, 1fr);
    }
.doctor-roster-grid .doctor-card-media,
    .doctor-roster-grid .doctor-card-media img {
        height: 124px;
    }
.doctor-roster-grid .doctor-card-media img {
        width: 94px;
    }
.doctor-profile-banner {
        min-height: 300px;
        padding: 2rem 1rem 4.5rem;
    }
.doctor-profile-banner h1 {
        font-size: clamp(2.3rem, 12vw, 3.4rem);
    }
.doctor-profile-main {
        padding-top: 4rem;
    }
.doctor-search {
        grid-template-columns: 48px minmax(0, 1fr);
    }
.doctor-search input {
        min-height: 62px;
    }
.doctor-search button {
        grid-column: 1 / -1;
        min-height: 52px;
        width: 100%;
    }
.doctor-grid {
        grid-template-columns: 1fr;
    }
.hero-copy h1 {
        font-size: clamp(1.8rem, 8.4vw, 3rem);
        overflow-wrap: break-word;
    }
.hero-copy p {
        font-size: .98rem;
    }
.hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .65rem;
    }
.hero-actions .btn {
        min-height: 52px;
        width: auto;
        justify-content: center;
        padding-inline: .8rem;
        font-size: .84rem;
        border-radius: 12px;
    }
.hero-actions .btn-outline {
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid rgba(38, 33, 97, 0.08);
        box-shadow: 0 4px 10px rgba(38, 33, 97, 0.03);
    }
.hero-actions .btn-outline:active {
        background: #f4f0e9;
        transform: scale(0.98);
    }
.hero-actions .btn-green,
    .hero-actions .btn-emergency {
        grid-column: 1 / -1;
    }
.hero-actions .btn-emergency {
        background: linear-gradient(135deg, #fff5f5 0%, #fff0f0 100%);
        border: 1px solid rgba(239, 68, 68, 0.15);
        color: #c53030;
        box-shadow: 0 6px 14px rgba(239, 68, 68, 0.08);
    }
.hero-actions .btn-emergency:active {
        background: #fee2e2;
        transform: scale(0.98);
    }
.hero-assist-panel {
        display: none;
    }
.hero-assist-item {
        min-height: auto;
    }
.hero-feature {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: .9rem;
    }
.hero-feature-image {
        position: relative;
        inset: auto;
        height: clamp(200px, 52vw, 280px);
    }
.hero-feature-panel {
        position: static;
        inset: auto;
        grid-template-columns: 1fr;
        background: #fff;
        border: 1px solid var(--warm-line);
        box-shadow: 0 16px 36px rgba(38, 33, 97, 0.1);
        border-radius: 16px;
    }
.hero-feature-panel span {
        display: grid;
        grid-template-columns: 64px 1fr;
        align-items: center;
        gap: 0.85rem;
        padding: 1.15rem 1.25rem;
        text-align: left;
    }
.hero-feature-panel span+span {
        border-left: 0;
        border-top: 1px solid rgba(221, 230, 239, 0.6);
    }
.hero-feature-panel b {
        font-size: 1.65rem;
        color: var(--navy);
        background: linear-gradient(135deg, var(--navy) 30%, var(--navy-2) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
.hero-proof {
        grid-template-columns: 1fr;
    }
.hero-proof span,
    .hero-proof span+span {
        border-left: 0;
        border-top: 1px solid #dce6f0;
        padding: .9rem 0;
    }
.hero-proof span:first-child {
        border-top: 0;
    }
.hero-media-stack {
        min-height: 520px;
    }
.hero-visual {
        inset: 0 0 11rem 0;
    }
.hero-mini-grid {
        grid-template-columns: 1fr 1fr;
    }
.hero-mini-grid figure {
        min-height: 130px;
    }
.hero-clinical-card {
        left: 1rem;
        right: 1rem;
        width: auto;
    }
.hero-callout {
        left: 1rem;
        right: 1rem;
        top: 1rem;
        max-width: none;
    }
.task-card {
        min-height: auto;
        padding: 1.2rem;
    }
.task-icon {
        height: 52px;
        width: 52px;
    }
.finder-search input {
        min-height: 52px;
        font-size: .94rem;
    }
.care-group>header {
        grid-template-columns: auto 1fr;
    }
.care-group>header small {
        display: none;
    }
.capability-grid {
        grid-template-columns: 1fr;
    }
.capability-item {
        grid-template-columns: 42px minmax(0, 1fr);
    }
}

.news-hero-shell {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
}

@media (min-width: 640px) {
.news-hero-shell {
        padding: 0 1.5rem;
    }
}

.news-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2.5rem, 4vw, 4rem) 1rem clamp(4rem, 6vw, 6rem);
}

@media (min-width: 640px) {
.news-shell {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
.news-shell {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.news-filter.is-active {
    background: #262161;
    border-color: #262161;
    color: #fff;
}

.news-filter.is-active svg {
    color: #b6f0a3;
}

.news-filter.is-active span {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.news-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2.25rem);
    align-items: stretch;
    margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #ece5da;
    background: #fff;
    box-shadow: 0 24px 48px rgba(38, 33, 97, .08);
}

.news-featured-media {
    position: relative;
    display: block;
    min-height: 320px;
    overflow: hidden;
    background: #f3eee6;
}

.news-featured-body .btn {
    align-self: flex-start;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.news-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #ece5da;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(38, 33, 97, .05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.news-card:hover {
    transform: translateY(-4px);
    border-color: rgba(111, 180, 63, .5);
    box-shadow: 0 24px 44px rgba(38, 33, 97, .12);
}

.news-card-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #f3eee6, #e6ded2);
}

.news-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.news-card:hover .news-card-media img {
    transform: scale(1.05);
}

.news-card-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #a8a39a;
}

.news-card-fallback svg {
    width: 56px;
    height: 56px;
    color: #6fb43f;
    opacity: .55;
}

.news-card-cat {
    position: absolute;
    top: .85rem;
    left: .85rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .95);
    color: #262161;
    font-size: .7rem;
    font-weight: 950;
    letter-spacing: .03em;
    box-shadow: 0 6px 14px rgba(38, 33, 97, .18);
}

.news-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    padding: 1.25rem 1.35rem 1.35rem;
}

.news-card-body time {
    color: #a8a39a;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .02em;
}

.news-card-body h3 {
    color: #262161;
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 950;
    line-height: 1.25;
    letter-spacing: -.005em;
}

.news-card-body h3 a {
    color: inherit;
}

.news-card-body h3 a:hover {
    color: #6fb43f;
}

.news-card-body p {
    color: #6f6d68;
    font-size: .88rem;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-card-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: auto;
    padding-top: .5rem;
    color: #262161;
    font-size: .82rem;
    font-weight: 950;
    transition: color .2s ease, gap .2s ease;
}

.news-card-link:hover {
    color: #6fb43f;
    gap: .65rem;
}

.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
}

.news-empty .btn {
    margin-top: .65rem;
}

.news-article-header {
    max-width: 760px;
    margin: 0 auto 2rem;
    text-align: center;
}

.news-article-header .news-cat-pill {
    display: inline-flex;
}

.news-article-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1.5rem;
    color: #6f6d68;
    font-size: .84rem;
    font-weight: 850;
}

.news-article-body h2,
.news-article-body h3,
.news-article-body h4 {
    color: #262161;
    font-family: "Outfit", "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-weight: 950;
    line-height: 1.2;
    margin-top: 2.25rem;
}

.news-article-body h2 {
    font-size: 1.65rem;
}

.news-article-body h3 {
    font-size: 1.35rem;
}

.news-article-body h4 {
    font-size: 1.15rem;
}

.news-related {
    max-width: 1180px;
    margin: clamp(3rem, 5vw, 5rem) auto 0;
    padding: 0 1rem;
}

@media (min-width: 640px) {
.news-related {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
.news-related {
        padding: 0 2rem;
    }
}

@media (max-width: 900px) {
.news-featured {
        grid-template-columns: 1fr;
    }
.news-featured-media {
        min-height: 240px;
        aspect-ratio: 16/10;
    }
.news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
.news-grid {
        grid-template-columns: 1fr;
    }
.news-pagination {
        flex-direction: column;
        gap: .75rem;
    }
.news-article-meta {
        flex-direction: column;
        gap: .5rem;
        align-items: flex-start;
        text-align: left;
    }
.news-article-header {
        text-align: left;
    }
.news-article-header .news-cat-pill {
        display: inline-flex;
    }
}
