/* ═══════════════════════════════════════════════════
   Medpinn Complete — medpinn.css
   Covers: Hero · RCM Form · Other Services
═══════════════════════════════════════════════════ */

/* ─── SHARED UTILITIES ─────────────────────────── */
.mph-hero, .mpf-wrap, .mos-section {
    font-family: inherit;
    box-sizing: border-box;
}
*, *::before, *::after { box-sizing: inherit; }


/* ════════════════════════════════════════════════
   HERO  [medpinn_hero]
════════════════════════════════════════════════ */
.mph-hero {
    max-width: 780px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    text-align: center;
}

.mph-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0F6E56;
    background: #E1F5EE;
    padding: 4px 14px;
    border-radius: 99px;
    margin-bottom: 18px;
}

.mph-headline {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    line-height: 1.25 !important;
    margin: 0 0 16px !important;
}

.mph-sub {
    font-size: 16px !important;
    color: #6b7280 !important;
    line-height: 1.7 !important;
    margin: 0 0 2rem !important;
    max-width: 620px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* stats row */
.mph-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.mph-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.mph-stat-num {
    font-size: 28px;
    font-weight: 700;
    color: #1D9E75;
    line-height: 1;
}

.mph-stat-label {
    font-size: 12px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* pills row */
.mph-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 2rem;
}

.mph-pill {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 99px;
    padding: 5px 14px;
}

/* ctas */
.mph-ctas {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.mph-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.15s;
}

.mph-btn--primary {
    background: #1D9E75;
    color: #ffffff !important;
    border: 2px solid #1D9E75;
}

.mph-btn--primary:hover {
    background: #0F6E56;
    border-color: #0F6E56;
}

.mph-btn--secondary {
    background: transparent;
    color: #374151 !important;
    border: 2px solid #d1d5db;
}

.mph-btn--secondary:hover {
    background: #f9fafb;
    border-color: #9ca3af;
}

@media (max-width: 600px) {
    .mph-headline { font-size: 26px !important; }
    .mph-stats { gap: 1.25rem; }
    .mph-stat-num { font-size: 22px; }
}


/* ════════════════════════════════════════════════
   RCM FORM  [medpinn_rcm_form]
════════════════════════════════════════════════ */
.mpf-wrap {
    max-width: 920px;
    margin: 0 auto;
    padding: 1rem 0;
}

.mpf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    background: #f9fafb;
}

/* left panel */
.mpf-left {
    padding: 2.5rem 2rem;
    background: #f9fafb;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mpf-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0F6E56;
    background: #E1F5EE;
    padding: 4px 12px;
    border-radius: 99px;
    margin-bottom: 16px;
}

.mpf-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 0 10px !important;
    line-height: 1.35 !important;
}

.mpf-sub {
    font-size: 14px !important;
    color: #6b7280 !important;
    margin: 0 0 1.5rem !important;
    line-height: 1.6 !important;
}

.mpf-promises {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.mpf-promises li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #4b5563;
    padding: 5px 0;
    line-height: 1.5;
}

.mpf-check {
    color: #1D9E75;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.mpf-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 0 0 1.25rem;
}

