section.home-streaks{background:var(--cube-white);padding:64px 0}section.home-streaks .hs-header{align-items:flex-start;background:linear-gradient(140deg,#0a1229,#12264d 60%,#1a3a5c);border-radius:20px;color:#fff;display:flex;justify-content:center;min-height:440px;overflow:hidden;padding:72px 56px 180px;position:relative}section.home-streaks .hs-bg{height:100%;inset:0;object-fit:cover;opacity:.55;position:absolute;width:100%;z-index:0}section.home-streaks .hs-scrim{background:linear-gradient(140deg,rgba(10,18,41,.85),rgba(18,38,77,.55) 60%,rgba(26,58,92,.35));inset:0;position:absolute;z-index:1}section.home-streaks .hs-header-content{margin:0 auto;max-width:720px;position:relative;text-align:center;z-index:2}section.home-streaks .hs-eyebrow{color:var(--cube-light-green);font-family:var(--label-font);font-size:12px;font-weight:700;letter-spacing:3px;margin:0 0 20px;text-transform:uppercase}section.home-streaks .hs-title{color:#fff;font-family:var(--main-font);font-size:clamp(36px,5vw,60px);font-weight:500;letter-spacing:-.8px;line-height:1.1;margin:0 0 20px}section.home-streaks .hs-title em,section.home-streaks .hs-title span{color:var(--cube-light-green);font-style:normal;font-weight:500}section.home-streaks .hs-description{color:hsla(0,0%,100%,.78);font-family:var(--secondary-font);font-size:17px;font-weight:400;line-height:1.6;margin:0 auto;max-width:640px}section.home-streaks .hs-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:-120px 24px 0;position:relative;z-index:3}section.home-streaks .hs-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:16px;box-shadow:0 24px 60px -20px rgba(10,18,41,.15);padding:32px 28px 40px;transition:transform .25s ease,box-shadow .25s ease}section.home-streaks .hs-card:hover{box-shadow:0 20px 40px -20px rgba(10,18,41,.2);transform:translateY(-4px)}section.home-streaks .hs-icon{align-items:center;background:var(--cube-off-blue);border-radius:10px;display:flex;height:42px;justify-content:center;margin-bottom:24px;overflow:hidden;width:42px}section.home-streaks .hs-icon img{display:block;height:22px;object-fit:contain;width:22px}section.home-streaks .hs-card-title{color:var(--dark-blue);font-family:var(--main-font);font-size:20px;font-weight:700;letter-spacing:-.3px;line-height:1.25;margin:0 0 12px}section.home-streaks .hs-card-text{color:var(--cube-dark-muted);font-family:var(--secondary-font);font-size:15px;line-height:1.6;margin:0}@media (max-width:1100px){section.home-streaks .hs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){section.home-streaks{padding:60px 0}section.home-streaks .hs-header{border-radius:16px;min-height:340px;padding:48px 32px 140px}section.home-streaks .hs-description{font-size:16px}section.home-streaks .hs-grid{gap:16px;grid-template-columns:1fr;margin:-100px 16px 0}}@media (max-width:500px){section.home-streaks .hs-header{min-height:280px;padding:36px 24px 120px}section.home-streaks .hs-card{padding:26px 22px 32px}section.home-streaks .hs-grid{margin:-80px 8px 0}}