/* ========================================================================
   beHired — component styles
   ======================================================================== */

/* ---------- NAV ---------- */
.po-nav { position: sticky; top: 0; z-index: 50; transition: background .3s, border-color .3s, box-shadow .3s; border-bottom: 1px solid transparent; }
.po-nav.is-scrolled { background: oklch(0.99 0.005 80 / 0.82); backdrop-filter: saturate(1.4) blur(14px); border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }
[data-mode="dark"] .po-nav.is-scrolled { background: oklch(0.2 0.018 264 / 0.82); }
.po-nav-row { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 24px; }
/* logo + links share one left-anchored group so the links never shift when the
   right-side CTA appears/disappears between the landing and reader pages. */
.po-nav-left { display: flex; align-items: center; gap: clamp(22px, 3.5vw, 44px); }
.po-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: -0.02em; }
.po-mark { width: 32px; height: 32px; border-radius: 9px; background: var(--accent); color: oklch(0.99 0 0); display: grid; place-items: center; box-shadow: 0 4px 12px -4px var(--accent); }
.po-logo-mark { display: block; flex: none; width: 32px; height: 32px; }
.po-logo-foot .po-logo-mark { width: 28px; height: 28px; }
/* Wordmark: "beHired" — the "i" tittle is the brand star (same shape as the
   favicon), drawn via a mask so it stays brand-red. It sits at cap-height, level
   with the top of the "H", leaving a gap above the shorter dotless "ı" stem.
   Nudge --dot-top (vertical) or --star-size to taste. */
.po-word { line-height: 1; }
.po-word-i { position: relative; display: inline-block; --dot-top: 0.12em; --star-size: 0.42em; }
.po-word-i::after {
  content: ""; position: absolute; left: 50%; top: var(--dot-top);
  width: var(--star-size); height: var(--star-size);
  transform: translate(-50%, -50%);
  background: var(--accent);
  -webkit-mask: url(/star.svg) center / contain no-repeat;
  mask: url(/star.svg) center / contain no-repeat;
}
.po-dash { color: var(--accent); padding-inline: 1px; }
.po-nav-links { display: flex; gap: 30px; font-size: 15px; font-weight: 500; color: var(--ink-2); }
.po-nav-links a { position: relative; padding: 4px 0; transition: color .18s; }
.po-nav-links a:hover { color: var(--ink); }
.po-nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px; background: var(--accent); border-radius: 2px; transition: right .25s ease; }
.po-nav-links a:hover::after { right: 0; }
.po-nav-links a.is-active { color: var(--ink); }
.po-nav-links a.is-active::after { right: 0; }
.po-nav-cta { display: flex; align-items: center; gap: 18px; }
.po-signin { font-size: 15px; font-weight: 600; color: var(--ink-2); }
.po-signin:hover { color: var(--ink); }
/* signed-in chip (Google avatar + first name) */
.po-nav-user { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600; color: var(--ink); padding: 4px 10px 4px 4px; border-radius: 999px; border: 1px solid var(--line); transition: border-color .15s, background .15s; }
.po-nav-user:hover { border-color: var(--accent); background: var(--accent-soft); }
.po-nav-avatar { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; flex: none; }
.po-nav-avatar-fallback { display: grid; place-items: center; background: var(--accent); color: oklch(0.99 0 0); font-size: 12px; font-weight: 700; }
.po-nav-uname { max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.po-burger { display: none; background: none; border: none; color: var(--ink); cursor: pointer; padding: 6px; }
.po-mobile { position: fixed; inset: 70px 0 0; background: oklch(0.2 0.02 264 / 0.4); opacity: 0; pointer-events: none; transition: opacity .25s; z-index: 49; }
.po-mobile.open { opacity: 1; pointer-events: auto; }
.po-mobile-inner { background: var(--surface); border-bottom: 1px solid var(--line); padding: 14px var(--gut) 24px; display: flex; flex-direction: column; transform: translateY(-10px); transition: transform .28s; }
.po-mobile.open .po-mobile-inner { transform: none; }
.po-mobile-inner a { display: flex; align-items: center; justify-content: space-between; padding: 16px 4px; font-size: 18px; font-weight: 600; border-bottom: 1px solid var(--line-2); color: var(--ink); }
.po-mobile-inner a svg { color: var(--ink-3); }
.po-mobile-inner a.is-active { color: var(--accent); }
.po-mobile-start { justify-content: center !important; margin-top: 18px; color: oklch(0.99 0 0) !important; border: none; }

/* ---------- HERO ---------- */
.po-hero { position: relative; padding-top: clamp(40px, 7vw, 88px); padding-bottom: clamp(40px, 6vw, 72px); overflow: hidden; }
.po-hero-glow { position: absolute; top: -16%; right: -8%; width: 60vw; height: 60vw; max-width: 760px; max-height: 760px; background: radial-gradient(circle at 60% 40%, var(--accent-soft), transparent 62%); pointer-events: none; z-index: 0; }
.po-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.po-hero-pill { background: var(--surface); }
.po-hero-h1 { font-size: clamp(38px, 6vw, 70px); margin-top: 22px; text-wrap: balance; }
.po-hero-sub { font-size: clamp(17px, 1.4vw, 20px); color: var(--ink-2); margin-top: 22px; max-width: 36ch; text-wrap: pretty; }
.po-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.po-hero-assure { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; }
.po-hero-assure li { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--ink-3); }
.po-hero-assure svg { color: var(--grow); flex: none; }
.po-hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 30px; }
.po-hero-trust p { font-size: 14.5px; color: var(--ink-2); max-width: 32ch; }
.po-hero-trust strong { color: var(--ink); }
.po-avatars { display: flex; }
.po-av { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-mono); font-size: 12px; font-weight: 700; color: oklch(0.99 0 0); border: 2.5px solid var(--canvas); margin-left: -10px; background: var(--accent); }
.po-av:first-child { margin-left: 0; }
.po-av:nth-child(2) { background: var(--grow); }
.po-av:nth-child(3) { background: oklch(0.55 0.16 274); }
.po-av:nth-child(4) { background: oklch(0.6 0.13 52); }
.po-av:nth-child(5) { background: var(--ink-2); }

