/* Premium healthcare homepage for Doctor.bd. */
body.home-premium-healthcare-v20 {
    --hp-primary: var(--doctorbd-primary, #0a66c2);
    --hp-primary-dark: #06478f;
    --hp-primary-deep: #052f66;
    --hp-primary-soft: #eaf4ff;
    --hp-teal: #087f72;
    --hp-teal-soft: #e8f8f5;
    --hp-purple: #6f4ec7;
    --hp-purple-soft: #f1edff;
    --hp-orange: #d97706;
    --hp-orange-soft: #fff5e6;
    --hp-red: #c93744;
    --hp-red-soft: #fff0f2;
    --hp-page: #f7faff;
    --hp-card: #ffffff;
    --hp-text: #172033;
    --hp-muted: #667085;
    --hp-border: #e1e8f2;
    --hp-shadow: 0 16px 42px rgba(24, 58, 105, .09);
    --hp-shadow-hover: 0 24px 58px rgba(24, 58, 105, .16);
    --hp-radius: 22px;
    --hp-radius-sm: 15px;
    color: var(--hp-text);
    background: var(--hp-page) !important;
}

body.home-premium-healthcare-v20,
body.home-premium-healthcare-v20 button,
body.home-premium-healthcare-v20 input,
body.home-premium-healthcare-v20 select,
body.home-premium-healthcare-v20 textarea,
body.home-premium-healthcare-v20 .btn,
body.home-premium-healthcare-v20 strong,
body.home-premium-healthcare-v20 h1,
body.home-premium-healthcare-v20 h2,
body.home-premium-healthcare-v20 h3,
body.home-premium-healthcare-v20 h4,
body.home-premium-healthcare-v20 h5,
body.home-premium-healthcare-v20 h6 {
    font-weight: 500;
}

body.home-premium-healthcare-v20 .doctorbd-main {
    overflow: hidden;
    background: var(--hp-page);
}

.hp20-page {
    min-height: 100vh;
}

.hp20-page a {
    text-decoration: none;
}

.hp20-section {
    padding: 78px 0;
}

.hp20-section-soft {
    background: #f0f6fd;
}

.hp20-hero {
    position: relative;
    overflow: visible;
    padding: 84px 0 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 11% 6%, rgba(99, 191, 255, .30), transparent 24rem),
        radial-gradient(circle at 91% 52%, rgba(74, 225, 199, .16), transparent 25rem),
        linear-gradient(135deg, #052f66 0%, #075db2 48%, #0d77cc 100%);
}

.hp20-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .24;
    background-image:
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
    pointer-events: none;
}

.hp20-hero-shape {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    pointer-events: none;
}

.hp20-hero-shape-one {
    top: -250px;
    right: -170px;
    width: 600px;
    height: 600px;
}

.hp20-hero-shape-two {
    bottom: 60px;
    left: -230px;
    width: 480px;
    height: 480px;
}

.hp20-hero-copy {
    position: relative;
    z-index: 4;
    max-width: 750px;
    padding-bottom: 118px;
}

.hp20-eyebrow,
.hp20-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.hp20-eyebrow {
    margin-bottom: 18px;
    padding: 8px 13px;
    color: #e8f5ff;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    backdrop-filter: blur(10px);
}

.hp20-eyebrow i {
    color: #9fe3ff;
}

.hp20-hero-copy h1 {
    max-width: 760px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(2.35rem, 5.4vw, 4.5rem);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.hp20-hero-copy > p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .80);
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    line-height: 1.75;
}

.hp20-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 28px;
}

.hp20-trust-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .90);
    font-size: .88rem;
}

.hp20-trust-list i {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    color: #d9f5ff;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: rgba(255, 255, 255, .10);
}

.hp20-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.hp20-hero-actions .btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    gap: 9px;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: .92rem;
}

.hp20-hero-actions .btn-light {
    color: var(--hp-primary-deep);
    border-color: #ffffff;
    box-shadow: 0 12px 24px rgba(3, 28, 64, .20);
}

.hp20-hero-actions .btn-outline-light:hover,
.hp20-hero-actions .btn-outline-light:focus {
    color: var(--hp-primary-deep);
    background: #ffffff;
}

