/* ============================================
   HCP MARKETING PAGE — Styles
   ============================================ */

/* ========== NAVBAR (Light) ========== */
.hcp-navbar {
    background: #fff !important;
    border-bottom: 1px solid #e8ecf0;
    padding: 14px 0;
    transition: 0.3s ease;
    z-index: 1050;
    box-shadow: none !important;
}

.hcp-navbar.scrolled {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06) !important;
    padding: 10px 0;
}

.hcp-logo-dark {
    filter: none;
}

.hcp-navbar .nav-link {
    color: #3a4a5e !important;
    font-weight: 500;
    font-size: 0.88rem;
    padding: 8px 14px !important;
    transition: 0.3s ease;
}

.hcp-navbar .nav-link:hover,
.hcp-navbar .nav-link.active {
    color: #319AD5 !important;
}

.hcp-navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #F7932E;
    transition: 0.3s ease;
}

.hcp-navbar .nav-link:hover::after,
.hcp-navbar .nav-link.active::after {
    width: 50%;
}

.hcp-btn-login {
    color: #3a4a5e !important;
    border-color: #d5dbe3 !important;
}

.hcp-btn-login:hover {
    color: #0F1A24 !important;
    border-color: #aab4c2 !important;
    background: #f5f7fa !important;
}

.hcp-navbar .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.2);
}

.hcp-navbar .navbar-toggler-icon {
    filter: invert(1) grayscale(100%) brightness(0.4);
}

/* ========== HERO ========== */
.hcp-hero {
    background: #f5f7fa;
    padding: 130px 0 80px;
    position: relative;
    overflow: hidden;
}

.hcp-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    gap: 50px;
}

.hcp-hero-badge {
    display: inline-block;
    background: rgba(49, 154, 213, 0.1);
    color: #319AD5;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hcp-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0F1A24;
    line-height: 1.15;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.hcp-hero-desc {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 460px;
}

.hcp-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hcp-btn-outline {
    background: transparent;
    color: #0F1A24;
    border: 1.5px solid #d5dbe3;
    padding: 11px 30px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.88rem;
    transition: all 0.3s ease;
}

.hcp-btn-outline:hover {
    border-color: #aab4c2;
    background: #fff;
    color: #0F1A24;
}

.hcp-hero-image-wrapper {
    position: relative;
}

.hcp-hero-image {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 15px 40px rgba(0, 0, 0, 0.12));
    animation: hcpFloat 4s ease-in-out infinite;
}

@keyframes hcpFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ========== PLATFORM ========== */
.hcp-platform {
    background: #fff;
}

/* ========== NPI-LEVEL TARGETING ========== */
.hcp-npi {
    background: #fff;
}

/* Features Grid — 2 columns top */
.hcp-features-grid {
    display: grid;
   grid-template-columns: 2fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

/* Bottom row — 2 columns */
.hcp-features-bottom {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
    align-items: stretch;
}

.hcp-features-bottom .hcp-feature-card {
    height: 270px;
}

.padding-m-card{
      padding: 32px 32px !important;
    padding-right: 58px !important;
}

.hcp-feature-card {
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 12px;
    padding: 28px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hcp-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

/* ---- PLD Card ---- */
.hcp-feature-pld {
    display: grid;
    grid-template-columns: 205px 1fr;
    gap: 24px;
    align-items: start;
    background: rgba(246, 243, 242, 0.5);
}

.hcp-pld-img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.hcp-pld-img-box img {
    width: 100%;
    max-width: 195px;
    height: auto;
    display: block;
}

.hcp-sample-report-btn {
    display: inline-block;
    background: #F7932E;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    transition: 0.3s ease;
    margin-top: 4px;
}

.hcp-sample-report-btn:hover {
    background: #e07d1a;
    color: #fff;
}

.hcp-pld-content {
    display: flex;
    flex-direction: column;
}

/* ---- Physician Network Card ---- */
.hcp-feature-physician {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.hcp-physician-img-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 100%;
}

.hcp-physician-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 280px;
}

.hcp-physician-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
}