/* Offer card visual */
.po-hero-visual { position: relative; display: grid; place-items: center; min-height: 380px; }
.po-offer { position: relative; width: min(100%, 380px); }
.po-offer-main { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 22px; animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { .po-offer-main, .po-chip { animation: none !important; } }
.po-offer-top { display: flex; align-items: center; gap: 12px; }
.po-offer-co { width: 44px; height: 44px; border-radius: 12px; background: var(--ink); color: var(--canvas); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 20px; flex: none; }
.po-offer-role { flex: 1; min-width: 0; }
.po-offer-role strong { display: block; font-size: 15.5px; }
.po-offer-role span { font-size: 12.5px; color: var(--ink-3); }
.po-offer-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: var(--grow); background: var(--grow-soft); padding: 5px 10px; border-radius: 999px; flex: none; }
.po-offer-rows { margin-top: 18px; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); padding: 6px 0; }
.po-offer-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; font-size: 14px; }
.po-offer-row span { color: var(--ink-3); }
.po-offer-row b { font-family: var(--font-display); font-size: 15px; }
.po-offer-foot { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.po-tag { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-mono); font-size: 11px; font-weight: 600; padding: 5px 9px; border-radius: 8px; background: var(--halo); color: var(--ink-2); border: 1px solid var(--line); }
.po-tag-grow { color: var(--grow); background: var(--grow-soft); border-color: transparent; }
.po-chip { position: absolute; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 11px 14px; display: flex; align-items: center; gap: 10px; }
.po-chip svg { color: var(--accent); flex: none; }
.po-chip b { font-family: var(--font-display); font-size: 17px; display: block; line-height: 1; }
.po-chip span { font-size: 11px; color: var(--ink-3); }
.po-chip-1 { top: -20px; left: -30px; animation: floaty 5s ease-in-out infinite .3s; }
.po-chip-2 { top: 42%; right: -34px; animation: floaty 6.5s ease-in-out infinite .6s; }
.po-chip-3 { bottom: -22px; right: 18px; animation: floaty 5.5s ease-in-out infinite .15s; }
.po-chip-ring { width: 18px; height: 18px; border-radius: 50%; border: 3px solid var(--grow); border-right-color: var(--grow-soft); flex: none; }
@media (max-width: 520px) { .po-chip-1 { left: -10px; } .po-chip-2 { right: -8px; } .po-chip-3 { right: 8px; } }


/* ---------- shared head ---------- */
.po-head { max-width: 640px; margin-bottom: clamp(40px, 5vw, 60px); }
.po-head .eyebrow { display: inline-flex; align-items: center; gap: 7px; }
.po-head h2 { font-size: clamp(28px, 4vw, 46px); margin-top: 16px; text-wrap: balance; }
.po-head p { font-size: clamp(16px, 1.3vw, 18.5px); color: var(--ink-2); margin-top: 16px; text-wrap: pretty; }

/* ---------- ROADMAP ---------- */
.po-road { position: relative; overflow: hidden; }
.po-road-glow { position: absolute; top: -10%; right: -5%; width: 50vw; height: 50vw; max-width: 580px; max-height: 580px; background: radial-gradient(circle at 60% 40%, var(--accent-soft), transparent 65%); pointer-events: none; }
.po-road-wrap { position: relative; z-index: 1; }
.po-road { background: var(--surface-2); border-block: 1px solid var(--line); }
.po-track { position: relative; display: flex; justify-content: space-between; gap: 8px; margin-bottom: 30px; }
.po-track-line { position: absolute; top: 26px; left: 26px; right: 26px; height: 3px; background: var(--line); border-radius: 3px; overflow: hidden; }
.po-track-fill { position: absolute; inset: 0; transform-origin: left; transform: scaleX(var(--p, 0)); background: linear-gradient(90deg, var(--grow), var(--accent)); transition: transform .6s cubic-bezier(.4,.8,.3,1); border-radius: 3px; }
.po-node { position: relative; z-index: 1; flex: 1; min-width: 0; background: none; border: none; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 0; font-family: inherit; }
.po-node-dot { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); border: 2px solid var(--line); color: var(--ink-3); transition: all .3s cubic-bezier(.3,.8,.3,1); }
.po-node-meta { display: flex; flex-direction: column; align-items: center; gap: 2px; text-align: center; }
.po-node-k { font-size: 11px; color: var(--ink-3); font-weight: 600; }
.po-node-label { font-size: 13.5px; font-weight: 600; color: var(--ink-2); line-height: 1.2; }
.po-node-done .po-node-dot { background: var(--grow); border-color: var(--grow); color: oklch(0.99 0 0); }
.po-node-done .po-node-label { color: var(--ink); }
.po-node-now .po-node-dot { background: var(--accent); border-color: var(--accent); color: oklch(0.99 0 0); transform: scale(1.12); box-shadow: 0 0 0 6px var(--accent-soft); }
.po-node-now .po-node-label, .po-node-now .po-node-k { color: var(--accent); }
.po-node:hover .po-node-dot { border-color: var(--accent); color: var(--accent); }
.po-node-now:hover .po-node-dot, .po-node-done:hover .po-node-dot { color: oklch(0.99 0 0); }

