/* CVU Provincial Nominee Program Guide — Stylesheet */

.cvu-pnp-guide { font-family:'Inter',system-ui,sans-serif; color:#1a1a1a; max-width:100%; }

/* Header */
.cvu-pnp-header { background:linear-gradient(135deg,#8B1526 0%,#C41E3A 100%); border-radius:8px 8px 0 0; }
.cvu-pnp-header-inner { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px; padding:14px 20px; }
.cvu-pnp-header-title { display:flex; align-items:center; gap:10px; color:#fff; font-size:16px; font-weight:700; letter-spacing:.03em; }
.cvu-pnp-maple { font-size:22px; }
.cvu-pnp-updated { font-size:12px; color:rgba(255,255,255,.8); }

/* Intro bar */
.cvu-pnp-intro-bar { display:grid; grid-template-columns:1fr auto; gap:20px; background:#0a1c40; color:#fff; padding:22px 24px; border-radius:0; align-items:center; }
.cvu-pnp-intro-text h2 { font-size:18px; font-weight:700; margin:0 0 8px; color:#fff; }
.cvu-pnp-intro-text p { font-size:13px; line-height:1.7; color:rgba(255,255,255,.85); margin:0; }
.cvu-pnp-intro-stats { display:flex; gap:20px; flex-shrink:0; }
.cvu-pnp-stat { text-align:center; }
.cvu-pnp-stat-num { display:block; font-size:26px; font-weight:800; color:#fff; line-height:1; }
.cvu-pnp-stat-lbl { display:block; font-size:10px; color:rgba(255,255,255,.65); text-transform:uppercase; letter-spacing:.06em; margin-top:3px; max-width:80px; line-height:1.3; }

/* Tabs */
.cvu-pnp-tabs { display:flex; background:#f0f0f0; border:1px solid #ddd; border-top:none; overflow-x:auto; -webkit-overflow-scrolling:touch; }
.cvu-pnp-tab { flex:1; min-width:110px; padding:12px 14px; font-size:12px; font-weight:600; border:none; border-right:1px solid #ddd; background:#f0f0f0; color:#555; cursor:pointer; transition:background .2s,color .2s; white-space:nowrap; }
.cvu-pnp-tab:last-child { border-right:none; }
.cvu-pnp-tab:hover { background:#e0e0e0; color:#111; }
.cvu-pnp-tab.active { background:#fff; color:#C41E3A; border-bottom:3px solid #C41E3A; margin-bottom:-1px; }

/* Panels */
.cvu-pnp-panel { display:none; background:#fff; border:1px solid #ddd; border-top:none; padding:28px 24px; border-radius:0 0 8px 8px; }
.cvu-pnp-panel.active { display:block; }

/* Section title */
.cvu-pnp-section-title { font-size:20px; font-weight:700; color:#0a1c40; margin:0 0 14px; }
.cvu-pnp-block-title { font-size:16px; font-weight:700; color:#0a1c40; margin:24px 0 12px; padding-bottom:8px; border-bottom:2px solid #f0f0f0; }

/* Two col */
.cvu-pnp-two-col { display:grid; grid-template-columns:1fr 1fr; gap:28px; }

/* Pathway cards */
.cvu-pnp-pathway-cards { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.cvu-pnp-pathway-card { border-radius:8px; padding:20px; display:flex; flex-direction:column; gap:8px; }
.cvu-pnp-pathway-ee { background:#f0f6ff; border:2px solid #bfdbfe; }
.cvu-pnp-pathway-non-ee { background:#f9f9fb; border:2px solid #e5e7eb; }
.cvu-pnp-pathway-icon { font-size:28px; line-height:1; }
.cvu-pnp-pathway-label { font-size:9px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#C41E3A; }
.cvu-pnp-pathway-card h3 { font-size:14px; font-weight:700; color:#0a1c40; margin:0; line-height:1.3; }
.cvu-pnp-pathway-card p { font-size:12px; color:#555; margin:0; line-height:1.6; }
.cvu-pnp-check-list { list-style:none; padding:0; margin:0; font-size:12px; display:flex; flex-direction:column; gap:5px; flex:1; }
.cvu-pnp-check-list li::before { content:'✓ '; color:#059669; font-weight:700; }
.cvu-pnp-pathway-btn { background:#C41E3A; color:#fff; border:none; border-radius:4px; padding:8px 12px; font-size:11px; font-weight:600; cursor:pointer; margin-top:auto; transition:background .2s; align-self:flex-start; }
.cvu-pnp-pathway-btn:hover { background:#a01830; }

/* Who box */
.cvu-pnp-who-box { background:#f9fafb; border:1px solid #e5e7eb; border-radius:8px; padding:18px; margin-bottom:16px; }
.cvu-pnp-who-intro { font-size:13px; color:#555; margin:0 0 14px; }
.cvu-pnp-req-steps { display:flex; flex-direction:column; gap:14px; }
.cvu-pnp-req-step { display:flex; gap:12px; align-items:flex-start; }
.cvu-pnp-req-num { width:28px; height:28px; border-radius:50%; background:#C41E3A; color:#fff; font-size:13px; font-weight:700; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px; }
.cvu-pnp-req-step strong { display:block; font-size:13px; color:#0a1c40; margin-bottom:3px; }
.cvu-pnp-req-step p { font-size:12px; color:#555; margin:0; line-height:1.6; }

/* No PNP box */
.cvu-pnp-no-pnp-box { background:#fef3cd; border:1px solid #f0c040; border-radius:6px; padding:14px 16px; }
.cvu-pnp-no-pnp-box strong { display:block; margin-bottom:6px; font-size:13px; }
.cvu-pnp-no-pnp-box p { font-size:12px; color:#555; margin:0 0 8px; }
.cvu-pnp-no-pnp-links { display:flex; gap:12px; flex-wrap:wrap; }
.cvu-pnp-no-pnp-links a { font-size:12px; color:#C41E3A; font-weight:600; }

/* Province grid */
.cvu-pnp-provinces-header { margin-bottom:18px; }
.cvu-pnp-filter-bar { display:flex; gap:8px; flex-wrap:wrap; margin-top:12px; }
.cvu-pnp-filter { padding:5px 14px; font-size:12px; font-weight:600; border:1px solid #ddd; border-radius:20px; background:#fff; cursor:pointer; transition:all .2s; }
.cvu-pnp-filter.active,.cvu-pnp-filter:hover { background:#C41E3A; color:#fff; border-color:#C41E3A; }
.cvu-pnp-province-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:16px; margin-bottom:20px; }
.cvu-pnp-province-card { border:1px solid #e5e7eb; border-radius:8px; padding:16px; background:#fafafa; display:flex; flex-direction:column; gap:8px; transition:box-shadow .2s,transform .2s; }
.cvu-pnp-province-card:hover { box-shadow:0 4px 16px rgba(0,0,0,.1); transform:translateY(-2px); }
.cvu-pnp-province-card.hidden { display:none; }
.cvu-pnp-prov-top { display:flex; align-items:center; gap:10px; }
.cvu-pnp-prov-flag { font-size:26px; line-height:1; flex-shrink:0; }
.cvu-pnp-prov-code { font-size:10px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:#C41E3A; }
.cvu-pnp-prov-name { font-size:15px; font-weight:700; color:#0a1c40; }
.cvu-pnp-ee-badge { margin-left:auto; background:#dcfce7; color:#166534; font-size:10px; font-weight:700; padding:2px 7px; border-radius:20px; flex-shrink:0; }
.cvu-pnp-prov-program { font-size:11px; color:#666; font-style:italic; }
.cvu-pnp-streams { font-size:12px; }
.cvu-pnp-streams summary { cursor:pointer; color:#C41E3A; font-weight:600; user-select:none; }
.cvu-pnp-streams ul { margin:8px 0 0; padding-left:16px; display:flex; flex-direction:column; gap:3px; }
.cvu-pnp-prov-notes { font-size:11px; color:#666; margin:0; line-height:1.5; flex:1; }
.cvu-pnp-prov-link { font-size:12px; color:#C41E3A; font-weight:600; text-decoration:none; }
.cvu-pnp-prov-link:hover { text-decoration:underline; }

/* No PNP row */
.cvu-pnp-no-pnp-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.cvu-pnp-no-pnp-card { background:#fff8e1; border:1px solid #f0c040; border-radius:8px; padding:16px; display:flex; gap:12px; align-items:flex-start; }
.cvu-pnp-no-pnp-card .cvu-pnp-prov-name { margin-bottom:4px; }
.cvu-pnp-no-pnp-card p { font-size:12px; color:#555; margin:0 0 8px; }
.cvu-pnp-no-pnp-card a { font-size:12px; color:#C41E3A; font-weight:600; }

/* EE panel */
.cvu-pnp-ee-hero { display:flex; align-items:center; gap:20px; background:linear-gradient(135deg,#0a1c40,#185FA5); color:#fff; border-radius:8px; padding:22px 24px; margin-bottom:24px; }
.cvu-pnp-ee-badge-big { font-size:44px; font-weight:900; color:#FFD700; flex-shrink:0; line-height:1; text-shadow:0 2px 8px rgba(0,0,0,.3); }
.cvu-pnp-ee-hero h2 { font-size:18px; font-weight:700; margin:0 0 8px; }
.cvu-pnp-ee-hero p { font-size:13px; line-height:1.7; margin:0; color:rgba(255,255,255,.85); }
.cvu-pnp-ee-reqs { display:flex; flex-direction:column; gap:8px; margin-bottom:8px; }
.cvu-pnp-ee-req { display:flex; gap:10px; align-items:flex-start; font-size:13px; padding:10px 14px; background:#f0fdf4; border-radius:4px; border-left:3px solid #059669; }
.cvu-pnp-ee-req-icon { font-size:15px; flex-shrink:0; }

/* Timeline */
.cvu-pnp-process-timeline { display:flex; flex-direction:column; gap:0; position:relative; margin-bottom:8px; }
.cvu-pnp-process-timeline::before { content:''; position:absolute; left:22px; top:20px; bottom:20px; width:2px; background:#e5e7eb; z-index:0; }
.cvu-pnp-timeline-step { display:flex; gap:16px; align-items:flex-start; padding:14px 0; position:relative; z-index:1; }
.cvu-pnp-timeline-num { width:44px; height:44px; border-radius:50%; background:#C41E3A; color:#fff; font-size:16px; font-weight:700; display:flex; align-items:center; justify-content:center; flex-shrink:0; border:3px solid #fff; box-shadow:0 0 0 2px #C41E3A; }
.cvu-pnp-timeline-body { padding-top:8px; }
.cvu-pnp-timeline-body strong { display:block; font-size:14px; color:#0a1c40; margin-bottom:4px; }
.cvu-pnp-timeline-body p { font-size:13px; color:#555; margin:0; line-height:1.6; }

/* Info box */
.cvu-pnp-info-box { display:flex; gap:14px; border-radius:6px; padding:14px 16px; margin:20px 0; align-items:flex-start; }
.cvu-pnp-noc-box { background:#eff6ff; border:1px solid #bfdbfe; }
.cvu-pnp-info-icon { font-size:20px; flex-shrink:0; }
.cvu-pnp-info-box strong { display:block; font-size:13px; color:#0a1c40; margin-bottom:4px; }
.cvu-pnp-info-box p { font-size:12px; color:#555; margin:0; line-height:1.6; }

/* Compare grid */
.cvu-pnp-compare-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:16px 0; }
.cvu-pnp-compare-col { border-radius:8px; padding:16px; }
.cvu-pnp-compare-ee { background:#eff6ff; border:1px solid #bfdbfe; }
.cvu-pnp-compare-non-ee { background:#f9f9fb; border:1px solid #e5e7eb; }
.cvu-pnp-compare-head { font-size:13px; font-weight:700; margin-bottom:10px; color:#0a1c40; }
.cvu-pnp-compare-col ul { padding-left:16px; margin:0; font-size:12px; color:#444; display:flex; flex-direction:column; gap:5px; }

/* Big steps */
.cvu-pnp-big-steps { display:flex; flex-direction:column; gap:0; }
.cvu-pnp-big-step { display:grid; grid-template-columns:72px 1fr; gap:0; border-bottom:1px solid #f0f0f0; padding:20px 0; }
.cvu-pnp-big-step:last-child { border-bottom:none; }
.cvu-pnp-big-step-num { font-size:36px; font-weight:900; color:#e5e7eb; line-height:1; padding-top:4px; }
.cvu-pnp-big-step-body { padding-left:4px; }
.cvu-pnp-big-step-head { display:flex; align-items:center; gap:10px; margin-bottom:8px; }
.cvu-pnp-big-step-icon { font-size:20px; }
.cvu-pnp-big-step-head h3 { font-size:16px; font-weight:700; color:#0a1c40; margin:0; }
.cvu-pnp-big-step-body p { font-size:13px; color:#444; line-height:1.7; margin:0 0 10px; }
.cvu-pnp-step-tips { padding-left:16px; margin:0 0 10px; font-size:12px; color:#555; display:flex; flex-direction:column; gap:4px; }
.cvu-pnp-step-link { font-size:12px; color:#C41E3A; font-weight:600; }

/* Docs checklist */
.cvu-pnp-docs-box { background:#f0fdf4; border:1px solid #bbf7d0; border-radius:8px; padding:18px 20px; margin-top:24px; }
.cvu-pnp-docs-box h3 { margin:0 0 14px; font-size:15px; color:#065f46; }
.cvu-pnp-docs-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:8px; }
.cvu-pnp-doc-item { display:flex; gap:8px; align-items:flex-start; font-size:12px; color:#333; padding:6px 10px; background:#fff; border-radius:4px; border:1px solid #d1fae5; }

/* Live content from Canada.ca */
.cvu-pnp-live-section { border-bottom:1px solid #f0f0f0; padding:16px 0; }
.cvu-pnp-live-content { font-size:13px; line-height:1.7; color:#444; }
.cvu-pnp-live-content ul { padding-left:18px; margin:8px 0; }
.cvu-pnp-live-content li { margin-bottom:4px; }
.cvu-pnp-live-content a { color:#C41E3A; }
.cvu-pnp-source-note { font-size:11px; color:#888; margin-top:20px; }
.cvu-pnp-source-note a { color:#888; }

/* CTA */
.cvu-pnp-cta-bar { display:flex; gap:10px; flex-wrap:wrap; background:#0a1c40; border-radius:0; padding:16px 20px; margin-top:0; }
.cvu-pnp-btn { display:inline-flex; align-items:center; gap:6px; padding:10px 18px; border-radius:5px; font-size:12px; font-weight:600; text-decoration:none; transition:opacity .2s; }
.cvu-pnp-btn:hover { opacity:.85; }
.cvu-pnp-btn-primary { background:#C41E3A; color:#fff; }
.cvu-pnp-btn-secondary { background:#fff; color:#0a1c40; }
.cvu-pnp-btn-ghost { background:rgba(255,255,255,.15); color:#fff; border:1px solid rgba(255,255,255,.3); }

/* Disclaimer */
.cvu-pnp-disclaimer { font-size:11px; color:#999; line-height:1.6; border-top:1px solid #eee; padding-top:12px; margin:0; }
.cvu-pnp-disclaimer a { color:#999; }

/* Responsive */
@media (max-width:768px) {
    .cvu-pnp-intro-bar { grid-template-columns:1fr; }
    .cvu-pnp-intro-stats { justify-content:space-between; }
    .cvu-pnp-two-col { grid-template-columns:1fr; }
    .cvu-pnp-pathway-cards { grid-template-columns:1fr; }
    .cvu-pnp-compare-grid { grid-template-columns:1fr; }
    .cvu-pnp-no-pnp-row { grid-template-columns:1fr; }
    .cvu-pnp-panel { padding:16px 14px; }
    .cvu-pnp-tab { font-size:11px; padding:10px 8px; min-width:80px; }
    .cvu-pnp-big-step { grid-template-columns:50px 1fr; }
    .cvu-pnp-big-step-num { font-size:26px; }
    .cvu-pnp-cta-bar { flex-direction:column; }
    .cvu-pnp-btn { justify-content:center; }
    .cvu-pnp-ee-hero { flex-direction:column; }
}
