:root{--ink:#0a2540;--muted:#5a6e85;--gold:#e4b85b;--paper:#f4f8fc;--line:#d0deec}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 'Segoe UI',Arial,sans-serif}a{color:inherit}button,input{font:inherit}button,a,input{touch-action:manipulation}a,button{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #0066ff;outline-offset:5px}.wrap{max-width:1180px;margin:auto;padding-left:32px;padding-right:32px}.header{height:110px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;text-decoration:none;font-size:38px;letter-spacing:-2px;font-weight:700;gap:2px}.brand img{width:47px;height:55px}.brand span{font-size:10px;font-weight:500;letter-spacing:1px;border-left:1px solid #b8d1eb;margin-left:18px;padding-left:18px;max-width:105px;line-height:1.5}.header nav{display:flex;align-items:center;gap:36px;font-size:14px}.header nav a{text-decoration:none}.login{border:1px solid #b8d1eb;border-radius:30px;padding:10px 25px;display:flex;gap:28px}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:44px;padding-top:65px;padding-bottom:64px;align-items:center}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.7px}.eyebrow i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#0066ff;margin-right:8px}h1{font-size:55px;line-height:1.14;letter-spacing:-2px;font-weight:500;margin:25px 0}h1 em{font-family:Georgia,serif;font-weight:400;color:#3b6998}.lead{font-size:23px;line-height:1.45;margin:24px 0 13px}.intro{color:var(--muted);max-width:400px;font-size:14px;line-height:1.8;margin-bottom:27px}.button{display:inline-flex;background:var(--ink);color:white;padding:15px 24px;border:0;border-radius:8px;text-decoration:none;align-items:center;justify-content:space-between;gap:48px;font-size:14px;font-weight:600;cursor:pointer;min-height:52px}.button:hover{background:#004bb8}.button span{font-size:21px;font-weight:400}.micro{display:flex;gap:24px;font-size:11px;color:var(--muted);margin-top:17px}.hero-art{height:440px;position:relative;background:#d5e5f7;border-radius:130px 130px 15px 15px;overflow:hidden}.medical{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.75;mix-blend-mode:multiply}.art-label{position:absolute;z-index:2;top:40px;left:35px;font-size:22px;line-height:1.3}.art-label strong{font:italic 38px Georgia,serif}.orbit{position:absolute;border:1px solid #b8d1eb;border-radius:50%;height:340px;width:340px;left:65px;top:60px}.floating{position:absolute;bottom:65px;left:23px;right:23px;background:#fffcf2f2;border:1px solid white;border-radius:12px;padding:19px;display:flex;gap:14px;align-items:center;box-shadow:0 12px 30px #0a254010;font-size:12px}.floating strong{display:block;font-size:15px}.heart{font-size:35px;line-height:1;color:#0066ff}.spark{margin-left:auto;color:#b98c37;font-size:26px}.art-bottom{position:absolute;bottom:22px;width:100%;text-align:center;font-size:8px;letter-spacing:2px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-top:25px;padding-bottom:25px}.benefits>div{display:flex;align-items:center;gap:18px;padding-left:26px;border-right:1px solid var(--line)}.benefits>div:first-child{padding-left:0}.benefits>div:last-child{border:0}.line-icon{font-size:29px;color:#4a7bb0}.benefits p{margin:0}.benefits strong{display:block;font-size:13px;font-weight:600}.benefits small{font-size:11px;color:var(--muted)}.how{display:grid;grid-template-columns:1fr 1.7fr;gap:50px;padding-top:65px;padding-bottom:70px}h2{font-size:29px;font-weight:500;line-height:1.3;letter-spacing:-.8px}.how p{font-size:12px;color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding-top:20px}.steps article>span{display:inline-block;border:1px solid #c2d7ed;border-radius:50%;padding:8px 13px;color:#2b5b88;font-size:13px}.steps h3{font-size:15px;font-weight:600;margin-top:23px}.steps p{line-height:1.8}.footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;min-height:100px;gap:20px}.footer .brand{font-size:29px}.footer .brand span{max-width:160px;font-size:9px;letter-spacing:0}.footer p,.footer>span{font-size:10px;color:var(--muted)}.flow{min-height:72vh;padding-top:25px;padding-bottom:70px}.back{font-size:13px;text-decoration:none}.progress{list-style:none;display:flex;justify-content:center;padding:20px 0 35px;gap:35px}.progress li{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px}.progress b{border:1px solid var(--line);border-radius:50%;width:30px;height:30px;display:grid;place-items:center}.progress .active{color:var(--ink)}.progress .active b{background:var(--ink);color:white}.form-panel{max-width:520px;margin:15px auto;background:white;padding:36px;border:1px solid var(--line);border-radius:18px}.form-panel h1,.result-heading h1{font-size:36px;letter-spacing:-1.2px}.form-panel p{color:var(--muted);font-size:14px}.form-panel small{display:block;font-size:11px;color:var(--muted);margin-top:14px}form>label,legend{font-size:13px;font-weight:600;display:block;margin-bottom:9px}input:not([type=radio]):not([type=checkbox]):not([type=hidden]){display:block;width:100%;border:1px solid #b8d1eb;border-radius:8px;padding:12px;margin-bottom:22px;background:var(--paper);color:var(--ink)}input.age-input{font-size:28px}.form-panel .button{width:100%;margin-top:12px}fieldset{border:0;padding:0;margin:24px 0}.choice{display:flex;align-items:center;gap:14px;padding:17px;border:1px solid var(--line);border-radius:10px;margin-bottom:12px;cursor:pointer;font-size:14px}.choice:has(input:checked){border-color:var(--ink);background:#eaf2fc}.choice:has(input:disabled){opacity:.5;cursor:not-allowed}.choice small{margin:3px 0 0}.choice input,.consent input{accent-color:var(--ink);width:18px;height:18px;flex-shrink:0}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.result-heading{text-align:center}.result-heading p{color:var(--muted);font-size:14px}.result-heading a{margin-left:16px}.tabs{display:flex;gap:8px;justify-content:center;margin:30px}.tabs a{text-decoration:none;border:1px solid var(--line);padding:8px 26px;border-radius:30px;font-size:14px}.tabs .selected{background:var(--ink);color:white}.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:22px;max-width:850px;margin:auto}.plan{background:white;padding:28px;border:1px solid var(--line);border-radius:15px}.plan p{color:var(--muted);font-size:14px;min-height:48px}.plan h2{margin:13px 0}.price{font-size:35px;font-weight:600;margin:24px 0}.price small{font-size:15px}.price span{font-size:12px;color:var(--muted);font-weight:400}.plan ul{padding-left:18px;font-size:13px;color:var(--muted);line-height:2.4;border-top:1px solid var(--line);padding-top:15px}.plan .button{width:100%}.notice{text-align:center;font-size:12px;color:var(--muted);margin-top:28px}.consent{display:flex;gap:12px;font-size:12px;font-weight:400}.error{padding:14px;background:#fff1de;border-radius:8px}.success{text-align:center}.success-icon{display:inline-grid;place-items:center;border-radius:50%;width:65px;height:65px;background:#dbe9fa;font-size:28px}.protocol{background:#eaf2fc;padding:15px;border-radius:8px;font-size:14px}
@media(max-width:800px){.wrap{padding-left:22px;padding-right:22px}.header{height:85px}.hero{gap:24px;padding-top:38px}h1{font-size:40px}.lead{font-size:20px}.hero-art{height:370px}.how{grid-template-columns:1fr;gap:20px}.benefits>div{padding-left:12px;gap:8px}.benefits small{font-size:10px}.footer>span{display:none}}@media(max-width:580px){.brand{font-size:32px}.brand span{display:none}.nav-info{display:none}.header nav{gap:0}.login{padding:7px 18px}.hero{grid-template-columns:1fr;padding-bottom:35px}.hero-copy{padding-top:8px}.hero h1{font-size:46px}.hero-art{height:330px;margin-top:10px;border-radius:90px 90px 15px 15px}.intro{max-width:100%}.benefits{grid-template-columns:1fr;gap:20px;padding-top:25px;padding-bottom:25px}.benefits>div{border:0;padding:0}.benefits small{font-size:12px}.steps{grid-template-columns:1fr;gap:14px}.steps article{position:relative;padding-left:54px}.steps article>span{position:absolute;left:0;top:8px}.steps h3{margin:8px 0}.steps p{margin-top:5px}.how{padding-top:40px;padding-bottom:40px}.footer{flex-wrap:wrap;gap:4px;padding-top:20px;padding-bottom:20px}.footer p{font-size:9px}.form-panel{padding:24px 19px}.form-panel h1,.result-heading h1{font-size:30px}.progress{gap:14px}.progress li{flex-direction:column;font-size:10px;gap:7px}.plan-grid{grid-template-columns:1fr}.flow{padding-left:16px;padding-right:16px}.micro{gap:15px}}
.contact-summary{padding:18px;background:#eaf2fc;border-radius:10px;margin:20px 0}.contact-summary span{display:block;font-size:14px;margin-top:5px}.account-heading{margin:35px 0}.account-heading h1{font-size:40px}.account-heading p{color:var(--muted)}.account-grid{display:grid;grid-template-columns:2fr 1fr;gap:35px}.account-grid h2{font-size:24px}.request-card{margin-bottom:20px}.request-top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.status{background:#dbe9fa;color:#0a4b94;font-size:12px;font-weight:600;padding:6px 12px;border-radius:20px}.request-details{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;border-top:1px solid var(--line);padding-top:18px;font-size:13px}.request-details dt{color:var(--muted);font-size:11px}.request-details dd{margin:4px 0;overflow-wrap:anywhere}.request-card p{min-height:0}.request-note{padding:15px;background:var(--paper);border-radius:8px}.account-grid aside p{overflow-wrap:anywhere}@media(max-width:700px){.account-grid{grid-template-columns:1fr;gap:5px}.account-heading h1{font-size:32px}.request-details{grid-template-columns:1fr}.header nav{gap:15px;font-size:12px}}
select.city-select{display:block;width:100%;border:1px solid #b8d1eb;border-radius:8px;padding:12px;margin-bottom:22px;background:var(--paper);color:var(--ink);font-size:16px}
.city-notice{background:#eaf2fc;border:1px solid #b8d1eb;color:#0a2540;padding:14px;border-radius:10px;font-size:13px;font-weight:600;margin-bottom:20px;display:flex;align-items:center;gap:8px}
.progress-bar-container{max-width:600px;margin:20px auto 35px;padding:0 4px}
.progress-bar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:13px}
.progress-bar-step-tag{font-size:12px;font-weight:700;color:#0066ff;text-transform:uppercase;letter-spacing:0.5px}
.progress-bar-title{font-size:14px;font-weight:700;color:#0a2540}
.progress-bar-track{width:100%;height:8px;background:#dbe8f6;border-radius:10px;overflow:hidden;position:relative}
.progress-bar-fill{height:100%;background:linear-gradient(90deg,#0066ff 0%,#0052d4 100%);border-radius:10px;transition:width 0.3s ease}
.network-summary-list{margin:8px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}
.network-provider-chip{background:#eaf2fc;border:1px solid #cce0f5;border-radius:8px;padding:9px 12px;font-size:12px;color:var(--ink)}
.network-provider-chip strong{display:block;font-size:13px;color:var(--ink)}
.network-provider-chip small{display:block;color:var(--muted);font-size:11px;margin-top:2px}
.provider-tag{display:inline-block;background:#0a2540;color:white;font-size:10px;font-weight:600;padding:2px 7px;border-radius:12px;margin-bottom:4px}
.provider-tag.tag-ps{background:#d9381e}
.provider-tag.tag-lab{background:#0077b6}
.provider-tag.tag-propria{background:#5b4296}
.provider-tag.tag-hosp{background:#0f52ba}
.provider-tag.tag-clinica{background:#46607d}
.network-modal-toggle{display:inline-block;margin-top:10px;font-size:12px;font-weight:600;color:var(--ink);cursor:pointer;text-decoration:underline}
.network-drawer-panel{background:white;border:1px solid var(--line);border-radius:15px;padding:24px;margin:30px 0}
.network-drawer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;margin-top:16px;max-height:450px;overflow-y:auto;padding-right:8px}

/* Modern Plan Card System */
.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px;max-width:1060px;margin:35px auto 0}
.plan-card-modern{background:#ffffff;border:1.5px solid #dce8f8;border-radius:22px;padding:32px;display:flex;flex-direction:column;align-items:stretch;text-align:center;box-shadow:0 10px 30px rgba(0,102,255,0.05);transition:transform 0.22s ease,box-shadow 0.22s ease,border-color 0.22s ease;position:relative;overflow:hidden}
.plan-card-modern:hover{transform:translateY(-4px);border-color:#0066ff;box-shadow:0 16px 36px rgba(0,102,255,0.12)}
.card-badge-row{display:flex;justify-content:center;margin-bottom:12px}
.plan-pill-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:0.3px;text-transform:uppercase;background:#e0eeff;color:#0052d4;border:1px solid #b8d9ff}
.plan-pill-badge.badge-vip{background:#f3e8ff;color:#6b21a8;border-color:#e9d5ff}
.plan-pill-badge.badge-qp{background:#e0f2fe;color:#0369a1;border-color:#bae6fd}
.plan-pill-badge.badge-popular{background:#fef3c7;color:#92400e;border-color:#fde68a}
.plan-pill-badge.badge-econ{background:#dcfce7;color:#166534;border-color:#bbf7d0}
.plan-pill-badge.badge-senior{background:#ffe4e6;color:#9f1239;border-color:#fecdd3}
.plan-modern-title{font-size:26px;font-weight:800;color:#0a2540;margin:4px 0 6px;letter-spacing:-0.5px;text-align:center}
.plan-modern-sub{font-size:13px;color:#5a6e85;line-height:1.5;margin-bottom:18px;text-align:center}
.plan-benefits-highlights{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:10px;text-align:left}
.plan-benefits-highlights li{display:flex;align-items:flex-start;gap:12px;background:#f6fafe;border:1px solid #e2edf8;padding:10px 14px;border-radius:12px}
.benefit-icon{font-size:20px;line-height:1;flex-shrink:0;margin-top:2px}
.plan-benefits-highlights strong{display:block;font-size:13px;color:#0a2540}
.plan-benefits-highlights small{display:block;font-size:11px;color:#5a6e85;margin-top:1px}
.plan-price-card{background:#f4f8fc;border:1px solid #d6e4f6;color:#0a2540;padding:16px 20px;border-radius:14px;margin-bottom:18px;display:flex;flex-direction:column;align-items:center;text-align:center}
.price-main{display:flex;align-items:baseline;justify-content:center;gap:4px}
.price-currency{font-size:18px;font-weight:700;color:#0066ff}
.price-val{font-size:38px;font-weight:800;color:#0a2540;letter-spacing:-1px;line-height:1}
.price-period{font-size:14px;color:#5a6e85;font-weight:500;margin-left:4px}
.price-guarantee{font-size:11px;color:#5a6e85;margin-top:6px;font-weight:500;text-align:center}
.plan-details-modern{border:1px solid #d0deec;border-radius:12px;margin-bottom:18px;background:#ffffff;overflow:hidden}
.network-summary-btn{display:flex;align-items:center;justify-content:space-between;padding:12px 15px;cursor:pointer;user-select:none;background:#f8fafc;transition:background 0.2s ease}
.network-summary-btn:hover{background:#eaf2fc}
.net-btn-left{display:flex;align-items:center;gap:10px}
.net-icon{font-size:20px}
.net-btn-left strong{display:block;font-size:13px;color:#0a2540}
.net-btn-left small{display:block;font-size:11px;color:#5a6e85}
.net-arrow{font-size:12px;color:#0066ff;transition:transform 0.2s ease}
.plan-details-modern[open] .net-arrow{transform:rotate(180deg)}
.network-details-body{padding:14px;border-top:1px solid #e0eeff;background:#ffffff}
.plan-select-button-modern{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 22px;background:linear-gradient(135deg, #0066ff 0%, #0052d4 100%);color:#ffffff !important;font-size:15px;font-weight:700;text-decoration:none !important;border-radius:12px;box-shadow:0 6px 20px rgba(0,102,255,0.35);transition:all 0.22s ease-in-out;margin-top:auto}
.plan-select-button-modern:hover{background:linear-gradient(135deg, #0052d4 0%, #0a2540 100%);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,102,255,0.5)}
.plan-select-button-modern .arrow-icon{font-size:20px;transition:transform 0.2s ease}
.plan-select-button-modern:hover .arrow-icon{transform:translateX(5px)}

/* Per-Plan Accredited Network Modal */
body.modal-open { overflow: hidden; }
dialog.plan-network-modal {
    border: none;
    border-radius: 20px;
    padding: 0;
    max-width: 860px;
    width: 92vw;
    height: 88vh;
    max-height: 720px;
    background: #ffffff;
    box-shadow: 0 25px 60px rgba(10, 37, 64, 0.4);
    overflow: hidden;
    margin: auto;
}
dialog.plan-network-modal::backdrop {
    background: rgba(10, 37, 64, 0.65);
    backdrop-filter: blur(6px);
}
.modal-dialog-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 22px 28px;
    background: linear-gradient(135deg, #f4f8fc 0%, #eaf2fc 100%);
    border-bottom: 1px solid #d0deec;
    gap: 16px;
}
.modal-header-info h2 {
    font-size: 20px;
    font-weight: 800;
    color: #0a2540;
    margin: 6px 0 4px;
    letter-spacing: -0.5px;
}
.modal-subtitle {
    font-size: 13px;
    color: #5a6e85;
    margin: 0;
}
.modal-close-btn {
    background: #ffffff;
    border: 1px solid #c2d7ed;
    color: #0a2540;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}
.modal-close-btn:hover {
    background: #0066ff;
    color: #ffffff;
    border-color: #0066ff;
    transform: rotate(90deg);
}
.modal-controls {
    padding: 16px 24px 12px;
    border-bottom: 1px solid #e0eeff;
    background: #ffffff;
}
.modal-search-box {
    position: relative;
    margin-bottom: 12px;
}
.modal-search-box .search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #5a6e85;
    pointer-events: none;
}
.modal-search-input {
    width: 100%;
    padding: 11px 14px 11px 40px !important;
    margin-bottom: 0 !important;
    border: 1px solid #b8d1eb !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    background: #f4f8fc !important;
    color: #0a2540 !important;
    transition: all 0.2s ease;
}
.modal-search-input:focus {
    background: #ffffff !important;
    border-color: #0066ff !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.15) !important;
}
.modal-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-bottom: 2px;
}
.cat-tab {
    background: #f4f8fc;
    border: 1px solid #d0deec;
    color: #5a6e85;
    padding: 6px 13px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}
.cat-tab:hover {
    background: #eaf2fc;
    color: #0a2540;
}
.cat-tab.active {
    background: #0066ff;
    color: #ffffff;
    border-color: #0066ff;
    box-shadow: 0 3px 10px rgba(0, 102, 255, 0.25);
}
.modal-body-scroll {
    padding: 18px 24px;
    overflow-y: auto;
    flex: 1;
    background: #f9fbfe;
}
.modal-providers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
}
.network-provider-card {
    background: #ffffff;
    border: 1px solid #dce8f8;
    border-radius: 12px;
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: all 0.18s ease;
    box-shadow: 0 2px 6px rgba(0, 102, 255, 0.03);
}
.network-provider-card:hover {
    border-color: #99c2ff;
    box-shadow: 0 4px 14px rgba(0, 102, 255, 0.1);
    transform: translateY(-2px);
}
.network-provider-card strong {
    font-size: 14px;
    color: #0a2540;
    line-height: 1.35;
}
.network-provider-card p {
    font-size: 12px;
    color: #5a6e85;
    margin: 0;
    line-height: 1.4;
}
.no-modal-results {
    text-align: center;
    padding: 40px 20px;
    color: #5a6e85;
    font-size: 14px;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    background: #ffffff;
    border-top: 1px solid #d0deec;
    gap: 16px;
}
.modal-footer-note {
    font-size: 12px;
    color: #5a6e85;
    font-weight: 500;
}
.view-network-modal-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 18px;
    background: #f0f6ff;
    border: 1.5px solid #c2dafe;
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 16px;
    transition: all 0.2s ease;
    text-align: center;
    color: #0052d4;
    font-weight: 700;
    font-size: 13px;
}
.view-network-modal-btn:hover {
    background: #0066ff;
    border-color: #0066ff;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(0, 102, 255, 0.25);
    transform: translateY(-1px);
}
.view-network-modal-btn .btn-arrow {
    font-size: 16px;
    transition: transform 0.2s ease;
}
.view-network-modal-btn:hover .btn-arrow {
    transform: translateX(4px);
}

/* Full Screen Modal on Mobile */
@media(max-width: 680px) {
    dialog.plan-network-modal {
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        max-height: 100vh !important;
        border-radius: 0 !important;
        margin: 0 !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .modal-header { padding: 16px 18px; }
    .modal-header-info h2 { font-size: 18px; }
    .modal-controls { padding: 14px 16px; }
    .modal-category-tabs { flex-wrap: wrap; gap: 6px; }
    .cat-tab { padding: 6px 12px; font-size: 11px; }
    .modal-body-scroll { padding: 14px 16px; }
    .modal-providers-grid { grid-template-columns: 1fr; }
    .modal-footer { padding: 14px 16px; flex-direction: column; align-items: stretch; gap: 10px; text-align: center; }
}

/* Featured Provider Badges & Cards in App */
.is-featured-provider {
    border: 2px solid #f59e0b !important;
    background: linear-gradient(135deg, #fffdf5 0%, #fff9e6 100%) !important;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.15) !important;
}
.provider-featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f59e0b;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
    margin-bottom: 4px;
}
.plan-card-featured-box {
    background: linear-gradient(135deg, #fffdf5 0%, #fef3c7 100%);
    border: 1px solid #fde68a;
    border-radius: 12px;
    padding: 10px 14px;
    margin-bottom: 16px;
    text-align: left;
}
.plan-card-featured-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #92400e;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.plan-card-featured-tags {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.plan-card-feat-tag {
    font-size: 12px;
    font-weight: 700;
    color: #78350f;
    line-height: 1.3;
}

/* Homepage Featured Hospitals Banner */
.featured-hospitals-section {
    margin: 45px 0 20px;
    background: linear-gradient(135deg, #0a2540 0%, #003b8e 100%);
    border-radius: 24px;
    padding: 36px 32px;
    color: #ffffff;
    box-shadow: 0 12px 35px rgba(10, 37, 64, 0.25);
}
.featured-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 28px;
}
.featured-section-header .eyebrow {
    color: #70b0ff;
    letter-spacing: 1.5px;
}
.featured-section-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin: 8px 0;
}
.featured-section-header p {
    color: #b3d1ff;
    font-size: 14px;
    margin: 0;
}
.featured-hospitals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.featured-hosp-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.featured-hosp-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.14);
    border-color: #70b0ff;
}
.featured-hosp-badge-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.featured-rank-chip {
    background: #f59e0b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 12px;
}
.featured-cat-tag {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 10px;
}
.featured-hosp-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #ffffff;
    line-height: 1.3;
}
.featured-hosp-address {
    font-size: 13px;
    color: #d0e2ff;
    margin: 0 0 16px;
}
.featured-hosp-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 12px;
    margin-top: auto;
}
.featured-operator-pill {
    font-size: 12px;
    color: #99c2ff;
    font-weight: 600;
}
.featured-hosp-btn {
    color: #ffffff;
    background: #0066ff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s ease;
}
.featured-hosp-btn:hover {
    background: #3385ff;
}