.po-detail { display: grid; grid-template-columns: 1fr auto; gap: 28px; padding: clamp(24px, 3vw, 40px); align-items: center; animation: detailIn .45s cubic-bezier(.2,.7,.2,1); }
@keyframes detailIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.po-detail-when { display: inline-block; font-size: 12px; font-weight: 600; color: var(--accent); background: var(--accent-soft); padding: 4px 11px; border-radius: 999px; margin-bottom: 14px; }
.po-detail-l h3 { font-size: clamp(22px, 2.6vw, 30px); }
.po-detail-l > p { font-size: 16.5px; color: var(--ink-2); margin-top: 12px; max-width: 54ch; }
.po-detail-points { list-style: none; margin-top: 20px; display: grid; gap: 11px; }
.po-detail-points li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--ink); }
.po-detail-points svg { color: var(--grow); flex: none; margin-top: 2px; }
.po-detail-r { display: flex; flex-direction: column; align-items: center; gap: 20px; padding-left: 28px; border-left: 1px solid var(--line-2); }
.po-detail-stat { text-align: center; }
.po-detail-stat b { font-family: var(--font-display); font-size: clamp(40px, 5vw, 58px); color: var(--accent); line-height: 1; display: block; letter-spacing: -0.03em; }
.po-detail-stat span { font-size: 13px; color: var(--ink-3); }
.po-detail-nav { display: flex; align-items: center; gap: 12px; }
.po-detail-count { font-size: 13px; color: var(--ink-3); }
.po-arrow { width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--surface); color: var(--ink); cursor: pointer; display: grid; place-items: center; transition: all .18s; }
.po-arrow:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
.po-arrow-fwd:hover { background: var(--accent); color: oklch(0.99 0 0); border-color: var(--accent); }

/* ---------- STATS BAND ---------- */
.po-stats { background: var(--canvas); border-block: 1px solid var(--line); padding-block: clamp(40px, 5vw, 62px); }
[data-mode="dark"] .po-stats { background: var(--surface-2); }
.po-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.po-stat { text-align: center; position: relative; }
.po-stat:not(:last-child)::after { content: ""; position: absolute; right: -12px; top: 12%; bottom: 12%; width: 1px; background: var(--line); }
.po-stat b { font-family: var(--font-display); font-size: clamp(34px, 4.4vw, 54px); letter-spacing: -0.03em; display: block; line-height: 1; color: var(--accent); }
.po-stat span { font-size: 13.5px; color: var(--ink-2); margin-top: 8px; display: block; }

/* ---------- LEARN / TABS ---------- */
.po-tabs { display: inline-flex; gap: 5px; padding: 5px; background: var(--halo); border: 1px solid var(--line); border-radius: 999px; margin-bottom: 38px; flex-wrap: wrap; }
.po-tab { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 14.5px; font-weight: 600; color: var(--ink-2); background: none; border: none; padding: 10px 18px; border-radius: 999px; cursor: pointer; transition: all .2s; }
.po-tab:hover { color: var(--ink); }
.po-tab.is-on { background: var(--surface); color: var(--ink); box-shadow: var(--shadow-sm); }
.po-tab.is-on svg { color: var(--accent); }
.po-tabpanel { animation: detailIn .4s cubic-bezier(.2,.7,.2,1); }

/* Courses grid */
.po-tracks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.po-track-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; transition: transform .2s, box-shadow .25s, border-color .2s; }
.po-track-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.po-track-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.po-track-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; }
.po-track-tag { font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--accent); background: var(--accent-soft); padding: 4px 9px; border-radius: 999px; }
.po-track-tag.is-new { color: var(--grow); background: var(--grow-soft); }
.po-track-card h3 { font-size: 19px; }
.po-track-stack { font-size: 12.5px; color: var(--ink-3); margin-top: 7px; }
.po-track-meta { display: flex; align-items: center; gap: 9px; margin-top: 16px; font-size: 12.5px; color: var(--ink-2); }
.po-track-meta i { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-3); display: inline-block; }
.po-track-go { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; font-size: 14px; font-weight: 600; color: var(--accent); }
.po-track-go svg { transition: transform .2s; }
.po-track-card:hover .po-track-go svg { transform: translateX(4px); }

