/* Habib Portfolio Visual Polish — deliberately scoped to the portfolio theme */
:root{--hpvp-ink:#0b1830;--hpvp-muted:#64748b;--hpvp-line:#dfe7f1;--hpvp-blue:#1267ea;--hpvp-bg:#f7f9fc;--hpvp-radius:20px}

/* Evidence section: larger, clearer, properly aligned */
.case-approved-v30 .approved-evidence{margin-top:8px}
.case-approved-v30 .approved-evidence-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important}
.case-approved-v30 .approved-evidence-card{display:flex!important;flex-direction:column!important;min-width:0!important;height:100%!important;background:#fff!important;border:1px solid var(--hpvp-line)!important;border-radius:var(--hpvp-radius)!important;overflow:hidden!important;box-shadow:0 16px 48px rgba(15,36,68,.07)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}
.case-approved-v30 .approved-evidence-card:hover{transform:translateY(-4px)!important;border-color:#c9d8ec!important;box-shadow:0 24px 58px rgba(15,36,68,.11)!important}
.case-approved-v30 .approved-evidence-card>button{position:relative!important;width:100%!important;height:310px!important;min-height:310px!important;padding:0!important;border:0!important;background:#eef3f8!important;overflow:hidden!important;cursor:zoom-in!important}
.case-approved-v30 .approved-evidence-card>button img{width:100%!important;height:100%!important;max-width:none!important;display:block!important;object-fit:cover!important;object-position:top center!important;background:#eef3f8!important;filter:none!important;opacity:1!important;transform:none!important;image-rendering:auto!important;backface-visibility:hidden!important}
.case-approved-v30 .approved-evidence-card.hpvp-wide>button img{object-fit:cover!important}
.case-approved-v30 .approved-evidence-card.hpvp-tall>button img{object-fit:cover!important;object-position:top center!important}
.case-approved-v30 .approved-evidence-card>button>span{right:14px!important;bottom:14px!important;width:40px!important;height:40px!important;border-radius:12px!important;font-size:18px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 8px 24px rgba(15,36,68,.18)!important}
.case-approved-v30 .approved-evidence-card .hpvp-full-badge{position:absolute;left:14px;bottom:14px;z-index:3;display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:10px;background:rgba(11,24,48,.88);color:#fff;font-size:10px;font-weight:800;letter-spacing:.02em;backdrop-filter:blur(8px)}
.case-approved-v30 .approved-evidence-card>div{flex:1!important;padding:18px 20px 21px!important}
.case-approved-v30 .approved-evidence-card small{display:none!important}
.case-approved-v30 .approved-evidence-card h3{display:flex!important;align-items:center!important;gap:11px!important;margin:0 0 8px!important;color:var(--hpvp-ink)!important;font-size:15px!important;line-height:1.35!important;letter-spacing:-.015em!important}
.case-approved-v30 .approved-evidence-card p{margin:0!important;color:var(--hpvp-muted)!important;font-size:12px!important;line-height:1.65!important}

/* Filter pills */
.case-approved-v30 .approved-filters{gap:10px!important;margin-bottom:20px!important}
.case-approved-v30 .approved-filters button{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:42px!important;padding:10px 15px!important;border:1px solid var(--hpvp-line)!important;border-radius:999px!important;background:#fff!important;color:#485a72!important;font-size:11px!important;font-weight:800!important;box-shadow:0 4px 14px rgba(15,36,68,.035)!important}
.case-approved-v30 .approved-filters button.is-active,.case-approved-v30 .approved-filters button:hover{background:var(--hpvp-ink)!important;border-color:var(--hpvp-ink)!important;color:#fff!important}

/* Brand logos */
.hpvp-brand{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:27px;height:27px;border-radius:8px;background:#f6f8fb;border:1px solid #e5eaf1;overflow:hidden}
.hpvp-brand svg{display:block;width:21px;height:21px}
.approved-filters .hpvp-brand{width:20px;height:20px;border:0;background:transparent}
.approved-filters .hpvp-brand svg{width:18px;height:18px}
.approved-filters button.is-active .hpvp-brand,.approved-filters button:hover .hpvp-brand{background:#fff;border-radius:6px;padding:2px}

/* Original tool cards get real platform marks */
.case-approved-v30 .approved-tool-card{min-height:92px!important;border-radius:16px!important;gap:10px!important;background:#fff!important;border:1px solid var(--hpvp-line)!important;box-shadow:0 8px 26px rgba(15,36,68,.035)!important}
.case-approved-v30 .approved-tool-card .tool-mark.hpvp-replaced{width:32px;height:32px;display:grid;place-items:center;font-size:0!important;letter-spacing:0!important}
.case-approved-v30 .approved-tool-card .tool-mark.hpvp-replaced svg{width:29px;height:29px;display:block}
.case-approved-v30 .approved-tool-card b{font-size:10.5px!important;color:#25364e!important}

/* Broader work: make every card visual, aligned, premium */
.home .projects-grid,.archive .projects-grid{gap:20px!important}
.project-tile,.archive-card{overflow:hidden!important;border-radius:18px!important;border:1px solid var(--hpvp-line)!important;background:#fff!important;box-shadow:0 12px 36px rgba(15,36,68,.055)!important;transition:transform .22s ease,box-shadow .22s ease!important}
.project-tile:hover,.archive-card:hover{transform:translateY(-4px)!important;box-shadow:0 22px 50px rgba(15,36,68,.1)!important}
.project-tile .project-media,.archive-card .project-media{position:relative!important;height:220px!important;min-height:220px!important;background:#eef3f8!important;overflow:hidden!important}
.project-tile .project-media img,.archive-card .project-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important;filter:none!important;opacity:1!important;image-rendering:auto!important;transition:transform .35s ease!important}
.project-tile:hover .project-media img,.archive-card:hover .project-media img{transform:scale(1.018)!important}
.project-tile .project-meta{padding:16px 18px 18px!important}
.project-tile .project-meta h3{font-size:15px!important;line-height:1.35!important;margin:0 0 7px!important;color:var(--hpvp-ink)!important}
.project-tile .project-meta span{color:var(--hpvp-blue)!important;font-size:11px!important;font-weight:800!important}
.hpvp-live-chip{position:absolute;left:12px;top:12px;z-index:3;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.94);color:#25364e;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 6px 18px rgba(15,36,68,.12)}
.hpvp-image-loading{background:linear-gradient(110deg,#edf2f7 8%,#f8fafc 18%,#edf2f7 33%);background-size:200% 100%;animation:hpvpShimmer 1.4s linear infinite}
@keyframes hpvpShimmer{to{background-position-x:-200%}}

/* Clean zoom overlay inserted by theme remains crisp */
.screenshot-modal img,.screenshot-viewer img,.lightbox img{image-rendering:auto!important;filter:none!important}

@media(max-width:980px){.case-approved-v30 .approved-evidence-grid{grid-template-columns:1fr!important}.case-approved-v30 .approved-evidence-card>button{height:340px!important}}
@media(max-width:620px){.case-approved-v30 .approved-evidence-card>button{height:240px!important;min-height:240px!important}.project-tile .project-media,.archive-card .project-media{height:190px!important;min-height:190px!important}.case-approved-v30 .approved-evidence-card>div{padding:15px 16px 18px!important}}

/* v1.1 curated homepage + live-site project cards */
.hpvp-direct-project{display:flex!important;flex-direction:column!important;color:inherit!important;text-decoration:none!important;min-width:0!important}
.hpvp-direct-project .project-media{position:relative!important;aspect-ratio:16/9!important;height:auto!important;min-height:0!important;background:#eef3f8!important}
.hpvp-direct-project .project-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;filter:none!important;opacity:1!important;image-rendering:auto!important}
.hpvp-direct-project .project-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:18px 19px 19px!important}
.hpvp-direct-project .project-meta>div{min-width:0}
.hpvp-direct-project .project-meta h3{font-size:16px!important;line-height:1.25!important;margin:0 0 5px!important;color:var(--hpvp-ink)!important;letter-spacing:-.02em!important}
.hpvp-direct-project .project-meta small{display:block!important;color:var(--hpvp-muted)!important;font-size:11px!important;line-height:1.35!important}
.hpvp-direct-project .project-meta>span{color:var(--hpvp-blue)!important;font-size:11px!important;font-weight:900!important;white-space:nowrap!important}
.hpvp-external-mark{position:absolute;right:12px;top:12px;z-index:4;width:34px;height:34px;border-radius:10px;background:rgba(11,24,48,.9);color:#fff;display:grid;place-items:center;font-size:16px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.15)}
.hpvp-project-actions{display:flex;justify-content:center;margin-top:30px}
.hpvp-explore-btn{min-width:210px;justify-content:center;border-radius:13px!important}
@media(max-width:980px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.project-grid{grid-template-columns:1fr!important}.hpvp-direct-project .project-meta{align-items:flex-start!important}.hpvp-direct-project .project-meta>span{margin-top:2px}}

/* v1.2 — SEO & Research / Campaigns page redesign */
.standard-page .page-prose.hpvp-wide-page{max-width:1240px!important;width:min(1240px,calc(100% - 40px))!important;padding:0!important}
.hpvp-research-page{--hpvp-card:#fff;--hpvp-soft:#f5f8fc;--hpvp-border:#dfe7f1;--hpvp-text:#101b31;--hpvp-sub:#66758d;--hpvp-accent:#1267ea;color:var(--hpvp-text)}
.hpvp-page-intro{padding:8px 0 34px;border-bottom:1px solid var(--hpvp-border);margin-bottom:38px}.hpvp-kicker,.hpvp-section-heading>span{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--hpvp-accent);text-transform:uppercase}.hpvp-page-intro h2{font-size:clamp(38px,5vw,66px)!important;line-height:1.02!important;letter-spacing:-.045em!important;margin:12px 0 16px!important;color:var(--hpvp-text)!important}.hpvp-page-intro p{font-size:18px!important;line-height:1.75!important;color:var(--hpvp-sub)!important;max-width:900px;margin:0!important}
.hpvp-strategy-block,.hpvp-proof-block,.hpvp-process{margin:0 0 54px}.hpvp-section-heading{margin-bottom:22px}.hpvp-section-heading h2{font-size:clamp(28px,3.6vw,44px)!important;line-height:1.08!important;letter-spacing:-.035em!important;margin:8px 0 8px!important;color:var(--hpvp-text)!important}.hpvp-section-heading p{color:var(--hpvp-sub)!important;margin:0!important;font-size:16px!important}
.hpvp-work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hpvp-work-card{background:var(--hpvp-card);border:1px solid var(--hpvp-border);border-radius:22px;padding:24px;box-shadow:0 14px 42px rgba(15,36,68,.06);min-height:300px;transition:.22s ease}.hpvp-work-card:hover{transform:translateY(-4px);box-shadow:0 22px 52px rgba(15,36,68,.1);border-color:#c9d8eb}.hpvp-work-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:var(--hpvp-soft);margin-bottom:18px}.hpvp-work-icon svg{width:34px;height:34px}.hpvp-work-card h3{font-size:20px!important;line-height:1.2!important;margin:0 0 14px!important;color:var(--hpvp-text)!important}.hpvp-work-card ul{margin:0!important;padding:0!important;list-style:none!important}.hpvp-work-card li{position:relative;padding:7px 0 7px 20px!important;margin:0!important;color:#506078!important;font-size:14px!important;line-height:1.45!important}.hpvp-work-card li:before{content:'✓';position:absolute;left:0;top:7px;color:#0b9a77;font-weight:800}
.hpvp-shot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.hpvp-research-shot{display:flex;flex-direction:column;text-decoration:none!important;background:#fff;border:1px solid var(--hpvp-border);border-radius:22px;overflow:hidden;box-shadow:0 16px 45px rgba(15,36,68,.07);transition:.22s ease;min-width:0}.hpvp-research-shot:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(15,36,68,.12);border-color:#c6d6ea}.hpvp-research-shot-media{height:320px;position:relative;background:#eef3f8;overflow:hidden}.hpvp-research-shot-media img{display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:top center!important;filter:none!important;opacity:1!important;image-rendering:auto!important}.hpvp-research-shot.is-tall .hpvp-research-shot-media img{object-fit:cover!important;object-position:top center!important}.hpvp-open-shot{position:absolute;right:14px;bottom:14px;padding:9px 12px;border-radius:10px;background:rgba(255,255,255,.95);color:#15213a;font-size:12px;font-weight:800;box-shadow:0 8px 24px rgba(15,36,68,.16)}.hpvp-research-shot-copy{display:flex;gap:13px;align-items:flex-start;padding:18px 20px 20px}.hpvp-research-logo{flex:0 0 38px;width:38px;height:38px;display:flex;align-items:center}.hpvp-research-logo svg{width:38px;height:38px}.hpvp-research-shot-copy strong{display:block;color:#12203b;font-size:16px;line-height:1.3;margin-bottom:4px}.hpvp-research-shot-copy small{display:block;color:#687790;font-size:13px;line-height:1.45}
.hpvp-process{background:linear-gradient(145deg,#0b1830,#122b4f);padding:34px;border-radius:26px;color:#fff}.hpvp-process .hpvp-section-heading>span{color:#7db5ff}.hpvp-process .hpvp-section-heading h2{color:#fff!important}.hpvp-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.hpvp-process-grid>div{padding:18px;border-radius:16px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}.hpvp-process-grid b{display:block;color:#7db5ff;font-size:12px;letter-spacing:.14em;margin-bottom:10px}.hpvp-process-grid strong{display:block;color:#fff;font-size:16px;margin-bottom:6px}.hpvp-process-grid span{display:block;color:#c6d3e5;font-size:13px;line-height:1.5}
.hpvp-campaign-page{--hpvp-accent:#4d3cff}.hpvp-campaign-page .hpvp-work-card li:before{color:#6a5cff}
@media(max-width:980px){.hpvp-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hpvp-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hpvp-shot-grid{grid-template-columns:1fr}.hpvp-research-shot-media{height:300px}}
@media(max-width:640px){.standard-page .page-prose.hpvp-wide-page{width:min(100% - 24px,1240px)!important}.hpvp-work-grid,.hpvp-process-grid{grid-template-columns:1fr}.hpvp-work-card{min-height:0}.hpvp-page-intro h2{font-size:40px!important}.hpvp-research-shot-media{height:220px}.hpvp-process{padding:24px 18px}}

/* ===== v1.4 approved SEO + Campaigns redesign ===== */
.hpvp-premium-page{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}
.hpvp-v14{--ink:#07183b;--blue:#1769ff;--muted:#5d6b85;--line:#e4ebf5;--soft:#f7faff;--green:#0ba06b;max-width:1480px;margin:0 auto;padding:34px 34px 70px;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.hpvp-v14 *{box-sizing:border-box}
.hpvp-v14-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:68px;align-items:center;padding:48px 18px 64px;border-bottom:1px solid var(--line)}
.hpvp-eyebrow{display:block;font-size:12px;font-weight:900;letter-spacing:.14em;color:var(--blue);text-transform:uppercase;margin-bottom:12px}
.hpvp-hero-copy h1{font-size:clamp(48px,4.7vw,78px)!important;line-height:.99!important;letter-spacing:-.055em!important;margin:0 0 22px!important;color:var(--ink)!important;max-width:820px!important}
.hpvp-hero-copy p{font-size:18px!important;line-height:1.7!important;color:var(--muted)!important;max-width:690px!important;margin:0 0 24px!important}
.hpvp-brand-row{display:flex;flex-wrap:wrap;gap:18px 24px;align-items:center}
.hpvp-brand-pill{display:inline-flex;align-items:center;gap:8px;color:#33415c;font-size:13px;font-weight:800;white-space:nowrap}
.hpvp-brand-pill svg{width:26px;height:26px;display:block}
.hpvp-hero-visual{min-height:320px;position:relative;display:flex;align-items:center;justify-content:center}
.hpvp-hero-chart,.hpvp-campaign-stat-card{width:min(100%,560px);border:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfdff);border-radius:22px;box-shadow:0 24px 70px rgba(27,75,139,.10);padding:32px;position:relative}
.hpvp-hero-chart svg,.hpvp-campaign-stat-card svg{width:100%;height:auto;display:block;margin-top:26px}
.hpvp-ring{display:block;width:76px;height:76px;border-radius:50%;background:conic-gradient(var(--blue) 0 68%,#e7edf7 68% 100%);position:relative}
.hpvp-ring:after{content:"";position:absolute;inset:12px;border-radius:50%;background:#fff}
.hpvp-chart-bars{display:flex;gap:10px;margin-top:18px}.hpvp-chart-bars i{height:10px;border-radius:8px;background:#e6edf7;flex:1}
.hpvp-floating-stat{position:absolute;left:-18px;bottom:16px;width:190px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 40px rgba(27,75,139,.12);padding:18px 20px;border-radius:18px}.hpvp-floating-stat small,.hpvp-floating-stat em{display:block;color:var(--muted);font-size:11px;font-style:normal}.hpvp-floating-stat strong{display:block;font-size:30px;color:var(--green);letter-spacing:-.04em;margin:3px 0}
.hpvp-campaign-stat-card>span svg{width:38px;height:38px}.hpvp-campaign-stat-card small{display:block;margin-top:14px;color:var(--muted);font-size:12px}.hpvp-campaign-stat-card strong{display:block;font-size:28px;margin-top:4px}.hpvp-floating-logo{position:absolute;right:-8px;top:28px;width:82px;height:82px;border-radius:18px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;box-shadow:0 16px 40px rgba(27,75,139,.12)}.hpvp-floating-logo svg{width:48px;height:48px}
.hpvp-v14-section{padding:58px 0 0}.hpvp-centered-title{text-align:center;margin:0 auto 26px;max-width:820px}.hpvp-centered-title.left{text-align:left;margin-left:0}.hpvp-centered-title>span{font-size:11px;font-weight:900;letter-spacing:.14em;color:var(--blue)}.hpvp-centered-title h2{font-size:32px!important;line-height:1.15!important;letter-spacing:-.035em!important;color:var(--ink)!important;margin:8px 0 0!important}.hpvp-centered-title p{color:var(--muted)!important;font-size:15px!important;margin:10px 0 0!important}
.hpvp-flow{display:flex;align-items:stretch;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 32px rgba(27,75,139,.05);padding:18px 20px}.hpvp-flow-step{flex:1;min-width:0;padding:12px 18px}.hpvp-flow-step i{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef5ff;color:var(--blue);font-style:normal;font-weight:900;font-size:11px;margin-bottom:10px}.hpvp-flow-step b{display:block;font-size:15px;margin-bottom:4px}.hpvp-flow-step span{display:block;font-size:12px;color:var(--muted);line-height:1.45}.hpvp-flow-arrow{display:flex;align-items:center;color:#9fb0c9;font-size:20px}
.hpvp-mini-grid{display:grid;gap:16px}.hpvp-mini-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.hpvp-mini-grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.hpvp-mini-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:22px 20px;box-shadow:0 8px 28px rgba(27,75,139,.045);min-width:0}.hpvp-mini-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#f5f8fd;margin-bottom:16px}.hpvp-mini-icon svg{width:30px;height:30px}.hpvp-mini-card h3{font-size:16px!important;line-height:1.25!important;color:var(--ink)!important;margin:0 0 13px!important}.hpvp-mini-card ul{list-style:none!important;padding:0!important;margin:0!important}.hpvp-mini-card li{position:relative;padding:5px 0 5px 16px;font-size:12px;line-height:1.42;color:#46556f}.hpvp-mini-card li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}
.hpvp-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hpvp-proof-grid-campaign{grid-template-columns:repeat(2,minmax(0,1fr))}.hpvp-proof-card{display:flex;flex-direction:column;text-decoration:none!important;color:inherit!important;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 34px rgba(27,75,139,.06);transition:.2s ease}.hpvp-proof-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(27,75,139,.11)}.hpvp-proof-media{height:290px;background:#f0f4f9;overflow:hidden;position:relative}.hpvp-proof-grid-campaign .hpvp-proof-media{height:310px}.hpvp-proof-media img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;filter:none!important;opacity:1!important}.hpvp-proof-media span{position:absolute;right:12px;bottom:12px;background:rgba(7,24,59,.88);color:#fff;padding:8px 10px;border-radius:999px;font-size:10px;font-weight:800;opacity:0;transform:translateY(4px);transition:.2s}.hpvp-proof-card:hover .hpvp-proof-media span{opacity:1;transform:none}.hpvp-proof-copy{display:flex;gap:12px;align-items:center;padding:17px 18px}.hpvp-proof-brand{flex:0 0 38px;width:38px;height:38px}.hpvp-proof-brand svg{width:38px;height:38px}.hpvp-proof-copy b{display:block;font-size:14px;color:var(--ink);margin-bottom:3px}.hpvp-proof-copy small{display:block;color:var(--muted);font-size:11px;line-height:1.35}
.hpvp-chip-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.hpvp-chip-grid span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-size:11px;color:#41516e;box-shadow:0 5px 14px rgba(27,75,139,.03)}
.hpvp-v14-bottom{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;margin-top:58px}.hpvp-tools-panel,.hpvp-results-panel{border:1px solid var(--line);border-radius:20px;background:#fff;padding:24px;box-shadow:0 8px 26px rgba(27,75,139,.04)}.hpvp-metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.hpvp-metric{border-left:2px solid #eaf0f8;padding-left:12px;min-width:0}.hpvp-metric strong{display:block;font-size:17px;color:var(--blue)}.hpvp-metric span{display:block;font-size:10px;font-weight:800;color:var(--ink)}.hpvp-metric em{display:block;font-size:9px;color:var(--muted);font-style:normal;margin-top:3px}
.hpvp-campaign-lower{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}.hpvp-target-panel,.hpvp-process-panel{border:1px solid var(--line);border-radius:20px;background:#fff;padding:24px}.hpvp-target-panel .hpvp-chip-grid{justify-content:flex-start}.hpvp-process-panel .hpvp-flow{box-shadow:none;padding:0;border:0}.hpvp-process-panel .hpvp-flow-step{padding:8px 12px}.hpvp-process-panel .hpvp-flow-arrow{font-size:14px}
@media(max-width:1200px){.hpvp-v14{padding-left:24px;padding-right:24px}.hpvp-v14-hero{grid-template-columns:1fr;gap:32px}.hpvp-hero-visual{min-height:260px}.hpvp-mini-grid-6{grid-template-columns:repeat(3,1fr)}.hpvp-mini-grid-4{grid-template-columns:repeat(2,1fr)}.hpvp-proof-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.hpvp-v14{padding:20px 16px 50px}.hpvp-v14-hero{padding:30px 0 42px}.hpvp-hero-copy h1{font-size:44px!important}.hpvp-hero-copy p{font-size:16px!important}.hpvp-flow{display:grid;grid-template-columns:1fr 1fr}.hpvp-flow-arrow{display:none}.hpvp-mini-grid-6,.hpvp-mini-grid-4,.hpvp-proof-grid,.hpvp-proof-grid-campaign,.hpvp-v14-bottom,.hpvp-campaign-lower{grid-template-columns:1fr}.hpvp-proof-media,.hpvp-proof-grid-campaign .hpvp-proof-media{height:230px}.hpvp-metrics-row{grid-template-columns:1fr 1fr}.hpvp-centered-title h2{font-size:27px!important}.hpvp-floating-stat{left:0}.hpvp-floating-logo{right:0}}