.hp20-hero-visual {
    position: relative;
    z-index: 3;
    width: min(100%, 440px);
    height: 430px;
    margin: 0 auto 78px;
}

.hp20-medical-main-icon {
    position: absolute;
    top: 54px;
    left: 50%;
    z-index: 4;
    display: flex;
    width: 226px;
    height: 226px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, .36), rgba(255, 255, 255, .08) 55%),
        rgba(255, 255, 255, .10);
    box-shadow:
        inset 0 0 0 16px rgba(255, 255, 255, .035),
        0 42px 80px rgba(0, 26, 66, .32);
    font-size: 6.1rem;
    transform: translateX(-50%);
    backdrop-filter: blur(9px);
}

.hp20-medical-main-icon::after {
    position: absolute;
    inset: 24px;
    content: "";
    border: 1px dashed rgba(255, 255, 255, .28);
    border-radius: 50%;
}

.hp20-medical-main-icon i {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 18px 20px rgba(0, 24, 58, .26));
}

.hp20-medical-orbit {
    position: absolute;
    top: 36px;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    transform: translateX(-50%);
}

.hp20-orbit-one {
    width: 270px;
    height: 270px;
}

.hp20-orbit-two {
    top: 2px;
    width: 340px;
    height: 340px;
}

.hp20-float-card {
    position: absolute;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    color: var(--hp-text);
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 15px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 20px 42px rgba(0, 28, 68, .25);
    backdrop-filter: blur(12px);
}

.hp20-float-card strong,
.hp20-float-card small {
    display: block;
}

.hp20-float-card strong {
    color: var(--hp-text);
    font-size: 1rem;
    line-height: 1.1;
}

.hp20-float-card span span,
.hp20-float-card > span:last-child {
    color: var(--hp-muted);
    font-size: .72rem;
}

.hp20-float-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--hp-primary);
    border-radius: 11px;
    background: var(--hp-primary-soft);
    font-size: 1.12rem;
}

.hp20-float-doctor {
    top: 16px;
    left: 0;
}

.hp20-float-hospital {
    right: -2px;
    bottom: 82px;
}

.hp20-float-hospital .hp20-float-icon {
    color: var(--hp-teal);
    background: var(--hp-teal-soft);
}

.hp20-float-verified {
    bottom: 10px;
    left: 42px;
    color: var(--hp-primary);
    font-size: .8rem;
}

.hp20-float-verified i {
    color: var(--hp-primary);
    font-size: 1.2rem;
}

.hp20-search-wrap {
    position: relative;
    z-index: 20;
    margin-bottom: -104px;
    padding: 24px;
    color: var(--hp-text);
    border: 1px solid rgba(221, 231, 244, .88);
    border-radius: var(--hp-radius);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 28px 70px rgba(2, 39, 90, .20);
    backdrop-filter: blur(18px);
}

.hp20-search-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.hp20-search-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 13px;
    background: linear-gradient(145deg, var(--hp-primary), #2d8fe0);
    box-shadow: 0 10px 20px rgba(10, 102, 194, .22);
    font-size: 1.15rem;
}

.hp20-search-heading h2 {
    margin: 0 0 3px;
    color: var(--hp-text);
    font-size: 1.1rem;
    letter-spacing: -.015em;
}

.hp20-search-heading p {
    margin: 0;
    color: var(--hp-muted);
    font-size: .78rem;
}

.hp20-search-form {
    display: grid;
    grid-template-columns: minmax(270px, 1.55fr) minmax(180px, 1fr) minmax(165px, .85fr) auto;
    gap: 12px;
    align-items: end;
}

.hp20-field label {
    display: block;
    margin-bottom: 7px;
    color: #48556a;
    font-size: .72rem;
}

.hp20-input-wrap {
    position: relative;
}

.hp20-input-wrap > i {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 3;
    color: #7b8aa0;
    font-size: .95rem;
    transform: translateY(-50%);
    pointer-events: none;
}

.hp20-input-wrap .form-control,
.hp20-input-wrap .form-select {
    min-height: 50px;
    padding-right: 14px;
    padding-left: 43px;
    color: var(--hp-text);
    border: 1px solid #d9e2ee;
    border-radius: 12px;
    background-color: #f9fbfe;
    font-size: .86rem;
}

