@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#24233b;background:#f8f9fc;font-synthesis:none;font-size:16px;--purple:#584aab;--muted:#656577}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #7664ce;outline-offset:6px;border-radius:4px}.page{max-width:1200px;margin:auto;padding:0 52px}header{display:flex;align-items:center;justify-content:space-between;padding:30px 0;border-bottom:1px solid #e5e5ed}.brand{font-family:Manrope,sans-serif;display:flex;align-items:center;font-size:26px;font-weight:800;letter-spacing:-1px}.brand-light{font-weight:400}.brand-mark{display:inline-flex;align-items:center;justify-content:center;margin-right:10px;width:38px;height:38px;background:#e7e0fa;border-radius:12px;font-size:32px;line-height:1;color:#584aab;letter-spacing:-5px;padding-right:5px}.brand-mark span{color:#9583cf}nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:500}.nav-contact{padding:11px 17px;border:1px solid #d9d7e5;border-radius:24px;display:flex;gap:22px}.hero{padding:88px 0 78px;position:relative}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--purple)}h1,h2,h3{font-family:Manrope,sans-serif}h1{font-size:clamp(48px,6.7vw,80px);font-weight:600;line-height:1.09;letter-spacing:-4px;margin:24px 0}.color-word{color:#7866b3;background:linear-gradient(100deg,#7660ae 8%,#b26695 63%,#bd7655);background-clip:text;-webkit-text-fill-color:transparent}.hero p{color:var(--muted);font-size:19px;line-height:1.65;margin:0 0 28px}.text-link{font-size:15px;font-weight:600;display:inline-flex;gap:24px;align-items:center}.text-link span{font-size:22px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px;gap:24px}h2{font-weight:600;font-size:30px;letter-spacing:-1px;line-height:1.22;margin:10px 0 0}.section-heading>p{font-size:14px;color:var(--muted);margin:0 0 4px}.app-grid{display:grid;grid-template-columns:1.13fr 1fr;gap:24px}.app-card{background:white;border:1px solid #e2dfec;padding:32px;border-radius:20px;box-shadow:0 7px 28px #39324f04;display:flex;flex-direction:column}.card-top{display:flex;align-items:center;justify-content:space-between;gap:15px}.app-icon{background:#f4f0fc;width:84px;height:84px;border-radius:23px;display:flex;align-items:center;justify-content:center}.tag{font-size:11px;letter-spacing:1.5px;font-weight:700;color:#766792;background:#f5f1fb;border-radius:20px;padding:9px 13px}h3{font-size:26px;font-weight:700;letter-spacing:-.6px;margin:24px 0 10px}.app-copy p{color:var(--muted);line-height:1.7;font-size:16px;max-width:390px;margin:0 0 27px}.app-link{border-top:1px solid #eeedf3;padding-top:21px;font-weight:600;color:var(--purple);display:flex;justify-content:space-between;align-items:center;margin-top:auto}.app-link span{font-size:23px}.future-card{border:1px dashed #d8d7e3;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:32px;background:linear-gradient(140deg,#f5f2fb,#f0f7f6)}.plus{color:#8b809f;font-size:32px;font-weight:400;border:1px solid #dcd7e7;border-radius:50%;width:54px;height:54px;display:grid;place-items:center}.future-card h3{font-size:21px;font-weight:500;margin-top:23px}.future-card p{font-size:15px;line-height:1.75;color:var(--muted);margin:0}.build{margin-top:74px;padding:45px 0 55px;border-top:1px solid #e0dfe9;display:grid;grid-template-columns:1fr 1fr;gap:55px}.build h2{font-size:39px;letter-spacing:-1.7px;margin-top:17px;line-height:1.2}.build-copy p{font-size:17px;line-height:1.75;color:var(--muted);margin:0 0 23px}.button{background:#514493;color:white;display:inline-flex;gap:26px;align-items:center;padding:16px 22px;border-radius:10px;font-size:15px;font-weight:500;transition:background .2s,transform .2s}.button:hover{background:#41347f;transform:translateY(-2px)}.email{display:block;font-size:14px;color:var(--muted);margin:16px 0 0}footer{border-top:1px solid #e5e5ed;display:flex;gap:24px;align-items:center;padding:26px 0 32px;font-size:13px;color:var(--muted)}footer>:last-child{margin-left:auto}.footer-brand{font-family:Manrope,sans-serif;font-size:18px;font-weight:700;color:#4c456a}.skip{position:absolute;left:20px;top:-80px;background:white;padding:15px;z-index:2}.skip:focus{top:10px}nav a:hover,.email:hover,.text-link:hover{text-decoration:underline;text-underline-offset:5px}.app-link:hover{color:#302460}@media(max-width:700px){.page{padding:0 24px}header{padding:22px 0}.brand{font-size:23px}nav{gap:12px}nav>a:not(.nav-contact){display:none}.nav-contact{font-size:13px;padding:10px 13px;gap:13px}.hero{padding:58px 0}.eyebrow{font-size:10px;letter-spacing:1.5px}h1{font-size:clamp(43px,10.8vw,64px);letter-spacing:-2.5px;margin:22px 0}.hero p{font-size:17px}.desktop-break{display:none}.section-heading{display:block}.section-heading>p{margin-top:12px}h2{font-size:27px}.app-grid{grid-template-columns:1fr;gap:18px}.app-card{padding:26px}.future-card{padding:28px 20px}.future-card .plus{width:40px;height:40px;font-size:26px}.future-card h3{margin-top:17px}.build{grid-template-columns:1fr;gap:25px;margin-top:48px;padding:35px 0 40px}.build h2{font-size:35px}.build-copy p{font-size:16px}.button{font-size:14px;gap:17px}footer{flex-wrap:wrap;gap:12px 20px}footer>:last-child{width:100%;margin-left:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
