*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-inter),"Inter",sans-serif;background:#fff;color:#111;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}:root{--purple:#3D1E6D;--purple-dark:#2A1249;--purple-mid:#5A3490;--purple-subtle:#EDE6F7;--yellow:#F4C542;--yellow-subtle:#FDF6DC;--black:#111111;--ink-mid:#333333;--muted:#666666;--border:#BBBBBB;--divider:#E5E5E5;--surface:#F7F7F7;--white:#FFFFFF;--px:80px}@media(max-width:900px){:root{--px:28px}}@media(max-width:600px){:root{--px:20px}}.container{max-width:1120px;margin:0 auto;padding:0 var(--px)}.section{padding:88px 0}.section-sm{padding:64px 0}@media(max-width:600px){.section{padding:56px 0}.section-sm{padding:44px 0}}.divider-yellow{height:4px}.divider-yellow,.rule{background:var(--yellow)}.rule{width:48px;height:3px;margin-bottom:18px;transform-origin:left center}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--yellow);margin-bottom:16px}.eyebrow.on-white{color:var(--purple)}.article-body h2,.article-card-title,.cta-title,.font-display,.hero-brand,.hero-headline,.ia-title,.inst-name,.pos-title,.process-title,.prog-title,.tools-title,.two-card-title{font-family:var(--font-display),var(--font-inter),sans-serif}.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-inter),"Inter",sans-serif;font-weight:800;font-size:13px;letter-spacing:.1em;text-transform:uppercase;padding:15px 32px;border:none;cursor:pointer;transition:filter .15s,transform .1s,background .15s,color .15s;white-space:nowrap}.btn:active{transform:scale(.98)}@media(max-width:480px){.btn{font-size:12px;padding:14px 22px;white-space:normal;text-align:center;justify-content:center}}.btn-primary{background:var(--yellow);color:var(--black)}.btn-primary:hover{filter:brightness(.9)}.btn-dark{background:var(--black);color:#fff}.btn-dark:hover{background:var(--purple)}.btn-outline-dark{background:transparent;color:var(--black);border:1px solid var(--black)}.btn-outline-dark:hover{background:var(--black);color:#fff}.btn-outline-white{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}.btn-outline-white:hover{border-color:#fff;background:rgba(255,255,255,.08)}nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--divider);min-height:64px;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,-webkit-backdrop-filter .22s ease;transition:background .22s ease,border-color .22s ease,backdrop-filter .22s ease,box-shadow .22s ease;transition:background .22s ease,border-color .22s ease,backdrop-filter .22s ease,box-shadow .22s ease,-webkit-backdrop-filter .22s ease}nav.nav-scrolled{background:rgba(255,255,255,.82);border-bottom-color:rgba(229,229,229,.7);backdrop-filter:saturate(160%) blur(10px);-webkit-backdrop-filter:saturate(160%) blur(10px);box-shadow:0 1px 0 rgba(0,0,0,.03)}@media (prefers-reduced-motion:reduce){nav{transition:none}}.nav-inner{max-width:1120px;margin:0 auto;padding:0 var(--px);min-height:64px;justify-content:space-between;gap:16px;flex-wrap:nowrap}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{flex-shrink:0;min-width:0}.nav-logo img{height:44px;width:auto;max-height:44px}.nav-links{display:flex;gap:32px;align-items:center}.nav-links a{font-size:14px;font-weight:500;color:var(--ink-mid);transition:color .15s;line-height:1}.nav-links a:hover{color:var(--purple)}.nav-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.nav-locale{display:inline-flex;align-items:center;gap:1px;font-size:11px;font-weight:600;letter-spacing:.06em;line-height:1}.nav-locale a,.nav-locale button{color:var(--muted);padding:4px;border:none;background:transparent;font:inherit;font-size:11px;font-weight:600;letter-spacing:.06em;cursor:pointer;line-height:1;transition:color .15s ease}.nav-locale a.is-active,.nav-locale a:hover,.nav-locale button.is-active,.nav-locale button:hover{color:var(--purple)}.nav-locale-sep{color:var(--border);font-size:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 1px}.nav-mobile-locale{padding:10px 20px 6px;border-top:1px solid var(--divider);margin-top:4px}.nav-cta-desktop{display:inline-flex;align-items:center}.nav-mobile{display:none;position:relative}.nav-mobile summary{list-style:none;cursor:pointer;width:44px;height:44px;border-radius:8px;border:1px solid var(--divider);background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0}.nav-mobile summary::-webkit-details-marker{display:none}.nav-mobile summary::marker{content:""}.nav-burger{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;pointer-events:none}.nav-burger-line{width:18px;height:2px;background:var(--black);border-radius:1px;transition:transform .2s,opacity .15s}.nav-mobile[open] .nav-burger-line:first-child{transform:translateY(7px) rotate(45deg)}.nav-mobile[open] .nav-burger-line:nth-child(2){opacity:0}.nav-mobile[open] .nav-burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-panel{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid var(--divider);border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,.12);padding:8px 0;z-index:200}.nav-mobile-panel a{display:block;padding:12px 20px;font-size:15px;font-weight:500;color:var(--ink-mid)}.nav-mobile-panel a:hover{background:var(--surface);color:var(--purple)}@media(max-width:768px){.nav-cta-desktop,.nav-links{display:none}.nav-mobile{display:block}.nav-right>.nav-locale{display:none}.nav-logo img{height:36px;max-height:36px}}@media(max-width:380px){.nav-logo img{height:36px;max-height:36px}}.hero{position:relative;background:var(--purple);overflow:hidden}.hero,.hero-stage{padding:96px 0 80px}.hero-stage{display:flex;align-items:center;min-height:min(78vh,720px)}.hero-stage--compact{min-height:auto;padding:80px 0 64px}.hero-stage-inner{position:relative;z-index:2;width:100%}.hero-visual .hero-stage-inner{max-width:640px}.hero-atmosphere{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 80% 60% at 8% 15%,rgba(244,197,66,.1),transparent 50%),radial-gradient(ellipse 60% 50% at 92% 80%,rgba(42,18,73,.7),transparent 55%),linear-gradient(165deg,var(--purple-dark) 0,var(--purple) 55%,#452578 100%)}.hero-visual{padding:120px 0 100px;min-height:min(88vh,820px);box-sizing:border-box}.hero-media{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-media-img{object-fit:cover;object-position:center;transform:scale(1.04)}.hero-media--animated .hero-media-img{transform:scale(1.08);will-change:transform;animation:hero-media-drift 36s ease-in-out infinite alternate}.hero-media-scrim{position:absolute;inset:0;background:linear-gradient(98deg,rgba(42,18,73,.64),rgba(61,30,109,.24) 34%,rgba(61,30,109,.03) 54%,transparent 72%)}.hero-media--animated .hero-media-scrim{animation:hero-scrim-breathe 10s ease-in-out infinite alternate;will-change:opacity}.hero-accent-mark{top:22%;right:max(28px,4vw);width:48px;height:3px;opacity:0;transform:translateX(12px);animation:hero-accent-in .7s ease-out .55s forwards;pointer-events:none}.hero-accent-mark,.hero-accent-mark:after{position:absolute;background:var(--yellow)}.hero-accent-mark:after{content:"";right:0;top:-10px;width:3px;height:23px}@keyframes hero-media-drift{0%{transform:scale(1.08) translateZ(0)}to{transform:scale(1.08) translate3d(-2.2%,-1.4%,0)}}@keyframes hero-scrim-breathe{0%{opacity:.92}to{opacity:1}}@keyframes hero-accent-in{0%{opacity:0;transform:translateX(12px)}to{opacity:.85;transform:translateX(0)}}@media(max-width:768px){.hero-media-scrim{background:linear-gradient(180deg,rgba(42,18,73,.58),rgba(61,30,109,.32) 55%,rgba(61,30,109,.14))}.hero-media-img{object-position:50% 50%}.hero-accent-mark{top:18%;right:20px;width:36px}}@media(max-width:600px){.hero{padding:56px 0 48px}.hero-stage{min-height:auto;padding:72px 0 56px}.hero-stage--compact{padding:56px 0 44px}.hero-visual{padding:88px 0 72px;min-height:auto}}@media (prefers-reduced-motion:reduce){.hero-accent-mark,.hero-media--animated .hero-media-img,.hero-media--animated .hero-media-scrim{animation:none!important}.hero-media--animated .hero-media-img{transform:scale(1.04)}.hero-media--animated .hero-media-scrim{opacity:1}.hero-accent-mark{opacity:.85;transform:none}}.hero-brand{font-size:15px;letter-spacing:.14em;color:var(--yellow);margin-bottom:20px;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.35)}.hero-brand,.hero-label{font-weight:700;text-transform:uppercase}.hero-label{font-size:11px;letter-spacing:.2em;color:rgba(255,255,255,.55);margin-bottom:16px}.hero-headline{font-size:clamp(40px,6vw,72px);font-weight:700;line-height:1.05;letter-spacing:-.025em;color:#fff;margin-bottom:24px;text-shadow:0 1px 2px rgba(0,0,0,.35)}.hero-headline--sm{font-size:clamp(34px,5vw,56px);margin-bottom:24px}.hero-headline--article{font-size:clamp(30px,4.2vw,48px);margin-bottom:24px;max-width:900px;line-height:1.12}.hero-ai{color:var(--yellow)}.hero-subtitle{font-size:clamp(17px,2vw,20px);font-weight:500;color:rgba(255,255,255,.82);line-height:1.5;max-width:520px;margin-bottom:44px}@media(max-width:480px){.hero-subtitle br{display:none}}.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-bottom:0}.hero-link{font-size:14px;font-weight:600;color:rgba(255,255,255,.85);letter-spacing:.01em;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:2px;transition:color .15s ease,border-color .15s ease}.hero-link:hover{color:#fff;border-bottom-color:var(--yellow)}@media(max-width:600px){.hero-actions{flex-direction:column;align-items:stretch;gap:18px}.hero-actions .btn{width:100%;max-width:100%}.hero-link{text-align:center;border-bottom:none}}.hero-proof{background:var(--purple-dark);padding:40px 0}.hero-proof .reveal-stagger{display:flex;gap:56px;flex-wrap:wrap;align-items:flex-start}@media(max-width:600px){.hero-proof{padding:32px 0}.hero-proof .reveal-stagger{gap:28px 36px}}.stat-val{font-family:var(--font-inter),sans-serif;font-size:clamp(20px,3vw,26px);font-weight:800;color:var(--yellow);letter-spacing:-.02em;line-height:1.15}.stat-lbl{font-size:13px;color:rgba(255,255,255,.5);margin-top:8px;line-height:1.35}.clients-section{background:#fff;padding:48px 0 40px;border-bottom:1px solid var(--divider);overflow:hidden}.clients-label{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:28px;text-align:center}.clients-marquee{position:relative}.clients-viewport{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.clients-rail{display:flex;width:max-content;animation:clients-scroll 42s linear infinite}.clients-rail:hover{animation-play-state:paused}.clients-track{gap:56px;padding:0 28px}.clients-logo,.clients-track{display:flex;align-items:center}.clients-logo{flex:0 0 auto;height:52px;width:120px;justify-content:center;opacity:.72;filter:grayscale(1);transition:opacity .2s ease,filter .2s ease}.clients-logo--wide{width:168px}.clients-logo:hover{opacity:1;filter:grayscale(0)}.clients-logo-img{width:auto!important;height:auto!important;max-height:40px;max-width:100%;object-fit:contain}@keyframes clients-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.clients-rail{animation:none}.clients-viewport{overflow-x:auto}.clients-rail{width:100%;justify-content:center;flex-wrap:wrap}.clients-track:last-child{display:none}.clients-track{flex-wrap:wrap;justify-content:center;gap:32px 40px;padding:0 var(--px)}}.service-list{list-style:none;margin-top:48px;border-top:1px solid var(--divider)}.service-list>li{display:grid;grid-template-columns:64px 1fr;grid-gap:20px;gap:20px;padding:28px 0;border-bottom:1px solid var(--divider);align-items:start}@media(max-width:600px){.service-list>li{grid-template-columns:48px 1fr;gap:14px;padding:22px 0}}.service-list-num{font-size:18px;color:var(--purple);line-height:1.2;padding-top:2px}.service-list-num,.service-list-title{font-family:var(--font-display),var(--font-inter),sans-serif;font-weight:700;letter-spacing:-.02em}.service-list-title{font-size:clamp(18px,2vw,22px);color:var(--black);margin-bottom:8px}.service-list-desc{font-size:15px;color:var(--ink-mid);line-height:1.65;max-width:640px;margin:0}.stack-grid{list-style:none;margin:48px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0;gap:0;border-top:1px solid var(--divider)}@media (max-width:700px){.stack-grid{grid-template-columns:1fr}}.stack-item{padding:32px 28px 32px 0;border-bottom:1px solid var(--divider)}.stack-grid>.stack-item:nth-child(odd){padding-right:40px;border-right:1px solid var(--divider)}.stack-grid>.stack-item:nth-child(2n){padding-left:40px}@media (max-width:700px){.stack-grid>.stack-item:nth-child(odd){padding-right:0;border-right:none}.stack-grid>.stack-item:nth-child(2n){padding-left:0}}.stack-item-title{font-family:var(--font-display),var(--font-inter),sans-serif;font-size:clamp(18px,2vw,22px);font-weight:700;letter-spacing:-.02em;color:var(--black);margin:0 0 8px}.stack-item-desc{font-size:15px;color:var(--ink-mid);line-height:1.65;max-width:420px;margin:0}.why-editorial{background:var(--surface)}.why-statement{font-family:var(--font-display),var(--font-inter),sans-serif;font-size:clamp(28px,4vw,44px);font-weight:700;letter-spacing:-.03em;line-height:1.12;max-width:820px;margin-bottom:24px;color:var(--black)}.why-lede{font-size:clamp(16px,1.8vw,18px);line-height:1.65;color:var(--ink-mid);max-width:640px;margin-bottom:48px}.why-points{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0;gap:0;border-top:1px solid var(--divider)}@media(max-width:700px){.why-points{grid-template-columns:1fr}}.why-points li{padding:28px 32px 28px 0;border-bottom:1px solid var(--divider);display:flex;flex-direction:column;gap:8px}.why-points li:nth-child(odd){padding-right:40px;border-right:1px solid var(--divider)}@media(max-width:700px){.why-points li:nth-child(odd){padding-right:0;border-right:none}}.why-points strong{font-family:var(--font-display),var(--font-inter),sans-serif;font-size:17px;font-weight:700;color:var(--black);letter-spacing:-.01em}.why-points span{font-size:15px;color:var(--ink-mid);line-height:1.55}.formation-band{background:var(--purple);padding:72px 0}.formation-band-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;flex-wrap:wrap}.formation-band-title{font-family:var(--font-display),var(--font-inter),sans-serif;font-size:clamp(28px,4vw,42px);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:#fff;margin-bottom:16px;max-width:560px}.formation-band-body{font-size:16px;line-height:1.65;color:rgba(255,255,255,.75);max-width:520px;margin:0}.pos-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:80px;gap:80px;align-items:start}@media(max-width:900px){.pos-grid{grid-template-columns:1fr;gap:40px}}.pos-title{font-size:clamp(26px,3.2vw,38px);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:28px}.pos-body p{font-size:16px;color:var(--ink-mid);line-height:1.7;margin-bottom:16px}.pos-body p:last-child{font-weight:700;color:var(--black);margin-bottom:0}.info-card{background:var(--surface);padding:32px;border-top:3px solid var(--purple)}@media(max-width:600px){.info-card{padding:22px 20px}}.info-card-title{font-size:16px;font-weight:700;color:#111;margin-bottom:20px}.info-row{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--divider)}.info-row:last-child{border-bottom:none}.info-icon{width:20px;height:20px;flex-shrink:0;margin-top:1px;color:var(--purple)}.info-text{font-size:14px;line-height:1.55;color:var(--ink-mid)}.info-text strong{color:#111;font-weight:600}.inst-section{background:var(--surface)}.inst-grid{display:grid;grid-template-columns:340px 1fr;grid-gap:72px;gap:72px;align-items:start}@media(max-width:900px){.inst-grid{grid-template-columns:1fr;gap:40px}}.inst-photo{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top}.inst-name{font-size:clamp(24px,6vw,32px);letter-spacing:-.02em;margin-bottom:4px;display:flex;gap:10px;flex-wrap:wrap}.inst-name,.li-badge{font-weight:900;align-items:center}.li-badge{display:inline-flex;justify-content:center;width:26px;height:26px;background:#0077B5;border-radius:4px;font-size:13px;color:#fff;font-family:sans-serif}.inst-role{font-size:15px;font-weight:700;color:var(--purple);margin-bottom:20px}.inst-bio{font-size:16px;color:var(--ink-mid);line-height:1.7;margin-bottom:28px}.inst-quote{border-left:4px solid var(--yellow);padding:16px 20px;font-size:18px;font-weight:700;color:#111;line-height:1.45;background:#fff;margin-bottom:28px}.inst-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px}@media(max-width:640px){.inst-cards{grid-template-columns:1fr}}.inst-card{background:#fff;padding:20px;font-size:14px;color:var(--ink-mid);line-height:1.6;border:1px solid var(--divider)}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px}@media(max-width:768px){.two-col{grid-template-columns:1fr}}.two-card{background:var(--surface);padding:40px 36px}@media(max-width:600px){.two-card{padding:28px 22px}}.two-card-title{font-size:22px;font-weight:900;letter-spacing:-.01em;margin-bottom:16px}.two-card-body{font-size:15px;color:var(--ink-mid);line-height:1.65;margin-bottom:24px}.check-list{list-style:none;display:flex;flex-direction:column;gap:12px}.check-list li{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:var(--ink-mid);line-height:1.6}.check-list li:before{content:"";width:16px;height:16px;border-radius:50%;background:var(--yellow-subtle);border:2px solid var(--yellow);flex-shrink:0;margin-top:2px}.ia-section{background:#fff}.ia-title{font-size:clamp(26px,3.2vw,38px);font-weight:900;letter-spacing:-.02em;line-height:1.1;max-width:800px;margin-bottom:20px}.ia-title--quote{max-width:860px;font-weight:700;line-height:1.18;margin-bottom:12px}.ia-quote-attr{font-size:13px;font-weight:600;letter-spacing:.04em;color:var(--purple);margin:0 0 24px}.ia-body{font-size:16px;color:var(--muted);line-height:1.7;max-width:740px;margin-bottom:56px}.ia-body--tight{margin-bottom:36px}.ia-body--problem{margin-bottom:0;max-width:560px}.problem-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(220px,.7fr);grid-gap:48px 56px;gap:48px 56px;align-items:end}.problem-copy .ia-title--quote{max-width:none}.problem-media{margin:0;position:relative}.problem-photo{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center top;display:block}@media (max-width:800px){.problem-layout{grid-template-columns:1fr;gap:32px;align-items:start}.problem-media{max-width:320px}}.layers-compact{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0;gap:0;border-top:1px solid var(--divider)}@media (max-width:700px){.layers-compact{grid-template-columns:1fr}}.layers-compact>li{display:grid;grid-template-columns:40px 1fr;grid-gap:12px;gap:12px;padding:22px 28px 22px 0;border-bottom:1px solid var(--divider);align-items:start}.layers-compact>li:nth-child(odd){padding-right:36px;border-right:1px solid var(--divider)}.layers-compact>li:nth-child(2n){padding-left:36px}@media (max-width:700px){.layers-compact>li:nth-child(odd){padding-right:0;border-right:none}.layers-compact>li:nth-child(2n){padding-left:0}}.layers-compact-num{font-size:15px;color:var(--purple);padding-top:2px}.layers-compact-num,.layers-compact-title{font-family:var(--font-display),var(--font-inter),sans-serif;font-weight:700;letter-spacing:-.02em}.layers-compact-title{font-size:clamp(16px,1.8vw,18px);color:var(--black);margin-bottom:4px}.layers-compact-desc{font-size:14px;color:var(--ink-mid);line-height:1.55;margin:0;max-width:360px}.layers-tools-teaser{margin-top:40px;padding-top:32px;border-top:1px solid var(--divider);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}.layers-tools-teaser-copy{font-size:15px;color:var(--ink-mid);line-height:1.55;max-width:420px;margin:0}.layers-tools-teaser-actions{display:flex;flex-wrap:wrap;gap:12px}.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.cta-actions .btn{font-size:14px;padding:18px 40px}@media (max-width:480px){.cta-actions .btn{width:100%}}.ia-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px}@media(max-width:768px){.ia-cards{grid-template-columns:1fr}}.ia-card{background:var(--surface);padding:32px 28px;border-top:3px solid transparent;transition:border-top-color .2s}.ia-card:hover{border-top-color:var(--yellow)}.ia-card-icon{width:40px;height:40px;background:var(--yellow-subtle);border-radius:0;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.ia-card-icon svg{width:20px;height:20px;color:var(--purple)}.ia-card-text{font-size:15px;color:var(--ink-mid);line-height:1.65}.prog-section{background:var(--purple)}.prog-title{font-size:clamp(24px,3vw,36px);font-weight:900;letter-spacing:-.02em;line-height:1.1;color:#fff;max-width:820px;margin-bottom:16px}.prog-body{font-size:16px;color:rgba(255,255,255,.65);line-height:1.7;max-width:700px;margin-bottom:56px}.modules{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px}@media(max-width:768px){.modules{grid-template-columns:1fr}}.module{background:rgba(255,255,255,.05);padding:32px 28px;border-top:2px solid rgba(255,255,255,.08);transition:background .2s}.module:hover{background:rgba(255,255,255,.1)}.mod-icon{width:36px;height:36px;background:rgba(244,197,66,.15);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.mod-icon svg{width:18px;height:18px;color:var(--yellow)}.mod-title{font-size:16px;font-weight:700;color:#fff;line-height:1.35;margin-bottom:14px}.mod-list{list-style:none;display:flex;flex-direction:column;gap:6px}.mod-list li{display:flex;gap:10px;font-size:13px;color:rgba(255,255,255,.6);line-height:1.55}.mod-list li:before{content:"";width:14px;height:14px;background:rgba(244,197,66,.2);border:1.5px solid var(--yellow);border-radius:50%;flex-shrink:0;margin-top:2px}.tools-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}@media(max-width:900px){.tools-grid{grid-template-columns:1fr;gap:40px}}.tools-title{font-size:clamp(26px,3vw,36px);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:20px}.tools-body{font-size:15px;color:var(--muted);line-height:1.7}.tool-items{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px}@media(max-width:640px){.tool-items{grid-template-columns:1fr}}.tool-item{background:var(--surface);padding:20px 18px;display:flex;align-items:center;gap:12px;border-left:2px solid transparent;transition:border-color .2s,background .2s}.tool-item:hover{border-left-color:var(--yellow);background:#fff}.tool-icon{width:32px;height:32px;background:var(--yellow-subtle);flex-shrink:0;display:flex;align-items:center;justify-content:center}.tool-icon svg{width:16px;height:16px;color:var(--purple)}.tool-name{font-size:14px;font-weight:600;color:#111}.tool-item.full{grid-column:1/-1}.process-section{background:var(--surface)}.process-title{font-size:clamp(26px,3vw,36px);font-weight:900;letter-spacing:-.02em;margin-bottom:16px}.process-body{font-size:16px;color:var(--muted);line-height:1.7;max-width:680px;margin-bottom:56px}.steps{display:flex;flex-direction:column;gap:0;max-width:680px;margin:0 auto 40px}.step{display:flex;gap:24px;align-items:flex-start;padding:28px 0;border-bottom:1px solid var(--divider)}@media(max-width:480px){.step{gap:16px;padding:22px 0}}.step:last-child{border-bottom:none}.step-num{width:36px;height:36px;border-radius:50%;flex-shrink:0;background:var(--yellow);color:var(--black);font-size:14px;font-weight:900;display:flex;align-items:center;justify-content:center}.step-title{font-size:clamp(17px,4.5vw,20px);font-weight:700;letter-spacing:-.01em;margin-bottom:6px}.step-desc{font-size:14px;color:var(--muted);line-height:1.6}.process-optional{max-width:680px;margin:0 auto 28px;font-size:13px;line-height:1.6;color:rgba(17,17,17,.6)}.cta-section{background:#fff;text-align:center;padding:96px 0}@media(max-width:600px){.cta-section{padding:56px 0 64px}}.cta-section .btn{max-width:100%;box-sizing:border-box}@media(max-width:480px){.cta-section .btn{width:100%}}.cta-label{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--purple);margin-bottom:20px}.cta-title{font-size:clamp(28px,4vw,48px);font-weight:900;letter-spacing:-.03em;line-height:1.05;max-width:720px;margin:0 auto 20px}.cta-sub{font-size:16px;margin-bottom:12px;margin-left:auto;margin-right:auto}.cta-sub,.cta-sub2{color:var(--muted);max-width:560px;line-height:1.6}.cta-sub2{font-size:15px;margin:0 auto 40px}.cta-note{font-size:13px;color:var(--border);margin-top:20px}.faq-section{background:var(--surface)}.faq-title{font-size:clamp(26px,3.2vw,36px);font-weight:900;letter-spacing:-.02em;line-height:1.15;max-width:640px;margin:0 0 14px}.faq-lede{font-size:16px;color:var(--muted);line-height:1.65;max-width:620px;margin:0 0 40px}.faq-list{margin:0;padding:0;max-width:760px;display:flex;flex-direction:column;gap:0}.faq-item{padding:22px 0;border-top:1px solid var(--border)}.faq-item:last-child{border-bottom:1px solid var(--border)}.faq-question{font-size:17px;font-weight:700;letter-spacing:-.01em;line-height:1.35;margin:0 0 10px;color:var(--ink)}.faq-answer{margin:0;font-size:15px;line-height:1.65;color:var(--muted)}footer{background:var(--purple-dark);padding:56px var(--px)}@media(max-width:600px){footer{padding:40px var(--px) 48px}}.footer-inner{max-width:1120px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:32px}@media(max-width:600px){.footer-top{flex-direction:column;gap:32px}.footer-top>div{width:100%;max-width:100%}}.footer-logo img{height:44px;filter:brightness(0) invert(1);margin-bottom:14px}.footer-tagline{font-size:14px;color:rgba(255,255,255,.4);max-width:240px;line-height:1.6}.footer-col-title{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:16px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:14px;color:rgba(255,255,255,.55);transition:color .15s}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-copy{font-size:13px;color:rgba(255,255,255,.3)}.footer-rule{width:100%;height:4px;background:var(--yellow);margin-bottom:40px}.articles-toolbar{display:flex;flex-direction:column;gap:20px;margin-bottom:28px;max-width:820px}.articles-search{display:flex;flex-direction:column;gap:8px}.articles-search-label{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--purple)}.articles-search input{width:100%;font-family:var(--font-inter),"Inter",sans-serif;font-size:15px;color:var(--black);padding:14px 16px;border:1px solid var(--divider);background:#fff;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.articles-search input::placeholder{color:var(--border)}.articles-search input:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(61,30,109,.08)}.articles-filters{display:flex;flex-wrap:wrap;gap:8px}.articles-filter{font-family:var(--font-inter),"Inter",sans-serif;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:10px 14px;border:1px solid var(--divider);background:#fff;color:var(--ink-mid);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.articles-filter:hover{border-color:var(--purple);color:var(--purple)}.articles-filter.is-active{background:var(--purple);border-color:var(--purple);color:#fff}.articles-result-meta{font-size:13px;color:var(--muted);margin-bottom:8px;max-width:820px}.articles-list{display:flex;flex-direction:column;gap:0;max-width:820px}.article-card{display:block;padding:36px 0;border-bottom:1px solid var(--divider);transition:opacity .18s ease}.article-card:first-child{padding-top:0}.article-card:hover{opacity:.85}.article-card:hover .article-card-cta,.article-card:hover .article-card-title{color:var(--purple)}.article-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}.article-card-category{color:var(--purple)}.article-card-dot{width:4px;height:4px;border-radius:50%;background:var(--border);flex-shrink:0}.article-card-title{font-size:clamp(22px,3vw,30px);font-weight:900;letter-spacing:-.02em;line-height:1.15;margin-bottom:12px;transition:color .18s ease}.article-card-excerpt{font-size:16px;line-height:1.65;color:var(--ink-mid);margin-bottom:18px;max-width:680px}.article-card-cta{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--black);transition:color .18s ease}.article-detail-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:14px;font-weight:500;color:rgba(255,255,255,.7)}.article-layout{max-width:760px}.article-answer{margin:0 0 36px;padding:0 0 28px;border-bottom:1px solid var(--divider)}.article-answer-label,.article-author-label,.article-next-label,.article-toc-label{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--purple);margin-bottom:12px}.article-answer-text{margin:0;font-size:clamp(18px,2.2vw,22px);font-weight:700;line-height:1.45;letter-spacing:-.015em;color:var(--black);max-width:640px}.article-toc{margin:0 0 36px;padding:0 0 28px;border-bottom:1px solid var(--divider)}.article-toc-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.article-toc-list a{font-size:15px;font-weight:600;color:var(--ink-mid);line-height:1.4;transition:color .15s ease}.article-toc-list a:hover{color:var(--purple)}.article-body{max-width:720px}.article-body p{font-size:17px;line-height:1.75;color:var(--ink-mid);margin-bottom:22px}.article-body h2{font-size:clamp(22px,2.8vw,28px);font-weight:900;letter-spacing:-.02em;line-height:1.2;color:var(--black);margin:40px 0 16px;scroll-margin-top:96px}.article-body h3{font-size:18px;font-weight:800;letter-spacing:-.01em;color:var(--black);margin:28px 0 12px}.article-body ol,.article-body ul{margin:0 0 24px;padding-left:22px;display:flex;flex-direction:column;gap:10px}.article-body li{font-size:17px;line-height:1.65;color:var(--ink-mid)}.article-body li::marker{color:var(--purple)}.article-callout{border-left:4px solid var(--yellow);background:var(--surface);padding:18px 22px;margin:28px 0;font-size:18px;font-weight:700;line-height:1.45;color:var(--black)}.article-footer-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}@media(max-width:480px){.article-footer-actions .btn{width:100%;justify-content:center}}.article-author{margin-top:48px;padding-top:36px;border-top:1px solid var(--divider);max-width:640px}.article-author-name{font-size:20px;font-weight:800;letter-spacing:-.02em;margin-bottom:10px;color:var(--black)}.article-author-bio{margin:0 0 14px;font-size:15px;line-height:1.65;color:var(--muted)}.article-author-link{font-size:14px;font-weight:700;color:var(--purple)}.article-author-link:hover{text-decoration:underline}.article-related{margin-top:48px;padding-top:36px;border-top:1px solid var(--divider)}.article-related-title{font-size:clamp(22px,2.6vw,28px);font-weight:900;letter-spacing:-.02em;margin:0 0 24px}.article-related-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.article-related-list li{border-top:1px solid var(--divider)}.article-related-list li:last-child{border-bottom:1px solid var(--divider)}.article-related-link{display:block;padding:20px 0;transition:opacity .15s ease}.article-related-link:hover{opacity:.82}.article-related-category{display:block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin-bottom:8px}.article-related-item-title{display:block;font-size:18px;font-weight:800;letter-spacing:-.015em;color:var(--black);margin-bottom:6px}.article-related-excerpt{display:block;font-size:14px;line-height:1.55;color:var(--muted)}.article-next{margin-top:48px;padding-top:36px;border-top:1px solid var(--divider)}.article-next-text{margin:0 0 8px;font-size:16px;line-height:1.6;color:var(--ink-mid);max-width:560px}.tools-section{background:var(--surface)}.tools-list{list-style:none;max-width:820px;margin:0 auto;border-top:1px solid var(--divider)}.tools-list-item{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap;padding:36px 0;border-bottom:1px solid var(--divider)}.tools-list-meta{margin-bottom:10px}.tools-list-status{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--purple)}.tools-list-title{font-family:var(--font-display),var(--font-inter),sans-serif;font-size:clamp(22px,3vw,28px);font-weight:700;letter-spacing:-.02em;margin-bottom:10px;color:var(--black)}.tools-list-desc{font-size:15px;color:var(--ink-mid);line-height:1.6;max-width:520px;margin:0}.tools-list-item--aux{opacity:.78}.tools-list-item--aux .tools-list-status{color:var(--muted)}.hero-crumb{color:rgba(255,255,255,.7);transition:color .15s ease}.hero-crumb:hover{color:var(--yellow)}.cv-section{background:var(--surface);padding-top:48px}.cv-brander-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.cv-brander-actions{display:flex;gap:8px;flex-wrap:wrap}.cv-mobile-tabs{display:none;background:#fff;border:1px solid var(--divider);padding:4px;gap:4px}.cv-mobile-tabs button{font-family:var(--font-inter),sans-serif;font-size:13px;font-weight:700;border:none;background:transparent;padding:8px 14px;cursor:pointer;color:var(--muted)}.cv-mobile-tabs button.is-active{background:var(--purple);color:#fff}.cv-brander-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);grid-gap:28px;gap:28px;align-items:start}@media(max-width:960px){.cv-mobile-tabs{display:inline-flex}.cv-brander-grid{grid-template-columns:1fr}.cv-brander-form,.cv-brander-preview{display:none}.cv-brander-form.is-visible,.cv-brander-preview.is-visible{display:block}}.cv-brander-preview{position:-webkit-sticky;position:sticky;top:80px}.cv-preview-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.cv-preview-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:0}.brief-color{padding:6px;height:48px;max-width:120px;cursor:pointer}.cv-check{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--ink-mid)}.cv-repeat-block{border:1px solid var(--divider);padding:16px;display:flex;flex-direction:column;gap:14px;background:var(--surface)}.cv-repeat-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.cv-preview-pages{position:relative;width:100%}.cv-preview-scale-host{width:100%;overflow:hidden}.cv-preview-scale-inner{display:flex;flex-direction:column;gap:20px}.cv-preview-measure{position:absolute;left:0;top:0;width:794px;height:0;overflow:hidden;visibility:hidden;pointer-events:none}.cv-preview-measure-atoms{width:794px}.cv-preview-sheet{--cv-brand:#3D1E6D;--cv-pad-x:56px;--cv-name:21px;--cv-title:10.5px;--cv-meta:8px;--cv-section:8px;--cv-body:9.5px;--cv-job:10px;--cv-date:7.5px;--cv-link:8px;--cv-space:1;--cv-id-pad-top:18px;--cv-block-pad-top:10px;--cv-job-pad-top:10px;--cv-job-gap:14px;width:794px;height:1123px;flex-shrink:0;background:#fff;border:1px solid var(--divider);box-shadow:0 12px 40px rgba(0,0,0,.06);padding:0;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;font-family:Helvetica,Arial,sans-serif}.cv-preview-density-root[data-density=comfort],.cv-preview-sheet[data-density=comfort]{--cv-name:22px;--cv-title:11px;--cv-meta:8.5px;--cv-section:8.5px;--cv-body:10.5px;--cv-job:11px;--cv-date:8px;--cv-link:8.5px;--cv-space:1.15;--cv-id-pad-top:22px;--cv-block-pad-top:14px;--cv-job-pad-top:14px;--cv-job-gap:18px}.cv-preview-density-root[data-density=compact],.cv-preview-sheet[data-density=compact]{--cv-name:19px;--cv-title:9.5px;--cv-meta:7.5px;--cv-section:7.5px;--cv-body:8.5px;--cv-job:9.5px;--cv-date:7px;--cv-link:7.5px;--cv-space:0.88;--cv-id-pad-top:14px;--cv-block-pad-top:7px;--cv-job-pad-top:7px;--cv-job-gap:10px}.cv-preview-density-root{--cv-brand:#3D1E6D;--cv-pad-x:56px;--cv-name:21px;--cv-title:10.5px;--cv-meta:8px;--cv-section:8px;--cv-body:9.5px;--cv-job:10px;--cv-date:7.5px;--cv-link:8px;--cv-space:1;--cv-id-pad-top:18px;--cv-block-pad-top:10px;--cv-job-pad-top:10px;--cv-job-gap:14px;font-family:Helvetica,Arial,sans-serif}.cv-preview-body{flex:1 1 auto;min-height:0;overflow:hidden;padding-bottom:2px}.cv-preview-continued{padding:calc(10px * var(--cv-space)) var(--cv-pad-x) 2px;font-size:calc(7.5px * var(--cv-space));font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.cv-preview-block--job{padding-top:var(--cv-job-pad-top)}.cv-preview-block--job+.cv-preview-block--bullet+.cv-preview-block--job,.cv-preview-block--job+.cv-preview-block--job{padding-top:var(--cv-job-gap)}.cv-preview-block--bullet{padding-top:0;padding-bottom:0}.cv-preview-bullet-alone{margin:0;padding-left:16px}.cv-preview-job-chunk{margin:0}.cv-preview-cover-block{flex-shrink:0}.cv-preview-cover{position:relative;width:100%;aspect-ratio:4/1;background:var(--cv-brand);background-size:cover;background-position:50%}.cv-preview-cover-scrim{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.12));pointer-events:none}.cv-preview-accent-strip{height:6px;background:var(--yellow);flex-shrink:0}.cv-preview-cont-bar{flex-shrink:0}.cv-preview-cont-bar-brand{height:13px;background:var(--cv-brand)}.cv-preview-identity{padding:var(--cv-id-pad-top) var(--cv-pad-x) 2px}.cv-preview-name{font-family:Helvetica,Arial,sans-serif;font-size:var(--cv-name);font-weight:700;letter-spacing:-.02em;color:var(--black);margin:0 0 4px;line-height:1.12}.cv-preview-name.is-blurred{letter-spacing:.04em;color:var(--cv-brand)}.cv-preview-title{font-size:var(--cv-title);font-weight:700;color:var(--cv-brand);margin:0 0 3px;line-height:1.35}.cv-preview-meta{font-size:var(--cv-meta);color:var(--muted);margin:0 0 5px}.cv-preview-linkedin{display:inline-flex;font-size:var(--cv-link);font-weight:400;color:var(--cv-brand);border-bottom:.5px solid color-mix(in srgb,var(--cv-brand) 45%,transparent);padding-bottom:1px;letter-spacing:0;transition:border-color .15s ease,color .15s ease}.cv-preview-linkedin:hover{color:var(--black);border-bottom-color:var(--yellow)}.cv-preview-block{padding:var(--cv-block-pad-top) var(--cv-pad-x) 0}.cv-preview-block h3,.cv-preview-inline-heading{font-family:Helvetica,Arial,sans-serif;font-size:var(--cv-section);font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--cv-brand);margin:0 0 5px;padding-bottom:3px;border-bottom:1.5px solid var(--yellow);display:inline-block}.cv-preview-block p{font-size:var(--cv-body);line-height:1.4;color:var(--ink-mid);margin:0}.cv-preview-placeholder{color:var(--muted)!important;font-style:italic;font-size:var(--cv-body)!important}.cv-preview-skills-line{font-size:var(--cv-body)!important;line-height:1.4!important;color:var(--ink-mid)!important;font-style:normal!important}.cv-preview-job-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:nowrap;margin-bottom:3px;align-items:baseline}.cv-preview-job-head strong{font-size:var(--cv-job);font-weight:700;color:var(--black);line-height:1.3;min-width:0}.cv-preview-job-head span{color:var(--muted);font-size:var(--cv-date);flex-shrink:0;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cv-preview-bullet-alone li,.cv-preview-job li{font-size:var(--cv-body);line-height:1.4;color:var(--ink-mid);margin-bottom:2px}.cv-preview-edu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(5px * var(--cv-space))}.cv-preview-edu li{display:flex;justify-content:space-between;gap:12px;font-size:var(--cv-body);color:var(--ink-mid)}.cv-preview-edu strong{font-weight:700;color:var(--black)}.cv-preview-edu span{color:var(--muted);font-size:var(--cv-date);flex-shrink:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cv-preview-links{font-size:var(--cv-body)!important}.cv-preview-footer{margin-top:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:10px;gap:10px;min-height:56px;padding:8px var(--cv-pad-x);border-top:1px solid var(--divider);background:var(--surface);box-sizing:border-box;flex-shrink:0}.cv-preview-footer-copy{display:flex;flex-direction:column;gap:1px;font-size:7px;color:var(--muted);line-height:1.3}.cv-preview-footer-copy strong{color:var(--ink-mid);font-weight:700;font-size:7.5px}.cv-preview-footer-page{font-size:7px;color:var(--muted);text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cv-preview-footer-logo{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;max-width:110px;height:32px;justify-self:end}.cv-preview-footer-logo img{max-height:32px;max-width:110px;width:auto;height:auto;object-fit:contain;background:transparent}.cv-preview-footer-client{font-size:8px;font-weight:700;color:var(--cv-brand);letter-spacing:-.01em}.brief-section{background:var(--surface);padding-top:56px}.brief-container{max-width:760px}.brief-result,.brief-wizard{background:#fff;border:1px solid var(--divider);padding:36px 40px 40px}@media(max-width:600px){.brief-result,.brief-wizard{padding:24px 20px 28px}}.brief-progress{height:3px;background:var(--divider);margin-bottom:18px;overflow:hidden}.brief-progress-bar{height:100%;background:var(--yellow);transition:width .28s ease}.brief-step-meta{display:flex;justify-content:space-between;gap:12px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.brief-step-title{font-family:var(--font-display),var(--font-inter),sans-serif;font-size:clamp(22px,3vw,28px);font-weight:700;letter-spacing:-.02em;margin-bottom:10px;color:var(--black)}.tool-step-blurb{font-size:15px;color:var(--ink-mid);line-height:1.55;margin:0 0 24px}.tool-option-list{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}.tool-option{text-align:left;font:inherit;font-size:15px;line-height:1.45;color:var(--ink-mid);background:#fff;border:1px solid var(--divider);padding:14px 16px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.tool-option.is-selected,.tool-option:hover{border-color:var(--purple);color:var(--black)}.tool-option.is-selected{background:var(--purple-subtle);font-weight:600}.tool-result-gaps{margin:28px 0 8px}.tool-result-gaps-title{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}.tool-result-gaps-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin:0;padding:0}.tool-result-gaps-list li{display:flex;flex-direction:column;gap:4px;padding-bottom:14px;border-bottom:1px solid var(--divider)}.tool-result-gaps-list li:last-child{border-bottom:none;padding-bottom:0}.tool-result-gaps-list strong{font-size:15px;color:var(--black)}.tool-result-gaps-list span{font-size:14px;color:var(--ink-mid);line-height:1.55}.tool-result-rank{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.tool-result-rank li{display:flex;align-items:center;gap:14px;font-size:15px;color:var(--black)}.tool-result-rank-num{font-family:var(--font-display),var(--font-inter),sans-serif;font-size:14px;font-weight:700;color:var(--purple);letter-spacing:-.02em}.brief-fields{display:flex;flex-direction:column;gap:18px}.brief-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media(max-width:640px){.brief-row{grid-template-columns:1fr}}.brief-field{display:flex;flex-direction:column;gap:6px}.brief-field-label{font-size:13px;font-weight:700;color:var(--black)}.brief-field-hint{font-size:12px;color:var(--muted);line-height:1.4}.brief-input{font-family:var(--font-inter),sans-serif;font-size:15px;color:var(--black);border:1px solid var(--border);background:#fff;padding:12px 14px;width:100%;transition:border-color .15s ease}.brief-input:focus{outline:none;border-color:var(--purple)}.brief-textarea{resize:vertical;min-height:96px;line-height:1.5}.brief-privacy{font-size:13px;color:var(--muted);line-height:1.5;margin:4px 0 0}.brief-error{margin-top:18px;font-size:14px;font-weight:600;color:#8B1E1E}.brief-nav{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:28px;padding-top:24px;border-top:1px solid var(--divider)}.brief-result-head{margin-bottom:28px}.brief-result-title{font-family:var(--font-display),var(--font-inter),sans-serif;font-size:clamp(24px,3vw,32px);font-weight:700;letter-spacing:-.02em;margin-bottom:12px}.brief-result-lede{font-size:16px;color:var(--ink-mid);line-height:1.6;max-width:560px}.brief-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:28px}.brief-text-btn{background:none;border:none;cursor:pointer;font-family:var(--font-inter),sans-serif;font-size:14px;font-weight:600;color:var(--purple);text-decoration:underline;text-underline-offset:3px;padding:8px 4px}.brief-preview{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.55;color:var(--ink-mid);background:var(--surface);border:1px solid var(--divider);padding:20px;white-space:pre-wrap;word-break:break-word;max-height:420px;overflow:auto}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:none}.reveal.reveal-scale{transform:translateY(12px) scale(.98)}.reveal.reveal-fade{transform:none}.reveal.reveal-clip{transform:translateY(16px)}.reveal.reveal-stagger{opacity:1;transform:none}.reveal-stagger>*,.reveal.reveal-stagger>*{opacity:0;transform:translateY(16px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.reveal.is-visible .reveal-stagger>*,.reveal.reveal-stagger.is-visible>*{opacity:1;transform:none}.reveal.is-visible .reveal-stagger>:first-child,.reveal.reveal-stagger.is-visible>:first-child{transition-delay:.04s}.reveal.is-visible .reveal-stagger>:nth-child(2),.reveal.reveal-stagger.is-visible>:nth-child(2){transition-delay:.1s}.reveal.is-visible .reveal-stagger>:nth-child(3),.reveal.reveal-stagger.is-visible>:nth-child(3){transition-delay:.16s}.reveal.is-visible .reveal-stagger>:nth-child(4),.reveal.reveal-stagger.is-visible>:nth-child(4){transition-delay:.22s}.reveal.is-visible .reveal-stagger>:nth-child(5),.reveal.reveal-stagger.is-visible>:nth-child(5){transition-delay:.28s}.reveal.is-visible .reveal-stagger>:nth-child(6),.reveal.reveal-stagger.is-visible>:nth-child(6){transition-delay:.34s}.reveal.is-visible .reveal-stagger>:nth-child(7),.reveal.reveal-stagger.is-visible>:nth-child(7){transition-delay:.4s}.reveal.is-visible .reveal-stagger>:nth-child(8),.reveal.reveal-stagger.is-visible>:nth-child(8){transition-delay:.46s}.reveal.reveal-hero>.rule{opacity:1;transform:scaleX(0);transform-origin:left center}.reveal.reveal-hero.is-visible>.rule{transform:scaleX(1);transition-delay:.02s}.reveal.reveal-hero.is-visible>.hero-label{transition-delay:.08s}.reveal.reveal-hero.is-visible>.hero-headline{transition-delay:.14s}.reveal.reveal-hero.is-visible>.hero-subtitle{transition-delay:.24s}.reveal.reveal-hero.is-visible>.article-detail-meta,.reveal.reveal-hero.is-visible>.hero-actions{transition-delay:.34s}.reveal-scale-stagger>*,.reveal.reveal-scale-stagger>*{transform:translateY(14px) scale(.985)}.reveal.is-visible .reveal-scale-stagger>*,.reveal.reveal-proof>*,.reveal.reveal-scale-stagger.is-visible>*{transform:none}.reveal.reveal-proof.is-visible>:first-child{transition-delay:.05s}.reveal.reveal-proof.is-visible>:nth-child(2){transition-delay:.12s}.reveal.reveal-proof.is-visible>:nth-child(3){transition-delay:.19s}.reveal.reveal-proof.is-visible>:nth-child(4){transition-delay:.26s}@media (prefers-reduced-motion:reduce){.reveal,.reveal-stagger>*,.reveal.reveal-hero>.rule,.reveal.reveal-stagger>*{opacity:1!important;transform:none!important;transition:none!important}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_d0be19{font-family:Inter,Inter Fallback;font-style:normal}.__variable_d0be19{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_9d5196{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_9d5196{--font-display:"Outfit","Outfit Fallback"}