.dl-page{min-height:100vh;background:#fff;display:flex;flex-direction:column}.dl-hero{background:linear-gradient(180deg,#095bba,#000340);padding:80px 24px 72px;text-align:center;border-bottom:1px solid #e8edf5}.dl-hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#a8bbd8;margin-bottom:14px}.dl-hero-title{font-size:clamp(36px,5vw,52px);font-weight:400;color:#fff;letter-spacing:-.5px;margin-bottom:18px;line-height:1.1}.dl-hero-subtitle{font-size:17px;color:#afc0dc;line-height:1.7;max-width:800px;margin:0 auto}.dl-section{flex:1 1;max-width:960px;width:100%;margin:56px auto;padding:0 24px}.dl-card{display:grid;grid-template-columns:1fr 280px;grid-gap:0;gap:0;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 1px 4px rgba(15,32,68,.06),0 8px 32px rgba(15,32,68,.05)}.dl-card-left{padding:44px 48px;border-right:1px solid #e8edf5}.dl-logo-wrap{align-items:center;display:flex;height:64px;justify-content:flex-start!important;margin-bottom:20px;gap:20px}.dl-logo{height:100%;object-fit:contain;width:auto;background:linear-gradient(180deg,#3b6dd8,#000340);padding:12px;border-radius:16px}.dl-app-name{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:8px;line-height:1.2}.dl-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#1b65ed;background:#eef3fb;border-radius:20px;padding:3px 10px;margin-bottom:20px}.dl-desc{font-size:14.5px;color:#4a5568;line-height:1.75;margin-bottom:24px;max-width:520px}.dl-features{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:10px}.dl-features li{display:flex;align-items:center;gap:9px;font-size:13.5px;color:#4a5568;font-weight:500}.dl-check{color:#1b65ed;flex-shrink:0}.dl-actions{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.dl-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;background:linear-gradient(135deg,#1a3a6e,#0f2044);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .15s,transform .12s;letter-spacing:.2px;white-space:nowrap}.dl-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#132e58,#0b1a3a)}.dl-btn-primary.dl-loading,.dl-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.dl-btn-secondary{display:inline-flex;align-items:center;gap:6px;padding:12px 22px;background:transparent;color:#1a3a6e;border:1.5px solid #c7d5ea;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.dl-btn-secondary:hover{background:#f4f7fb}@keyframes dl-spin{to{transform:rotate(1turn)}}.dl-spin{animation:dl-spin .75s linear infinite}.dl-error{display:flex;align-items:center;gap:6px;font-size:13px;color:#dc2626;margin-bottom:16px}.dl-badges{display:flex;gap:8px;flex-wrap:wrap}.dl-badge{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:#4a5568;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:4px 11px}.dl-card-right{padding:44px 32px;background:#f8fafc}.dl-meta-heading{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#a8bbd8;margin-bottom:16px}.dl-meta-list{gap:13px;margin:0;padding:0}.dl-meta-list,.dl-meta-row{display:flex;flex-direction:column}.dl-meta-row{gap:2px}.dl-meta-row dt{font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#a8bbd8}.dl-meta-row dd{font-size:13.5px;font-weight:600;color:#1f2937;margin:0}.dl-divider{height:1px;background:#e2e8f0;margin:28px 0}@media (max-width:720px){.dl-card{grid-template-columns:1fr}.dl-card-left{padding:32px 24px;border-right:none;border-bottom:1px solid #e8edf5}.dl-card-right{padding:28px 24px}.dl-actions{flex-direction:column;align-items:stretch}.dl-btn-primary,.dl-btn-secondary{justify-content:center}.dl-section{margin:32px auto}}