.hp20-input-wrap .form-select {
    background-position: right .85rem center;
}

.hp20-input-wrap .form-control:focus,
.hp20-input-wrap .form-select:focus {
    border-color: rgba(10, 102, 194, .60);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(10, 102, 194, .09);
}

.hp20-search-submit .btn {
    display: inline-flex;
    min-width: 156px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(10, 102, 194, .19);
}

.hp20-search-status,
.hp20-popular-searches {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    margin-top: 15px;
    padding-top: 13px;
    border-top: 1px solid #edf1f6;
    font-size: .76rem;
}

.hp20-search-status {
    justify-content: space-between;
}

.hp20-search-status span,
.hp20-search-status a,
.hp20-popular-searches a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hp20-search-status span {
    color: var(--hp-teal);
}

.hp20-popular-searches > span {
    color: var(--hp-muted);
}

.hp20-popular-searches a {
    padding: 5px 10px;
    color: #42526a;
    border-radius: 999px;
    background: #f1f5fa;
    transition: color .18s ease, background-color .18s ease;
}

.hp20-popular-searches a:hover {
    color: var(--hp-primary);
    background: var(--hp-primary-soft);
}

.hp20-stats-section {
    padding: 142px 0 0;
    background: var(--hp-page);
}

.hp20-stats-card {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius);
    background: #ffffff;
    box-shadow: 0 10px 32px rgba(30, 65, 112, .06);
}

.hp20-stat-item {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
    padding: 20px 24px;
    color: inherit;
    border-right: 1px solid var(--hp-border);
    transition: background-color .18s ease;
}

.hp20-stat-item:last-child {
    border-right: 0;
}

.hp20-stat-item:hover {
    color: inherit;
    background: #f9fbff;
}

.hp20-stat-icon {
    display: inline-flex;
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1.25rem;
}

.hp20-stat-blue { color: var(--hp-primary); background: var(--hp-primary-soft); }
.hp20-stat-teal { color: var(--hp-teal); background: var(--hp-teal-soft); }
.hp20-stat-purple { color: var(--hp-purple); background: var(--hp-purple-soft); }
.hp20-stat-orange { color: var(--hp-orange); background: var(--hp-orange-soft); }

.hp20-stat-item strong,
.hp20-stat-item small {
    display: block;
}

.hp20-stat-item strong {
    color: var(--hp-text);
    font-size: 1.28rem;
    line-height: 1.15;
}

.hp20-stat-item small {
    margin-top: 3px;
    color: var(--hp-muted);
    font-size: .77rem;
}

.hp20-quick-section {
    padding-top: 28px;
    padding-bottom: 68px;
}

.hp20-quick-card {
    position: relative;
    display: flex;
    min-height: 148px;
    align-items: flex-start;
    gap: 14px;
    overflow: hidden;
    padding: 20px;
    color: var(--hp-text);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-sm);
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(30, 65, 112, .055);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hp20-quick-card::after {
    position: absolute;
    right: -30px;
    bottom: -42px;
    width: 110px;
    height: 110px;
    content: "";
    border-radius: 50%;
    opacity: .55;
}

.hp20-quick-card:hover {
    color: var(--hp-text);
    border-color: rgba(10, 102, 194, .18);
    box-shadow: var(--hp-shadow);
    transform: translateY(-4px);
}

.hp20-quick-icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1.28rem;
}

.hp20-quick-content {
    position: relative;
    z-index: 2;
    display: block;
    min-width: 0;
    padding-top: 2px;
}

.hp20-quick-content strong,
.hp20-quick-content small {
    display: block;
}

.hp20-quick-content strong {
    margin-bottom: 7px;
    color: var(--hp-text);
    font-size: .98rem;
}

.hp20-quick-content small {
    color: var(--hp-muted);
    font-size: .74rem;
    line-height: 1.55;
}

.hp20-quick-arrow {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #a0acbc;
    font-size: .85rem;
}

