:root{--ink:#17213c;--purple:#39249a;--purple2:#6045da;--orange:#f0440d;--yellow:#ffdd2d;--cyan:#13add1;--mint:#18a79f;--soft:#f7f8ff;--line:#e6e8f1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}em{font-style:normal;color:var(--purple2)}.site-header{height:84px;max-width:1440px;margin:auto;padding:0 54px;display:flex;align-items:center;justify-content:space-between;gap:34px;background:#ffffffeb;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(230,232,241,.7)}.brand img{display:block;width:176px;height:auto}.site-header nav{display:flex;gap:30px;font-size:14px;font-weight:700}.site-header nav a:hover{color:var(--purple2)}.header-actions{display:flex;align-items:center;gap:19px}.login{font-size:14px;font-weight:800;color:var(--purple)}.button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:14px;background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;padding:16px 22px;font-size:15px;font-weight:800;box-shadow:0 10px 25px #39249a33;transition:.2s;cursor:pointer}.button:hover{transform:translateY(-2px);box-shadow:0 14px 32px #39249a45}.button-small{padding:12px 18px;border-radius:11px;font-size:13px}.button-ghost{background:#fff;color:var(--purple);border:1px solid #d8d4ef;box-shadow:none}.button-light{background:#fff;color:var(--purple);box-shadow:none}.hero{max-width:1440px;min-height:675px;margin:auto;padding:58px 54px 30px;display:grid;grid-template-columns:44% 56%;align-items:center;overflow:hidden}.hero-copy{padding:0 25px 50px 4px;position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--purple2);font-size:12px;font-weight:900;display:flex;align-items:center;gap:9px}.eyebrow span{width:25px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--orange),var(--yellow))}.hero h1{font-size:69px;line-height:1.03;letter-spacing:-.052em;margin:18px 0 22px;font-weight:850;max-width:600px}.lead{font-size:20px;line-height:1.55;color:#536078;max-width:590px;margin:0}.hero-actions{display:flex;gap:14px;margin-top:31px}.hero-proof{display:flex;gap:22px;margin-top:28px;font-size:12px;font-weight:700;color:#68738a}.check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#e7f8f6;color:var(--mint);font-size:12px;font-weight:900;margin-right:5px}.product-visual{height:570px;position:relative}.glow{position:absolute;border-radius:50%;filter:blur(2px)}.glow-one{width:540px;height:540px;right:-30px;top:5px;background:radial-gradient(circle at 35% 35%,#f2edff,#eef8ff 58%,transparent 70%)}.glow-two{width:190px;height:190px;left:20px;bottom:40px;background:radial-gradient(circle,#fff0ba,transparent 70%)}.web-screen{position:absolute;width:630px;height:396px;right:-30px;top:60px;background:#fff;border:1px solid #e3e6ef;border-radius:18px;box-shadow:0 28px 70px #1c1f442b;overflow:hidden;transform:rotate(1deg)}.screen-top{height:46px;border-bottom:1px solid #eef0f5;display:flex;align-items:center;padding:0 15px;gap:15px;font-size:9px}.mini-brand{font-weight:900;color:var(--purple);margin-right:auto;display:flex;align-items:center;gap:6px}.mini-mark{width:22px;height:22px;border-radius:7px;background:linear-gradient(135deg,var(--orange),var(--yellow));display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:900}.screen-search{width:150px;background:#f5f6f9;color:#9ca4b5;border-radius:7px;padding:7px 10px}.avatar{width:27px;height:27px;display:flex;align-items:center;justify-content:center;background:#ded8ff;color:var(--purple);border-radius:50%;font-size:8px;font-weight:900}.screen-body{display:grid;grid-template-columns:100px 1fr;height:350px}.screen-body aside{background:#fafaff;padding:20px 12px;display:flex;flex-direction:column;gap:21px;color:#8b94a6;font-size:8px}.screen-body aside b{color:var(--purple);background:#ece9ff;padding:8px;border-radius:6px}.dashboard{padding:22px}.dash-title{display:flex;justify-content:space-between;align-items:center}.dash-title div{display:flex;flex-direction:column;gap:4px}.dash-title small{font-size:7px;color:#9ba2b2}.dash-title strong{font-size:15px}.dash-title button{border:0;background:var(--purple2);color:#fff;border-radius:7px;padding:8px 10px;font-size:7px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:17px}.metrics>div{border:1px solid #edf0f5;border-radius:10px;padding:11px;display:flex;flex-direction:column;gap:5px}.metrics small,.chart-card span,.students>span{font-size:7px;color:#818b9f}.metrics b{font-size:18px}.metrics i{font-size:6px;color:var(--mint);font-style:normal}.dash-lower{display:grid;grid-template-columns:1.45fr 1fr;gap:10px;margin-top:12px}.chart-card,.students{height:158px;border:1px solid #edf0f5;border-radius:10px;padding:12px}.bars{height:110px;display:flex;align-items:flex-end;gap:10px;padding:10px 10px 0}.bars i{width:13px;border-radius:4px 4px 0 0;background:linear-gradient(var(--purple2),#c4bbff)}.bars i:nth-child(1){height:35%}.bars i:nth-child(2){height:47%}.bars i:nth-child(3){height:43%}.bars i:nth-child(4){height:68%}.bars i:nth-child(5){height:60%}.bars i:nth-child(6){height:83%}.bars i:nth-child(7){height:92%}.students p{display:flex;align-items:center;gap:5px;font-size:7px;padding:7px 0;border-bottom:1px solid #f0f1f5}.students p b{width:20px;height:20px;border-radius:50%;background:#e9e6ff;color:var(--purple);display:flex;align-items:center;justify-content:center;font-size:6px}.students p i{margin-left:auto;color:var(--mint);font-style:normal}.mobile-screen{position:absolute;width:198px;height:402px;left:7px;bottom:4px;background:#fff;border:1px solid #e4e7ef;border-radius:27px;box-shadow:0 28px 65px #1c1f443b;padding:20px 14px 10px;z-index:4;transform:rotate(-3deg)}.mobile-top{display:flex;align-items:center;gap:7px;font-size:9px}.mobile-top .avatar{margin-left:auto}.mobile-screen>small{display:block;color:#8f98aa;font-size:7px;margin:18px 0 8px}.mobile-progress{background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;padding:12px;border-radius:13px;font-size:8px}.mobile-progress b{float:right;font-size:12px}.mobile-progress>div{height:4px;background:#ffffff40;border-radius:3px;clear:both;margin-top:11px}.mobile-progress i{display:block;width:86%;height:100%;background:var(--yellow);border-radius:3px}.mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:9px 0 13px}.mobile-grid div{padding:10px;background:#f5f4ff;border-radius:10px;display:flex;flex-direction:column}.mobile-grid b{font-size:15px;color:var(--purple)}.mobile-grid span{font-size:7px;color:#8d95a5}.mobile-screen>strong{font-size:8px}.mobile-action{display:flex;align-items:center;gap:7px;padding:8px 4px;border-bottom:1px solid #f0f1f5;font-size:8px}.mobile-action>i{width:24px;height:24px;background:#eeeaff;color:var(--purple2);display:flex;align-items:center;justify-content:center;border-radius:8px;font-style:normal}.mobile-action>span{display:flex;flex-direction:column;gap:2px}.mobile-action small{font-size:6px;color:#9ca3b1}.mobile-action>span+span{margin-left:auto}.mobile-nav{position:absolute;left:14px;right:14px;bottom:8px;display:flex;justify-content:space-around;border-top:1px solid #eee;padding-top:8px;color:#9ea5b4}.mobile-nav b{color:var(--purple)}.mascot{position:absolute;width:130px;height:auto;right:0;bottom:-2px;z-index:5}.device-label{position:absolute;right:63px;top:30px;background:#fff;border:1px solid #eceef4;border-radius:20px;padding:9px 13px;font-size:9px;font-weight:900;box-shadow:0 8px 20px #1e23461a}.device-label span{display:inline-block;width:7px;height:7px;background:var(--mint);border-radius:50%;margin-right:6px}.audience{max-width:1332px;margin:-15px auto 0;padding:0 0 36px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.audience-card{min-height:145px;border-radius:22px;padding:24px 25px;display:flex;align-items:center;gap:19px;transition:.2s}.audience-card:hover{transform:translateY(-4px)}.audience-card.institution{background:#eef2ff}.audience-card.professional{background:#fff3dd}.audience-icon{width:52px;height:52px;flex:none;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--purple);font-size:23px}.audience-card>span:nth-child(2){display:flex;flex-direction:column}.audience-card small{font-size:9px;font-weight:900;letter-spacing:.08em;color:var(--purple2)}.professional small{color:#bd5f00}.audience-card strong{font-size:19px;margin:7px 0 4px}.audience-card p{font-size:13px;color:#677187;margin:0}.audience-card>span:last-child{margin-left:auto;font-size:23px}.human-section{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px;align-items:center;overflow:hidden;background:linear-gradient(180deg,#fff,#faf9ff)}.human-copy{max-width:525px}.human-copy h2{font-size:49px}.human-copy>p{font-size:18px;line-height:1.7;color:#5e697f}.human-note{display:flex;gap:14px;align-items:flex-start;margin-top:28px;padding:18px 20px;border:1px solid #e8e3fa;border-radius:17px;background:#fff;box-shadow:0 13px 35px #39249a0f}.human-note>span{display:flex;align-items:center;justify-content:center;flex:none;width:38px;height:38px;border-radius:12px;background:#eeeaff;color:var(--purple2);font-size:18px}.human-note p{margin:0;color:#667086;font-size:13px;line-height:1.55}.human-note strong{display:block;color:var(--ink);font-size:14px;margin-bottom:3px}.photo-collage{position:relative;height:540px;max-width:770px;margin-left:auto;width:100%}.photo-card{position:absolute;overflow:hidden;margin:0;background:#eee;border:8px solid #fff;box-shadow:0 24px 55px #1d1f4233}.photo-card img{position:absolute;top:-17%;width:300%;height:134%;max-width:none;object-fit:cover}.photo-one{left:0;top:72px;width:38%;height:390px;border-radius:110px 24px 24px;transform:rotate(-4deg)}.photo-two{left:30%;top:0;width:40%;height:465px;border-radius:24px;z-index:2;transform:rotate(2deg)}.photo-three{right:0;top:88px;width:36%;height:370px;border-radius:24px 110px 24px 24px;transform:rotate(5deg)}.photo-one img{left:0}.photo-two img{left:-100%}.photo-three img{left:-200%}.photo-sticker{position:absolute;z-index:4;left:14%;bottom:8px;width:120px;height:120px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--yellow);color:#533a00;font-size:11px;line-height:1.25;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 13px 30px #50370029;transform:rotate(-8deg)}.photo-sticker strong{font-size:15px}.section{padding:100px max(54px,calc((100vw - 1332px)/2))}.section-heading{max-width:750px;text-align:center;margin:0 auto 55px}.section-heading .eyebrow{justify-content:center}.section h2{font-size:49px;line-height:1.1;letter-spacing:-.035em;margin:16px 0}.section-heading p{font-size:18px;line-height:1.6;color:#677187}.journey{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.journey article{border:1px solid var(--line);border-radius:20px;padding:28px;min-height:245px}.journey article>span{font-size:12px;color:var(--purple2);font-weight:900;background:#efedff;padding:7px 9px;border-radius:8px}.journey h3{font-size:20px;margin:28px 0 12px}.journey p{font-size:14px;line-height:1.6;color:#68738a}.institution-section{position:relative;isolation:isolate;overflow:hidden;color:var(--ink);display:grid;grid-template-columns:1.35fr .65fr;gap:90px;align-items:center;background:linear-gradient(125deg,#f7f9ff,#f3f0ff 58%,#fff8ed);border-top:1px solid #ebe8f5}.institution-section:before{content:"";position:absolute;z-index:-1;width:440px;height:440px;right:-220px;top:-250px;border-radius:50%;background:#13add11c}.institution-section:after{content:"";position:absolute;z-index:-1;width:240px;height:240px;left:-150px;bottom:-150px;border-radius:50%;background:#ffdd2d2e}.eyebrow.light{color:#c9c0ff}.institution-copy{max-width:700px}.institution-copy p{font-size:18px;line-height:1.6;color:#626d83}.institution-copy ul{list-style:none;padding:0;margin:30px 0;display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:14px}.institution-copy li{display:flex;align-items:center;min-height:58px;padding:13px 15px;border:1px solid rgba(96,69,218,.1);border-radius:14px;background:#ffffffb8;box-shadow:0 8px 24px #39249a0d}.institution-copy .check{flex:none;background:#e9f8f6;color:var(--mint)}.impact-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#faf8ff);color:var(--ink);border:1px solid rgba(96,69,218,.12);border-radius:28px;padding:35px;box-shadow:0 22px 55px #39249a21}.impact-card:after{content:"";position:absolute;width:105px;height:105px;right:-43px;top:-43px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--purple2));opacity:.14}.impact-card small{font-size:10px;font-weight:900;color:var(--purple2);letter-spacing:.1em}.impact-card>b{font-size:72px;color:var(--orange);display:block;margin-top:16px;letter-spacing:-.06em}.impact-card p{line-height:1.55;color:#68738a}.impact-card div{background:#f0edff;border-radius:14px;padding:14px;display:flex;flex-direction:column;font-size:12px}.impact-card strong{font-size:14px;margin-top:3px;color:var(--purple)}.pei-section{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;color:#fff;background:linear-gradient(132deg,#1d125c,#39249a 58%,#5339bd)}.pei-section:before{content:"PEI";position:absolute;z-index:-1;right:-35px;bottom:-120px;color:#ffffff09;font-size:350px;font-weight:900;line-height:1;letter-spacing:-.09em}.pei-section:after{content:"";position:absolute;z-index:-1;width:420px;height:420px;left:-250px;top:-240px;border-radius:50%;background:#13add133;filter:blur(2px)}.pei-intro{position:relative;max-width:570px}.pei-monogram{display:inline-flex;align-items:center;justify-content:center;width:92px;height:92px;margin:35px 0 8px;border:1px solid rgba(255,255,255,.28);border-radius:28px;background:linear-gradient(135deg,#13add16b,#ffffff14);box-shadow:0 20px 40px #09072b3b;font-size:28px;font-weight:900;letter-spacing:.06em;transform:rotate(-4deg)}.pei-intro h2{font-size:53px;margin:16px 0 22px}.pei-intro h2 strong{color:var(--yellow)}.pei-intro>p:not(.pei-monogram){max-width:540px;color:#dcd8f2;font-size:17px;line-height:1.7}.pei-intro .button{margin-top:20px}.pei-benefits{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:14px;align-content:center}.pei-benefits article{min-height:210px;padding:26px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:#ffffff17;box-shadow:inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .25s,background .25s}.pei-benefits article:nth-of-type(4){padding-right:122px}.pei-benefits article:hover{transform:translateY(-6px);background:#ffffff24}.pei-benefits article>span{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:11px;background:#ffdd2d29;color:var(--yellow);font-size:10px;font-weight:900}.pei-benefits h3{margin:21px 0 9px;font-size:19px}.pei-benefits p{margin:0;color:#d8d4ec;font-size:13px;line-height:1.6}.pei-notebook-mascot{position:absolute;z-index:4;width:180px;height:auto;right:-62px;bottom:-50px;filter:drop-shadow(0 18px 15px rgba(7,5,35,.28));pointer-events:none}.pei-statement{grid-column:1/-1;margin:8px 0 0;padding:24px 28px;border-top:1px solid rgba(255,255,255,.18);text-align:center;color:#cfc9ea;font-size:15px;line-height:1.6}.pei-statement strong{color:#fff}.recognition-section{padding-top:84px;padding-bottom:84px;background:#fff}.recognition-card{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(320px,.82fr) 1.18fr;align-items:center;gap:72px;max-width:1332px;margin:auto;padding:58px 68px;border:1px solid rgba(96,69,218,.11);border-radius:34px;background:linear-gradient(125deg,#e8f8ff,#f0ecff 52%,#fff0f5);box-shadow:0 24px 65px #39249a1a}.recognition-card:before,.recognition-card:after{content:"";position:absolute;z-index:-1;border-radius:50%;pointer-events:none}.recognition-card:before{width:270px;height:270px;left:-100px;top:-135px;background:#13add126}.recognition-card:after{width:220px;height:220px;right:-80px;bottom:-130px;background:#f0440d14}.recognition-visual{position:relative;min-height:370px;display:flex;align-items:center;justify-content:center}.recognition-orbit{position:absolute;width:340px;height:340px;border:1px dashed rgba(96,69,218,.2);border-radius:50%}.recognition-orbit:before,.recognition-orbit:after{content:"";position:absolute;border-radius:50%}.recognition-orbit:before{width:15px;height:15px;top:28px;right:55px;background:var(--yellow);box-shadow:0 0 0 7px #ffdd2d2e}.recognition-orbit:after{width:11px;height:11px;bottom:43px;left:35px;background:var(--cyan);box-shadow:0 0 0 6px #13add126}.recognition-seal{position:relative;z-index:2;display:block;width:min(100%,315px);height:315px;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(34,33,87,.15))}.recognition-mascot{position:absolute;z-index:3;width:105px;height:auto;right:-10px;bottom:-12px;filter:drop-shadow(0 12px 12px rgba(34,33,87,.13))}.recognition-copy{max-width:670px}.recognition-copy h2{font-size:45px;margin:15px 0 22px}.recognition-copy p{font-size:16px;line-height:1.7;color:#536078;margin:0 0 14px}.recognition-copy blockquote{position:relative;margin:26px 0 0;padding:18px 22px 18px 25px;border-left:4px solid var(--purple2);border-radius:0 14px 14px 0;background:#ffffffb3;color:#30236f;font-size:16px;font-weight:800;line-height:1.55;box-shadow:0 8px 25px #39249a0f}.pilot{display:grid;grid-template-columns:190px 1fr 1.1fr;gap:45px;align-items:center;background:#fffaf1}.pilot-mascot img{width:185px}.pilot-badge{display:inline-block;background:#ffe8b5;color:#9a5300;border-radius:20px;padding:8px 12px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.pilot-copy h2{font-size:42px}.pilot-copy>p{font-size:16px;line-height:1.7;color:#677187}.pilot-notes{display:flex;flex-direction:column;gap:9px;margin-top:25px;font-size:13px;font-weight:700}.pilot-form{background:#fff;border:1px solid #ece7dc;border-radius:24px;padding:29px;box-shadow:0 18px 50px #4634171a}.pilot-form h3{font-size:23px;margin:0 0 7px}.pilot-form>p{font-size:13px;color:#747d8f;line-height:1.5;margin:0 0 20px}.pilot-form label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:800;margin-bottom:13px}.pilot-form input,.pilot-form select{border:1px solid #dfe2ea;border-radius:10px;padding:12px 13px;background:#fff;outline:none}.pilot-form input:focus,.pilot-form select:focus{border-color:var(--purple2);box-shadow:0 0 0 3px #6045da1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pilot-form .consent{flex-direction:row;align-items:flex-start;font-weight:400;line-height:1.4}.consent input{margin:1px 0}.pilot-form .button{width:100%}.pilot-form>small{display:block;text-align:center;color:#8b93a2;font-size:9px;line-height:1.5;margin-top:10px}.demo{background:#13a9c9;color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:50px;padding-top:65px;padding-bottom:65px}.demo small{font-weight:900;letter-spacing:.1em}.demo h2{font-size:38px;margin:8px 0}.demo p{margin:0;color:#e8fbff}.demo .button{min-width:220px}footer{padding:60px max(54px,calc((100vw - 1332px)/2));display:grid;grid-template-columns:220px 1fr 1fr auto;align-items:center;gap:30px;border-top:1px solid var(--line);font-size:12px;color:#697287}footer img{width:190px}footer div{display:flex;flex-direction:column;gap:6px}footer small{font-size:10px}.faq-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:95px;align-items:start;background:#f7f8ff}.faq-heading{position:sticky;top:125px}.faq-heading h2{font-size:46px}.faq-heading p{font-size:16px;line-height:1.65;color:#657086;max-width:450px}.faq-heading>a{display:inline-block;margin-top:14px;color:var(--purple);font-size:13px;font-weight:900}.faq-list{border-top:1px solid #dfe2ee}.faq-list details{border-bottom:1px solid #dfe2ee}.faq-list summary{position:relative;display:flex;align-items:center;justify-content:space-between;gap:25px;list-style:none;cursor:pointer;padding:25px 2px;font-size:18px;font-weight:850;color:#28314b}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{position:relative;flex:none;width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #dddff0;box-shadow:0 5px 14px #39249a12}.faq-list summary span:before,.faq-list summary span:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;border-radius:2px;background:var(--purple2);transform:translate(-50%,-50%);transition:transform .25s}.faq-list summary span:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-list details[open] summary{color:var(--purple)}.faq-list details[open] summary span:after{transform:translate(-50%,-50%) rotate(0)}.faq-list details p{margin:-4px 65px 25px 2px;color:#647086;font-size:15px;line-height:1.7}.faq-list details[open] p{animation:faq-in .3s ease both}.reveal{opacity:0;transform:translateY(34px) scale(.985);transition:opacity .75s ease var(--reveal-delay,0ms),transform .75s cubic-bezier(.2,.75,.25,1) var(--reveal-delay,0ms)}.reveal.is-visible{opacity:1;transform:none}.photo-card.reveal{transform:translateY(35px) rotate(0) scale(.97)}.photo-card.reveal.is-visible.photo-one{transform:rotate(-4deg)}.photo-card.reveal.is-visible.photo-two{transform:rotate(2deg)}.photo-card.reveal.is-visible.photo-three{transform:rotate(5deg)}@keyframes faq-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.product-tour{background:#fff;overflow:hidden}.product-tour-heading{max-width:760px;margin:0 auto 52px;text-align:center}.product-tour-heading .eyebrow{justify-content:center}.product-tour-heading h2{font-size:48px}.product-tour-heading p{font-size:17px;line-height:1.65;color:#647087}.tour-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:22px;max-width:1332px;margin:auto}.tour-tabs{display:flex;flex-direction:column;gap:9px}.tour-tab{position:relative;width:100%;min-height:94px;padding:17px 18px 17px 60px;border:1px solid #e3e5ee;border-radius:17px;background:#fff;color:var(--ink);text-align:left;cursor:pointer;transition:.25s}.tour-tab:hover{border-color:#c8c1ee;transform:translate(4px)}.tour-tab>span{position:absolute;left:17px;top:20px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;background:#f1effb;color:var(--purple2);font-size:9px;font-weight:900}.tour-tab strong,.tour-tab small{display:block}.tour-tab strong{font-size:14px;margin-bottom:6px}.tour-tab small{font-size:10px;color:#81899a}.tour-tab.active{border-color:var(--purple2);background:linear-gradient(135deg,#3b269c,#6247da);color:#fff;box-shadow:0 16px 35px #39249a38;transform:translate(7px)}.tour-tab.active>span{background:#ffffff29;color:var(--yellow)}.tour-tab.active small{color:#d8d2f6}.tour-stage{min-width:0;border:1px solid #dfe2ec;border-radius:24px;background:#fff;box-shadow:0 30px 70px #1c1f4424;overflow:hidden}.tour-browser-bar{height:48px;padding:0 18px;display:grid;grid-template-columns:100px 1fr 100px;align-items:center;border-bottom:1px solid #e9ebf2;background:#fafbfe;font-size:9px;color:#8b93a4}.tour-browser-bar>div{display:flex;gap:6px}.tour-browser-bar i{width:8px;height:8px;border-radius:50%;background:#ff735d}.tour-browser-bar i:nth-child(2){background:#ffc94a}.tour-browser-bar i:nth-child(3){background:#4bc77b}.tour-browser-bar>span{justify-self:center;padding:7px 45px;border-radius:8px;background:#f0f2f7}.tour-browser-bar>b{justify-self:end;color:var(--mint)}.tour-panel{height:555px;display:grid;grid-template-columns:115px 1fr;background:#fff;animation:tour-in .4s cubic-bezier(.2,.75,.25,1) both}.tour-panel[hidden]{display:none}.tour-panel>aside{padding:18px 12px;background:#fafaff;border-right:1px solid #eff0f5;display:flex;flex-direction:column;gap:9px;color:#8c94a5;font-size:9px}.tour-panel>aside span:not(.tour-logo),.tour-panel>aside b{padding:10px 9px;border-radius:8px}.tour-panel>aside b{background:#ece8ff;color:var(--purple)}.tour-logo{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin:0 0 12px 8px;border-radius:9px;background:linear-gradient(135deg,var(--orange),var(--yellow));color:#fff;font-weight:900}.tour-content{min-width:0;padding:25px 28px;background:linear-gradient(180deg,#fff,#fcfcff)}.tour-title{display:flex;align-items:center;justify-content:space-between;gap:18px}.tour-title small{color:#969dad;font-size:9px}.tour-title h3{font-size:21px;margin:5px 0}.tour-title button,.goal-board button{border:0;border-radius:9px;padding:10px 13px;background:var(--purple2);color:#fff;font-size:9px;font-weight:800}.tour-metrics,.progress-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.tour-metrics article,.progress-summary article{padding:16px;border:1px solid #e7e9f0;border-radius:13px;display:flex;flex-direction:column;gap:7px}.tour-metrics small,.tour-grid>article>small,.progress-summary small,.evolution-board>article>small{font-size:8px;color:#7d8699}.tour-metrics b,.progress-summary b{font-size:24px}.tour-metrics em,.progress-summary em{font-size:8px;color:var(--mint)}.tour-grid,.evolution-board{display:grid;grid-template-columns:1.4fr 1fr;gap:12px;margin-top:13px}.tour-grid>article,.evolution-board>article{height:265px;padding:17px;border:1px solid #e7e9f0;border-radius:13px}.tour-chart>div{height:195px;display:flex;align-items:flex-end;justify-content:center;gap:13px;padding:25px 10px 0}.tour-chart i{width:18px;border-radius:6px 6px 0 0;background:linear-gradient(var(--purple2),#bcb2fa)}.tour-chart i:nth-child(1){height:30%}.tour-chart i:nth-child(2){height:45%}.tour-chart i:nth-child(3){height:42%}.tour-chart i:nth-child(4){height:61%}.tour-chart i:nth-child(5){height:55%}.tour-chart i:nth-child(6){height:77%}.tour-chart i:nth-child(7){height:88%}.tour-list p,.evolution-board p{display:flex;gap:8px;align-items:center;margin:13px 0;padding-bottom:12px;border-bottom:1px solid #eff0f4;font-size:9px}.tour-list p>b,.evolution-board p>b{display:flex;align-items:center;justify-content:center;flex:none;width:28px;height:28px;border-radius:9px;background:#eeeaff;color:var(--purple2)}.tour-list p span,.evolution-board p span{display:flex;flex-direction:column;gap:3px}.tour-list p small,.evolution-board p small{font-size:7px;color:#9ca3b1}.student-strip{display:flex;align-items:center;gap:12px;margin-top:20px;padding:13px 15px;border:1px solid #e8e9f0;border-radius:13px;background:#fafaff}.student-strip>b{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:#e9e5ff;color:var(--purple)}.student-strip>div{display:flex;flex-direction:column;gap:4px;font-size:11px}.student-strip small{font-size:8px;color:#8e96a6}.student-strip>span{margin-left:auto;padding:7px 10px;border-radius:14px;background:#e5f8f5;color:var(--mint);font-size:8px;font-weight:800}.pei-steps{display:flex;gap:5px;margin:16px 0}.pei-steps span{flex:1;padding:9px 4px;border-radius:8px;background:#f2f3f7;color:#9198a7;text-align:center;font-size:8px}.pei-steps .done{background:#e8f8f5;color:var(--mint)}.pei-steps .active{background:#ebe7ff;color:var(--purple);font-weight:800}.goal-board{display:grid;grid-template-columns:1.25fr .75fr;gap:12px}.goal-board article{min-height:272px;padding:18px;border:1px solid #e7e9f0;border-radius:13px}.goal-board small,.activity-preview>small{font-size:8px;color:var(--purple2);font-weight:900}.goal-board h4,.activity-preview h4{font-size:17px;margin:16px 0 10px}.goal-board p,.activity-preview p{font-size:10px;line-height:1.6;color:#677187}.goal-board article>div{display:flex;gap:7px;margin-top:24px}.goal-board article>div span{padding:7px;border-radius:8px;background:#f3f1ff;color:var(--purple);font-size:8px}.goal-board ul{padding-left:17px;color:#697387;font-size:9px;line-height:2}.goal-board button{width:100%;margin-top:13px}.activity-builder{display:grid;grid-template-columns:.72fr 1.28fr;gap:13px;margin-top:22px}.builder-form,.activity-preview{min-height:402px;padding:19px;border:1px solid #e7e9f0;border-radius:14px}.builder-form{display:flex;flex-direction:column;gap:11px}.builder-form label{display:flex;flex-direction:column;gap:6px;color:#8c94a4;font-size:8px}.builder-form label strong{padding:10px;border:1px solid #e4e6ed;border-radius:8px;color:#34405a;font-size:9px}.builder-form label div{display:flex;gap:6px}.builder-form label span{padding:8px 10px;border-radius:8px;background:#ece8ff;color:var(--purple);font-weight:800}.activity-preview{position:relative;background:linear-gradient(145deg,#fbfaff,#fffaf1)}.activity-preview:after{content:"✦";position:absolute;right:17px;top:16px;color:var(--purple2)}.preview-lines{display:flex;flex-direction:column;gap:9px;margin:24px 0}.preview-lines i{height:34px;border-radius:8px;background:#fff;border:1px solid #e7e8ef}.activity-preview>span{display:inline-block;padding:8px 10px;border-radius:14px;background:#e3f7f4;color:var(--mint);font-size:8px;font-weight:800}.progress-summary article>div{height:5px;border-radius:4px;background:#eceaf7}.progress-summary article>div i{display:block;width:86%;height:100%;border-radius:4px;background:linear-gradient(90deg,var(--purple2),var(--cyan))}.line-chart{position:relative;height:160px;margin-top:20px;border-bottom:1px solid #dfe2ea;background:repeating-linear-gradient(0deg,transparent 0 39px,#eff0f5 40px)}.line-chart span{position:absolute;left:4%;right:4%;top:48%;height:4px;background:linear-gradient(90deg,var(--cyan),var(--purple2));transform:rotate(-9deg);border-radius:4px}.line-chart i{position:absolute;width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:var(--purple2);box-shadow:0 0 0 1px var(--purple2)}.line-chart i:nth-of-type(1){left:5%;top:65%}.line-chart i:nth-of-type(2){left:27%;top:56%}.line-chart i:nth-of-type(3){left:49%;top:46%}.line-chart i:nth-of-type(4){left:71%;top:36%}.line-chart i:nth-of-type(5){left:92%;top:25%}.chart-labels{display:flex;justify-content:space-between;margin-top:8px;color:#959cac;font-size:7px}@keyframes tour-in{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:none}}@media(max-width:1100px){.site-header{padding:0 24px}.site-header nav{display:none}.hero{grid-template-columns:1fr;padding:55px 28px}.hero-copy{max-width:760px}.product-visual{margin-top:10px}.audience{padding:20px 28px 35px;margin:0}.section{padding-left:28px;padding-right:28px}.human-section{grid-template-columns:1fr;gap:30px}.human-copy{max-width:720px}.photo-collage{margin:auto}.pei-section{grid-template-columns:1fr;gap:45px}.pei-intro{max-width:760px}.pei-benefits article{min-height:190px}.recognition-card{grid-template-columns:minmax(270px,.75fr) 1.25fr;gap:42px;padding:48px 42px}.recognition-visual{min-height:320px}.recognition-seal{height:280px}.recognition-orbit{width:295px;height:295px}.recognition-mascot{width:88px}.recognition-copy h2{font-size:38px}.pilot{grid-template-columns:130px 1fr}.pilot-mascot img{width:125px}.pilot-form{grid-column:1/-1}.journey{grid-template-columns:1fr 1fr}.faq-section{grid-template-columns:1fr;gap:45px}.faq-heading{position:static}.faq-heading p{max-width:650px}}@media(max-width:720px){.site-header{height:70px}.brand img{width:145px}.header-actions .login{display:none}.button-small{padding:10px 12px;font-size:11px}.hero{padding:44px 20px 20px}.hero h1{font-size:45px}.lead{font-size:17px}.hero-actions{flex-direction:column;align-items:stretch}.hero-proof{flex-wrap:wrap}.product-visual{height:455px;transform:scale(.76);transform-origin:left top;width:130%;margin-bottom:-95px}.web-screen{right:-80px}.mobile-screen{left:-5px}.mascot{right:-45px}.audience{grid-template-columns:1fr;padding:20px}.audience-card{padding:18px}.section{padding:75px 20px}.section h2{font-size:37px}.human-section{padding-top:64px}.human-copy>p{font-size:16px}.photo-collage{height:470px}.photo-card{border-width:5px}.photo-one{top:68px;width:48%;height:300px;border-radius:70px 18px 18px}.photo-two{left:37%;width:55%;height:340px}.photo-three{top:255px;right:0;width:50%;height:200px;border-radius:18px 55px 18px 18px;z-index:3}.photo-sticker{left:5%;bottom:12px;width:96px;height:96px}.journey{grid-template-columns:1fr}.pei-section{gap:34px}.pei-section:before{font-size:210px;bottom:-55px}.pei-monogram{width:72px;height:72px;margin-top:26px;border-radius:22px;font-size:22px}.pei-intro h2{font-size:39px}.pei-intro>p:not(.pei-monogram){font-size:15px}.pei-benefits{grid-template-columns:1fr}.pei-benefits article{min-height:auto;padding:22px;display:grid;grid-template-columns:36px 1fr;gap:15px}.pei-benefits h3{margin:2px 0 7px}.pei-statement{padding:21px 0 0}.institution-section{grid-template-columns:1fr;gap:40px}.institution-copy ul{grid-template-columns:1fr}.recognition-section{padding-top:56px;padding-bottom:56px}.recognition-card{grid-template-columns:1fr;gap:25px;padding:32px 22px;border-radius:25px}.recognition-visual{min-height:260px}.recognition-seal{width:min(100%,250px);height:250px}.recognition-orbit{width:255px;height:255px}.recognition-mascot{width:66px;right:0;bottom:-4px}.recognition-copy{text-align:left}.recognition-copy .eyebrow{justify-content:center;text-align:center}.recognition-copy h2{text-align:center;font-size:33px;margin-top:14px}.recognition-copy p{font-size:15px}.recognition-copy blockquote{font-size:15px;margin-top:22px}.pilot{grid-template-columns:1fr}.pilot-mascot{display:none}.form-row{grid-template-columns:1fr}.demo{grid-template-columns:1fr;text-align:center}.demo img{margin:auto}.demo .button{grid-column:auto}.demo h2{font-size:32px}.faq-section{gap:35px}.faq-heading{text-align:center}.faq-heading .eyebrow{justify-content:center}.faq-list summary{font-size:16px;padding:21px 0}.faq-list details p{margin:0 45px 22px 0;font-size:14px}footer{grid-template-columns:1fr;text-align:center}footer img{margin:auto}.header-actions .button{white-space:nowrap}.audience-card strong{font-size:16px}}@media(max-width:1100px){.tour-layout{grid-template-columns:1fr}.tour-tabs{display:grid;grid-template-columns:repeat(4,1fr)}.tour-tab{min-height:100px;padding:17px 12px 15px 50px}.tour-tab.active,.tour-tab:hover{transform:translateY(-4px)}}@media(max-width:720px){.product-tour-heading{margin-bottom:34px}.product-tour-heading h2{font-size:36px}.product-tour-heading p{font-size:15px}.tour-tabs{display:flex;flex-direction:row;overflow-x:auto;padding:5px 4px 16px;scroll-snap-type:x mandatory}.tour-tab{flex:0 0 205px;scroll-snap-align:start}.tour-browser-bar{grid-template-columns:55px 1fr 72px;padding:0 10px}.tour-browser-bar>span{padding:7px 12px}.tour-panel{height:auto;min-height:635px;grid-template-columns:1fr}.tour-panel>aside{display:none}.tour-content{padding:20px 15px}.tour-title h3{font-size:18px}.tour-title button{padding:9px;font-size:8px}.tour-metrics,.progress-summary{gap:6px}.tour-metrics article,.progress-summary article{padding:11px}.tour-metrics b,.progress-summary b{font-size:19px}.tour-grid,.evolution-board,.goal-board,.activity-builder{grid-template-columns:1fr}.tour-grid>article,.evolution-board>article{height:220px}.tour-chart>div{height:155px;gap:8px}.goal-board article,.builder-form,.activity-preview{min-height:auto}.activity-preview{min-height:260px}.pei-steps{overflow-x:auto}.pei-steps span{min-width:90px}.student-strip>span{display:none}.progress-summary{grid-template-columns:1fr 1fr}.progress-summary article:first-child{grid-column:1/-1}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}.hero-laptop{position:relative;min-height:650px;background:radial-gradient(circle at 84% 44%,rgba(108,74,230,.13),transparent 34%),linear-gradient(180deg,#fff,#fdfcff)}.hero-laptop:after{content:"";position:absolute;left:4%;right:4%;bottom:0;height:1px;background:linear-gradient(90deg,transparent,#ddd8f6,transparent)}.hero-laptop .hero-copy{padding-bottom:20px}.hero-laptop h1{font-size:68px}.hero-laptop .lead{max-width:535px;font-size:18px}.hero-laptop .lead strong{color:var(--purple2)}.laptop-scene{position:relative;height:540px;isolation:isolate}.laptop-scene:before{content:"";position:absolute;width:560px;height:410px;right:10px;top:42px;border-radius:50%;background:radial-gradient(circle,rgba(242,238,255,.95),rgba(246,250,255,.72) 58%,transparent 72%);z-index:-2}.laptop{position:absolute;width:610px;right:53px;top:80px;filter:drop-shadow(0 30px 24px rgba(24,25,57,.2));transform:perspective(1200px) rotateY(-4deg) rotateX(1deg)}.laptop-display{height:370px;padding:12px 12px 9px;border:5px solid #171921;border-bottom-width:14px;border-radius:20px 20px 10px 10px;background:#171921;overflow:hidden}.laptop-appbar{height:43px;padding:0 15px;display:flex;align-items:center;gap:13px;background:#fff;border-radius:8px 8px 0 0;border-bottom:1px solid #ececf3;font-size:8px;color:#80879a}.laptop-appbar img{width:82px;height:auto;margin-right:auto}.laptop-appbar b{color:#3b4257}.laptop-interface{height:297px;display:grid;grid-template-columns:96px 1fr;background:#fff}.laptop-interface aside{padding:16px 10px;display:flex;flex-direction:column;gap:7px;background:#f7f5ff;color:#737a8d;font-size:7px}.laptop-interface aside span,.laptop-interface aside strong{padding:8px 7px;border-radius:6px}.laptop-interface aside strong{background:#e8e2ff;color:var(--purple)}.laptop-dashboard{padding:19px 20px}.laptop-dashboard>small{font-size:6px;font-weight:900;letter-spacing:.08em;color:var(--purple2)}.laptop-dashboard h3{font-size:20px;margin:4px 0}.laptop-dashboard>p{font-size:7px;color:#8b91a1;margin:0}.laptop-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.laptop-metrics article{padding:10px;border:1px solid #e9eaf1;border-radius:8px;display:flex;flex-direction:column;gap:5px}.laptop-metrics span,.laptop-charts span{font-size:6px;color:#7d8597}.laptop-metrics b{font-size:16px;color:#27304a}.laptop-charts{display:grid;grid-template-columns:1.55fr .7fr;gap:8px;margin-top:9px}.laptop-charts article{position:relative;height:115px;padding:10px;border:1px solid #e9eaf1;border-radius:8px}.hero-line{position:absolute;left:16px;right:16px;bottom:31px;height:3px;background:linear-gradient(90deg,#8168e8,#4d2fc9);transform:rotate(-8deg);border-radius:4px}.hero-line:before,.hero-line:after,.hero-line i{content:"";position:absolute;width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:#6045da;box-shadow:0 0 0 1px #6045da;top:-3px}.hero-line:before{left:3%}.hero-line i{left:50%}.hero-line:after{right:3%}.hero-donut{display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-donut:before{content:"";position:absolute;width:55px;height:55px;border-radius:50%;background:conic-gradient(var(--cyan) 0 78%,#e9eaf2 78%);-webkit-mask:radial-gradient(circle,transparent 47%,#000 49%);mask:radial-gradient(circle,transparent 47%,#000 49%)}.hero-donut b{z-index:1;font-size:14px}.hero-donut span{z-index:1;margin-top:30px}.laptop-base{position:relative;width:690px;height:24px;margin-left:-40px;background:linear-gradient(180deg,#d9dbe2,#777b86 75%,#454851);clip-path:polygon(7% 0,93% 0,100% 70%,96% 100%,4% 100%,0 70%);border-radius:0 0 26px 26px}.laptop-base:after{content:"";position:absolute;width:120px;height:5px;left:calc(50% - 60px);top:0;border-radius:0 0 8px 8px;background:#a8abb3}.hero-dudu{position:absolute;z-index:4;width:300px;height:auto;right:-24px;bottom:3px;filter:drop-shadow(0 18px 14px rgba(33,24,87,.2))}.hero-spark{position:absolute;z-index:5;right:18px;top:28px;color:var(--yellow);font-size:48px;transform:rotate(12deg);text-shadow:16px 10px 0 rgba(255,221,45,.42)}.hero-laptop .check{background:#eeeaff;color:var(--purple2)}@media(max-width:1100px){.hero-laptop{min-height:auto}.laptop-scene{max-width:760px;width:100%;margin:5px auto 0}.laptop{right:70px}.hero-dudu{right:0}.hero-spark{right:25px}}@media(max-width:720px){.hero-laptop h1{font-size:47px}.hero-laptop .lead{font-size:16px}.laptop-scene{height:390px;width:140%;margin-left:-18%;transform:scale(.72);transform-origin:top center;margin-bottom:-95px}.laptop{right:40px}.hero-dudu{right:-5px;width:275px}.hero-spark{right:20px}.hero-laptop .hero-proof{gap:10px 16px;font-size:11px}}.hero-laptop .laptop-scene{height:auto;display:flex;align-items:center;justify-content:center}.hero-laptop .laptop-scene:before{width:620px;height:470px;right:-20px;top:35px}.hero-banner-image{display:block;width:min(115%,850px);height:auto;max-width:none;filter:drop-shadow(0 24px 30px rgba(31,25,74,.12));transform:translate(18px)}@media(max-width:1100px){.hero-banner-image{width:min(100%,850px);transform:none}}@media(max-width:720px){.hero-laptop .laptop-scene{width:125%;height:auto;margin:16px 0 -24px -12.5%;transform:none}.hero-banner-image{width:100%;filter:drop-shadow(0 16px 20px rgba(31,25,74,.11))}}.hero-laptop{isolation:isolate;background:linear-gradient(135deg,#fff,#fffefd 37%,#f8f7ff 70%,#f2fbff)}.hero-laptop:before{content:"";position:absolute;z-index:-3;inset:0;background-image:linear-gradient(rgba(96,69,218,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(96,69,218,.035) 1px,transparent 1px);background-size:38px 38px;-webkit-mask-image:linear-gradient(90deg,transparent 4%,#000 35%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent 4%,#000 35%,#000 90%,transparent)}.hero-atmosphere{position:absolute;z-index:-2;inset:0;overflow:hidden;pointer-events:none}.hero-blob{position:absolute;border-radius:50%;filter:blur(2px);opacity:.8;animation:hero-float 9s ease-in-out infinite}.hero-blob-purple{width:420px;height:420px;right:15%;top:4%;background:radial-gradient(circle at 35% 35%,rgba(143,118,245,.3),rgba(96,69,218,.1) 56%,transparent 72%)}.hero-blob-cyan{width:300px;height:300px;right:-5%;bottom:-15%;background:radial-gradient(circle,rgba(19,173,209,.25),rgba(19,173,209,.07) 58%,transparent 72%);animation-delay:-3s}.hero-blob-yellow{width:220px;height:220px;left:35%;bottom:-12%;background:radial-gradient(circle,rgba(255,221,45,.27),rgba(255,221,45,.07) 58%,transparent 72%);animation-delay:-6s}.hero-color-ring{position:absolute;width:120px;height:120px;right:4%;top:9%;border:17px solid rgba(255,221,45,.3);border-left-color:#f0440d38;border-radius:50%;transform:rotate(-18deg)}.hero-color-dots{position:absolute;width:125px;height:95px;left:42%;top:12%;opacity:.38;background-image:radial-gradient(circle,var(--cyan) 2px,transparent 2.5px);background-size:17px 17px;transform:rotate(-8deg);-webkit-mask-image:linear-gradient(135deg,#000,transparent);mask-image:linear-gradient(135deg,#000,transparent)}.hero-confetti{position:absolute;width:38px;height:9px;border-radius:10px;animation:hero-confetti-drift 7s ease-in-out infinite}.hero-confetti-one{left:47%;bottom:12%;background:var(--orange);transform:rotate(38deg)}.hero-confetti-two{right:3%;top:43%;width:29px;background:var(--cyan);transform:rotate(-48deg);animation-delay:-2s}.hero-confetti-three{left:3%;top:18%;width:25px;height:7px;background:var(--yellow);transform:rotate(-28deg);animation-delay:-4s}.hero-laptop .hero-copy{padding:36px 34px 40px 28px;border:1px solid rgba(255,255,255,.8);border-radius:28px;background:linear-gradient(135deg,#ffffffe6,#ffffff9e);box-shadow:0 24px 70px #39249a14,inset 0 1px #ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-laptop .eyebrow{width:max-content;padding:9px 13px;border-radius:99px;background:#ede9ffc7}.hero-laptop .laptop-scene:after{content:"";position:absolute;z-index:-1;width:76%;height:52px;left:13%;bottom:5%;border-radius:50%;background:#281e5a29;filter:blur(24px)}@keyframes hero-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-16px,0) scale(1.04)}}@keyframes hero-confetti-drift{0%,to{translate:0 0;opacity:.65}50%{translate:0 -13px;opacity:1}}@media(max-width:1100px){.hero-laptop .hero-copy{max-width:720px}.hero-color-dots{left:auto;right:8%;top:7%}.hero-blob-purple{right:-4%}.hero-confetti-one{left:7%;bottom:41%}}@media(max-width:720px){.hero-laptop .hero-copy{padding:26px 20px 28px;border-radius:22px}.hero-laptop .eyebrow{width:auto;padding:8px 10px}.hero-color-ring{width:78px;height:78px;border-width:11px;right:-20px;top:18%}.hero-color-dots{width:82px;height:68px;right:0;top:42%;background-size:14px 14px}.hero-blob-purple{width:300px;height:300px;right:-35%;top:31%}.hero-blob-yellow{left:-15%;bottom:2%}.hero-confetti-three{display:none}}@media(prefers-reduced-motion:reduce){.hero-blob,.hero-confetti{animation:none}}.hero-confetti-one{--confetti-angle:38deg}.hero-confetti-two{--confetti-angle:-48deg}.hero-confetti-three{--confetti-angle:-28deg}@keyframes hero-confetti-drift{0%,to{transform:translateY(0) rotate(var(--confetti-angle));opacity:.65}50%{transform:translateY(-13px) rotate(var(--confetti-angle));opacity:1}}.school-gains{position:relative;display:grid;grid-template-columns:.95fr 1.25fr;gap:52px;align-items:center;padding-top:74px;padding-bottom:86px;background:linear-gradient(180deg,#fff,#fcfbff);overflow:hidden}.school-gains:after{content:"";position:absolute;width:260px;height:260px;right:-145px;bottom:-145px;border-radius:50%;background:#13add117}.gains-highlight{position:relative;min-height:390px;display:grid;grid-template-columns:40% 60%;align-items:center;padding:38px 38px 34px 8px;border:1px solid rgba(96,69,218,.1);border-radius:32px;background:linear-gradient(135deg,#eeebff,#f8f6ff 64%,#fff);box-shadow:0 22px 58px #39249a17;overflow:visible}.gains-highlight:before{content:"";position:absolute;inset:14px;border:1px solid rgba(255,255,255,.85);border-radius:24px;pointer-events:none}.gains-highlight>img{position:relative;z-index:2;width:138%;max-width:none;margin-left:-42%;filter:drop-shadow(0 20px 17px rgba(43,29,110,.2))}.gains-highlight>img.gains-mascot-backpack{width:112%;margin-left:-18%;filter:drop-shadow(0 19px 15px rgba(43,29,110,.18))}.gains-shape{position:absolute;border-radius:50%;pointer-events:none}.gains-shape-one{width:190px;height:190px;left:-80px;top:-74px;background:#ffdd2d33}.gains-shape-two{width:105px;height:105px;right:15px;bottom:-48px;border:18px solid rgba(19,173,209,.12)}.gains-copy{position:relative;z-index:2}.gains-copy .eyebrow{font-size:9px}.gains-copy h2,.platform-complete h2{font-size:31px;line-height:1.12;letter-spacing:-.035em;margin:13px 0 24px}.gains-copy ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:13px}.gains-copy li{display:flex;align-items:center;gap:9px;color:#3d4761;font-size:13px;font-weight:700}.gains-copy li svg{width:19px;height:19px;flex:none;padding:3px;border-radius:50%;background:var(--purple2);stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}.platform-complete{position:relative}.platform-complete>.eyebrow{font-size:11px}.platform-complete h2{font-size:36px;margin-bottom:28px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{min-height:170px;padding:25px 22px;border:1px solid #e4e4ef;border-radius:20px;background:#fffffff0;box-shadow:0 12px 30px #24274d13;display:flex;gap:17px;align-items:center;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.feature-card:hover{transform:translateY(-5px);border-color:#6045da38;box-shadow:0 17px 34px #39249a1f}.feature-icon{width:54px;height:54px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:17px;background:var(--feature-soft);color:var(--feature-color)}.feature-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{font-size:18px;line-height:1.22;margin:0 0 10px;color:#26304a;letter-spacing:-.015em}.feature-card p{font-size:14px;line-height:1.55;color:#66738d;margin:0}.feature-purple{--feature-color:#6949d8;--feature-soft:#eee9ff}.feature-orange{--feature-color:#ef861d;--feature-soft:#fff0df}.feature-cyan{--feature-color:#0da9c8;--feature-soft:#e1f8fc}.feature-mint{--feature-color:#13a57c;--feature-soft:#e2f7ef}.feature-pink{--feature-color:#df4d9b;--feature-soft:#ffe7f4}.feature-blue{--feature-color:#5369df;--feature-soft:#e9ecff}@media(max-width:1100px){.school-gains{grid-template-columns:1fr;gap:48px}.gains-highlight{max-width:850px;grid-template-columns:34% 66%;padding-right:50px}.gains-highlight>img{width:122%;margin-left:-25%}.gains-highlight>img.gains-mascot-backpack{width:95%;margin-left:0}.platform-complete{max-width:850px}.feature-card{min-height:132px}}@media(max-width:720px){.school-gains{padding-top:58px;padding-bottom:66px;gap:42px}.gains-highlight{min-height:auto;display:flex;flex-direction:column;align-items:stretch;padding:25px 23px 28px;border-radius:25px}.gains-highlight>img{position:relative;width:205px;left:auto;top:auto;margin:0 auto 10px;transform:none}.gains-highlight>img.gains-mascot-backpack{width:190px;margin:0 auto 12px;top:auto}.gains-copy{width:100%}.gains-copy .eyebrow{justify-content:center}.gains-copy h2{text-align:center;font-size:28px}.gains-copy li{font-size:12px}.platform-complete{text-align:center}.platform-complete>.eyebrow{justify-content:center}.platform-complete h2{font-size:30px}.feature-grid{grid-template-columns:1fr;gap:13px}.feature-card{min-height:132px;text-align:left;padding:20px}.feature-icon{width:50px;height:50px}.feature-card h3{font-size:17px}.feature-card p{font-size:14px}}.pilot{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:80px}.pilot-copy{max-width:620px}@media(max-width:1100px){.pilot{grid-template-columns:1fr;gap:38px}.pilot-form{grid-column:auto}.pilot-copy{max-width:760px}}.audience{position:relative;z-index:12;margin:-54px auto 0;padding:0 0 16px}.audience-card{min-height:132px;border:1px solid rgba(255,255,255,.86);box-shadow:0 18px 44px #27235b21,inset 0 1px #ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.audience-card.institution{background:#eef2fff0}.audience-card.professional{background:#fff3ddf2}.audience-card:focus-visible{outline:3px solid rgba(96,69,218,.38);outline-offset:4px}.intro{padding-top:70px}@media(min-width:721px)and (max-width:1100px){.audience{margin:-38px 28px 0;padding:0 0 14px}.intro{padding-top:62px}}@media(max-width:720px){.audience{margin:0;padding:22px 20px 10px}.audience-card{min-height:118px}.intro{padding-top:58px}}html,body{width:100%;max-width:100%;overflow-x:hidden}main{width:100%;max-width:100%;overflow:clip}.hero-laptop,.laptop-scene,.hero-copy,.audience,.audience-card{min-width:0}.hero-laptop{width:100%}.hero-banner-image{max-width:100%;transform:none}@media(max-width:1100px){.hero-laptop .laptop-scene{width:100%;max-width:760px;margin:12px auto 0;padding:0}.hero-banner-image{width:100%;max-width:760px}.audience{max-width:calc(100% - 56px)}}@media(max-width:720px){.hero-laptop .laptop-scene{width:100%;max-width:100%;margin:16px auto -10px}.hero-banner-image{width:112%;max-width:none;margin-left:-6%}.audience{max-width:100%}}.hero-laptop{background:#fff}.hero-laptop:before{content:none}.hero-laptop .hero-copy{padding:0 34px 20px 4px;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-laptop .eyebrow{padding:0;background:transparent}.hero-laptop .laptop-scene:before,.hero-laptop .laptop-scene:after{content:none}@media(max-width:720px){.hero-laptop .hero-copy{padding:0 0 20px}.hero-laptop .eyebrow{padding:0}}.adaptation-section{position:relative;isolation:isolate;display:grid;grid-template-columns:.86fr 1.14fr;gap:72px;align-items:center;overflow:hidden;background:linear-gradient(128deg,#f3f0ff,#fbfaff 52%,#eefbfe);border-top:1px solid rgba(96,69,218,.08);border-bottom:1px solid rgba(19,173,209,.1)}.adaptation-section:before{content:"";position:absolute;z-index:-1;width:380px;height:380px;left:-220px;bottom:-230px;border-radius:50%;background:#ffdd2d33}.adaptation-section:after{content:"";position:absolute;z-index:-1;width:270px;height:270px;right:-145px;top:-150px;border:42px solid rgba(19,173,209,.09);border-radius:50%}.adaptation-copy{max-width:575px}.adaptation-copy h2{font-size:54px;margin:17px 0 23px}.adaptation-lead{font-size:18px;line-height:1.65;color:#4f5c75;margin:0}.adaptation-note{font-size:14px;line-height:1.65;color:#737d91;margin:18px 0 29px;padding-left:17px;border-left:3px solid var(--yellow)}.adaptation-flow{position:relative;padding:22px;border:1px solid rgba(96,69,218,.11);border-radius:30px;background:#ffffffd1;box-shadow:0 24px 65px #39249a1c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.adaptation-time{display:flex;align-items:center;gap:14px;padding:16px 18px;margin-bottom:12px;border-radius:17px;background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff}.adaptation-time>span{display:flex;align-items:center;justify-content:center;width:45px;height:45px;flex:none;border-radius:14px;background:#ffffff26;color:var(--yellow);font-size:21px}.adaptation-time div{display:flex;flex-direction:column;gap:4px}.adaptation-time small{font-size:9px;letter-spacing:.12em;color:#d9d3ff;font-weight:900}.adaptation-time strong{font-size:17px}.adaptation-steps{display:flex;flex-direction:column}.adaptation-steps article{position:relative;display:grid;grid-template-columns:44px 1fr;gap:15px;padding:18px 14px}.adaptation-steps article:not(:last-child){border-bottom:1px solid #e9e8f1}.adaptation-steps article>span{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:#eeebff;color:var(--purple2);font-size:13px;font-weight:900}.adaptation-steps article:not(:last-child)>span:after{content:"";position:absolute;z-index:-1;left:18px;top:38px;width:2px;height:32px;background:#ddd7fb}.adaptation-steps small{font-size:8px;letter-spacing:.12em;color:var(--purple2);font-weight:900}.adaptation-steps h3{font-size:17px;margin:4px 0 5px}.adaptation-steps p{font-size:12px;line-height:1.55;color:#737d91;margin:0}.adaptation-benefits{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:2px}.adaptation-benefits article{display:flex;gap:15px;padding:21px;border:1px solid rgba(96,69,218,.1);border-radius:19px;background:#ffffffb8;transition:transform .24s ease,box-shadow .24s ease}.adaptation-benefits article:hover{transform:translateY(-4px);box-shadow:0 15px 30px #39249a14}.adaptation-icon{width:43px;height:43px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:13px;background:#e9f8fb;color:#109ebb}.adaptation-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.adaptation-benefits h3{font-size:15px;margin:2px 0 7px}.adaptation-benefits p{font-size:11px;line-height:1.55;color:#737d91;margin:0}@media(max-width:1100px){.adaptation-section{grid-template-columns:1fr;gap:40px}.adaptation-copy,.adaptation-flow{max-width:760px}.site-header nav{gap:20px;font-size:12px}}@media(max-width:720px){.adaptation-section{gap:32px}.adaptation-copy h2{font-size:39px}.adaptation-lead{font-size:16px}.adaptation-flow{padding:14px;border-radius:23px}.adaptation-time{padding:14px}.adaptation-time strong{font-size:14px}.adaptation-steps article{padding:17px 8px;grid-template-columns:40px 1fr;gap:11px}.adaptation-benefits{grid-template-columns:1fr}.adaptation-benefits article{padding:18px}.adaptation-benefits h3{font-size:15px}.adaptation-benefits p{font-size:12px}}.hero h1,.section h2{font-family:Arial Black,Arial,Helvetica,sans-serif;font-weight:900;-webkit-text-stroke:.25px currentColor}.hero h1{letter-spacing:-.06em}@media(max-width:720px){.pei-benefits{padding-bottom:158px}.pei-benefits article:nth-of-type(4){padding-right:22px}.pei-notebook-mascot{width:155px;right:50%;bottom:-5px;transform:translate(50%)}}.recognition-mascot{width:210px;right:-48px;bottom:-38px;filter:drop-shadow(0 17px 15px rgba(34,33,87,.18))}@media(max-width:1100px){.recognition-mascot{width:175px;right:-34px;bottom:-30px}}@media(max-width:720px){.recognition-mascot{width:138px;right:-20px;bottom:-20px}}.blog-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#faf9ff)}.blog-section:after{content:"";position:absolute;width:300px;height:300px;right:-190px;bottom:-180px;border:45px solid rgba(19,173,209,.08);border-radius:50%;pointer-events:none}.blog-heading{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end;margin-bottom:46px}.blog-heading h2{max-width:760px;margin-bottom:0}.blog-heading-copy{padding:0 0 8px 26px;border-left:3px solid var(--yellow)}.blog-heading-copy p{font-size:16px;line-height:1.65;color:#657087;margin:0 0 15px}.blog-heading-copy a{color:var(--purple2);font-size:13px;font-weight:900}.blog-grid{display:grid;grid-template-columns:1.18fr 1fr 1fr;gap:18px}.blog-card{min-width:0;overflow:hidden;border:1px solid #e3e4ed;border-radius:24px;background:#fff;box-shadow:0 14px 35px #24274d12;transition:transform .25s ease,box-shadow .25s ease}.blog-card:hover{transform:translateY(-6px);box-shadow:0 23px 45px #39249a1f}.blog-art{position:relative;height:205px;overflow:hidden;display:flex;align-items:center;justify-content:center}.blog-art:before,.blog-art:after{content:"";position:absolute;border-radius:50%}.blog-art:before{width:175px;height:175px;left:-65px;top:-82px;background:#ffffff2b}.blog-art:after{width:115px;height:115px;right:-40px;bottom:-50px;border:18px solid rgba(255,255,255,.15)}.blog-art>span{position:absolute;z-index:2;left:22px;top:20px;padding:7px 10px;border:1px solid rgba(255,255,255,.26);border-radius:20px;background:#ffffff21;color:#fff;font-size:9px;font-weight:900;letter-spacing:.13em}.blog-art svg{position:relative;z-index:1;width:105px;height:105px;fill:none;stroke:#fff;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 9px 16px rgba(20,12,70,.18))}.blog-art-pei{background:linear-gradient(145deg,#39249a,#6b4de2)}.blog-art-adaptation{background:linear-gradient(145deg,#0b91b3,#1fc2ca)}.blog-art-data{background:linear-gradient(145deg,#e35e20,#f2a821)}.blog-featured .blog-art{height:235px}.blog-card-copy{padding:25px 25px 27px}.blog-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.blog-meta span{color:var(--purple2);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.blog-meta small{color:#9098a8;font-size:9px;white-space:nowrap}.blog-card h3{font-size:21px;line-height:1.3;letter-spacing:-.025em;margin:14px 0 11px}.blog-card p{font-size:13px;line-height:1.65;color:#68738a;margin:0 0 22px}.blog-coming{display:inline-flex;align-items:center;gap:9px;color:#3e4961;font-size:12px;font-weight:900}.blog-coming b{display:flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:50%;background:#eeeaff;color:var(--purple2)}.blog-featured .blog-card-copy{padding-top:27px}.blog-featured h3{font-size:24px}@media(max-width:1100px){.blog-heading{grid-template-columns:1fr;gap:24px}.blog-heading-copy{max-width:700px}.blog-grid{grid-template-columns:1fr 1fr}.blog-featured{grid-column:1/-1;display:grid;grid-template-columns:.8fr 1.2fr}.blog-featured .blog-art{height:100%;min-height:300px}.blog-featured .blog-card-copy{display:flex;flex-direction:column;justify-content:center}}@media(max-width:720px){.blog-heading{margin-bottom:32px}.blog-heading-copy{padding-left:17px}.blog-heading-copy p{font-size:15px}.blog-grid{grid-template-columns:1fr}.blog-featured{grid-column:auto;display:block}.blog-featured .blog-art,.blog-art{height:190px;min-height:0}.blog-card-copy{padding:22px}.blog-card h3,.blog-featured h3{font-size:20px}.blog-meta{align-items:flex-start;flex-direction:column;gap:7px}}.blog-read-button{padding:0;border:0;background:transparent;cursor:pointer}.blog-dialog{width:min(760px,calc(100% - 32px));max-height:86vh;padding:46px;border:0;border-radius:28px;color:var(--ink);box-shadow:0 35px 90px #16123d47}.blog-dialog::backdrop{background:#141130ad;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.blog-dialog-close{position:absolute;right:18px;top:16px;width:38px;height:38px;border:0;border-radius:50%;background:#f0edff;color:var(--purple);font-size:25px;cursor:pointer}.blog-dialog-meta{display:flex;gap:18px;color:var(--purple2);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.blog-dialog-meta small{color:#8c94a5}.blog-dialog h2{font-size:40px;margin:18px 0}.blog-dialog-summary{font-size:18px;line-height:1.6;color:#5f6b83;padding-bottom:22px;border-bottom:1px solid var(--line)}.blog-dialog-content p{font-size:16px;line-height:1.8;color:#465169}.blog-card-published .blog-art>span{max-width:calc(100% - 44px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:720px){.blog-dialog{padding:36px 22px 28px}.blog-dialog h2{font-size:29px}.blog-dialog-summary{font-size:16px}.blog-dialog-content p{font-size:15px}}.blog-art-photo{background:#322486}.blog-cover-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.blog-art-photo:before{z-index:1;inset:0;width:auto;height:auto;border-radius:0;background:linear-gradient(180deg,#18143e0f,#18143e7a)}.blog-art-photo:after{display:none}.form-feedback{min-height:20px;margin:10px 0 0!important;text-align:center;font-size:12px!important;font-weight:800}.form-feedback.success{color:#148263}.form-feedback.error{color:#bd3b31}.pilot-form button:disabled{opacity:.65;cursor:wait}@media(min-width:721px){.journey article{--step-color:#6045da;--step-soft:#eeeaff;position:relative;overflow:hidden;border-color:color-mix(in srgb,var(--step-color) 19%,#e7e8f0);background:linear-gradient(145deg,var(--step-soft),#fff 72%);box-shadow:0 14px 34px color-mix(in srgb,var(--step-color) 10%,transparent);transition:transform .25s ease,box-shadow .25s ease}.journey article:nth-child(2){--step-color:#ef861d;--step-soft:#fff2df}.journey article:nth-child(3){--step-color:#0da9c8;--step-soft:#e2f8fc}.journey article:nth-child(4){--step-color:#13a57c;--step-soft:#e3f7f0}.journey article:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:var(--step-color)}.journey article:after{content:"";position:absolute;width:130px;height:130px;right:-62px;bottom:-68px;border-radius:50%;background:var(--step-color);opacity:.08}.journey article:hover{transform:translateY(-7px);box-shadow:0 22px 44px color-mix(in srgb,var(--step-color) 16%,transparent)}.journey article>span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 10px;border-radius:13px;background:#fff;color:var(--step-color);box-shadow:0 7px 16px color-mix(in srgb,var(--step-color) 16%,transparent)}.journey h3{color:#202a45}.journey p{color:#59667f}}@media(max-width:720px){.intro .section-heading{margin-bottom:30px}.journey{gap:12px}.journey article{--step-color:#6045da;--step-soft:#eeeaff;position:relative;min-height:0;display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-rows:auto auto;column-gap:15px;row-gap:6px;align-items:center;padding:18px 18px 18px 15px;overflow:hidden;border:1px solid color-mix(in srgb,var(--step-color) 17%,#e8e9f1);border-radius:19px;background:linear-gradient(110deg,var(--step-soft) 0 52px,#fff 52px);box-shadow:0 10px 25px #1f214812}.journey article:after{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:0 5px 5px 0;background:var(--step-color)}.journey article:nth-child(2){--step-color:#ef861d;--step-soft:#fff2df}.journey article:nth-child(3){--step-color:#0da9c8;--step-soft:#e2f8fc}.journey article:nth-child(4){--step-color:#13a57c;--step-soft:#e3f7f0}.journey article>span{grid-column:1;grid-row:1/3;align-self:center;justify-self:center;display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border-radius:14px;background:#fff;color:var(--step-color);box-shadow:0 6px 14px color-mix(in srgb,var(--step-color) 16%,transparent);font-size:12px}.journey h3{grid-column:2;margin:0;font-size:18px;line-height:1.25;letter-spacing:-.02em}.journey p{grid-column:2;margin:0;font-size:13px;line-height:1.5;color:#68738a}.adaptation-copy .button{display:flex;width:max-content;margin-left:auto;margin-right:auto}}.site-header nav{gap:21px;font-size:13px}.login{display:inline-flex;align-items:center;padding:11px 20px;border-radius:12px;background:linear-gradient(135deg,var(--orange),#ff6b1f);color:#fff;font-size:13px;font-weight:900;box-shadow:0 9px 22px #f0440d47;transition:transform .2s,box-shadow .2s}.login:hover{transform:translateY(-2px);box-shadow:0 13px 28px #f0440d57}@media(max-width:1240px){.site-header nav{gap:15px;font-size:12px}.brand img{width:152px}}@media(max-width:720px){.header-actions .login{display:inline-flex;padding:9px 15px;font-size:12px;border-radius:10px}}.hero-highlights{list-style:none;display:flex;flex-direction:column;align-items:flex-start;gap:9px;margin:22px 0 0;padding:0}.hero-highlights li{display:inline-flex;align-items:center;gap:8px;padding:11px 17px;border:1px solid rgba(96,69,218,.16);border-radius:14px;background:#ffffffc7;box-shadow:0 8px 20px #39249a0f;color:#33406b;font-size:15px;font-weight:800}.hero-highlights li span{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:none;border-radius:50%;background:var(--purple2);color:#fff;font-size:11px;font-weight:900}@media(max-width:720px){.hero-highlights{gap:8px;margin-top:18px}.hero-highlights li{padding:9px 13px;font-size:13px}}.audience-card>span:last-child{font-size:23px}.audience-cta{margin-left:auto;display:inline-flex;align-items:center;gap:8px;flex:none;padding:11px 16px;border-radius:13px;background:#fff;color:var(--purple);font-size:12px;font-weight:900;white-space:nowrap;box-shadow:0 8px 20px #27235b1a}.professional .audience-cta{color:#9a5300}.audience-card:hover .audience-cta{box-shadow:0 12px 26px #27235b29}.audience-single{grid-template-columns:1fr}.audience-single .audience-card{position:relative;isolation:isolate;min-height:144px;padding:27px 30px;overflow:hidden;background:linear-gradient(112deg,#eef2fffa,#f6f4fffa 62%,#e8f8fcf5);border-color:#6045da29}.audience-single .audience-card:after{content:"";position:absolute;z-index:-1;width:210px;height:210px;right:18%;top:-145px;border:34px solid rgba(19,173,209,.09);border-radius:50%}.audience-single .audience-icon{width:60px;height:60px;border-radius:19px;box-shadow:0 10px 25px #39249a1a}.audience-single .audience-copy{max-width:650px}.audience-single .audience-copy small{font-size:10px;letter-spacing:.11em}.audience-single .audience-copy strong{font-size:23px;line-height:1.2;letter-spacing:-.025em;margin:7px 0 6px}.audience-single .audience-copy p{font-size:14px}.audience-single .audience-cta{padding:16px 18px 16px 22px;border-radius:16px;background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;font-size:14px;box-shadow:0 14px 28px #39249a3d}.audience-single .audience-cta b{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#ffffff2b;font-size:17px;transition:transform .2s ease}.audience-single .audience-card:hover .audience-cta{box-shadow:0 18px 34px #39249a4d}.audience-single .audience-card:hover .audience-cta b{transform:translate(3px)}@media(max-width:900px){.audience-card{flex-wrap:wrap}.audience-cta{margin-left:62px;margin-top:4px}.audience-single .audience-copy{max-width:calc(100% - 82px)}.audience-single .audience-cta{margin-left:79px}}@media(max-width:720px){.audience-single .audience-card{align-items:flex-start;padding:21px 19px;gap:14px}.audience-single .audience-icon{width:48px;height:48px;border-radius:15px}.audience-single .audience-copy{max-width:calc(100% - 62px)}.audience-single .audience-copy strong{font-size:18px}.audience-single .audience-copy p{font-size:12px;line-height:1.5}.audience-single .audience-cta{width:100%;justify-content:space-between;margin:4px 0 0;padding:13px 14px 13px 18px}}.framework-strip{padding:26px max(54px,calc((100vw - 1332px)/2)) 6px}.framework-inner{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:.92fr 1.08fr;gap:52px;align-items:center;padding:40px 46px;border:1px solid rgba(96,69,218,.14);border-radius:28px;background:linear-gradient(126deg,#1d125c,#39249a 62%,#4d33b6);color:#fff;box-shadow:0 24px 60px #1d125c38}.framework-inner:after{content:"";position:absolute;z-index:-1;width:340px;height:340px;right:-160px;top:-190px;border-radius:50%;background:#13add138}.framework-lead .eyebrow{color:var(--yellow)}.framework-lead .eyebrow span{background:linear-gradient(90deg,var(--yellow),var(--orange))}.framework-lead h2{font-size:31px;line-height:1.16;letter-spacing:-.03em;margin:14px 0}.framework-lead h2 em{color:var(--yellow)}.framework-lead p{margin:0;font-size:15px;line-height:1.7;color:#d9d4f2}.framework-lead strong{color:#fff}.framework-points{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:0}.framework-points li{display:flex;flex-direction:column;gap:11px;padding:20px 18px;border:1px solid rgba(255,255,255,.16);border-radius:19px;background:#ffffff17;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.framework-points b{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;background:#ffdd2d2b;color:var(--yellow);font-size:14px}.framework-points span{display:flex;flex-direction:column;gap:7px;font-size:12px;line-height:1.6;color:#d5d0ec}.framework-points strong{font-size:14px;color:#fff;letter-spacing:-.01em}@media(max-width:1100px){.framework-strip{padding-left:28px;padding-right:28px}.framework-inner{grid-template-columns:1fr;gap:30px;padding:36px 32px}}@media(max-width:720px){.framework-strip{padding:16px 20px 0}.framework-inner{padding:28px 22px;border-radius:24px}.framework-lead h2{font-size:26px}.framework-lead p{font-size:14px}.framework-points{grid-template-columns:1fr}}.adaptation-note mark{background:linear-gradient(180deg,transparent 52%,rgba(255,221,45,.65) 52%);color:#3c4256;font-weight:800;padding:0 2px}.gains-copy li.gains-extra{align-items:flex-start;line-height:1.5}.gains-copy li.gains-extra svg{margin-top:1px}.gains-copy li.gains-extra em{font-style:normal;color:var(--purple2);font-weight:900}.recognition-year{position:absolute;z-index:4;left:6px;top:14px;display:inline-flex;align-items:center;justify-content:center;padding:9px 15px;border-radius:20px;background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;font-size:13px;font-weight:900;letter-spacing:.06em;box-shadow:0 12px 26px #39249a42}@media(max-width:720px){.recognition-year{left:0;top:4px;padding:7px 12px;font-size:12px}}.pilot-families{margin:16px 0 0;padding:15px 17px;border-left:3px solid var(--orange);border-radius:0 14px 14px 0;background:#ffffffbf;font-size:14px;line-height:1.6;color:#5b6479}.pilot-families strong{color:#9a5300}.phone-field{display:grid;grid-template-columns:110px minmax(0,1fr);gap:7px}.phone-field select{min-width:0}.pilot-form .ddi-custom{margin-top:7px}.pilot-form .ddi-custom[hidden]{display:none}@media(max-width:720px){.phone-field{grid-template-columns:100px minmax(0,1fr)}}.blog-grid{grid-template-columns:repeat(3,1fr)}.blog-section[hidden]{display:none}@media(min-width:1101px){.blog-featured{grid-column:1/-1;display:grid;grid-template-columns:.46fr .54fr}.blog-featured .blog-art{height:100%;min-height:290px}.blog-featured .blog-card-copy{display:flex;flex-direction:column;justify-content:center;padding:36px 40px}.blog-featured h3{font-size:27px}.blog-featured p{font-size:14px}}.blog-dialog-content h3{font-size:20px;line-height:1.3;letter-spacing:-.02em;margin:30px 0 -6px;color:var(--purple)}
