﻿.download-page {
  background: #fffaf3;
}
.download-hero {
  min-height: 460px;
  display: grid;
  align-items: end;
  padding: 120px clamp(24px, 7vw, 96px) 58px;
  color: #fff;
  background: linear-gradient(90deg, rgba(24,16,11,.82), rgba(24,16,11,.36)), url("t_login.jpg") center/cover;
}
.download-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
}
.download-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 18px;
  color: #fff1df;
  font-size: 19px;
}
.download-layout {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 16px;
  padding: 34px clamp(24px, 7vw, 96px) 0;
  margin-top: -52px;
  position: relative;
}
.download-card {
  min-height: 280px;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.download-card h2 { margin: 0 0 8px; font-size: 30px; }
.download-card p { color: var(--muted); }
.download-card .btn { margin-top: 24px; }
.main-download { border-top: 5px solid var(--accent); }
.badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff0d8;
  color: #9a5f0d;
  font-weight: 800;
  margin-bottom: 18px;
}
.download-card dl { display: grid; gap: 8px; margin: 20px 0 0; }
.download-card dl div { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.download-card dt { color: var(--muted); }
.download-card dd { color: var(--ink); }
.install-section { padding: 72px clamp(24px, 7vw, 96px); }
.install-steps { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.install-steps li { padding: 22px; border-radius: 8px; background: #fff; border: 1px solid var(--line); }
.install-steps strong, .install-steps span { display: block; }
.install-steps strong { color: var(--accent-dark); margin-bottom: 8px; }
.install-steps span { color: var(--muted); }
.support-box {
  margin: 0 clamp(24px, 7vw, 96px) 80px;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-radius: 8px;
  background: #2b1712;
  color: #fff;
}
.support-box h2 { margin: 0; }
.support-box p { color: #f3dcc6; }
@media (max-width: 900px) {
  .download-layout, .install-steps { grid-template-columns: 1fr; }
  .support-box { flex-direction: column; align-items: flex-start; }
}

.download-hero {
  background: linear-gradient(90deg, rgba(24,16,11,.70), rgba(24,16,11,.28));
}
.download-card,
.install-steps li {
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(7px);
}
.support-box {
  background: rgba(43,23,18,.88);
  backdrop-filter: blur(4px);
}