/* Résumé lab */
.po-resume { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 36px; align-items: center; }
.po-resume-demo { overflow: hidden; }
.po-resume-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: var(--halo); border-bottom: 1px solid var(--line); }
.po-resume-file { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-2); }
.po-toggle { display: inline-flex; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.po-toggle button { font-family: var(--font-body); font-size: 13px; font-weight: 600; border: none; background: none; color: var(--ink-2); padding: 6px 15px; border-radius: 999px; cursor: pointer; transition: all .18s; }
.po-toggle button.on { background: var(--accent); color: oklch(0.99 0 0); }
.po-resume-body { padding: 24px; display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; }
.po-resume-score { text-align: center; }
.po-ring { position: relative; display: grid; place-items: center; }
.po-ring-num { position: absolute; font-family: var(--font-display); font-size: 34px; font-weight: 600; }
.po-resume-score p { font-size: 12.5px; color: var(--ink-3); margin-top: 8px; }
.po-resume-verdict { display: inline-block; margin-top: 8px; font-size: 12px; font-weight: 700; padding: 4px 11px; border-radius: 999px; }
.po-resume-verdict.bad { color: var(--accent); background: var(--accent-soft); }
.po-resume-verdict.good { color: var(--grow); background: var(--grow-soft); }
.po-resume-lines { list-style: none; display: grid; gap: 12px; }
.po-resume-lines li { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; font-size: 14px; transition: all .3s; }
.po-resume-mark { width: 22px; height: 22px; border-radius: 6px; display: grid; place-items: center; flex: none; margin-top: 1px; }
.po-resume-lines .broken .po-resume-mark { background: var(--accent-soft); color: var(--accent); }
.po-resume-lines .fixed .po-resume-mark { background: var(--grow-soft); color: var(--grow); }
.po-resume-text { line-height: 1.4; }
.po-resume-lines .broken .po-resume-text { color: var(--ink-3); }
.po-resume-issue { grid-column: 2; font-family: var(--font-mono); font-size: 11px; color: var(--accent); margin-top: 2px; }
.po-resume-aside h3 { font-size: clamp(22px, 2.5vw, 28px); }
.po-resume-aside > p { font-size: 15.5px; color: var(--ink-2); margin-top: 12px; }
.po-resume-aside .po-detail-points { margin-bottom: 24px; }
.po-resume-aside .btn { margin-top: 4px; }

/* Interview prep */
.po-interview { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 36px; }
.po-iv-aside h3 { font-size: clamp(22px, 2.5vw, 28px); }
.po-iv-aside > p { font-size: 15.5px; color: var(--ink-2); margin-top: 12px; }
.po-iv-cats { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 24px; }
.po-iv-cat { font-family: var(--font-body); font-size: 13.5px; font-weight: 600; color: var(--ink-2); background: var(--surface); border: 1px solid var(--line); padding: 8px 14px; border-radius: 999px; cursor: pointer; transition: all .18s; }
.po-iv-cat:hover { border-color: var(--ink-3); }
.po-iv-cat.on { background: var(--ink); color: var(--canvas); border-color: var(--ink); }
.po-iv-list { display: grid; gap: 12px; align-content: start; }
.po-iv-q { text-align: left; background: var(--surface); border: 1px solid var(--line); cursor: pointer; padding: 0; overflow: hidden; font-family: inherit; transition: border-color .2s, box-shadow .2s; }
.po-iv-q:hover { border-color: var(--ink-3); }
.po-iv-q.open { border-color: var(--accent); box-shadow: var(--shadow-sm); }
.po-iv-qhead { display: flex; align-items: center; gap: 14px; padding: 18px 20px; }
.po-iv-qmark { font-size: 13px; font-weight: 700; color: var(--accent); background: var(--accent-soft); padding: 4px 8px; border-radius: 7px; flex: none; }
.po-iv-qtext { flex: 1; font-size: 15.5px; font-weight: 600; color: var(--ink); }
.po-iv-q svg { color: var(--ink-3); }
.po-iv-hint { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.po-iv-q.open .po-iv-hint { grid-template-rows: 1fr; }
.po-iv-hint > span { overflow: hidden; padding: 0 20px; font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }
.po-iv-q.open .po-iv-hint > span { padding-bottom: 20px; }
.po-iv-hint strong { color: var(--grow); font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; }

/* ---------- SERVICES (add-on) ---------- */
.po-svc { padding: clamp(24px, 3vw, 38px); margin-bottom: 22px; }
.po-svc:last-child { margin-bottom: 0; }
.po-svc-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 26px; margin-bottom: 28px; border-bottom: 1px solid var(--line-2); }
.po-svc-id { display: flex; gap: 16px; align-items: flex-start; }
.po-svc-ic { width: 54px; height: 54px; border-radius: 14px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex: none; }
.po-svc-tag { display: inline-block; white-space: nowrap; font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--grow); background: var(--grow-soft); padding: 3px 9px; border-radius: 999px; margin-bottom: 8px; }
.po-svc-id h3 { font-size: clamp(22px, 2.6vw, 28px); }
.po-svc-id > div > p { font-size: 15px; color: var(--ink-2); margin-top: 5px; max-width: 40ch; }
.po-svc-buy { display: flex; align-items: center; gap: 18px; flex: none; }
.po-svc-price { text-align: right; }
.po-svc-price b { font-family: var(--font-display); font-size: 30px; letter-spacing: -0.02em; display: block; line-height: 1; }
.po-svc-price span { font-size: 12px; color: var(--ink-3); }
.po-svc-body { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(24px, 4vw, 48px); align-items: center; }
.po-svc-body.rev .po-svc-info { order: 2; }
.po-svc-info > p { font-size: 16px; color: var(--ink-2); margin-bottom: 22px; text-wrap: pretty; }
.po-svc-info .po-detail-points li { font-size: 15px; }
.po-resume-run { margin: 0; width: 100%; border: none; border-top: 1px solid var(--line); background: var(--halo); color: var(--accent); font-family: var(--font-body); font-weight: 600; font-size: 14px; padding: 13px; display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; transition: background .18s; }
.po-resume-run:hover { background: var(--accent-soft); }
.po-iv-explorer { display: grid; gap: 14px; }

