<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HUMC Maternal Fetal Medicine | High-Risk Pregnancy Experts</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background: linear-gradient(135deg, #f0f7ff 0%, #e8f0f8 100%);
            color: #1a2f3f;
            padding: 2rem 1rem;
            min-height: 100vh;
        }

        /* animated background accent */
        .bg-glow {
            position: fixed;
            top: -20%;
            right: -10%;
            width: 70vmax;
            height: 70vmax;
            background: radial-gradient(circle, rgba(0, 200, 220, 0.1) 0%, rgba(10, 75, 122, 0) 70%);
            border-radius: 50%;
            pointer-events: none;
            z-index: 0;
            animation: float 25s infinite ease-in-out;
        }

        .bg-glow-2 {
            left: -15%;
            bottom: -15%;
            top: auto;
            right: auto;
            background: radial-gradient(circle, rgba(0, 229, 255, 0.08) 0%, rgba(10, 75, 122, 0) 70%);
            animation: float 30s infinite reverse;
        }

        @keyframes float {
            0% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(4%, 5%) scale(1.08); }
            100% { transform: translate(0, 0) scale(1); }
        }

        .container {
            max-width: 1300px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        /* header */
        .hero {
            text-align: center;
            margin-bottom: 3rem;
            padding: 1rem;
        }

        .logo-icon {
            width: 90px;
            height: 90px;
            background: white;
            margin: 0 auto 1.2rem;
            border-radius: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.8rem;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.15);
            border: 1px solid rgba(255,255,255,0.6);
        }

        h1 {
            font-size: 2.2rem;
            font-weight: 700;
            background: linear-gradient(145deg, #0a4b7a, #1f7f9e);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            letter-spacing: -0.3px;
        }

        .subhead {
            color: #2c6682;
            font-weight: 500;
            margin-top: 0.6rem;
            font-size: 1.05rem;
            border-bottom: 2px solid #00e5ff60;
            display: inline-block;
            padding-bottom: 0.3rem;
        }

        /* category cards */
        .section {
            background: rgba(255, 255, 255, 0.75);
            backdrop-filter: blur(12px);
            border-radius: 1.8rem;
            padding: 1.5rem;
            margin-bottom: 1.8rem;
            box-shadow: 0 5px 18px rgba(0, 0, 0, 0.03);
            border: 1px solid rgba(255,255,255,0.8);
            transition: all 0.2s;
        }

        .section:hover {
            background: rgba(255, 255, 255, 0.88);
            box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.12);
        }

        .section h2 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1.2rem;
            padding-left: 0.8rem;
            border-left: 5px solid #00e5ff;
            color: #0a4b7a;
        }

        .links-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
            gap: 0.75rem;
        }

        .link-btn {
            background: white;
            padding: 0.85rem 1.2rem;
            border-radius: 1.2rem;
            text-decoration: none;
            color: #1e3a4d;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-weight: 500;
            transition: 0.2s;
            border: 1px solid #e2edf5;
            box-shadow: 0 1px 2px rgba(0,0,0,0.02);
        }

        .link-btn:hover {
            border-color: #00e5ff;
            transform: translateX(6px);
            background: #ffffff;
            box-shadow: 0 10px 20px -12px #00b7cc40;
        }

        .left {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .badge {
            background: #eef3fc;
            font-size: 0.7rem;
            padding: 0.2rem 0.65rem;
            border-radius: 40px;
            color: #1a6685;
            font-weight: 600;
        }

        .footer {
            text-align: center;
            margin-top: 3rem;
            padding-top: 1.8rem;
            border-top: 1px solid rgba(0,0,0,0.08);
            font-size: 0.8rem;
            color: #3f6e8c;
        }

        @media (max-width: 650px) {
            body { padding: 1rem; }
            .section { padding: 1rem; }
            .link-btn { flex-wrap: wrap; gap: 6px; }
        }
    </style>
</head>
<body>
<div class="bg-glow"></div>
<div class="bg-glow bg-glow-2"></div>

<div class="container">
    <div class="hero">
        <div class="logo-icon">๐Ÿฅ</div>
        <h1>HUMC Maternal Fetal Medicine</h1>
        <div class="subhead">High‑Risk Pregnancy Care ยท Advanced Diagnostics ยท Compassionate Team</div>
    </div>

    <!-- Physicians -->
    <div class="section">
        <h2>๐Ÿ‘ฉโ€โš•๏ธ MFM Physicians</h2>
        <div class="links-grid">
            <a href="https://o2o.to/i/7fsPIS" class="link-btn" target="_blank"><span class="left">๐Ÿ‘ค Tomi Kanninen MD FACOG</span><span class="badge">35</span></a>
            <a href="https://o2o.to/i/DkUMuR" class="link-btn" target="_blank"><span class="left">๐Ÿ‘ค Elizabeth Cochrane MD FACOG</span><span class="badge">10</span></a>
            <a href="https://qro2o.com/i/PckIJG" class="link-btn" target="_blank"><span class="left">๐Ÿ‘ค Zimeng Gao MD FACOG</span><span class="badge">10</span></a>
            <a href="https://o2o.to/i/L6BaJx" class="link-btn" target="_blank"><span class="left">๐Ÿ‘ค Manuel Alvarez MD FACOG</span><span class="badge">8</span></a>
            <a href="https://o2o.to/i/Qvn3Ro" class="link-btn" target="_blank"><span class="left">๐Ÿ‘ค Andrew Haddad MD FACOG FACMG</span></a>
            <a href="https://o2o.to/i/xa1lmK" class="link-btn" target="_blank"><span class="left">๐Ÿ‘ค Abdulla Al-Khan MD FACOG FACS</span></a>
            <a href="https://o2o.to/i/hANdU7" class="link-btn" target="_blank"><span class="left">๐Ÿ‘ค Jesus Alvarez-Perez MD FACOG</span></a>
        </div>
    </div>

    <!-- Nurses & APN -->
    <div class="section">
        <h2>๐Ÿฉบ Advanced Practice & Nursing Team</h2>
        <div class="links-grid">
            <a href="https://o2o.to/i/0XxEgb" class="link-btn" target="_blank"><span class="left">๐Ÿ’  Magdalena Pawlik APN</span></a>
            <a href="https://o2o.to/i/4dDGr8" class="link-btn" target="_blank"><span class="left">โญ Juliet Arias RN</span><span class="badge">27</span></a>
            <a href="https://o2o.to/i/CrqI7F" class="link-btn" target="_blank"><span class="left">โญ Jeanine Coronato RN</span><span class="badge">18</span></a>
            <a href="https://o2o.to/i/I6pt0J" class="link-btn" target="_blank"><span class="left">โญ Monique Donnelly RN</span><span class="badge">22</span></a>
            <a href="https://o2o.to/i/CczX3n" class="link-btn" target="_blank"><span class="left">โญ Tara Marucci RN</span><span class="badge">29</span></a>
            <a href="https://qro2o.com/i/kFInQI" class="link-btn" target="_blank"><span class="left">โญ Carmela Ceccio RN</span><span class="badge">2</span></a>
        </div>
    </div>

    <!-- Fetal & Maternal Echo / EKG -->
    <div class="section">
        <h2>๐Ÿ“Š Fetal & Maternal Diagnostics</h2>
        <div class="links-grid">
            <a href="https://o2o.to/i/2udhtP" class="link-btn" target="_blank"><span class="left">๐Ÿซ€ Fetal Echo, Hackensack NJ</span><span class="badge">26</span></a>
            <a href="https://o2o.to/i/wSZP3V" class="link-btn" target="_blank"><span class="left">๐Ÿซ€ Fetal Echo, Hoboken NJ</span><span class="badge">8</span></a>
            <a href="https://o2o.to/i/l1cNji" class="link-btn" target="_blank"><span class="left">๐Ÿซ€ Fetal Echo, Paramus NJ</span><span class="badge">7</span></a>
            <a href="https://o2o.to/i/RaPyAE" class="link-btn" target="_blank"><span class="left">โค๏ธ Maternal EKG</span></a>
            <a href="https://o2o.to/i/BvEyHu" class="link-btn" target="_blank"><span class="left">๐Ÿซ€ Maternal Echo, HUMC</span></a>
            <a href="https://o2o.to/i/DPjdfx" class="link-btn" target="_blank"><span class="left">๐Ÿซ€ Maternal Echo, outside</span><span class="badge">7</span></a>
        </div>
    </div>

    <!-- Genetic counseling & testing -->
    <div class="section">
        <h2>๐Ÿงฌ Genetics & Counseling</h2>
        <div class="links-grid">
            <a href="https://o2o.to/i/b8AnFR" class="link-btn" target="_blank"><span class="left">๐Ÿงฌ Genetic counseling</span><span class="badge">27</span></a>
            <a href="https://o2o.to/i/b8AnFR" class="link-btn" target="_blank"><span class="left">๐Ÿงช Genetic Testing</span></a>
            <a href="https://mothertobaby.org/fact-sheets/" class="link-btn" target="_blank"><span class="left">๐Ÿคฐ MotherToBaby exposures</span></a>
        </div>
    </div>

    <!-- Pregnancy info ACOG etc (full working links) -->
    <div class="section">
        <h2>๐Ÿ“š Pregnancy & Patient Education</h2>
        <div class="links-grid">
            <a href="https://www.acog.org/womens-health/pregnancy" class="link-btn" target="_blank"><span class="left">๐Ÿ“˜ General Pregnancy (ACOG)</span><span class="badge">7</span></a>
            <a href="https://highriskpregnancyinfo.org/" class="link-btn" target="_blank"><span class="left">โš ๏ธ High Risk Pregnancy Information</span></a>
            <a href="https://www.acog.org/womens-health/faqs/rsv-vaccine-and-pregnancy" class="link-btn" target="_blank"><span class="left">๐Ÿ’‰ RSV vaccine during pregnancy (ACOG)</span></a>
            <a href="https://highriskpregnancyinfo.org/high-risk-pregnancy-info/" class="link-btn" target="_blank"><span class="left">๐Ÿ”ฌ Soft Markers โ€” High Risk Info</span></a>
        </div>
    </div>

    <!-- Referrals & second opinions -->
    <div class="section">
        <h2>๐Ÿ“Ž Referrals & Second Opinions</h2>
        <div class="links-grid">
            <a href="https://drive.google.com/file/d/1V1FHV_OUP1z/edit?usp=sharing" class="link-btn" target="_blank"><span class="left">๐Ÿ“„ Referrals / Second Opinions</span><span class="badge">13</span></a>
            <a href="#" class="link-btn"><span class="left">๐Ÿ“ž Useful Contact Information (call office)</span></a>
        </div>
    </div>

    <!-- General team link -->
    <div class="section">
        <h2>๐Ÿ‘ฅ Department & Profiles</h2>
        <div class="links-grid">
            <a href="https://o2o.to/i/Qvn3Ro" class="link-btn" target="_blank"><span class="left">๐Ÿ“‡ MFM Physicians (general team page)</span></a>
        </div>
    </div>

    <div class="footer">
        โš•๏ธ HUMC Maternal Fetal Medicine โ€” High‑risk pregnancy specialists, Hackensack NJ<br>
        For medical emergencies, call 911 or your provider immediately. Educational links only.
    </div>
</div>
</body>
</html>