.hp20-quick-blue .hp20-quick-icon { color: var(--hp-primary); background: var(--hp-primary-soft); }
.hp20-quick-blue::after { background: var(--hp-primary-soft); }
.hp20-quick-teal .hp20-quick-icon { color: var(--hp-teal); background: var(--hp-teal-soft); }
.hp20-quick-teal::after { background: var(--hp-teal-soft); }
.hp20-quick-red .hp20-quick-icon { color: var(--hp-red); background: var(--hp-red-soft); }
.hp20-quick-red::after { background: var(--hp-red-soft); }
.hp20-quick-purple .hp20-quick-icon { color: var(--hp-purple); background: var(--hp-purple-soft); }
.hp20-quick-purple::after { background: var(--hp-purple-soft); }

.hp20-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
}

.hp20-section-heading > div {
    max-width: 720px;
}

.hp20-section-kicker {
    margin-bottom: 10px;
    color: var(--hp-primary);
}

.hp20-section-heading h2,
.hp20-location-copy h2,
.hp20-service-banner-copy h2,
.hp20-why-copy h2,
.hp20-cta-card h2 {
    margin: 0;
    color: var(--hp-text);
    letter-spacing: -.03em;
}

.hp20-section-heading h2 {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1.2;
}

.hp20-section-heading p {
    max-width: 690px;
    margin: 10px 0 0;
    color: var(--hp-muted);
    font-size: .92rem;
    line-height: 1.7;
}

.hp20-heading-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    color: var(--hp-primary);
    border-radius: 10px;
    background: var(--hp-primary-soft);
    font-size: .8rem;
    transition: gap .18s ease, background-color .18s ease;
}

.hp20-heading-link:hover {
    gap: 11px;
    color: var(--hp-primary-dark);
    background: #dcecff;
}

.hp20-specialty-card {
    display: flex;
    min-height: 112px;
    align-items: center;
    gap: 14px;
    padding: 17px;
    color: var(--hp-text);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-sm);
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(29, 62, 109, .045);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hp20-specialty-card:hover {
    color: var(--hp-text);
    border-color: rgba(10, 102, 194, .28);
    box-shadow: var(--hp-shadow);
    transform: translateY(-3px);
}

.hp20-specialty-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    color: var(--hp-primary);
    border-radius: 15px;
    background: linear-gradient(145deg, #eff7ff, #deedff);
    font-size: 1.35rem;
}

.hp20-specialty-content {
    display: block;
    min-width: 0;
    flex: 1;
}

.hp20-specialty-content strong,
.hp20-specialty-content small {
    display: block;
}

.hp20-specialty-content strong {
    overflow: hidden;
    color: var(--hp-text);
    font-size: .91rem;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hp20-specialty-content small {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 5px;
    color: var(--hp-muted);
    font-size: .7rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hp20-specialty-arrow {
    flex: 0 0 auto;
    color: #a1acba;
    font-size: .82rem;
    transition: color .18s ease, transform .18s ease;
}

.hp20-specialty-card:hover .hp20-specialty-arrow {
    color: var(--hp-primary);
    transform: translateX(3px);
}

.hp20-doctor-card,
.hp20-hospital-card,
.hp20-article-card,
.hp20-community-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-sm);
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(29, 62, 109, .055);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.hp20-doctor-card:hover,
.hp20-hospital-card:hover,
.hp20-article-card:hover,
.hp20-community-card:hover {
    border-color: rgba(10, 102, 194, .20);
    box-shadow: var(--hp-shadow-hover);
    transform: translateY(-5px);
}

.hp20-doctor-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.hp20-doctor-media {
    position: relative;
    height: 214px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .85), transparent 42%),
        linear-gradient(145deg, #e7f1fb, #d3e4f5);
}

.hp20-doctor-media > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.hp20-doctor-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .35s ease;
}

.hp20-doctor-card:hover .hp20-doctor-media img {
    transform: scale(1.035);
}

.hp20-doctor-initial {
    display: inline-flex;
    width: 102px;
    height: 102px;
    align-items: center;
    justify-content: center;
    color: var(--hp-primary);
    border: 4px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 18px 38px rgba(36, 76, 124, .15);
    font-size: 2.8rem;
}

.hp20-doctor-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    pointer-events: none;
}

.hp20-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(20, 45, 78, .10);
    font-size: .64rem;
    backdrop-filter: blur(8px);
}