/* ---------- MODAL ---------- */
.po-modal-wrap { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: clamp(16px, 4vw, 32px); }
.po-modal-bg { position: absolute; inset: 0; background: oklch(0.12 0.02 264 / 0.62); backdrop-filter: saturate(0.8) blur(10px); cursor: pointer; }
.po-modal { position: relative; z-index: 1; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; max-width: 840px; max-height: 88vh; overflow-y: auto; animation: modalIn .32s cubic-bezier(.2,.7,.2,1); }
@keyframes modalIn { from { opacity: 0; transform: scale(0.94) translateY(20px); } to { opacity: 1; transform: none; } }
.po-modal-close { position: absolute; top: 16px; right: 16px; z-index: 3; width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--surface); color: var(--ink-2); cursor: pointer; display: grid; place-items: center; transition: all .18s; }
.po-modal-close:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
.po-modal-body { padding: clamp(22px, 3.5vw, 44px); }
.po-modal-body .po-svc-subtabs { margin-bottom: 28px; }

/* ---------- BUY (dark conversion section) ---------- */
.po-buy { position: relative; overflow: hidden; background: var(--night); border-block: none; padding-block: clamp(80px, 11vw, 144px); }
[data-mode="dark"] .po-buy { background: oklch(0.155 0.018 264); }
.po-buy-glow { position: absolute; bottom: -15%; left: -6%; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px; pointer-events: none;
  background: radial-gradient(circle at 32% 68%, oklch(0.585 0.183 26 / 0.22), transparent 55%),
              radial-gradient(circle at 78% 18%, oklch(0.585 0.183 26 / 0.10), transparent 52%); }
.po-buy .po-head h2 { color: oklch(0.97 0.006 80); }
.po-buy .po-head p  { color: oklch(0.70 0.012 264); }
.po-buy .eyebrow   { color: oklch(0.80 0.09 26); }
.po-pcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 0; align-items: stretch; }
.po-pcard { position: relative; display: flex; flex-direction: column; align-items: flex-start; text-align: left; padding: 30px 28px; background: oklch(0.265 0.020 264); border: 1.5px solid oklch(0.34 0.020 264); border-radius: var(--radius-lg); cursor: pointer; font-family: inherit; color: oklch(0.95 0.006 80); transition: border-color .2s, box-shadow .25s, transform .18s; }
.po-pcard:hover { transform: translateY(-4px); border-color: oklch(0.50 0.022 264); box-shadow: 0 20px 52px -18px oklch(0 0 0 / 0.55); }
.po-pcard.is-on { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft), 0 18px 52px -18px oklch(0.585 0.183 26 / 0.35); }
.po-pcard-flag { position: absolute; top: -11px; left: 26px; font-size: 11px; font-weight: 700; color: oklch(0.99 0 0); background: var(--accent); padding: 4px 11px; border-radius: 999px; white-space: nowrap; box-shadow: 0 4px 12px -4px var(--accent); }
.po-pcard-ic { width: 52px; height: 52px; border-radius: 14px; background: oklch(0.585 0.183 26 / 0.15); color: var(--accent); display: grid; place-items: center; margin-bottom: 18px; }
.po-pcard-name { font-size: 22px; color: oklch(0.97 0.006 80); }
.po-pcard-tag { font-size: 14px; color: oklch(0.68 0.012 264); margin-top: 7px; min-height: 42px; text-wrap: pretty; }
.po-pcard-price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin: 16px 0 20px; }
.po-pcard-price b { font-family: var(--font-display); font-size: 40px; letter-spacing: -0.03em; line-height: 1; color: oklch(0.97 0.006 80); }
.po-pcard-price s { font-family: var(--font-display); font-size: 20px; color: oklch(0.52 0.015 264); text-decoration-color: var(--accent); }
.po-pcard-price span { font-size: 13px; color: oklch(0.58 0.012 264); width: 100%; }
.po-pcard-feats { list-style: none; display: grid; gap: 11px; margin: 0 0 24px; width: 100%; }
.po-pcard-feats li { display: flex; gap: 9px; align-items: flex-start; font-size: 14px; color: oklch(0.80 0.010 264); }
.po-pcard-feats svg { color: var(--grow); flex: none; margin-top: 3px; }
.po-pcard.is-best .po-pcard-feats li { color: oklch(0.88 0.010 264); }
.po-pcard-pick { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; font-weight: 600; font-size: 14px; color: oklch(0.68 0.012 264); border: 1.5px solid oklch(0.36 0.020 264); border-radius: 999px; padding: 12px 16px; transition: all .2s; }
.po-pcard:hover .po-pcard-pick { color: oklch(0.90 0.006 80); border-color: oklch(0.50 0.022 264); }
.po-pcard.is-on .po-pcard-pick { background: var(--accent); color: oklch(0.99 0 0); border-color: var(--accent); box-shadow: 0 6px 16px -6px var(--accent); }
.po-pcard.is-on .po-pcard-pick svg { color: oklch(0.99 0 0); }
/* Best card gets extra shimmer */
.po-pcard.is-best { background: oklch(0.285 0.024 264); border-color: oklch(0.40 0.055 26 / 0.7); }
.po-pcard.is-best:hover { border-color: oklch(0.585 0.183 26 / 0.85); box-shadow: 0 24px 60px -20px oklch(0.585 0.183 26 / 0.28); }

