/* Halaman unduh client & patch. Sebelumnya berupa <style> inline di
   descarga.html ketika halaman ini masih dimuat di dalam iframe. */

.download-page { width:var(--shell); margin:0 auto; padding:48px 0 72px; }
.download-page .head { max-width:680px; margin-bottom:30px; }
.download-page .label { color:var(--gold); font-size:10px; font-weight:800; letter-spacing:.2em; text-transform:uppercase; }
.download-page h1 { margin:8px 0 12px; font:700 clamp(36px,7vw,60px)/1 Georgia,serif; letter-spacing:-.04em; }
.download-page p { color:var(--muted); font-size:13px; line-height:1.7; }

.downloads { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.download-card { position:relative; display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:170px; padding:28px; color:inherit; border:1px solid var(--line); background:#191610; text-decoration:none; transition:.2s; }
.download-card:hover { border-color:var(--gold); transform:translateY(-2px); }
.download-card strong { display:block; margin-bottom:6px; font:700 23px Georgia,serif; }
.download-card span { color:var(--muted); font-size:11px; }
.download-card .arrow { display:grid; place-items:center; flex:0 0 44px; height:44px; color:#181107; border-radius:50%; background:linear-gradient(135deg,var(--gold-light),var(--gold)); font-size:20px; }

.requirements { margin-top:22px; padding:22px; border-left:2px solid var(--gold); background:rgba(215,164,68,.06); }
.requirements strong { display:block; margin-bottom:4px; }
.requirements p { margin:0; }

@media (max-width:650px) {
  .download-page { width:calc(100% - 28px); padding-top:32px; }
  .downloads { grid-template-columns:1fr; }
  .download-card { min-height:140px; }
}