.hp20-badge-verified {
    color: #075e54;
    background: rgba(233, 250, 247, .94);
}

.hp20-badge-featured {
    color: #8a5a00;
    background: rgba(255, 248, 229, .95);
}

.hp20-doctor-body {
    flex: 1;
    padding: 18px 18px 15px;
}

.hp20-doctor-specialty,
.hp20-hospital-type {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin-bottom: 8px;
    padding: 5px 9px;
    overflow: hidden;
    color: var(--hp-primary);
    border-radius: 999px;
    background: var(--hp-primary-soft);
    font-size: .66rem;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hp20-doctor-body h3,
.hp20-hospital-body h3,
.hp20-article-body h3 {
    margin: 0;
    line-height: 1.35;
}

.hp20-doctor-body h3 {
    font-size: 1.02rem;
}

.hp20-doctor-body h3 a,
.hp20-hospital-body h3 a,
.hp20-article-body h3 a {
    color: var(--hp-text);
}

.hp20-doctor-body h3 a:hover,
.hp20-hospital-body h3 a:hover,
.hp20-article-body h3 a:hover {
    color: var(--hp-primary);
}

.hp20-doctor-designation {
    display: -webkit-box;
    overflow: hidden;
    min-height: 40px;
    margin: 7px 0 13px;
    color: var(--hp-muted);
    font-size: .73rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hp20-doctor-meta,
.hp20-hospital-meta {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.hp20-doctor-meta span,
.hp20-hospital-meta span {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 7px;
    color: #5c687a;
    font-size: .7rem;
    line-height: 1.42;
}

.hp20-doctor-meta i,
.hp20-hospital-meta i {
    flex: 0 0 13px;
    margin-top: 2px;
    color: #8492a6;
    text-align: center;
}

.hp20-doctor-meta .hp20-meta-online,
.hp20-doctor-meta .hp20-meta-online i {
    color: var(--hp-teal);
}

.hp20-doctor-footer {
    display: flex;
    min-height: 65px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 18px;
    border-top: 1px solid #edf1f6;
    background: #fbfdff;
}

.hp20-doctor-footer > div small,
.hp20-doctor-footer > div strong {
    display: block;
}

.hp20-doctor-footer > div small {
    margin-bottom: 2px;
    color: var(--hp-muted);
    font-size: .61rem;
}

.hp20-doctor-footer > div strong {
    color: var(--hp-primary-dark);
    font-size: .95rem;
    line-height: 1.1;
}

.hp20-doctor-footer .btn {
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 9px;
    font-size: .68rem;
}

.hp20-hospital-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 20px;
}

.hp20-hospital-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.hp20-hospital-logo {
    display: flex;
    width: 78px;
    height: 78px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--hp-primary);
    border: 1px solid var(--hp-border);
    border-radius: 18px;
    background: #f7faff;
    font-size: 2rem;
}

.hp20-hospital-logo img {
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain;
}

.hp20-hospital-verified {
    display: inline-flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    color: var(--hp-primary);
    border-radius: 50%;
    background: var(--hp-primary-soft);
}

.hp20-hospital-body {
    flex: 1;
}

.hp20-hospital-body h3 {
    min-height: 46px;
    font-size: .98rem;
}

.hp20-hospital-body > p {
    display: -webkit-box;
    overflow: hidden;
    min-height: 56px;
    margin: 8px 0 14px;
    color: var(--hp-muted);
    font-size: .72rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hp20-hospital-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 17px;
    padding-top: 14px;
    color: var(--hp-primary);
    border-top: 1px solid #edf1f6;
    font-size: .74rem;
}

.hp20-hospital-link i {
    transition: transform .18s ease;
}

.hp20-hospital-link:hover i {
    transform: translateX(4px);
}

.hp20-service-banner-section {
    padding-top: 42px;
    padding-bottom: 42px;
}

.hp20-service-banner {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    overflow: hidden;
    padding: 32px 36px;
    color: #ffffff;
    border-radius: var(--hp-radius);
    background:
        radial-gradient(circle at 86% 18%, rgba(255, 255, 255, .18), transparent 16rem),
        linear-gradient(135deg, #8e1628 0%, #c52d41 54%, #e15362 100%);
    box-shadow: 0 24px 55px rgba(152, 27, 47, .20);
}

.hp20-service-banner::after {
    position: absolute;
    right: -75px;
    bottom: -140px;
    width: 330px;
    height: 330px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
}

.hp20-service-banner-art {
    position: relative;
    z-index: 2;
    width: 102px;
    height: 102px;
}

.hp20-blood-drop,
.hp20-blood-pulse {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 16px 30px rgba(77, 5, 20, .18);
    backdrop-filter: blur(8px);
}

.hp20-blood-drop {
    inset: 0;
    border-radius: 28px;
    font-size: 3.2rem;
}

.hp20-blood-pulse {
    right: -11px;
    bottom: -8px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1.25rem;
}

.hp20-service-banner-copy {
    position: relative;
    z-index: 2;
}

.hp20-service-banner-copy .hp20-section-kicker {
    color: rgba(255, 255, 255, .78);
}

.hp20-service-banner-copy h2 {
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.hp20-service-banner-copy p {
    max-width: 650px;
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: .87rem;
    line-height: 1.65;
}

.hp20-service-banner > .btn {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8e1628;
    border-radius: 12px;
}

.hp20-community-card {
    padding: 20px;
}

.hp20-community-head {
    display: flex;
    align-items: center;
    gap: 11px;
}

.hp20-community-avatar {
    display: flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    color: var(--hp-purple);
    border-radius: 50%;
    background: var(--hp-purple-soft);
}

.hp20-community-head strong,
.hp20-community-head small {
    display: block;
}

.hp20-community-head strong {
    color: var(--hp-text);
    font-size: .82rem;
}

.hp20-community-head small {
    margin-top: 2px;
    color: var(--hp-muted);
    font-size: .64rem;
}

.hp20-community-card > p {
    margin: 16px 0 18px;
}

.hp20-community-card > p a {
    display: -webkit-box;
    overflow: hidden;
    min-height: 88px;
    color: #344054;
    font-size: .78rem;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.hp20-community-card > p a:hover {
    color: var(--hp-primary);
}

.hp20-community-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 14px;
    color: var(--hp-muted);
    border-top: 1px solid #edf1f6;
    font-size: .65rem;
}

.hp20-community-footer span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.hp20-community-footer > a {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: var(--hp-primary);
    border-radius: 50%;
    background: var(--hp-primary-soft);
}

.hp20-article-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.hp20-article-image {
    display: flex;
    height: 210px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--hp-primary);
    background:
        radial-gradient(circle at 72% 24%, rgba(255, 255, 255, .80), transparent 32%),
        linear-gradient(145deg, #e8f2fc, #dceafa);
}

.hp20-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.hp20-article-card:hover .hp20-article-image img {
    transform: scale(1.045);
}

.hp20-article-image > span {
    font-size: 3.8rem;
}

.hp20-article-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.hp20-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 12px;
    margin-bottom: 10px;
    color: var(--hp-muted);
    font-size: .64rem;
}

.hp20-article-meta span {
    padding: 5px 8px;
    color: var(--hp-primary);
    border-radius: 999px;
    background: var(--hp-primary-soft);
}

.hp20-article-body h3 {
    font-size: 1.02rem;
}

.hp20-article-body > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 9px 0 16px;
    color: var(--hp-muted);
    font-size: .74rem;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hp20-read-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: var(--hp-primary);
    font-size: .73rem;
}

.hp20-read-link i {
    transition: transform .18s ease;
}

.hp20-read-link:hover i {
    transform: translateX(4px);
}

.hp20-location-section {
    padding-top: 42px;
    padding-bottom: 78px;
}

.hp20-location-card {
    display: grid;
    grid-template-columns: minmax(250px, .85fr) minmax(0, 2fr);
    gap: 38px;
    align-items: center;
    padding: 34px;
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius);
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(29, 62, 109, .06);
}