.po-buy-wrap { position: relative; --link: var(--accent); }
.po-buy-arrow { position: absolute; top: -10px; width: 19px; height: 19px; background: var(--surface); border-left: 1.5px solid var(--link); border-top: 1.5px solid var(--link); border-top-left-radius: 4px; transform: translateX(-50%) rotate(45deg); z-index: 2; transition: left .35s cubic-bezier(.3,.8,.3,1); }
.po-buy-panel { padding: clamp(24px, 3vw, 38px); animation: detailIn .4s cubic-bezier(.2,.7,.2,1); }
.po-buy-panel.is-linked { border: 1.5px solid var(--link); box-shadow: 0 10px 34px -16px color-mix(in oklch, var(--accent) 28%, transparent); }
.po-svc-old { font-family: var(--font-display); font-size: 18px; color: var(--ink-3); text-decoration: line-through; text-decoration-color: var(--accent); margin-right: 8px; font-weight: 500; }
.po-svc-sub { animation: detailIn .35s cubic-bezier(.2,.7,.2,1); }

/* Services sub-toggle */
.po-svc-subtabs { display: inline-flex; gap: 6px; padding: 5px; background: var(--halo); border: 1px solid var(--line); border-radius: 999px; margin-bottom: 26px; }
.po-svc-subtabs button { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-weight: 600; font-size: 14px; color: var(--ink-2); background: none; border: none; padding: 9px 16px; border-radius: 999px; cursor: pointer; transition: all .18s; }
.po-svc-subtabs button:hover { color: var(--ink); }
.po-svc-subtabs button.on { background: var(--surface); color: var(--ink); box-shadow: var(--shadow-sm); }
.po-svc-subtabs button.on svg { color: var(--accent); }
.po-svc-subtabs em { font-style: normal; font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); }
.po-svc-subtabs button.on em { color: var(--accent); }

/* Course syllabus visual */
.po-syllabus { overflow: hidden; }
.po-syllabus-top { font-size: 11.5px; color: var(--ink-3); padding: 13px 18px; background: var(--halo); border-bottom: 1px solid var(--line); letter-spacing: 0.01em; }
.po-syllabus-list { list-style: none; padding: 8px 6px; display: grid; gap: 2px; }
.po-syllabus-list li { display: flex; gap: 14px; align-items: center; padding: 11px 12px; border-radius: 10px; transition: background .15s; }
.po-syllabus-list li:hover { background: var(--halo); }
.po-syllabus-n { font-size: 12px; font-weight: 700; color: var(--accent); width: 24px; flex: none; }
.po-syllabus-txt { display: flex; flex-direction: column; }
.po-syllabus-txt b { font-family: var(--font-display); font-size: 14.5px; }
.po-syllabus-txt span { font-size: 12.5px; color: var(--ink-3); }

/* Full-package includes visual */
.po-incl { padding: 18px; }
.po-incl-row { display: flex; align-items: center; gap: 13px; padding: 13px 6px; border-bottom: 1px solid var(--line-2); }
.po-incl-ic { width: 38px; height: 38px; border-radius: 10px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex: none; }
.po-incl-txt { flex: 1; min-width: 0; }
.po-incl-txt b { display: block; font-family: var(--font-display); font-size: 15px; }
.po-incl-txt span { font-size: 12.5px; color: var(--ink-3); }
.po-incl-price { font-size: 14px; font-weight: 600; color: var(--ink-2); flex: none; }
.po-incl-sum { padding: 16px 6px 4px; display: grid; gap: 8px; }
.po-incl-sep { display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; color: var(--ink-3); }
.po-incl-sep s { font-family: var(--font-display); font-size: 17px; text-decoration-color: var(--accent); }
.po-incl-now { display: flex; justify-content: space-between; align-items: center; }
.po-incl-now > span { font-size: 14px; font-weight: 600; }
.po-incl-now b { font-family: var(--font-display); font-size: 26px; letter-spacing: -0.02em; display: flex; align-items: baseline; gap: 9px; }
.po-incl-now em { font-style: normal; font-size: 11.5px; font-weight: 700; color: var(--grow); background: var(--grow-soft); padding: 3px 9px; border-radius: 999px; }

/* ---------- STORIES ---------- */
.po-stories { position: relative; overflow: hidden; background: var(--surface-2); border-block: 1px solid var(--line); }
.po-stories::before { content: ""; position: absolute; top: -30%; right: -6%; width: 44vw; height: 44vw; max-width: 520px; max-height: 520px; background: radial-gradient(circle at 60% 40%, var(--accent-soft), transparent 65%); pointer-events: none; }
.po-story { padding: clamp(22px, 3vw, 36px); display: flex; flex-direction: column; gap: 22px; }
.po-story-quote { animation: detailIn .5s cubic-bezier(.2,.7,.2,1); }
.po-story-quote > svg { color: var(--accent-soft); }
.po-story blockquote { font-family: var(--font-display); font-weight: 500; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; letter-spacing: -0.01em; margin: 10px 0 20px; text-wrap: pretty; max-width: 58ch; }
.po-story-by { display: flex; align-items: center; gap: 14px; }
.po-story-av { width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: oklch(0.99 0 0); display: grid; place-items: center; font-family: var(--font-mono); font-weight: 700; font-size: 14px; flex: none; }
.po-story-by strong { display: block; font-size: 16px; }
.po-story-role { display: block; font-size: 13.5px; color: var(--ink-2); }
.po-story-from { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: var(--ink-3); margin-top: 3px; }
.po-story-ctrl { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line-2); padding-top: 18px; }
.po-story-dots { display: flex; gap: 8px; }
.po-story-dots button { width: 9px; height: 9px; border-radius: 50%; border: none; background: var(--line); cursor: pointer; padding: 0; transition: all .2s; }
.po-story-dots button.on { background: var(--accent); width: 26px; border-radius: 5px; }
.po-story-arrows { display: flex; gap: 10px; }

