@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Instrument+Sans:wdth,wght@75..100,400..700&display=swap');
:root{--bg:#fbfaf8;--paper:#f6f3f8;--text:#1c1921;--muted:#716b77;--subtle:#938c98;--white:#fff;--brand:#6d3be8;--brand2:#49209f;--brandsoft:#f0eafa;--brandline:#d8c9f5;--green:#2d7c5a;--greensoft:#eaf5ef;--greenline:#bedfce;--amber:#9a6517;--ambersoft:#fbf2df;--border:#e4dfe7;--hair:#ece8ee;--shadow:0 32px 90px -48px rgba(51,31,77,.34)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 88% -8%,rgba(109,59,232,.055),transparent 34rem),var(--bg);color:var(--text);font-family:'Instrument Sans','Segoe UI',Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}button,input{font:inherit}.site-shell{min-height:100vh;overflow:hidden}.wide{width:min(1240px,calc(100% - 64px));margin:0 auto}.section-rule{border-bottom:1px solid var(--hair)}.eyebrow{font-family:'IBM Plex Mono',monospace;font-size:9px;line-height:1.4;letter-spacing:.17em;text-transform:uppercase;color:var(--subtle)}.eyebrow-brand{color:var(--brand2)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,250,248,.88);backdrop-filter:blur(20px);border-bottom:1px solid rgba(228,223,231,.85)}.nav-wrap{height:76px;width:min(1240px,calc(100% - 64px));margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.wordmark{display:inline-flex;align-items:center;gap:9px;text-decoration:none;font-size:20px;font-weight:650;letter-spacing:-.045em;width:max-content}.wordmark.small{font-size:15px}.mark{width:24px;height:24px;position:relative;border:1px solid var(--brandline);border-radius:7px;background:#fff;flex:none}.mark:before{content:'';position:absolute;width:8px;height:8px;border:3px solid var(--brand);border-left-width:2px;border-radius:7px 7px 7px 2px;left:5px;top:4px}.mark:after{content:'';position:absolute;width:8px;height:3px;border-left:2px solid var(--brand);border-bottom:2px solid var(--brand);transform:rotate(-45deg);left:8px;top:13px}.desktop-nav{display:flex;gap:28px;align-items:center}.desktop-nav a,.login-link{font-size:12px;color:var(--muted);text-decoration:none;transition:.18s}.desktop-nav a:hover,.login-link:hover{color:var(--brand2)}.nav-actions{justify-self:end;display:flex;align-items:center;gap:18px}.menu-toggle{display:none;border:0;background:transparent;font-size:12px;color:var(--brand2);font-weight:600;cursor:pointer}.mobile-nav{padding:0 24px 22px;border-top:1px solid var(--hair)}.mobile-nav a{display:block;text-decoration:none;padding:12px 0;font-size:13px;color:var(--muted)}.button{min-height:42px;border-radius:9px;border:1px solid var(--border);padding:10px 15px;font-size:13px;font-weight:570;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;transition:.18s;cursor:pointer}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 12px 30px -20px rgba(109,59,232,.8)}.button-primary:hover{background:var(--brand2);border-color:var(--brand2)}.text-link{display:inline-flex;gap:6px;align-items:center;font-size:12px;font-weight:580;color:var(--brand2);text-decoration:none}.text-link span{transition:.18s}.text-link:hover span{transform:translate(2px,-2px)}
.hero{padding:90px 0 82px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);gap:78px;align-items:center}.hero-copy h1{margin:21px 0 0;font-size:clamp(4.3rem,8.3vw,7.5rem);line-height:.87;letter-spacing:-.073em;font-weight:545;max-width:760px}.hero-copy h1 span{display:block;color:var(--brand);margin-top:8px}.hero-lede{max-width:620px;margin:28px 0 0;font-size:17px;line-height:1.75;color:var(--muted);letter-spacing:-.015em}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:34px}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);max-width:620px;margin-top:52px;border-top:1px solid var(--hair);border-bottom:1px solid var(--hair)}.trust-strip div{padding:18px 0}.trust-strip div+div{border-left:1px solid var(--hair);padding-left:22px}.trust-strip strong{font-size:12px;font-weight:590;display:block}.trust-strip span{font-size:10px;color:var(--muted);display:block;margin-top:3px}.hero-proof{position:relative}.proof-halo{position:absolute;inset:-26px;z-index:-1;border-radius:34px;background:linear-gradient(150deg,rgba(240,234,250,.94),rgba(247,244,248,.28));transform:rotate(-1.2deg)}.proof-record{border:1px solid var(--border);background:rgba(255,255,255,.91);border-radius:17px;padding:20px;box-shadow:var(--shadow)}.record-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding-bottom:17px;border-bottom:1px solid var(--hair)}.record-head h2{font-size:18px;letter-spacing:-.035em;font-weight:590;margin:7px 0 0}.proof-id{font-family:'IBM Plex Mono',monospace;font-size:8px;letter-spacing:.1em;color:var(--subtle)}.compare{position:relative;margin-top:16px;aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:#eee}.compare img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.compare-before-wrap{position:absolute;inset:0;width:100%;overflow:hidden;clip-path:inset(0 53% 0 0);will-change:clip-path;transition:clip-path .9s cubic-bezier(.22,.61,.36,1)}.compare-before{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;filter:saturate(.72) brightness(.92)}.compare-line{position:absolute;top:0;bottom:0;left:47%;width:1px;background:#fff;pointer-events:none;transition:left .9s cubic-bezier(.22,.61,.36,1)}.compare-line span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:31px;height:31px;border-radius:50%;background:#fff;color:var(--brand2);display:grid;place-items:center;font-size:12px;box-shadow:0 4px 14px rgba(0,0,0,.15)}.compare-range{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize}.compare-label{position:absolute;top:10px;padding:5px 7px;border-radius:5px;background:rgba(255,255,255,.91);font-family:'IBM Plex Mono',monospace;font-size:7px;letter-spacing:.08em;text-transform:uppercase}.before-label{left:10px}.after-label{right:10px}.signal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:16px;border-top:1px solid var(--hair);border-bottom:1px solid var(--hair)}.signal-grid>div{padding:14px 10px 13px 0}.signal-grid>div+div{border-left:1px solid var(--hair);padding-left:13px}.signal-grid small{display:block;margin-top:5px;color:var(--muted);font-size:9px;line-height:1.45}.status{display:inline-flex;align-items:center;gap:6px;font-family:'IBM Plex Mono',monospace;font-size:8px;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap}.status i{width:6px;height:6px;border-radius:50%;background:currentColor}.status.verified{color:var(--green)}.status.pending{color:var(--amber)}.status.review{color:var(--brand2)}.status.self{color:var(--muted)}blockquote{margin:17px 0 0;font-size:13px;line-height:1.65;letter-spacing:-.01em}blockquote cite{display:block;margin-top:7px;font-style:normal;font-size:9px;color:var(--muted)}.verification-bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-top:16px;background:var(--greensoft);border:1px solid var(--greenline);border-radius:8px;padding:10px 11px;color:var(--green)}.verification-dot{width:8px;height:8px;border-radius:50%;background:var(--green)}.verification-bar strong{font-size:10px}.verification-meta{font-family:'IBM Plex Mono',monospace;font-size:7px;text-transform:uppercase;letter-spacing:.08em}.rise{animation:rise .55s ease both}.delay-1{animation-delay:.12s}@keyframes rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.statement{padding:74px 0}.statement-grid{display:grid;grid-template-columns:220px 1fr;gap:70px;align-items:start}.statement-copy{font-size:clamp(2rem,4.2vw,4.4rem);line-height:1.03;letter-spacing:-.052em;font-weight:520;margin:0;max-width:940px}.statement-copy span{color:var(--brand)}
.process{padding:100px 0}.split-layout{display:grid;grid-template-columns:330px 1fr;gap:90px}.sticky-intro{align-self:start;position:sticky;top:115px}.sticky-intro h2,.signal-intro h2,.pricing-copy h2,.client-grid>div>h2{font-size:42px;line-height:1.02;letter-spacing:-.05em;font-weight:555;margin:15px 0 0}.sticky-intro p,.signal-intro p,.pricing-copy p,.client-grid>div>p{font-size:13px;line-height:1.8;color:var(--muted);margin:18px 0 0}.process-list{border-top:1px solid var(--hair)}.process-row{display:grid;grid-template-columns:52px 190px 1fr 24px;gap:26px;align-items:start;padding:27px 0;border-bottom:1px solid var(--hair);opacity:.4;transform:translateY(8px);transition:.45s}.process-row.revealed{opacity:1;transform:none}.step-no{font-family:'IBM Plex Mono',monospace;color:var(--brand);font-size:9px}.process-row h3{font-size:14px;font-weight:590;margin:0}.process-row p{font-size:12px;line-height:1.75;color:var(--muted);margin:0}.step-mark{color:var(--subtle);font-size:17px;transition:.2s}.process-row:hover .step-mark{color:var(--brand);transform:translate(2px,2px)}
.signals{padding:94px 0;background:linear-gradient(135deg,rgba(240,234,250,.62),rgba(251,250,248,.85))}.signals-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:100px}.signal-intro h2{color:var(--brand2)}.signal-intro .text-link{margin-top:24px}.signal-list{border-top:1px solid var(--brandline)}.signal-row{display:grid;grid-template-columns:210px 1fr;gap:35px;padding:20px 0;border-bottom:1px solid var(--brandline);opacity:.35;transform:translateY(7px);transition:.4s}.signal-row.revealed{opacity:1;transform:none}.signal-row p{font-size:12px;line-height:1.65;color:var(--muted);margin:0}
.profile-section{padding:100px 0}.section-heading h2{font-size:45px;line-height:1;letter-spacing:-.05em;font-weight:555;margin:14px 0 0;max-width:710px}.row-heading{display:flex;justify-content:space-between;align-items:end;gap:60px}.row-heading>p{font-size:13px;line-height:1.8;color:var(--muted);max-width:380px;margin:0}.profile-demo{margin-top:42px;border-top:2px solid var(--brand);padding:28px 0 0;opacity:.4;transform:translateY(10px);transition:.5s}.profile-demo.revealed{opacity:1;transform:none}.profile-topline{display:grid;grid-template-columns:1fr 180px;gap:38px;padding-bottom:31px;border-bottom:1px solid var(--hair)}.profile-brand{display:flex;align-items:center;gap:20px}.company-logo{width:78px;height:78px;border-radius:15px;border:1px solid var(--border);background:#fff;display:grid;place-items:center;color:var(--brand2);font-size:28px;font-weight:650}.profile-brand h3{font-size:33px;letter-spacing:-.045em;margin:8px 0 0;font-weight:580}.profile-brand p{font-size:11px;color:var(--muted);margin:5px 0 0}.profile-trust{border-left:1px solid var(--hair);padding-left:25px}.profile-trust strong{display:block;font-size:40px;letter-spacing:-.055em;font-weight:570;margin-top:6px}.profile-trust span{font-size:10px;color:var(--muted)}.profile-projects{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:24px}.profile-projects article{border-top:1px solid var(--hair);padding-top:14px}.profile-projects img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px;filter:saturate(.9)}.profile-projects .status{margin-top:13px}.profile-projects h4{font-size:15px;letter-spacing:-.025em;margin:11px 0 0}.profile-projects small{font-size:10px;color:var(--muted);display:block;margin-top:5px}
.client-section{padding:100px 0}.client-grid{display:grid;grid-template-columns:minmax(0,.76fr) minmax(440px,1.04fr);gap:110px;align-items:start}.quiet-list{list-style:none;margin:30px 0 0;padding:0;border-top:1px solid var(--hair)}.quiet-list li{display:grid;grid-template-columns:44px 1fr;gap:10px;padding:15px 0;border-bottom:1px solid var(--hair);font-size:11px}.quiet-list span{font-family:'IBM Plex Mono',monospace;font-size:8px;color:var(--brand)}.confirm-demo{background:#fff;border:1px solid var(--border);border-radius:16px;padding:27px 28px 29px;box-shadow:var(--shadow);opacity:.4;transform:translateY(10px);transition:.5s}.confirm-demo.revealed{opacity:1;transform:none}.confirm-bar{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;margin-bottom:28px;border-bottom:1px solid var(--hair)}.secure{font-family:'IBM Plex Mono',monospace;font-size:7px;letter-spacing:.09em;text-transform:uppercase;color:var(--green)}.confirm-demo h3{font-size:36px;line-height:1;letter-spacing:-.05em;font-weight:570;margin:12px 0 0}.confirm-demo>p{font-size:12px;line-height:1.7;color:var(--muted);margin:14px 0 0}.confirm-demo dl{margin:25px 0;border-top:1px solid var(--hair)}.confirm-demo dl div{padding:13px 0;border-bottom:1px solid var(--hair)}.confirm-demo dt{font-size:9px;color:var(--muted)}.confirm-demo dd{font-size:12px;font-weight:570;margin:5px 0 0}.confirm-check{display:flex;align-items:flex-start;gap:10px;font-size:11px;margin:21px 0}.confirm-check input{accent-color:var(--brand);margin-top:2px}
.pricing{padding:100px 0;background:rgba(246,243,248,.72)}.pricing-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(400px,.7fr);gap:120px;align-items:start}.price-panel{background:#fff;border:1px solid var(--border);border-top:2px solid var(--brand);padding:28px;border-radius:0 0 14px 14px;box-shadow:var(--shadow);opacity:.4;transform:translateY(10px);transition:.5s}.price-panel.revealed{opacity:1;transform:none}.price-top{display:flex;justify-content:space-between;gap:20px;align-items:start}.price-kicker{display:block;font-size:11px;font-weight:590;margin-bottom:9px}.price-top strong{font-size:48px;letter-spacing:-.06em;font-weight:570}.price-top small{font-size:11px;color:var(--muted)}.price-lines{margin:25px 0;border-top:1px solid var(--hair)}.price-lines div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--hair);font-size:11px}.price-lines span{color:var(--green);font-family:'IBM Plex Mono',monospace;font-size:8px;text-transform:uppercase}.button.full{width:100%}.price-note{font-size:9px;line-height:1.6;color:var(--muted);margin:13px 0 0;text-align:center}
.final-cta{padding:105px 0}.final-inner{border-top:2px solid var(--brand);padding-top:28px;display:flex;align-items:end;justify-content:space-between;gap:60px}.final-inner h2{font-size:clamp(3rem,6vw,5.8rem);line-height:.94;letter-spacing:-.065em;font-weight:545;max-width:850px;margin:14px 0 0}.site-footer{border-top:1px solid var(--hair);padding:58px 0 22px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:50px}.footer-grid>div:first-child p{font-size:11px;color:var(--muted);margin:13px 0 0}.footer-label{display:block;font-family:'IBM Plex Mono',monospace;font-size:8px;letter-spacing:.13em;text-transform:uppercase;color:var(--subtle);margin-bottom:12px}.footer-grid>div:not(:first-child) a{display:block;text-decoration:none;font-size:11px;color:var(--muted);margin:9px 0}.footer-grid>div:not(:first-child) a:hover{color:var(--brand2)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:26px;margin-top:38px;border-top:1px solid var(--hair);font-family:'IBM Plex Mono',monospace;font-size:7px;text-transform:uppercase;letter-spacing:.1em;color:var(--subtle)}
@media(max-width:1050px){.hero-grid{grid-template-columns:1fr;gap:60px}.hero-copy{max-width:800px}.hero-proof{max-width:760px}.split-layout,.signals-grid{grid-template-columns:270px 1fr;gap:55px}.client-grid,.pricing-grid{gap:60px}.desktop-nav{gap:18px}.nav-wrap{grid-template-columns:auto 1fr auto}.desktop-nav{justify-self:center}}
@media(max-width:780px){.wide,.nav-wrap{width:min(100% - 40px,1240px)}.desktop-nav,.nav-actions{display:none}.nav-wrap{grid-template-columns:1fr auto;height:66px}.menu-toggle{display:block}.mobile-nav .button{margin-top:8px;color:#fff;padding:10px 14px}.hero{padding:62px 0}.hero-grid{gap:45px}.hero-copy h1{font-size:clamp(3.7rem,18vw,6rem)}.hero-lede{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column}.trust-strip{margin-top:38px}.proof-halo{inset:-12px}.signal-grid{grid-template-columns:1fr}.signal-grid>div+div{border-left:0;border-top:1px solid var(--hair);padding-left:0}.statement{padding:60px 0}.statement-grid,.split-layout,.signals-grid,.client-grid,.pricing-grid{grid-template-columns:1fr;gap:35px}.statement-copy{font-size:clamp(2.2rem,10vw,3.7rem)}.process,.signals,.profile-section,.client-section,.pricing{padding:72px 0}.sticky-intro{position:static}.process-row{grid-template-columns:42px 1fr 24px;gap:14px}.process-row p{grid-column:2/4}.signal-row{grid-template-columns:1fr;gap:8px}.row-heading{display:block}.row-heading>p{margin-top:18px}.profile-topline{grid-template-columns:1fr}.profile-trust{border-left:0;border-top:1px solid var(--hair);padding:18px 0 0}.profile-projects{grid-template-columns:1fr}.confirm-demo{padding:22px}.final-inner{display:block}.final-inner .button{margin-top:28px}.footer-grid{grid-template-columns:1.2fr 1fr;gap:35px}.pricing-grid{gap:38px}}
@media(max-width:500px){.wide,.nav-wrap{width:min(100% - 28px,1240px)}.hero{padding:48px 0 58px}.hero-copy h1{font-size:16vw}.trust-strip{grid-template-columns:1fr}.trust-strip div+div{border-left:0;border-top:1px solid var(--hair);padding-left:0}.proof-record{padding:14px}.record-head{display:block}.proof-id{display:block;margin-top:8px}.statement-grid{gap:20px}.profile-brand{align-items:flex-start}.company-logo{width:62px;height:62px;font-size:22px}.profile-brand h3{font-size:28px}.confirm-bar{align-items:flex-start;gap:15px}.secure{text-align:right}.price-top{display:block}.price-top .status{margin-top:13px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}}

/* 1.5.1.2 — founding partner strip + real proof showcase */
.founding-banner{border-bottom:1px solid var(--hair);background:linear-gradient(90deg,rgba(109,59,232,.07),rgba(109,59,232,.025) 55%,transparent);}
.founding-banner-inner{min-height:47px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:8px;padding-bottom:8px;box-sizing:border-box}
.founding-banner-inner>div{display:flex;align-items:center;gap:12px;min-width:0}.founding-kicker{font:500 8px/1.4 'IBM Plex Mono',monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);white-space:nowrap}.founding-copy{font-size:11px;color:var(--muted);line-height:1.45}.founding-banner a{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;text-decoration:none;color:var(--brand2);font-size:10px;font-weight:620}.founding-banner a span{transition:transform .18s}.founding-banner a:hover span{transform:translateX(2px)}
.profile-projects .profile-proof-card{border-top:1px solid var(--hair);padding-top:14px;color:inherit;text-decoration:none;display:block;position:relative}.profile-projects .profile-proof-card:hover img{transform:scale(1.012)}.profile-projects .profile-proof-card img{transition:transform .28s ease}.profile-proof-link{display:flex;align-items:center;gap:6px;margin-top:13px;padding-top:10px;border-top:1px solid var(--hair);font-size:9px;font-weight:600;color:var(--brand2)}.profile-proof-link i{font-style:normal;transition:transform .18s}.profile-proof-card:hover .profile-proof-link i{transform:translate(2px,-2px)}
@media(max-width:780px){.founding-banner-inner{align-items:flex-start;gap:12px}.founding-banner-inner>div{display:block}.founding-kicker,.founding-copy{display:block}.founding-copy{margin-top:3px}.founding-banner a{padding-top:1px}}
@media(max-width:520px){.founding-banner-inner{display:block;padding-top:10px;padding-bottom:10px}.founding-banner a{margin-top:8px}.founding-copy{max-width:310px}}

/* Proovium official brand assets */
.wordmark.has-official-logo{display:inline-flex;align-items:center;line-height:1}.wordmark .official-logo{display:block;width:auto;height:28px;max-width:190px;object-fit:contain}.wordmark.small .official-logo{height:22px;max-width:150px}.status .official-verified-mark{width:13px;height:13px;object-fit:contain;display:block;flex:none}.pv-record-seal .official-verified-seal{width:100%;height:100%;object-fit:contain;display:block}.pv-loading-mark .wordmark .official-logo{height:34px;max-width:220px}

/* Proovium 1.5.3.2 — official verification mark sizing. */
.status .official-verified-mark{width:17px;height:17px;margin-right:1px}
.pv-record-seal{width:76px;height:76px;flex:0 0 76px;border:0;border-radius:0;background:transparent;padding:0;overflow:visible}
.is-verified .pv-record-seal{border:0;background:transparent}
.pv-record-seal .official-verified-seal{width:76px;height:76px;object-fit:contain;filter:none}
.pv-profile-receipt-head .pv-record-seal{width:64px;height:64px;flex-basis:64px}
.pv-profile-receipt-head .pv-record-seal .official-verified-seal{width:64px;height:64px}
@media (max-width:700px){.status .official-verified-mark{width:15px;height:15px}.pv-record-seal,.pv-record-seal .official-verified-seal{width:62px;height:62px}.pv-record-seal{flex-basis:62px}.pv-profile-receipt-head .pv-record-seal,.pv-profile-receipt-head .pv-record-seal .official-verified-seal{width:54px;height:54px}.pv-profile-receipt-head .pv-record-seal{flex-basis:54px}}

/* Proovium 1.5.3.3 — stronger brand presence in light UI. */
.wordmark.has-official-logo{overflow:visible}
.wordmark .official-logo{height:44px;max-width:260px;filter:drop-shadow(0 2px 3px rgba(18,14,25,.22)) drop-shadow(0 0 10px rgba(109,59,232,.16));transform:translateZ(0)}
.wordmark.small .official-logo{height:31px;max-width:190px}
.pv-loading-mark .wordmark .official-logo{height:48px;max-width:280px}
.pv-record-seal{width:104px;height:104px;flex:0 0 104px}
.pv-record-seal .official-verified-seal{width:104px;height:104px;filter:drop-shadow(0 7px 16px rgba(46,28,77,.12))}
.pv-profile-receipt-head .pv-record-seal{width:88px;height:88px;flex-basis:88px}
.pv-profile-receipt-head .pv-record-seal .official-verified-seal{width:88px;height:88px}
.status .official-verified-mark{width:19px;height:19px}
@media (max-width:700px){.wordmark .official-logo{height:37px;max-width:220px}.wordmark.small .official-logo{height:28px;max-width:170px}.pv-record-seal,.pv-record-seal .official-verified-seal{width:82px;height:82px}.pv-record-seal{flex-basis:82px}.pv-profile-receipt-head .pv-record-seal,.pv-profile-receipt-head .pv-record-seal .official-verified-seal{width:70px;height:70px}.pv-profile-receipt-head .pv-record-seal{flex-basis:70px}.status .official-verified-mark{width:17px;height:17px}}

/* --------------------------------------------------------------------------
   Proovium 1.5.3.4 — permanent brand visibility treatment
   Make the official logo and Verified mark read as recognisable brand assets
   against the warm-white product canvas without introducing boxed containers.
   -------------------------------------------------------------------------- */
.wordmark.has-official-logo{
  overflow:visible;
  min-height:58px;
}
.wordmark .official-logo{
  height:52px !important;
  width:auto !important;
  max-width:260px !important;
  object-fit:contain;
  overflow:visible;
  filter:
    drop-shadow(0 2px 2px rgba(18,14,24,.30))
    drop-shadow(0 7px 12px rgba(34,24,48,.24))
    drop-shadow(0 13px 28px rgba(109,59,232,.22));
  transform:translateZ(0);
}
.wordmark .official-logo:hover{
  filter:
    drop-shadow(0 2px 2px rgba(18,14,24,.34))
    drop-shadow(0 8px 14px rgba(34,24,48,.27))
    drop-shadow(0 15px 32px rgba(109,59,232,.25));
}
.wordmark.small .official-logo{
  height:42px !important;
  max-width:220px !important;
}
.pv-loading-mark .wordmark .official-logo{
  height:58px !important;
  max-width:280px !important;
}

/* Main public proof receipt — this is the recognisable Proovium trust seal. */
.pv-record-seal{
  width:132px !important;
  height:132px !important;
  flex:0 0 132px !important;
  overflow:visible !important;
  position:relative;
}
.pv-record-seal .official-verified-seal{
  width:132px !important;
  height:132px !important;
  object-fit:contain;
  overflow:visible;
  filter:
    drop-shadow(0 3px 3px rgba(22,16,30,.28))
    drop-shadow(0 10px 18px rgba(40,28,58,.24))
    drop-shadow(0 18px 36px rgba(109,59,232,.30));
  transform:translateZ(0);
}

/* Public business trust hub receipt. */
.pv-profile-receipt-head .pv-record-seal{
  width:112px !important;
  height:112px !important;
  flex-basis:112px !important;
}
.pv-profile-receipt-head .pv-record-seal .official-verified-seal{
  width:112px !important;
  height:112px !important;
  filter:
    drop-shadow(0 3px 3px rgba(22,16,30,.25))
    drop-shadow(0 9px 17px rgba(40,28,58,.22))
    drop-shadow(0 16px 32px rgba(109,59,232,.28));
}

/* Inline confirmation marks remain compact, but clearly legible. */
.status .official-verified-mark{
  width:21px !important;
  height:21px !important;
  filter:drop-shadow(0 3px 7px rgba(109,59,232,.24));
}

@media (max-width:700px){
  .wordmark.has-official-logo{min-height:50px}
  .wordmark .official-logo{height:46px !important;max-width:220px !important}
  .wordmark.small .official-logo{height:36px !important;max-width:180px !important}
  .pv-loading-mark .wordmark .official-logo{height:50px !important;max-width:230px !important}
  .pv-record-seal,
  .pv-record-seal .official-verified-seal{
    width:104px !important;
    height:104px !important;
  }
  .pv-record-seal{flex-basis:104px !important}
  .pv-profile-receipt-head .pv-record-seal,
  .pv-profile-receipt-head .pv-record-seal .official-verified-seal{
    width:88px !important;
    height:88px !important;
  }
  .pv-profile-receipt-head .pv-record-seal{flex-basis:88px !important}
  .status .official-verified-mark{width:19px !important;height:19px !important}
}


/* 1.5.3.7 — deterministic SVG arrows, never emoji glyphs. */
.ui-arrow{width:14px;height:14px;display:inline-block;flex:0 0 auto;vertical-align:-2px;overflow:visible}
.text-link .ui-arrow,.profile-proof-link .ui-arrow{transition:transform .18s ease}
.text-link:hover .ui-arrow,.profile-proof-card:hover .profile-proof-link .ui-arrow{transform:translate(2px,-2px)}

/* Proovium 1.5.5.3 — homepage section rhythm cleanup
   Tighten the dead air between homepage sections and stop the interactive
   demo from leaving a tall empty tail before the next section starts. */
.globe-stats{padding:88px 0 84px}
.demo-section{padding:80px 0 88px}
.process{padding:86px 0}
.signals{padding:86px 0}
.profile-section,.client-section,.pricing{padding:88px 0}
.demo-copy{margin-bottom:24px}
.demo-workspace-real{min-height:560px}
.demo-sidebar-real{padding-bottom:22px}
.demo-sidebar-user{position:static;left:auto;right:auto;bottom:auto;margin-top:auto}

@media(max-width:1024px){
  .demo-workspace-real{min-height:0}
}

@media(max-width:780px){
  .globe-stats,.demo-section,.process,.signals,.profile-section,.client-section,.pricing{padding:72px 0}
  .demo-copy{margin-bottom:20px}
}

@media(max-width:500px){
  .globe-stats,.demo-section,.process,.signals,.profile-section,.client-section,.pricing{padding:62px 0}
  .demo-copy{margin-bottom:18px}
}

/* Proovium 1.5.5.17 — show full demo case-study before/after images */
.proof-record-multi .hero-study-panel .compare{
  aspect-ratio:4 / 3;
  background:#f5f4f7;
}
.proof-record-multi .hero-study-panel .compare img,
.proof-record-multi .hero-study-panel .compare-before{
  object-fit:contain !important;
  object-position:center center !important;
  background:#f5f4f7;
}
.proof-record-multi .hero-study-panel .compare-before{
  filter:none !important;
}
@media(max-width:700px){
  .proof-record-multi .hero-study-panel .compare{
    aspect-ratio:4 / 3;
  }
}


/* Proovium 1.5.5.18 — restore larger original hero compare boxes without layout jump */
.proof-record-multi .hero-study-panel .compare,
.proof-record-multi .hero-study-panel .hero-study-feature{
  aspect-ratio:16 / 10 !important;
  background:#f5f4f7;
}

.proof-record-multi .hero-study-panel .compare img,
.proof-record-multi .hero-study-panel .compare-before,
.proof-record-multi .hero-study-panel .hero-study-feature img{
  object-fit:cover !important;
  object-position:top center !important;
  background:transparent !important;
}

.proof-record-multi .hero-study-panel .compare-before{
  filter:saturate(.72) brightness(.92) !important;
}

@media(max-width:700px){
  .proof-record-multi .hero-study-panel .compare,
  .proof-record-multi .hero-study-panel .hero-study-feature{
    aspect-ratio:16 / 10 !important;
  }
}