.hp20-location-copy h2 {
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    line-height: 1.25;
}

.hp20-location-copy p {
    margin: 10px 0 0;
    color: var(--hp-muted);
    font-size: .82rem;
    line-height: 1.65;
}

.hp20-location-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hp20-location-list a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    color: #44526a;
    border: 1px solid #e0e7f0;
    border-radius: 999px;
    background: #f9fbfe;
    font-size: .72rem;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.hp20-location-list a i {
    color: var(--hp-primary);
    font-size: .68rem;
}

.hp20-location-list a:hover {
    color: var(--hp-primary);
    border-color: rgba(10, 102, 194, .28);
    background: var(--hp-primary-soft);
    transform: translateY(-2px);
}

.hp20-why-section {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 92% 10%, rgba(69, 213, 189, .16), transparent 24rem),
        linear-gradient(135deg, #052b5c 0%, #073f7f 56%, #075ba8 100%);
}

.hp20-why-section::before,
.hp20-why-section::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 50%;
}

.hp20-why-section::before {
    top: -210px;
    right: -90px;
    width: 460px;
    height: 460px;
}

.hp20-why-section::after {
    bottom: -240px;
    left: -100px;
    width: 500px;
    height: 500px;
}

.hp20-why-copy,
.hp20-why-card {
    position: relative;
    z-index: 2;
}

