.account-mode-bar { margin-bottom: 24px; padding: 22px 24px; border: 1px solid #dbe5ef; border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(7, 17, 31, .06); }
.account-mode-inner { display: grid; grid-template-columns: 210px minmax(0, 1fr); align-items: center; gap: 24px; }
.account-mode-heading span, .account-mode-heading strong { display: block; }
.account-mode-heading span { color: #00419f; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.account-mode-heading strong { margin-top: 6px; color: #07111f; font-size: 16px; }
.account-mode-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.account-mode-options a { position: relative; display: grid; grid-template-columns: 36px minmax(0, 1fr); align-items: center; gap: 10px; min-height: 66px; padding: 10px 12px; border: 1px solid #dbe5ef; border-radius: 10px; color: #07111f; background: #f8fafc; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease; }
.account-mode-options a:hover { transform: translateY(-1px); border-color: #9bb8d8; box-shadow: 0 8px 18px rgba(7, 17, 31, .08); }
.account-mode-options a.active { border-color: #00419f; background: #f3f7fd; box-shadow: inset 3px 0 0 #00419f; }
.account-mode-options a > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; background: #eaf1f9; }
.account-mode-options a.active > span { background: #dce9f8; }
.account-mode-options img { width: 16px; height: 16px; filter: invert(17%) sepia(83%) saturate(2946%) hue-rotate(211deg) brightness(82%) contrast(108%); }
.account-mode-options strong, .account-mode-options small { display: block; }
.account-mode-options strong { font-size: 13px; }
.account-mode-options small { margin-top: 3px; color: #667085; font-size: 11px; }
.account-mode-options em { position: absolute; top: 8px; right: 10px; color: #527096; font-size: 10px; font-style: normal; font-weight: 800; }
.account-mode-options a.active em { color: #00419f; }

.account-lite-page { min-width: 320px; background: #f4f7fb; }
.account-lite-main { position: relative; min-height: calc(100vh - 175px); padding: 46px 0 76px; overflow: hidden; }
.account-lite-main::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 65, 159, .045) 1px, transparent 1px), linear-gradient(0deg, rgba(0, 65, 159, .04) 1px, transparent 1px); background-size: 48px 48px; content: ""; mask-image: linear-gradient(180deg, #000, transparent 84%); }
.account-lite-layout { position: relative; display: grid; grid-template-columns: minmax(300px, .7fr) minmax(620px, 1.3fr); gap: 34px; align-items: start; }
.account-lite-intro { position: sticky; top: 190px; padding: 22px 4px; }
.account-lite-kicker { display: inline-flex; align-items: center; min-height: 32px; padding: 0 12px; border: 1px solid rgba(46, 232, 47, .32); border-radius: 999px; color: #087408; background: rgba(46, 232, 47, .11); font-size: 12px; font-weight: 1000; }
.account-lite-intro h1 { margin: 20px 0 0; font-size: 54px; line-height: 1.04; letter-spacing: 0; }
.account-lite-intro > p { max-width: 520px; margin: 20px 0 0; color: #667085; font-size: 16px; line-height: 1.75; }
.account-lite-benefits { display: grid; gap: 10px; margin-top: 30px; }
.account-lite-benefits article { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 11px; min-height: 68px; padding: 11px 13px; border: 1px solid rgba(219, 229, 239, .9); border-radius: 12px; background: rgba(255, 255, 255, .78); }
.account-lite-benefits article > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #eaf2fb; }
.account-lite-benefits img { width: 17px; height: 17px; filter: invert(17%) sepia(83%) saturate(2946%) hue-rotate(211deg) brightness(82%) contrast(108%); }
.account-lite-benefits strong, .account-lite-benefits small { display: block; }
.account-lite-benefits strong { font-size: 14px; }
.account-lite-benefits small { margin-top: 2px; color: #667085; font-size: 12px; }
.account-lite-form-shell { overflow: hidden; border: 1px solid rgba(219, 229, 239, .95); border-radius: 24px; background: #fff; box-shadow: 0 28px 70px rgba(7, 17, 31, .12); }
.account-lite-form-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 30px; border-bottom: 1px solid #dbe5ef; background: #f9fbfd; }
.account-lite-form-head span, .account-lite-form-head strong, .account-lite-form-head small { display: block; }
.account-lite-form-head span { color: #087408; font-size: 12px; font-weight: 1000; }
.account-lite-form-head strong { margin-top: 3px; font-size: 21px; }
.account-lite-form-head small { margin-top: 4px; color: #667085; font-size: 12px; }
.account-lite-form-head > em { display: inline-flex; align-items: center; min-height: 34px; padding: 0 11px; border-radius: 999px; color: #00419f; background: #e9f2ff; font-size: 12px; font-style: normal; font-weight: 900; white-space: nowrap; }
.account-lite-form { padding: 30px; }
.account-lite-section + .account-lite-section { margin-top: 28px; padding-top: 26px; border-top: 1px solid #e4eaf1; }
.account-lite-section > header { margin-bottom: 20px; }
.account-lite-section > header span { color: #00419f; font-size: 12px; font-weight: 1000; }
.account-lite-section > header h2 { margin: 3px 0 0; font-size: 19px; }
.account-lite-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.account-lite-field { display: grid; gap: 7px; min-width: 0; }
.account-lite-field.wide { grid-column: 1 / -1; }
.account-lite-field > span { color: #293447; font-size: 12px; font-weight: 900; }
.account-lite-field input, .account-lite-field select { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid #b8c2cf; border-radius: 8px; outline: 0; color: #07111f; background: #fff; font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.account-lite-field input:focus, .account-lite-field select:focus { border-color: #00419f; box-shadow: 0 0 0 3px rgba(0, 65, 159, .1); }
.account-code-field { display: grid; grid-template-columns: minmax(0, 1fr) 116px; gap: 8px; }
.account-code-field button { min-height: 50px; padding: 0 10px; border: 0; border-radius: 8px; color: #0a2709; background: #2ee82f; font-size: 12px; font-weight: 1000; cursor: pointer; }
.account-code-field button:disabled { color: #667085; background: #e5eaf0; cursor: default; }
.account-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.account-choice-grid label { position: relative; display: grid; min-height: 76px; padding: 12px; border: 1px solid #cdd6e0; border-radius: 10px; background: #fafbfd; cursor: pointer; }
.account-choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.account-choice-grid strong, .account-choice-grid small { display: block; }
.account-choice-grid strong { font-size: 13px; }
.account-choice-grid small { margin-top: 4px; color: #667085; font-size: 12px; }
.account-choice-grid label:has(input:checked) { border-color: #00419f; background: #eef5ff; box-shadow: inset 0 0 0 1px #00419f; }
.account-choice-link { position: relative; display: grid; min-height: 76px; padding: 12px; border: 1px solid #cdd6e0; border-radius: 10px; color: #293447; background: #f7f5ff; }
.account-choice-link strong, .account-choice-link small, .account-choice-link em { display: block; }
.account-choice-link strong { font-size: 13px; }
.account-choice-link small { margin-top: 4px; color: #667085; font-size: 12px; }
.account-choice-link em { margin-top: 6px; color: #6045bb; font-size: 12px; font-style: normal; font-weight: 900; }
.account-choice-link:hover { border-color: #8c78d7; }
.account-lite-consent { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; margin-top: 24px; color: #667085; font-size: 12px; line-height: 1.65; }
.account-lite-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: #00419f; }
.account-lite-submit { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 25px; padding-top: 23px; border-top: 1px solid #e4eaf1; }
.account-lite-submit > span { display: flex; align-items: center; gap: 7px; color: #667085; font-size: 12px; }
.account-lite-submit > span img { width: 14px; height: 14px; opacity: .55; }
.account-lite-submit button { min-width: 210px; min-height: 52px; border: 0; border-radius: 999px; color: #0a2709; background: #2ee82f; font-weight: 1000; cursor: pointer; box-shadow: 0 16px 34px rgba(46, 232, 47, .24); }
.account-lite-submit button:disabled { color: #667085; background: #e5eaf0; box-shadow: none; }
.account-lite-success { display: none; justify-items: center; min-height: 520px; padding: 70px 30px; text-align: center; }
.account-lite-success.visible { display: grid; align-content: center; }
.account-lite-success > span { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: #2ee82f; box-shadow: 0 18px 38px rgba(46, 232, 47, .28); }
.account-lite-success img { width: 28px; height: 28px; }
.account-lite-success h2 { margin: 23px 0 0; font-size: 28px; }
.account-lite-success p { max-width: 480px; margin: 12px 0 0; color: #667085; line-height: 1.72; }
.account-lite-success a { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; margin-top: 24px; padding: 0 22px; border-radius: 999px; color: #fff; background: #07111f; font-size: 13px; font-weight: 900; }
.account-lite-form-shell.completed .account-lite-form-head, .account-lite-form-shell.completed .account-lite-form { display: none; }
.account-opening-message { margin-top: 16px; padding: 12px 14px; border-radius: 8px; font-size: 12px; line-height: 1.6; }
.account-opening-message.info { color: #00419f; background: #eef5ff; }
.account-opening-message.success { color: #087408; background: #edfbed; }
.account-opening-message.error { color: #b42318; background: #fff1f0; }
.account-lite-success dl, .demo-fast-success dl, .account-opening-result dl { display: grid; gap: 8px; width: min(100%, 520px); margin: 20px auto 0; }
.account-lite-success dl div, .demo-fast-success dl div, .account-opening-result dl div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 12px; border: 1px solid #dbe5ef; border-radius: 8px; background: #f8fafc; font-size: 12px; }
.account-lite-success dt, .demo-fast-success dt, .account-opening-result dt { color: #667085; }
.account-lite-success dd, .demo-fast-success dd, .account-opening-result dd { margin: 0; font-weight: 900; text-align: right; }
.demo-form-message { grid-column: 1 / -1; margin: 0 28px 20px; }

.demo-lite-page .account-lite-kicker { color: #00419f; border-color: rgba(0, 65, 159, .25); background: rgba(0, 65, 159, .08); }
.demo-lite-page .account-lite-submit button { color: #fff; background: #00419f; box-shadow: 0 16px 34px rgba(0, 65, 159, .22); }
.demo-lite-page .account-lite-success > span { background: #00a8ea; box-shadow: 0 18px 38px rgba(0, 168, 234, .25); }

.demo-fast-main { min-height: 760px; padding: 56px 0 82px; color: var(--ao-ink); background: #f4f7fb; }
.demo-fast-heading { text-align: center; }
.demo-fast-heading > span { display: inline-flex; align-items: center; min-height: 30px; padding: 0 11px; border: 1px solid rgba(0, 65, 159, .24); border-radius: 4px; color: var(--ao-blue); background: #eaf2fb; font-size: 12px; font-weight: 1000; }
.demo-fast-heading h1 { margin: 17px 0 0; font-size: 50px; line-height: 1.08; letter-spacing: 0; }
.demo-fast-heading > p { max-width: 720px; margin: 16px auto 0; color: var(--ao-muted); font-size: 15px; line-height: 1.72; }
.demo-fast-heading > div { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 24px; margin-top: 23px; }
.demo-fast-heading > div span { display: flex; align-items: center; gap: 7px; color: #475467; font-size: 12px; }
.demo-fast-heading > div i { width: 7px; height: 7px; border-radius: 50%; background: var(--ao-green); box-shadow: 0 0 0 4px rgba(46, 232, 47, .1); }
.demo-activation-console { margin-top: 40px; overflow: hidden; border: 1px solid var(--ao-line); border-radius: 18px; background: #fff; box-shadow: 0 28px 70px rgba(7, 17, 31, .12); }
.demo-activation-console > header { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 74px; padding: 16px 28px; border-bottom: 1px solid var(--ao-line); background: #f8fafc; }
.demo-activation-console > header span, .demo-activation-console > header strong { display: block; }
.demo-activation-console > header span { color: var(--ao-blue); font-size: 12px; font-weight: 1000; }
.demo-activation-console > header strong { margin-top: 2px; font-size: 19px; }
.demo-activation-console > header em { display: flex; align-items: center; gap: 7px; color: #087408; font-size: 12px; font-style: normal; }
.demo-activation-console > header em i { width: 7px; height: 7px; border-radius: 50%; background: var(--ao-green); }
.demo-fast-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.demo-fast-step { min-width: 0; padding: 30px; }
.demo-fast-step + .demo-fast-step { border-left: 1px solid var(--ao-line); }
.demo-fast-step > header { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 12px; margin-bottom: 24px; }
.demo-fast-step > header > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(0, 65, 159, .35); border-radius: 50%; color: var(--ao-blue); background: #eef5ff; font-size: 13px; font-weight: 1000; }
.demo-fast-step > header strong, .demo-fast-step > header small { display: block; }
.demo-fast-step > header strong { font-size: 17px; }
.demo-fast-step > header small { margin-top: 2px; color: var(--ao-muted); font-size: 12px; }
.demo-contact-toggle { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 4px; border: 1px solid var(--ao-line); border-radius: 8px; background: #f1f4f8; }
.demo-contact-toggle button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; border: 0; border-radius: 5px; color: var(--ao-muted); background: transparent; font-size: 12px; font-weight: 900; cursor: pointer; }
.demo-contact-toggle button.active { color: #fff; background: var(--ao-blue); }
.demo-contact-toggle img { width: 14px; height: 14px; filter: invert(17%) sepia(83%) saturate(2946%) hue-rotate(211deg) brightness(82%) contrast(108%); opacity: .7; }
.demo-contact-toggle button.active img { filter: brightness(0) invert(1); opacity: .9; }
.demo-fast-field { display: grid; gap: 7px; min-width: 0; margin-top: 17px; }
.demo-fast-field > span { color: #293447; font-size: 12px; font-weight: 900; }
.demo-fast-field input { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid #b8c2cf; border-radius: 7px; outline: 0; color: var(--ao-ink); background: #fff; font-size: 13px; }
.demo-fast-field input:focus { border-color: var(--ao-blue); box-shadow: 0 0 0 3px rgba(0, 65, 159, .1); }
.demo-verification-row { display: grid; grid-template-columns: minmax(0, 1fr) 118px; align-items: end; gap: 9px; }
.demo-verification-row > button { min-height: 50px; padding: 0 10px; border: 1px solid var(--ao-green); border-radius: 7px; color: #0a2709; background: var(--ao-green); font-size: 12px; font-weight: 1000; cursor: pointer; }
.demo-verification-row > button:disabled { color: var(--ao-muted); border-color: var(--ao-line); background: #e5eaf0; }
.demo-platform-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.demo-platform-options label { position: relative; cursor: pointer; }
.demo-platform-options input { position: absolute; opacity: 0; pointer-events: none; }
.demo-platform-options label > span { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 10px; min-height: 82px; padding: 12px; border: 1px solid #cdd6e0; border-radius: 8px; background: #fff; }
.demo-platform-options label:has(input:checked) > span { border-color: var(--ao-blue); background: #eef5ff; box-shadow: inset 0 0 0 1px var(--ao-blue); }
.demo-platform-options.single { grid-template-columns: 1fr; }
.demo-platform-fixed { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 10px; min-height: 82px; padding: 12px; border: 1px solid var(--ao-blue); border-radius: 8px; background: #eef5ff; box-shadow: inset 0 0 0 1px var(--ao-blue); }
.demo-platform-fixed img { grid-row: 1 / 3; width: 28px; height: 28px; }
.demo-platform-fixed strong, .demo-platform-fixed small { display: block; }
.demo-platform-fixed strong { font-size: 14px; }
.demo-platform-fixed small { color: var(--ao-muted); font-size: 12px; }
.demo-platform-options img { grid-row: 1 / 3; width: 24px; height: 24px; filter: invert(17%) sepia(83%) saturate(2946%) hue-rotate(211deg) brightness(82%) contrast(108%); opacity: .72; }
.demo-platform-options strong, .demo-platform-options small { display: block; }
.demo-platform-options strong { font-size: 14px; }
.demo-platform-options small { color: var(--ao-muted); font-size: 12px; }
.demo-preset-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 17px 0 0; overflow: hidden; border: 1px solid var(--ao-line); border-radius: 8px; background: var(--ao-line); }
.demo-preset-summary div { min-width: 0; padding: 13px; background: #f8fafc; }
.demo-preset-summary dt { color: var(--ao-muted); font-size: 12px; }
.demo-preset-summary dd { margin: 4px 0 0; overflow: hidden; color: var(--ao-ink); font-size: 14px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.demo-fast-submit { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 22px; padding: 20px 28px; border-top: 1px solid var(--ao-line); background: #f8fafc; }
.demo-fast-submit > label { display: grid; grid-template-columns: 18px minmax(0, 1fr); align-items: start; gap: 9px; color: var(--ao-muted); font-size: 12px; }
.demo-fast-submit > label input { width: 18px; height: 18px; margin: 0; accent-color: var(--ao-blue); }
.demo-fast-submit > div { display: flex; align-items: center; gap: 18px; }
.demo-fast-submit > div > span { display: flex; align-items: center; gap: 7px; color: var(--ao-muted); font-size: 12px; }
.demo-fast-submit > div > span img { width: 13px; height: 13px; opacity: .45; }
.demo-fast-submit b { font-weight: 800; }
.demo-fast-submit button { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 164px; min-height: 48px; border: 0; border-radius: 7px; color: #0a2709; background: var(--ao-green); font-size: 13px; font-weight: 1000; cursor: pointer; box-shadow: 0 14px 30px rgba(46, 232, 47, .2); }
.demo-fast-submit button img { width: 14px; height: 14px; }
.demo-fast-success { display: none; grid-template-columns: 66px minmax(0, 1fr) auto; align-items: center; gap: 18px; min-height: 250px; padding: 42px; }
.demo-fast-success.visible { display: grid; }
.demo-fast-success > span { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; background: var(--ao-green); }
.demo-fast-success > span img { width: 27px; height: 27px; }
.demo-fast-success small { color: #087408; font-size: 12px; font-weight: 1000; }
.demo-fast-success h2 { margin: 3px 0 0; font-size: 25px; }
.demo-fast-success p { margin: 7px 0 0; color: var(--ao-muted); }
.demo-fast-success a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border: 1px solid var(--ao-ink); border-radius: 6px; color: #fff; background: var(--ao-ink); font-size: 12px; font-weight: 900; }
.demo-activation-console.completed .demo-fast-form { display: none; }

@media (max-width: 960px) {
  .demo-fast-form { grid-template-columns: 1fr; }
  .demo-fast-step + .demo-fast-step { border-top: 1px solid var(--ao-line); border-left: 0; }
  .demo-fast-submit { grid-column: auto; }
}
@media (max-width: 760px) {
  .demo-fast-main { min-height: 0; padding: 38px 0 54px; }
  .demo-fast-heading h1 { font-size: 38px; }
  .demo-fast-heading > p { font-size: 13px; }
  .demo-fast-heading > div { align-items: flex-start; flex-direction: column; margin-top: 20px; }
  .demo-activation-console { margin-top: 28px; border-radius: 12px; }
  .demo-activation-console > header { padding: 15px 18px; }
  .demo-fast-step { padding: 22px 18px; }
  .demo-fast-submit { grid-template-columns: 1fr; padding: 20px 18px; }
  .demo-fast-submit > div { align-items: stretch; flex-direction: column; gap: 12px; }
  .demo-fast-submit button { width: 100%; }
  .demo-fast-success { grid-template-columns: 56px minmax(0, 1fr); padding: 30px 20px; }
  .demo-fast-success > span { width: 56px; height: 56px; }
  .demo-fast-success a { grid-column: 1 / -1; }
}
@media (max-width: 420px) {
  .demo-verification-row, .demo-platform-options, .demo-preset-summary { grid-template-columns: 1fr; }
  .demo-preset-summary dd { white-space: normal; }
}

@media (max-width: 1120px) {
  .account-mode-inner { grid-template-columns: 1fr; gap: 12px; }
  .account-mode-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
  .account-mode-heading strong { margin-top: 0; }
  .account-lite-layout { grid-template-columns: 1fr; }
  .account-lite-intro { position: static; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr); gap: 24px; padding: 6px 0; }
  .account-lite-intro > p { grid-column: 1; }
  .account-lite-benefits { grid-column: 2; grid-row: 1 / 4; margin-top: 0; }
  .account-lite-intro h1 { font-size: 46px; }
}
@media (max-width: 820px) {
  .account-mode-options { grid-template-columns: 1fr; }
  .account-mode-options a { min-height: 66px; }
  .account-lite-intro { display: block; }
  .account-lite-benefits { margin-top: 24px; }
}
@media (max-width: 760px) {
  .account-mode-bar { padding: 12px 0; }
  .account-mode-heading { align-items: flex-start; flex-direction: column; gap: 2px; }
  .account-lite-main { padding: 30px 0 52px; }
  .account-lite-intro h1 { font-size: 38px; }
  .account-lite-intro > p { font-size: 14px; }
  .account-lite-form-head, .account-lite-form { padding: 22px; }
  .account-lite-form-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .account-lite-fields, .account-choice-grid { grid-template-columns: 1fr; }
  .account-lite-field.wide { grid-column: auto; }
  .account-lite-submit { align-items: stretch; flex-direction: column; }
  .account-lite-submit button { width: 100%; }
}
@media (max-width: 420px) {
  .account-mode-options a { grid-template-columns: 38px minmax(0, 1fr); padding: 10px; }
  .account-mode-options a > span { width: 38px; height: 38px; }
  .account-mode-options em { grid-column: 2; justify-self: start; }
  .account-code-field { grid-template-columns: 1fr; }
}

