.download-page{min-height:100vh;overflow:hidden;background:#fafafc}
.download-hero{position:relative;height:320px;overflow:hidden}
.download-hero__background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.download-hero__content{position:relative;z-index:1;padding-top:61px}
.download-hero h1{font-size:52px;line-height:1.3;font-weight:700}
.download-hero p{width:569px;max-width:48%;margin-top:12px;color:#4e5969;font-size:16px;line-height:1.55}
.download-products{padding:80px 0 150px}
.download-grid{display:grid;grid-template-columns:repeat(3,380px);gap:30px;justify-content:center}
.download-card{display:flex;height:380px;flex-direction:column;justify-content:space-between;padding:38px 30px 52px;border-radius:10px;background:#fff;box-shadow:0 0 20px rgba(58,119,163,.08)}
.download-card__copy h2{font-size:32px;line-height:1.35}
.download-card__copy p{height:100px;margin-top:12px;color:#4e5969;font-size:16px;line-height:1.55}
.download-card__actions{display:flex;flex-direction:column;gap:20px}
.download-button{display:flex;width:320px;height:48px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.download-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(45,97,202,.22);filter:brightness(1.04)}
.download-button__icon{display:block;width:20px;height:20px;flex:none;object-fit:contain}
.download-button--blue{background:#165dff;color:#fff}
.download-button--purple{border-color:#7a36fd;background:#7a36fd;color:#fff}
.download-button--purple-outline{border-color:#7a36fd;background:#fff;color:#7a36fd}
@media(max-width:1220px){.download-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.download-card{height:350px;padding:34px 24px 40px}.download-button{width:100%}.download-card__copy p{font-size:14px}}
@media(max-width:767px){.download-hero{height:360px}.download-hero__background{object-position:62% center}.download-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0,rgba(255,255,255,.82) 58%,rgba(255,255,255,.12) 100%)}.download-hero__content{padding-top:48px}.download-hero h1{font-size:34px}.download-hero p{width:78%;max-width:none;font-size:14px;line-height:1.6}.download-products{padding:40px 0 72px}.download-grid{grid-template-columns:1fr;gap:16px}.download-card{height:auto;min-height:300px;padding:30px 24px 34px}.download-card__copy h2{font-size:27px}.download-card__copy p{height:auto;min-height:82px;margin-top:10px;font-size:14px}.download-card__actions{margin-top:30px}}