.hp20-kicker-light {
    color: rgba(255, 255, 255, .72);
}

.hp20-why-copy h2 {
    color: #ffffff;
    font-size: clamp(1.8rem, 3.6vw, 2.7rem);
    line-height: 1.18;
}

.hp20-why-copy > p {
    max-width: 560px;
    margin: 15px 0 25px;
    color: rgba(255, 255, 255, .73);
    font-size: .9rem;
    line-height: 1.75;
}

.hp20-why-copy .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hp-primary-deep);
    border-radius: 12px;
}

.hp20-why-card {
    height: 100%;
    padding: 22px 19px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: var(--hp-radius-sm);
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(10px);
}

.hp20-why-card > span {
    display: flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    color: #dff7ff;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 14px;
    background: rgba(255, 255, 255, .10);
    font-size: 1.25rem;
}

.hp20-why-card h3 {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: .92rem;
}

.hp20-why-card p {
    margin: 0;
    color: rgba(255, 255, 255, .67);
    font-size: .72rem;
    line-height: 1.6;
}

.hp20-cta-section {
    padding: 70px 0 54px;
    background: var(--hp-page);
}

.hp20-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    overflow: hidden;
    padding: 30px 34px;
    color: #ffffff;
    border-radius: var(--hp-radius);
    background:
        radial-gradient(circle at 83% 15%, rgba(255, 255, 255, .18), transparent 17rem),
        linear-gradient(135deg, var(--hp-primary-dark), var(--hp-primary) 58%, #2189d7);
    box-shadow: 0 24px 54px rgba(10, 102, 194, .20);
}

.hp20-cta-card > div:first-child {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 18px;
}

.hp20-cta-icon {
    display: flex;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    font-size: 1.65rem;
}

.hp20-cta-card h2 {
    color: #ffffff;
    font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.hp20-cta-card p {
    max-width: 720px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .75);
    font-size: .82rem;
    line-height: 1.6;
}

.hp20-cta-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
}

.hp20-cta-actions .btn {
    min-height: 43px;
    border-radius: 11px;
    font-size: .78rem;
}

.hp20-cta-actions .btn-light {
    color: var(--hp-primary-deep);
}

.hp20-cta-actions .btn-outline-light:hover {
    color: var(--hp-primary-deep);
}

.hp20-emergency-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 18px 0 0;
    color: #778398;
    font-size: .69rem;
    text-align: center;
}

.hp20-emergency-note i {
    color: var(--hp-orange);
}

.hp20-empty-state {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 30px;
    color: var(--hp-muted);
    border: 1px dashed #ced8e6;
    border-radius: var(--hp-radius-sm);
    background: rgba(255, 255, 255, .72);
    font-size: .84rem;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .hp20-hero {
        padding-top: 68px;
    }

    .hp20-hero-copy {
        padding-bottom: 110px;
    }

    .hp20-hero-visual {
        height: 390px;
    }

    .hp20-search-form {
        grid-template-columns: minmax(240px, 1.4fr) minmax(170px, 1fr) minmax(155px, .9fr);
    }

    .hp20-search-submit {
        grid-column: 1 / -1;
    }

    .hp20-search-submit .btn {
        width: 100%;
    }

    .hp20-stat-item {
        padding: 18px;
    }
}