.mpf-social { display: flex; align-items: center; gap: 12px; }
.mpf-avatars { display: flex; }
.mpf-av {
    width: 30px; height: 30px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 600;
    margin-left: -8px; border: 2px solid #f9fafb;
}
.mpf-avatars .mpf-av:first-child { margin-left: 0; }
.mpf-av1 { background: #dbeafe; color: #1e40af; }
.mpf-av2 { background: #E1F5EE; color: #0F6E56; }
.mpf-av3 { background: #EEEDFE; color: #534AB7; }
.mpf-social-text { font-size: 12px; color: #6b7280; line-height: 1.5; margin: 0; }

/* right / form */
.mpf-right {
    padding: 2.5rem 2rem;
    background: #ffffff;
}

.mpf-form-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 0 1.25rem !important;
}

.mpf-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.mpf-field { margin-bottom: 12px; }
.mpf-row-2 .mpf-field { margin-bottom: 0; }

.mpf-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 5px;
}

.mpf-req { color: #dc2626; margin-left: 2px; }

.mpf-form input[type="text"],
.mpf-form input[type="email"],
.mpf-form input[type="tel"],
.mpf-form select {
    width: 100%;
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
    color: #111827;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    -webkit-appearance: none;
    appearance: none;
}

.mpf-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}

.mpf-form input:focus, .mpf-form select:focus {
    border-color: #1D9E75;
    box-shadow: 0 0 0 3px rgba(29,158,117,0.12);
}

.mpf-form input::placeholder { color: #9ca3af; }

.mpf-submit {
    width: 100%;
    height: 44px;
    margin-top: 6px;
    background: #1D9E75;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
    letter-spacing: 0.01em;
}

.mpf-submit:hover { background: #0F6E56; }

.mpf-privacy {
    font-size: 11px !important;
    color: #9ca3af !important;
    text-align: center !important;
    margin: 10px 0 0 !important;
}

/* error + success */
.mpf-errors {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
}
.mpf-errors p { color: #dc2626; font-size: 13px; margin: 0; padding: 2px 0; }

.mpf-success {
    text-align: center;
    padding: 4rem 2rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
}

.mpf-success-icon {
    width: 56px; height: 56px; border-radius: 50%;
    background: #E1F5EE;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.25rem;
}

.mpf-success h3 { font-size: 20px !important; font-weight: 700 !important; color: #111827 !important; margin: 0 0 10px !important; }
.mpf-success p  { font-size: 14px !important; color: #6b7280 !important; line-height: 1.6 !important; max-width: 420px; margin: 0 auto 1.5rem !important; }
.mpf-back-link  { font-size: 13px; color: #1D9E75; text-decoration: none; font-weight: 500; }
.mpf-back-link:hover { text-decoration: underline; }

@media (max-width: 680px) {
    .mpf-grid { grid-template-columns: 1fr; }
    .mpf-left { border-right: none; border-bottom: 1px solid #e5e7eb; padding: 2rem 1.5rem; }
    .mpf-right { padding: 2rem 1.5rem; }
    .mpf-row-2 { grid-template-columns: 1fr; }
}


/* ════════════════════════════════════════════════
   OTHER SERVICES  [medpinn_other_services]
════════════════════════════════════════════════ */
.mos-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
}

.mos-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3rem;
}

.mos-section-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0F6E56;
    background: #E1F5EE;
    padding: 4px 14px;
    border-radius: 99px;
    margin-bottom: 14px;
}

.mos-section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin: 0 0 12px !important;
    line-height: 1.3 !important;
}

.mos-section-sub {
    font-size: 15px !important;
    color: #6b7280 !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

.mos-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 2rem;
}

.mos-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.mos-card:hover {
    border-color: #c4c9d4;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.mos-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 1.25rem; }

.mos-icon-wrap {
    width: 44px; height: 44px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

.mos-icon--blue   { background: #dbeafe; color: #1e40af; }
.mos-icon--teal   { background: #E1F5EE; color: #0F6E56; }
.mos-icon--purple { background: #EEEDFE; color: #534AB7; }

.mos-eyebrow {
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.06em; text-transform: uppercase;
    padding: 3px 10px; border-radius: 99px;
}

.mos-eyebrow--blue   { background: #dbeafe; color: #1e40af; }
.mos-eyebrow--teal   { background: #E1F5EE; color: #0F6E56; }
.mos-eyebrow--purple { background: #EEEDFE; color: #534AB7; }

.mos-card-title   { font-size: 18px !important; font-weight: 700 !important; color: #111827 !important; margin: 0 0 6px !important; line-height: 1.3 !important; }
.mos-card-tagline { font-size: 13px !important; font-weight: 600 !important; color: #374151 !important; margin: 0 0 12px !important; line-height: 1.5 !important; }
.mos-card-desc    { font-size: 13px !important; color: #6b7280 !important; line-height: 1.7 !important; margin: 0 0 1.25rem !important; flex: 1; }

.mos-points { list-style: none; padding: 0; margin: 0 0 1.25rem; flex: 1; }
.mos-points li {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 13px; color: #4b5563;
    padding: 4px 0; line-height: 1.5;
}

.mos-bullet { font-weight: 700; font-size: 13px; flex-shrink: 0; margin-top: 1px; }
.mos-bullet--blue   { color: #1e40af; }
.mos-bullet--teal   { color: #1D9E75; }
.mos-bullet--purple { color: #534AB7; }

.mos-who {
    font-size: 12px; font-weight: 500;
    padding: 8px 12px; border-radius: 8px;
    margin-bottom: 1.25rem; line-height: 1.5;
}

.mos-who--blue   { background: #eff6ff; color: #1e40af; }
.mos-who--teal   { background: #f0fdf9; color: #0F6E56; }
.mos-who--purple { background: #f5f3ff; color: #534AB7; }

.mos-cta {
    display: block; font-size: 13px; font-weight: 600;
    text-decoration: none; padding: 10px 18px;
    border-radius: 8px; border: 1.5px solid; text-align: center;
    transition: background 0.15s, color 0.15s;
}

.mos-cta--blue   { color: #1e40af; border-color: #93c5fd; background: transparent; }
.mos-cta--blue:hover   { background: #dbeafe; color: #1e3a8a; }
.mos-cta--teal   { color: #0F6E56; border-color: #6ee7b7; background: transparent; }
.mos-cta--teal:hover   { background: #E1F5EE; color: #085041; }
.mos-cta--purple { color: #534AB7; border-color: #c4b5fd; background: transparent; }
.mos-cta--purple:hover { background: #EEEDFE; color: #3C3489; }

.mos-footer-note {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.75rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.mos-footer-note p  { font-size: 13px !important; color: #6b7280 !important; line-height: 1.6 !important; margin: 0 !important; max-width: 600px; }
.mos-general-cta    { font-size: 13px; font-weight: 600; color: #1D9E75; text-decoration: none; white-space: nowrap; flex-shrink: 0; }
.mos-general-cta:hover { text-decoration: underline; }

@media (max-width: 900px) {
    .mos-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
    .mos-section { padding: 3rem 1rem; }
    .mos-section-title { font-size: 22px !important; }
    .mos-cards { grid-template-columns: 1fr; }
    .mos-footer-note { flex-direction: column; align-items: flex-start; gap: 1rem; }
}
