.app-go-page { box-sizing: border-box; color: #163344; background: #fff; padding: 1px 0 36px; }
.app-go-page * { box-sizing: border-box; }
.app-go-breadcrumb { display: flex; gap: 10px; align-items: center; margin: 28px auto 28px; padding: 0 24px; color: #657984; font-size: 14px; }
.app-go-breadcrumb a { color: #087da6; text-decoration: none; }
.app-go-page .download-main { max-width: 1320px; margin: auto; padding: 28px 24px 0; }
.app-go-page .card { display: grid; grid-template-columns: 1.15fr 1fr; border: 1px solid #dce7ed; border-radius: 28px; overflow: hidden; background: white; box-shadow: 0 20px 60px #14374c0b; }
.app-go-page .intro { padding: 44px 36px; background: #e6f5fa; }
.app-go-page .eyebrow { margin: 0 0 22px; font-size: 12px; letter-spacing: 2px; color: #087b9e; font-weight: 750; }
.app-go-page h1 { font-size: clamp(34px, 5vw, 44px); line-height: 1.12; letter-spacing: -1.5px; margin: 0 0 20px; }
.app-go-page .intro p.description { font-size: 17px; line-height: 1.6; color: #456472; margin: 0; }
.app-go-page .features { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 32px; }
.app-go-page .features span { background: #ffffffa6; border: 1px solid #c8e7f1; border-radius: 20px; padding: 7px 11px; font-size: 12px; color: #286278; }
.app-go-page .download-panel { padding: 44px 32px; display: flex; flex-direction: column; justify-content: center; }
.app-go-page .app-icon { width: 80px; height: 80px; border: 1px solid #e2ecf0; border-radius: 20px; padding: 12px; object-fit: contain; margin-bottom: 20px; }
.app-go-page h2 { font-size: 24px; margin: 0 0 8px; letter-spacing: -.5px; }
.app-go-page .version { color: #617580; font-size: 14px; margin: 0 0 28px; }
.app-go-page .download { display: flex; justify-content: center; align-items: center; gap: 10px; background: #007ea9; color: white; text-decoration: none; padding: 17px 14px; border-radius: 14px; font-weight: 700; font-size: 16px; min-height: 56px; transition: background .15s; }
.app-go-page .download:hover { background: #006b90; }
.app-go-page .download:focus-visible, .app-go-page summary:focus-visible { outline: 3px solid #17445b; outline-offset: 4px; }
.app-go-page .download svg { width: 21px; height: 21px; flex-shrink: 0; }
.app-go-page .download-note { text-align: center; font-size: 12px; line-height: 1.5; color: #687c86; margin: 12px 0 0; }
.app-go-page .steps-title { font-size: 21px; margin: 36px 0 20px; }
.app-go-page ol { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0 0 30px; }
.app-go-page li { display: flex; align-items: flex-start; gap: 12px; }
.app-go-page .number { display: grid; place-items: center; width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; color: #087798; background: #dceef5; font-weight: 750; font-size: 14px; }
.app-go-page li strong { display: block; font-size: 15px; margin: 4px 0 6px; }
.app-go-page li p { margin: 0; font-size: 14px; line-height: 1.55; color: #5a717e; }
.app-go-page details { border-top: 1px solid #d8e5eb; border-bottom: 1px solid #d8e5eb; padding: 18px 0; }
.app-go-page summary { cursor: pointer; font-weight: 650; font-size: 14px; }
.app-go-page details p { color: #526d7a; font-size: 14px; line-height: 1.65; margin: 14px 0 0; }
.app-go-page .download-unavailable, .app-go-page .download-unavailable:hover { background: #e8eef1; color: #4e6571; cursor: default; }
.app-go-page .access-intro { color: #526d7a; font-size: 14px; line-height: 1.5; margin: 0 0 18px; }
.app-go-page .access-form label { display: block; font-size: 14px; font-weight: 650; margin: 16px 0 8px; }
.app-go-page .access-form input { display: block; width: 100%; min-height: 48px; padding: 12px; border: 1px solid #9eb4bf; border-radius: 10px; background: white; color: #163344; font: inherit; font-size: 16px; }
.app-go-page .access-form input:focus { outline: 2px solid #007ea9; outline-offset: 2px; }
.app-go-page .access-form small { display: block; color: #526d7a; font-size: 12px; line-height: 1.5; margin-top: 6px; }
.app-go-page .access-form .download { width: 100%; border: 0; margin-top: 24px; font-family: inherit; cursor: pointer; }
.app-go-page .access-form .download:disabled { cursor: default; }
.app-go-page .access-error { background: #fff0ef; color: #9b2922; border: 1px solid #efc8c4; padding: 12px; border-radius: 10px; font-size: 14px; line-height: 1.5; }
@media (max-width: 680px) {
  .app-go-breadcrumb { margin: 20px auto 22px; padding: 0 18px; }
  .app-go-page .download-main { padding: 24px 18px 0; }
  .app-go-page .card { grid-template-columns: 1fr; border-radius: 22px; }
  .app-go-page .intro { padding: 28px 24px; }
  .app-go-page .eyebrow { margin-bottom: 16px; }
  .app-go-page .features { margin-top: 22px; }
  .app-go-page .download-panel { padding: 26px 24px; }
  .app-go-page .app-icon { display: none; }
  .app-go-page .version { margin-bottom: 22px; }
  .app-go-page ol { grid-template-columns: 1fr; gap: 20px; }
}

