@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700;12..96,800&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800&display=swap");.v3-scope{--ink:#1e163f;--body:#4b4470;--muted:#78729a;--light:#a9a3c2;--border:#e9e4f7;--bg:#fff;--surface:#f7f5ff;--surface-2:#f1edfc;--violet:#6d28d9;--violet-dk:#57209e;--violet-lt:#ede6fe;--blue:#4f46e5;--blue-lt:#e4e5fd;--purple:#9a2bd4;--purple-lt:#f4e2fb;--yellow:#fbcb2e;--yellow-dk:#c98a00;--yellow-soft:#fef6d8;--grad:linear-gradient(115deg,#4f46e5,#7c3aed 52%,#a21caf);--grad-soft:linear-gradient(115deg,#eef0ff,#f1e9ff 52%,#fbe7f6);--r:16px;--r-lg:24px;--s1:0 2px 8px rgba(46,20,90,.06),0 1px 2px rgba(46,20,90,.05);--s2:0 10px 28px -8px rgba(76,40,160,.18),0 3px 8px rgba(46,20,90,.06);--s3:0 26px 60px -18px rgba(76,40,160,.32),0 8px 20px -10px rgba(46,20,90,.12);--ring:0 0 0 4px rgba(124,58,237,.14);--maxw:1180px}.v3-scope[data-scheme=sunrise]{--bg:#fffdf4;--surface:#fff8e3;--surface-2:#fef1ce;--border:#f1e6c4}.v3-scope[data-scheme=grape]{--surface:#f3eefe;--surface-2:#ebe2fd;--border:#e4daf7;--violet:#7c3aed;--blue:#5b54f0}.v3-scope *,.v3-scope :after,.v3-scope :before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{margin:0}.v3-scope{font-family:Plus Jakarta Sans,system-ui,sans-serif;background:var(--bg);color:var(--body);font-size:16px;line-height:1.6;overflow-x:clip}.v3-scope img{max-width:100%;display:block}.v3-scope button{font-family:inherit;cursor:pointer}.v3-scope a{text-decoration:none;color:var(--violet);transition:color .15s}.v3-scope a:hover{color:var(--violet-dk)}.v3-scope h1,.v3-scope h2,.v3-scope h3,.v3-scope h4{font-family:Bricolage Grotesque,sans-serif;color:var(--ink);letter-spacing:-.02em;line-height:1.08}.v3-scope .wrap{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}.v3-scope .section{padding:92px 0}.v3-scope .mark{position:relative;display:inline-block;z-index:0;white-space:nowrap}.v3-scope .mark:after{content:"";position:absolute;z-index:-1;left:-.12em;right:-.12em;bottom:.06em;height:.42em;background:var(--yellow);border-radius:999px;transform:rotate(-1.2deg)}.v3-scope .eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--violet);background:var(--violet-lt);border-radius:999px;padding:.4rem .9rem;margin-bottom:1.2rem}.v3-scope .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--violet)}.v3-scope .sec-head{max-width:620px}.v3-scope .sec-head.center{margin:0 auto;text-align:center}.v3-scope .sec-h2{font-size:clamp(2rem,3.6vw,3.1rem);font-weight:800;margin-bottom:.9rem}.v3-scope .sec-p{font-size:1.03rem;color:var(--muted);line-height:1.7}.v3-scope .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.7rem;border-radius:999px;font-family:Plus Jakarta Sans,sans-serif;font-size:.95rem;font-weight:700;border:none;transition:transform .15s,box-shadow .2s,background .2s,color .2s;white-space:nowrap;cursor:pointer}.v3-scope .btn:active{transform:translateY(1px)}.v3-scope .btn-primary{background:var(--violet);color:#fff;box-shadow:var(--s2)}.v3-scope .btn-primary:hover{background:var(--violet-dk);color:#fff;transform:translateY(-2px);box-shadow:var(--s3)}.v3-scope .btn-grad{background:var(--grad);color:#fff;box-shadow:var(--s2)}.v3-scope .btn-grad:hover{color:#fff;transform:translateY(-2px);box-shadow:var(--s3)}.v3-scope .btn-yellow{background:var(--yellow);color:#3a2a00}.v3-scope .btn-yellow:hover{background:#f5bf12;color:#3a2a00;transform:translateY(-2px);box-shadow:var(--s2)}.v3-scope .btn-ghost{background:#fff;color:var(--violet);border:2px solid var(--violet-lt)}.v3-scope .btn-ghost:hover{color:var(--violet-dk);border-color:var(--violet);background:var(--violet-lt)}.v3-scope .btn-lg{padding:1rem 2.1rem;font-size:1.02rem}.v3-scope .btn-sm{padding:.55rem 1.15rem;font-size:.85rem}.v3-scope .chip{display:inline-flex;align-items:center;padding:.32rem .85rem;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.02em}.v3-scope .chip-violet{background:var(--violet-lt);color:var(--violet)}.v3-scope .chip-blue{background:var(--blue-lt);color:var(--blue)}.v3-scope .chip-purple{background:var(--purple-lt);color:var(--purple)}.v3-scope .chip-yellow{background:var(--yellow-soft);color:var(--yellow-dk)}.v3-scope #nav{position:fixed;top:0;left:0;right:0;z-index:900;background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s,background .2s}.v3-scope #nav.scrolled{border-bottom-color:var(--border);box-shadow:var(--s1)}.v3-scope #v3nav{position:-webkit-sticky;position:sticky;top:0;z-index:900;background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s,background .2s}.v3-scope #v3nav.scrolled{border-bottom-color:var(--border);box-shadow:var(--s1)}.v3-scope section[id]{scroll-margin-top:88px}.v3-scope .nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}.v3-scope .nav-links{display:flex;align-items:center;gap:2.1rem}.v3-scope .nav-links a{font-size:.92rem;font-weight:600;color:var(--body)}.v3-scope .nav-links a.on,.v3-scope .nav-links a:hover{color:var(--violet)}.v3-scope .nav-right{display:flex;align-items:center;gap:.8rem}.v3-scope .mob-btn{display:none;background:var(--surface);border:1px solid var(--border);border-radius:12px;width:44px;height:44px;align-items:center;justify-content:center;color:var(--ink);font-size:1.3rem}.v3-scope .logo{display:flex;align-items:center;gap:.6rem}.v3-scope .logo-mark{width:42px;height:42px;border-radius:13px;background:var(--grad);display:grid;place-items:center;flex-shrink:0;box-shadow:var(--s2);position:relative}.v3-scope .logo-mark svg{width:22px;height:22px}.v3-scope .logo-name{font-family:Bricolage Grotesque,sans-serif;font-size:1.28rem;font-weight:800;color:var(--ink);letter-spacing:-.03em}.v3-scope .logo-name b{font-weight:800}.v3-scope .logo-name .v{color:var(--violet)}.v3-scope .logo-p{font-size:.62rem;color:#3a2a00;background:var(--yellow);padding:.1rem .34rem;vertical-align:super;margin-left:.2rem;letter-spacing:.02em}.v3-scope #home{padding:44px 0 84px;position:relative;overflow:hidden}.v3-scope .hero-blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5;pointer-events:none;z-index:0}.v3-scope .hero-blob.b1{width:460px;height:460px;background:var(--blue-lt);top:-120px;right:-80px}.v3-scope .hero-blob.b2{width:380px;height:380px;background:var(--purple-lt);bottom:-140px;left:-100px}.v3-scope .hero-blob.b3{width:260px;height:260px;background:var(--yellow-soft);top:40%;right:30%;opacity:.7}.v3-scope .hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:4rem;gap:4rem;align-items:center}.v3-scope .hero-h1{font-size:clamp(2.9rem,5.6vw,5rem);font-weight:800;margin-bottom:1.4rem}.v3-scope .hero-h1 .l1{color:var(--blue)}.v3-scope .hero-h1 .l2{color:var(--purple)}.v3-scope .hero-p{font-size:1.12rem;color:var(--muted);line-height:1.75;max-width:460px;margin-bottom:2rem}.v3-scope .hero-btns{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:2.6rem}.v3-scope .hero-stats{display:flex;gap:0;background:var(--bg);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;box-shadow:var(--s1);max-width:520px}.v3-scope .hstat{flex:1 1;padding:1.15rem 1.3rem;border-right:1px solid var(--border)}.v3-scope .hstat:last-child{border-right:none}.v3-scope .hstat-n{font-family:Bricolage Grotesque,sans-serif;font-size:2.1rem;font-weight:800;color:var(--ink);line-height:1;display:flex;align-items:baseline}.v3-scope .hstat-n sup{font-size:1rem;color:var(--violet);font-weight:800}.v3-scope .hstat-l{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-top:.45rem}.v3-scope .hero-visual{position:relative;z-index:2}.v3-scope .proc-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--s3);overflow:hidden}.v3-scope .proc-hd{background:var(--grad);padding:1.3rem 1.6rem;display:flex;align-items:center;gap:.8rem}.v3-scope .proc-hd .ic{width:38px;height:38px;border-radius:11px;background:hsla(0,0%,100%,.22);display:grid;place-items:center;font-size:1.15rem}.v3-scope .proc-hd b{color:#fff;font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:1.02rem}.v3-scope .proc-hd span{color:hsla(0,0%,100%,.75);font-size:.74rem;display:block;margin-top:.1rem}.v3-scope .proc-steps{padding:.6rem}.v3-scope .p-step{display:flex;gap:1rem;align-items:flex-start;padding:1rem 1.1rem;border-radius:14px;transition:background .15s}.v3-scope .p-step:hover{background:var(--surface)}.v3-scope .p-num{width:34px;height:34px;border-radius:11px;background:var(--violet-lt);color:var(--violet);font-family:Bricolage Grotesque,sans-serif;font-size:.9rem;font-weight:800;display:grid;place-items:center;flex-shrink:0}.v3-scope .p-step:nth-child(2) .p-num{background:var(--blue-lt);color:var(--blue)}.v3-scope .p-step:nth-child(3) .p-num{background:var(--purple-lt);color:var(--purple)}.v3-scope .p-step:nth-child(4) .p-num{background:var(--yellow-soft);color:var(--yellow-dk)}.v3-scope .p-title{font-weight:700;color:var(--ink);font-size:.96rem;margin-bottom:.12rem}.v3-scope .p-desc{font-size:.82rem;color:var(--muted);line-height:1.55}.v3-scope .hero-badge{position:absolute;background:var(--bg);border:1px solid var(--border);border-radius:14px;box-shadow:var(--s2);padding:.7rem .95rem;display:flex;align-items:center;gap:.6rem;z-index:3}.v3-scope .hero-badge .e{font-size:1.3rem}.v3-scope .hero-badge b{font-family:Bricolage Grotesque,sans-serif;font-size:1rem;color:var(--ink);display:block;line-height:1}.v3-scope .hero-badge span{font-size:.68rem;color:var(--muted)}.v3-scope .hero-badge.hb1{top:-18px;right:8%}.v3-scope .hero-badge.hb2{bottom:-20px;left:-18px}.v3-scope[data-hero=centered] #home{padding-top:150px}.v3-scope[data-hero=centered] .hero-inner{grid-template-columns:1fr;text-align:center;gap:3rem;max-width:900px;margin:0 auto}.v3-scope[data-hero=centered] .hero-p{margin-left:auto;margin-right:auto}.v3-scope[data-hero=centered] .hero-btns{justify-content:center}.v3-scope[data-hero=centered] .hero-stats{margin:0 auto}.v3-scope[data-hero=centered] .hero-copy{display:flex;flex-direction:column;align-items:center}.v3-scope[data-hero=centered] .hero-visual .hero-badge{display:none}.v3-scope[data-hero=centered] .proc-card{max-width:560px;margin:0 auto}.v3-scope[data-hero=banner] #home{background:var(--grad);color:#fff;padding:150px 0 96px}.v3-scope[data-hero=banner] .hero-blob{display:none}.v3-scope[data-hero=banner] .hero-inner{grid-template-columns:1fr;text-align:center;max-width:940px;margin:0 auto}.v3-scope[data-hero=banner] .hero-copy{display:flex;flex-direction:column;align-items:center}.v3-scope[data-hero=banner] .hero-h1,.v3-scope[data-hero=banner] .hero-h1 .l1,.v3-scope[data-hero=banner] .hero-h1 .l2{color:#fff}.v3-scope[data-hero=banner] .hero-p{color:hsla(0,0%,100%,.86);margin:0 auto 2rem}.v3-scope[data-hero=banner] .eyebrow{background:hsla(0,0%,100%,.16);color:#fff}.v3-scope[data-hero=banner] .eyebrow .dot{background:var(--yellow)}.v3-scope[data-hero=banner] .hero-btns{justify-content:center}.v3-scope[data-hero=banner] .btn-primary{background:var(--yellow);color:#3a2a00}.v3-scope[data-hero=banner] .btn-primary:hover{background:#fff;color:var(--violet)}.v3-scope[data-hero=banner] .btn-ghost{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.v3-scope[data-hero=banner] .btn-ghost:hover{background:hsla(0,0%,100%,.2);color:#fff}.v3-scope[data-hero=banner] .hero-stats{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2);margin:0 auto}.v3-scope[data-hero=banner] .hstat{border-right-color:hsla(0,0%,100%,.2)}.v3-scope[data-hero=banner] .hstat-n{color:#fff}.v3-scope[data-hero=banner] .hstat-n sup{color:var(--yellow)}.v3-scope[data-hero=banner] .hstat-l{color:hsla(0,0%,100%,.7)}.v3-scope[data-hero=banner] .hero-visual{display:none}.v3-scope[data-hero=banner] .mark:after{background:hsla(0,0%,100%,.28)}.v3-scope .marquee{background:var(--ink);overflow:hidden}.v3-scope .marquee-inner{display:flex;align-items:center;height:52px}.v3-scope .mq-label{display:flex;align-items:center;gap:.5rem;padding:0 1.3rem;flex-shrink:0;border-right:1px solid hsla(0,0%,100%,.14);height:100%}.v3-scope .mq-label .d{width:7px;height:7px;border-radius:50%;background:var(--yellow);box-shadow:0 0 8px var(--yellow)}.v3-scope .mq-label span{font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--yellow)}.v3-scope .mq-viewport{flex:1 1;overflow:hidden}.v3-scope .mq-track{display:flex;width:max-content;animation:mq 42s linear infinite}.v3-scope .mq-track:hover{animation-play-state:paused}.v3-scope .mq-item{display:flex;align-items:center;gap:.5rem;padding:0 1.5rem;white-space:nowrap;color:hsla(0,0%,100%,.72);font-size:.82rem;font-weight:500}.v3-scope .mq-item .e{font-size:.9rem}.v3-scope .mq-item b{color:#fff;font-weight:700}@keyframes mq{to{transform:translateX(-50%)}}.v3-scope #about{background:var(--surface)}.v3-scope .about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4.5rem;gap:4.5rem;align-items:center}.v3-scope .pull-quote{font-family:Bricolage Grotesque,sans-serif;font-size:1.35rem;font-weight:600;color:var(--ink);line-height:1.4;padding-left:1.3rem;border-left:4px solid var(--yellow);margin:1.6rem 0}.v3-scope .ind-lbl{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.13em;color:var(--light);margin:1.8rem 0 .8rem}.v3-scope .ind-chips{display:flex;flex-wrap:wrap;gap:.5rem}.v3-scope .gstat-grid{display:flex;flex-direction:column;gap:1rem}.v3-scope .gstat{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:1.5rem 1.7rem;display:flex;align-items:center;gap:1.4rem;box-shadow:var(--s1);transition:transform .2s,box-shadow .2s}.v3-scope .gstat:hover{transform:translateY(-3px);box-shadow:var(--s2)}.v3-scope .gstat-ic{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;font-size:1.5rem;flex-shrink:0}.v3-scope .gi-1{background:var(--violet-lt)}.v3-scope .gi-2{background:var(--blue-lt)}.v3-scope .gi-3{background:var(--yellow-soft)}.v3-scope .gstat-num{font-family:Bricolage Grotesque,sans-serif;font-size:2.5rem;font-weight:800;color:var(--ink);line-height:1;min-width:88px}.v3-scope .gstat-num em{font-style:normal;color:var(--violet)}.v3-scope .gstat-lbl strong{display:block;font-size:.95rem;font-weight:700;color:var(--ink);margin-bottom:.15rem}.v3-scope .gstat-lbl span{font-size:.8rem;color:var(--muted)}.v3-scope .svc-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem;gap:1.2rem;margin-top:3rem}.v3-scope .svc-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem 1.8rem;display:flex;flex-direction:column;gap:.55rem;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden}.v3-scope .svc-card:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:var(--grad);opacity:0;transition:opacity .2s}.v3-scope .svc-card:hover{transform:translateY(-5px);box-shadow:var(--s3);border-color:transparent}.v3-scope .svc-card:hover:before{opacity:1}.v3-scope .svc-ic{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;font-size:1.6rem;margin-bottom:.5rem}.v3-scope .svc-num{font-size:.68rem;font-weight:800;letter-spacing:.12em;color:var(--light)}.v3-scope .svc-card h3{font-size:1.15rem;font-weight:700}.v3-scope .svc-card p{font-size:.9rem;color:var(--muted);line-height:1.65}.v3-scope .roles-hd{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.6rem}.v3-scope .roles-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem;gap:1.2rem;margin-bottom:2.4rem}.v3-scope .rcard{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.6rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:block}.v3-scope .rcard:hover{transform:translateY(-5px);box-shadow:var(--s3);border-color:transparent}.v3-scope .rcard-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.1rem}.v3-scope .rco-row{display:flex;align-items:center;gap:.7rem}.v3-scope .rco-logo{width:44px;height:44px;border-radius:13px;background:var(--surface);border:1px solid var(--border);display:grid;place-items:center;font-size:1.15rem}.v3-scope .rco-name{font-size:.84rem;font-weight:700;color:var(--ink)}.v3-scope .rco-loc{font-size:.74rem;color:var(--muted);margin-top:.1rem}.v3-scope .rcard-title{font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem;font-weight:700;color:var(--ink);margin-bottom:.9rem}.v3-scope .rcard-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.2rem}.v3-scope .rtag{font-size:.72rem;background:var(--surface);color:var(--body);padding:.28rem .7rem;border-radius:999px;font-weight:600;border:1px solid var(--border)}.v3-scope .rcard-foot{display:flex;justify-content:flex-end;align-items:center;padding-top:1.1rem;border-top:1px solid var(--border)}.v3-scope .rcard-sal{font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;font-weight:800;color:var(--ink)}.v3-scope .apply-btn{font-size:.82rem;font-weight:700;color:var(--violet);display:inline-flex;align-items:center;gap:.3rem}.v3-scope .rcard:hover .apply-btn{gap:.5rem}.v3-scope .roles-ftr{display:flex;justify-content:center;gap:.9rem;flex-wrap:wrap}.v3-scope #skills{background:var(--surface)}.v3-scope .mi-trending{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;margin:1.8rem 0 2.6rem}.v3-scope .mi-trending .lbl{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--light);margin-right:.3rem}.v3-scope .mi-tag{font-size:.8rem;font-weight:600;color:var(--violet);background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:.32rem .9rem}.v3-scope .mi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.1rem;gap:1.1rem}.v3-scope .mi-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:1.6rem;display:flex;flex-direction:column;gap:.55rem;transition:transform .2s,box-shadow .2s,border-color .2s}.v3-scope .mi-card:hover{transform:translateY(-4px);box-shadow:var(--s2);border-color:transparent}.v3-scope .mi-top{display:flex;align-items:center;justify-content:space-between}.v3-scope .mi-ic{font-size:1.5rem}.v3-scope .mi-tagn{font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--violet);background:var(--violet-lt);border-radius:999px;padding:.22rem .65rem}.v3-scope .mi-name{font-family:Bricolage Grotesque,sans-serif;font-size:1.12rem;font-weight:700;color:var(--ink)}.v3-scope .mi-desc{font-size:.85rem;color:var(--muted);line-height:1.6;flex:1 1}.v3-scope .mi-cta{font-size:.82rem;font-weight:700;color:var(--violet)}.v3-scope .mi-card-hero{background:var(--grad);border-color:transparent}.v3-scope .mi-card-hero .mi-cta,.v3-scope .mi-card-hero .mi-name{color:#fff}.v3-scope .mi-card-hero .mi-desc{color:hsla(0,0%,100%,.82)}.v3-scope .mi-card-hero .mi-tagn{background:hsla(0,0%,100%,.2);color:#fff}.v3-scope .mi-card-hero .mi-ic{filter:grayscale(1) brightness(3)}.v3-scope .fn-grid{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:3rem;gap:3rem;align-items:start;margin-top:3rem}.v3-scope .fn-profile{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:2.2rem 2rem;box-shadow:var(--s1)}.v3-scope .fn-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;object-position:center top;margin-bottom:1.3rem;border:4px solid var(--bg);box-shadow:var(--s2)}.v3-scope .fn-eyebrow{font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin-bottom:.5rem}.v3-scope .fn-name{font-size:1.4rem;font-weight:800;color:var(--ink);margin-bottom:.2rem}.v3-scope .fn-title{font-size:.82rem;font-weight:600;color:var(--violet);margin-bottom:1.1rem}.v3-scope .fn-bio{font-size:.9rem;color:var(--muted);line-height:1.75;margin-bottom:1.3rem}.v3-scope .fn-li{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:700;color:var(--violet);border:1.5px solid var(--violet-lt);border-radius:10px;padding:.5rem 1rem}.v3-scope .fn-li:hover{background:var(--violet-lt)}.v3-scope .fn-pen{background:var(--ink);border-radius:var(--r-lg);padding:2.6rem 2.8rem;position:relative;box-shadow:var(--s2);overflow:hidden}.v3-scope .fn-pen:before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.5),transparent 70%)}.v3-scope .fn-pen-hd{display:flex;align-items:center;gap:.55rem;margin-bottom:1.4rem;position:relative}.v3-scope .fn-pen-label{font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:hsla(0,0%,100%,.5)}.v3-scope .fn-quote{font-family:Bricolage Grotesque,sans-serif;font-size:5rem;line-height:.6;color:var(--yellow);margin-bottom:.5rem;position:relative}.v3-scope .fn-pen-p{font-size:.96rem;color:hsla(0,0%,100%,.82);line-height:1.8;margin-bottom:1rem;position:relative}.v3-scope .fn-sig{margin-top:1.8rem;padding-top:1.3rem;border-top:1px solid hsla(0,0%,100%,.14);position:relative}.v3-scope .fn-sig b{font-family:Bricolage Grotesque,sans-serif;font-size:1rem;color:#fff;font-style:italic}.v3-scope .fn-sig span{display:block;font-size:.76rem;color:hsla(0,0%,100%,.5);margin-top:.15rem}.v3-scope #testimonials{background:var(--surface)}.v3-scope .testi-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.4rem;margin-top:3rem}.v3-scope .tcard{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;flex:1 1 380px;max-width:520px;box-shadow:var(--s1);transition:transform .2s,box-shadow .2s}.v3-scope .tcard:hover{transform:translateY(-4px);box-shadow:var(--s2)}.v3-scope .tcard-stars{color:var(--yellow);font-size:1rem;letter-spacing:.1em;margin-bottom:1.1rem}.v3-scope .tcard-q{font-size:1.05rem;color:var(--ink);line-height:1.7;margin-bottom:1.6rem;font-family:Bricolage Grotesque,sans-serif;font-weight:500}.v3-scope .tcard-auth{display:flex;align-items:center;gap:.8rem}.v3-scope .tcard-av{width:46px;height:46px;border-radius:14px;background:var(--grad);color:#fff;font-family:Bricolage Grotesque,sans-serif;font-weight:800;display:grid;place-items:center;flex-shrink:0}.v3-scope .tcard-name{font-size:.92rem;font-weight:800;color:var(--ink)}.v3-scope .tcard-role{font-size:.78rem;color:var(--muted)}.v3-scope .logo-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;margin-top:2.8rem}.v3-scope .logo-cell{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:1.4rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;text-align:center;transition:transform .2s,box-shadow .2s;min-height:108px}.v3-scope .logo-cell:hover{transform:translateY(-3px);box-shadow:var(--s2)}.v3-scope .logo-cell img{height:34px;width:auto;max-width:90%;object-fit:contain}.v3-scope .logo-cell b{font-family:Bricolage Grotesque,sans-serif;font-size:1rem;font-weight:700;color:var(--ink)}.v3-scope .logo-cell span{font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.v3-scope #contact{text-align:center}.v3-scope .cta-box{background:var(--grad);border-radius:28px;padding:3.2rem 2rem;position:relative;overflow:hidden;box-shadow:var(--s3)}.v3-scope .cta-box:after,.v3-scope .cta-box:before{content:"";position:absolute;border-radius:50%;background:hsla(0,0%,100%,.1)}.v3-scope .cta-box:before{width:300px;height:300px;top:-120px;left:-80px}.v3-scope .cta-box:after{width:240px;height:240px;bottom:-120px;right:-60px}.v3-scope .cta-box .eyebrow{background:hsla(0,0%,100%,.18);color:#fff;position:relative}.v3-scope .cta-box .eyebrow .dot{background:var(--yellow)}.v3-scope .cta-h2{font-size:clamp(1.65rem,3.2vw,2.5rem);font-weight:800;color:#fff;max-width:600px;margin:0 auto .85rem;position:relative;line-height:1.12}.v3-scope .cta-p{font-size:1rem;color:hsla(0,0%,100%,.86);max-width:480px;margin:0 auto 1.7rem;position:relative}.v3-scope .cta-btns{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;position:relative}.v3-scope footer{background:var(--ink);padding:68px 0 0;color:hsla(0,0%,100%,.6)}.v3-scope .foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;grid-gap:2.4rem;gap:2.4rem;padding-bottom:3rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.v3-scope .foot-brand .logo-name{color:#fff}.v3-scope .foot-desc{font-size:.88rem;color:hsla(0,0%,100%,.5);line-height:1.75;max-width:260px;margin:1.2rem 0 1.5rem}.v3-scope .socials{display:flex;gap:.5rem}.v3-scope .soc{width:38px;height:38px;border-radius:11px;background:hsla(0,0%,100%,.08);display:grid;place-items:center;color:hsla(0,0%,100%,.6);font-size:.9rem;transition:background .15s,color .15s}.v3-scope .soc:hover{background:var(--violet);color:#fff}.v3-scope .fh{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:hsla(0,0%,100%,.4);margin-bottom:1.1rem}.v3-scope .fl{display:block;font-size:.88rem;color:hsla(0,0%,100%,.55);margin-bottom:.7rem}.v3-scope .fl:hover{color:#fff}.v3-scope .foot-bot{padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.6rem}.v3-scope .foot-bot a,.v3-scope .foot-bot span{font-size:.78rem;color:hsla(0,0%,100%,.4)}.v3-scope .foot-legal{display:flex;gap:1.5rem}.v3-scope .rv{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.v3-scope .rv.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.v3-scope .rv{opacity:1;transform:none;transition:none}.v3-scope .mq-track{animation:none}}.v3-scope .svc-hero{padding:150px 0 60px;background:var(--surface);position:relative;overflow:hidden}.v3-scope .svc-hero .hero-blob.b1{top:-140px}.v3-scope .svcp-grid{display:flex;flex-direction:column;gap:1.4rem}.v3-scope .svcp-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--s1);display:grid;grid-template-columns:300px 1fr;transition:box-shadow .2s}.v3-scope .svcp-card:hover{box-shadow:var(--s2)}.v3-scope .svcp-side{padding:2.2rem;color:#fff;display:flex;flex-direction:column}.v3-scope .svcp-emoji{font-size:2.4rem;margin-bottom:1rem}.v3-scope .svcp-aud{font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:hsla(0,0%,100%,.75);background:hsla(0,0%,100%,.18);border-radius:999px;padding:.3rem .8rem;align-self:flex-start;margin-bottom:1rem}.v3-scope .svcp-name{font-size:1.7rem;font-weight:800;color:#fff;margin-bottom:.5rem}.v3-scope .svcp-tag{font-size:.86rem;color:hsla(0,0%,100%,.85);line-height:1.5}.v3-scope .svcp-stats{display:flex;flex-direction:column;gap:.8rem;margin-top:auto;padding-top:1.6rem}.v3-scope .svcp-stat{display:flex;align-items:baseline;gap:.6rem}.v3-scope .svcp-stat b{font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem;font-weight:800;color:#fff}.v3-scope .svcp-stat span{font-size:.74rem;color:hsla(0,0%,100%,.8)}.v3-scope .svcp-body{padding:2.2rem}.v3-scope .svcp-intro{font-size:.96rem;color:var(--body);line-height:1.75;margin-bottom:1.6rem}.v3-scope .svcp-feats{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.1rem 1.6rem;gap:1.1rem 1.6rem;margin-bottom:1.8rem}.v3-scope .svcp-feat{display:flex;gap:.7rem;align-items:flex-start}.v3-scope .svcp-feat .fic{width:26px;height:26px;border-radius:8px;background:var(--violet-lt);color:var(--violet);display:grid;place-items:center;flex-shrink:0;font-size:.8rem;font-weight:800}.v3-scope .svcp-feat b{font-size:.88rem;font-weight:700;color:var(--ink);display:block;margin-bottom:.12rem}.v3-scope .svcp-feat span{font-size:.8rem;color:var(--muted);line-height:1.55}@media (max-width:960px){.v3-scope .nav-links{display:none}.v3-scope .mob-btn{display:flex}.v3-scope .about-grid,.v3-scope .fn-grid,.v3-scope .hero-inner{grid-template-columns:1fr;gap:2.4rem}.v3-scope .hero-visual{display:block;margin:.4rem auto 0;max-width:460px;width:100%}.v3-scope .hero-visual .mock,.v3-scope .hero-visual .proc-card{margin-left:auto;margin-right:auto}.v3-scope[data-hero=banner] .hero-visual,.v3-scope[data-hero=centered] .hero-visual{display:none}.v3-scope .mi-grid,.v3-scope .roles-grid,.v3-scope .svc-grid{grid-template-columns:1fr 1fr}.v3-scope .logo-grid{grid-template-columns:repeat(3,1fr)}.v3-scope .foot-grid{grid-template-columns:1fr 1fr}.v3-scope .svcp-card,.v3-scope .svcp-feats{grid-template-columns:1fr}}@media (max-width:620px){.v3-scope .section{padding:64px 0}.v3-scope #home{padding-top:120px}.v3-scope .foot-grid,.v3-scope .mi-grid,.v3-scope .roles-grid,.v3-scope .svc-grid{grid-template-columns:1fr}.v3-scope .logo-grid{grid-template-columns:1fr 1fr;gap:.7rem;margin-top:2rem}.v3-scope .logo-cell{padding:1.05rem .55rem;min-height:94px;gap:.45rem}.v3-scope .logo-cell img{height:27px}.v3-scope .logo-cell span{font-size:.6rem}.v3-scope .roles-hd{flex-direction:column;align-items:flex-start}.v3-scope .hero-stats{flex-wrap:nowrap}.v3-scope .hstat{flex:1 1;min-width:0;padding:.85rem .5rem;text-align:center}.v3-scope .hstat-n{font-size:1.45rem;justify-content:center}.v3-scope .hstat-n sup{font-size:.7rem}.v3-scope .hstat-l{font-size:.54rem;letter-spacing:.03em;margin-top:.3rem;line-height:1.25}.v3-scope .cta-box{padding:3rem 1.3rem}.v3-scope .fn-pen{padding:1.8rem 1.5rem}}.v3-scope .mob-menu{position:fixed;inset:0;z-index:1000;background:rgba(30,22,63,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s}.v3-scope .mob-menu.open{opacity:1;pointer-events:auto}.v3-scope .mob-panel{position:absolute;top:0;right:0;bottom:0;width:300px;max-width:84vw;background:var(--bg);padding:1.5rem;display:flex;flex-direction:column;gap:.3rem;transform:translateX(100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.v3-scope .mob-menu.open .mob-panel{transform:none}.v3-scope .mob-panel a{padding:.9rem .6rem;font-size:1rem;font-weight:600;color:var(--ink);border-radius:12px}.v3-scope .mob-panel a:hover{background:var(--surface);color:var(--violet)}.v3-scope .mob-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.v3-scope .mob-close{width:42px;height:42px;border-radius:12px;background:var(--surface);border:none;font-size:1.3rem;color:var(--ink)}.v3-scope .logo-mark-img{width:40px;height:40px;object-fit:contain;display:block;flex-shrink:0}.v3-scope .logo-chip{width:46px;height:46px;border-radius:13px;background:#fff;display:grid;place-items:center;box-shadow:0 6px 16px rgba(20,4,105,.2);flex-shrink:0}.v3-scope .logo-chip img{width:34px;height:34px;object-fit:contain}.v3-scope .logo-name{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1}.v3-scope .logo-row{gap:.26em;font-size:1.28rem;letter-spacing:-.03em}.v3-scope .logo-p,.v3-scope .logo-row{display:inline-flex;align-items:center;font-weight:800;line-height:1}.v3-scope .logo-p{justify-content:center;font-size:.74rem;height:1.3em;min-width:1.3em;padding:0 .34em;margin-left:.18em;vertical-align:baseline;border-radius:6px}.v3-scope .logo-tag{font-family:Plus Jakarta Sans,sans-serif;font-size:.56rem;font-style:italic;font-weight:600;letter-spacing:.01em;color:var(--muted);white-space:nowrap}.v3-scope .auth-aside .logo-tag,.v3-scope .foot-brand .logo-tag{color:hsla(0,0%,100%,.75)}.v3-scope .marquee a.mq-item{color:inherit;text-decoration:none;cursor:pointer}.v3-scope .marquee a.mq-item:hover{opacity:.82}.v3-scope a.svc-card{text-decoration:none;color:inherit;display:block}.v3-scope .svc-card h3 .svc-aud{display:inline-block;margin-left:.5rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--violet);background:var(--surface-2,#f1edfc);border-radius:20px;padding:.15rem .5rem;vertical-align:middle}.v3-scope .oauth-wait{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;background:var(--surface,#f7f5ff);text-align:center;padding:2rem}.v3-scope .oauth-wait .ow-logo{width:54px;height:54px;object-fit:contain;margin-bottom:.4rem}.v3-scope .oauth-wait .ow-spin{width:34px;height:34px;border:3px solid #e7defb;border-top:3px solid var(--violet,#6d28d9);border-radius:50%;animation:owspin .8s linear infinite;margin:.3rem 0 .7rem}.v3-scope .oauth-wait .ow-title{font-family:Bricolage Grotesque,sans-serif;font-size:1.05rem;font-weight:800;color:var(--ink,#1e163f)}.v3-scope .oauth-wait .ow-sub{font-size:.83rem;color:var(--muted,#78729a)}@keyframes owspin{to{transform:rotate(1turn)}}.v3-scope .nav-ava{width:34px;height:34px;border-radius:50%;background:var(--grad);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:.85rem;text-decoration:none;flex-shrink:0}.v3-scope .nav-ava:hover{opacity:.9}.v3-scope .hero-carousel{display:grid}.v3-scope .hslide{grid-area:1/1;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .55s ease,transform .55s cubic-bezier(.2,.7,.25,1);pointer-events:none;display:flex;flex-direction:column;justify-content:flex-start}.v3-scope .hslide.on{opacity:1;visibility:visible;transform:none;pointer-events:auto}.v3-scope .svc-h1{font-size:clamp(2.7rem,5.4vw,4.7rem)}.v3-scope .svc-h1 .svc-post,.v3-scope .svc-h1 .svc-pre{color:var(--ink)}.v3-scope .hcaret{display:none}.v3-scope .mark.typing+.hcaret{display:inline-block;width:.06em;height:.82em;margin-left:.04em;background:var(--violet);vertical-align:baseline;transform:translateY(.06em);animation:hblink 1s steps(1) infinite}@keyframes hblink{50%{opacity:0}}.v3-scope .hdots{display:flex;gap:.5rem;align-items:center;margin-top:2.2rem}.v3-scope .hdot{position:relative;border:none;background:transparent;padding:7px 0;cursor:pointer}.v3-scope .hdot:after{content:"";display:block;width:9px;height:9px;border-radius:999px;background:var(--border);transition:width .35s cubic-bezier(.3,.7,.3,1),background .35s}.v3-scope .hdot:hover:after{background:var(--violet-lt)}.v3-scope .hdot.on:after{width:46px}.v3-scope .hdot-fill{position:absolute;left:0;top:50%;transform:translateY(-50%);height:9px;width:0;border-radius:999px;background:var(--grad);pointer-events:none}.v3-scope .hdot.on .hdot-fill{animation:hfill var(--hdur,5.6s) linear forwards}@keyframes hfill{0%{width:0}to{width:46px}}.v3-scope .mock{width:100%;max-width:460px;margin-left:auto;background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--s3);overflow:hidden;animation:hfloat 6.5s ease-in-out infinite}@keyframes hfloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.v3-scope .mock-hd{background:var(--grad);color:#fff;padding:.85rem 1rem;display:flex;align-items:center;gap:.65rem}.v3-scope .mock-ic{width:34px;height:34px;border-radius:10px;background:hsla(0,0%,100%,.18);display:grid;place-items:center;font-size:1rem;flex-shrink:0}.v3-scope .mock-hd>span:not(.mock-ic):not(.mock-badge){display:flex;flex-direction:column;line-height:1.2}.v3-scope .mock-hd b{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:.98rem;color:#fff}.v3-scope .mock-hd b+span{font-size:.68rem;color:hsla(0,0%,100%,.82)}.v3-scope .mock-badge{margin-left:auto;font-size:.6rem;font-weight:800;letter-spacing:.04em;color:var(--violet);background:#fff;padding:.2rem .5rem;border-radius:999px;flex-shrink:0}.v3-scope .mock-body{padding:.8rem .85rem}.v3-scope .mrow{display:flex;align-items:center;gap:.6rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.55rem .6rem;margin-bottom:.5rem}.v3-scope .mrow:last-child{margin-bottom:0}.v3-scope .mlogo{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;color:#fff;font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:.72rem;flex-shrink:0}.v3-scope .mrow-t{flex:1 1;min-width:0;display:flex;flex-direction:column}.v3-scope .mrow-t b{font-size:.82rem;color:var(--ink);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v3-scope .mrow-t span{font-size:.66rem;color:var(--muted)}.v3-scope .mdot{width:8px;height:8px;border-radius:50%;background:#1f8a5b;box-shadow:0 0 0 3px rgba(31,138,91,.18);flex-shrink:0}.v3-scope .mbook{border:none;cursor:pointer;font-family:inherit;font-size:.68rem;font-weight:800;color:#fff;background:var(--grad);border-radius:9px;padding:.4rem .7rem;flex-shrink:0}.v3-scope .cring{position:relative;width:40px;height:40px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;background:conic-gradient(var(--c,#6d28d9) calc(var(--v, 0) * 1%),var(--violet-lt) 0)}.v3-scope .cring:before{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--bg)}.v3-scope .cring b{position:relative;z-index:1;font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:.72rem;color:var(--ink)}.v3-scope .cring-lg{width:64px;height:64px}.v3-scope .cring-lg:before{inset:6px}.v3-scope .cring-lg b{font-size:1.2rem}.v3-scope .ats-top{display:flex;align-items:center;gap:.8rem;margin-bottom:.7rem}.v3-scope .ats-meta{min-width:0}.v3-scope .ats-meta b{display:block;font-size:.82rem;color:var(--ink);font-weight:800;margin:.2rem 0 .15rem}.v3-scope .ats-meta>span:last-child{font-size:.66rem;color:var(--muted);line-height:1.4}.v3-scope .mverdict{display:inline-block;font-size:.58rem;font-weight:800;color:#c98a00;background:rgba(201,138,0,.12);border:1px solid rgba(201,138,0,.3);padding:.12rem .48rem;border-radius:999px}.v3-scope .mfac{margin-top:.5rem}.v3-scope .mfac-l{display:flex;justify-content:space-between;font-size:.66rem;margin-bottom:.22rem}.v3-scope .mfac-l b{color:var(--ink);font-weight:700}.v3-scope .mfac-l i{color:var(--muted);font-style:normal}.v3-scope .mfac-bar{display:block;height:6px;border-radius:999px;background:var(--surface);overflow:hidden}.v3-scope .mfac-bar i{display:block;height:100%;border-radius:999px}.v3-scope .mvid{position:relative;height:104px;border-radius:12px;margin-bottom:.55rem;overflow:hidden;background:radial-gradient(120% 120% at 30% 20%,#8b5cf6,#6d28d9 55%,#3f1a8a)}.v3-scope .mvid:after{content:"";position:absolute;left:50%;top:40%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;background:hsla(0,0%,100%,.16);box-shadow:0 18px 0 -6px hsla(0,0%,100%,.1)}.v3-scope .mrec{position:absolute;left:9px;top:9px;display:flex;align-items:center;gap:5px;font-size:.58rem;font-weight:800;color:#fff;background:rgba(0,0,0,.28);padding:.16rem .46rem;border-radius:999px}.v3-scope .mrec i{width:6px;height:6px;border-radius:50%;background:#ff5b6e;animation:hpulse 1.3s ease-in-out infinite}@keyframes hpulse{50%{opacity:.35}}.v3-scope .mlisten{position:absolute;right:9px;top:9px;font-size:.55rem;font-weight:700;color:#fff;background:hsla(0,0%,100%,.2);padding:.14rem .46rem;border-radius:999px}.v3-scope .mq{display:flex;align-items:center;gap:.6rem;background:var(--surface);border:1px solid var(--border);border-radius:11px;padding:.55rem .65rem}.v3-scope .mq-t{flex:1 1;min-width:0}.v3-scope .mq-tag{font-size:.55rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--violet)}.v3-scope .mq-t b{display:block;font-size:.74rem;color:var(--ink);font-weight:600;line-height:1.35;margin-top:.12rem}@media (prefers-reduced-motion:reduce){.v3-scope .hslide{transition:none}.v3-scope .mark.typing+.hcaret,.v3-scope .mock,.v3-scope .mrec i{animation:none}.v3-scope .hdot.on .hdot-fill{animation:none;width:46px}}@media (max-width:960px){.v3-scope .mock{margin:0 auto}.v3-scope .hdots{justify-content:center;margin-top:1.6rem}}@media (max-width:620px){.v3-scope .hero-badge{display:none}.v3-scope .cring-lg{width:56px;height:56px}.v3-scope .cring-lg b{font-size:1.05rem}}@media (max-width:960px){.v3-scope .nav-right>.btn,.v3-scope .nav-right>.nav-ava{display:none}.v3-scope .nav-inner{padding:0 1.1rem}.v3-scope .hero-carousel{display:block;position:relative}.v3-scope .hslide{position:absolute;top:0;left:0;right:0;justify-content:flex-start}.v3-scope .hslide.on{position:relative}.v3-scope .hero-btns{gap:.7rem;margin-bottom:2rem}.v3-scope #home{padding:44px 0 56px}.v3-scope .hero-p{margin-bottom:1.6rem}.v3-scope .hdots{margin-top:1.5rem}}@media (max-width:620px){.v3-scope #home{padding:30px 0 48px}.v3-scope .hero-visual{margin-top:1.4rem}}@media (max-width:560px){.v3-scope .hero-btns{width:100%;flex-direction:column}.v3-scope .hero-btns .btn{width:100%;justify-content:center;padding:.9rem 1.5rem}}.v3-scope .hero-btns .btn-primary{position:relative;overflow:hidden;animation:ctaGlow 3s ease-in-out infinite}.v3-scope .hero-btns .btn-primary:after{content:"";position:absolute;top:0;left:-75%;width:55%;height:100%;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.38),transparent);transform:skewX(-20deg);pointer-events:none}.v3-scope .hero-btns .btn-primary:hover{transform:translateY(-3px)}.v3-scope .hero-btns .btn-primary:hover:after{animation:ctaSheen .75s ease}.v3-scope .hero-btns .btn-ghost:hover{transform:translateY(-3px)}@keyframes ctaSheen{0%{left:-75%}to{left:130%}}@keyframes ctaGlow{0%,to{box-shadow:0 10px 28px -8px rgba(76,40,160,.3)}50%{box-shadow:0 14px 34px -6px rgba(124,58,237,.52)}}@media (prefers-reduced-motion:reduce){.v3-scope .hero-btns .btn-primary{animation:none}.v3-scope .hero-btns .btn-primary:after{display:none}}.v3-scope .nav-dd{position:relative}.v3-scope .nav-dd-trigger{display:inline-flex;align-items:center;gap:.3rem;font-size:.92rem;font-weight:600;color:var(--body)}.v3-scope .nav-dd:hover .nav-dd-trigger{color:var(--violet)}.v3-scope .dd-caret{transition:transform .2s ease}.v3-scope .nav-dd:focus-within .dd-caret,.v3-scope .nav-dd:hover .dd-caret{transform:rotate(180deg)}.v3-scope .nav-dd:after{content:"";position:absolute;top:100%;left:-10px;right:-10px;height:12px}.v3-scope .nav-dd-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(8px);width:420px;background:var(--bg);border:1px solid var(--border);border-radius:18px;box-shadow:var(--s3);padding:.55rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:.2rem;gap:.2rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:950}.v3-scope .nav-dd:focus-within .nav-dd-menu,.v3-scope .nav-dd:hover .nav-dd-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.v3-scope .nav-dd-item{display:flex;align-items:center;gap:.65rem;padding:.55rem .6rem;border-radius:12px;transition:background .15s}.v3-scope .nav-dd-item:hover{background:var(--surface)}.v3-scope .dd-ic{width:34px;height:34px;border-radius:10px;background:var(--violet-lt);display:grid;place-items:center;font-size:1.05rem;flex-shrink:0}.v3-scope .dd-txt{display:flex;flex-direction:column;line-height:1.25;min-width:0}.v3-scope .dd-txt b{font-family:Bricolage Grotesque,sans-serif;font-size:.92rem;font-weight:700;color:var(--ink)}.v3-scope .dd-txt span{font-size:.72rem;color:var(--muted)}.v3-scope .nav-dd-all{grid-column:1/-1;text-align:center;padding:.55rem;margin-top:.1rem;border-top:1px solid var(--border);font-size:.82rem;font-weight:700;color:var(--violet)}.v3-scope .nav-dd-all:hover{color:var(--violet-dk)}.v3-scope .mob-sub{display:flex;flex-direction:column;padding-left:.4rem;margin:-.15rem 0 .35rem;border-left:2px solid var(--border)}.v3-scope .mob-panel .mob-sub-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .7rem;font-size:.9rem;color:var(--body)}.v3-scope .mob-panel .mob-sub-item em{font-style:normal;font-size:.66rem;color:var(--muted);margin-left:auto}.v3-scope .mob-panel .mob-sub-item:hover{background:var(--surface);color:var(--violet)}.v3-scope .cta-box{background-size:200% 200%;animation:ctaGradShift 16s ease-in-out infinite}@keyframes ctaGradShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.v3-scope .cta-box:before{animation:ctaBlobA 15s ease-in-out infinite}.v3-scope .cta-box:after{animation:ctaBlobB 19s ease-in-out infinite}@keyframes ctaBlobA{0%,to{transform:translate(0) scale(1)}50%{transform:translate(46px,30px) scale(1.15)}}@keyframes ctaBlobB{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-38px,-26px) scale(1.1)}}.v3-scope .cta-box .eyebrow .dot{animation:ctaDotPulse 2.4s ease-in-out infinite}@keyframes ctaDotPulse{0%{box-shadow:0 0 0 0 rgba(251,203,46,.6)}70%,to{box-shadow:0 0 0 10px rgba(251,203,46,0)}}.v3-scope .cta-btns .btn{position:relative;overflow:hidden;transition:transform .25s cubic-bezier(.2,.7,.3,1),box-shadow .25s ease,background .2s ease,color .2s ease}.v3-scope .cta-btns .btn:hover{transform:translateY(-3px)}.v3-scope .cta-btns .btn-yellow:hover{box-shadow:0 14px 32px rgba(251,203,46,.45)}.v3-scope .cta-btns .btn-yellow:after{content:"";position:absolute;top:0;left:-75%;width:55%;height:100%;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.55),transparent);transform:skewX(-20deg);pointer-events:none}.v3-scope .cta-btns .btn-yellow:hover:after{animation:ctaSheen .8s ease}.v3-scope .cta-btns .btn-ghost:hover{box-shadow:0 12px 30px rgba(0,0,0,.18)}@media (prefers-reduced-motion:reduce){.v3-scope .cta-box,.v3-scope .cta-box .eyebrow .dot,.v3-scope .cta-box:after,.v3-scope .cta-box:before{animation:none!important}.v3-scope .cta-box{background-position:0 50%}.v3-scope .cta-btns .btn-yellow:after{display:none}}.v3-scope .cf-overlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.2rem;background:rgba(30,22,63,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow-y:auto;animation:cfFade .2s ease}.v3-scope .cf-modal{position:relative;width:100%;max-width:520px;margin:auto;background:#fff;border-radius:24px;padding:2.1rem 2rem 1.7rem;box-shadow:0 30px 80px -20px rgba(30,22,63,.55);animation:cfPop .28s cubic-bezier(.2,.8,.2,1)}.v3-scope .cf-x{position:absolute;top:14px;right:14px;width:36px;height:36px;border:none;border-radius:50%;background:var(--surface);color:var(--ink);font-size:1.35rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .15s,transform .15s}.v3-scope .cf-x:hover{background:var(--violet-lt);transform:rotate(90deg)}.v3-scope .cf-head{margin-bottom:1.25rem}.v3-scope .cf-title{font-family:Bricolage Grotesque,sans-serif;font-size:1.55rem;font-weight:800;color:var(--ink);margin:.55rem 0 .35rem;letter-spacing:-.02em}.v3-scope .cf-sub{font-size:.92rem;color:var(--muted);margin:0}.v3-scope .cf-form{display:flex;flex-direction:column;gap:.85rem}.v3-scope .cf-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.85rem;gap:.85rem}.v3-scope .cf-field{display:flex;flex-direction:column;gap:.35rem;font-size:.78rem;font-weight:700;color:var(--ink);letter-spacing:.01em}.v3-scope .cf-lab{display:flex;align-items:baseline;gap:.4rem;min-height:1.15em}.v3-scope .cf-opt{font-weight:500;font-size:.7rem;color:var(--muted);text-transform:none;letter-spacing:0}.v3-scope .cf-field input,.v3-scope .cf-field select,.v3-scope .cf-field textarea{font-family:Plus Jakarta Sans,sans-serif;font-size:.92rem;font-weight:500;color:var(--ink);padding:.7rem .85rem;border:1.5px solid var(--border);border-radius:12px;background:var(--surface);transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.v3-scope .cf-field textarea{resize:vertical;min-height:74px}.v3-scope .cf-field input:focus,.v3-scope .cf-field select:focus,.v3-scope .cf-field textarea:focus{outline:none;border-color:var(--violet);background:#fff;box-shadow:0 0 0 3px var(--violet-lt)}.v3-scope .cf-field input::placeholder,.v3-scope .cf-field textarea::placeholder{color:#a9a3c4;font-weight:500}.v3-scope .cf-submit{width:100%;justify-content:center;margin-top:.4rem}.v3-scope .cf-submit:disabled{opacity:.65;cursor:progress}.v3-scope .cf-err{font-size:.82rem;color:#c0392b;margin:0}.v3-scope .cf-err a{color:#c0392b;text-decoration:underline}.v3-scope .cf-fine{font-size:.7rem;color:var(--muted);text-align:center;margin:.1rem 0 0}.v3-scope .cf-done{text-align:center;padding:1rem .5rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.55rem}.v3-scope .cf-check{width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:2rem;display:grid;place-items:center;box-shadow:0 10px 26px -6px rgba(22,163,74,.5);animation:cfPop .35s cubic-bezier(.2,.8,.2,1)}.v3-scope .cf-done h3{font-family:Bricolage Grotesque,sans-serif;font-size:1.4rem;font-weight:800;color:var(--ink);margin:0}.v3-scope .cf-done p{font-size:.92rem;color:var(--muted);margin:0 auto .6rem;max-width:340px}@keyframes cfFade{0%{opacity:0}to{opacity:1}}@keyframes cfPop{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}@media (max-width:560px){.v3-scope .cf-modal{padding:1.8rem 1.25rem 1.4rem;border-radius:20px}.v3-scope .cf-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.v3-scope .cf-check,.v3-scope .cf-modal,.v3-scope .cf-overlay{animation:none}}.v3-scope .sd-hero{padding:128px 0 56px}.v3-scope .sd-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:3.4rem;gap:3.4rem;align-items:center}.v3-scope .sd-hero-grid>*{min-width:0}.v3-scope .sd-hl{background:linear-gradient(transparent 58%,rgba(251,203,46,.5) 0);-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:0 .04em}.v3-scope .sd-back{display:inline-flex;align-items:center;font-size:.84rem;font-weight:700;color:var(--violet)}.v3-scope .sd-back:hover{color:var(--violet-dk)}.v3-scope .sd-h1{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(2.3rem,4.2vw,3.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.08;margin:.55rem 0 1.05rem;color:var(--ink)}.v3-scope .sd-hero-cta{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.7rem}.v3-scope .sd-hero-card{border-radius:var(--r-lg);padding:2.2rem 2rem;color:#fff;box-shadow:var(--s3);position:relative;overflow:hidden}.v3-scope .sd-hero-emoji{font-size:2.6rem;line-height:1;margin-bottom:1.3rem;filter:drop-shadow(0 6px 14px rgba(0,0,0,.25))}.v3-scope .sd-hero-stats{display:grid;grid-gap:1rem;gap:1rem}.v3-scope .sd-hero-stat{display:grid;grid-template-columns:auto 1fr;grid-gap:1rem;gap:1rem;align-items:center;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.16)}.v3-scope .sd-hero-stat:last-child{border-bottom:none;padding-bottom:0}.v3-scope .sd-hero-stat b{font-family:Bricolage Grotesque,sans-serif;font-size:1.9rem;font-weight:800;line-height:1;color:#fff;min-width:88px}.v3-scope .sd-hero-stat span{font-size:.86rem;color:hsla(0,0%,100%,.86);line-height:1.4}.v3-scope .sd-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:2.2rem}.v3-scope .sd-feat{display:flex;gap:.9rem;align-items:flex-start;background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:1.4rem 1.3rem;transition:transform .2s,box-shadow .2s}.v3-scope .sd-feat:hover{transform:translateY(-3px);box-shadow:var(--s2)}.v3-scope .sd-feat-ic{flex-shrink:0;width:30px;height:30px;border-radius:9px;color:#fff;display:grid;place-items:center;font-size:.9rem;font-weight:800;box-shadow:var(--s1)}.v3-scope .sd-feat b{display:block;font-family:Bricolage Grotesque,sans-serif;font-size:1.02rem;font-weight:700;color:var(--ink);margin-bottom:.28rem}.v3-scope .sd-feat>div>span{font-size:.9rem;color:var(--muted);line-height:1.55}.v3-scope .sd-proc-sec{background:var(--surface)}.v3-scope .proc{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.4rem;gap:1.4rem;margin-top:2.4rem}.v3-scope .proc-line{position:absolute;top:26px;left:8%;right:8%;height:2px;background:linear-gradient(90deg,var(--violet-lt),var(--border));z-index:0}.v3-scope .proc-step{position:relative;z-index:1}.v3-scope .proc-num{width:52px;height:52px;border-radius:50%;background:var(--grad);color:#fff;display:grid;place-items:center;font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:1.05rem;box-shadow:0 0 0 6px var(--surface),var(--s2)}.v3-scope .proc-step h3{font-family:Bricolage Grotesque,sans-serif;font-size:1.12rem;font-weight:700;color:var(--ink);margin:1.1rem 0 .4rem}.v3-scope .proc-step p{font-size:.88rem;color:var(--muted);line-height:1.55}.v3-scope .bynum-box{background:var(--ink);border-radius:var(--r-lg);padding:2.6rem 2.4rem;color:#fff;box-shadow:var(--s3)}.v3-scope .bynum-head{margin-bottom:1.6rem}.v3-scope .bynum-box .eyebrow{background:hsla(0,0%,100%,.14);color:#fff}.v3-scope .bynum-box .sec-h2{color:#fff;margin:.6rem 0 0}.v3-scope .bynum-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.6rem;gap:1.6rem}.v3-scope .bynum{border-left:2px solid hsla(0,0%,100%,.18);padding-left:1.1rem}.v3-scope .bynum b{display:block;font-family:Bricolage Grotesque,sans-serif;font-size:2.5rem;font-weight:800;line-height:1;color:var(--yellow)}.v3-scope .bynum span{display:block;margin-top:.5rem;font-size:.84rem;color:hsla(0,0%,100%,.82);line-height:1.45}.v3-scope .sector-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:2.2rem}.v3-scope .sector-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:1.6rem 1.5rem;transition:transform .2s,box-shadow .2s}.v3-scope .sector-card:hover{transform:translateY(-3px);box-shadow:var(--s2)}.v3-scope .sector-card h3{font-family:Bricolage Grotesque,sans-serif;font-size:1.28rem;font-weight:800;color:var(--ink)}.v3-scope .sector-card p{font-size:.9rem;color:var(--muted);margin-top:.6rem;line-height:1.55}.v3-scope .rel-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:2rem}.v3-scope .rel-card{display:flex;align-items:center;gap:1rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:1.3rem 1.4rem;transition:transform .2s,box-shadow .2s,border-color .2s}.v3-scope .rel-card:hover{transform:translateY(-3px);box-shadow:var(--s2);border-color:var(--violet-lt)}.v3-scope .rel-ic{flex-shrink:0;width:48px;height:48px;border-radius:13px;display:grid;place-items:center;font-size:1.35rem;box-shadow:var(--s1)}.v3-scope .rel-body{flex:1 1;min-width:0}.v3-scope .rel-aud{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--violet)}.v3-scope .rel-body h3{font-family:Bricolage Grotesque,sans-serif;font-size:1.12rem;font-weight:700;color:var(--ink);margin:.1rem 0 .2rem}.v3-scope .rel-body p{font-size:.82rem;color:var(--muted);line-height:1.4}.v3-scope .rel-arrow{flex-shrink:0;color:var(--violet);font-size:1.2rem;font-weight:700;transition:transform .2s}.v3-scope .rel-card:hover .rel-arrow{transform:translateX(4px)}.v3-scope .mandate-sec{background:var(--surface);border-top:1px solid var(--border)}.v3-scope .mandate-grid{display:grid;grid-template-columns:1fr 1.35fr;grid-gap:3.6rem;gap:3.6rem;align-items:start}.v3-scope .mandate-aside{position:-webkit-sticky;position:sticky;top:100px}.v3-scope .mandate-h2{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(2rem,3.4vw,2.9rem);font-weight:800;letter-spacing:-.02em;line-height:1.08;color:var(--ink);margin:.6rem 0 .9rem}.v3-scope .mandate-sub{font-size:1rem;color:var(--muted);line-height:1.65}.v3-scope .mandate-note{margin-top:1.6rem;padding:1.2rem 1.3rem;border-radius:var(--r);background:var(--yellow-soft,#fef6d8);border:1px solid var(--yellow)}.v3-scope .mandate-note-h{font-weight:800;font-size:.92rem;color:var(--yellow-dk)}.v3-scope .mandate-note p{font-size:.86rem;color:var(--body);line-height:1.55;margin-top:.5rem}.v3-scope .mandate-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem 1.9rem;box-shadow:var(--s2)}.v3-scope .mstep-bar{display:flex;gap:.5rem;margin-bottom:1.6rem}.v3-scope .mstep{flex:1 1;height:4px;border-radius:999px;background:var(--border);transition:background .3s ease}.v3-scope .mstep.on{background:var(--grad)}.v3-scope .mstep-eyebrow{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--violet)}.v3-scope .mstep-title{font-family:Bricolage Grotesque,sans-serif;font-size:1.55rem;font-weight:800;color:var(--ink);margin:.3rem 0 0}.v3-scope .mfields{margin-top:1.4rem;display:grid;grid-gap:1.05rem;gap:1.05rem}.v3-scope .mfield{display:flex;flex-direction:column;gap:.45rem}.v3-scope .mfield>span{font-size:.78rem;font-weight:700;color:var(--ink)}.v3-scope .mrow{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:.9rem;gap:.9rem}.v3-scope .min{width:100%;font-family:Plus Jakarta Sans,sans-serif;font-size:.92rem;color:var(--ink);padding:.72rem .85rem;border:1.5px solid var(--border);border-radius:12px;background:var(--surface);transition:border-color .15s,box-shadow .15s,background .15s}.v3-scope .min:focus{outline:none;border-color:var(--violet);background:var(--bg);box-shadow:0 0 0 3px var(--violet-lt)}.v3-scope .min::placeholder{color:#a9a3c4}.v3-scope .mseg{display:flex;gap:2px;padding:3px;background:var(--surface-2);border-radius:11px;width:100%}.v3-scope .mseg-btn{flex:1 1;border:none;background:transparent;color:var(--muted);font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:.78rem;padding:.5rem .35rem;border-radius:8px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.v3-scope .mseg-btn.on{background:var(--bg);color:var(--violet);box-shadow:var(--s1)}.v3-scope .mseg-btn:hover:not(.on){color:var(--ink)}.v3-scope .mcheck{display:flex;gap:.8rem;align-items:flex-start;padding:1rem 1.1rem;border:1.5px solid var(--border);border-radius:12px;cursor:pointer;background:var(--surface);transition:border-color .15s,background .15s}.v3-scope .mcheck.on{border-color:var(--violet);background:var(--violet-lt)}.v3-scope .mcheck input{margin-top:.2rem;accent-color:var(--violet);width:16px;height:16px;flex-shrink:0}.v3-scope .mcheck b{display:block;font-size:.9rem;font-weight:700;color:var(--ink)}.v3-scope .mcheck em{display:block;font-style:normal;font-size:.8rem;color:var(--muted);margin-top:.25rem;line-height:1.5}.v3-scope .mnote{padding:1rem 1.1rem;border-radius:12px;background:var(--surface-2);border:1px solid var(--border);font-size:.84rem;color:var(--muted);line-height:1.6}.v3-scope .mandate-err{font-size:.82rem;color:#c0392b;margin:0}.v3-scope .mandate-err a{color:#c0392b;text-decoration:underline}.v3-scope .mandate-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1.7rem}.v3-scope .mandate-done{text-align:center;padding:1.4rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.6rem}.v3-scope .mandate-check{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:2rem;display:grid;place-items:center;box-shadow:0 10px 26px -6px rgba(22,163,74,.5)}.v3-scope .mandate-done h3{font-family:Bricolage Grotesque,sans-serif;font-size:1.45rem;font-weight:800;color:var(--ink)}.v3-scope .mandate-done p{font-size:.92rem;color:var(--muted);max-width:380px;line-height:1.6}@media (max-width:900px){.v3-scope .sd-hero-grid{grid-template-columns:1fr;gap:2rem}.v3-scope .bynum-grid,.v3-scope .rel-grid,.v3-scope .sd-feat-grid,.v3-scope .sector-grid{grid-template-columns:1fr 1fr}.v3-scope .bynum-grid{gap:1.3rem}.v3-scope .mandate-grid{grid-template-columns:1fr;gap:2rem}.v3-scope .mandate-aside{position:static}.v3-scope .proc-line{display:none}}@media (max-width:620px){.v3-scope .sd-hero{padding:108px 0 40px}.v3-scope .bynum-grid,.v3-scope .mrow,.v3-scope .rel-grid,.v3-scope .sd-feat-grid,.v3-scope .sector-grid{grid-template-columns:1fr}.v3-scope .mandate-card{padding:1.5rem 1.3rem}.v3-scope .mseg-btn{font-size:.72rem;padding:.5rem .2rem}}