/* CodeMeet download page */
.active-nav { color: var(--blue) !important; }

.download-hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  padding: 88px 0 86px;
  background:
    radial-gradient(circle at 16% 18%, rgba(118,87,255,.08), transparent 24%),
    radial-gradient(circle at 83% 38%, rgba(11,99,246,.10), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f9fbff 100%);
}
.download-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 78px; }
.download-hero-copy { position: relative; z-index: 3; }
.download-hero h1 { margin: 0; max-width: 620px; font-size: clamp(44px, 5vw, 70px); line-height: 1.28; letter-spacing: -2px; }
.download-hero-copy > p { max-width: 625px; margin: 22px 0 30px; color: var(--muted); font-size: 18px; }
.download-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; }
.download-hero-actions .download-apk-link { min-width: 245px; justify-content: flex-start; padding-inline: 18px 24px; }
.download-apk-link > span:last-child { display: grid; text-align: start; line-height: 1.3; }
.download-apk-link b { font-size: 14px; }
.download-apk-link small { margin-top: 2px; font-size: 10px; opacity: .78; font-weight: 600; }
.download-btn-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: rgba(255,255,255,.16); font-size: 19px; }
.download-trust-row { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 23px; color: #475467; font-size: 12px; font-weight: 700; }
.download-trust-row > span { display: inline-flex; align-items: center; gap: 6px; }
.download-trust-row i { width: 19px; height: 19px; display: inline-grid; place-items: center; background: #e9f8f2; color: #079768; border-radius: 50%; font-style: normal; font-size: 11px; }

.download-visual { position: relative; min-height: 520px; display: grid; place-items: center; direction: ltr; }
.download-device-glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(11,99,246,.17), rgba(11,99,246,.03) 55%, transparent 72%); filter: blur(2px); }
.download-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.download-orb-one { width: 170px; height: 170px; background: rgba(11,99,246,.05); left: -70px; top: 70px; }
.download-orb-two { width: 270px; height: 270px; border: 1px solid rgba(11,99,246,.06); right: -110px; bottom: 20px; }
.download-phone { position: relative; z-index: 2; width: 270px; height: 520px; padding: 11px; border-radius: 42px; background: #101828; box-shadow: 0 34px 80px rgba(19,48,96,.25), 0 0 0 1px rgba(255,255,255,.8) inset; transform: rotate(2deg); }
.download-phone-top { height: 27px; position: absolute; z-index: 4; top: 7px; left: 50%; transform: translateX(-50%); width: 92px; display: grid; place-items: start center; }
.download-phone-top span { width: 74px; height: 19px; background: #101828; border-radius: 0 0 14px 14px; }
.download-phone-screen { height: 100%; padding: 31px 13px 16px; overflow: hidden; border-radius: 33px; background: linear-gradient(180deg, #fff, #f7f9fc); }
.download-app-head { display: flex; align-items: center; justify-content: space-between; padding: 3px 4px 15px; color: #101828; font-size: 11px; font-weight: 800; }
.download-mini-brand { display: flex; align-items: center; gap: 6px; font-size: 12px; }
.download-mini-brand i { width: 21px; height: 21px; border-radius: 8px; display: inline-block; background: linear-gradient(145deg, var(--blue), #6ea5ff); box-shadow: 0 5px 12px rgba(11,99,246,.22); }
.download-screen-search { height: 31px; margin-bottom: 8px; border: 1px solid #edf0f5; border-radius: 10px; background: #f4f6f9; }
.download-screen-item { display: grid; grid-template-columns: 40px 1fr auto; gap: 9px; align-items: center; min-height: 61px; padding: 8px; margin-bottom: 5px; border-radius: 13px; }
.download-screen-item.active { background: #ebf3ff; }
.download-screen-item div { min-width: 0; display: grid; line-height: 1.25; }
.download-screen-item b { font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.download-screen-item small { margin-top: 4px; color: #98a2b3; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.download-screen-item em { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-size: 8px; font-style: normal; }
.d-avatar { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border-radius: 50%; font-size: 12px; font-weight: 800; }
.d-avatar.blue { background: linear-gradient(145deg,#0b63f6,#65a0ff); }.d-avatar.purple { background: linear-gradient(145deg,#7355f8,#a18eff); }.d-avatar.green { background: linear-gradient(145deg,#13a273,#5ccda8); }.d-avatar.orange { background: linear-gradient(145deg,#ee8126,#ffb26f); }
.download-floating-card { position: absolute; z-index: 4; min-width: 178px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(226,232,240,.95); border-radius: 17px; background: rgba(255,255,255,.91); box-shadow: 0 18px 42px rgba(24,55,105,.15); backdrop-filter: blur(14px); }
.download-floating-card > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: #edf4ff; color: var(--blue); font-weight: 900; }
.download-floating-card div { display: grid; line-height: 1.3; }
.download-floating-card b { font-size: 11px; }.download-floating-card small { margin-top: 3px; color: #98a2b3; font-size: 9px; }
.download-floating-version { right: 13px; top: 75px; }.download-floating-secure { left: 2px; bottom: 70px; }

.download-heading { max-width: 780px; margin-inline: auto; }
.download-platforms { padding-top: 105px; }
.download-platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 42px; }
.download-platform-card { min-height: 335px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 10px 30px rgba(23,56,110,.04); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.download-platform-card:hover { transform: translateY(-5px); border-color: #dce7fb; box-shadow: 0 22px 50px rgba(23,56,110,.10); }
.download-platform-card.featured { background: linear-gradient(165deg,#fff 5%,#f6f9ff 100%); border-color: #dbe7ff; }
.platform-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.platform-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; font-size: 22px; font-weight: 900; }
.android-icon { background: #e9f8f1; color: #149b6e; }.web-icon { background: #edf4ff; color: var(--blue); }.windows-icon { background: #eff3f8; color: #475467; }.apple-icon { background: #f3f3f5; color: #344054; }
.availability { padding: 5px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.availability.live { background: #eaf8f3; color: #0c9669; }.availability.soon { background: #f2f4f7; color: #667085; }
.download-platform-card h3 { margin: 22px 0 7px; font-size: 23px; line-height: 1.2; direction: ltr; text-align: start; }
.download-platform-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.platform-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0 20px; }
.platform-meta span { padding: 5px 8px; border-radius: 8px; background: #f7f8fa; color: #667085; font-size: 10px; font-weight: 700; }
.platform-action { width: 100%; min-height: 46px; margin-top: auto; }
.platform-action:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.muted-card { background: #fcfcfd; }

.download-safe-section { padding-top: 35px; }
.download-safe-card { padding: 32px 36px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; border: 1px solid #dbe7ff; border-radius: 28px; background: linear-gradient(120deg,#f8fbff,#fff); }
.download-safe-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; background: linear-gradient(145deg,var(--blue),#6ea5ff); color: #fff; font-size: 27px; box-shadow: 0 14px 30px rgba(11,99,246,.18); }
.download-safe-copy .eyebrow { margin-bottom: 5px; }.download-safe-copy h2 { margin: 0; font-size: 25px; line-height: 1.45; }.download-safe-copy p { margin: 7px 0 0; max-width: 720px; color: var(--muted); font-size: 13px; }
.download-domain { min-width: 190px; padding: 13px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; }
.download-domain > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: #eef8f4; }
.download-domain div { display: grid; line-height: 1.3; }.download-domain small { color: #98a2b3; font-size: 9px; }.download-domain b { direction: ltr; font-size: 12px; }

.download-install { padding-top: 85px; }
.compact-heading { max-width: 650px; }.download-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 40px; }
.download-step { position: relative; min-height: 255px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #fff; }
.step-number { position: absolute; inset-inline-end: 20px; top: 10px; color: #f0f4fa; font-size: 48px; font-weight: 900; line-height: 1; letter-spacing: -3px; }
.step-symbol { width: 48px; height: 48px; display: grid; place-items: center; position: relative; z-index: 1; border-radius: 15px; background: #edf4ff; color: var(--blue); font-size: 20px; font-weight: 900; }
.download-step h3 { margin: 22px 0 7px; font-size: 18px; }.download-step p { margin: 0; color: var(--muted); font-size: 13px; }
.download-note { max-width: 900px; margin: 18px auto 0; padding: 14px 17px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid #e5eaf2; border-radius: 15px; background: #f9fafb; color: #667085; font-size: 11px; }
.download-note > span { width: 22px; height: 22px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #edf2f7; color: #475467; font-weight: 900; }.download-note p { margin: 0; }

.download-final-section { padding: 55px 0 100px; }
.download-final-card { min-height: 235px; padding: 42px 46px; display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; overflow: hidden; position: relative; border-radius: 32px; color: #fff; background: radial-gradient(circle at 20% -20%, rgba(255,255,255,.18), transparent 38%), linear-gradient(135deg,#0a55d5,#0b63f6 55%,#4c8fff); box-shadow: 0 28px 65px rgba(11,99,246,.23); }
.download-final-card::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; inset-inline-end: -80px; bottom: -150px; }
.download-final-card h2 { margin: 0; max-width: 650px; font-size: clamp(27px,3vw,40px); line-height: 1.45; letter-spacing: -1px; }
.download-final-actions { display: flex; flex-wrap: wrap; gap: 10px; position: relative; z-index: 2; }
.download-dark-btn { background: rgba(3,25,61,.25); color: #fff; border-color: rgba(255,255,255,.22); backdrop-filter: blur(8px); }

html[dir="ltr"] .download-apk-link > span:last-child { text-align: left; }
html[dir="ltr"] .download-platform-card h3 { text-align: left; }

@media (max-width: 1120px) {
  .download-hero-grid { gap: 45px; }
  .download-platform-grid { grid-template-columns: repeat(2,1fr); }
  .download-final-card { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .download-hero { padding-top: 60px; }
  .download-hero-grid { grid-template-columns: 1fr; }
  .download-hero-copy { text-align: center; }
  .download-hero h1, .download-hero-copy > p { margin-inline: auto; }
  .download-hero-actions, .download-trust-row { justify-content: center; }
  .download-visual { min-height: 475px; }
  .download-phone { width: 245px; height: 470px; }
  .download-safe-card { grid-template-columns: auto 1fr; }
  .download-domain { grid-column: 1 / -1; justify-self: stretch; }
  .download-steps { grid-template-columns: 1fr; }
  .download-step { min-height: auto; }
}
@media (max-width: 620px) {
  .download-hero { min-height: auto; padding: 48px 0 55px; }
  .download-hero h1 { font-size: 39px; letter-spacing: -1.2px; }
  .download-hero-copy > p { font-size: 15px; }
  .download-hero-actions { display: grid; }
  .download-hero-actions .btn { width: 100%; }
  .download-trust-row { gap: 10px 14px; }
  .download-visual { min-height: 430px; transform: scale(.9); margin: -18px 0; }
  .download-floating-version { right: -22px; }.download-floating-secure { left: -22px; }
  .download-platforms { padding-top: 72px; }
  .download-platform-grid { grid-template-columns: 1fr; }
  .download-platform-card { min-height: 315px; }
  .download-safe-card { padding: 24px 20px; grid-template-columns: 1fr; text-align: center; }
  .download-safe-icon { margin-inline: auto; }.download-domain { grid-column: auto; text-align: start; }
  .download-final-section { padding: 30px 0 70px; }
  .download-final-card { padding: 32px 22px; border-radius: 25px; text-align: center; }
  .download-final-actions { display: grid; width: 100%; }.download-final-actions .btn { width: 100%; }
}

/* Android architecture downloads */
.android-download-card { grid-column: span 2; min-height: 390px; }
.android-builds { margin-top: 18px; display: grid; gap: 9px; }
.android-builds-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 3px; }
.android-builds-head b { font-size: 13px; color: var(--text); }
.android-builds-head small { color: var(--muted); font-size: 10px; }
.android-build-link { min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.86); color: var(--text); text-decoration: none; transition: .2s ease; }
.android-build-link:hover { transform: translateY(-2px); border-color: #c9d9fb; box-shadow: 0 9px 24px rgba(23,56,110,.08); }
.android-build-link.recommended { border-color: #bcd1ff; background: linear-gradient(135deg,#f5f9ff,#fff); }
.build-copy { display: grid; gap: 2px; min-width: 0; flex: 1; }
.build-copy b { font-size: 12px; direction: ltr; unicode-bidi: isolate; }
.build-copy small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.build-badge { flex: 0 0 auto; padding: 5px 8px; border-radius: 999px; background: #eaf2ff; color: #3168cf; font-size: 9px; font-weight: 800; }
.build-arrow { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: #f1f5fb; font-weight: 900; }
html[dir="rtl"] .build-arrow { margin-right: auto; }
html[dir="ltr"] .build-arrow { margin-left: auto; }
@media (max-width: 980px) { .android-download-card { grid-column: 1 / -1; } }
@media (max-width: 620px) { .android-download-card { grid-column: auto; } .android-builds-head { display: grid; gap: 4px; } .android-build-link { padding: 10px; } .build-badge { display: none; } }
