* { box-sizing: border-box; }
body { margin: 0; background: #f5f7fb; color: #10234a; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #f9b542; outline-offset: 5px; }
.welcome-shell { width: min(1120px, 100%); margin: 0 auto; padding: 28px 32px; }
.welcome-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 38px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 21px; font-weight: 800; letter-spacing: -.6px; }
.brand svg { color: #2259db; }
.login-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; padding: 10px 19px; border: 1px solid #cbd5e6; border-radius: 10px; background: #fff; text-decoration: none; font-size: 14px; font-weight: 700; }
.login-link:hover { background: #eaf0fb; }
.welcome-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.4fr 1fr; gap: 44px; align-items: center; padding: 62px 48px; border-radius: 26px; color: #fff; background: radial-gradient(ellipse at bottom right, #185cdb 0, transparent 65%), linear-gradient(125deg, #06163b, #103684); box-shadow: 0 24px 55px #10234a18; }
.welcome-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 23px; font-size: 11px; font-weight: 750; letter-spacing: 1.8px; text-transform: uppercase; color: #b7d1ff; }
h1 { margin: 0; font-size: clamp(34px, 4vw, 49px); line-height: 1.12; letter-spacing: -1.9px; font-weight: 800; }
.intro { max-width: 470px; margin: 24px 0 29px; font-size: 16px; line-height: 1.7; color: #dce6fa; }
.explore-link { display: inline-flex; align-items: center; justify-content: center; gap: 27px; min-height: 52px; padding: 14px 22px; border-radius: 11px; background: linear-gradient(110deg, #ffac18, #ff8513); color: #182444; box-shadow: 0 8px 24px #020b2426; text-decoration: none; font-size: 15px; font-weight: 800; }
.explore-link:hover { background: #ffb13a; }
.explore-link span { font-size: 21px; line-height: 1; }
.benefits { display: flex; flex-wrap: wrap; gap: 10px 16px; margin: 25px 0 0; padding: 0; list-style: none; color: #dce6fa; font-size: 12px; }
.benefits li::before { content: "✓"; color: #66dfc2; margin-right: 6px; }
.workflow { padding: 28px 22px; border: 1px solid #ffffff24; border-radius: 20px; background: #ffffff08; }
.workflow-heading { margin-bottom: 22px; color: #dce6fa; font-size: 13px; font-weight: 600; }
.workflow-item { display: flex; align-items: center; gap: 12px; padding: 20px 14px; border: 1px solid #ffffff25; border-radius: 12px; background: #ffffff0d; }
.workflow-item + .workflow-item { margin-top: 16px; }
.step { display: grid; place-items: center; flex-shrink: 0; width: 29px; height: 29px; border-radius: 8px; background: #729eff29; color: #c3d8ff; font-size: 11px; font-weight: 700; }
.workflow-item strong { display: block; font-size: 13px; font-weight: 700; }
.workflow-item div > span { display: block; margin-top: 6px; font-size: 11px; color: #c9daf6; }
.tick { margin-left: auto; color: #66dfc2; font-size: 16px; }
footer { padding: 24px 0 10px; color: #62718a; text-align: center; font-size: 12px; line-height: 1.6; }
@media (max-width: 900px) {
  .welcome-card { grid-template-columns: 1fr; padding: 42px; }
  .workflow { display: none; }
  .welcome-copy { max-width: 580px; }
}
@media (max-width: 576px) {
  .welcome-shell { padding: 18px 16px; }
  .welcome-header { margin-bottom: 22px; gap: 12px; }
  .brand { font-size: 19px; gap: 8px; }
  .brand svg { width: 21px; height: 21px; }
  .login-link { padding: 10px 13px; gap: 10px; }
  .welcome-card { padding: 32px 24px; border-radius: 20px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.2px; margin-bottom: 22px; }
  h1 { font-size: clamp(31px, 8.3vw, 43px); letter-spacing: -1.2px; line-height: 1.14; }
  .intro { margin: 22px 0 25px; font-size: 15px; line-height: 1.65; }
  .explore-link { width: 100%; gap: 16px; }
  .benefits { gap: 11px 14px; margin-top: 24px; }
  footer { padding: 20px 12px 0; font-size: 11px; }
}
