/*
 * partner-profile-2026-06-17.css
 * Extracts the inline styles from partner/profile.php into a class system.
 * Loads after design-tokens + app-shell.
 */

/* Verified-partner badge card (top hero block) */
.appshell .vp-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: 32px; margin-bottom: 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; }
@media (max-width: 900px) { .appshell .vp-card { grid-template-columns: 1fr; gap: 20px; padding: 24px; } }

.appshell .vp-mark-wrap { position: relative; }
.appshell .vp-mark { width: 120px; height: 120px; border-radius: 24px; background: linear-gradient(135deg, var(--hra-purple) 0%, var(--hra-purple-dark) 100%); display: grid; place-items: center; color: #fff; font-size: 38px; font-weight: 700; letter-spacing: -0.04em; box-shadow: 0 12px 32px rgba(75,46,131,0.28), inset 0 -3px 0 rgba(0,0,0,0.15); }
.appshell .vp-check { position: absolute; right: -8px; bottom: -8px; width: 40px; height: 40px; border-radius: 50%; background: var(--success); border: 4px solid var(--surface); display: grid; place-items: center; box-shadow: 0 4px 10px rgba(21,128,61,0.32); }

.appshell .vp-meta { min-width: 0; }
.appshell .vp-status-pill { display: inline-flex; align-items: center; gap: 6px; background: var(--success-bg); color: var(--success); border: 1px solid #BBF7D0; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 10px; }
.appshell .vp-org-name { margin: 0 0 4px; font-size: 22px; font-weight: 600; color: var(--ink); letter-spacing: -0.02em; }
.appshell .vp-org-desc { margin: 0 0 16px; font-size: 13px; color: var(--muted); max-width: 60ch; }
.appshell .vp-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 24px; font-size: 12px; color: var(--muted); max-width: 480px; }
.appshell .vp-facts b { color: var(--text); font-weight: 600; }
.appshell .vp-actions { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }

/* "What verified means" section */
.appshell .vw-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: 24px 28px; margin-bottom: 20px; }
.appshell .vw-card h2 { margin: 0 0 6px; font-size: 15px; font-weight: 600; color: var(--ink); }
.appshell .vw-card .vw-intro { margin: 0 0 18px; font-size: 12.5px; color: var(--muted); max-width: 64ch; }
.appshell .vw-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (max-width: 768px) { .appshell .vw-grid { grid-template-columns: 1fr; } }
.appshell .vw-criterion { display: flex; gap: 12px; padding: 14px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface-2); }
.appshell .vw-criterion-ico { width: 32px; height: 32px; border-radius: 8px; background: var(--success-bg); color: var(--success); display: grid; place-items: center; flex-shrink: 0; }
.appshell .vw-criterion-ico svg { width: 16px; height: 16px; }
.appshell .vw-criterion h3 { font-size: 13px; font-weight: 600; color: var(--ink); margin: 0 0 3px; }
.appshell .vw-criterion p { font-size: 12px; color: var(--muted); line-height: 1.5; margin: 0; }

/* Primary contact + "Coming later" two-up row */
.appshell .vp-twoup { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 16px; }
@media (max-width: 900px) { .appshell .vp-twoup { grid-template-columns: 1fr; } }

.appshell .vp-contact { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: 22px 26px; }
.appshell .vp-contact h2 { margin: 0 0 12px; font-size: 14px; font-weight: 600; color: var(--ink); }
.appshell .vp-contact .row { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.appshell .vp-contact .avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--hra-tile-blue); color: var(--hra-navy); display: grid; place-items: center; font-weight: 700; font-size: 16px; }
.appshell .vp-contact .name { font-size: 14px; font-weight: 600; color: var(--ink); }
.appshell .vp-contact .role { font-size: 12px; color: var(--muted); }
.appshell .vp-contact .grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; font-size: 12.5px; color: var(--text); }
@media (max-width: 640px) { .appshell .vp-contact .grid { grid-template-columns: 1fr; } }
.appshell .vp-contact .grid .lbl { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 600; display: block; margin-bottom: 2px; }
.appshell .vp-contact .foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border-2); display: flex; gap: 8px; flex-wrap: wrap; }

.appshell .vp-future { background: linear-gradient(180deg, var(--hra-lavender-bg) 0%, var(--surface) 100%); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 22px 24px; }
.appshell .vp-future .pill { display: inline-flex; align-items: center; gap: 6px; background: var(--warning-bg); color: #92400E; border: 1px solid #FDE68A; padding: 3px 9px; border-radius: 999px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 10px; }
.appshell .vp-future h2 { margin: 0 0 8px; font-size: 14.5px; font-weight: 600; color: var(--ink); }
.appshell .vp-future p { margin: 0 0 10px; font-size: 12.5px; color: var(--text); line-height: 1.55; }
.appshell .vp-future p:last-child { color: var(--muted); margin-bottom: 0; }