.hcp-physician-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.hcp-physician-desc {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Card with image */
.hcp-feature-img-box {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.hcp-feature-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.hcp-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 20px;
}

.hcp-icon-blue {
    background: rgba(49, 154, 213, 0.1);
    color: #319AD5;
}

.hcp-icon-orange {
    background: rgba(247, 147, 46, 0.1);
    color: #F7932E;
}

.hcp-feature-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0F1A24;
    margin-bottom: 15px;
}

.hcp-feature-desc {
    font-size: 0.82rem;
    color: #4a5568;
    line-height: 1.65;
    margin-bottom: 20px;
}

/* Tags / Pills */
.hcp-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.hcp-tag {
display: inline-block;
    background: #F0EDED;
    color: #3a4a5e;
    padding: 5px 14px;
    border-radius: 7px;
    font-size: 0.72rem;
    font-weight: 600;
    border: 1px solid #d5dbe3;
}

/* ========== REACHING HCPs ========== */
.hcp-reaching {
    background: #f5f7fa;
}

.hcp-reaching-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.hcp-reaching-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.hcp-reaching-content .section-title-dark {
    margin-bottom: 18px;
}

.hcp-reaching-content .section-desc {
    font-size: 0.88rem;
    color: #4a5568;
    line-height: 1.75;
}

/* Logos Grid */
.hcp-logos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.hcp-logo-item {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 10px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    transition: 0.3s ease;
}

.hcp-logo-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.hcp-logo-item img {
    max-width: 80px;
    max-height: 28px;
    object-fit: contain;
    filter: grayscale(30%);
    opacity: 0.85;
    transition: 0.3s ease;
}

.hcp-logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* ========== TRUSTED ========== */
.hcp-trusted {
    background: #fff;
}

/* ========== CTA ========== */
.hcp-cta {
    padding: 80px 0 100px;
    background: #fff;
}

.hcp-cta-box {
    background: linear-gradient(165deg, #050b18 0%, #091425 30%, #0d1e35 55%, #122a48 100%);
    border-radius: 24px;
    padding: 65px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hcp-cta-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 25% 50%, rgba(247, 147, 46, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse at 75% 50%, rgba(26, 143, 255, 0.06) 0%, transparent 55%);
    pointer-events: none;
}

/* ========== PLD REPORT MODAL ========== */
.pld-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.pld-modal-overlay.active {
    display: flex;
}

.pld-modal {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    max-width: 800px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: pldModalIn 0.3s ease;
    max-height: 90vh;
    overflow: auto;
}

@keyframes pldModalIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.pld-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #f1f5f9;
    color: #64748b;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    z-index: 2;
}

.pld-modal-close:hover {
    background: #e2e8f0;
    color: #1a2b3c;
}

.pld-modal-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1199.98px) {
    .hcp-hero-title {
        font-size: 2.2rem;
    }

    .hcp-logos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    .hcp-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hcp-hero-image-col {
        display: none;
    }

    .hcp-hero {
        padding: 120px 0 60px;
    }

    .hcp-hero-title {
        font-size: 2rem;
    }

    .hcp-features-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hcp-features-bottom {
        grid-template-columns: 1fr 1fr;
    }

    .hcp-feature-pld {
        grid-template-columns: 1fr;
    }

    .hcp-reaching-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hcp-logos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .hcp-hero {
        padding: 100px 0 50px;
    }

    .hcp-hero-title {
        font-size: 1.75rem;
    }

    .hcp-features-grid {
        grid-template-columns: 1fr;
    }

    .hcp-features-bottom {
        grid-template-columns: 1fr;
    }

    .hcp-feature-pld {
        grid-template-columns: 1fr;
    }

    .hcp-logos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hcp-cta-box {
        padding: 40px 20px;
    }
}

@media (max-width: 575.98px) {
    .hcp-hero-title {
        font-size: 1.5rem;
    }

    .hcp-hero-buttons {
        flex-direction: column;
    }

    .hcp-hero-buttons .btn {
        width: 100%;
        text-align: center;
    }

    .hcp-logos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hcp-cta-box {
        padding: 30px 14px;
    }
}