/* ---------- PRICING ---------- */
.po-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.po-plan { padding: 30px 26px; display: flex; flex-direction: column; position: relative; transition: transform .2s; }
.po-plan.is-best { border-color: var(--accent); box-shadow: var(--shadow-lg); transform: scale(1.03); }
.po-plan-flag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-size: 12px; font-weight: 700; color: oklch(0.99 0 0); background: var(--accent); padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.po-plan-name { font-size: 21px; }
.po-plan-desc { font-size: 14px; color: var(--ink-2); margin-top: 6px; min-height: 38px; }
.po-plan-price { display: flex; align-items: baseline; gap: 7px; margin: 14px 0 0; }
.po-plan-price b { font-family: var(--font-display); font-size: 44px; letter-spacing: -0.03em; }
.po-plan-price span { font-size: 14px; color: var(--ink-3); white-space: nowrap; }
.po-plan-old { align-self: center; font-family: var(--font-display); font-size: 22px; color: var(--ink-3); text-decoration: line-through; text-decoration-color: var(--accent); opacity: 0.75; }
.po-plan-note { display: block; font-family: var(--font-mono); font-size: 11.5px; color: var(--grow); margin: 6px 0 22px; min-height: 14px; }
.po-plan-cta { justify-content: center; width: 100%; }
.po-plan-feats { list-style: none; display: grid; gap: 12px; margin-top: 24px; }
.po-plan-feats li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; }
.po-plan-feats svg { color: var(--grow); flex: none; margin-top: 3px; }

/* ---------- FINAL CTA ---------- */
.po-final { padding: clamp(20px, 4vw, 40px) var(--gut) clamp(40px, 6vw, 72px); }
.po-final-inner { position: relative; max-width: var(--maxw); margin: 0 auto; background: var(--ink); color: var(--canvas); border-radius: var(--radius-lg); padding: clamp(44px, 7vw, 84px) clamp(28px, 5vw, 64px); text-align: center; overflow: hidden; }
[data-mode="dark"] .po-final-inner { background: var(--night-2); border: 1px solid var(--night-line); }
.po-final-glow { position: absolute; bottom: -50%; left: 50%; transform: translateX(-50%); width: 80%; height: 120%; background: radial-gradient(circle at 50% 100%, var(--accent), transparent 60%); opacity: 0.5; pointer-events: none; }
.po-final-inner > * { position: relative; z-index: 1; }
.po-final-inner h2 { color: oklch(0.99 0 0); font-size: clamp(30px, 5vw, 56px); margin-top: 16px; text-wrap: balance; }
.po-final-inner > p { color: oklch(0.85 0.01 264); font-size: clamp(16px, 1.4vw, 19px); margin: 18px auto 0; max-width: 52ch; text-wrap: pretty; }
.po-final-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.po-final-ghost { background: oklch(1 0 0 / 0.08); color: oklch(0.99 0 0); border: 1.5px solid oklch(1 0 0 / 0.2); }
.po-final-ghost:hover { background: oklch(1 0 0 / 0.16); }
.po-final-note { display: block; margin-top: 22px; font-size: 12.5px; color: oklch(0.72 0.01 264); }

