@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap");.mandato-landing{--lp-muted-foreground:220 10% 32%;--lp-dark-background:220 15% 8%;--lp-dark-foreground:220 14% 96%;font-family:"Geist",var(--font-geist-sans),system-ui,-apple-system,sans-serif;font-feature-settings:"ss01","cv11";color:hsl(var(--foreground));background:hsl(var(--background));font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;letter-spacing:-.005em;scroll-behavior:smooth}.mandato-landing *{box-sizing:border-box}.mandato-landing .font-display{font-family:DM Sans,sans-serif;letter-spacing:-.025em}.mandato-landing .font-mono{font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums}.mandato-landing a{color:inherit;text-decoration:none}.mandato-landing button{font-family:inherit;cursor:pointer;border:0;background:none}.mandato-landing .container{max-width:1360px;margin:0 auto;padding:0 48px}.mandato-landing .section{padding:120px 0;position:relative}.mandato-landing .nav{position:sticky;top:0;z-index:50;height:64px;background:hsl(var(--background)/.72);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid transparent;transition:border-color .2s var(--ease-standard)}.mandato-landing .nav.scrolled{border-color:hsl(var(--border))}.mandato-landing .nav-inner{display:flex;align-items:center;height:100%;gap:48px}.mandato-landing .lp-logo{font-family:DM Sans,sans-serif;font-weight:700;font-size:22px;letter-spacing:-.04em;display:flex;align-items:center;gap:8px;color:hsl(var(--foreground))}.mandato-landing .lp-logo-dot{width:9px;height:9px;border-radius:2px;background:hsl(var(--brand));box-shadow:0 0 0 3px hsl(var(--brand)/.15)}.mandato-landing .nav-links{display:flex;gap:4px;margin-left:auto;margin-right:24px}.mandato-landing .nav-link{padding:8px 14px;border-radius:8px;font-size:14px;font-weight:500;color:hsl(var(--foreground)/.72);transition:all var(--duration-hover) var(--ease-standard)}.mandato-landing .nav-link:hover{background:hsl(var(--muted)/.6);color:hsl(var(--foreground))}.mandato-landing .lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 18px;font-size:14px;font-weight:600;border-radius:10px;transition:all var(--duration-hover) var(--ease-standard);white-space:nowrap}.mandato-landing .lp-btn-ghost{color:hsl(var(--foreground))}.mandato-landing .lp-btn-ghost:hover{background:hsl(var(--muted)/.6)}.mandato-landing .lp-btn-primary{background:hsl(var(--foreground));color:hsl(var(--background));box-shadow:0 1px 2px hsl(var(--foreground)/.05),inset 0 1px 0 hsl(0 0% 100%/.06)}.mandato-landing .lp-btn-primary:hover{background:hsl(var(--foreground)/.9);transform:translateY(-1px)}.mandato-landing .lp-btn-outline{border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground))}.mandato-landing .lp-btn-outline:hover{border-color:hsl(var(--foreground)/.35);background:hsl(var(--card))}.mandato-landing .lp-btn-lg{height:48px;padding:0 22px;font-size:15px;border-radius:12px}.mandato-landing .hero{position:relative;padding:72px 0;overflow:hidden}.mandato-landing .hero-bg{position:absolute;inset:0;background:radial-gradient(900px 500px at 85% 20%,hsl(var(--brand)/.12),transparent 60%),radial-gradient(700px 400px at 15% 0,hsl(var(--sky)/.07),transparent 60%);pointer-events:none}.mandato-landing .hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(hsl(var(--foreground)/.035) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--foreground)/.035) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse 90% 70% at 50% 40%,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 90% 70% at 50% 40%,black 30%,transparent 80%);pointer-events:none}.mandato-landing .hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:64px;align-items:center}.mandato-landing .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px 6px 8px;border-radius:999px;background:hsl(var(--brand-light));color:hsl(var(--brand-dark));font-size:12.5px;font-weight:600;letter-spacing:.005em;border:1px solid hsl(var(--brand)/.15)}.mandato-landing .eyebrow-pulse{width:6px;height:6px;border-radius:50%;background:hsl(var(--brand));box-shadow:0 0 0 0 hsl(var(--brand)/.5);animation:mandato-pulse-dot 2s infinite}@keyframes mandato-pulse-dot{0%{box-shadow:0 0 0 0 hsl(var(--brand)/.5)}70%{box-shadow:0 0 0 8px hsl(var(--brand)/0)}to{box-shadow:0 0 0 0 hsl(var(--brand)/0)}}.mandato-landing h1.hero-title{font-family:DM Sans,sans-serif;font-size:78px;line-height:.98;letter-spacing:-.04em;font-weight:700;margin:20px 0 22px;text-wrap:balance}.mandato-landing .hero-title .accent{background:linear-gradient(120deg,hsl(var(--brand-dark)) 0,hsl(var(--brand)) 50%,hsl(var(--brand-glow)) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.mandato-landing .hero-sub{font-size:20px;line-height:1.55;color:hsl(var(--foreground)/.78);max-width:540px;text-wrap:pretty;margin:0 0 32px}.mandato-landing .hero-cta{display:flex;gap:12px;margin-bottom:24px}.mandato-landing .hero-meta{display:flex;gap:20px;font-size:13px;color:hsl(var(--lp-muted-foreground));align-items:center}.mandato-landing .hero-meta-item{display:flex;align-items:center;gap:6px}.mandato-landing .hero-meta .dot{width:6px;height:6px;border-radius:50%;background:hsl(var(--brand))}.mandato-landing .agent-wrap{position:relative;border-radius:20px;background:hsl(var(--card));box-shadow:var(--shadow-float-lg);overflow:hidden;transform-origin:center}.mandato-landing .agent-chrome{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.mandato-landing .chrome-dot{width:10px;height:10px;border-radius:50%;background:hsl(var(--muted))}.mandato-landing .chrome-title{margin-left:8px;font-size:12.5px;color:hsl(var(--lp-muted-foreground));font-variant-numeric:tabular-nums;display:flex}.mandato-landing .chrome-live,.mandato-landing .chrome-title{font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;align-items:center;gap:6px}.mandato-landing .chrome-live{margin-left:auto;display:inline-flex;padding:3px 8px;border-radius:999px;background:hsl(var(--brand-light));color:hsl(var(--brand-dark));font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.mandato-landing .chrome-live:before{content:"";width:6px;height:6px;border-radius:50%;background:hsl(var(--brand));animation:mandato-pulse-dot 1.6s infinite}.mandato-landing .agent-body{padding:20px 22px 22px;height:560px;overflow-y:auto;scroll-behavior:smooth;display:flex;flex-direction:column;gap:14px;background:radial-gradient(600px 200px at 100% 0,hsl(var(--brand)/.04),transparent 70%),hsl(210 20% 99%);scrollbar-width:none}.mandato-landing .agent-body::-webkit-scrollbar{display:none}.mandato-landing .msg{display:flex;gap:10px;max-width:100%;opacity:0;transform:translateY(6px);transition:opacity .3s var(--ease-out),transform .3s var(--ease-out)}.mandato-landing .msg.show{opacity:1;transform:none}.mandato-landing .msg-avatar{width:28px;height:28px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;font-family:DM Sans,sans-serif}.mandato-landing .msg-user .msg-avatar{background:hsl(var(--muted));color:hsl(var(--foreground))}.mandato-landing .msg-ai .msg-avatar{background:linear-gradient(135deg,hsl(var(--brand)) 0,hsl(var(--brand-dark)) 100%);color:white}.mandato-landing .msg-bubble{font-size:14px;line-height:1.5;padding:10px 14px;border-radius:12px;border:1px solid hsl(var(--border));background:hsl(var(--card));min-width:0;flex:1}.mandato-landing .msg-user .msg-bubble{background:hsl(var(--foreground));color:hsl(var(--background));border-color:transparent}.mandato-landing .msg-label{font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums;font-size:10.5px;color:hsl(var(--lp-muted-foreground));margin-bottom:8px;text-transform:uppercase;letter-spacing:.06em}.mandato-landing .msg-typing{display:inline-flex;gap:3px;align-items:center;padding:4px 2px}.mandato-landing .msg-typing span{width:5px;height:5px;border-radius:50%;background:hsl(var(--lp-muted-foreground));animation:mandato-typing-dot 1.2s infinite}.mandato-landing .msg-typing span:nth-child(2){animation-delay:.15s}.mandato-landing .msg-typing span:nth-child(3){animation-delay:.3s}@keyframes mandato-typing-dot{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-3px);opacity:1}}.mandato-landing .match-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.mandato-landing .match-card{display:grid;grid-template-columns:36px 1fr auto;gap:12px;align-items:center;padding:12px 14px;border-radius:10px;border:1px solid hsl(var(--border));background:hsl(var(--card));opacity:0;transform:translateY(8px);transition:opacity .4s var(--ease-out),transform .4s var(--ease-out),border-color .2s}.mandato-landing .match-card.show{opacity:1;transform:none}.mandato-landing .match-card:hover{border-color:hsl(var(--brand)/.4)}.mandato-landing .match-logo{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:DM Sans,sans-serif;font-weight:700;font-size:13px;color:white}.mandato-landing .match-info{min-width:0}.mandato-landing .match-name{font-weight:600;font-size:14px;letter-spacing:-.01em}.mandato-landing .match-meta{font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums;font-size:11px;color:hsl(var(--lp-muted-foreground));margin-top:2px;display:flex;gap:8px;align-items:center}.mandato-landing .match-meta .sep{opacity:.4}.mandato-landing .match-score{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.mandato-landing .match-score-num{font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums;font-size:13px;font-weight:600;color:hsl(var(--brand-dark))}.mandato-landing .match-score-num .muted{color:hsl(var(--lp-muted-foreground));font-weight:400}.mandato-landing .match-score-bar{width:64px;height:4px;border-radius:2px;background:hsl(var(--muted));overflow:hidden}.mandato-landing .match-score-bar-fill{height:100%;background:linear-gradient(90deg,hsl(var(--brand)),hsl(var(--brand-glow)));width:0;transition:width .9s var(--ease-out)}.mandato-landing .match-summary{font-size:13px;color:hsl(var(--lp-muted-foreground));margin-top:10px;border-top:1px dashed hsl(var(--border));padding-top:10px}.mandato-landing .logo-strip{padding:48px 0;border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.mandato-landing .logo-strip-label{text-align:center;font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--lp-muted-foreground));margin-bottom:28px}.mandato-landing .logo-row{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;align-items:center}.mandato-landing .logo-item{height:40px;display:flex;align-items:center;justify-content:center;font-family:DM Sans,sans-serif;font-weight:700;font-size:20px;letter-spacing:-.03em;color:hsl(var(--foreground)/.55);transition:color .2s}.mandato-landing .logo-item:hover{color:hsl(var(--foreground))}.mandato-landing .logo-item .sub{font-size:10px;font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums;margin-left:4px;letter-spacing:.04em;opacity:.6;font-weight:500}.mandato-landing .stats{padding:75px 0 100px;position:relative}.mandato-landing .stats-header{max-width:680px;margin:0 auto 64px;text-align:center}.mandato-landing .stats-title{font-family:DM Sans,sans-serif;font-weight:700;font-size:52px;line-height:1.05;letter-spacing:-.035em;margin:16px 0}.mandato-landing .stats-sub{font-size:18px;color:hsl(var(--lp-muted-foreground));text-wrap:pretty}.mandato-landing .section-tag{display:inline-flex;align-items:center;gap:8px;font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--brand-dark))}.mandato-landing .section-tag:before{content:"";width:16px;height:1px;background:hsl(var(--brand))}.mandato-landing .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid hsl(var(--border));border-left:1px solid hsl(var(--border))}.mandato-landing .stat-cell{padding:32px 28px;border-right:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));position:relative}.mandato-landing .stat-value{font-family:DM Sans,sans-serif;font-weight:700;font-size:52px;line-height:1;letter-spacing:-.04em}.mandato-landing .stat-value .suffix{color:hsl(var(--foreground))}.mandato-landing .stat-label{margin-top:10px;font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--lp-muted-foreground))}.mandato-landing .stat-spark{position:absolute;bottom:10px;right:14px;opacity:.35}.mandato-landing .hiw{background:hsl(var(--lp-dark-background));color:hsl(var(--lp-dark-foreground));padding:120px 0;position:relative;overflow:hidden}.mandato-landing .hiw:before{content:"";position:absolute;inset:0;background:radial-gradient(800px 400px at 80% 20%,hsl(var(--brand)/.12),transparent 60%),radial-gradient(600px 300px at 10% 100%,hsl(var(--sky)/.08),transparent 60%)}.mandato-landing .hiw-inner{position:relative}.mandato-landing .hiw-header{max-width:720px;margin-bottom:72px}.mandato-landing .hiw-header .section-tag{color:hsl(var(--brand-glow))}.mandato-landing .hiw-header .section-tag:before{background:hsl(var(--brand-glow))}.mandato-landing .hiw-title{font-family:DM Sans,sans-serif;font-weight:700;font-size:52px;line-height:1.02;letter-spacing:-.035em;margin:14px 0 16px}.mandato-landing .hiw-sub{font-size:18px;color:hsl(var(--lp-dark-foreground)/.65);max-width:560px}.mandato-landing .hiw-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid hsl(var(--lp-dark-foreground)/.1)}.mandato-landing .hiw-step{padding:32px 28px 32px 0;border-right:1px solid hsl(var(--lp-dark-foreground)/.1);position:relative}.mandato-landing .hiw-step:last-child{border-right:0;padding-right:0}.mandato-landing .hiw-step:nth-child(n+2){padding-left:28px}.mandato-landing .hiw-step-num{font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums;font-size:12px;color:hsl(var(--brand-glow));letter-spacing:.1em;margin-bottom:20px}.mandato-landing .hiw-step-icon{width:44px;height:44px;border-radius:10px;background:hsl(var(--lp-dark-foreground)/.06);border:1px solid hsl(var(--lp-dark-foreground)/.1);display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:hsl(var(--brand-glow))}.mandato-landing .hiw-step-title{font-family:DM Sans,sans-serif;font-weight:600;font-size:22px;letter-spacing:-.02em;margin-bottom:10px}.mandato-landing .hiw-step-desc{font-size:15.5px;color:hsl(var(--lp-dark-foreground)/.78);line-height:1.55;text-wrap:pretty}.mandato-landing .coverage{padding:120px 0}.mandato-landing .coverage-subsection{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:88px;align-items:center;padding:48px 0}.mandato-landing .coverage-subsection+.coverage-subsection{border-top:1px solid hsl(var(--border));margin-top:40px;padding-top:88px}.mandato-landing .coverage-subsection.reversed .coverage-copy-block{order:2}.mandato-landing .coverage-subsection.reversed>:last-child{order:1}.mandato-landing .coverage-title{font-family:DM Sans,sans-serif;font-weight:700;font-size:52px;line-height:1.04;letter-spacing:-.035em;margin:14px 0 18px;text-wrap:balance}.mandato-landing .coverage-sub{font-size:18px;color:hsl(var(--lp-muted-foreground));max-width:480px;margin:0 0 28px;text-wrap:pretty}.mandato-landing .coverage-bullets{list-style:none;padding:0;margin:0;display:grid;gap:12px}.mandato-landing .coverage-bullets li{display:flex;align-items:center;gap:10px;font-size:15.5px;color:hsl(var(--foreground)/.85)}.mandato-landing .cb-dot{width:6px;height:6px;border-radius:50%;background:hsl(var(--brand));flex-shrink:0}.mandato-landing .cov-profile{background:hsl(var(--card));border-radius:20px;box-shadow:var(--shadow-float-lg);overflow:hidden}.mandato-landing .cov-profile-head{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:22px 24px;border-bottom:1px solid hsl(var(--border))}.mandato-landing .cov-profile-logo{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:DM Sans,sans-serif;font-weight:700;font-size:17px;color:white;background:linear-gradient(135deg,hsl(var(--brand)) 0,hsl(var(--brand-dark)) 100%)}.mandato-landing .cov-profile-name{font-family:DM Sans,sans-serif;font-weight:600;font-size:17px;letter-spacing:-.015em}.mandato-landing .cov-profile-meta{font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums;font-size:11.5px;color:hsl(var(--lp-muted-foreground));margin-top:3px}.mandato-landing .cov-profile-score{display:flex;flex-direction:column;align-items:center;gap:4px}.mandato-landing .cov-score-ring{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.mandato-landing .cov-score-ring svg{position:absolute;inset:0}.mandato-landing .cov-score-ring span{font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;color:hsl(var(--brand-dark))}.mandato-landing .cov-score-label{font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums;font-size:9px;letter-spacing:.12em;color:hsl(var(--lp-muted-foreground));text-transform:uppercase}.mandato-landing .cov-profile-body{padding:8px 24px}.mandato-landing .cov-row{display:grid;grid-template-columns:120px 1fr;gap:20px;align-items:center;padding:14px 0;border-bottom:1px dashed hsl(var(--border))}.mandato-landing .cov-row:last-child{border-bottom:0}.mandato-landing .cov-row-label{font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums;font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--lp-muted-foreground))}.mandato-landing .cov-row-val{display:flex;flex-wrap:wrap;gap:6px}.mandato-landing .cov-chip{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:500;background:hsl(var(--muted)/.55);color:hsl(var(--foreground)/.82);border:1px solid hsl(var(--border));white-space:nowrap}.mandato-landing .cov-chip.brand{background:hsl(var(--brand-light));color:hsl(var(--brand-dark));border-color:hsl(var(--brand)/.2)}.mandato-landing .cov-chip .d{width:5px;height:5px;border-radius:50%;margin-right:6px}.mandato-landing .cov-chip .d.yes{background:hsl(var(--brand))}.mandato-landing .cov-profile-foot{display:flex;align-items:center;gap:8px;padding:14px 24px;background:hsl(var(--brand-light)/.5);border-top:1px solid hsl(var(--brand)/.15);font-size:13px;font-weight:500;color:hsl(var(--brand-dark))}.mandato-landing .cov-contact{background:hsl(var(--card));border-radius:20px;box-shadow:var(--shadow-float-lg);overflow:hidden}.mandato-landing .cov-contact-head{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:22px 24px 20px;border-bottom:1px solid hsl(var(--border))}.mandato-landing .cov-contact-avatar{position:relative;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:DM Sans,sans-serif;font-weight:700;font-size:18px;color:white;background:linear-gradient(135deg,hsl(210 60% 55%),hsl(250 55% 58%));box-shadow:0 2px 6px hsl(220 30% 20%/.12)}.mandato-landing .cov-contact-online{position:absolute;bottom:2px;right:2px;width:13px;height:13px;border-radius:50%;background:hsl(var(--brand));border:2px solid hsl(var(--card))}.mandato-landing .cov-contact-name{font-family:DM Sans,sans-serif;font-weight:600;font-size:17px;letter-spacing:-.015em}.mandato-landing .cov-contact-title{font-size:13px;color:hsl(var(--foreground)/.7);margin-top:2px}.mandato-landing .cov-contact-paths{text-align:center;padding-left:16px;border-left:1px solid hsl(var(--border))}.mandato-landing .cov-contact-paths-num{font-family:DM Sans,sans-serif;font-weight:700;font-size:26px;letter-spacing:-.025em;color:hsl(var(--brand-dark));line-height:1}.mandato-landing .cov-contact-paths-label{font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums;font-size:9px;letter-spacing:.1em;color:hsl(var(--lp-muted-foreground));margin-top:4px}.mandato-landing .cov-contact-paths-list{padding:4px 16px 14px}.mandato-landing .cov-path-row{display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:center;padding:10px 8px;border-radius:10px;transition:background .18s var(--ease-standard)}.mandato-landing .cov-path-row:hover{background:hsl(var(--muted)/.4)}.mandato-landing .cov-path-logo{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mandato-landing .cov-path-main{font-size:14px;font-weight:500;color:hsl(var(--foreground));letter-spacing:-.005em}.mandato-landing .cov-path-sub{font-size:12.5px;color:hsl(var(--lp-muted-foreground));margin-top:2px}.mandato-landing .cov-path-sub b{color:hsl(var(--foreground)/.82);font-weight:600}.mandato-landing .faq{padding:120px 0 90px;background:hsl(210 20% 99%);border-top:1px solid hsl(var(--border))}.mandato-landing .faq-inner{display:grid;grid-template-columns:.8fr 1.4fr;gap:80px;align-items:start}.mandato-landing .faq-title{font-family:DM Sans,sans-serif;font-weight:700;font-size:44px;line-height:1.05;letter-spacing:-.035em;margin:14px 0 0}.mandato-landing .faq-sub{font-size:16px;color:hsl(var(--lp-muted-foreground));margin-top:18px;text-wrap:pretty}.mandato-landing .faq-contact{margin-top:24px;font-size:14px}.mandato-landing .faq-contact a{color:hsl(var(--brand-dark));font-weight:600;border-bottom:1px dashed hsl(var(--brand)/.5)}.mandato-landing .faq-list{border-top:1px solid hsl(var(--border))}.mandato-landing .faq-item{border-bottom:1px solid hsl(var(--border))}.mandato-landing .faq-q{width:100%;text-align:left;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;font-family:DM Sans,sans-serif;font-weight:600;font-size:18px;letter-spacing:-.015em;color:hsl(var(--foreground))}.mandato-landing .faq-icon{width:28px;height:28px;border-radius:8px;border:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:center;color:hsl(var(--lp-muted-foreground));flex-shrink:0;transition:all .2s var(--ease-standard)}.mandato-landing .faq-item.open .faq-icon{background:hsl(var(--foreground));color:hsl(var(--background));border-color:hsl(var(--foreground));transform:rotate(45deg)}.mandato-landing .faq-a{max-height:0;overflow:hidden;color:hsl(var(--lp-muted-foreground));font-size:15.5px;line-height:1.6;transition:max-height .3s var(--ease-standard),padding .3s var(--ease-standard);text-wrap:pretty}.mandato-landing .faq-item.open .faq-a{max-height:320px;padding:0 48px 24px 0}.mandato-landing .cta{padding:90px 0 120px;position:relative;overflow:hidden}.mandato-landing .cta-card{position:relative;border-radius:24px;background:hsl(var(--lp-dark-background));color:hsl(var(--lp-dark-foreground));padding:80px 72px;overflow:hidden}.mandato-landing .cta-card:before{content:"";position:absolute;inset:0;background:radial-gradient(600px 320px at 20% 120%,hsl(var(--brand)/.22),transparent 60%),radial-gradient(500px 280px at 90% -20%,hsl(var(--sky)/.18),transparent 60%)}.mandato-landing .cta-card:after{content:"";position:absolute;inset:0;background-image:linear-gradient(hsl(var(--lp-dark-foreground)/.04) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--lp-dark-foreground)/.04) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(ellipse 80% 60% at 50% 50%,black 0,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 50%,black 0,transparent 80%)}.mandato-landing .cta-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:center}.mandato-landing .cta-title{font-family:DM Sans,sans-serif;font-weight:700;font-size:56px;line-height:1.02;letter-spacing:-.04em;margin-bottom:20px}.mandato-landing .cta-sub{font-size:18px;color:hsl(var(--lp-dark-foreground)/.72);max-width:480px;margin-bottom:32px;text-wrap:pretty}.mandato-landing .cta-actions{display:flex;gap:12px}.mandato-landing .lp-btn-on-dark-primary{background:hsl(var(--brand));color:white;box-shadow:0 0 0 1px hsl(var(--brand-dark))}.mandato-landing .lp-btn-on-dark-primary:hover{background:hsl(var(--brand-dark))}.mandato-landing .lp-btn-on-dark-outline{border:1px solid hsl(var(--lp-dark-foreground)/.22);color:hsl(var(--lp-dark-foreground))}.mandato-landing .lp-btn-on-dark-outline:hover{border-color:hsl(var(--lp-dark-foreground)/.4);background:hsl(var(--lp-dark-foreground)/.04)}.mandato-landing .cta-side{border-left:1px solid hsl(var(--lp-dark-foreground)/.1);padding-left:48px;display:flex;flex-direction:column;gap:20px}.mandato-landing .cta-perk{display:flex;gap:12px;align-items:flex-start}.mandato-landing .cta-perk-icon{width:28px;height:28px;border-radius:8px;background:hsl(var(--brand)/.15);color:hsl(var(--brand-glow));display:flex;align-items:center;justify-content:center;flex-shrink:0}.mandato-landing .cta-perk-text{font-size:14px;color:hsl(var(--lp-dark-foreground)/.8);line-height:1.5}.mandato-landing .cta-perk-text strong{color:hsl(var(--lp-dark-foreground));font-weight:600}.mandato-landing footer{padding:48px 0;border-top:1px solid hsl(var(--border))}.mandato-landing .footer-inner{display:flex;align-items:center;justify-content:space-between}.mandato-landing .footer-links{display:flex;gap:28px;font-size:13px;color:hsl(var(--lp-muted-foreground))}.mandato-landing .footer-links a:hover{color:hsl(var(--foreground))}.mandato-landing .footer-copy{font-size:13px;color:hsl(var(--lp-muted-foreground));font-family:"Geist",var(--font-geist-sans),system-ui,sans-serif;font-variant-numeric:tabular-nums}@media (max-width:980px){.mandato-landing .container{padding:0 28px}.mandato-landing .nav{height:64px}.mandato-landing .nav-links{display:none}.mandato-landing .nav-inner{gap:16px}.mandato-landing .nav-inner>div:last-child{margin-left:auto;gap:6px!important}.mandato-landing .nav-inner .lp-btn-ghost{display:none}.mandato-landing .nav-inner .lp-btn{padding:8px 14px;font-size:13px}.mandato-landing .hero{padding-top:56px;padding-bottom:54px}.mandato-landing .hero-inner{grid-template-columns:1fr!important;gap:48px}.mandato-landing .hero-title{font-size:52px!important;letter-spacing:-.035em}.mandato-landing .hero-sub{font-size:17px!important;max-width:100%!important}.mandato-landing .hero-cta{flex-wrap:wrap}.mandato-landing .hero-meta{flex-wrap:wrap;gap:12px 20px}.mandato-landing .agent-wrap{max-width:100%}.mandato-landing .agent-body{max-height:420px;height:420px}.mandato-landing .match-card{grid-template-columns:32px minmax(0,1fr) auto;align-items:start}.mandato-landing .match-info{min-width:0}.mandato-landing .match-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mandato-landing .match-meta{flex-wrap:wrap;gap:6px}.mandato-landing .stats{padding:54px 0 72px}.mandato-landing .stats-header{margin-bottom:40px}.mandato-landing .stats-title{font-size:36px!important}.mandato-landing .stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:32px 24px}.mandato-landing .stat-value{font-size:40px!important}.mandato-landing .logo-row{grid-template-columns:repeat(3,1fr)!important;gap:20px 16px}.mandato-landing .logo-item{font-size:16px!important}.mandato-landing .hiw{padding:80px 0}.mandato-landing .hiw-header{margin-bottom:48px}.mandato-landing .hiw-title{font-size:36px!important}.mandato-landing .hiw-sub{font-size:16px!important}.mandato-landing .hiw-steps{grid-template-columns:1fr!important;gap:0}.mandato-landing .hiw-step{padding:32px 0!important;border-top:1px solid hsl(var(--lp-dark-foreground)/.12);border-right:none!important;border-left:none!important}.mandato-landing .hiw-step:first-child{border-top:none;padding-top:0!important}.mandato-landing .coverage{padding:72px 0}.mandato-landing .coverage-subsection{grid-template-columns:1fr!important;gap:32px;padding:32px 0;align-items:start}.mandato-landing .coverage-subsection+.coverage-subsection{margin-top:32px;padding-top:56px}.mandato-landing .coverage-subsection.reversed .coverage-copy-block{order:0}.mandato-landing .coverage-subsection.reversed>:last-child{order:1}.mandato-landing .coverage-title{font-size:34px!important}.mandato-landing .coverage-sub{font-size:16px!important;max-width:100%!important}.mandato-landing .cov-profile-head{padding:18px;grid-template-columns:auto 1fr auto;gap:12px}.mandato-landing .cov-profile-logo{width:40px;height:40px;font-size:14px}.mandato-landing .cov-profile-name{font-size:15px}.mandato-landing .cov-profile-meta{font-size:12px}.mandato-landing .cov-profile-body{padding:16px 18px}.mandato-landing .cov-row{grid-template-columns:1fr!important;gap:8px!important;padding:12px 0!important}.mandato-landing .cov-row-label{font-size:10px!important;letter-spacing:.08em}.mandato-landing .cov-profile-foot{padding:12px 18px;font-size:12px}.mandato-landing .cov-contact-head{padding:18px;grid-template-columns:auto 1fr auto;gap:12px}.mandato-landing .cov-contact-avatar{width:44px;height:44px;font-size:15px}.mandato-landing .cov-contact-name{font-size:15px}.mandato-landing .cov-contact-title{font-size:12px}.mandato-landing .cov-contact-paths-num{font-size:22px}.mandato-landing .cov-contact-paths-list{padding:10px 18px 18px}.mandato-landing .cov-path-row{padding:12px 0!important;gap:12px!important}.mandato-landing .cov-path-main{font-size:14px}.mandato-landing .cov-path-sub{font-size:12px}.mandato-landing .faq{padding:72px 0 54px}.mandato-landing .faq-inner{grid-template-columns:1fr!important;gap:40px!important}.mandato-landing .faq-title{font-size:36px!important}.mandato-landing .faq-q,.mandato-landing .faq-sub{font-size:16px!important}.mandato-landing .faq-q{padding:20px 0!important}.mandato-landing .faq-a{font-size:15px!important}.mandato-landing .cta{padding:54px 0 72px}.mandato-landing .cta-card{padding:48px 28px!important}.mandato-landing .cta-inner{grid-template-columns:1fr!important;gap:40px!important}.mandato-landing .cta-title{font-size:40px!important}.mandato-landing .cta-title br{display:none}.mandato-landing .cta-sub{font-size:16px!important;max-width:100%!important}.mandato-landing .cta-actions{flex-wrap:wrap}.mandato-landing .cta-side{border-left:0;padding-left:0}.mandato-landing .footer-inner{flex-direction:column!important;gap:20px!important;text-align:center;padding:32px 0!important}.mandato-landing .footer-links{flex-wrap:wrap;justify-content:center;gap:16px!important}}@media (max-width:560px){.mandato-landing .container{padding:0 20px}.mandato-landing .hero-title{font-size:40px!important}.mandato-landing .hero-sub{font-size:16px!important}.mandato-landing .hero-cta .lp-btn{width:100%;justify-content:center}.mandato-landing .agent-chrome{padding:8px 12px}.mandato-landing .chrome-title{font-size:11px}.mandato-landing .agent-body{padding:14px;max-height:380px;height:380px}.mandato-landing .msg-bubble{font-size:13px;padding:10px 12px}.mandato-landing .msg-avatar{width:26px;height:26px;font-size:10px}.mandato-landing .match-card{grid-template-columns:32px 1fr!important;grid-template-rows:auto auto;padding:10px 12px!important;gap:4px 10px!important;row-gap:6px}.mandato-landing .match-logo{width:32px;height:32px;font-size:11px;grid-row:1/3}.mandato-landing .match-info{grid-column:2;grid-row:1;min-width:0}.mandato-landing .match-name{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mandato-landing .match-meta{font-size:11px;flex-wrap:wrap}.mandato-landing .match-score{grid-column:2;grid-row:2;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;text-align:left!important}.mandato-landing .match-score-num{font-size:13px}.mandato-landing .match-score-bar{width:80px;flex-shrink:0}.mandato-landing .coverage-title,.mandato-landing .faq-title,.mandato-landing .hiw-title,.mandato-landing .stats-title{font-size:30px!important}.mandato-landing .cta-title{font-size:32px!important}.mandato-landing .stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:24px 16px}.mandato-landing .stat-value{font-size:34px!important}.mandato-landing .stat-label{font-size:12px!important}.mandato-landing .logo-row{grid-template-columns:repeat(2,1fr)!important}.mandato-landing .cov-chip{font-size:12px!important;padding:4px 9px!important}.mandato-landing .cta-card{padding:36px 22px!important}.mandato-landing .cta-perk{font-size:13px}}@media (prefers-reduced-motion:reduce){.mandato-landing *,.mandato-landing :after,.mandato-landing :before{animation-duration:.01ms!important;transition-duration:.01ms!important}}