@media (max-width: 991.98px) {
    .hp20-section {
        padding: 62px 0;
    }

    .hp20-hero {
        padding-top: 58px;
    }

    .hp20-hero-copy {
        max-width: 780px;
        padding-bottom: 20px;
        text-align: center;
    }

    .hp20-eyebrow,
    .hp20-trust-list,
    .hp20-hero-actions {
        justify-content: center;
    }

    .hp20-hero-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .hp20-hero-visual {
        height: 330px;
        margin-bottom: 40px;
        transform: scale(.88);
        transform-origin: center center;
    }

    .hp20-search-wrap {
        margin-bottom: -120px;
    }

    .hp20-stats-section {
        padding-top: 156px;
    }

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

    .hp20-stat-item:nth-child(2) {
        border-right: 0;
    }

    .hp20-stat-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--hp-border);
    }

    .hp20-location-card {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hp20-service-banner {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hp20-service-banner > .btn {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
    }

    .hp20-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .hp20-section {
        padding: 52px 0;
    }

    .hp20-hero {
        padding-top: 44px;
    }

    .hp20-hero-copy h1 {
        font-size: clamp(2.05rem, 9vw, 3rem);
    }

    .hp20-hero-copy > p {
        font-size: .94rem;
    }

    .hp20-hero-visual {
        width: 420px;
        max-width: 100%;
        height: 300px;
        margin-top: -12px;
        margin-bottom: 32px;
        transform: scale(.78);
    }

    .hp20-search-wrap {
        margin-bottom: -154px;
        padding: 20px;
    }

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

    .hp20-field-keyword,
    .hp20-search-submit {
        grid-column: 1 / -1;
    }

    .hp20-stats-section {
        padding-top: 188px;
    }

    .hp20-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .hp20-heading-link {
        align-self: flex-start;
    }

    .hp20-service-banner {
        grid-template-columns: 1fr;
        padding: 28px;
        text-align: center;
    }

    .hp20-service-banner-art {
        margin: 0 auto;
    }

    .hp20-service-banner-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .hp20-cta-card > div:first-child {
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .hp20-section {
        padding: 44px 0;
    }

    .hp20-hero {
        padding-top: 34px;
    }

    .hp20-eyebrow {
        font-size: .64rem;
        line-height: 1.4;
        text-align: left;
    }

    .hp20-hero-copy h1 {
        font-size: 2.05rem;
        line-height: 1.12;
    }

    .hp20-trust-list {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
        padding-left: 12px;
    }

    .hp20-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hp20-hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .hp20-hero-visual {
        left: 50%;
        width: 420px;
        max-width: none;
        height: 272px;
        margin-top: -20px;
        margin-bottom: 18px;
        transform: translateX(-50%) scale(.65);
        transform-origin: center center;
    }

    .hp20-search-wrap {
        margin-right: -2px;
        margin-bottom: -188px;
        margin-left: -2px;
        padding: 17px;
        border-radius: 18px;
    }

    .hp20-search-heading {
        align-items: flex-start;
    }

    .hp20-search-heading h2 {
        font-size: .98rem;
    }

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

    .hp20-field-keyword,
    .hp20-search-submit {
        grid-column: auto;
    }

    .hp20-popular-searches {
        align-items: flex-start;
    }

    .hp20-stats-section {
        padding-top: 220px;
    }

    .hp20-stats-card {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .hp20-stat-item,
    .hp20-stat-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--hp-border);
    }

    .hp20-stat-item:last-child {
        border-bottom: 0;
    }

    .hp20-quick-section {
        padding-top: 20px;
    }

    .hp20-quick-card {
        min-height: 126px;
    }

    .hp20-doctor-media {
        height: 250px;
    }

    .hp20-location-card {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .hp20-location-list {
        gap: 8px;
    }

    .hp20-location-list a {
        padding: 8px 10px;
    }

    .hp20-service-banner,
    .hp20-cta-card {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .hp20-cta-card > div:first-child {
        flex-direction: column;
    }

    .hp20-cta-actions {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
    }

    .hp20-cta-actions .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hp20-page *,
    .hp20-page *::before,
    .hp20-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