/* ---------- FOOTER ---------- */
.po-footer { background: var(--surface-2); border-top: 1px solid var(--line); padding-top: clamp(48px, 6vw, 72px); padding-bottom: clamp(40px, 5vw, 56px); }
.po-footer-inner { display: grid; grid-template-columns: 1.8fr auto; gap: clamp(32px, 8vw, 80px); align-items: start; }
.po-logo-foot { font-size: 18px; }
.po-footer-brand p { font-size: 14.5px; color: var(--ink-2); margin: 16px 0 14px; max-width: 30ch; }
.po-footer-loc { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--ink-3); }
.po-footer-end { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.po-footer-legal { display: flex; flex-wrap: wrap; gap: 22px; font-size: 14.5px; }
.po-footer-legal a { color: var(--ink-2); transition: color .18s; }
.po-footer-legal a:hover { color: var(--accent); }
.po-footer-disclaimer { font-size: 12.5px; line-height: 1.5; color: var(--ink-3); max-width: 54ch; margin: 0; }
.po-footer-copy { font-size: 12.5px; color: var(--ink-3); }

/* ========================================================================
   RESPONSIVE
   ======================================================================== */
@media (max-width: 980px) {
  .po-nav-links, .po-nav-cta { display: none; }
  .po-burger { display: block; }
  .po-hero-grid { grid-template-columns: 1fr; }
  .po-hero-visual { order: -1; min-height: 340px; margin-bottom: 8px; }
  .po-hero-sub, .po-hero-trust p { max-width: 100%; }
  .po-tracks { grid-template-columns: repeat(2, 1fr); }
  .po-resume, .po-interview { grid-template-columns: 1fr; }
  .po-svc-body { grid-template-columns: 1fr; gap: 28px; }
  .po-svc-body.rev .po-svc-info { order: 0; }
  .po-buy-tabs { grid-template-columns: repeat(2, 1fr); }
  .po-pcards { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .po-buy-arrow { display: none; }
  .po-svc-head { flex-direction: column; }
  .po-svc-buy { width: 100%; justify-content: space-between; }
  .po-iv-aside .btn { display: none; }
  .po-plans { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .po-plan.is-best { transform: none; }
  .po-footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .po-track { overflow-x: auto; gap: 18px; padding-bottom: 8px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    -webkit-mask-image: linear-gradient(to right, #000 88%, transparent); mask-image: linear-gradient(to right, #000 88%, transparent); }
  .po-track-line { display: none; }
  .po-node { flex: 0 0 96px; scroll-snap-align: center; }
  .po-detail { grid-template-columns: 1fr; }
  .po-detail-r { flex-direction: row; justify-content: space-between; width: 100%; padding-left: 0; padding-top: 24px; border-left: none; border-top: 1px solid var(--line-2); }
  .po-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 24px; }
  .po-stat:nth-child(2)::after { display: none; }
  .po-resume-body { grid-template-columns: 1fr; gap: 20px; }
  .po-resume-score { display: flex; align-items: center; gap: 16px; text-align: left; }
}
@media (max-width: 560px) {
  .po-tracks { grid-template-columns: 1fr; }
  .po-footer-inner { grid-template-columns: 1fr; gap: 26px; }
  .po-stats-grid { grid-template-columns: 1fr 1fr; }
  .po-tabs { display: flex; width: 100%; }
  .po-tab { flex: 1; justify-content: center; padding: 10px 8px; }
}

/* ── account-page data collection (outcome survey + refund request) ─────────── */
.po-acct-card { margin-top: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-2); overflow: hidden; text-align: left; }
.po-acct-card.po-acct-muted { background: transparent; }
.po-acct-head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 18px; background: none; border: none; font: inherit; font-weight: 600; font-size: 15.5px; color: var(--ink); cursor: pointer; }
.po-acct-head span { display: inline-flex; align-items: center; gap: 9px; }
.po-acct-head-sm { font-size: 14px; font-weight: 500; color: var(--ink-2); }
.po-acct-body { padding: 4px 18px 18px; display: flex; flex-direction: column; gap: 12px; }
.po-acct-label { font-size: 13px; font-weight: 600; color: var(--ink-2); }
.po-acct-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.po-acct-chip { padding: 8px 14px; border: 1px solid var(--line); border-radius: 99px; background: var(--surface); font: inherit; font-size: 13.5px; cursor: pointer; transition: all .15s; }
.po-acct-chip:hover { border-color: var(--accent); }
.po-acct-chip.on { background: var(--accent); color: #fff; border-color: var(--accent); }
.po-acct-checks { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--ink-2); }
.po-acct-checks label, .po-acct-consent { display: flex; align-items: flex-start; gap: 9px; cursor: pointer; }
.po-acct-consent { font-size: 13px; color: var(--ink-3); line-height: 1.45; }
.po-acct-row { display: flex; gap: 8px; flex-wrap: wrap; }
.po-acct-input { flex: 1; min-width: 130px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: 14px; background: var(--surface); color: var(--ink); }
.po-acct-input:focus { outline: none; border-color: var(--accent); }
.po-acct-text { width: 100%; resize: vertical; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: 14px; background: var(--surface); color: var(--ink); }
.po-acct-text:focus { outline: none; border-color: var(--accent); }
.po-acct-fine { font-size: 13px; color: var(--ink-3); margin: 0; }
.po-acct-send { align-self: flex-start; padding: 9px 20px; font-size: 14px; }
.po-acct-send:disabled { opacity: .5; cursor: not-allowed; }
.po-acct-thanks { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink-2); margin: 0; padding: 15px 18px; }
.po-acct-thanks a { color: var(--accent); text-decoration: underline; }

/* ── admin data-collection views (feedback / outcomes / leads / refunds / email) ── */
.po-admin-feed { display: flex; flex-direction: column; gap: 12px; }
.po-admin-feeditem { border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; background: var(--surface-2); }
.po-admin-feeditem p { margin: 9px 0 6px; font-size: 14.5px; color: var(--ink); line-height: 1.5; }
.po-admin-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.po-admin-email { display: flex; flex-direction: column; gap: 14px; max-width: 720px; }
.po-admin-email .po-admin-input { width: 100%; }
.po-admin-textarea { width: 100%; resize: vertical; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit; font-size: 14.5px; line-height: 1.55; background: var(--surface); color: var(--ink); }
.po-admin-textarea:focus { outline: none; border-color: var(--accent); }
.po-admin-email-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.po-admin-test { display: flex; gap: 8px; align-items: center; }
.po-admin-test .po-admin-input { width: 210px; }
.po-admin-success { display: inline-flex; align-items: center; gap: 8px; color: var(--grow, #2f8f63); font-size: 14px; font-weight: 500; }
