@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#11151c;color:#f1f3f8;font-family:"DM Sans",Arial,sans-serif}header,main,footer{max-width:1180px;margin:auto}header{height:82px;padding:0 30px;display:flex;align-items:center;justify-content:space-between}.brand{color:#fff;text-decoration:none;font-size:19px;font-weight:700;letter-spacing:-.7px}.brand span{color:#91afff;margin:0 2px}.top-link{color:#b5bed0;text-decoration:none;font-size:13px}.hero{padding:100px 30px 110px;max-width:790px}.eyebrow,.tag{font-size:10px;letter-spacing:2px;font-weight:700;color:#91afff;margin:0 0 16px}.hero h1{font-size:clamp(48px,8vw,94px);line-height:.99;letter-spacing:-4px;margin:0 0 28px}.hero h1 em{font-family:"Playfair Display",serif;font-weight:600;color:#b7c9ff}.lead{color:#abb5c8;line-height:1.65;font-size:18px;max-width:610px;margin-bottom:34px}.primary{display:inline-flex;gap:16px;align-items:center;background:#91afff;color:#15213a;padding:15px 19px;border-radius:11px;text-decoration:none;font-weight:700;font-size:14px}.primary span{font-size:20px}.apps{padding:20px 30px 110px}.section-head{margin-bottom:26px}.section-head h2{font-size:28px;letter-spacing:-1.3px;margin:0}.app-card{position:relative;display:grid;grid-template-columns:74px 1fr auto;gap:22px;text-decoration:none;color:inherit;padding:32px;border:1px solid #2d3442;border-radius:20px;margin:16px 0;overflow:hidden;transition:transform .2s,border-color .2s,background .2s}.app-card:hover{transform:translateY(-3px);border-color:#6d89d6}.app-card.time{background:linear-gradient(110deg,#1d2a45,#171b23 64%)}.app-card.together{background:linear-gradient(110deg,#38283c,#171b23 64%)}.icon{height:55px;width:55px;border-radius:16px;display:grid;place-items:center;font-size:29px;background:#304a81;color:#b9ccff}.together .icon{background:#633f69;color:#ffd0ed}.copy h3{font-size:28px;letter-spacing:-1.4px;margin:0 0 8px}.copy p:not(.tag){color:#b7c0d0;line-height:1.55;max-width:600px;font-size:14px;margin:0 0 19px}.copy span{color:#cbd8ff;font-weight:600;font-size:13px}.copy b{font-size:18px;margin-left:8px}.number{font-size:13px;color:#8f98aa}footer{border-top:1px solid #252b36;padding:28px 30px 40px;color:#7f899a;display:flex;justify-content:space-between;font-size:12px}@media(max-width:600px){header{height:70px;padding:0 20px}.hero{padding:66px 20px 70px}.hero h1{letter-spacing:-2.7px}.lead{font-size:15px}.apps{padding:10px 20px 70px}.app-card{grid-template-columns:1fr auto;padding:24px 20px;gap:14px}.icon{grid-column:1;width:48px;height:48px;font-size:25px}.copy{grid-column:1/3}.copy h3{font-size:25px}.number{grid-column:2;grid-row:1}.copy p:not(.tag){font-size:13px}footer{padding:24px 20px 32px;display:block;line-height:1.8}}
